@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url("../fonts/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-ExtralightItalic.woff") format("woff"), url("../fonts/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Light';
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url("../fonts/GeneralSans-LightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-LightItalic.woff") format("woff"), url("../fonts/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url("../fonts/GeneralSans-Italic.woff2") format("woff2"), url("../fonts/GeneralSans-Italic.woff") format("woff"), url("../fonts/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"), url("../fonts/GeneralSans-MediumItalic.woff") format("woff"), url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"), url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-BoldItalic.woff") format("woff"), url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-Variable';
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans-Variable.woff") format("woff"), url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-VariableItalic';
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("../fonts/GeneralSans-VariableItalic.woff") format("woff"), url("../fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic; }

.fixed-header .right-side .btn {
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 0 30px; }
  @media only screen and (max-width: 1350px) {
    .fixed-header .right-side .btn {
      padding: 0 20px; } }
  .fixed-header .right-side .btn .chevron {
    position: relative;
    left: 0;
    transition: all 300ms ease-in-out; }

.fixed-header .right-side .btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
  position: relative;
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
  .fixed-header .right-side .btn__text .text {
    display: flex;
    flex-direction: column; }
    .fixed-header .right-side .btn__text .text strong {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal; }

.fixed-header .right-side .btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2; }

.fixed-header .right-side .btn__bg {
  background-color: #B82E6C;
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.fixed-header .right-side .btn__circle-wrap {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.fixed-header .right-side .btn__circle {
  pointer-events: none;
  background-color: #cc3378;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }

.fixed-header .right-side .before__100 {
  padding-top: 100%;
  display: block; }

.fixed-header .right-side .btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }

.fixed-header .right-side .btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

.fixed-header .mobile-cta .btn {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 0; }
  .fixed-header .mobile-cta .btn .chevron {
    position: relative;
    left: 0;
    transition: all 300ms ease-in-out; }

.fixed-header .mobile-cta .btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
  position: relative;
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
  .fixed-header .mobile-cta .btn__text .text {
    display: flex;
    flex-direction: column; }
    .fixed-header .mobile-cta .btn__text .text strong {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal; }

.fixed-header .mobile-cta .btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2; }

.fixed-header .mobile-cta .btn__bg {
  background-color: #B82E6C;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.fixed-header .mobile-cta .btn__circle-wrap {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.fixed-header .mobile-cta .btn__circle {
  pointer-events: none;
  background-color: #cc3378;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }

.fixed-header .mobile-cta .before__100 {
  padding-top: 100%;
  display: block; }

.fixed-header .mobile-cta .btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }

.fixed-header .mobile-cta .btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

/* White */
.btn[data-theme="white"] .btn__bg {
  background-color: white; }

.btn[data-theme="white"] .btn__text {
  color: #1A4372; }

.btn[data-theme="white"] .btn__circle {
  background-color: #f6f6f6; }

footer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  footer .footer-container {
    background: #1A4372;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 200px; }
  footer h2 {
    color: white; }
  footer .container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px; }
    @media only screen and (max-width: 1050px) {
      footer .container {
        margin: 0 10px; } }
  footer .pre-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px; }
    @media only screen and (max-width: 1024px) {
      footer .pre-footer {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
        padding: 0;
        margin-bottom: 10px; } }
    footer .pre-footer .left-side {
      background: #B82E6C;
      border-radius: 10px 10px 0 0;
      box-sizing: border-box;
      padding: 30px 50px;
      color: white;
      display: flex;
      flex-direction: row;
      gap: 50px; }
      @media only screen and (max-width: 1175px) {
        footer .pre-footer .left-side {
          flex-direction: column; } }
      @media only screen and (max-width: 1024px) {
        footer .pre-footer .left-side {
          border-radius: 10px;
          width: 100%;
          padding: 30px;
          gap: 30px; } }
      footer .pre-footer .left-side .underline-link::before,
      footer .pre-footer .left-side .underline-link.is--alt::before,
      footer .pre-footer .left-side .underline-link.is--alt::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 100px;
        background-color: white; }
      footer .pre-footer .left-side a.cta-link {
        color: white;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 5px; }
        footer .pre-footer .left-side a.cta-link:hover .big-text:after {
          left: 5px; }
        footer .pre-footer .left-side a.cta-link span {
          font-size: 16px;
          font-family: "GeneralSans-light";
          font-weight: 300;
          font-style: normal; }
          footer .pre-footer .left-side a.cta-link span.big-text {
            font-size: 30px;
            font-family: "GeneralSans-medium";
            font-weight: 500;
            font-style: normal;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px; }
            @media only screen and (max-width: 768px) {
              footer .pre-footer .left-side a.cta-link span.big-text {
                font-size: 24px; } }
            footer .pre-footer .left-side a.cta-link span.big-text:after {
              position: relative;
              left: 0;
              transition: all 300ms;
              content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='white'/%3E%3Crect width='12.8' height='12.8' transform='translate(6.39999 5.6001)' fill='white'/%3E%3Cpath d='M13.12 12L10.6667 9.54672L11.4133 8.80005L14.6133 12L11.4133 15.2L10.6667 14.4534L13.12 12Z' fill='%231A4372'/%3E%3C/svg%3E%0A"); }
    @media only screen and (max-width: 1024px) {
      footer .pre-footer .right-side {
        margin: 0 10px; } }
    footer .pre-footer .right-side a.cta-link {
      color: #1A4372;
      text-decoration: none;
      display: flex;
      flex-direction: column; }
      footer .pre-footer .right-side a.cta-link:hover .big-text:after {
        left: 5px; }
      footer .pre-footer .right-side a.cta-link span {
        font-size: 16px;
        font-family: "GeneralSans-light";
        font-weight: 300;
        font-style: normal; }
        footer .pre-footer .right-side a.cta-link span.big-text {
          font-size: 30px;
          font-family: "GeneralSans-medium";
          font-weight: 500;
          font-style: normal;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px; }
          @media only screen and (max-width: 768px) {
            footer .pre-footer .right-side a.cta-link span.big-text {
              font-size: 24px; } }

.footer-container .inner-top {
  display: flex;
  align-items: center;
  margin: 90px 100px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  border-bottom: 1px solid #7396BC;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .footer-container .inner-top {
      margin: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .footer-container .inner-top {
      flex-direction: column;
      gap: 30px;
      justify-content: flex-start;
      align-items: flex-start; } }
  .footer-container .inner-top .left-side h2 {
    margin: 0;
    padding: 0;
    font-family: "GeneralSans-medium";
    font-weight: 500;
    font-style: normal;
    font-size: 40px; }
    @media only screen and (max-width: 768px) {
      .footer-container .inner-top .left-side h2 {
        font-size: 26px; } }
  .footer-container .inner-top .left-side span {
    font-size: 26px;
    font-family: "GeneralSans-light";
    font-weight: 300;
    font-style: normal; }
    @media only screen and (max-width: 768px) {
      .footer-container .inner-top .left-side span {
        font-size: 16px; } }
    .footer-container .inner-top .left-side span a {
      color: white;
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal;
      text-decoration: none; }
  .footer-container .inner-top .left-side .hashtag {
    font-family: "GeneralSans-semibold";
    font-weight: 600;
    font-style: normal;
    color: #B82E6C; }
  .footer-container .inner-top .right-side .social-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px; }
    .footer-container .inner-top .right-side .social-wrapper a {
      width: 60px;
      height: 60px;
      border-radius: 100px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border: 1px solid #7396BC;
      transition: all 300ms; }
      @media only screen and (max-width: 768px) {
        .footer-container .inner-top .right-side .social-wrapper a {
          width: 50px;
          height: 50px; }
          .footer-container .inner-top .right-side .social-wrapper a svg {
            max-height: 24px;
            max-height: 24px; } }
      .footer-container .inner-top .right-side .social-wrapper a:hover {
        border: 1px solid white; }

.footer-container .navigation-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px 100px;
  padding-bottom: 30px;
  box-sizing: border-box;
  gap: 50px; }
  @media only screen and (max-width: 1200px) {
    .footer-container .navigation-elements {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 1024px) {
    .footer-container .navigation-elements {
      margin: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .footer-container .navigation-elements {
      flex-direction: column;
      gap: 50px; } }
  .footer-container .navigation-elements .column-navigation {
    display: flex;
    flex-direction: row !important;
    gap: 50px;
    color: white; }
    .footer-container .navigation-elements .column-navigation .inner-column {
      display: flex;
      flex-direction: column; }
      .footer-container .navigation-elements .column-navigation .inner-column a {
        color: white; }
  .footer-container .navigation-elements .column-newsletter {
    max-width: 480px !important; }
    @media only screen and (max-width: 1200px) {
      .footer-container .navigation-elements .column-newsletter {
        max-width: 100% !important;
        width: 100%; } }
    .footer-container .navigation-elements .column-newsletter .hide_summary {
      display: none !important; }
  .footer-container .navigation-elements .gform_confirmation_message {
    margin-bottom: 25px; }
  .footer-container .navigation-elements .gfield_validation_message {
    margin-top: 15px;
    color: orange; }
  .footer-container .navigation-elements .column {
    display: flex;
    flex-direction: column;
    font-family: "GeneralSans-light";
    font-weight: 300;
    font-style: normal; }
    .footer-container .navigation-elements .column .gform_title, .footer-container .navigation-elements .column .gform_description, .footer-container .navigation-elements .column .gfield_label {
      display: none; }
    .footer-container .navigation-elements .column .link-wrapper {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    .footer-container .navigation-elements .column input[type="email"] {
      height: 70px;
      min-width: 400px;
      border-radius: 100px;
      outline: none;
      border: none;
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
      background: #163961;
      color: white;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      font-size: 16px; }
      .footer-container .navigation-elements .column input[type="email"]::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
      @media only screen and (max-width: 1024px) {
        .footer-container .navigation-elements .column input[type="email"] {
          min-width: 100%; } }
    .footer-container .navigation-elements .column form {
      position: relative;
      max-width: 480px; }
      @media only screen and (max-width: 1200px) {
        .footer-container .navigation-elements .column form {
          max-width: 100%; } }
    .footer-container .navigation-elements .column .gform-footer {
      position: absolute;
      right: 0;
      top: 0; }
      .footer-container .navigation-elements .column .gform-footer button[type="submit"] {
        height: 50px;
        width: 50px;
        background: #B82E6C;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        outline: none;
        border: none;
        position: relative;
        top: 10px;
        right: 10px;
        cursor: pointer;
        transition: all 300ms; }
        .footer-container .navigation-elements .column .gform-footer button[type="submit"]:hover {
          background: #a42960; }
    .footer-container .navigation-elements .column .privacy-statement {
      color: white;
      font-size: 14px;
      line-height: 22px; }
      .footer-container .navigation-elements .column .privacy-statement a {
        color: white;
        text-decoration: underline; }
    .footer-container .navigation-elements .column a {
      text-decoration: none;
      font-family: "GeneralSans-light";
      font-weight: 300;
      font-style: normal;
      width: fit-content; }
      .footer-container .navigation-elements .column a.underline-link:before {
        bottom: -6px !important; }
    .footer-container .navigation-elements .column strong {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal;
      display: flex;
      margin-bottom: 20px; }

.footer-container .bottom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .footer-container .bottom-row {
      flex-direction: column-reverse;
      align-items: flex-start; } }
  @media only screen and (max-width: 1024px) {
    .footer-container .bottom-row {
      flex-wrap: wrap; } }
  .footer-container .bottom-row .right-side {
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1200px) {
      .footer-container .bottom-row .right-side {
        padding-left: 100px; } }
    @media only screen and (max-width: 1024px) {
      .footer-container .bottom-row .right-side {
        padding-right: 30px;
        padding-left: 30px; } }
    .footer-container .bottom-row .right-side .links-inner {
      display: flex;
      flex-direction: row;
      gap: 20px; }
  .footer-container .bottom-row .right-side-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
    @media only screen and (max-width: 1024px) {
      .footer-container .bottom-row .right-side-inner {
        flex-wrap: wrap;
        gap: 30px; } }
    .footer-container .bottom-row .right-side-inner a {
      color: white;
      font-size: 14px;
      text-decoration: none; }
  .footer-container .bottom-row span {
    font-size: 14px;
    font-family: "GeneralSans-light";
    font-weight: 300;
    font-style: normal;
    color: white; }
    .footer-container .bottom-row span a {
      color: white;
      text-decoration: none;
      font-family: "GeneralSans-medium";
      font-weight: 500;
      font-style: normal; }
  .footer-container .bottom-row .btn {
    min-width: 280px;
    flex: 0;
    cursor: pointer;
    border-radius: 0 0 0 10px;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 0 30px; }
    @media only screen and (max-width: 1350px) {
      .footer-container .bottom-row .btn {
        padding: 0 20px; } }
    .footer-container .bottom-row .btn .chevron {
      position: relative;
      left: 0;
      transition: all 300ms ease-in-out; }
  .footer-container .bottom-row .btn__text {
    color: #efede3;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 20px;
    position: relative;
    transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
    .footer-container .bottom-row .btn__text .text {
      display: flex;
      flex-direction: column; }
      .footer-container .bottom-row .btn__text .text strong {
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal; }
  .footer-container .bottom-row .btn-text-p {
    color: currentColor;
    white-space: nowrap;
    margin-bottom: 0;
    padding-bottom: .05em;
    font-family: PP Neue Montreal, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2; }
  .footer-container .bottom-row .btn__bg {
    background-color: #B82E6C;
    border-radius: 0 10px 0 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .footer-container .bottom-row .btn__circle-wrap {
    border-radius: 0 10px 10px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  .footer-container .bottom-row .btn__circle {
    pointer-events: none;
    background-color: #cc3378;
    border-radius: 50%;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
    transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }
  .footer-container .bottom-row .before__100 {
    padding-top: 100%;
    display: block; }
  .footer-container .bottom-row .btn .btn__text {
    transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
  .footer-container .bottom-row .btn:hover .btn__circle {
    transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url("../fonts/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-ExtralightItalic.woff") format("woff"), url("../fonts/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Light';
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url("../fonts/GeneralSans-LightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-LightItalic.woff") format("woff"), url("../fonts/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url("../fonts/GeneralSans-Italic.woff2") format("woff2"), url("../fonts/GeneralSans-Italic.woff") format("woff"), url("../fonts/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"), url("../fonts/GeneralSans-MediumItalic.woff") format("woff"), url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"), url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-BoldItalic.woff") format("woff"), url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-Variable';
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans-Variable.woff") format("woff"), url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-VariableItalic';
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("../fonts/GeneralSans-VariableItalic.woff") format("woff"), url("../fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic; }

header {
  position: fixed;
  top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; }
  header.mobile-is-active:before {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 1050px) {
    header:before {
      content: '';
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      background: rgba(26, 67, 114, 0.7);
      width: 100%;
      height: 100vh;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms ease; } }
  header .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 50px; }
    @media only screen and (max-width: 1050px) {
      header .container {
        margin: 0 20px; } }
    header .container .fixed-header {
      background: white;
      box-sizing: border-box;
      border-radius: 10px;
      min-height: 100px;
      display: flex;
      align-items: center;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
      justify-content: space-between; }
      @media only screen and (max-width: 1050px) {
        header .container .fixed-header {
          height: 90px;
          min-height: 90px; } }
      header .container .fixed-header .btn {
        margin-right: -1px; }
        @media only screen and (max-width: 1300px) {
          header .container .fixed-header .btn .icon-optional {
            display: none; } }

.fixed-header {
  color: #1A4372;
  box-sizing: border-box; }
  @media only screen and (max-width: 1050px) {
    .fixed-header {
      padding: 0 20px; } }
  .fixed-header .logo:hover .logo-hover {
    display: flex; }
    .fixed-header .logo:hover .logo-hover img {
      max-height: 40px;
      position: relative;
      top: 4px; }
      @media only screen and (max-width: 1350px) {
        .fixed-header .logo:hover .logo-hover img {
          max-height: 30px; } }
  .fixed-header .logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px; }
    @media only screen and (max-width: 1050px) {
      .fixed-header .logo {
        margin-left: 0; } }
    .fixed-header .logo img {
      max-height: 40px;
      position: relative;
      top: 4px; }
      @media only screen and (max-width: 1350px) {
        .fixed-header .logo img {
          max-height: 35px; } }
      @media only screen and (max-width: 1300px) {
        .fixed-header .logo img {
          max-height: 30px; } }
  .fixed-header a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 10px; }
  .fixed-header .left-side-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative; }
    @media only screen and (max-width: 1050px) {
      .fixed-header .left-side-wrapper {
        padding-right: 0;
        justify-content: center; } }
    .fixed-header .left-side-wrapper .overflow-container {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100px;
      overflow: hidden;
      background: white;
      border-radius: 10px;
      transition: all 0.4s cubic-bezier(0.65, 0.05, 0, 1); }
      @media only screen and (max-width: 1050px) {
        .fixed-header .left-side-wrapper .overflow-container {
          height: 80px;
          margin-top: 10px; } }
      .fixed-header .left-side-wrapper .overflow-container.is-active {
        height: 300px; }
    .fixed-header .left-side-wrapper .contact-us {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      line-height: 16px; }
      @media only screen and (max-width: 1250px) {
        .fixed-header .left-side-wrapper .contact-us {
          display: none; } }
      .fixed-header .left-side-wrapper .contact-us strong {
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal; }
    .fixed-header .left-side-wrapper .submenu-background {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: white;
      border-radius: 10px;
      height: 320px;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.65, 0.05, 0, 1); }
      .fixed-header .left-side-wrapper .submenu-background.is-active {
        height: 320px; }
  .fixed-header .navigation {
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: relative; }
    @media only screen and (max-width: 1350px) {
      .fixed-header .navigation {
        gap: 30px; } }
    @media only screen and (max-width: 1050px) {
      .fixed-header .navigation {
        display: none; } }
    .fixed-header .navigation .item-wrapper .submenu {
      position: absolute;
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      visibility: hidden;
      opacity: 0;
      transition: all 200ms; }
      .fixed-header .navigation .item-wrapper .submenu.is-active {
        opacity: 1;
        visibility: visible; }
      .fixed-header .navigation .item-wrapper .submenu a {
        position: relative;
        z-index: 3;
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: #1A4372;
        transition: all 300ms; }
        .fixed-header .navigation .item-wrapper .submenu a:hover {
          color: #B82E6C; }
  .fixed-header .right-side {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    min-width: fit-content; }
    @media only screen and (max-width: 1350px) {
      .fixed-header .right-side {
        gap: 30px; } }
    @media only screen and (max-width: 1050px) {
      .fixed-header .right-side {
        display: none; } }
  @media only screen and (max-width: 1100px) {
    .fixed-header .hide-when-small {
      display: none; } }

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 1; }

.hamburger.is-active:hover {
  opacity: 1; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1A4372; }

.hamburger-box {
  width: 50px;
  border: 1px solid #E0E0E0;
  height: 50px;
  display: flex;
  position: relative;
  border-radius: 100px;
  justify-content: center;
  align-items: center; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  margin-left: -1px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #1A4372;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 1050px) {
    .mobile-only {
      display: flex; } }

.fixed-header .mobile-menu {
  position: fixed;
  width: calc(100vw - 40px);
  height: calc(100dvh - 120px);
  border-radius: 0 0 10px 10px;
  background: white;
  box-sizing: border-box;
  left: 0;
  top: 100px;
  margin: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 1.3s cubic-bezier(0.65, 0.05, 0, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px; }
  .fixed-header .mobile-menu.is-active {
    max-height: 100%; }
    .fixed-header .mobile-menu.is-active .right-side {
      opacity: 1;
      visibility: visible; }
  .fixed-header .mobile-menu .mobile-menu-inner {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .fixed-header .mobile-menu .mobile-menu-inner .navigation-mobile {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .fixed-header .mobile-menu .mobile-menu-inner .navigation-mobile .mobile-link svg {
        transition: all 300ms; }
      .fixed-header .mobile-menu .mobile-menu-inner .navigation-mobile .mobile-link.is-active {
        color: #B82E6C; }
        .fixed-header .mobile-menu .mobile-menu-inner .navigation-mobile .mobile-link.is-active svg {
          transform: rotate(180deg); }
          .fixed-header .mobile-menu .mobile-menu-inner .navigation-mobile .mobile-link.is-active svg path {
            fill: #B82E6C; }
    .fixed-header .mobile-menu .mobile-menu-inner a {
      display: flex;
      font-size: 20px;
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal; }
    .fixed-header .mobile-menu .mobile-menu-inner .submenu {
      display: flex;
      flex-direction: column;
      gap: 8px;
      visibility: hidden;
      opacity: 0;
      transition: all 0s ease-in-out;
      max-height: 0;
      overflow: hidden; }
      .fixed-header .mobile-menu .mobile-menu-inner .submenu a {
        font-size: 16px;
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal; }
        .fixed-header .mobile-menu .mobile-menu-inner .submenu a:focus, .fixed-header .mobile-menu .mobile-menu-inner .submenu a:hover {
          color: #B82E6C; }
        .fixed-header .mobile-menu .mobile-menu-inner .submenu a:first-of-type {
          margin-top: 15px; }
        .fixed-header .mobile-menu .mobile-menu-inner .submenu a:last-of-type {
          margin-bottom: 10px; }
      .fixed-header .mobile-menu .mobile-menu-inner .submenu.is-active {
        opacity: 1;
        visibility: visible;
        max-height: 500px; }
  .fixed-header .mobile-menu .right-side {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out; }
    .fixed-header .mobile-menu .right-side .icon-optional {
      display: flex !important; }
    .fixed-header .mobile-menu .right-side .btn {
      padding: 0 20px !important;
      width: 100% !important;
      box-sizing: border-box;
      margin-right: 0 !important; }
      .fixed-header .mobile-menu .right-side .btn .btn__text {
        width: 100%;
        justify-content: space-between; }
        .fixed-header .mobile-menu .right-side .btn .btn__text .left-side {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 15px; }
  .fixed-header .mobile-menu .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 0; }

@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url("../fonts/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-ExtralightItalic.woff") format("woff"), url("../fonts/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Light';
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url("../fonts/GeneralSans-LightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-LightItalic.woff") format("woff"), url("../fonts/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url("../fonts/GeneralSans-Italic.woff2") format("woff2"), url("../fonts/GeneralSans-Italic.woff") format("woff"), url("../fonts/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"), url("../fonts/GeneralSans-MediumItalic.woff") format("woff"), url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"), url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-BoldItalic.woff") format("woff"), url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-Variable';
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans-Variable.woff") format("woff"), url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-VariableItalic';
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("../fonts/GeneralSans-VariableItalic.woff") format("woff"), url("../fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url("../fonts/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-ExtralightItalic.woff") format("woff"), url("../fonts/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Light';
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url("../fonts/GeneralSans-LightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-LightItalic.woff") format("woff"), url("../fonts/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-Italic';
  src: url("../fonts/GeneralSans-Italic.woff2") format("woff2"), url("../fonts/GeneralSans-Italic.woff") format("woff"), url("../fonts/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"), url("../fonts/GeneralSans-MediumItalic.woff") format("woff"), url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"), url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-BoldItalic.woff") format("woff"), url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-Variable';
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans-Variable.woff") format("woff"), url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal; }

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'GeneralSans-VariableItalic';
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("../fonts/GeneralSans-VariableItalic.woff") format("woff"), url("../fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic; }

body {
  margin: 0;
  padding: 70px 0 0 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: "GeneralSans-regular";
  font-weight: 400;
  font-style: normal; }
  @media only screen and (max-width: 1050px) {
    body {
      padding: 30px 0 0 0; } }

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 150px; }
  @media only screen and (max-width: 1050px) {
    .block {
      margin-bottom: 50px; } }
  .block .container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    padding: 0 70px;
    box-sizing: border-box;
    margin: 0 50px; }
    @media only screen and (max-width: 1050px) {
      .block .container {
        margin: 0 20px;
        padding: 20px; } }
    @media only screen and (max-width: 768px) {
      .block .container {
        padding: 0 20px; } }

.underline-link {
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative; }

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #B82E6C;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg); }

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg); }

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.spacer {
  background: lightgrey;
  height: 2000px; }

a {
  -webkit-tap-highlight-color: transparent; }

h1 {
  font-family: "GeneralSans-semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  color: white;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-family: "GeneralSans-semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  color: #3D3D3D;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 30px; } }

p {
  font-family: "GeneralSans-light";
  font-weight: 300;
  font-style: normal;
  color: #3D3D3D;
  font-size: 16px;
  line-height: 26px;
  padding: 0; }

.secondary-button {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  color: #B82E6C;
  font-family: "GeneralSans-semibold";
  font-weight: 600;
  font-style: normal;
  text-decoration: none; }
  .secondary-button .arrow-icon {
    background: #B82E6C;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center; }
    .secondary-button .arrow-icon svg {
      position: relative;
      left: 1px; }
  .secondary-button:hover .arrow-icon {
    background: #a42960;
    width: 60px; }

.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  right: 0 !important; }
  .gform_footer .gform_ajax_spinner {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_ajax_spinner {
  display: none !important; }

.gform_validation_errors {
  display: none !important; }

.gform_confirmation_message {
  color: white !important; }

.block-advisory-board .container {
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .block-advisory-board .container {
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start; } }
  .block-advisory-board .container p {
    margin-bottom: 30px; }
  .block-advisory-board .container h2 {
    font-size: 30px; }
  .block-advisory-board .container h2, .block-advisory-board .container h3, .block-advisory-board .container h4, .block-advisory-board .container h5, .block-advisory-board .container h6 {
    margin-bottom: 10px; }
  .block-advisory-board .container .images {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .block-advisory-board .container .images {
        align-items: flex-start;
        padding-left: 15px;
        box-sizing: border-box; } }
    .block-advisory-board .container .images .image {
      background-size: 100%;
      background-position: center;
      height: 120px;
      width: 120px;
      border: 10px solid white;
      border-radius: 100px;
      margin-left: -30px;
      transition: all 300ms; }
      @media only screen and (max-width: 768px) {
        .block-advisory-board .container .images .image {
          width: 70px;
          height: 70px;
          margin-left: -20px;
          border: 7px solid white; } }
      .block-advisory-board .container .images .image:hover {
        background-size: 110%; }

.block-brochure {
  display: flex; }
  .block-brochure .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px; }
    @media only screen and (max-width: 1050px) {
      .block-brochure .container {
        flex-direction: column-reverse;
        gap: 30px; } }
  .block-brochure .column {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .block-brochure .column.column-brochure {
      min-width: 480px;
      min-height: 630px;
      border-radius: 10px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
      color: white;
      display: flex; }
      @media only screen and (max-width: 1050px) {
        .block-brochure .column.column-brochure {
          min-width: 100% !important;
          min-height: 500px; } }
      .block-brochure .column.column-brochure:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #1A4372;
        opacity: 0.9;
        content: "";
        border-radius: 10px;
        z-index: 0; }
      .block-brochure .column.column-brochure .content-inner {
        position: relative;
        z-index: 3;
        color: white;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        height: 100%;
        flex: 1;
        flex-direction: column; }
        .block-brochure .column.column-brochure .content-inner .subtitle {
          padding: 0 40px;
          box-sizing: border-box; }
          @media only screen and (max-width: 768px) {
            .block-brochure .column.column-brochure .content-inner .subtitle {
              padding: 0 20px; } }
        .block-brochure .column.column-brochure .content-inner .title {
          box-sizing: border-box;
          padding: 10px 40px 40px 40px;
          font-size: 26px;
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal; }
          .block-brochure .column.column-brochure .content-inner .title h3 {
            padding: 0;
            margin: 0; }
          @media only screen and (max-width: 768px) {
            .block-brochure .column.column-brochure .content-inner .title {
              font-size: 24px;
              padding: 10px 20px 20px 20px; } }
      .block-brochure .column.column-brochure .btn {
        cursor: pointer;
        border-radius: 0 0 10px 10px;
        justify-content: center;
        align-items: center;
        height: 100px;
        text-decoration: none;
        display: flex;
        position: relative;
        padding: 0 30px; }
        @media only screen and (max-width: 1350px) {
          .block-brochure .column.column-brochure .btn {
            padding: 0 20px; } }
        .block-brochure .column.column-brochure .btn .chevron {
          position: relative;
          left: 0;
          transition: all 300ms ease-in-out; }
      .block-brochure .column.column-brochure .btn__text {
        color: #efede3;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        gap: 20px;
        position: relative;
        transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
        .block-brochure .column.column-brochure .btn__text .text {
          display: flex;
          flex-direction: column; }
          .block-brochure .column.column-brochure .btn__text .text strong {
            font-family: "GeneralSans-semibold";
            font-weight: 600;
            font-style: normal; }
      .block-brochure .column.column-brochure .btn-text-p {
        color: currentColor;
        white-space: nowrap;
        margin-bottom: 0;
        padding-bottom: .05em;
        font-family: PP Neue Montreal, Arial, sans-serif;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.2; }
      .block-brochure .column.column-brochure .btn__bg {
        background-color: #B82E6C;
        border-radius: 0 10px 0 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .block-brochure .column.column-brochure .btn__circle-wrap {
        border-radius: 0 10px 10px 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden; }
      .block-brochure .column.column-brochure .btn__circle {
        pointer-events: none;
        background-color: #cc3378;
        border-radius: 50%;
        width: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
        transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }
      .block-brochure .column.column-brochure .before__100 {
        padding-top: 100%;
        display: block; }
      .block-brochure .column.column-brochure .btn .btn__text {
        transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
      .block-brochure .column.column-brochure .btn:hover .btn__circle {
        transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

.block-contact .container {
  display: flex;
  flex-direction: row;
  gap: 80px;
  width: 100%;
  justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .block-contact .container {
      flex-direction: column;
      gap: 30px; } }
  .block-contact .container .column-content {
    min-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .block-contact .container .column-content h1, .block-contact .container .column-content h2, .block-contact .container .column-content h3, .block-contact .container .column-content h4, .block-contact .container .column-content h5, .block-contact .container .column-content h6 {
      margin: 30px 0 10px 0;
      padding: 0;
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal;
      color: #B82E6C; }
    @media only screen and (max-width: 900px) {
      .block-contact .container .column-content {
        min-width: 100%; } }
    .block-contact .container .column-content p {
      margin: 0;
      padding: 0; }
    .block-contact .container .column-content .left-side {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .block-contact .container .column-content .left-side .underline-link::before,
      .block-contact .container .column-content .left-side .underline-link.is--alt::before,
      .block-contact .container .column-content .left-side .underline-link.is--alt::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 100px;
        background-color: #B82E6C; }
      .block-contact .container .column-content .left-side a.cta-link {
        color: #1A4372;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: fit-content; }
        .block-contact .container .column-content .left-side a.cta-link .big-text {
          color: #B82E6C; }
        .block-contact .container .column-content .left-side a.cta-link:hover .big-text {
          color: #B82E6C !important; }
          .block-contact .container .column-content .left-side a.cta-link:hover .big-text:after {
            left: 5px; }
        .block-contact .container .column-content .left-side a.cta-link span {
          font-size: 16px;
          font-family: "GeneralSans-light";
          font-weight: 300;
          font-style: normal; }
          .block-contact .container .column-content .left-side a.cta-link span.big-text {
            font-size: 30px;
            font-family: "GeneralSans-medium";
            font-weight: 500;
            font-style: normal;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px; }
            @media only screen and (max-width: 768px) {
              .block-contact .container .column-content .left-side a.cta-link span.big-text {
                font-size: 24px; } }
            .block-contact .container .column-content .left-side a.cta-link span.big-text:after {
              position: relative;
              left: 0;
              transition: all 300ms;
              content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23B82E6C'/%3E%3Cpath d='M13.1193 12L10.666 9.54672L11.4127 8.80005L14.6127 12L11.4127 15.2L10.666 14.4534L13.1193 12Z' fill='white'/%3E%3C/svg%3E%0A"); }
    @media only screen and (max-width: 1024px) {
      .block-contact .container .column-content .right-side {
        margin: 0 10px; } }
    .block-contact .container .column-content .right-side a.cta-link {
      color: #1A4372;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      width: fit-content; }
      .block-contact .container .column-content .right-side a.cta-link:hover .big-text:after {
        left: 5px; }
      .block-contact .container .column-content .right-side a.cta-link span {
        font-size: 16px;
        font-family: "GeneralSans-light";
        font-weight: 300;
        font-style: normal; }
        .block-contact .container .column-content .right-side a.cta-link span.big-text {
          font-size: 30px;
          font-family: "GeneralSans-medium";
          font-weight: 500;
          font-style: normal;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px; }
          @media only screen and (max-width: 768px) {
            .block-contact .container .column-content .right-side a.cta-link span.big-text {
              font-size: 24px; } }
    .block-contact .container .column-content #map {
      border-radius: 10px;
      margin-top: 50px; }
      @media only screen and (max-width: 900px) {
        .block-contact .container .column-content #map {
          margin-top: 0; } }
    .block-contact .container .column-content .inner-top {
      margin-top: 30px; }
      .block-contact .container .column-content .inner-top h2 {
        color: #1A4372;
        margin: 0;
        padding: 0;
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal;
        font-size: 30px; }
        @media only screen and (max-width: 768px) {
          .block-contact .container .column-content .inner-top h2 {
            font-size: 26px; } }
      .block-contact .container .column-content .inner-top span {
        color: #1A4372;
        font-size: 26px;
        font-family: "GeneralSans-light";
        font-weight: 300;
        font-style: normal; }
        @media only screen and (max-width: 768px) {
          .block-contact .container .column-content .inner-top span {
            font-size: 16px; } }
        .block-contact .container .column-content .inner-top span a {
          color: #1A4372;
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal;
          text-decoration: none; }
      .block-contact .container .column-content .inner-top .hashtag {
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal;
        color: #B82E6C; }
    .block-contact .container .column-content .column.contact {
      display: flex;
      flex-direction: column;
      gap: 10px;
      color: #1A4372; }
      .block-contact .container .column-content .column.contact .secondary-button {
        margin-top: 20px; }
    .block-contact .container .column-content .social-wrapper {
      display: flex;
      flex-direction: row;
      gap: 15px;
      margin-top: 20px; }
      .block-contact .container .column-content .social-wrapper a {
        background: #1A4372;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        transition: all 300ms; }
        @media only screen and (max-width: 768px) {
          .block-contact .container .column-content .social-wrapper a {
            width: 50px;
            height: 50px; }
            .block-contact .container .column-content .social-wrapper a svg {
              max-height: 24px;
              max-height: 24px; } }
        .block-contact .container .column-content .social-wrapper a:hover {
          background: #B82E6C; }
  .block-contact .container .column-form {
    background: #1A4372;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .block-contact .container .column-form {
        padding: 30px;
        margin-top: 20px; } }
    .block-contact .container .column-form label {
      color: white;
      font-family: "GeneralSans-medium";
      font-weight: 500;
      font-style: normal;
      display: flex;
      margin-top: 20px;
      margin-bottom: 15px; }
    .block-contact .container .column-form .gfield_required .gfield_required_text {
      color: white;
      font-family: "GeneralSans-light";
      font-weight: 300;
      font-style: normal;
      position: relative;
      top: 2px;
      margin-left: 5px; }
    .block-contact .container .column-form textarea {
      width: 100%;
      border-radius: 10px;
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 20px;
      font-size: 16px;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      background: #163961;
      color: white;
      resize: none;
      min-height: 100px; }
      .block-contact .container .column-form textarea::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
    .block-contact .container .column-form input[type="text"], .block-contact .container .column-form input[type="email"] {
      height: 70px;
      width: 100%;
      border-radius: 100px;
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 0 20px;
      background: #163961;
      color: white;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      font-size: 16px; }
      .block-contact .container .column-form input[type="text"]::placeholder, .block-contact .container .column-form input[type="email"]::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
      @media only screen and (max-width: 1024px) {
        .block-contact .container .column-form input[type="text"], .block-contact .container .column-form input[type="email"] {
          height: 60px; } }
    .block-contact .container .column-form button[type="submit"] {
      background: none;
      border: none !important;
      font-size: 16px;
      text-align: left;
      margin-left: -50px;
      margin-bottom: -66px;
      margin-top: 50px; }
      @media only screen and (max-width: 1024px) {
        .block-contact .container .column-form button[type="submit"] {
          margin-left: -30px;
          margin-bottom: -46px; } }
    .block-contact .container .column-form .gfield_validation_message {
      margin-top: 15px; }
    .block-contact .container .column-form .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .block-contact .container .column-form .gform_wrapper.gravity-theme .gfield_error label, .block-contact .container .column-form .gform_wrapper.gravity-theme .gfield_error legend, .block-contact .container .column-form .gform_wrapper.gravity-theme .gfield_validation_message, .block-contact .container .column-form .gform_wrapper.gravity-theme .validation_message, .block-contact .container .column-form .gform_wrapper.gravity-theme [aria-invalid=true] + label, .block-contact .container .column-form .gform_wrapper.gravity-theme label + [aria-invalid=true] {
      color: orange !important; }
    .block-contact .container .column-form .gfield_error input {
      border: 1px solid orange !important; }
    .block-contact .container .column-form .validation_message {
      border: none;
      background: none;
      color: orange !important;
      border-radius: 10px;
      padding: 0; }

.block-contact .btn {
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 0 30px; }
  @media only screen and (max-width: 1350px) {
    .block-contact .btn {
      padding: 0 20px; } }
  .block-contact .btn .chevron {
    position: relative;
    left: 0;
    transition: all 300ms ease-in-out; }

.block-contact .btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
  position: relative;
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
  .block-contact .btn__text .text {
    display: flex;
    flex-direction: column; }
    .block-contact .btn__text .text strong {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal; }

.block-contact .btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2; }

.block-contact .btn__bg {
  background-color: #B82E6C;
  border-radius: 0 10px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.block-contact .btn__circle-wrap {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.block-contact .btn__circle {
  pointer-events: none;
  background-color: #cc3378;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }

.block-contact .before__100 {
  padding-top: 100%;
  display: block; }

.block-contact .btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }

.block-contact .btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

.block-content-image {
  display: flex;
  justify-content: space-between; }
  .block-content-image.reverse .container {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 1050px) {
      .block-content-image.reverse .container {
        flex-direction: column; } }
  .block-content-image .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 100px; }
    @media only screen and (max-width: 1050px) {
      .block-content-image .container {
        flex-direction: column;
        gap: 30px; } }
  .block-content-image .column {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .block-content-image .column.column-image {
      width: 100%;
      height: 100%;
      min-height: 630px;
      min-width: 630px;
      aspect-ratio: 1/1;
      border-radius: 10px;
      background-size: cover;
      background-position: center; }
      @media only screen and (max-width: 1200px) {
        .block-content-image .column.column-image {
          min-width: 450px;
          min-height: 450px; } }
      @media only screen and (max-width: 1024px) {
        .block-content-image .column.column-image {
          min-width: 100%;
          height: auto;
          aspect-ratio: 1/1;
          min-height: unset !important; } }

.block-donate .container {
  display: flex;
  flex-direction: row;
  gap: 80px;
  width: 100%;
  justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .block-donate .container {
      flex-direction: column;
      gap: 30px; } }
  .block-donate .container .column-content {
    min-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .block-donate .container .column-content h1, .block-donate .container .column-content h2, .block-donate .container .column-content h3, .block-donate .container .column-content h4, .block-donate .container .column-content h5, .block-donate .container .column-content h6 {
      margin: 30px 0 10px 0;
      padding: 0;
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal;
      color: #B82E6C; }
      @media only screen and (max-width: 1024px) {
        .block-donate .container .column-content h1:first-of-type, .block-donate .container .column-content h2:first-of-type, .block-donate .container .column-content h3:first-of-type, .block-donate .container .column-content h4:first-of-type, .block-donate .container .column-content h5:first-of-type, .block-donate .container .column-content h6:first-of-type {
          margin-top: 0 !important; } }
    @media only screen and (max-width: 900px) {
      .block-donate .container .column-content {
        min-width: 100%; } }
    .block-donate .container .column-content p {
      margin: 0;
      padding: 0; }
    .block-donate .container .column-content .left-side {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .block-donate .container .column-content .left-side .underline-link::before,
      .block-donate .container .column-content .left-side .underline-link.is--alt::before,
      .block-donate .container .column-content .left-side .underline-link.is--alt::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 100px;
        background-color: #B82E6C; }
      .block-donate .container .column-content .left-side a.cta-link {
        color: #1A4372;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: fit-content; }
        .block-donate .container .column-content .left-side a.cta-link .big-text {
          color: #B82E6C; }
        .block-donate .container .column-content .left-side a.cta-link:hover .big-text {
          color: #B82E6C !important; }
          .block-donate .container .column-content .left-side a.cta-link:hover .big-text:after {
            left: 5px; }
        .block-donate .container .column-content .left-side a.cta-link span {
          font-size: 16px;
          font-family: "GeneralSans-light";
          font-weight: 300;
          font-style: normal; }
          .block-donate .container .column-content .left-side a.cta-link span.big-text {
            font-size: 30px;
            font-family: "GeneralSans-medium";
            font-weight: 500;
            font-style: normal;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px; }
            @media only screen and (max-width: 768px) {
              .block-donate .container .column-content .left-side a.cta-link span.big-text {
                font-size: 24px; } }
            .block-donate .container .column-content .left-side a.cta-link span.big-text:after {
              position: relative;
              left: 0;
              transition: all 300ms;
              content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23B82E6C'/%3E%3Cpath d='M13.1193 12L10.666 9.54672L11.4127 8.80005L14.6127 12L11.4127 15.2L10.666 14.4534L13.1193 12Z' fill='white'/%3E%3C/svg%3E%0A"); }
    @media only screen and (max-width: 1024px) {
      .block-donate .container .column-content .right-side {
        margin: 0 10px; } }
    .block-donate .container .column-content .right-side a.cta-link {
      color: #1A4372;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      width: fit-content; }
      .block-donate .container .column-content .right-side a.cta-link:hover .big-text:after {
        left: 5px; }
      .block-donate .container .column-content .right-side a.cta-link span {
        font-size: 16px;
        font-family: "GeneralSans-light";
        font-weight: 300;
        font-style: normal; }
        .block-donate .container .column-content .right-side a.cta-link span.big-text {
          font-size: 30px;
          font-family: "GeneralSans-medium";
          font-weight: 500;
          font-style: normal;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px; }
          @media only screen and (max-width: 768px) {
            .block-donate .container .column-content .right-side a.cta-link span.big-text {
              font-size: 24px; } }
    .block-donate .container .column-content #map {
      border-radius: 10px;
      margin-top: 50px; }
      @media only screen and (max-width: 900px) {
        .block-donate .container .column-content #map {
          margin-top: 0; } }
    .block-donate .container .column-content .inner-top {
      margin-top: 30px; }
      .block-donate .container .column-content .inner-top h2 {
        color: #1A4372;
        margin: 0;
        padding: 0;
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal;
        font-size: 30px; }
        @media only screen and (max-width: 768px) {
          .block-donate .container .column-content .inner-top h2 {
            font-size: 26px; } }
      .block-donate .container .column-content .inner-top span {
        color: #1A4372;
        font-size: 26px;
        font-family: "GeneralSans-light";
        font-weight: 300;
        font-style: normal; }
        @media only screen and (max-width: 768px) {
          .block-donate .container .column-content .inner-top span {
            font-size: 16px; } }
        .block-donate .container .column-content .inner-top span a {
          color: #1A4372;
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal;
          text-decoration: none; }
      .block-donate .container .column-content .inner-top .hashtag {
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal;
        color: #B82E6C; }
    .block-donate .container .column-content .column.contact {
      display: flex;
      flex-direction: column;
      gap: 10px;
      color: #1A4372; }
      .block-donate .container .column-content .column.contact .secondary-button {
        margin-top: 20px; }
    .block-donate .container .column-content .social-wrapper {
      display: flex;
      flex-direction: row;
      gap: 15px;
      margin-top: 20px; }
      .block-donate .container .column-content .social-wrapper a {
        background: #1A4372;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        transition: all 300ms; }
        @media only screen and (max-width: 768px) {
          .block-donate .container .column-content .social-wrapper a {
            width: 50px;
            height: 50px; }
            .block-donate .container .column-content .social-wrapper a svg {
              max-height: 24px;
              max-height: 24px; } }
        .block-donate .container .column-content .social-wrapper a:hover {
          background: #B82E6C; }
  .block-donate .container .column-form {
    width: 100%;
    max-width: 600px;
    background: #1A4372;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    overflow: hidden;
    /* Als de radio geselecteerd is, tonen we een gevulde cirkel */ }
    @media only screen and (max-width: 1024px) {
      .block-donate .container .column-form {
        padding: 30px;
        margin-top: 20px;
        max-width: 100%; } }
    .block-donate .container .column-form label {
      color: white;
      font-family: "GeneralSans-medium";
      font-weight: 500;
      font-style: normal;
      display: flex;
      margin-top: 20px;
      margin-bottom: 15px; }
    .block-donate .container .column-form .gfield_required .gfield_required_text {
      color: white;
      font-family: "GeneralSans-light";
      font-weight: 300;
      font-style: normal;
      position: relative;
      top: 2px;
      margin-left: 5px; }
    .block-donate .container .column-form textarea {
      width: 100%;
      border-radius: 10px;
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 20px;
      font-size: 16px;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      background: #163961;
      color: white;
      resize: none;
      min-height: 100px; }
      .block-donate .container .column-form textarea::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
    .block-donate .container .column-form #dmm_interval:before {
      position: absolute;
      right: 0;
      content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3.72973L8.83333 0L10 1.13514L5 6L-2.98023e-07 1.13514L1.16667 0L5 3.72973Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .block-donate .container .column-form label {
      color: white !important; }
    .block-donate .container .column-form #dmm_dd {
      margin-top: -20px; }
    .block-donate .container .column-form .select-icon2 {
      position: absolute;
      right: 30px;
      margin-top: -54px; }
      @media only screen and (max-width: 1024px) {
        .block-donate .container .column-form .select-icon2 {
          margin-top: -49px; } }
    .block-donate .container .column-form .btn {
      cursor: pointer;
      border-radius: 0 0 10px 10px;
      justify-content: center;
      align-items: center;
      height: 100px;
      text-decoration: none;
      display: flex;
      position: relative;
      padding: 0 30px; }
      @media only screen and (max-width: 1350px) {
        .block-donate .container .column-form .btn {
          padding: 0 20px; } }
      .block-donate .container .column-form .btn .chevron {
        position: relative;
        left: 0;
        transition: all 300ms ease-in-out; }
    .block-donate .container .column-form .btn__text {
      color: #efede3;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      gap: 20px;
      position: relative;
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
      .block-donate .container .column-form .btn__text .text {
        display: flex;
        flex-direction: column; }
        .block-donate .container .column-form .btn__text .text strong {
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal; }
    .block-donate .container .column-form .btn-text-p {
      color: currentColor;
      white-space: nowrap;
      margin-bottom: 0;
      padding-bottom: .05em;
      font-family: PP Neue Montreal, Arial, sans-serif;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.2; }
    .block-donate .container .column-form .btn__bg {
      background-color: #B82E6C;
      border-radius: 0 10px 0 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .block-donate .container .column-form .btn__circle-wrap {
      border-radius: 0 10px 10px 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
    .block-donate .container .column-form .btn__circle {
      pointer-events: none;
      background-color: #cc3378;
      border-radius: 50%;
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
      transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }
    .block-donate .container .column-form .before__100 {
      padding-top: 100%;
      display: block; }
    .block-donate .container .column-form .btn .btn__text {
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
    .block-donate .container .column-form .btn:hover .btn__circle {
      transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }
    .block-donate .container .column-form .btn__icon {
      position: relative !important; }
    .block-donate .container .column-form .btn__content {
      display: flex;
      align-items: center;
      gap: 20px; }
    .block-donate .container .column-form .custom-radio input[type="radio"] {
      display: none; }
    .block-donate .container .column-form .custom-radio .radio-custom {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid #B82E6C;
      border-radius: 50%;
      margin-right: 10px;
      vertical-align: middle;
      position: relative; }
    .block-donate .container .column-form .custom-radio input[type="radio"]:checked + .radio-custom::after {
      content: '';
      width: 12px;
      height: 12px;
      background: white;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .block-donate .container .column-form .payment-methods {
      margin-top: 50px; }
      .block-donate .container .column-form .payment-methods label {
        display: flex !important;
        gap: 10px !important;
        align-items: center !important; }
    .block-donate .container .column-form #dmm_submit_button {
      min-width: 300px; }
    .block-donate .container .column-form p {
      color: white !important;
      font-family: "GeneralSans-medium";
      font-weight: 500;
      font-style: normal; }
    .block-donate .container .column-form .required-label {
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      margin-left: 10px; }
    .block-donate .container .column-form .select-icon {
      position: absolute;
      right: 30px;
      top: 33px; }
      @media only screen and (max-width: 1024px) {
        .block-donate .container .column-form .select-icon {
          top: 27px; } }
    .block-donate .container .column-form form {
      position: relative; }
    .block-donate .container .column-form .recurring-area {
      position: relative; }
    .block-donate .container .column-form select {
      position: relative; }
      .block-donate .container .column-form select:before {
        position: absolute;
        right: 0;
        content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3.72973L8.83333 0L10 1.13514L5 6L-2.98023e-07 1.13514L1.16667 0L5 3.72973Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .block-donate .container .column-form input[type="text"], .block-donate .container .column-form input[type="email"], .block-donate .container .column-form select, .block-donate .container .column-form input[type="number"] {
      height: 70px;
      width: 100%;
      border-radius: 100px;
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 0 20px;
      background: #163961;
      color: white;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      -webkit-appearance: none; }
      .block-donate .container .column-form input[type="text"]::placeholder, .block-donate .container .column-form input[type="email"]::placeholder, .block-donate .container .column-form select::placeholder, .block-donate .container .column-form input[type="number"]::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
      @media only screen and (max-width: 1024px) {
        .block-donate .container .column-form input[type="text"], .block-donate .container .column-form input[type="email"], .block-donate .container .column-form select, .block-donate .container .column-form input[type="number"] {
          height: 60px; } }
    .block-donate .container .column-form button[type="submit"] {
      background: none;
      border: none !important;
      font-size: 16px;
      text-align: left;
      margin-left: -50px;
      margin-bottom: -66px;
      margin-top: 50px; }
      @media only screen and (max-width: 1024px) {
        .block-donate .container .column-form button[type="submit"] {
          margin-left: -30px;
          margin-bottom: -46px; } }
    .block-donate .container .column-form .gfield_validation_message {
      margin-top: 15px; }
    .block-donate .container .column-form .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .block-donate .container .column-form .gform_wrapper.gravity-theme .gfield_error label, .block-donate .container .column-form .gform_wrapper.gravity-theme .gfield_error legend, .block-donate .container .column-form .gform_wrapper.gravity-theme .gfield_validation_message, .block-donate .container .column-form .gform_wrapper.gravity-theme .validation_message, .block-donate .container .column-form .gform_wrapper.gravity-theme [aria-invalid=true] + label, .block-donate .container .column-form .gform_wrapper.gravity-theme label + [aria-invalid=true] {
      color: orange !important; }
    .block-donate .container .column-form .gfield_error input {
      border: 1px solid orange !important; }
    .block-donate .container .column-form .validation_message {
      border: none;
      background: none;
      color: orange !important;
      border-radius: 10px;
      padding: 0; }

.block-donate .btn {
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 0 30px; }
  @media only screen and (max-width: 1350px) {
    .block-donate .btn {
      padding: 0 20px; } }
  .block-donate .btn .chevron {
    position: relative;
    left: 0;
    transition: all 300ms ease-in-out; }

.block-donate .btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
  position: relative;
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
  .block-donate .btn__text .text {
    display: flex;
    flex-direction: column; }
    .block-donate .btn__text .text strong {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal; }

.block-donate .btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2; }

.block-donate .btn__bg {
  background-color: #B82E6C;
  border-radius: 0 10px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.block-donate .btn__circle-wrap {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.block-donate .btn__circle {
  pointer-events: none;
  background-color: #cc3378;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }

.block-donate .before__100 {
  padding-top: 100%;
  display: block; }

.block-donate .btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }

.block-donate .btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

.block-donate .donate-types ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .block-donate .donate-types ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #3D3D3D; }
    .block-donate .donate-types ul li:before {
      content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2048 10.5769L9.90672 7.38623C9.50825 7.00165 9.17304 6.57352 8.90109 6.10186C8.62915 5.63019 8.49318 5.11651 8.49318 4.56081C8.49318 3.87262 8.73408 3.28769 9.21589 2.80602C9.69755 2.32422 10.2825 2.08331 10.9707 2.08331C11.4205 2.08331 11.8359 2.19179 12.2167 2.40873C12.5977 2.62554 12.9271 2.90172 13.2048 3.23727C13.4826 2.90172 13.8119 2.62554 14.1928 2.40873C14.5736 2.19179 14.9889 2.08331 15.4388 2.08331C16.127 2.08331 16.7119 2.32422 17.1936 2.80602C17.6754 3.28769 17.9163 3.87262 17.9163 4.56081C17.9163 5.11651 17.7825 5.63019 17.5148 6.10186C17.2472 6.57352 16.9142 7.00165 16.5157 7.38623L13.2048 10.5769ZM13.2048 8.83665L15.5878 6.52727C15.8676 6.25269 16.1173 5.95408 16.3369 5.63144C16.5565 5.3088 16.6663 4.95192 16.6663 4.56081C16.6663 4.2179 16.5474 3.92762 16.3096 3.68998C16.072 3.4522 15.7817 3.33331 15.4388 3.33331C15.1749 3.33331 14.9335 3.4022 14.7144 3.53998C14.4954 3.6779 14.302 3.85262 14.1342 4.06415L13.2048 5.1954L12.2753 4.06415C12.1075 3.85262 11.9141 3.6779 11.6951 3.53998C11.4762 3.4022 11.2347 3.33331 10.9707 3.33331C10.6278 3.33331 10.3375 3.4522 10.0998 3.68998C9.86207 3.92762 9.74318 4.2179 9.74318 4.56081C9.74318 4.95192 9.85297 5.3088 10.0726 5.63144C10.2921 5.95408 10.5419 6.25269 10.8217 6.52727L13.2048 8.83665ZM5.58464 15.4808L11.6326 17.1923L16.6069 15.6506C16.5643 15.4616 16.4762 15.3166 16.3426 15.2156C16.2089 15.1146 16.0578 15.0641 15.889 15.0641H11.808C11.4444 15.0641 11.1354 15.0503 10.8811 15.0225C10.6268 14.9947 10.3655 14.9338 10.0973 14.8398L8.21609 14.2179L8.58609 12.9935L10.2736 13.5802C10.5258 13.6656 10.817 13.7238 11.1471 13.7548C11.4773 13.7857 11.9468 13.8055 12.5557 13.8141C12.5557 13.6079 12.5092 13.43 12.4163 13.2804C12.3234 13.1308 12.201 13.0298 12.0492 12.9775L7.21443 11.2019C7.19832 11.1966 7.18359 11.1926 7.17026 11.19C7.15693 11.1872 7.14227 11.1858 7.1263 11.1858H5.58464V15.4808ZM1.41797 17.9166V9.93602H7.11672C7.20422 9.93602 7.29283 9.9456 7.38255 9.96477C7.47241 9.98408 7.55575 10.0065 7.63255 10.0321L12.4884 11.8206C12.8666 11.9605 13.1807 12.208 13.4307 12.5633C13.6807 12.9186 13.8057 13.3355 13.8057 13.8141H15.889C16.4873 13.8141 16.9748 14.0073 17.3513 14.3935C17.728 14.7796 17.9163 15.281 17.9163 15.8975V16.5704L11.6742 18.5096L5.58464 16.7725V17.9166H1.41797ZM2.66797 16.6666H4.33464V11.1858H2.66797V16.6666Z' fill='%23B82E6C'/%3E%3C/svg%3E%0A"); }

.block-donate .donate-types h2, .block-donate .donate-types h3 {
  color: #B82E6C;
  margin-bottom: 10px;
  display: flex; }

.block-donate .error-notifications {
  padding: 0 !important; }
  .block-donate .error-notifications li {
    color: orange !important;
    list-style-type: none; }

.block-faq .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px; }
  .block-faq .container h4 {
    margin: 0;
    padding: 0;
    font-family: "GeneralSans-semibold";
    font-weight: 600;
    font-style: normal;
    color: #1A4372;
    font-size: 20px;
    margin-top: 20px; }
  .block-faq .container .faq-list {
    -webkit-tap-highlight-color: transparent;
    display: flex;
    max-width: 900px;
    width: 100%;
    flex-direction: column;
    gap: 20px; }
    @media only screen and (max-width: 768px) {
      .block-faq .container .faq-list {
        gap: 20px; } }
    .block-faq .container .faq-list .faq-item {
      cursor: pointer;
      background: rgba(26, 67, 114, 0.2);
      color: #1A4372;
      padding: 5px 20px;
      box-sizing: border-box;
      border-radius: 0 10px 10px 10px;
      font-size: 16px;
      transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
      .block-faq .container .faq-list .faq-item .toggle-faq {
        border-radius: 10px 0 10px 0;
        background: #1A4372;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: -10px;
        transition: all 300ms; }
        .block-faq .container .faq-list .faq-item .toggle-faq .close {
          display: none; }
      .block-faq .container .faq-list .faq-item .button {
        display: flex;
        margin-top: 20px;
        width: max-content; }
      .block-faq .container .faq-list .faq-item .faq-answer p {
        margin: 0;
        padding: 0; }
      .block-faq .container .faq-list .faq-item .faq-answer a {
        margin-top: 20px;
        display: flex; }
      .block-faq .container .faq-list .faq-item.is-active {
        border-radius: 0 10px 10px 10px;
        background: rgba(184, 46, 108, 0.2);
        color: #B82E6C; }
        .block-faq .container .faq-list .faq-item.is-active .toggle-faq {
          background: #B82E6C; }
          .block-faq .container .faq-list .faq-item.is-active .toggle-faq .close {
            display: flex; }
          .block-faq .container .faq-list .faq-item.is-active .toggle-faq .open {
            display: none; }
        .block-faq .container .faq-list .faq-item.is-active .faq-answer {
          max-height: 1000px;
          opacity: 1;
          overflow: auto;
          margin-bottom: 20px; }
          .block-faq .container .faq-list .faq-item.is-active .faq-answer p {
            margin: 0;
            padding: 0; }
      .block-faq .container .faq-list .faq-item .title-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        gap: 20px; }
        .block-faq .container .faq-list .faq-item .title-wrapper h3 {
          font-family: "GeneralSans-medium";
          font-weight: 500;
          font-style: normal; }
          @media only screen and (max-width: 768px) {
            .block-faq .container .faq-list .faq-item .title-wrapper h3 {
              font-size: 16px; } }
        .block-faq .container .faq-list .faq-item .title-wrapper .toggle-faq {
          transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);
          cursor: pointer;
          position: relative;
          right: 5px; }
      .block-faq .container .faq-list .faq-item .faq-answer {
        transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);
        max-height: 0;
        opacity: 0;
        overflow: auto; }

.block-hero-notifications {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  .block-hero-notifications .container {
    overflow: hidden;
    gap: 100px;
    max-width: 1400px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    flex-direction: row;
    background: #1A4372;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 300px;
    padding: 100px 80px 60px 80px;
    position: relative;
    overflow: hidden !important;
    /* Flex container voor de notificaties met duplicaat */ }
    .block-hero-notifications .container:before {
      content: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1492 691' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_41_1336' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='26' width='100%25' height='100%25'%3E%3Cpath d='M0 36C0 30.4772 4.47715 26 10 26H1462C1467.52 26 1472 30.4772 1472 36V458C1472 463.523 1467.52 468 1462 468H10C4.47718 468 0 463.523 0 458V36Z' fill='%231A4372'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41_1336)'%3E%3C/g%3E%3Cmask id='mask1_41_1336' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='569' y='0' width='100%25' height='100%25'%3E%3Cpath d='M569 9.99999C569 4.47715 573.477 0 579 0H2031C2036.52 0 2041 4.47715 2041 10V681C2041 686.523 2036.52 691 2031 691H579C573.477 691 569 686.523 569 681V9.99999Z' fill='%231A4372'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_41_1336)'%3E%3Cpath d='M1090.5 281.801C1096.65 272.546 1101.76 262.363 1109.12 254.199C1139.87 220.076 1178.23 197.266 1221.75 183.76C1261.51 171.42 1302.05 169.223 1342.73 180.471C1380.61 190.944 1417.13 204.889 1451.11 224.688C1486.9 245.546 1519.32 270.928 1547.22 301.693C1567.49 324.041 1587.05 346.945 1600.45 374.429C1608.97 391.884 1605.19 417.224 1590.61 428.413C1556.85 379.791 1516.37 338.127 1462.4 307.809C1470.68 323.55 1478.81 336.974 1485.04 351.228C1501.59 389.104 1510.44 428.818 1511.25 470.271C1511.64 490.081 1515.09 509.057 1530.11 523.724C1534.58 528.084 1539.33 532.287 1544.47 535.794C1578.49 558.985 1605.33 589.346 1630.75 621.2C1668.93 669.038 1698.14 721.85 1718.76 779.43C1724.3 794.889 1729.67 810.412 1734.72 826.038C1736.18 830.565 1736.23 835.55 1735.67 841.107C1618.08 646.469 1447.43 539.077 1219.63 538.565C992.135 538.053 820.209 642.542 703.079 839.489C701.102 823.756 699.279 809.126 697.422 794.5C693.663 764.905 690.83 735.153 685.881 705.757C679.245 666.333 691.887 634.313 718.924 606.251C732.369 592.296 744.553 577.116 757.115 562.326C758.975 560.136 759.768 557.039 762.173 553.93C771.079 547.29 779.019 541.263 786.627 534.843C824.297 503.056 864.354 474.959 910.148 454.515C913.022 453.588 915.314 452.93 917.543 452.102C948.525 440.592 979.13 427.907 1010.57 417.826C1048.75 405.585 1088.43 399.354 1128.42 397.628C1158.8 396.315 1189.4 397.14 1219.78 399.092C1261.49 401.772 1302.45 409.696 1342.44 422.192C1353.32 425.592 1364.3 428.674 1375.64 432.022C1375.88 429.517 1376.1 428.643 1376.02 427.795C1372.37 387.103 1363.71 347.696 1346.31 310.46C1337.11 290.778 1326.23 272.404 1308.44 259.161C1288.9 244.621 1267.28 238.665 1242.79 241.993C1209.4 246.531 1181.38 262.228 1154.85 281.699C1149.7 285.476 1143.81 288.236 1137.57 291.429C1125.85 280.634 1112.17 281.539 1098.41 282.497C1095.8 282.679 1093.14 282.054 1090.5 281.801Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M1089.84 281.891C1093.14 282.054 1095.8 282.679 1098.41 282.497C1112.17 281.539 1125.85 280.634 1137.33 292.046C1133.24 298.524 1129.54 305.341 1124.04 310.022C1069.01 356.788 1008.22 391.399 934.545 398.388C931.76 398.652 927.591 400.742 926.796 402.959C920.663 420.072 915.204 437.426 909.536 454.706C864.354 474.959 824.297 503.057 786.627 534.844C779.019 541.264 771.079 547.29 762.648 553.538C769.847 535.521 778.074 517.619 785.436 499.368C794.971 475.732 803.167 451.645 801.577 425.554C800.017 399.963 784.53 385.796 758.849 384.211C722.159 381.946 693.669 398.623 668.289 422.287C657.413 432.428 648.174 444.308 637.888 455.109C635.484 457.634 631.13 461.127 628.94 460.393C625.333 459.184 621.298 455.41 620.019 451.804C615.729 439.716 618.624 428.007 625.419 417.598C661.274 362.679 710.713 327.93 776.293 318.548C820.942 312.16 864.982 315.716 908.228 329.302C968.886 348.359 1022.4 332.571 1071.14 294.723C1076.95 290.213 1083.15 286.216 1089.84 281.891Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M1277.79 40.2089C1310.99 15.5692 1370.84 28.0754 1380.58 79.086C1385.72 106.012 1375.19 132.125 1351.17 147.931C1328.95 162.553 1301.98 160.689 1278.96 145.355C1241.09 120.133 1243.95 61.3721 1277.79 40.2089Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M846.651 193.028C873.783 155.356 924.802 156.028 951.574 187.513C968.927 207.92 971.711 239.088 957.731 262.928C944.025 286.299 914.337 298.365 886.279 291.966C860.695 286.132 839.899 262.417 837.252 236.531C835.682 221.169 838.23 206.834 846.651 193.028Z' fill='white' fill-opacity='0.03'/%3E%3C/g%3E%3C/svg%3E%0A");
      width: 100%;
      height: 100%;
      top: 200px;
      position: absolute; }
    @media only screen and (max-width: 1050px) {
      .block-hero-notifications .container {
        margin: 0 20px;
        padding: 100px 30px 50px 30px;
        width: calc(100% - 20px);
        flex-direction: column-reverse;
        gap: 130px; } }
    .block-hero-notifications .container p {
      color: white;
      max-width: 500px;
      width: 100%; }
    .block-hero-notifications .container .content-inner {
      width: 100%; }
    .block-hero-notifications .container .notifications {
      opacity: 0;
      overflow: hidden;
      position: relative;
      mask-image: linear-gradient(180deg, black calc(100% - 100px), transparent 100%); }
      .block-hero-notifications .container .notifications .notifications-wrapper {
        display: flex;
        flex-direction: column;
        animation: scrolling 32s linear infinite; }
      .block-hero-notifications .container .notifications .notification {
        transform: scale(0.5);
        opacity: 0;
        transition: transform 1s ease;
        padding-bottom: 10px;
        /* overige styling, bv. achtergrond, kleur, etc. */ }
        .block-hero-notifications .container .notifications .notification .in-view {
          transition: 0; }
      .block-hero-notifications .container .notifications .notification.in-view {
        transform: scale(1);
        opacity: 1; }

@keyframes scrolling {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }
    .block-hero-notifications .container .notifications {
      overflow: auto;
      height: 100% !important;
      min-height: 100% !important;
      max-height: 790px;
      margin-top: -100px;
      margin-bottom: -100px;
      min-width: fit-content;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      z-index: 5;
      position: relative; }
      @media only screen and (max-width: 1050px) {
        .block-hero-notifications .container .notifications {
          max-width: 100%;
          margin-top: -500px;
          align-items: flex-start; } }
      .block-hero-notifications .container .notifications .notification {
        width: 100%;
        max-width: inherit; }
        .block-hero-notifications .container .notifications .notification img {
          max-width: 100%;
          width: 100%; }
    .block-hero-notifications .container .relation-word {
      color: #7396BC; }
    .block-hero-notifications .container .content-wrapper {
      margin-bottom: 80px; }
      .block-hero-notifications .container .content-wrapper h4 {
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal;
        font-size: 20px; }
    .block-hero-notifications .container .btn {
      margin-top: 50px;
      cursor: pointer;
      border-radius: 0 10px 0 10px;
      justify-content: center;
      align-items: center;
      height: 100px;
      text-decoration: none;
      display: flex;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 30px; }
      .block-hero-notifications .container .btn .chevron {
        position: relative;
        left: 0;
        transition: all 300ms ease-in-out; }
    .block-hero-notifications .container .btn__text {
      color: #efede3;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      gap: 20px;
      position: relative;
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
      .block-hero-notifications .container .btn__text .text {
        display: flex;
        flex-direction: column; }
        .block-hero-notifications .container .btn__text .text strong {
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal; }
    .block-hero-notifications .container .btn-text-p {
      color: currentColor;
      white-space: nowrap;
      margin-bottom: 0;
      padding-bottom: .05em;
      font-family: PP Neue Montreal, Arial, sans-serif;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.2; }
    .block-hero-notifications .container .btn__bg {
      overflow: hidden;
      background-color: #B82E6C;
      border-radius: 0 10px 0 10px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 1050px) {
        .block-hero-notifications .container .btn__bg {
          border-radius: 0 10px 0 10px; } }
    .block-hero-notifications .container .btn__circle-wrap {
      border-radius: 0 10px 0 10px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      @media only screen and (max-width: 1050px) {
        .block-hero-notifications .container .btn__circle-wrap {
          border-radius: 0 10px 0 10px; } }
    .block-hero-notifications .container .btn__circle {
      pointer-events: none;
      background-color: #cc3378;
      border-radius: 50%;
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
      transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }
    .block-hero-notifications .container .before__100 {
      padding-top: 100%;
      display: block; }
    .block-hero-notifications .container .btn .btn__text {
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
    .block-hero-notifications .container .btn:hover .btn__circle {
      transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

body.is-loaded .notifications {
  pointer-events: none !important;
  opacity: 1 !important;
  transition-duration: 1s;
  transition-delay: 0.3s; }

.block-hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  .block-hero .container {
    overflow: hidden;
    max-width: 1400px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #1A4372;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 300px;
    padding: 100px 80px 60px 80px;
    position: relative; }
    .block-hero .container:before {
      content: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 1492 691' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_41_1336' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='26' width='100%25' height='100%25'%3E%3Cpath d='M0 36C0 30.4772 4.47715 26 10 26H1462C1467.52 26 1472 30.4772 1472 36V458C1472 463.523 1467.52 468 1462 468H10C4.47718 468 0 463.523 0 458V36Z' fill='%231A4372'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41_1336)'%3E%3C/g%3E%3Cmask id='mask1_41_1336' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='569' y='0' width='100%25' height='100%25'%3E%3Cpath d='M569 9.99999C569 4.47715 573.477 0 579 0H2031C2036.52 0 2041 4.47715 2041 10V681C2041 686.523 2036.52 691 2031 691H579C573.477 691 569 686.523 569 681V9.99999Z' fill='%231A4372'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_41_1336)'%3E%3Cpath d='M1090.5 281.801C1096.65 272.546 1101.76 262.363 1109.12 254.199C1139.87 220.076 1178.23 197.266 1221.75 183.76C1261.51 171.42 1302.05 169.223 1342.73 180.471C1380.61 190.944 1417.13 204.889 1451.11 224.688C1486.9 245.546 1519.32 270.928 1547.22 301.693C1567.49 324.041 1587.05 346.945 1600.45 374.429C1608.97 391.884 1605.19 417.224 1590.61 428.413C1556.85 379.791 1516.37 338.127 1462.4 307.809C1470.68 323.55 1478.81 336.974 1485.04 351.228C1501.59 389.104 1510.44 428.818 1511.25 470.271C1511.64 490.081 1515.09 509.057 1530.11 523.724C1534.58 528.084 1539.33 532.287 1544.47 535.794C1578.49 558.985 1605.33 589.346 1630.75 621.2C1668.93 669.038 1698.14 721.85 1718.76 779.43C1724.3 794.889 1729.67 810.412 1734.72 826.038C1736.18 830.565 1736.23 835.55 1735.67 841.107C1618.08 646.469 1447.43 539.077 1219.63 538.565C992.135 538.053 820.209 642.542 703.079 839.489C701.102 823.756 699.279 809.126 697.422 794.5C693.663 764.905 690.83 735.153 685.881 705.757C679.245 666.333 691.887 634.313 718.924 606.251C732.369 592.296 744.553 577.116 757.115 562.326C758.975 560.136 759.768 557.039 762.173 553.93C771.079 547.29 779.019 541.263 786.627 534.843C824.297 503.056 864.354 474.959 910.148 454.515C913.022 453.588 915.314 452.93 917.543 452.102C948.525 440.592 979.13 427.907 1010.57 417.826C1048.75 405.585 1088.43 399.354 1128.42 397.628C1158.8 396.315 1189.4 397.14 1219.78 399.092C1261.49 401.772 1302.45 409.696 1342.44 422.192C1353.32 425.592 1364.3 428.674 1375.64 432.022C1375.88 429.517 1376.1 428.643 1376.02 427.795C1372.37 387.103 1363.71 347.696 1346.31 310.46C1337.11 290.778 1326.23 272.404 1308.44 259.161C1288.9 244.621 1267.28 238.665 1242.79 241.993C1209.4 246.531 1181.38 262.228 1154.85 281.699C1149.7 285.476 1143.81 288.236 1137.57 291.429C1125.85 280.634 1112.17 281.539 1098.41 282.497C1095.8 282.679 1093.14 282.054 1090.5 281.801Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M1089.84 281.891C1093.14 282.054 1095.8 282.679 1098.41 282.497C1112.17 281.539 1125.85 280.634 1137.33 292.046C1133.24 298.524 1129.54 305.341 1124.04 310.022C1069.01 356.788 1008.22 391.399 934.545 398.388C931.76 398.652 927.591 400.742 926.796 402.959C920.663 420.072 915.204 437.426 909.536 454.706C864.354 474.959 824.297 503.057 786.627 534.844C779.019 541.264 771.079 547.29 762.648 553.538C769.847 535.521 778.074 517.619 785.436 499.368C794.971 475.732 803.167 451.645 801.577 425.554C800.017 399.963 784.53 385.796 758.849 384.211C722.159 381.946 693.669 398.623 668.289 422.287C657.413 432.428 648.174 444.308 637.888 455.109C635.484 457.634 631.13 461.127 628.94 460.393C625.333 459.184 621.298 455.41 620.019 451.804C615.729 439.716 618.624 428.007 625.419 417.598C661.274 362.679 710.713 327.93 776.293 318.548C820.942 312.16 864.982 315.716 908.228 329.302C968.886 348.359 1022.4 332.571 1071.14 294.723C1076.95 290.213 1083.15 286.216 1089.84 281.891Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M1277.79 40.2089C1310.99 15.5692 1370.84 28.0754 1380.58 79.086C1385.72 106.012 1375.19 132.125 1351.17 147.931C1328.95 162.553 1301.98 160.689 1278.96 145.355C1241.09 120.133 1243.95 61.3721 1277.79 40.2089Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M846.651 193.028C873.783 155.356 924.802 156.028 951.574 187.513C968.927 207.92 971.711 239.088 957.731 262.928C944.025 286.299 914.337 298.365 886.279 291.966C860.695 286.132 839.899 262.417 837.252 236.531C835.682 221.169 838.23 206.834 846.651 193.028Z' fill='white' fill-opacity='0.03'/%3E%3C/g%3E%3C/svg%3E%0A");
      width: 100%;
      height: 100%;
      position: absolute; }
    @media only screen and (max-width: 1050px) {
      .block-hero .container {
        margin: 0 20px;
        padding: 100px 30px 50px 30px;
        width: calc(100% - 20px); } }
    .block-hero .container p {
      color: white;
      max-width: 500px;
      width: 100%; }
    .block-hero .container .btn {
      cursor: pointer;
      border-radius: 10px 0 10px 0;
      justify-content: center;
      align-items: center;
      height: 100px;
      text-decoration: none;
      display: flex;
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 0 30px; }
      @media only screen and (max-width: 1350px) {
        .block-hero .container .btn {
          padding: 0 20px; } }
      @media only screen and (max-width: 1050px) {
        .block-hero .container .btn {
          position: relative;
          max-width: 260px;
          margin-left: -30px;
          margin-bottom: -50px;
          margin-top: 20px;
          border-radius: 0 10px 0 10px; } }
      .block-hero .container .btn .chevron {
        position: relative;
        left: 0;
        transition: all 300ms ease-in-out; }
    .block-hero .container .btn__text {
      color: #efede3;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      gap: 20px;
      position: relative;
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
      .block-hero .container .btn__text .text {
        display: flex;
        flex-direction: column; }
        .block-hero .container .btn__text .text strong {
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal; }
    .block-hero .container .btn-text-p {
      color: currentColor;
      white-space: nowrap;
      margin-bottom: 0;
      padding-bottom: .05em;
      font-family: PP Neue Montreal, Arial, sans-serif;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.2; }
    .block-hero .container .btn__bg {
      overflow: hidden;
      background-color: #B82E6C;
      border-radius: 10px 0 10px 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 1050px) {
        .block-hero .container .btn__bg {
          border-radius: 0 10px 0 10px; } }
    .block-hero .container .btn__circle-wrap {
      border-radius: 10px 0 10px 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      @media only screen and (max-width: 1050px) {
        .block-hero .container .btn__circle-wrap {
          border-radius: 0 10px 0 10px; } }
    .block-hero .container .btn__circle {
      pointer-events: none;
      background-color: #cc3378;
      border-radius: 50%;
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
      transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }
    .block-hero .container .before__100 {
      padding-top: 100%;
      display: block; }
    .block-hero .container .btn .btn__text {
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
    .block-hero .container .btn:hover .btn__circle {
      transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

.block-partners .container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1050px) {
    .block-partners .container {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .block-partners .container {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }
  .block-partners .container .card-item {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .block-partners .container .card-item .card-image {
      width: 100%;
      border-radius: 10px;
      background-size: cover;
      background-position: center;
      min-height: 250px; }
      @media only screen and (max-width: 768px) {
        .block-partners .container .card-item .card-image {
          min-height: 220px; } }
    .block-partners .container .card-item h4 {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal;
      color: #1A4372;
      padding: 0;
      font-size: 20px;
      margin-bottom: 0;
      margin-top: 5px; }
    .block-partners .container .card-item p {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .block-partners .container .blue-card {
    min-height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    color: white;
    display: flex; }
    @media only screen and (max-width: 1050px) {
      .block-partners .container .blue-card {
        min-width: 100% !important;
        min-height: 500px; } }
    .block-partners .container .blue-card:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #1A4372;
      opacity: 0.9;
      content: "";
      border-radius: 10px;
      z-index: 0; }
    .block-partners .container .blue-card .content-inner {
      position: relative;
      z-index: 3;
      color: white;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      height: 100%;
      flex: 1;
      flex-direction: column; }
      .block-partners .container .blue-card .content-inner .subtitle {
        padding: 0 40px;
        box-sizing: border-box; }
        @media only screen and (max-width: 768px) {
          .block-partners .container .blue-card .content-inner .subtitle {
            padding: 0 20px; } }
      .block-partners .container .blue-card .content-inner .title {
        box-sizing: border-box;
        padding: 10px 40px 40px 40px;
        font-size: 26px;
        font-family: "GeneralSans-semibold";
        font-weight: 600;
        font-style: normal; }
        .block-partners .container .blue-card .content-inner .title h3 {
          padding: 0;
          margin: 0; }
        @media only screen and (max-width: 768px) {
          .block-partners .container .blue-card .content-inner .title {
            font-size: 24px;
            padding: 10px 20px 20px 20px; } }
    .block-partners .container .blue-card .btn {
      cursor: pointer;
      border-radius: 0 0 10px 10px;
      justify-content: center;
      align-items: center;
      height: 100px;
      text-decoration: none;
      display: flex;
      position: relative;
      padding: 0 30px; }
      @media only screen and (max-width: 1350px) {
        .block-partners .container .blue-card .btn {
          padding: 0 20px; } }
      .block-partners .container .blue-card .btn .chevron {
        position: relative;
        left: 0;
        transition: all 300ms ease-in-out; }
    .block-partners .container .blue-card .btn__text {
      color: #efede3;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      gap: 20px;
      position: relative;
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
      .block-partners .container .blue-card .btn__text .text {
        display: flex;
        flex-direction: column; }
        .block-partners .container .blue-card .btn__text .text strong {
          font-family: "GeneralSans-semibold";
          font-weight: 600;
          font-style: normal; }
    .block-partners .container .blue-card .btn-text-p {
      color: currentColor;
      white-space: nowrap;
      margin-bottom: 0;
      padding-bottom: .05em;
      font-family: PP Neue Montreal, Arial, sans-serif;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.2; }
    .block-partners .container .blue-card .btn__bg {
      background-color: #B82E6C;
      border-radius: 0 10px 0 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .block-partners .container .blue-card .btn__circle-wrap {
      border-radius: 0 10px 10px 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
    .block-partners .container .blue-card .btn__circle {
      pointer-events: none;
      background-color: #cc3378;
      border-radius: 50%;
      width: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
      transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }
    .block-partners .container .blue-card .before__100 {
      padding-top: 100%;
      display: block; }
    .block-partners .container .blue-card .btn .btn__text {
      transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
    .block-partners .container .blue-card .btn:hover .btn__circle {
      transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }

.block-service .container {
  display: flex;
  flex-direction: row;
  gap: 80px;
  width: 100%; }
  @media only screen and (max-width: 900px) {
    .block-service .container {
      flex-direction: column;
      gap: 30px; } }
  .block-service .container .column-gallery {
    min-width: 500px;
    flex: 1; }
    @media only screen and (max-width: 1200px) {
      .block-service .container .column-gallery {
        min-width: 400px; } }
    @media only screen and (max-width: 900px) {
      .block-service .container .column-gallery {
        min-width: 100% !important; } }
    .block-service .container .column-gallery .sticky-gallery {
      position: sticky;
      top: 150px; }
      .block-service .container .column-gallery .sticky-gallery .gallery-wrapper {
        width: 100%;
        max-width: 800px;
        margin: auto; }
      .block-service .container .column-gallery .sticky-gallery .main-carousel {
        width: 100%;
        margin-bottom: 10px; }
      .block-service .container .column-gallery .sticky-gallery .carousel-cell {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        outline: none !important; }
        @media only screen and (max-width: 900px) {
          .block-service .container .column-gallery .sticky-gallery .carousel-cell {
            height: 250px !important; } }
      .block-service .container .column-gallery .sticky-gallery .carousel-cell img {
        width: 100%;
        height: auto;
        object-fit: cover; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-carousel-wrapper {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-carousel-wrapper::-webkit-scrollbar {
        display: none; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-carousel {
        display: flex;
        gap: 10px;
        padding: 5px 0; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-cell {
        width: 120px;
        height: 120px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
        flex-shrink: 0; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-cell.is-selected {
        border-color: #0073e6; }
      .block-service .container .column-gallery .sticky-gallery .custom-arrows {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between; }
      .block-service .container .column-gallery .sticky-gallery .gallery-wrapper {
        width: 100%;
        max-width: 800px;
        margin: auto;
        overflow: hidden;
        border-radius: 15px; }
      .block-service .container .column-gallery .sticky-gallery .main-carousel {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        border-radius: 15px; }
      .block-service .container .column-gallery .sticky-gallery .carousel-cell {
        width: 100%;
        height: 400px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 15px;
        object-fit: cover; }
      .block-service .container .column-gallery .sticky-gallery .carousel-cell img {
        width: 100%;
        height: auto;
        object-fit: cover; }
      .block-service .container .column-gallery .sticky-gallery .custom-prev, .block-service .container .column-gallery .sticky-gallery .custom-next {
        cursor: pointer;
        z-index: 10;
        display: flex;
        flex-direction: row;
        justify-content: center; }
      .block-service .container .column-gallery .sticky-gallery .custom-prev {
        z-index: 10;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background: #1A4372;
        transition: all 300ms;
        border-radius: 10px 0 10px 0; }
        .block-service .container .column-gallery .sticky-gallery .custom-prev:hover {
          background: #15375d; }
      .block-service .container .column-gallery .sticky-gallery .custom-next {
        z-index: 10;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        bottom: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #B82E6C;
        transition: all 300ms;
        border-radius: 0 10px 0 10px; }
        .block-service .container .column-gallery .sticky-gallery .custom-next:hover {
          background: #a42960; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-carousel-wrapper {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        z-index: 12; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-carousel-wrapper::-webkit-scrollbar {
        display: none; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-carousel {
        display: flex;
        gap: 10px;
        padding: 5px 0; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-cell {
        width: 100px;
        height: 100px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
        flex-shrink: 0;
        border-radius: 10px;
        opacity: 0.6; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px; }
      .block-service .container .column-gallery .sticky-gallery .thumbnail-cell.is-selected {
        border-color: #B82E6C;
        opacity: 1; }
  .block-service .container .column-content h1, .block-service .container .column-content h2, .block-service .container .column-content h3, .block-service .container .column-content h4, .block-service .container .column-content h5, .block-service .container .column-content h6 {
    margin: 30px 0 10px 0;
    padding: 0;
    font-family: "GeneralSans-semibold";
    font-weight: 600;
    font-style: normal;
    color: #B82E6C; }
  .block-service .container .column-content p {
    margin: 0;
    padding: 0; }
  .block-service .container .custom-form {
    margin-top: 80px;
    background: #1A4372;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .block-service .container .custom-form {
        padding: 30px;
        margin-top: 50px; } }
    .block-service .container .custom-form label {
      color: white;
      font-family: "GeneralSans-medium";
      font-weight: 500;
      font-style: normal;
      display: flex;
      margin-top: 20px;
      margin-bottom: 15px; }
    .block-service .container .custom-form .gfield_required .gfield_required_text {
      color: white;
      font-family: "GeneralSans-light";
      font-weight: 300;
      font-style: normal;
      position: relative;
      top: 2px;
      margin-left: 5px; }
    .block-service .container .custom-form textarea {
      width: 100%;
      border-radius: 10px;
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 20px;
      font-size: 16px;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      background: #163961;
      color: white;
      resize: none;
      min-height: 100px; }
      .block-service .container .custom-form textarea::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
    .block-service .container .custom-form input[type="text"], .block-service .container .custom-form input[type="email"] {
      height: 70px;
      width: 100%;
      border-radius: 100px;
      outline: none;
      border: none;
      box-sizing: border-box;
      padding: 0 20px;
      background: #163961;
      color: white;
      font-family: "GeneralSans-regular";
      font-weight: 400;
      font-style: normal;
      font-size: 16px; }
      .block-service .container .custom-form input[type="text"]::placeholder, .block-service .container .custom-form input[type="email"]::placeholder {
        font-family: "GeneralSans-regular";
        font-weight: 400;
        font-style: normal;
        opacity: 0.5;
        color: white; }
      @media only screen and (max-width: 1024px) {
        .block-service .container .custom-form input[type="text"], .block-service .container .custom-form input[type="email"] {
          height: 60px; } }
    .block-service .container .custom-form button[type="submit"] {
      background: none;
      border: none !important;
      font-size: 16px;
      text-align: left;
      margin-left: -50px;
      margin-bottom: -66px;
      margin-top: 50px; }
      @media only screen and (max-width: 1024px) {
        .block-service .container .custom-form button[type="submit"] {
          margin-left: -30px;
          margin-bottom: -46px; } }
    .block-service .container .custom-form .gfield_validation_message {
      margin-top: 15px; }
    .block-service .container .custom-form .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .block-service .container .custom-form .gform_wrapper.gravity-theme .gfield_error label, .block-service .container .custom-form .gform_wrapper.gravity-theme .gfield_error legend, .block-service .container .custom-form .gform_wrapper.gravity-theme .gfield_validation_message, .block-service .container .custom-form .gform_wrapper.gravity-theme .validation_message, .block-service .container .custom-form .gform_wrapper.gravity-theme [aria-invalid=true] + label, .block-service .container .custom-form .gform_wrapper.gravity-theme label + [aria-invalid=true] {
      color: orange !important; }
    .block-service .container .custom-form .gfield_error input {
      border: 1px solid orange !important; }
    .block-service .container .custom-form .validation_message {
      border: none;
      background: none;
      color: orange !important;
      border-radius: 10px;
      padding: 0; }

.block-service .btn {
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 0 30px; }
  @media only screen and (max-width: 1350px) {
    .block-service .btn {
      padding: 0 20px; } }
  .block-service .btn .chevron {
    position: relative;
    left: 0;
    transition: all 300ms ease-in-out; }

.block-service .btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
  position: relative;
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }
  .block-service .btn__text .text {
    display: flex;
    flex-direction: column; }
    .block-service .btn__text .text strong {
      font-family: "GeneralSans-semibold";
      font-weight: 600;
      font-style: normal; }

.block-service .btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2; }

.block-service .btn__bg {
  background-color: #B82E6C;
  border-radius: 0 10px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.block-service .btn__circle-wrap {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.block-service .btn__circle {
  pointer-events: none;
  background-color: #cc3378;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg); }

.block-service .before__100 {
  padding-top: 100%;
  display: block; }

.block-service .btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1); }

.block-service .btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg); }
