@font-face {
  font-family: "Noe Display";
  src: url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-Bold.woff2") format("woff2"), url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-Medium.woff2") format("woff2"), url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noe Display";
  src: url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-Regular.woff2") format("woff2"), url("/wp-content/themes/soal/public/vendor/noe-display/NoeDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "anisette-std", sans-serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wysiwyg {
  color: #3C3C3C;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 0 0 16px 0;
  font-family: "Noe Display";
  font-weight: 500;
  color: #143C96;
}
.wysiwyg h1 {
  font-size: 36px;
}
.wysiwyg h2 {
  font-size: 30px;
}
.wysiwyg h3 {
  font-size: 24px;
}
.wysiwyg h4 {
  font-size: 20px;
}
.wysiwyg h5 {
  font-size: 18px;
}
.wysiwyg h6 {
  font-size: 16px;
}
.wysiwyg p {
  margin: 0 0 16px 0;
  line-height: 1.5;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg a:not(.button-primary, .button-secondary) {
  color: #62859d;
  transition: all 0.2s;
}
.wysiwyg a:not(.button-primary, .button-secondary):hover {
  color: #FF9B2F;
}
.wysiwyg ul:not(.usps) {
  margin: 0 0 16px 0;
  padding: 0 0 0 18px;
}
.wysiwyg ul:not(.usps) li {
  margin-bottom: 5px;
}
.wysiwyg ul:not(.usps) li:last-child {
  margin-bottom: 0;
}
.wysiwyg blockquote {
  margin: 0 0 16px 0;
  padding-left: 30px;
  max-width: 350px;
  border-left: 8px solid #F5F5F5;
  font-size: 24px;
  font-weight: 300;
  color: #143C96;
}
.wysiwyg iframe {
  width: 100%;
  height: 400px;
}

.usps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #787878;
}
.usps li {
  margin-bottom: 10px;
}
.usps li i {
  margin-right: 5px;
  font-size: 18px;
  color: #919646;
}
.usps li:last-child {
  margin-bottom: 0;
}

.button-primary {
  display: inline-block;
  padding: 14px 24px;
  background: #7a4047;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.2s;
}
.button-primary:hover {
  background: #62859d;
}
.button-primary i {
  margin-right: 4px;
}

.button-secondary {
  display: inline-block;
  padding: 14px 24px;
  background: #62859d;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.2s;
}
.button-secondary:hover {
  background: #a9d3e7;
}
.button-secondary i {
  margin-right: 4px;
}

.button-ghost {
  display: inline-block;
  padding: 13px 24px;
  background: #FFFFFF;
  text-decoration: none;
  color: #62859d;
  border: 1px solid #62859d;
  transition: all 0.2s;
}
.button-ghost:hover {
  border-color: #a9d3e7;
  background: #a9d3e7;
  color: #FFFFFF;
}
.button-ghost i {
  margin-right: 4px;
}

#header-top {
  display: flex;
  background-color: #4d869f;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  font-size: 17px;
  font-weight: 400;
}
#header-top a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
#header-top a i {
  font-size: 15px;
}
#header-top a.phone {
  margin-right: 20px;
}
#header-top ul.socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header-top ul.socials li {
  display: inline-block;
}
#header-top ul.socials li i {
  font-size: 19px;
}
@media (max-width: 768px) {
  #header-top {
    padding: 10px 10px;
  }
  #header-top .col {
    text-align: right;
  }
  #header-top .col .socials {
    display: flex;
    width: 25%;
    text-align: left;
    gap: 5px;
  }
  #header-top .col a.phone {
    margin-right: 0;
  }
  #header-top .col a.email {
    display: none;
  }
}

#header {
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  #header {
    padding: 30px;
    z-index: 20;
  }
}
#header .inner {
  display: flex;
  align-items: center;
}
#header .inner .logo-wrap {
  position: relative;
  z-index: 10;
}
#header .inner .logo-wrap .logo {
  position: absolute;
  top: -25px;
  display: block;
  height: 235px;
}
@media only screen and (max-width: 1024px) {
  #header .inner .logo-wrap .logo {
    height: 175px;
  }
}
#header .inner .toggle {
  position: absolute;
  right: 15px;
  display: none;
  width: 32px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #header .inner .toggle {
    display: block;
  }
}
#header .inner .toggle .dash {
  display: block;
  height: 3px;
  background: #143C96;
  transition: all 0.2s;
  width: 100%;
}
#header .inner .toggle .dash-1, #header .inner .toggle .dash-2 {
  margin-bottom: 7px;
}
#header .inner .toggle:hover .dash {
  background: #62859d;
}
#header .inner .toggle.open {
  position: fixed;
  top: 23px;
  right: 15px;
}
#header .inner .toggle.open .dash-1 {
  transform: rotate(45deg) translateY(8px) translateX(8px);
}
#header .inner .toggle.open .dash-2 {
  width: 100%;
  transform: rotate(135deg) translateY(-1px) translateX(0px);
}
#header .inner .toggle.open .dash-3 {
  display: none;
}
#header .inner .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  #header .inner .navigation {
    display: none;
  }
}
#header .inner .navigation .navigation-inner {
  display: flex;
  align-items: center;
}
#header .inner .navigation .navigation-inner .menu {
  margin: 0 30px 0 0;
  padding: 0;
}
#header .inner .navigation .navigation-inner .menu .menu-item {
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 5px;
}
#header .inner .navigation .navigation-inner .menu .menu-item:last-child {
  margin-right: 0;
}
#header .inner .navigation .navigation-inner .menu .menu-item a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  transition: all 0.2s;
}
#header .inner .navigation .navigation-inner .menu .menu-item a:hover {
  color: #a9d3e7;
}
#header .inner .navigation .navigation-inner .menu .menu-item.current-menu-item {
  border-bottom: 2px solid #a9d3e7;
}
#header .inner .navigation .navigation-inner .menu .menu-item.current-menu-item a {
  font-weight: bold;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  color: #143C96;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children:hover:after {
  color: #1C53D2;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  padding: 20px;
  background: #FFFFFF;
  z-index: 1;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  float: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item {
  border: none;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  color: #FA8200;
}
#header .inner .navigation .navigation-inner .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a:hover {
  color: #FF9B2F;
}
@media only screen and (max-width: 1220px) {
  #header .inner .navigation .navigation-inner .button-primary {
    display: none;
  }
}
#header.open .inner .logo-wrap .logo {
  display: none;
}

.section-subscribe {
  position: relative;
  padding: 80px 0 160px 0;
  background-position: center center;
  background-size: cover;
  background-color: #a9d3e7;
}
@media only screen and (max-width: 1024px) {
  .section-subscribe {
    padding: 80px 0;
  }
}
.section-subscribe .title {
  font-family: "Montserrat", sans-serif;
  max-width: 560px;
  margin: 0 auto 60px auto;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.section-subscribe .tooltip {
  margin-bottom: 15px;
  text-align: center;
  color: #544c45;
}
.section-subscribe .subscribe-form .fields-wrap {
  display: flex;
  justify-content: center;
}
.section-subscribe .subscribe-form .fields-wrap input[type=email] {
  width: 300px;
  height: 44px;
  padding: 14px;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .section-subscribe .subscribe-form .fields-wrap input[type=email] {
    width: 220px;
  }
}
.section-subscribe .subscribe-form .fields-wrap input[type=submit] {
  height: 44px;
  margin-bottom: 60px;
  padding: 14px 24px;
  border: 0;
  border-radius: 0;
  background: #FA8200;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
}
.section-subscribe .subscribe-form .fields-wrap input[type=submit]:hover {
  background: #FF9B2F;
}
.section-subscribe .subscribe-form .fields-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.section-subscribe .subscribe-form .fields-wrap .wpcf7-spinner {
  display: none;
}
.section-subscribe .subscribe-form .wpcf7-response-output {
  display: none !important;
}
.section-subscribe .socials-wrap {
  display: flex;
  justify-content: center;
}
.section-subscribe .socials-wrap .socials {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}
.section-subscribe .socials-wrap .socials .social {
  display: inline-block;
  margin-right: 20px;
}
.section-subscribe .socials-wrap .socials .social:last-child {
  margin-right: 0;
}
.section-subscribe .socials-wrap .socials .social .icon {
  font-size: 22px;
  color: #7a4047;
  transition: all 0.2s;
}
.section-subscribe .socials-wrap .socials .social .icon:hover {
  color: #FFFFFF;
}
.section-subscribe .slope {
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
}

.section-404 {
  padding: 80px 0;
  background: #F5F5F5;
}
.section-404 h1 {
  color: #4d869f;
}

.section-single-post {
  padding: 60px 0;
}
.section-single-post .date {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #B4B4B4;
}
.section-single-post .title {
  margin: 0 0 60px 0;
  font-size: 60px;
  text-align: center;
  font-family: "Noe Display";
  font-weight: 500;
  line-height: 1.13;
  color: #143C96;
}
@media only screen and (max-width: 1024px) {
  .section-single-post .title {
    font-size: 32px;
  }
}
.section-single-post .image {
  display: block;
  width: 100%;
}
.section-single-post .wysiwyg {
  padding: 80px 80px 0 80px;
}
@media only screen and (max-width: 768px) {
  .section-single-post .wysiwyg {
    padding: 60px 30px 0 30px;
  }
}
.section-single-post .wysiwyg h1,
.section-single-post .wysiwyg h2,
.section-single-post .wysiwyg h3,
.section-single-post .wysiwyg h4,
.section-single-post .wysiwyg h5,
.section-single-post .wysiwyg h6,
.section-single-post .wysiwyg p:not(:last-child),
.section-single-post .wysiwyg ul:not(.usps),
.section-single-post .wysiwyg blockquote {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .section-single-post .wysiwyg h1,
  .section-single-post .wysiwyg h2,
  .section-single-post .wysiwyg h3,
  .section-single-post .wysiwyg h4,
  .section-single-post .wysiwyg h5,
  .section-single-post .wysiwyg h6,
  .section-single-post .wysiwyg p:not(:last-child),
  .section-single-post .wysiwyg ul:not(.usps),
  .section-single-post .wysiwyg blockquote {
    margin-bottom: 30px;
  }
}

.section-share .title {
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  text-align: center;
  color: #78B4F0;
}
.section-share .channels {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.section-share .channels .channel {
  display: inline-block;
  margin-right: 20px;
}
.section-share .channels .channel:last-child {
  margin-right: 0;
}
.section-share .channels .channel .icon {
  font-size: 20px;
  color: #FA8200;
  transition: all 0.2s;
}
.section-share .channels .channel .icon:hover {
  color: #FF9B2F;
}

#footer {
  position: relative;
  padding: 80px 0;
  background: #62859d;
}
#footer .cols {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 270px;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  #footer .cols {
    grid-template-columns: none;
  }
}
#footer .cols .col .navigation {
  margin-bottom: 30px;
}
#footer .cols .col .navigation:last-child {
  margin-bottom: 0;
}
#footer .cols .col .navigation .title {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #a9d3e7;
}
#footer .cols .col .navigation .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .cols .col .navigation .menu li {
  margin-bottom: 10px;
}
#footer .cols .col .navigation .menu li:last-child {
  margin-bottom: 0;
}
#footer .cols .col .navigation .menu li a {
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.2s;
}
#footer .cols .col .navigation .menu li a:hover {
  color: #a9d3e7;
}
#footer .cols .col .socials {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}
#footer .cols .col .socials .social {
  display: inline-block;
  margin-right: 20px;
}
#footer .cols .col .socials .social:last-child {
  margin-right: 0;
}
#footer .cols .col .socials .social .icon {
  font-size: 22px;
  color: #fff;
  transition: all 0.2s;
}
#footer .cols .col .socials .social .icon:hover {
  color: #FFFFFF;
}
#footer .cols .col .legal-menu {
  margin-bottom: 10px;
}
#footer .cols .col .legal-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .cols .col .legal-menu .menu li {
  display: inline-block;
  padding-left: 0;
}
#footer .cols .col .legal-menu .menu li::after {
  content: "|";
  color: #78B4F0;
  font-size: 12px;
  padding: 0 4px 0 8px;
}
#footer .cols .col .legal-menu .menu li:last-child::after {
  display: none;
}
#footer .cols .col .legal-menu .menu li a {
  font-size: 14px;
  color: #78B4F0;
  text-decoration: none;
  transition: all 0.2s;
}
#footer .cols .col .legal-menu .menu li a:hover {
  color: #62859d;
}
#footer .cols .col .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .cols .col .logo-wrap {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 20px;
}
#footer .cols .col .logo-wrap .logo-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .cols .col .logo-wrap .logo {
  display: block;
}
#footer .cols .col .about {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}
#footer .cols .col .trustpilot-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .cols .col .trustpilot-link .trustpilot {
  display: block;
  width: 100%;
  max-width: 270px;
  margin-bottom: 40px;
}
#footer .cols .col .button-primary {
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .cols .col .button-primary {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#footer .go-to-top {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FA8200;
  color: #FFFFFF;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  #footer .go-to-top {
    display: block;
  }
}
#footer .go-to-top:hover {
  background: #FF9B2F;
}

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #96d4e8, #1e1e1e);
  z-index: 10;
}
#mobile-nav.open {
  display: block;
}
#mobile-nav .logo-wrap {
  padding: 30px;
  background: #FFFFFF;
}
#mobile-nav .logo-wrap .logo-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#mobile-nav .logo-wrap .logo-link .logo {
  position: absolute;
  display: block;
  height: 175px;
  top: 5px;
}
#mobile-nav .inner {
  display: flex;
  align-items: flex-end;
  padding: 40px;
  height: calc(100% - 70px);
}
#mobile-nav .inner .vertical-aligner {
  width: 100%;
}
#mobile-nav .inner .vertical-aligner .menu {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
}
#mobile-nav .inner .vertical-aligner .menu li {
  margin-bottom: 15px;
}
#mobile-nav .inner .vertical-aligner .menu li:last-child {
  margin-bottom: 0;
}
#mobile-nav .inner .vertical-aligner .menu li a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 200;
  color: #FFFFFF;
  transition: all 0.2s;
}
#mobile-nav .inner .vertical-aligner .menu li a:hover {
  color: #FA8200;
}
#mobile-nav .inner .vertical-aligner .menu li .sub-menu {
  margin-top: 10px;
  list-style-type: none;
}
#mobile-nav .inner .vertical-aligner .button-primary {
  display: block;
  width: 100%;
  text-align: center;
}

.form-pop-up {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 60, 150, 0.8);
  z-index: 1;
}
.form-pop-up .inner {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 60px;
  background: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .form-pop-up .inner {
    padding: 60px 30px;
  }
}
.form-pop-up .inner .pre-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #78B4F0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}
.form-pop-up .inner .title {
  margin: 0 0 30px 0;
  font-family: "Noe Display";
  color: #143C96;
  font-size: 36px;
  font-weight: 500;
}
.form-pop-up .inner .title span {
  font-style: italic;
  font-weight: 400;
}
.form-pop-up .inner .contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #78B4F0;
}
.form-pop-up .inner .contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.form-pop-up .inner .contact-form input[type=text],
.form-pop-up .inner .contact-form input[type=email],
.form-pop-up .inner .contact-form input[type=tel],
.form-pop-up .inner .contact-form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  background: #F5F5F5;
  font-size: 16px;
  outline: 0;
}
.form-pop-up .inner .contact-form .wpcf7-submit {
  border: 0;
  border-radius: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.form-pop-up .inner .contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.form-pop-up .inner .contact-form .wpcf7-response-output {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 0;
  background: #143C96;
  color: #FFFFFF;
}
.form-pop-up .inner .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: #143C96;
  cursor: pointer;
  transition: all 0.2s;
}
.form-pop-up .inner .close:hover {
  color: #FA8200;
}

.home > .section-hero {
  padding: 150px 0 250px;
}

.section-hero {
  position: relative;
  padding: 200px 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-hero {
    padding: 100px 0;
  }
}
.section-hero.has-wysiwyg {
  padding: 200px 0;
}
.section-hero:after {
  content: "";
  position: absolute;
  background-color: #62859d;
  opacity: 80%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.section-hero .title {
  position: relative;
  margin: 0;
  font-size: 60px;
  font-family: "anisette-std", sans-serif;
  line-height: 1.2;
  color: #FFFFFF;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .section-hero .title {
    font-size: 32px;
  }
}
.section-hero .title span {
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .section-hero .title.align-center-on-mobile {
    text-align: center;
  }
}
.section-hero .wysiwyg {
  position: relative;
  margin: 30px 0 45px 0;
  max-width: 550px;
  line-height: 1.5;
  color: #FFFFFF;
  z-index: 10;
}
.section-hero .wysiwyg .usps li {
  color: #FFFFFF;
}
.section-hero .button-primary {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.section-hero .slopes {
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  z-index: 10;
}

.section-results {
  position: relative;
  padding: 60px 0;
  background: #e3f1f7;
}
.section-results.show-arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: solid 20px #F5F5F5;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}
.section-results .title {
  margin: 0 0 40px 0;
  font-family: "anisette-std", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #143C96;
}
@media only screen and (max-width: 768px) {
  .section-results .title {
    display: none;
  }
}
.section-results .title span {
  font-weight: 400;
  font-style: italic;
}
.section-results .results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-results .results {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .section-results .results {
    grid-template-columns: none;
  }
}
.section-results .results .year {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section-results .results .year .icon {
  margin-right: 15px;
}
.section-results .results .year .count {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  color: #62859d;
  font-weight: 100;
}
.section-results .results .percentage {
  text-align: center;
  font-size: 55px;
  font-weight: 200;
  color: #919646;
}
@media only screen and (max-width: 1024px) {
  .section-results .results .percentage {
    font-size: 42px;
  }
}

.section-content-image {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .section-content-image {
    padding: 60px 0;
  }
}
.section-content-image.reversed .image {
  padding: 0 90px 30px 0 !important;
}
@media only screen and (max-width: 1024px) {
  .section-content-image.reversed .image {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-content-image.reversed .image-mobile {
    display: block !important;
    padding: 0 30px 30px 0 !important;
  }
}
.section-content-image.no-bottom-padding {
  padding-bottom: 0;
}
.section-content-image .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .section-content-image .inner {
    grid-template-columns: none;
  }
}
.section-content-image .inner .content {
  display: flex;
  align-items: center;
}
.section-content-image .inner .content .pre-title {
  text-transform: uppercase;
  color: #62859d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}
.section-content-image .inner .content .title {
  margin: 15px 0 30px 0;
  font-family: "anisette-std", sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 500;
}
.section-content-image .inner .content .buttons {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .section-content-image .inner .content .buttons {
    display: block;
  }
}
.section-content-image .inner .content .buttons .button {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .section-content-image .inner .content .buttons .button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section-content-image .inner .content .buttons .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .section-content-image .inner .content .buttons .button:last-child {
    margin-top: 15px;
  }
}
.section-content-image .inner .image {
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding: 0 30px 30px 60px;
}
@media only screen and (max-width: 1024px) {
  .section-content-image .inner .image {
    padding: 0 30px 30px 0;
  }
}
.section-content-image .inner .image .image-wrap {
  position: relative;
  max-width: 465px;
  margin: 0 auto;
}
.section-content-image .inner .image .image-wrap .attachment {
  position: relative;
  display: block;
  width: 100%;
  max-width: 535px;
  margin: 0 auto;
  z-index: 10;
}
.section-content-image .inner .image .image-wrap .triangle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #f6f3de;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 2;
}
.section-content-image .inner .image-mobile {
  display: none;
}

.section-trustpilot-badge.has-padding {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .section-trustpilot-badge.has-padding {
    padding: 30px 0;
  }
}
.section-trustpilot-badge.center .badge-wrap {
  justify-content: center;
}
.section-trustpilot-badge .badge-wrap {
  display: flex;
  justify-content: flex-end;
}
.section-trustpilot-badge .badge-wrap .badge {
  display: block;
  height: 24px;
}

.section-cta {
  position: relative;
  padding: 200px 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.section-cta:after {
  content: "";
  position: absolute;
  background-color: #62859d;
  opacity: 80%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .section-cta {
    padding: 100px 0;
  }
}
.section-cta .title {
  font-family: "anisette-std", sans-serif;
  position: relative;
  margin: 0 0 30px 0;
  font-size: 60px;
  line-height: 1.2;
  color: #FFFFFF;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .section-cta .title {
    font-size: 32px;
  }
}
.section-cta .title span {
  display: block;
  font-style: italic;
}
.section-cta .wysiwyg {
  position: relative;
  margin-bottom: 40px;
  color: #FFFFFF;
  z-index: 10;
}
.section-cta .wysiwyg .usps li {
  color: #FFFFFF;
}
.section-cta .button-primary {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.section-cta .slopes {
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  z-index: 10;
}

.section-cta-compact {
  padding: 80px 0;
}
.section-cta-compact .title {
  max-width: 610px;
  margin: 0 auto 60px auto;
  font-family: "Noe Display";
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #143C96;
}
.section-cta-compact .title span {
  font-weight: 400;
  font-style: italic;
}
.section-cta-compact .button-holder {
  text-align: center;
}

.section-reviews {
  padding: 80px 0 95px 0;
  background: #FFFFFF;
  background-image: url("/wp-content/themes/soal/public/assets/bg-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -150px;
}
@media only screen and (max-width: 1024px) {
  .section-reviews {
    padding: 60px 0;
  }
}
.section-reviews .title {
  max-width: 750px;
  margin: 0 auto 40px auto;
  color: #919646;
  font-family: "anisette-std", sans-serif;
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .section-reviews .title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.section-reviews .title span {
  font-style: italic;
  font-weight: 400;
}
.section-reviews .source {
  display: flex;
  justify-content: end;
}
.section-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  .section-reviews .reviews {
    grid-template-columns: none;
  }
}
.section-reviews .reviews .review {
  padding: 20px;
  border: 1px solid #F5F5F5;
  box-shadow: 15px 15px 0px #f6f3de;
  background: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .section-reviews .reviews .review {
    box-shadow: none;
  }
}
.section-reviews .reviews .review .rating {
  display: flex;
  margin-bottom: 20px;
}
.section-reviews .reviews .review .rating .star {
  display: block;
  margin-right: 2px;
  width: 20px;
}
.section-reviews .reviews .review .rating .star:last-child {
  margin-right: 0;
}
.section-reviews .reviews .review .caption {
  margin-bottom: 20px;
  color: #143C96;
  font-size: 20px;
  font-weight: 600;
}
.section-reviews .reviews .review .text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #787878;
}
.section-reviews .reviews .review .author {
  font-size: 14px;
  font-weight: 500;
  color: #3C3C3C;
}
.section-reviews .reviews .slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.section-reviews .reviews .slick-dots li {
  margin-right: 10px;
}
.section-reviews .reviews .slick-dots li:last-child {
  margin-right: 0;
}
.section-reviews .reviews .slick-dots li.slick-active .page {
  background: #3C3C3C;
}
.section-reviews .reviews .slick-dots li .page {
  display: block;
  width: 30px;
  height: 2px;
  background: #787878;
  cursor: pointer;
}

.section-blog {
  padding: 80px 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 1024px) {
  .section-blog {
    padding: 60px 0;
  }
}
.section-blog .heading {
  display: flex;
  margin-bottom: 60px;
}
.section-blog .heading .section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-size: 32px;
  font-family: "Noe Display";
  color: #143C96;
  line-height: 1;
  font-weight: 500;
}
.section-blog .heading .archive-link-wrap {
  display: flex;
  flex: 1;
  justify-content: right;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section-blog .heading .archive-link-wrap {
    display: none;
  }
}
.section-blog .heading .archive-link-wrap .archive-link {
  color: #FA8200;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}
.section-blog .heading .archive-link-wrap .archive-link:hover {
  color: #FF9B2F;
}
.section-blog .slider-wrap {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section-blog .slider-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
.section-blog .slider-wrap .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-blog .slider-wrap .posts {
    display: none;
  }
  .section-blog .slider-wrap .posts:first-child {
    display: block;
  }
}
.section-blog .slider-wrap .posts .image-wrap {
  position: relative;
}
.section-blog .slider-wrap .posts .image-wrap .image {
  height: 230px;
  background-position: center center;
  background-size: cover;
}
.section-blog .slider-wrap .posts .image-wrap .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #78B4F0;
  text-transform: uppercase;
}
.section-blog .slider-wrap .posts .body {
  padding: 30px;
  background: #FFFFFF;
}
.section-blog .slider-wrap .posts .body .title {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #143C96;
  font-weight: 600;
  line-height: 1.4;
}
.section-blog .slider-wrap .posts .body .excerpt {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #787878;
  line-height: 1.4;
}
.section-blog .slider-wrap .posts .body .read-more {
  color: #FA8200;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}
.section-blog .slider-wrap .posts .body .read-more i {
  font-size: 12px;
}
.section-blog .slider-wrap .posts .body .read-more:hover {
  color: #FF9B2F;
}
.section-blog .slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.section-blog .slider-wrap .slick-dots li {
  margin-right: 10px;
}
.section-blog .slider-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.section-blog .slider-wrap .slick-dots li.slick-active .page {
  background: #3C3C3C;
}
.section-blog .slider-wrap .slick-dots li .page {
  display: block;
  width: 30px;
  height: 2px;
  background: #787878;
  cursor: pointer;
}
.section-blog .slider-wrap .prev,
.section-blog .slider-wrap .next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FA8200;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
}
.section-blog .slider-wrap .prev:hover,
.section-blog .slider-wrap .next:hover {
  background: #FF9B2F;
}
.section-blog .slider-wrap .prev {
  left: -60px;
}
@media only screen and (max-width: 1290px) {
  .section-blog .slider-wrap .prev {
    left: -15px;
  }
}
.section-blog .slider-wrap .next {
  right: -60px;
}
@media only screen and (max-width: 1290px) {
  .section-blog .slider-wrap .next {
    right: -15px;
  }
}

.section-featured-content {
  padding: 80px 0;
  background: #F5F5F5;
}
.section-featured-content .pre-title {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #78B4F0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}
.section-featured-content .main-title {
  margin: 0 0 40px 0;
  font-family: "Noe Display";
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #143C96;
}
.section-featured-content .main-title span {
  font-weight: 400;
  font-style: italic;
}
.section-featured-content .blocks {
  display: grid;
  grid-gap: 40px;
}
.section-featured-content .blocks.blocks-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .section-featured-content .blocks.blocks-2 {
    grid-template-columns: none;
  }
}
.section-featured-content .blocks.blocks-2 .block {
  max-width: 570px;
}
.section-featured-content .blocks.blocks-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .section-featured-content .blocks.blocks-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .section-featured-content .blocks.blocks-3 {
    grid-template-columns: none;
  }
}
.section-featured-content .blocks.blocks-3 .block {
  max-width: 370px;
}
.section-featured-content .blocks .block {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 10px 10px 0px #EBEBEB;
}
.section-featured-content .blocks .block .icon {
  display: block;
  margin: 0 auto 30px auto;
}
.section-featured-content .blocks .block .title {
  margin: 0 0 30px 0;
  text-align: center;
  color: #143C96;
  font-weight: 500;
}
.section-featured-content .blocks .block .text {
  margin: 0;
  text-align: center;
  line-height: 1.5;
  color: #3C3C3C;
}
.section-featured-content .blocks .block .text a {
  color: #FA8200;
  transition: all 0.2s;
}
.section-featured-content .blocks .block .text a:hover {
  color: #FF9B2F;
}

.section-tabs {
  padding: 60px 0;
  background-color: #e3f1f7;
}
.section-tabs .title {
  margin: 0 0 60px 0;
  font-family: "anisette-std", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000;
}
.section-tabs .nav-tabs {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .section-tabs .nav-tabs {
    display: block;
  }
}
.section-tabs .nav-tabs .nav {
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .section-tabs .nav-tabs .nav {
    width: 100%;
    margin: 0;
  }
}
.section-tabs .nav-tabs .nav .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-tabs .nav-tabs .nav .items .item {
  padding: 25px 0 5px 0;
  font-size: 20px;
  color: #62859d;
  border-bottom: 2px solid #a9d3e7;
  cursor: pointer;
  transition: all 0.2s;
}
.section-tabs .nav-tabs .nav .items .item:hover {
  border-bottom: 2px solid #7a4047;
}
.section-tabs .nav-tabs .nav .items .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .section-tabs .nav-tabs .nav .items .item.current {
    color: #7a4047;
    border-bottom: 2px solid #7a4047;
  }
}
.section-tabs .nav-tabs .tabs {
  flex: 1;
}
.section-tabs .nav-tabs .tabs .tab {
  display: none;
}
@media only screen and (min-width: 769px) {
  .section-tabs .nav-tabs .tabs .tab:first-child {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .section-tabs .nav-tabs .tabs .tab {
    margin-top: 30px;
  }
}
.section-tabs .nav-tabs .tabs .tab .inner {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .section-tabs .nav-tabs .tabs .tab .inner {
    display: block;
  }
}
.section-tabs .nav-tabs .tabs .tab .inner .text {
  margin: 0 30px 0 0;
  line-height: 1.5;
  color: #3C3C3C;
}
@media only screen and (max-width: 1024px) {
  .section-tabs .nav-tabs .tabs .tab .inner .text {
    margin: 0 0 30px 0;
  }
}
.section-tabs .nav-tabs .tabs .tab .inner .image {
  display: block;
  width: 100%;
  max-width: 450px;
}

.section-packages {
  padding: 30px 0 80px 0;
  background: #143C96;
}
.section-packages .path {
  margin-bottom: 40px;
}
.section-packages .path .crumb {
  text-decoration: none;
  font-size: 12px;
  color: #78B4F0;
}
.section-packages .path .crumb:hover {
  color: #93C3F2;
}
.section-packages .path .seperator {
  padding: 0 3px;
  font-size: 10px;
  color: #78B4F0;
}
.section-packages .path .destination {
  font-size: 12px;
  color: #B4B4B4;
}
.section-packages .intro {
  max-width: 750px;
  margin: 0 auto 60px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .section-packages .intro {
    display: none;
  }
}
.section-packages .packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .section-packages .packages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .section-packages .packages {
    grid-template-columns: none;
    margin-bottom: 0;
  }
}
.section-packages .packages .package {
  max-width: 370px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.16);
}
.section-packages .packages .package .result {
  position: relative;
  height: 50px;
  background: #78B4F0;
  margin-bottom: 30px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #FFFFFF;
}
.section-packages .packages .package .result:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 50px solid #FFFFFF;
  border-left: 15px solid #78B4F0;
  width: 0;
  transform: rotate(180deg);
}
.section-packages .packages .package .result:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 50px solid #FFFFFF;
  border-left: 15px solid #78B4F0;
  width: 0;
  transform: rotate(180deg);
  transform: scaleY(-1);
}
.section-packages .packages .package .name {
  margin: 0 0 15px 0;
  font-family: "Noe Display";
  font-size: 32px;
  font-weight: 500;
  color: #143C96;
}
.section-packages .packages .package .name span {
  color: #FA8200;
}
.section-packages .packages .package .deposit {
  margin: 0 0 30px 0;
  padding: 10px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  line-height: 1.5;
  color: #3C3C3C;
}
.section-packages .packages .package .deposit span {
  display: block;
  font-weight: 700;
}
.section-packages .packages .package .perks {
  margin: 0 0 30px 21px;
}
.section-packages .packages .package .perks .perk {
  margin-bottom: 10px;
  font-size: 14px;
  color: #787878;
}
.section-packages .packages .package .perks .perk:last-child {
  margin-bottom: 0;
}
.section-packages .packages .package .perks .perk .icon {
  color: #74CF12;
}
.section-packages .packages .package .service {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #B4B4B4;
}
.section-packages .outro {
  margin: 0 auto 30px auto;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .section-packages .outro {
    display: none;
  }
}
.section-packages .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-packages .button {
    display: none;
  }
}

.section-breadcrumbs {
  padding-top: 15px;
}
.section-breadcrumbs .path .crumb {
  text-decoration: none;
  font-size: 12px;
  color: #78B4F0;
}
.section-breadcrumbs .path .crumb:hover {
  color: #93C3F2;
}
.section-breadcrumbs .path .seperator {
  padding: 0 3px;
  font-size: 10px;
  color: #78B4F0;
}
.section-breadcrumbs .path .destination {
  font-size: 12px;
  color: #B4B4B4;
}

.section-staff {
  padding: 80px 0;
}
.section-staff.no-bottom-padding {
  padding-bottom: 0;
}
.section-staff .pre-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #78B4F0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}
.section-staff .title {
  margin: 0 0 16px 0;
  font-family: "Noe Display";
  color: #143C96;
  font-size: 36px;
  font-weight: 500;
}
.section-staff .title span {
  font-style: italic;
  font-weight: 400;
}
.section-staff .text {
  margin: 0 0 30px 0;
  line-height: 1.5;
  color: #3C3C3C;
}
.section-staff .persons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-staff .persons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .section-staff .persons {
    grid-template-columns: none;
  }
}
.section-staff .persons .person .image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.section-staff .persons .person .name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #3C3C3C;
}
.section-staff .persons .person .position {
  margin-bottom: 15px;
  color: #787878;
}
.section-staff .persons .person .channels {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-staff .persons .person .channels .channel {
  margin-right: 15px;
}
.section-staff .persons .person .channels .channel:last-child {
  margin-right: 0;
}
.section-staff .persons .person .channels .channel .link {
  font-size: 18px;
  color: #FA8200;
  transition: all 0.2s;
}
.section-staff .persons .person .channels .channel .link:hover {
  color: #FF9B2F;
}

.section-faq {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .section-faq {
    padding: 60px 0;
  }
}
.section-faq .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .section-faq .cols {
    grid-template-columns: none;
    grid-gap: 60px;
  }
}
.section-faq .cols h2.title {
  font-size: 32px;
}
.section-faq .cols .intro {
  margin-bottom: 30px;
  line-height: 1.5;
}
.section-faq .cols .subject {
  margin-bottom: 30px;
}
.section-faq .cols .subject:last-child {
  margin-bottom: 0;
}
.section-faq .cols .subject h3.title {
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: 600;
  color: #62859d;
  font-family: "Montserrat", sans-serif;
}
.section-faq .cols .subject .item {
  margin-bottom: 5px;
  background: #e3f1f7;
}
.section-faq .cols .subject .item:last-child {
  margin-bottom: 0;
}
.section-faq .cols .subject .item .question {
  position: relative;
  padding: 15px 45px 15px 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #3C3C3C;
  cursor: pointer;
}
.section-faq .cols .subject .item .question .icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #7a4047;
  cursor: pointer;
  transition: all 0.2s;
}
.section-faq .cols .subject .item .question .icon:hover {
  color: #a9d3e7;
}
.section-faq .cols .subject .item .question .icon.open {
  transform: rotate(180deg);
}
.section-faq .cols .subject .item .question:hover {
  background: #EBEBEB;
}
.section-faq .cols .subject .item .answer {
  display: none;
  padding: 15px;
  line-height: 1.5;
}
.section-faq .cols .image {
  margin-bottom: 30px;
  padding: 0 30px 30px 0;
}
@media only screen and (max-width: 1024px) {
  .section-faq .cols .image {
    display: none;
  }
}
.section-faq .cols .image .image-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 505px;
}
.section-faq .cols .image .image-wrap .attachment {
  display: block;
  width: 100%;
}
.section-faq .cols .image .image-wrap .triangle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #f6f3de;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.section-faq .cols .ctas {
  max-width: 535px;
  margin: 0 auto;
  padding: 30px;
  background: #f6f3de;
}
.section-faq .cols .ctas .title {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #62859d;
}
.section-faq .cols .ctas .button {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.section-faq .cols .ctas .button:last-child {
  margin-bottom: 0;
}

.section-contact {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .section-contact {
    padding: 60px 0;
  }
}
.section-contact.no-bottom-padding {
  padding-bottom: 0;
}
.section-contact .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .section-contact .cols {
    grid-template-columns: none;
    grid-gap: 60px;
  }
}
.section-contact .cols .col {
  width: 100%;
  max-width: 535px;
  margin: 0 auto;
}
.section-contact .cols .col .pre-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #78B4F0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}
.section-contact .cols .col .title {
  margin: 0 0 30px 0;
  font-family: "anisette-std", sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 500;
}
.section-contact .cols .col .title span {
  font-style: italic;
  font-weight: 400;
}
.section-contact .cols .col .intro {
  margin-bottom: 30px;
}
.section-contact .cols .col .contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #78B4F0;
}
.section-contact .cols .col .contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.section-contact .cols .col .contact-form input[type=text],
.section-contact .cols .col .contact-form input[type=email],
.section-contact .cols .col .contact-form input[type=tel],
.section-contact .cols .col .contact-form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  background: #F5F5F5;
  font-size: 16px;
  outline: 0;
}
.section-contact .cols .col .contact-form textarea {
  font-family: "Inter", sans-serif;
  resize: none;
}
.section-contact .cols .col .contact-form .wpcf7-submit {
  border: 0;
  border-radius: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.section-contact .cols .col .contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.section-contact .cols .col .contact-form .wpcf7-response-output {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 0;
  background: #143C96;
  color: #FFFFFF;
}
.section-contact .cols .col .image {
  margin-bottom: 60px;
  padding: 0 30px 30px 0;
}
@media only screen and (max-width: 1024px) {
  .section-contact .cols .col .image {
    display: none;
  }
}
.section-contact .cols .col .image .image-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 505px;
}
.section-contact .cols .col .image .image-wrap .attachment {
  display: block;
  width: 100%;
}
.section-contact .cols .col .image .image-wrap .triangle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #e3f1f7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.section-locations {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .section-locations {
    padding: 60px 0;
  }
}
.section-locations .title {
  margin: 0 0 30px 0;
  font-family: "Montserrat", sans-serif;
  color: #62859d;
  font-size: 36px;
  font-weight: 500;
}
.section-locations .title span {
  font-style: italic;
  font-weight: 400;
}
.section-locations .text {
  margin-bottom: 30px;
  color: #3C3C3C;
}
.section-locations .locations {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-locations .locations {
    display: block;
  }
}
.section-locations .locations .location {
  margin-right: 100px;
}
@media only screen and (max-width: 1024px) {
  .section-locations .locations .location {
    margin: 0 0 30px 0;
  }
}
.section-locations .locations .location:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .section-locations .locations .location:last-child {
    margin-bottom: 0;
  }
}
.section-locations .locations .location .city {
  margin-bottom: 5px;
  font-weight: 600;
  color: #3C3C3C;
}
.section-locations .locations .location .street {
  margin-bottom: 5px;
  color: #3C3C3C;
}
.section-locations .locations .location .building {
  color: #B4B4B4;
}
.section-locations #map {
  width: 100%;
  height: 400px;
}

.section-blog-archive {
  padding: 80px 0;
}
.section-blog-archive .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-blog-archive .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .section-blog-archive .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-blog-archive .posts .post {
  max-width: 470px;
  margin: 0 auto;
  border-right: 10px solid #F5F5F5;
  border-bottom: 10px solid #F5F5F5;
  text-decoration: none;
}
.section-blog-archive .posts .post:hover .title {
  color: #FA8200 !important;
}
.section-blog-archive .posts .post .image {
  height: 230px;
  background-position: center center;
  background-size: cover;
}
.section-blog-archive .posts .post .body {
  padding: 30px;
}
.section-blog-archive .posts .post .body .title {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #143C96;
  transition: all 0.2s;
}
.section-blog-archive .posts .post .body .excerpt {
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: #787878;
}
.section-blog-archive .posts .post .body .date {
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #B4B4B4;
}
.section-blog-archive .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.section-blog-archive .paging .page-numbers {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
.section-blog-archive .paging .page-numbers.prev,
.section-blog-archive .paging .page-numbers.next {
  display: none;
}
.section-blog-archive .paging a.page-numbers {
  background: #143C96;
  color: #FFFFFF;
}
.section-blog-archive .paging a.page-numbers:hover {
  background: #1C53D2;
}
.section-blog-archive .paging span.page-numbers {
  background: #DFDFDF;
  color: #3C3C3C;
}

.section-content {
  padding: 80px 0;
}
.section-content.no-bottom-padding {
  padding-bottom: 0;
}

.section-facebook-feed {
  margin-bottom: 80px;
}
.section-facebook-feed .container .feed .efbl_feed_wraper {
  max-width: 1200px;
}
.section-facebook-feed .container .feed .efbl_feed_wraper .efbl_feeds_holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.section-facebook-feed .container .feed .efbl_feed_wraper .efbl_feeds_holder .efbl-story-wrapper {
  max-width: 380px;
  min-width: 380px;
}
.section-facebook-feed .container .feed .efbl_feed_wraper .efbl_feeds_holder .efbl-story-wrapper .efbl-row {
  flex-direction: column;
}
@media (min-width: 578px) {
  .section-facebook-feed .container .feed .efbl_feed_wraper .efbl_feeds_holder .efbl-story-wrapper .efbl-row .efbl-col-sm-6 {
    max-width: 100%;
  }
}

.section-shortcode {
  margin-bottom: 80px;
}
.section-shortcode .container .feed {
  /* empty */
}

.section-image-carousel .container {
  position: relative;
}
.section-image-carousel .container .slick-carousel {
  position: relative;
  z-index: 10;
}
.section-image-carousel .container .slick-carousel .carousel-item {
  padding: 0 10px;
}
.section-image-carousel .container .slick-carousel .carousel-item img {
  width: 100%;
  height: auto;
}
.section-image-carousel .container .slick-prev:before, .section-image-carousel .container .slick-next:before {
  color: #62859d;
}
.section-image-carousel .triangle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #f6f3de;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1;
}/*# sourceMappingURL=main.css.map */