/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.row:before,
section:before,
header:before,
footer:before,
.container:before,
.cf:before, .row:after,
section:after,
header:after,
footer:after,
.container:after,
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

@font-face {
  font-family: "PPAgrandir-Grand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/PPAgrandir-GrandBold.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/PPAgrandir-GrandBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PPAgrandir-GrandBold.woff2") format("woff2"), url("../fonts/PPAgrandir-GrandBold.woff") format("woff"), url("../fonts/PPAgrandir-GrandBold.otf") format("truetype");
}
:root {
  --clr-one: #000000;
  --clr-two: #0F0E3C;
  --clr-three: #5C6CB0;
  --clr-four: #FCA01F;
  --clr-five: #E6627E;
  --clr-six: #53B9CB;
  --clr-seven: #A3C156;
  --clr-eight: #003F8F;
  --clr-nine: #EFEFEF;
  --clr-ten: #FFFFFF;
  --clr-eleven: #707070;
  --font-primary: "montserrat", Helvetica, sans-serif;
  --font-secondary: "PPAgrandir-Grand", Helvetica, sans-serif;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 800;
  --font-size-default: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.6rem;
  background-color: var(--clr-nine);
  color: var(--clr-one);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}
body.alt-bg {
  background-color: var(--clr-two);
  color: var(--clr-ten);
}

*, *:before, *:after {
  box-sizing: inherit;
}

.btn {
  display: block;
  text-decoration: none;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  border-radius: 50px;
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  border: 1px solid;
  text-align: center;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.btn.btn-inline {
  display: inline-block;
}
.btn.btn-default {
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
}
.btn.btn-sml {
  font-size: 1.4rem;
  padding: 1rem 2.5rem;
}
.btn.btn-med {
  font-size: 1.8rem;
  padding: 2rem 3rem;
}
.btn.btn-lrg {
  font-size: 2rem;
  padding: 2rem 3rem;
}

.btn-default {
  color: #FFFFFF;
  background: #53B9CB;
  border-color: #53B9CB;
}
.btn-default:hover {
  color: #FFFFFF;
  background: #53B9CB;
  border-color: #53B9CB;
}

.btn-secondary {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #0F0E3C;
  border-color: #0F0E3C;
}

.btn-white {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.xdebug-var-dump {
  position: relative;
  z-index: 10000;
}

.grecaptcha-badge {
  z-index: 10000;
}

.container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    width: 85%;
  }
}

.container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-small {
    width: 85%;
  }
}

.swiper-container {
  overflow: hidden;
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.6rem;
  color: var(--clr-one);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.6rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post strong {
  font-weight: var(--font-weight-bold);
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: normal;
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-weight: var(--font-weight-bold);
}
.the-post h3, .the-post h4, .the-post h5 {
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  margin-top: 3.5rem;
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post ol li,
.the-post ul li {
  margin: 0 0 1.2rem 0;
}
.the-post ol li:last-child,
.the-post ul li:last-child {
  margin-bottom: 0;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: var(--font-size-medium);
  line-height: 3.6rem;
  margin: 3rem 0;
}
.the-post img {
  display: block;
}
.the-post img:first-child {
  margin-top: 0;
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  margin: 4rem 0;
}
.the-post .aligncenter {
  margin: 4rem auto;
}
body.alt-bg .the-post {
  color: var(--clr-ten);
}
.the-post.post-invert {
  color: var(--clr-ten);
}
.the-post.post-invert .footer-title {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .the-post .alignleft,
  .the-post .alignnone,
  .the-post .alignright,
  .the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post .wp-caption .wp-caption-text,
  .the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .the-post table {
    overflow-x: auto;
  }
  .the-post table tr th,
  .the-post table tr td {
    display: block;
    width: 100% !important;
  }
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300%);
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.responsive-table {
  overflow-x: auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-family: var(--font-regular);
  font-size: var(--font-size-default) !important;
  line-height: 2.6rem;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  border: 1px solid var(--clr-one);
  border-radius: 0;
  text-transform: none;
  box-sizing: border-box;
  font-size: var(--font-size-default);
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline,
.list-inline-center {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline {
  display: flex;
}

.list-inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline-center li {
  display: flex;
  align-items: center;
}

.list-pipe-delimited li {
  position: relative;
}
.list-pipe-delimited li:after {
  display: block;
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.list-pipe-delimited li:last-child:after {
  display: none;
  content: "";
}

a {
  transition: color 0.5s ease-in-out;
  color: #5C6CB0;
  text-decoration: none;
}

.pagination-wrapper {
  text-align: left;
  margin: 4.5rem 0 4.5rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  background-color: var(--clr-six);
  color: var(--clr-ten);
  border-radius: 100%;
  height: 43px;
  width: 43px;
  font-weight: var(--font-weight-medium);
  font-size: 1.2rem;
  border: none;
}
.pagination-wrapper .page-numbers.dots, .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  width: auto;
  height: auto;
  position: relative;
  border: none;
  border-radius: 0;
  color: var(--clr-one);
}
.pagination-wrapper .page-numbers.dots {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
}
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  font-weight: var(--font-weight-medium);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.pagination-wrapper .page-numbers.next {
  background: none;
  margin-left: 1rem;
}
.pagination-wrapper .page-numbers.prev {
  background: none;
  margin-right: 1rem;
}
.pagination-wrapper .page-numbers.current {
  background-color: var(--clr-two);
  color: var(--clr-seven);
}
.pagination-wrapper.float {
  padding: 1rem 0 1rem 2rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--clr-seven);
  z-index: 10;
}
@media (max-width: 767px) {
  .pagination-wrapper.float {
    padding: 4rem 0 0 0;
    position: static;
    transform: none;
    top: auto;
    right: auto;
  }
}

.flex-row {
  display: flex;
  justify-content: flex-start;
}

.col-1 {
  width: 7.9166666667%;
  margin-right: 5%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  width: 15.8333333333%;
  margin-right: 5%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  width: 23.75%;
  margin-right: 5%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 31.6666666667%;
  margin-right: 5%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  width: 39.5833333333%;
  margin-right: 5%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  width: 47.5%;
  margin-right: 5%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 55.4166666667%;
  margin-right: 5%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  width: 63.3333333333%;
  margin-right: 5%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  width: 71.25%;
  margin-right: 5%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 79.1666666667%;
  margin-right: 5%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  width: 87.0833333333%;
  margin-right: 5%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  width: 95%;
  margin-right: 5%;
}

.col-offset-12 {
  margin-left: 100%;
}

[class^=col-]:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  [class^=col-] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.nav-open {
  overflow: hidden;
  height: 100%;
}

.lrg-nav ul li {
  margin-right: 3rem;
}
.lrg-nav ul li:last-child {
  margin-right: 0;
}
.lrg-nav ul li.current-menu-item a {
  border-bottom: 1px solid var(--clr-ten);
}
.lrg-nav a {
  font-weight: var(--font-weight-medium);
  color: var(--clr-ten);
}
.lrg-nav a:hover {
  border-bottom: 1px solid var(--clr-ten);
}
body.no-banner .lrg-nav a {
  color: var(--clr-one);
  border-bottom-color: var(--clr-one);
}

#mobile-navigation .nav-wrapper {
  display: flex;
  padding-left: 6rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #mobile-navigation .nav-wrapper {
    padding-left: 3rem;
  }
}

#mobile-navigation .nav-toolbar {
  position: absolute;
  top: 2rem;
  right: 3rem;
}
#mobile-navigation .nav-toolbar a {
  line-height: 0;
  display: block;
  font-size: 4.4rem;
  color: var(--clr-one);
}
#mobile-navigation .nav-toolbar a:hover {
  color: var(--clr-five);
}

#mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--clr-nine);
  z-index: 1010;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  overflow: auto;
  display: flex;
  align-items: center;
}
#mobile-navigation.mobile-nav-open {
  transform: translateX(0);
}
#mobile-navigation ul li a {
  display: block;
  font-size: 5.9rem;
  padding: 1rem 0;
  color: var(--clr-one);
}
#mobile-navigation ul li a:hover {
  color: var(--clr-five);
}
#mobile-navigation ul li.current-menu-item a {
  color: var(--clr-five);
}
@media (max-width: 640px) {
  #mobile-navigation ul li a {
    font-size: 2.9rem;
  }
}

.standard-page-content {
  padding: 0;
}
body.no-banner .standard-page-content {
  padding: 19rem 0 0 0;
}

#main {
  position: relative;
  z-index: 1;
  background-color: var(--clr-nine);
}
body.alt-bg #main {
  background: var(--clr-two);
  color: var(--clr-ten);
  background: linear-gradient(140deg, rgba(163, 193, 86, 0) 70%, rgba(163, 193, 86, 0.3) 80%, rgba(83, 185, 203, 0.5) 90%);
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  z-index: 200;
}

#header .header-inner {
  display: flex;
  align-items: center;
}
#header .header-inner .header-toolbar {
  margin-left: auto;
  display: flex;
}
#header .header-inner .mobile-toolbar {
  display: none;
}
#header .header-inner .mobile-toolbar .mobile-nav {
  display: flex;
  align-items: center;
  color: var(--clr-ten);
}
body.no-banner #header .header-inner .mobile-toolbar .mobile-nav {
  color: var(--clr-one);
}
#header .header-inner .mobile-toolbar .mobile-nav .nav-text {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-right: 1rem;
}
#header .header-inner .mobile-toolbar .mobile-nav i {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  #header .header-inner .lrg-nav {
    display: none;
  }
  #header .header-inner .mobile-toolbar {
    display: block;
  }
}

.banner-default {
  position: relative;
  height: 100vh;
  width: 100%;
}
.banner-default .slide {
  background: no-repeat center center transparent;
  background-size: cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.banner-default .video-slide video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-default .banner-caption-wrapper {
  position: absolute;
  z-index: 110;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 830px;
  width: 90%;
}
.banner-default .banner-overlay,
.banner-default .banner-overlay-grad-right,
.banner-default .banner-overlay-grad-left {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.banner-default .banner-overlay {
  background-color: rgba(92, 108, 176, 0.27);
}
.banner-default .banner-overlay-grad-left {
  background: rgb(83, 185, 203);
  background: linear-gradient(140deg, rgb(83, 185, 203) 5%, rgba(163, 193, 86, 0) 50%);
}
.banner-default .banner-overlay-grad-right {
  background: rgb(83, 185, 203);
  background: linear-gradient(330deg, rgb(83, 185, 203) 5%, rgba(163, 193, 86, 0) 50%);
}
.banner-default .read-more {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
}
.banner-default .read-more .icon {
  text-align: center;
  margin: 0 0 4rem 0;
}
.banner-default .read-more .icon i {
  color: var(--clr-ten);
  font-size: 4.8rem;
}
.banner-default .read-more .icon img {
  width: 14px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .banner-default .read-more .icon img {
    display: none;
  }
}

.banner-default .banner-caption-wrapper .banner-caption-inner .title {
  text-align: center;
  font-family: var(--font-secondary);
  color: var(--clr-ten);
  font-size: 7rem;
}
@media (max-width: 767px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner .title {
    font-size: 5rem;
  }
}
@media (max-width: 640px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner .title {
    font-size: 3.2rem;
  }
}

#footer {
  position: relative;
  z-index: 10;
  margin-top: -18.2rem;
}
#footer:before {
  display: block;
  content: "";
  height: 182px;
  width: 100%;
  background: url("../images/blue-point-pattern-repeat.svg") repeat-x left bottom transparent;
}
#footer .footer-inner {
  padding: 4rem 0 8rem 0;
  margin-top: -3rem;
  background-color: var(--clr-two);
}
#footer .footer-grid {
  display: flex;
}
#footer .footer-grid .footer-column {
  width: 65%;
  margin-right: 5%;
}
#footer .footer-grid .footer-column:first-child {
  width: 30%;
}
#footer .footer-grid .footer-column:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  #footer .footer-grid {
    flex-direction: column;
  }
  #footer .footer-grid .footer-column,
  #footer .footer-grid .footer-column:first-child {
    width: 100%;
    margin-right: 0;
  }
}

#footer .footer-nav .footer-nav-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#footer .footer-nav .footer-nav-wrapper ul li {
  margin-right: 3rem;
}
#footer .footer-nav .footer-nav-wrapper ul li:last-child {
  margin-right: 0;
}
#footer .footer-nav a {
  font-weight: var(--font-weight-medium);
  color: var(--clr-ten);
}
@media (max-width: 640px) {
  #footer .footer-nav .footer-nav-wrapper {
    margin-top: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #footer .footer-nav .footer-nav-wrapper ul {
    flex-direction: column;
  }
  #footer .footer-nav .footer-nav-wrapper ul li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #footer .footer-nav .footer-nav-wrapper ul li:last-child {
    margin-bottom: 0;
  }
}

#footer .footer-social {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 4.5rem;
}
#footer .footer-social ul li {
  margin-right: 1rem;
}
#footer .footer-social ul li:last-child {
  margin-right: 0;
}
#footer .footer-social a {
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  #footer .footer-social {
    margin-top: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#footer .footer-mail input[type=email] {
  border-radius: 18px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.post-list {
  background: rgb(163, 193, 86);
  background: linear-gradient(to bottom right, rgba(163, 193, 86, 0) 73%, rgba(163, 193, 86, 0.3) 85%, rgb(83, 185, 203) 100%);
}

.post-list .post-archive-intro {
  padding: 20rem 0 5rem 0;
  display: flex;
  align-items: center;
}
.post-list .post-archive-intro .archive-column {
  width: 47.5%;
  margin-right: 5%;
}
.post-list .post-archive-intro .archive-column:last-child {
  margin-right: 0;
}
.post-list .post-archive-intro .archive-title {
  font-size: 5.9rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-two);
  margin: 0 0 5rem 0;
}
.post-list .post-archive-intro .archive-intro {
  max-width: 366px;
  width: 100%;
}
@media (max-width: 767px) {
  .post-list .post-archive-intro {
    padding-top: 0;
    flex-direction: column;
  }
  .post-list .post-archive-intro .archive-column {
    width: 100%;
    margin-right: 0;
  }
  .post-list .post-archive-intro .archive-title {
    font-size: 4.2rem;
    margin-bottom: 3rem;
  }
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
}
.post-grid .post-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3%;
  overflow: hidden;
}
.post-grid .post-item:nth-child(3n), .post-grid .post-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .post-grid .post-item {
    width: 47.5%;
  }
  .post-grid .post-item:nth-child(3n) {
    margin-right: 5%;
  }
  .post-grid .post-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .post-grid .post-item {
    width: 100%;
    margin-right: 0;
  }
  .post-grid .post-item:nth-child(3n) {
    margin-right: 0;
  }
}

.post-grid.latest-posts-slider .post-item {
  margin-bottom: 0;
  margin-right: 0;
  max-width: 366px;
  width: 100%;
}
@media (max-width: 767px) {
  .post-grid.latest-posts-slider .post-item {
    max-width: 300px;
    box-sizing: border-box;
    min-height: 577px;
  }
}

.post-grid .post-item {
  background-color: var(--clr-ten);
  border-radius: 15px;
  padding: 3rem;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}
.post-grid .post-item .excerpt {
  font-weight: var(--font-weight-light);
  margin-bottom: 6rem;
}
.post-grid .post-item .post-status,
.post-grid .post-item .title,
.post-grid .post-item .post-detail {
  width: 100%;
}
.post-grid .post-item .post-detail {
  border-top: 1px solid var(--clr-eleven);
  margin-top: auto;
  padding: 3.5rem 0 0 0;
}
.post-grid .post-item .title {
  font-weight: var(--font-weight-bold);
  font-size: 2.2rem;
  margin: 3rem 0 3rem 0;
  color: var(--clr-two);
}
.post-grid .post-item .date {
  margin-bottom: 2.5rem;
}
.post-grid .post-item .post-status ul {
  margin: 0;
  padding: 0;
  list-style: inside;
}
.post-grid .post-item .post-status ul li {
  color: var(--clr-six);
}
.post-grid .post-item .post-status .status {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
}
.post-grid .post-item .post-status .status-new {
  color: var(--clr-six);
}
.post-grid .post-item .post-status .status-expire {
  color: var(--clr-five);
}

.single-post .single-grid {
  display: flex;
}
.single-post .single-grid .single-column {
  width: 47.5%;
  margin-right: 5%;
}
.single-post .single-grid .single-column:last-child {
  margin-right: 0;
}
.single-post .single-grid .stick-column {
  position: sticky;
  top: 3rem;
}
.single-post .single-grid .logo img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .single-post .single-grid {
    flex-direction: column;
  }
  .single-post .single-grid .single-column {
    width: 100%;
    margin: 0;
  }
  .single-post .single-grid .single-column:first-child {
    order: 0;
  }
  .single-post .single-grid .single-column:last-child {
    order: 1;
  }
}

.single-post .title {
  font-family: var(--font-bold);
  color: var(--clr-two);
  font-size: 5.9rem;
  margin: 0 0 6rem 0;
  width: 50%;
}
.single-post .post-detail {
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  .single-post .title {
    width: 100%;
    font-size: 4.2rem;
  }
}

.content-item.default-padding {
  padding: 8rem 0;
}
.content-item.default-padding:last-child {
  padding-bottom: 28rem;
}
@media (max-width: 767px) {
  .content-item.default-padding {
    padding: 6rem 0;
  }
  .content-item.default-padding:last-child {
    padding-bottom: 22rem;
  }
}

.block-latest-posts .latest-posts-wrapper {
  display: flex;
}
.block-latest-posts .latest-posts-wrapper .latest-content,
.block-latest-posts .latest-posts-wrapper .latest-posts-list-wrapper {
  padding: 12rem 0;
  width: 47.5%;
  margin-right: 5%;
}
.block-latest-posts .latest-posts-wrapper .latest-content.latest-posts-list-wrapper,
.block-latest-posts .latest-posts-wrapper .latest-posts-list-wrapper.latest-posts-list-wrapper {
  margin-right: 0;
  margin-left: auto;
}
.block-latest-posts .latest-posts-wrapper .latest-posts-list-wrapper {
  background: url("../images/spiral-pattern.svg") no-repeat center center transparent;
  background-size: cover;
}
@media (max-width: 767px) {
  .block-latest-posts .latest-posts-wrapper {
    flex-wrap: wrap;
  }
  .block-latest-posts .latest-posts-wrapper .latest-content,
  .block-latest-posts .latest-posts-wrapper .latest-posts-list-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .block-latest-posts .latest-posts-wrapper .latest-content {
    padding: 0;
  }
}

.block-latest-posts .latest-posts-content-wrapper {
  position: absolute;
  max-width: 1260px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .block-latest-posts .latest-posts-content-wrapper {
    position: static;
    left: 0;
    transform: none;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .block-latest-posts .latest-posts-content-wrapper {
    padding-bottom: 2rem;
  }
}

.block-latest-posts .latest-content {
  padding-right: 15rem;
}
.block-latest-posts .latest-content .title {
  font-size: 5.9rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-two);
  margin: 0 0 5rem 0;
}
@media (max-width: 767px) {
  .block-latest-posts .latest-content .title {
    font-size: 4.2rem;
  }
}

.block-two-column-image {
  position: relative;
  background: url("../images/white-point-pattern-repeat.png") repeat-x left bottom transparent;
}
.block-two-column-image:after {
  display: block;
  background: rgb(163, 193, 86);
  background: linear-gradient(140deg, rgba(163, 193, 86, 0) 53%, rgba(163, 193, 86, 0.3) 75%, rgb(83, 185, 203) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-two-column-image.default-padding {
  padding: 0 0 30rem 0;
}
.block-two-column-image .two-column-wrapper {
  display: flex;
}
.block-two-column-image .two-column-wrapper .image-column,
.block-two-column-image .two-column-wrapper .content-column {
  width: 50%;
}
.block-two-column-image .two-column-wrapper .image-column {
  order: 0;
  align-self: center;
}
.block-two-column-image .two-column-wrapper .content-column {
  order: 1;
  padding-left: 22rem;
}
.block-two-column-image .two-column-wrapper.image-align-right .image-column {
  order: 1;
}
.block-two-column-image .two-column-wrapper.image-align-right .content-column {
  order: 0;
  padding-right: 22rem;
}
@media (max-width: 954px) {
  .block-two-column-image .two-column-wrapper .content-column {
    padding-left: 6rem;
  }
  .block-two-column-image .two-column-wrapper.image-align-right .content-column {
    padding-right: 6rem;
  }
}
@media (max-width: 767px) {
  .block-two-column-image .two-column-wrapper {
    display: flex;
    flex-direction: column;
  }
  .block-two-column-image .two-column-wrapper .image-column,
  .block-two-column-image .two-column-wrapper .content-column {
    width: 100%;
  }
  .block-two-column-image .two-column-wrapper .content-column {
    padding-left: 0;
    margin-top: 5rem;
  }
  .block-two-column-image .two-column-wrapper.image-align-right .content-column {
    margin-bottom: 5rem;
    padding-right: 0;
  }
}

.block-two-column-image .two-column-wrapper .image-column img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .block-two-column-image .two-column-wrapper .image-column img {
    max-width: 400px;
    width: 100%;
  }
}

.block-two-column-image .two-column-wrapper .content-column .icon {
  max-width: 106px;
  width: 100%;
  margin-bottom: 6.5rem;
}
.block-two-column-image .two-column-wrapper .content-column .title {
  font-size: 5.9rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-two);
  margin: 0 0 5rem 0;
}
@media (max-width: 767px) {
  .block-two-column-image .two-column-wrapper .content-column .title {
    font-size: 4.2rem;
  }
}

.block-video-scroller {
  position: relative;
  overflow: hidden;
  margin-top: -3rem;
  background-color: var(--clr-ten);
}
.block-video-scroller .video-scroller-wrapper {
  display: flex;
}

.block-video-scroller .video-scroller-wrapper-column {
  display: flex;
  width: 50%;
}
.block-video-scroller .video-scroller-wrapper-column video {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.block-video-scroller .video-scroller-wrapper-column .large-video,
.block-video-scroller .video-scroller-wrapper-column .small-video {
  position: relative;
  overflow: hidden;
}
.block-video-scroller .video-scroller-wrapper-column .large-video {
  padding-bottom: 13rem;
  padding-right: 3rem;
}
.block-video-scroller .video-scroller-wrapper-column .large-video video {
  max-width: 630px;
  width: 100%;
  height: 742px;
}
.block-video-scroller .video-scroller-wrapper-column .small-video video {
  max-width: 366px;
  width: 100%;
  height: 267px;
}
@media (max-width: 767px) {
  .block-video-scroller .video-scroller-wrapper-column {
    width: 100%;
  }
  .block-video-scroller .video-scroller-wrapper-column:last-child {
    display: none;
  }
  .block-video-scroller .video-scroller-wrapper-column .large-video {
    padding-right: 0;
    padding-bottom: 0;
  }
  .block-video-scroller .video-scroller-wrapper-column .large-video video {
    max-width: none;
    padding-right: 0;
    height: 542px;
  }
}

.block-video-scroller .video-scroller-wrapper-column.flex-column {
  flex-direction: column;
}
.block-video-scroller .video-scroller-wrapper-column.flex-column .small-video.video-top {
  margin-bottom: auto;
  margin-left: auto;
}

.block-video-scroller .scrolling-message {
  position: absolute;
  top: 40%;
  width: 300%;
  transform: translateY(-50%);
  z-index: 30;
  font-family: var(--font-secondary);
  font-size: 12rem;
  animation: slide-left 120s linear infinite;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.block-video-scroller .scrolling-message i {
  margin: 0 6rem;
  font-size: 4rem;
  transform: rotate(-180deg);
}
.block-video-scroller .scrolling-message.normal-message {
  color: var(--clr-two);
}
.block-video-scroller .scrolling-message.normal-message i {
  color: var(--clr-six);
}
@media (max-width: 767px) {
  .block-video-scroller .scrolling-message {
    font-size: 8rem;
  }
}

.block-testimonial-slider {
  position: relative;
  background-color: var(--clr-ten);
}
.block-testimonial-slider:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(163, 193, 86);
  background: linear-gradient(to bottom left, rgba(163, 193, 86, 0) 53%, rgba(163, 193, 86, 0.3) 85%, rgb(83, 185, 203) 100%);
}
.block-testimonial-slider .icon-column img {
  max-width: 106px;
  width: 100%;
}

.block-testimonial-slider .testimonial-wrapper {
  display: flex;
}
.block-testimonial-slider .testimonial-wrapper .testimonial-column {
  position: relative;
}
.block-testimonial-slider .testimonial-wrapper .testimonial-slider-nav {
  position: absolute;
  z-index: 5;
  bottom: 0;
}
.block-testimonial-slider .testimonial-wrapper .testimonial-slider-nav a {
  color: var(--clr-six);
  font-size: 3.9rem;
  margin-right: 2.4rem;
}
.block-testimonial-slider .testimonial-wrapper .testimonial-slider-nav a:last-child {
  margin-right: 0;
}
.block-testimonial-slider .testimonial-wrapper .icon-column {
  width: 15%;
  padding-right: 3rem;
}
.block-testimonial-slider .testimonial-wrapper .content-column {
  width: 35%;
}
.block-testimonial-slider .testimonial-wrapper .large-column {
  width: 50%;
}
@media (max-width: 767px) {
  .block-testimonial-slider .testimonial-wrapper {
    flex-wrap: wrap;
  }
  .block-testimonial-slider .testimonial-wrapper .icon-column {
    width: 100%;
    margin-bottom: 4rem;
  }
  .block-testimonial-slider .testimonial-wrapper .content-column {
    width: 100%;
    margin-bottom: 4rem;
  }
  .block-testimonial-slider .testimonial-wrapper .large-column {
    width: 100%;
  }
}

.block-testimonial-slider .testimonial-slider-content .testimonial-item {
  display: flex;
  height: 100%;
}
.block-testimonial-slider .testimonial-slider-content .testimonial-item .content-inner {
  padding-right: 13rem;
}
.block-testimonial-slider .testimonial-slider-content .testimonial-item .title {
  font-family: var(--font-secondary);
  font-size: 3.2rem;
  color: var(--clr-six);
  margin: 0 0 3.5rem 0;
}
.block-testimonial-slider .testimonial-slider-content .testimonial-item .sub-title {
  font-weight: var(--font-weight-bold);
  font-size: 2.2rem;
  color: var(--clr-two);
}
.block-testimonial-slider .testimonial-slider-content .testimonial-item .sub-title:last-child {
  margin: 0 0 3rem 0;
}
.block-testimonial-slider .testimonial-slider-content .testimonial-item .sub-title.years {
  margin: 0 0 3rem 0;
}
@media (max-width: 954px) {
  .block-testimonial-slider .testimonial-slider-content .testimonial-item .content-inner {
    padding-right: 3rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .block-testimonial-slider .testimonial-slider-content .testimonial-item {
    height: auto;
  }
  .block-testimonial-slider .testimonial-slider-content .testimonial-item .content-inner {
    padding-right: 0;
  }
}

.block-testimonial-slider .testimonial-slider-image .testimonial-item {
  position: relative;
}
.block-testimonial-slider .testimonial-slider-image .testimonial-item .grad {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgb(163, 193, 86);
  background: linear-gradient(140deg, rgba(163, 193, 86, 0) 53%, rgba(163, 193, 86, 0.3) 75%, rgb(83, 185, 203) 100%);
  border-radius: 16px;
}
.block-testimonial-slider .testimonial-slider-image .testimonial-item img {
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.block-large-testimonial {
  background: rgb(163, 193, 86);
  background: linear-gradient(330deg, rgba(163, 193, 86, 0) 45%, rgba(163, 193, 86, 0.3) 80%, rgb(83, 185, 203) 100%);
}
.block-large-testimonial .testimonial-item {
  display: flex;
  align-items: center;
}
.block-large-testimonial .testimonial-item .testimonial-detail {
  width: 38.75%;
  margin-right: 5%;
}
.block-large-testimonial .testimonial-item .testimonial-image {
  width: 56.25%;
}
.block-large-testimonial .icon {
  margin-bottom: 6rem;
}
.block-large-testimonial .icon img {
  max-width: 106px;
  width: 100%;
}
.block-large-testimonial .testimonial-image img {
  border-radius: 16px;
}
.block-large-testimonial .quote {
  font-weight: var(--font-weight-bold);
  font-size: 2.2rem;
  color: var(--clr-two);
  margin-bottom: 2.5rem;
}
.block-large-testimonial .testimonial-stat strong {
  font-weight: var(--font-weight-bold);
}
.block-large-testimonial .testimonial-stat p {
  color: var(--clr-two);
  margin: 0.5rem 0;
}
.block-large-testimonial .testimonial-stat p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-large-testimonial .testimonial-item {
    flex-direction: column;
  }
  .block-large-testimonial .testimonial-item .testimonial-detail,
  .block-large-testimonial .testimonial-item .testimonial-image {
    width: 100%;
    margin-right: 0;
  }
  .block-large-testimonial .testimonial-item .testimonial-detail {
    margin-bottom: 3rem;
  }
}

.block-cta {
  background: rgb(163, 193, 86);
  background: linear-gradient(138deg, rgba(163, 193, 86, 0.3617647743) 0%, rgba(163, 193, 86, 0) 33%, rgba(163, 193, 86, 0) 53%, rgba(163, 193, 86, 0.3) 75%, rgb(83, 185, 203) 100%);
}
.block-cta.default-padding:last-child {
  padding: 16rem 0 42rem 0;
}
.block-cta .cta-inner {
  display: flex;
  justify-content: flex-end;
}
.block-cta .cta-inner .image {
  max-width: 465px;
  width: 100%;
}
.block-cta .cta-inner .image img {
  border-radius: 16px;
}
.block-cta .title-wrapper {
  position: absolute;
  width: 100%;
}
.block-cta .title-wrapper .title {
  font-family: var(--font-secondary);
  font-size: 13vw;
  line-height: 13vw;
  color: var(--clr-two);
}
.block-cta .title-wrapper .read-more {
  margin-top: 4rem;
}
@media (min-width: 1261px) {
  .block-cta .title-wrapper .title {
    font-size: 17rem;
    line-height: 17rem;
  }
}
@media (max-width: 954px) {
  .block-cta.default-padding:last-child {
    padding-bottom: 28rem;
  }
}
@media (max-width: 767px) {
  .block-cta.default-padding:last-child {
    padding: 8rem 0 22rem 0;
  }
  .block-cta .cta-wrapper {
    display: flex;
    flex-direction: column;
  }
  .block-cta .cta-inner {
    justify-content: flex-start;
  }
  .block-cta .cta-inner .image {
    max-width: none;
  }
  .block-cta .title-wrapper {
    position: static;
    margin-bottom: 6rem;
  }
  .block-cta .title-wrapper .title {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media (max-width: 640px) {
  .block-cta .title-wrapper .title {
    font-size: 6rem;
    line-height: 6rem;
  }
}

.block-two-column-content .block-title {
  font-size: 5.9rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-two);
  margin: 0 0 10rem 0;
  width: 50%;
}
body.alt-bg .block-two-column-content .block-title {
  color: var(--clr-ten);
}
.block-two-column-content .two-column-inner {
  display: flex;
}
.block-two-column-content .two-column-inner .content-column {
  width: 47.5%;
  margin-right: 5%;
}
.block-two-column-content .two-column-inner .content-column.has-icon {
  width: 30%;
}
.block-two-column-content .two-column-inner .content-column.icon-column img {
  margin-left: auto;
}
.block-two-column-content .two-column-inner .content-column:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .block-two-column-content .block-title {
    font-size: 4.2rem;
    width: 100%;
    margin-bottom: 5rem;
  }
  .block-two-column-content .two-column-inner {
    flex-direction: column;
  }
  .block-two-column-content .two-column-inner .content-column {
    width: 100%;
    margin-right: 0;
  }
  .block-two-column-content .two-column-inner .content-column.icon-column {
    margin-bottom: 3rem;
  }
  .block-two-column-content .two-column-inner .content-column.icon-column img {
    margin-left: 0;
  }
  .block-two-column-content .two-column-inner .content-column:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.block-image .image-wrapper {
  display: flex;
}
.block-image .image-wrapper .image-column {
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  width: 47.5%;
}
.block-image .image-wrapper .image-column:first-child {
  align-self: center;
}
.block-image .image-wrapper .image-column:last-child {
  margin-right: 0;
}
.block-image .image-wrapper .large-image,
.block-image .image-wrapper .small-image-one,
.block-image .image-wrapper .small-image-two {
  width: 100%;
}
.block-image .image-wrapper .large-image img,
.block-image .image-wrapper .small-image-one img,
.block-image .image-wrapper .small-image-two img {
  border-radius: 16px;
}
.block-image .image-wrapper .large-image {
  max-width: 564px;
}
.block-image .image-wrapper .small-image-one {
  max-width: 366px;
  margin-bottom: 5rem;
  margin-left: auto;
}
.block-image .image-wrapper .small-image-two {
  max-width: 267px;
}
@media (max-width: 767px) {
  .block-image .image-wrapper {
    flex-direction: column;
  }
  .block-image .image-wrapper .image-column {
    width: 100%;
    margin-right: 0;
  }
  .block-image .image-wrapper .image-column:first-child {
    margin-bottom: 5%;
  }
  .block-image .image-wrapper .image-column:last-child {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-image .image-wrapper .image-column .large-image {
    max-width: none;
  }
  .block-image .image-wrapper .image-column .small-image-one,
  .block-image .image-wrapper .image-column .small-image-two {
    max-width: none;
    width: 47.5%;
    margin-right: 5%;
  }
  .block-image .image-wrapper .image-column .small-image-two {
    margin-right: 0;
  }
}
