* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "area-variable", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #434343;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  color: #434343;
}

h1 {
  color: #FFF;
  font-size: clamp(44px, 6.5vw + 1rem, 75px);
  position: relative;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
}

h2 {
  font-size: clamp(30px, 3.2vw + 1rem, 45px);
  line-height: normal;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  color: #1D312E;
  margin: 0 0 1.25rem;
}
h2:last-child {
  margin: 0;
}

h3 {
  font-size: clamp(28px, 2.8vw + 1rem,30px);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
}

h4 {
  font-size: clamp(24px, 2.4vw + 1rem, 28px);
}

h5 {
  font-size: clamp(14px, 1.4vw + 1rem, 18px);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
}

p {
  color: #02181B;
  font-size: 1.125rem;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  margin-block-end: 25px;
}
@media (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}
p:only-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  p br {
    display: none;
  }
}

small {
  font-size: 0.875rem;
  color: #AFFA7A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

strong {
  font-weight: 700;
}

a {
  color: #AFFA7A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-bottom: 1em;
  padding-left: 1.2em;
}

li {
  margin-bottom: 0.5em;
}

.text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-small {
  font-size: 1.25rem;
}

.text-large {
  font-size: 2rem;
}

.clr-highlightgreen h2, .clr-highlightgreen h3 {
  color: #AFFA7A;
}

.clr-lightgreen h2, .clr-lightgreen h3 {
  color: #08827D;
}

.clr-midgreen p, .clr-midgreen h2, .clr-midgreen h3 {
  color: #2F524E;
}

body {
  font-family: "area-variable", sans-serif;
  color: #434343;
  background: #FFF;
}
body.bg-lightgreen {
  background: #EBFFF5;
}

body.killscroll {
  overflow: hidden;
}

.site-wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
}
.container.full {
  max-width: 100%;
  width: 100%;
}
.container.wide {
  max-width: 1320px;
  width: 100%;
}
@media (max-width: 1320px) {
  .container.wide {
    padding: 0 25px;
  }
}
.container.standard {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1320px) {
  .container.standard {
    padding: 0 25px;
  }
}
.container.short {
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container.short {
    padding: 0 25px;
  }
}

body.page-template-page-holding header {
  display: none;
}

header {
  padding: 25px 0;
  position: relative;
  z-index: 10;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo {
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  header .container .logo {
    width: 115px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  header .container .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
header .container .header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  header .container .header-right {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  header .container .header-right .main-navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -100%;
    background: #FFF;
    z-index: 2;
    padding: 110px 20px 0 20px;
    transition: all 0.25s ease;
  }
}
header .container .header-right .main-navigation.slidein {
  left: 0;
}
header .container .header-right .main-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 992px) {
  header .container .header-right .main-navigation ul {
    flex-direction: column;
    gap: 0;
  }
}
header .container .header-right .main-navigation ul li {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  header .container .header-right .main-navigation ul li {
    border-bottom: 1px solid #707070;
  }
}
header .container .header-right .main-navigation ul li a {
  color: #707070;
  font-size: 1rem;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  text-decoration: none;
  display: block;
  transition: all 0.25s ease;
}
header .container .header-right .main-navigation ul li a:hover {
  color: #08827D;
}
@media (max-width: 1200px) {
  header .container .header-right .main-navigation ul li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  header .container .header-right .main-navigation ul li a {
    padding: 10px 0;
  }
}
header .container .header-right .main-navigation ul li.current-menu-item a {
  color: #08827D;
}
header .container .header-right .header-button {
  display: inline-block;
  position: relative;
  z-index: 4;
}
@media (max-width: 992px) {
  header .container .header-right .header-button {
    margin: 0 50px 0 0;
  }
}
header .container .header-right .header-button a {
  display: block;
  color: #FFF;
  font-size: 1rem;
  background: #08827D;
  border: 1px solid #08827D;
  text-decoration: none;
  height: 50px;
  line-height: 44px;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  padding: 0px 20px;
  border-radius: 999em;
  transition: all 0.25s ease;
}
@media (max-width: 1200px) {
  header .container .header-right .header-button a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header .container .header-right .header-button a {
    font-size: 0.875rem;
    height: 30px;
    line-height: 26px;
  }
}
header .container .header-right .header-button a:hover {
  background: transparent;
  color: #08827D;
}
header .container .menu-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: none;
  height: 19px;
  width: 30px;
  padding: 0;
  z-index: 4;
}
@media (max-width: 992px) {
  header .container .menu-toggle {
    display: block;
  }
}

.menu-underlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  display: none;
}

body.page-template-page-holding footer {
  display: none;
}

footer {
  background: #1D312E;
  padding: 50px 0;
}
footer .footer-top {
  display: grid;
  grid-template-columns: 20vw 1fr;
  margin: 0 0 25px;
}
@media (max-width: 992px) {
  footer .footer-top {
    grid-template-columns: 1fr;
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 600px) {
  footer .footer-top {
    grid-template-columns: 1fr;
  }
}
footer .footer-top__left {
  display: flex;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  footer .footer-top__left .footer-logo {
    width: 115px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  footer .footer-top__left .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
footer .footer-top__right {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  footer .footer-top__right {
    flex-direction: column;
    transform: translateY(-5px);
  }
}
footer .footer-top__right .footer-navs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 768px) {
  footer .footer-top__right .footer-navs {
    gap: 25px;
  }
}
footer .footer-top__right .footer-navs .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-top__right .footer-navs .footer-nav ul li {
  margin: 0 0 10px;
}
footer .footer-top__right .footer-navs .footer-nav ul li:last-of-type {
  margin: 0;
}
footer .footer-top__right .footer-navs .footer-nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(14px, 1.4vw + 0.5rem, 18px);
  text-decoration: none;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  transition: all 0.25s ease;
}
footer .footer-top__right .footer-navs .footer-nav ul li a:hover {
  color: #AFFA7A;
}
footer .footer-top__right .footer-socials p {
  color: #FFF;
  margin: 0 0 10px;
}
footer .footer-top__right .footer-socials ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-top__right .footer-socials ul li {
  width: 40px;
  height: 40px;
  background: #AFFA7A;
  border: 2px solid #AFFA7A;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s ease;
}
footer .footer-top__right .footer-socials ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 6px;
}
footer .footer-top__right .footer-socials ul li a svg {
  fill: #1D312E;
  width: 100%;
  height: 100%;
}
footer .footer-top__right .footer-socials ul li:hover {
  background: transparent;
}
footer .footer-top__right .footer-socials ul li:hover a svg {
  fill: #AFFA7A;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 992px) {
  footer .footer-bottom {
    align-items: center;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 0;
  }
}
@media (max-width: 600px) {
  footer .footer-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  footer .footer-bottom__left {
    order: 2;
  }
}
footer .footer-bottom__left p {
  color: #FFF;
}
@media (max-width: 992px) {
  footer .footer-bottom__right {
    order: 1;
  }
}
footer .footer-bottom__right img {
  display: block;
}
@media (max-width: 768px) {
  footer .footer-bottom__right img {
    width: 100px;
  }
}

.module-button-list {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .module-button-list {
    padding: 25px 0;
  }
}
.module-button-list.bg-darkgreen {
  background: #1D312E;
}
.module-button-list.bg-midgreen {
  background: #2F524E;
}
.module-button-list .buttons {
  justify-content: center !important;
  align-items: center !important;
}

.module-cta-panel {
  margin: 0 0 100px;
  padding: 100px 0;
  background: url("../images/cta-panel-background.png") center center no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
}
@media (max-width: 992px) {
  .module-cta-panel {
    padding: 50px 0;
    margin: 0 0 50px;
    background: #2F524E;
  }
}
.module-cta-panel h2 {
  color: #AFFA7A;
  margin: 0 0 25px;
  font-size: clamp(30px, 3.2vw + 1rem, 45px);
}
.module-cta-panel h5 {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  margin: 0 0 50px;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .module-cta-panel h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .module-cta-panel h5 br {
    display: none;
  }
}
.module-cta-panel p {
  color: #FFF;
}
.module-cta-panel .buttons {
  justify-content: center !important;
}

.module-contact-form {
  margin: 0 0 100px;
}
@media (max-width: 992px) {
  .module-contact-form {
    margin: 0 0 50px;
  }
}
.module-contact-form .contact-from-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 992px) {
  .module-contact-form .contact-from-wrapper {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 50px;
  }
}
.module-contact-form .contact-from-wrapper .contact-form-left h2 {
  color: #08827D;
  margin: 0 0 50px;
}
.module-contact-form .contact-from-wrapper .contact-form-left .contact-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 0 0 50px;
}
.module-contact-form .contact-from-wrapper .contact-form-left .contact-blocks .contact-block h3 {
  color: #2F524E;
  margin: 0 0 15px;
}
.module-contact-form .contact-from-wrapper .contact-form-left .contact-blocks .contact-block p a {
  color: inherit;
  text-decoration: none;
}
.module-contact-form .contact-from-wrapper .contact-form-left .contact-blocks .contact-block p a:hover {
  color: #08827D;
}
.module-contact-form .contact-from-wrapper .contact-form-left .social-network h3 {
  color: #2F524E;
  margin: 0 0 15px;
}
.module-contact-form .contact-from-wrapper .contact-form-left .social-network ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
}
.module-contact-form .contact-from-wrapper .contact-form-left .social-network ul li {
  width: 44px;
  height: 44px;
}
.module-contact-form .contact-from-wrapper .contact-form-left .social-network ul li a {
  background: #2F524E;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  padding: 5px;
  transition: all 0.25s ease;
}
.module-contact-form .contact-from-wrapper .contact-form-left .social-network ul li a svg {
  fill: #FFFFFF;
}
.module-contact-form .contact-from-wrapper .contact-form-left .social-network ul li a:hover {
  background: #08827D;
}
.module-contact-form .contact-from-wrapper .contact-form-right {
  background: #EBFFF5;
  border-radius: 46px;
  padding: 50px;
}
.module-contact-form .contact-from-wrapper .contact-form-right h3 {
  color: #000;
  margin: 0 0 50px;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_form_field {
  margin: 0 0 20px;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_form_field .frm_error {
  background: #b30002;
  color: #FFF;
  padding: 5px 10px;
  font-size: 1rem;
  margin: 10px 0 0 0;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_form_field input, .module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_form_field textarea {
  border: none;
  padding: 10px 0;
  font-size: 1.125rem;
  color: #000;
  border-bottom: 2px solid #000;
  display: block;
  width: 100%;
  background: transparent;
  outline: none;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  resize: none;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_form_field input:focus, .module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_form_field textarea:focus {
  border-bottom: 2px solid #08827D;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_submit button {
  background: #08827D url("../images/submit-icon.svg") 20px 50% no-repeat;
  background-size: 24px;
  border-radius: 999em;
  border: none;
  padding: 10px 25px 10px 60px;
  color: #EBFFF5;
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  transition: all 0.25s ease;
}
.module-contact-form .contact-from-wrapper .contact-form-right #form_contact-form fieldset .frm_submit button:hover {
  background: #2F524E url("../images/submit-icon.svg") 20px 50% no-repeat;
  background-size: 24px;
}

.checkout-header {
  background: #2F524E;
  padding: 50px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .checkout-header {
    padding: 25px;
  }
}
.checkout-header__top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .checkout-header__top {
    flex-direction: column;
  }
}
.checkout-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .checkout-header__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.checkout-header__bottom .package-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .checkout-header__bottom .package-type {
    align-items: flex-start;
  }
}
.checkout-header__bottom .package-type__icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  display: grid;
  place-content: center;
  background: #AFFA7A;
}
@media (max-width: 768px) {
  .checkout-header__bottom .package-type__icon {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 12px;
  }
  .checkout-header__bottom .package-type__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.checkout-header__bottom .package-type__content h3 {
  font-size: 2.5rem;
  line-height: normal;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
}
@media (max-width: 768px) {
  .checkout-header__bottom .package-type__content h3 {
    font-size: 1.5rem;
  }
}
.checkout-header__bottom .package-type__content span {
  color: #FFF;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1.125rem;
  line-height: normal;
}
.checkout-header__bottom .price {
  text-align: right;
}
@media (max-width: 768px) {
  .checkout-header__bottom .price {
    text-align: left;
    margin: 0 0 0 75px;
  }
}
.checkout-header__bottom .price__value {
  color: #FFF;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 2.5rem;
  line-height: normal;
}
@media (max-width: 768px) {
  .checkout-header__bottom .price__value {
    font-size: 1.5rem;
  }
}
.checkout-header__bottom .price__label {
  color: #FFF;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1.125rem;
  line-height: normal;
}

.frm_stripe_link_form {
  padding: 50px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .frm_stripe_link_form {
    padding: 25px 0;
  }
}
.frm_stripe_link_form fieldset {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
}
.frm_stripe_link_form fieldset h3 {
  color: #2F524E;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  margin: 0 0 25px;
}
.frm_stripe_link_form fieldset .frm_form_field label {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.frm_stripe_link_form fieldset #field_u6j3x_label, .frm_stripe_link_form fieldset #frm_field_16_container,
.frm_stripe_link_form fieldset #field_u6j3x2_label, .frm_stripe_link_form fieldset #frm_field_26_container,
.frm_stripe_link_form fieldset #field_u6j3x3_label, .frm_stripe_link_form fieldset #frm_field_34_container {
  display: none;
}
.frm_stripe_link_form fieldset .frm_submit .frm_button_submit {
  background: #AFFA7A url("../images/button-arrow-white.svg") 20px 50% no-repeat;
  background-size: 24px;
  border-radius: 999em;
  border: none;
  padding: 10px 25px 10px 60px;
  color: #EBFFF5;
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  transition: all 0.25s ease;
}
.frm_stripe_link_form fieldset .frm_submit .frm_button_submit:hover {
  background: #2F524E url("../images/button-arrow-white.svg") 20px 50% no-repeat;
  background-size: 24px;
}

.module-contact-panel {
  margin: 0 0 100px;
}
@media (max-width: 992px) {
  .module-contact-panel {
    margin: 0 0 50px;
  }
}
.module-contact-panel .contact-panel-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 992px) {
  .module-contact-panel .contact-panel-wrapper {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 50px;
  }
}
.module-contact-panel .contact-panel-wrapper .contact-panel-left img {
  width: 100%;
  height: auto;
}
.module-contact-panel .contact-panel-wrapper .contact-panel-right p {
  font-size: clamp(14px, 1.4vw + 0.5rem, 18px);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
}
@media (max-width: 992px) {
  .module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    grid-row-gap: 0px;
  }
}
.module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block {
  margin: 25px 0 0 0;
}
@media (max-width: 992px) {
  .module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block {
    margin: 15px 0 0 0;
  }
}
.module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block h4 {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: clamp(14px, 1.4vw + 0.5rem, 24px);
  color: #08827D;
}
@media (max-width: 992px) {
  .module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block p {
    color: #08827D;
  }
}
@media (max-width: 992px) {
  .module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block p br {
    display: block;
  }
}
.module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block p a {
  color: #02181B;
}
@media (max-width: 992px) {
  .module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block p a {
    color: #08827D;
  }
}
.module-contact-panel .contact-panel-wrapper .contact-panel-right .contact-blocks .contact-block:last-of-type {
  grid-column: 1/-1;
}

.module-faqs {
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .module-faqs {
    padding: 0 0 50px;
  }
}
.module-faqs .module-faqs-wrapper {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 100px;
}
@media (max-width: 992px) {
  .module-faqs .module-faqs-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .module-faqs .module-faqs-wrapper .faqs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.module-faqs .module-faqs-wrapper .faqs-content h2 {
  color: #08827D;
}
@media (max-width: 992px) {
  .module-faqs .module-faqs-wrapper .faqs-content h2 {
    text-align: center;
  }
}

.hero {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 0 50px;
  padding: 0;
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    display: block;
    background: url("../images/holding-bgrnd.png") center center no-repeat;
    background-size: cover;
    margin: 0 0 25px;
  }
}
.hero__logo {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 50px;
}
@media (max-width: 768px) {
  .hero__logo {
    width: 60px;
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 768px) {
  .hero__logo img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  padding: 50px;
}
@media (max-width: 600px) {
  .hero__content {
    padding: 75px 25px 25px 25px;
  }
}
.hero__content h1 {
  color: #AFFA7A;
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .hero__content h1 {
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .hero__content h1 br {
    display: none;
  }
}
.hero__content h5 {
  color: #FFFFFF;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 800, "wdth" 100, "slnt" 0;
  line-height: 1.45;
  margin: 0 0 50px 0;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .hero__content h5 {
    font-size: 0.875rem;
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .hero__content h5 br {
    display: none;
  }
}
.hero__content .home-hero__buttons .buttons {
  justify-content: flex-start !important;
}
@media (max-width: 600px) {
  .hero__content .home-hero__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__video {
    display: none;
  }
}
.hero__image {
  position: absolute;
  z-index: 1;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}
.hero.hero-c .hero__logo {
  display: none;
}

.hero-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 125px;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .hero-b {
    gap: 75px;
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .hero-b {
    grid-template-columns: 1fr;
  }
}
.hero-b.align-center {
  align-items: center;
}
.hero-b__content .buttons {
  justify-content: flex-start !important;
}
.hero-b__image img {
  width: 100%;
  display: block;
}

body.bg-lightgreen .hero-b h1,
body.bg-white .hero-b h1 {
  color: #08827D;
  margin: 0 0 50px;
}

.module-info-panels-wrapper {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 992px) {
  .module-info-panels-wrapper {
    padding: 25px 0;
    grid-template-columns: 1fr;
  }
}
.module-info-panels-wrapper.bg-darkgreen {
  background: #1D312E;
}
.module-info-panels-wrapper.bg-midgreen {
  background: #2F524E;
}
.module-info-panels-wrapper.has-split-bgrnd:before {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.module-info-panels-wrapper .buttons {
  justify-content: flex-start;
}

.module-info-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 992px) {
  .module-info-panels {
    grid-template-columns: 1fr;
  }
}
.module-info-panels.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .module-info-panels.grid-4 {
    grid-template-columns: 1fr;
  }
}
.module-info-panels .info-panel {
  background: #AFFA7A;
  padding: 30px;
  border-radius: 40px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 25px;
}
@media (max-width: 992px) {
  .module-info-panels .info-panel {
    padding: 25px;
    grid-template-rows: auto;
    grid-row: span 1;
  }
}
.module-info-panels .info-panel__icon {
  width: 100px;
  height: 100px;
}
@media (max-width: 992px) {
  .module-info-panels .info-panel__icon {
    width: 75px;
    height: 75px;
  }
}
.module-info-panels .info-panel__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.module-info-panels .info-panel__number {
  font-size: clamp(44px, 6.5vw + 1rem, 75px);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  line-height: normal;
}
.module-info-panels .info-panel__title h2 {
  color: #000;
  margin: 0;
  font-size: clamp(30px, 3.2vw + 1rem, 32px);
  line-height: normal;
}
.module-info-panels .info-panel__content p:last-child {
  margin: 0;
}
.module-info-panels .info-panel__cta .button {
  display: inline-block;
}
.module-info-panels .info-panel__cta .button a {
  display: block;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  color: #AFFA7A;
  background: #1D312E;
  border-radius: 999em;
  padding: 10px 20px 12px 60px;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23AFFA7A'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23AFFA7A'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid #1D312E;
}
.module-info-panels .info-panel__cta .button a:hover {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%231D312E'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%231D312E'/%3E%3C/svg%3E%0A");
  color: #1D312E;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .module-info-panels .info-panel__cta .button a {
    font-size: 0.875rem;
  }
}
.module-info-panels .info-panel:not(:has(.info-panel__cta)) {
  grid-row: span 3;
}
.module-info-panels .info-panel.clr-midgreen .info-panel__number, .module-info-panels .info-panel.clr-midgreen h2, .module-info-panels .info-panel.clr-midgreen p {
  color: #2F524E;
}
.module-info-panels .info-panel.clr-lightgreen-white h2 {
  color: #AFFA7A;
}
.module-info-panels .info-panel.clr-lightgreen-white p {
  color: #FFF;
}
.module-info-panels .info-panel.bg-midgreen {
  background: #2F524E;
}
.module-info-panels .info-panel.is-centered {
  justify-items: center;
  text-align: center;
}

body.page-id-30 .module-info-panels .info-panel h2,
body.page-id-30 .module-info-panels .info-panel p {
  color: #2F524E;
}

.module-one-column-content {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .module-one-column-content {
    padding: 25px 0;
  }
}
.module-one-column-content.bg-darkgreen {
  background: #1D312E;
}
.module-one-column-content.bg-darkgreen h2, .module-one-column-content.bg-darkgreen p {
  color: #FFFFFF;
}
.module-one-column-content.bg-midgreen {
  background: #2F524E;
}
.module-one-column-content.bg-midgreen h2 {
  color: #AFFA7A;
}
.module-one-column-content.bg-midgreen p {
  color: #FFFFFF;
}
.module-one-column-content.bg-white {
  background: #FFFFFF;
}
.module-one-column-content p:last-child {
  margin-block-end: 0px;
}

.module-plans {
  padding: 0 0 100px;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .module-plans {
    padding: 0 0 50px;
    margin: 0 0 25px;
  }
}
.module-plans.bg-darkgreen {
  background: #1D312E;
}
.module-plans.has-split-bgrnd:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.module-plans .plans-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper {
    grid-template-columns: 1fr;
  }
}
.module-plans .plans-wrapper .plan-card {
  background: #AFFA7A;
  padding: 100px 25px 25px 25px;
  border-radius: 40px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  position: relative;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card {
    transition: none 0.25s ease;
    padding: 25px 25px 25px 25px;
    grid-template-rows: auto;
    grid-row: span 1;
  }
}
.module-plans .plans-wrapper .plan-card__recommended {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  align-items: center;
  gap: 15px;
  color: #02181B;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card__recommended {
    font-size: 0.875rem;
  }
}
.module-plans .plans-wrapper .plan-card__title {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  color: #000;
  font-size: 45px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card__title {
    font-size: 1.5rem;
  }
}
.module-plans .plans-wrapper .plan-card__price {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 50px;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card__price {
    margin: 0 0 25px;
    font-size: 1.25rem;
  }
}
.module-plans .plans-wrapper .plan-card__description {
  margin: 0 0 25px;
}
.module-plans .plans-wrapper .plan-card__includes {
  margin: 0 0 25px;
}
.module-plans .plans-wrapper .plan-card__includes p {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  margin: 0 0 25px;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card__includes p {
    margin: 0 0 15px;
  }
}
.module-plans .plans-wrapper .plan-card__includes ul {
  margin: 0;
}
.module-plans .plans-wrapper .plan-card__includes ul li {
  font-size: 1.125rem;
  color: #02181B;
  margin: 0;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card__includes ul li {
    font-size: 0.875rem;
  }
}
.module-plans .plans-wrapper .plan-card.bg-light {
  background: #EBFFF5;
}
.module-plans .plans-wrapper .plan-card.bg-lightgreen {
  background: #AFFA7A;
}
.module-plans .plans-wrapper .plan-card.bg-green {
  background: #08827D;
}
.module-plans .plans-wrapper .plan-card.bg-green .plan-card__title, .module-plans .plans-wrapper .plan-card.bg-green .plan-card__price {
  color: #FFF;
}
.module-plans .plans-wrapper .plan-card.bg-green p, .module-plans .plans-wrapper .plan-card.bg-green li {
  color: #FFF;
}
.module-plans .plans-wrapper .plan-card.bg-midgreen {
  background: #2F524E;
}
.module-plans .plans-wrapper .plan-card.bg-midgreen .plan-card__title, .module-plans .plans-wrapper .plan-card.bg-midgreen .plan-card__price {
  color: #EBFFF5;
}
.module-plans .plans-wrapper .plan-card.bg-midgreen p, .module-plans .plans-wrapper .plan-card.bg-midgreen li {
  color: #EBFFF5;
}
.module-plans .plans-wrapper .plan-card.bg-darkgreen {
  background: #1D312E;
}
.module-plans .plans-wrapper .plan-card.bg-darkgreen .plan-card__title, .module-plans .plans-wrapper .plan-card.bg-darkgreen .plan-card__price {
  color: #EBFFF5;
}
.module-plans .plans-wrapper .plan-card.bg-darkgreen p, .module-plans .plans-wrapper .plan-card.bg-darkgreen li {
  color: #EBFFF5;
}
@media (max-width: 992px) {
  .module-plans .plans-wrapper .plan-card:has(.plan-card__recommended) {
    padding: 100px 25px 25px 25px;
  }
}

.module-questionnaire {
  padding: 0 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .module-questionnaire {
    padding: 0 0 50px;
  }
}
.module-questionnaire.bg-darkgreen {
  background: #1D312E;
}
.module-questionnaire .questionnaire-wrapper {
  height: 100%;
  position: relative;
  display: grid;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper {
    align-items: flex-start;
    height: auto;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel {
  height: 600px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 100px;
  grid-area: 1/1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel {
    height: auto;
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: flex-start;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__left {
  background: #2F524E;
  border-radius: 46px;
  padding: 50px 25px;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__left {
    border-radius: 24px;
    padding: 25px;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__left .question-number {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: normal;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__left h2 {
  color: #AFFA7A;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__left p {
  color: #FFFFFF;
  margin: 0 0 25px;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right {
  position: relative;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .get-started-text {
  position: absolute;
  top: 200px;
  left: 0;
  font-size: clamp(30px, 3.2vw + 1rem, 45px);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  color: #2F524E;
  line-height: normal;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .get-started-text {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0 0 25px;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right img {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .progress-bar-wrapper {
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .progress-bar-wrapper {
    padding: 0;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .progress-bar-wrapper .progress-bar-message {
  color: #2F524E;
  font-size: 20px;
  line-height: normal;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  margin: 0 0 10px;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .progress-bar-wrapper .progress-bar {
  width: 100%;
  border-radius: 999em;
  background: #AFFA7A;
  height: 15px;
  margin: 0 0 25px;
  position: relative;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .progress-bar-wrapper .progress-bar:before {
  content: "";
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2F524E;
  width: var(--progress, 0%);
  transition: width 0.8s ease;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel {
  padding: 0px;
  margin: 0;
  border: none;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel legend {
  font-size: clamp(30px, 3.2vw + 1rem, 45px);
  line-height: 1.2;
  color: #2F524E;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel legend br {
    display: none;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options {
  display: flex;
  gap: 10px;
  margin: 0 0 50px;
  flex-wrap: wrap;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option {
  width: 180px;
  height: 180px;
  border-radius: 40px;
  background: #AFFA7A;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option {
    width: 140px;
    height: 140px;
    border-radius: 24px;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option input[type=radio] {
    border-radius: 24px;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option input[type=radio]:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 80px;
  height: 93px;
  transform: translate(-50%, -50%);
  background: url("../images/icon-yes.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option input[type=radio]:before {
    width: 60px;
    height: 70px;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option input[type=radio]:checked {
  background: #2F524E;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option input[type=radio]:checked + span {
  color: #AFFA7A;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #2F524E;
  font-size: 20px;
  line-height: normal;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
}
@media (max-width: 768px) {
  .module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option span {
    font-size: 16px;
  }
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option.yes input[type=radio]:before {
  background: url("../images/icon-yes.svg") no-repeat;
  background-size: contain;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option.yes input[type=radio]:checked:before {
  background: url("../images/icon-yes-checked.svg") no-repeat;
  background-size: contain;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option.no input[type=radio]:before {
  background: url("../images/icon-no.svg") no-repeat;
  background-size: contain;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option.no input[type=radio]:checked:before {
  background: url("../images/icon-no-checked.svg") no-repeat;
  background-size: contain;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option.maybe input[type=radio]:before {
  background: url("../images/icon-maybe.svg") no-repeat;
  background-size: contain;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-panel .q-options label.q-option.maybe input[type=radio]:checked:before {
  background: url("../images/icon-maybe-checked.svg") no-repeat;
  background-size: contain;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right h2 {
  color: #2F524E;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .buttons {
  margin: 30px 0 0 0;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-prev {
  padding: 10px 20px 12px 60px;
  border-radius: 999em;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  background: #2F524E;
  border: 2px solid #2F524E;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.6 30.6'%3E%3Cpath fill='%23AFFA7A' d='M15.3 30.5c8.4 0 15.3-6.9 15.3-15.3S23.7 0 15.3 0 0 6.9 0 15.3s6.8 15.3 15.3 15.3zm0-28.4c7.2 0 13.1 5.9 13.1 13.2 0 7.2-5.9 13.1-13.1 13.1S2.2 22.5 2.2 15.3C2.2 8.1 8.1 2.2 15.3 2.2z'/%3E%3Cpolygon fill='%23AFFA7A' points='16 20.3 11.8 16.4 23 16.4 23 14.1 11.8 14.1 16 10.2 14.5 8.5 7.3 15.3 14.5 21.9 16 20.3'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  cursor: pointer;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-prev:hover {
  color: #2F524E;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.6 30.6'%3E%3Cpath fill='%232F524E' d='M15.3 30.5c8.4 0 15.3-6.9 15.3-15.3S23.7 0 15.3 0 0 6.9 0 15.3s6.8 15.3 15.3 15.3zm0-28.4c7.2 0 13.1 5.9 13.1 13.2 0 7.2-5.9 13.1-13.1 13.1S2.2 22.5 2.2 15.3C2.2 8.1 8.1 2.2 15.3 2.2z'/%3E%3Cpolygon fill='%232F524E' points='16 20.3 11.8 16.4 23 16.4 23 14.1 11.8 14.1 16 10.2 14.5 8.5 7.3 15.3 14.5 21.9 16 20.3'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-next {
  padding: 10px 60px 12px 20px;
  border-radius: 999em;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  background: #2F524E;
  border: 2px solid #2F524E;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23AFFA7A'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23AFFA7A'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  cursor: pointer;
}
.module-questionnaire .questionnaire-wrapper .questionnaire-panel__right .q-next:disabled {
  cursor: default;
  opacity: 0.6;
}
.nomar {
  margin: 0;
}

.nomar-bottom {
  margin: 0;
}

.nomar-top {
  margin: 0 0 50px;
}

.nopad {
  padding: 0;
}

.nopad-top {
  padding: 0 0 50px 0 !important;
}

.nopad-bottom {
  padding: 50px 0 0 0;
}

.module-success {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .module-success {
    padding: 0 0 25px;
  }
}
.module-success .success-wrapper {
  background: #2F524E;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 500px;
  border-radius: 40px;
  align-items: center;
}
.module-success .success-wrapper__content {
  padding: 25px;
}
.module-success .success-wrapper__content h1 {
  color: #AFFA7A;
  margin: 0 0 25px;
}
.module-success .success-wrapper__content p {
  color: #FFF;
  font-size: 2rem;
  line-height: normal;
}
.module-success .success-wrapper__image img {
  width: 100%;
  height: auto;
}

.team-feed {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .team-feed {
    padding: 25px 0;
  }
}
.team-feed__intro {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .team-feed__intro {
    margin: 0 0 25px;
  }
}
.team-feed .team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.team-feed .team-wrapper .team-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-feed .team-wrapper .team-card__image {
  width: 300px;
  height: 300px;
  margin: 0 0 50px;
}
.team-feed .team-wrapper .team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #838383;
  border-radius: 40px;
}
.team-feed .team-wrapper .team-card__name {
  margin: 0 0 10px;
}
.team-feed .team-wrapper .team-card__name h3 {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
}
.team-feed .team-wrapper .team-card__job-title {
  margin: 0 0 10px;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1.125rem;
}
.team-feed .team-wrapper .team-card__contact {
  display: flex;
  gap: 10px;
}
.team-feed .team-wrapper .team-card__contact .email {
  width: 40px;
  height: 40px;
}
.team-feed .team-wrapper .team-card__contact .email a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #08827D;
  border: 2px solid #08827D;
  border-radius: 10px;
  transition: all 0.25s ease;
}
.team-feed .team-wrapper .team-card__contact .email a svg {
  width: 24px;
  height: 24px;
  fill: #EBFFF5;
}
.team-feed .team-wrapper .team-card__contact .email a:hover {
  background: transparent;
}
.team-feed .team-wrapper .team-card__contact .email a:hover svg {
  fill: #08827D;
}
.team-feed .team-wrapper .team-card__contact .socials {
  width: 40px;
  height: 40px;
}
.team-feed .team-wrapper .team-card__contact .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #08827D;
  border-radius: 10px;
  border: 2px solid #08827D;
  transition: all 0.25s ease;
}
.team-feed .team-wrapper .team-card__contact .socials a svg {
  width: 20px;
  height: 20px;
}
.team-feed .team-wrapper .team-card__contact .socials a.team-card__social--linkedin {
  color: #EBFFF5;
}
.team-feed .team-wrapper .team-card__contact .socials a:hover {
  background: transparent;
}
.team-feed .team-wrapper .team-card__contact .socials a:hover.team-card__social--linkedin {
  color: #08827D;
}
.team-feed.bg-darkgreen {
  background: #1D312E;
}

.module-two-column-content-wrapper {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .module-two-column-content-wrapper {
    padding: 25px 0;
    grid-template-columns: 1fr;
  }
}
.module-two-column-content-wrapper.bg-darkgreen {
  background: #1D312E;
}
.module-two-column-content-wrapper.bg-midgreen {
  background: #2F524E;
}
.module-two-column-content-wrapper.bg-midgreen h2 {
  color: #AFFA7A !important;
}
.module-two-column-content-wrapper.bg-midgreen p {
  color: #FFF;
}

.module-two-column-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 125px;
}
@media (max-width: 992px) {
  .module-two-column-content {
    gap: 75px;
  }
}
@media (max-width: 768px) {
  .module-two-column-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.module-two-column-content p {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1.125rem;
  transform: translateY(10px);
}
@media (max-width: 768px) {
  .module-two-column-content p {
    transform: translateY(0px);
  }
}
@media (max-width: 600px) {
  .module-two-column-content p {
    font-size: 0.875rem;
  }
}
.module-two-column-content p:only-of-type {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .module-two-column-content p:only-of-type {
    margin: 0 0 25px;
  }
}
.module-two-column-content p:has(+ .buttons) {
  margin-bottom: 50px;
}

body.page-id-30 .module-two-column-content h2 {
  color: #08827D;
}

.module-two-column-image-and-content-wrapper {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .module-two-column-image-and-content-wrapper {
    padding: 25px 0;
    grid-template-columns: 1fr;
  }
}
.module-two-column-image-and-content-wrapper.bg-darkgreen {
  background: #1D312E;
}
.module-two-column-image-and-content-wrapper.bg-midgreen {
  background: #2F524E;
}
.module-two-column-image-and-content-wrapper.bg-midgreen h2 {
  color: #AFFA7A !important;
}
.module-two-column-image-and-content-wrapper.bg-midgreen p {
  color: #FFF;
}

.module-two-column-image-and-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 125px;
  align-items: center;
}
@media (max-width: 992px) {
  .module-two-column-image-and-content {
    gap: 75px;
  }
}
@media (max-width: 768px) {
  .module-two-column-image-and-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.module-two-column-image-and-content img {
  max-width: 100%;
  width: 100%;
}
.module-two-column-image-and-content h2 {
  color: #2F524E;
}
@media (max-width: 768px) {
  .module-two-column-image-and-content h2 br {
    display: none;
  }
}
.module-two-column-image-and-content p {
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
  font-size: 1.125rem;
  transform: translateY(10px);
}
@media (max-width: 768px) {
  .module-two-column-image-and-content p {
    transform: translateY(0px);
  }
}
@media (max-width: 600px) {
  .module-two-column-image-and-content p {
    font-size: 0.875rem;
  }
}
.module-two-column-image-and-content p:only-of-type {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .module-two-column-image-and-content p:only-of-type {
    margin: 0 0 25px;
  }
}
.module-two-column-image-and-content p:has(+ .buttons) {
  margin-bottom: 50px;
}
.module-two-column-image-and-content.is-reversed .image-col {
  order: 2;
}
.module-two-column-image-and-content.is-reversed .content-col {
  order: 1;
}

.module-testimonials {
  padding: 0 0 100px;
  position: relative;
  display: grid;
  grid-template-columns: calc((100vw - 1640px) / 2 + 400px) 1fr;
  gap: 50px;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .module-testimonials {
    grid-template-columns: calc((100vw - 1640px) / 2 + 600px) 1fr;
  }
}
@media (max-width: 992px) {
  .module-testimonials {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .module-testimonials {
    padding: 0 0 50px;
  }
}
.module-testimonials.bg-white {
  background: #FFFFFF;
}
.module-testimonials .testimonials-intro {
  padding-left: calc((100vw - 1640px) / 2);
}
.module-testimonials .testimonials-intro__inner {
  padding: 25px 0 0 0;
}
@media (max-width: 1320px) {
  .module-testimonials .testimonials-intro__inner {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 992px) {
  .module-testimonials .testimonials-intro__inner {
    padding: 0 25px;
  }
  .module-testimonials .testimonials-intro__inner h2 br {
    display: none;
  }
}
.module-testimonials .testimonials {
  min-width: 0;
  overflow: visible;
  width: calc(100% + 50px);
  clip-path: inset(0 -50px -50px 0);
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .module-testimonials .testimonials {
    width: 100%;
    clip-path: inset(0 0 -50px 0);
  }
}
.module-testimonials .testimonials .testimonial-card {
  background: #AFFA7A;
  padding: 25px;
  border-radius: 40px;
  gap: 0;
  margin: 0 10px;
}
.module-testimonials .testimonials .testimonial-card .star-rating {
  display: flex;
  gap: 5px;
  margin: 0 0 25px;
}
.module-testimonials .testimonials .testimonial-card .star-rating span {
  background: url("../images/rating-icon.svg") center center no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}
@media (max-width: 992px) {
  .module-testimonials .testimonials .testimonial-card .star-rating span {
    width: 30px;
    height: 30px;
  }
}
.module-testimonials .testimonials .testimonial-card .testimonial {
  font-size: 30px;
  line-height: 1.4;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  min-height: 300px;
}
@media (max-width: 1320px) {
  .module-testimonials .testimonials .testimonial-card .testimonial {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .module-testimonials .testimonials .testimonial-card .testimonial {
    font-size: 20px;
  }
}
.module-testimonials .testimonials .testimonial-card .testimonial-details-name {
  font-size: 24px;
  line-height: 1.2;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
}
@media (max-width: 1200px) {
  .module-testimonials .testimonials .testimonial-card .testimonial-details-name {
    font-size: 18px;
  }
}
.module-testimonials .testimonials .testimonial-card .testimonial-details-role {
  font-size: 16px;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 700, "wdth" 100, "slnt" 0;
}
@media (max-width: 1200px) {
  .module-testimonials .testimonials .testimonial-card .testimonial-details-role {
    font-size: 14px;
    line-height: 1.2;
  }
}
.module-testimonials .testimonials .slick-list {
  overflow: visible;
}

.module-vertical-accordion {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .module-vertical-accordion {
    padding: 0 0 25px;
  }
}
.module-vertical-accordion.bg-darkgreen {
  background: #1D312E;
}
.module-vertical-accordion .vertical-accordion {
  display: flex;
  gap: 10px;
  height: 670px;
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion {
    height: auto;
    flex-direction: column;
  }
}
.module-vertical-accordion .vertical-accordion .va-card {
  background: #AFFA7A;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  width: 80px;
  flex-shrink: 0;
  transition: width 0.5s ease;
  cursor: pointer;
  position: relative;
  min-width: 0;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion .va-card {
    width: 100%;
    flex-direction: column;
    height: 70px;
    transition: height 0.5s ease;
    flex-shrink: 0;
  }
}
.module-vertical-accordion .vertical-accordion .va-card.is-active {
  cursor: default;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion .va-card.is-active {
    height: auto;
  }
}
.module-vertical-accordion .vertical-accordion .va-card.is-active .va-card__icon {
  transform: rotate(45deg);
}
.module-vertical-accordion .vertical-accordion .va-card.is-active .va-card__content {
  opacity: 1;
  pointer-events: all;
}
.module-vertical-accordion .vertical-accordion .va-card.is-active .va-card__label {
  opacity: 0;
}
.module-vertical-accordion .vertical-accordion .va-card.is-active img {
  opacity: 1;
  transition: opacity 0.3s ease 0.6s;
}
.module-vertical-accordion .vertical-accordion .va-card img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 600px;
  width: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion .va-card img {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 25px 0 0 0;
  }
}
.module-vertical-accordion .vertical-accordion .va-card img.is-vertical {
  max-width: 400px;
}
.module-vertical-accordion .vertical-accordion .va-card__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 80px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion .va-card__tab {
    flex-direction: row;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    gap: 15px;
    align-items: center;
  }
}
.module-vertical-accordion .vertical-accordion .va-card__icon {
  width: 40px;
  height: 40px;
  background: #2f524e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='31' height='31' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpolygon points='31 13 18.5 13 18.5 0 12.5 0 12.5 13 0 13 0 19 12.5 19 12.5 31 18.5 31 18.5 19 31 19 31 13' fill='%23AFFA7A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  transition: transform 0.3s ease;
}
.module-vertical-accordion .vertical-accordion .va-card__label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 24px;
  font-weight: 700;
  color: #2f524e;
  margin-top: 20px;
  transition: opacity 0.3s ease;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: clamp(24px, 2.4vw + 1rem, 36px);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion .va-card__label {
    flex-direction: row;
    width: 100%;
    writing-mode: horizontal-tb;
    transform: none;
    margin-top: 0;
  }
}
.module-vertical-accordion .vertical-accordion .va-card__content {
  padding: 75px 0px 0px 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0.2s;
  min-width: 0;
}
@media (max-width: 768px) {
  .module-vertical-accordion .vertical-accordion .va-card__content {
    padding: 0 20px;
  }
}
.module-vertical-accordion .vertical-accordion .va-card__content .stage-no {
  color: #2F524E;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 600, "wdth" 100, "slnt" 0;
  font-size: 1.125rem;
}
.module-vertical-accordion .vertical-accordion .va-card__content .buttons {
  margin: 25px 0 0 0;
}

.module-video {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .module-video {
    padding: 0 0 25px;
  }
}
.module-video a {
  display: grid;
  grid-template-areas: "stack";
  border-radius: 30px;
  overflow: hidden;
}
.module-video a:before {
  content: "";
  background: url("../images/play-icon.svg") center center no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  z-index: 2;
  opacity: 0.5;
  grid-area: stack;
  place-self: center;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .module-video a:before {
    width: 70px;
    height: 70px;
  }
}
.module-video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  grid-area: stack;
}
.module-video a:hover:before {
  opacity: 1;
}
.module-video:before {
  content: "";
  background: #FFFFFF;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.module-video.bg-darkgreen {
  background: #1D312E;
}

.accordion {
  width: 100% !important;
}

.accordion-header {
  font-size: clamp(14px, 1.4vw + 0.5rem, 24px);
  cursor: pointer;
  color: #EBFFF5;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  padding: 25px 125px 25px 25px;
  position: relative;
  background: #08827D;
  border-radius: 25px;
  margin-top: 15px;
  z-index: 2;
}
@media (max-width: 992px) {
  .accordion-header {
    padding: 15px 50px 15px 15px;
  }
}
.accordion-header:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.25s all ease;
  width: 40px;
  height: 40px;
  border: 2px solid #EBFFF5;
  background: #EBFFF5;
  transform-origin: top;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='31' height='31' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpolygon points='31 13 18.5 13 18.5 0 12.5 0 12.5 13 0 13 0 19 12.5 19 12.5 31 18.5 31 18.5 19 31 19 31 13' fill='%2308827D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .accordion-header:after {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='31' height='31' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpolygon points='31 13 18.5 13 18.5 0 12.5 0 12.5 13 0 13 0 19 12.5 19 12.5 31 18.5 31 18.5 19 31 19 31 13' fill='%2308827D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px !important;
    right: 15px;
  }
}
.accordion-header.active-header:after {
  rotate: 45deg;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='31' height='31' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpolygon points='31 13 18.5 13 18.5 0 12.5 0 12.5 13 0 13 0 19 12.5 19 12.5 31 18.5 31 18.5 19 31 19 31 13' fill='%23EBFFF5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  border-radius: 50%;
}
.accordion-header:hover:after {
  background: transparent;
  transform-origin: top;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='31' height='31' version='1.1' viewBox='0 0 31 31'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpolygon points='31 13 18.5 13 18.5 0 12.5 0 12.5 13 0 13 0 19 12.5 19 12.5 31 18.5 31 18.5 19 31 19 31 13' fill='%23EBFFF5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  border-radius: 50%;
}

.accordion-content {
  display: none;
  padding: 25px 25px 25px 25px;
  transform: translateY(-25px);
  width: 100% !important;
  background: #08827D;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .accordion-content {
    padding: 25px 15px 25px 15px;
  }
}
.accordion-content p {
  color: #EBFFF5;
}

.alm-btn-wrap:has(.done) {
  display: none;
}

.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.animate.animate--fade {
  transform: none;
}
.animate.animate--left {
  transform: translateX(-30px);
}
.animate.animate--right {
  transform: translateX(30px);
}
.animate.animate--up {
  transform: translateY(30px);
}
.animate.animate--delay-1 {
  transition-delay: 0.2s;
}
.animate.animate--delay-2 {
  transition-delay: 0.4s;
}
.animate.animate--delay-3 {
  transition-delay: 0.6s;
}
.animate.animate--delay-4 {
  transition-delay: 0.8s;
}
.animate.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .animate {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
.buttons {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
}
.buttons.flex-center {
  justify-content: center;
}
@media (max-width: 600px) {
  .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.buttons .button {
  display: inline-block;
  /*** LIGHT BUTTONS ***/
  /*** END LIGHT BUTTONS ***/
  /*** LIGHT GREEN BUTTONS ***/
  /*** END LIGHT GREEN BUTTONS ***/
  /*** LIGHT GREEN OUTLINED BUTTONS ***/
  /*** END LIGHT GREEN OUTLINED BUTTONS ***/
  /*** MID GREEN BUTTONS ***/
  /*** END MID GREEN BUTTONS ***/
  /*** MID GREEN OUTLINED BUTTONS ***/
  /*** END MID GREEN OUTLINED BUTTONS ***/
  /*** DARK GREEN BUTTONS ***/
  /*** DARK GREEN BUTTONS ***/
}
.buttons .button a {
  display: block;
  padding: 10px 20px 12px 60px;
  border-radius: 999em;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
}
@media (max-width: 600px) {
  .buttons .button a {
    font-size: 0.875rem;
  }
}
.buttons .button.btn-light a {
  background: #EBFFF5;
  transition: all 0.25s ease;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  border: 2px solid #EBFFF5;
}
.buttons .button.btn-light.icn-journey a {
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%232F524E' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%232F524E' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
}
.buttons .button.btn-light.icn-journey a:hover {
  background: transparent;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%23AFFA7A' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%23AFFA7A' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-light.icn-talk a {
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%232F524E'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-light.icn-talk a:hover {
  background: transparent;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%23AFFA7A'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-light.icn-buy a {
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%2308827D'/%3E%3C/svg%3E");
}
.buttons .button.btn-light.icn-buy a:hover {
  background: transparent;
  color: #EBFFF5;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23EBFFF5'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-light.midgreen.icn-buy a {
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%232F524E'/%3E%3C/svg%3E");
}
.buttons .button.btn-light.midgreen.icn-buy a:hover {
  color: #EBFFF5;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23EBFFF5'/%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen a {
  background: #AFFA7A;
  transition: all 0.25s ease;
  color: #2F524E;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  border: 2px solid #AFFA7A;
}
@media (max-width: 600px) {
  .buttons .button.btn-lightgreen a {
    font-size: 0.875rem;
  }
}
.buttons .button.btn-lightgreen.icn-journey a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%232F524E' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%232F524E' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen.icn-journey a:hover {
  background: transparent;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%23AFFA7A' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%23AFFA7A' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen.icn-talk a {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%232F524E'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen.icn-talk a:hover {
  background: transparent;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%23AFFA7A'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen.icn-buy a {
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%232F524E'/%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen.icn-buy a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23AFFA7A'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen.icn-arrow a {
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%232F524E'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%232F524E'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-lightgreen.icn-arrow a:hover {
  background: transparent;
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23AFFA7A'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23AFFA7A'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen-outline a {
  background: transparent;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  color: #AFFA7A;
  border: 2px solid #AFFA7A;
}
@media (max-width: 600px) {
  .buttons .button.btn-lightgreen-outline a {
    font-size: 0.875rem;
  }
}
.buttons .button.btn-lightgreen-outline.icn-journey a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%23AFFA7A' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%23AFFA7A' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen-outline.icn-journey a:hover {
  background: #AFFA7A;
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%232F524E' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%232F524E' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen-outline.icn-talk a {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%23AFFA7A'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen-outline.icn-talk a:hover {
  background: #AFFA7A;
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%232F524E'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen-outline.icn-buy a {
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23AFFA7A'/%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen-outline.icn-buy a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%232F524E'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-lightgreen-outline.icn-info a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='30.7' height='30.7' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cg id='Information_Icon'%3E%3Cpath id='Path_48' fill='%23AFFA7A' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.3,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3h0C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0h0Z'/%3E%3Cg id='Group_31'%3E%3Cpolygon fill='%23AFFA7A' points='17.2 23.7 14.9 23.7 14.9 13.5 12.1 13.5 12.1 11.2 17.2 11.2 17.2 23.7'/%3E%3Ccircle id='Ellipse_67' fill='%23AFFA7A' cx='15.6' cy='8.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-lightgreen-outline.icn-info a:hover {
  background: #AFFA7A;
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='30.7' height='30.7' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cg id='Information_Icon'%3E%3Cpath id='Path_48' fill='%231D312E' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.3,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3h0C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0h0Z'/%3E%3Cg id='Group_31'%3E%3Cpolygon fill='%231D312E' points='17.2 23.7 14.9 23.7 14.9 13.5 12.1 13.5 12.1 11.2 17.2 11.2 17.2 23.7'/%3E%3Ccircle id='Ellipse_67' fill='%231D312E' cx='15.6' cy='8.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-midgreen a {
  background: #2F524E;
  transition: all 0.25s ease;
  color: #EBFFF5;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  border: 2px solid #2F524E;
}
@media (max-width: 600px) {
  .buttons .button.btn-midgreen a {
    font-size: 0.875rem;
  }
}
.buttons .button.btn-midgreen.icn-journey a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%23EBFFF5' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%23EBFFF5' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen.icn-journey a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%2308827D' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%2308827D' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-midgreen.icn-talk a {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%23EBFFF5'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen.icn-talk a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%2308827D'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-midgreen.icn-buy a {
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23EBFFF5'/%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen.icn-buy a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%2308827D'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-midgreen.icn-info a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='30.7' height='30.7' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cg id='Information_Icon'%3E%3Cpath id='Path_48' fill='%23EBFFF5' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.3,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3h0C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0h0Z'/%3E%3Cg id='Group_31'%3E%3Cpolygon fill='%23EBFFF5' points='17.2 23.7 14.9 23.7 14.9 13.5 12.1 13.5 12.1 11.2 17.2 11.2 17.2 23.7'/%3E%3Ccircle id='Ellipse_67' fill='%23EBFFF5' cx='15.6' cy='8.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen.icn-info a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='30.7' height='30.7' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cg id='Information_Icon'%3E%3Cpath id='Path_48' fill='%2308827D' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.3,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3h0C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0h0Z'/%3E%3Cg id='Group_31'%3E%3Cpolygon fill='%2308827D' points='17.2 23.7 14.9 23.7 14.9 13.5 12.1 13.5 12.1 11.2 17.2 11.2 17.2 23.7'/%3E%3Ccircle id='Ellipse_67' fill='%2308827D' cx='15.6' cy='8.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-midgreen.icn-arrow a {
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23EBFFF5'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23EBFFF5'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-midgreen.icn-arrow a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%2308827D'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%2308827D'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-midgreen.lightgreen.icn-talk a {
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%23AFFA7A'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen.lightgreen.icn-talk a:hover {
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%232F524E'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen.lightgreen.icn-arrow a {
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23AFFA7A'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23AFFA7A'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-midgreen.lightgreen.icn-arrow a:hover {
  color: #2F524E;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%232F524E'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%232F524E'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-midgreen-outline a {
  background: transparent;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  color: #08827D;
  border: 2px solid #08827D;
  transition: all 0.25s ease;
}
@media (max-width: 600px) {
  .buttons .button.btn-midgreen-outline a {
    font-size: 0.875rem;
  }
}
.buttons .button.btn-midgreen-outline.icn-info a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='30.7' height='30.7' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cg id='Information_Icon'%3E%3Cpath id='Path_48' fill='%2308827D' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.3,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3h0C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0h0Z'/%3E%3Cg id='Group_31'%3E%3Cpolygon fill='%2308827D' points='17.2 23.7 14.9 23.7 14.9 13.5 12.1 13.5 12.1 11.2 17.2 11.2 17.2 23.7'/%3E%3Ccircle id='Ellipse_67' fill='%2308827D' cx='15.6' cy='8.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-midgreen-outline.icn-info a:hover {
  background: #08827D;
  color: #EBFFF5;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='30.7' height='30.7' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cg id='Information_Icon'%3E%3Cpath id='Path_48' fill='%23EBFFF5' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.3,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3h0C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0h0Z'/%3E%3Cg id='Group_31'%3E%3Cpolygon fill='%23EBFFF5' points='17.2 23.7 14.9 23.7 14.9 13.5 12.1 13.5 12.1 11.2 17.2 11.2 17.2 23.7'/%3E%3Ccircle id='Ellipse_67' fill='%23EBFFF5' cx='15.6' cy='8.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-darkgreen a {
  background: #1D312E;
  transition: all 0.25s ease;
  color: #EBFFF5;
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  border: 2px solid #1D312E;
}
@media (max-width: 600px) {
  .buttons .button.btn-darkgreen a {
    font-size: 0.875rem;
  }
}
.buttons .button.btn-darkgreen.icn-journey a {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%23EBFFF5' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%23EBFFF5' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
}
.buttons .button.btn-darkgreen.icn-journey a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='23.6' height='30.7' version='1.1' viewBox='0 0 23.6 30.7'%3E%3Cpath fill='%2308827D' d='M21.7,5.5C19.5,2.1,15.8,0,11.8,0c-3.5,0-6.8,1.5-9,4.2C.8,6.6-.2,9.7,0,12.9c0,3,1.1,6,3.1,8.2,1.4,1.6,2.7,3.2,4.1,4.8l3.8,4.4c.4.4,1.2.4,1.6,0l7.5-8.8c1.9-2,3.1-4.6,3.4-7.4.4-3-.2-6.1-1.8-8.7ZM21.2,14.4c-.4,2.2-1.4,4.3-3,5.9l-4.1,4.8-2.4,2.8-6.1-7.1c-1.4-1.4-2.4-3.1-3.1-4.9-.8-2.8-.6-5.7.7-8.4,1.6-3.2,4.9-5.2,8.5-5.2,3.2,0,6.2,1.6,8,4.3,1.4,2.3,1.9,5.1,1.5,7.8Z'/%3E%3Cpath fill='%2308827D' d='M13.5,7.7c-2-.7-4.2-.1-5.6,1.5-1.8,2.1-1.6,5.4.6,7.2,1.2,1,2.8,1.4,4.3,1.1,2.4-.5,4.1-2.6,4.1-5,0,0,0,0,0,0,0-2.1-1.4-4-3.4-4.8ZM9.5,14.3c0,0,0,0,0,0h0ZM10.6,15.1s0,0,0,0h0ZM14.6,12.9c0,.1,0,0,0,0h0ZM14.6,12.8s0,0,0,0c0,.2,0,.3-.1.5,0,0,0,.2,0,.3,0,0,0,0,0,0-.1.2-.2.4-.3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.1.1-.2.2,0,0-.1,0-.1.1,0,0-.1,0-.1.1-.1,0-.3.2-.4.3,0,0-.1,0-.2.1,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3.1-.5.1,0,0-.1,0-.1,0,0,0-.1,0-.2,0-.2,0-.4,0-.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2,0-.3,0s-.2,0-.3-.1c0,0,0,0,0,0-.2,0-.3-.2-.4-.2,0,0-.1,0-.2-.1,0,0,0,0,0,0,0,0,0,0,0,0-.1-.1-.3-.3-.4-.4,0,0,0,0,0,0,0,0-.1-.2-.2-.3,0,0,0-.1-.1-.2,0,0,0-.1,0-.2,0-.1-.1-.3-.1-.4,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2,0-.3,0-.5,0,0,0-.4,0-.1,0,0,0-.1,0-.2,0-.2,0-.3.2-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2.2-.3,0,0,0-.1.1-.2,0,0,0,0,0,0,.1-.1.2-.2.3-.4,0,0,0,0,.1-.1,0,0,.1-.1.1-.1.2-.1.4-.2.5-.3,0,0-.2,0,0,0,0,0,.2,0,.3-.1,0,0,.1,0,.2,0,0,0,.1,0,.2,0,0,0,.2,0,.2,0,0,0,.2,0,.3,0,0,0,.2,0,.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6.2,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2.1.3.2,0,0,.1,0,.2.1,0,0,0,0,.1,0,0,0,0,0,0,0,.1.1.2.2.4.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1.2.2.3,0,0,.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,0,0,0h0c0,.1,0,.2,0,.3Z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-darkgreen.icn-talk a {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%23EBFFF5'/%3E%3C/g%3E%3C/svg%3E");
}
.buttons .button.btn-darkgreen.icn-talk a:hover {
  background: transparent;
  color: #08827D;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_46' xmlns='http://www.w3.org/2000/svg' width='29.4' height='30.6' version='1.1' viewBox='0 0 29.4 30.6'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cg id='Group_27'%3E%3Cpath id='Path_32' d='M14.7,0C6.6,0,0,6.6,0,14.7c0,3.9,1.5,7.6,4.3,10.4l-2.5,4.7c-.1.3,0,.6.2.7.1,0,.3,0,.5,0l5.8-2.6c7.3,3.6,16.1.6,19.7-6.7,3.6-7.3.6-16.1-6.7-19.7C19.2.5,17,0,14.7,0M8,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2h0M14.7,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2h0M21.4,17.2c-1.1,0-2-.9-2-2,0-1.1.9-2,2-2,1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2' fill='%2308827D'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-darkgreen.icn-buy a {
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23EBFFF5'/%3E%3C/svg%3E");
}
.buttons .button.btn-darkgreen.icn-buy a:hover {
  background: transparent;
  color: #1D312E;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%231D312E'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-darkgreen.icn-arrow a {
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23EBFFF5'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23EBFFF5'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-darkgreen.icn-arrow a:hover {
  background: transparent;
  color: #1D312E;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%231D312E'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%231D312E'/%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.buttons .button.btn-darkgreen.lightgreen.icn-arrow a {
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23AFFA7A'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23AFFA7A'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-darkgreen.lightgreen.icn-arrow a:hover {
  color: #1D312E;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%231D312E'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%231D312E'/%3E%3C/svg%3E%0A");
}
.buttons .button.btn-darkgreen.lightgreen.icn-buy a {
  color: #AFFA7A;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%23AFFA7A'/%3E%3C/svg%3E");
}
.buttons .button.btn-darkgreen.lightgreen.icn-buy a:hover {
  color: #1D312E;
  background-image: url("data:image/svg+xml,%3Csvg id='Buy_Icon' xmlns='http://www.w3.org/2000/svg' width='24.2' height='30.9' version='1.1' viewBox='0 0 24.2 30.9'%3E%3C!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) --%3E%3Cpath d='M23.3,8.7c0-1-.8-1.8-1.8-1.8h-4.1v-1.7c0-1.4-.6-2.7-1.6-3.7C14.8.4,13.4,0,12,0c-2.9,0-5.3,2.5-5.2,5.4v1.6H2.7c-1,0-1.8.8-1.8,1.8l-.9,20.5c0,1,.8,1.8,1.8,1.8h20.6c1,0,1.8-.8,1.8-1.8l-.9-20.5ZM8.8,5.3c0-1.8,1.4-3.3,3.2-3.3.8,0,1.7.3,2.3.9.6.6,1,1.4,1,2.3v1.7h-6.6v-1.6ZM2,28.9l.9-20.1h3.9v1.5h2v-1.5h6.6v1.5h2v-1.5h3.9l.9,20.1H2Z' fill='%231D312E'/%3E%3C/svg%3E");
}

.slick-prev {
  position: absolute;
  bottom: 2.5rem;
  right: 90px;
  width: 40px;
  height: 40px;
  border: 1px solid #EBFFF5;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url("../images/arrow-left.svg") center center no-repeat;
  background-size: 16px;
  z-index: 5;
  cursor: pointer;
  opacity: 0.85;
  transition: all ease 0.25s;
}
.slick-prev:hover {
  opacity: 1;
  right: 95px;
}

.slick-next {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 40px;
  height: 40px;
  border: 1px solid #EBFFF5;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url("../images/arrow-right.svg") center center no-repeat;
  background-size: 16px;
  z-index: 5;
  cursor: pointer;
  opacity: 0.85;
  transition: all ease 0.25s;
}
.slick-next:hover {
  opacity: 1;
  right: 35px;
}

.slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 10px;
  transform: translateY(50px);
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
}
.slick-dots li button {
  appearance: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #AFFA7A;
  border: none;
  display: block;
}
.slick-dots li.slick-active button {
  background: #2F524E;
}

.frm_forms .frm_message {
  border: none;
  appearance: none;
  border-radius: 999em;
  background: #AFFA7A;
  color: #2F524E;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  padding: 1rem 2rem;
}
.frm_forms#frm_form_2_container {
  padding: 1rem 0 0 0;
}
.frm_forms#frm_form_2_container form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.frm_forms#frm_form_2_container form fieldset input {
  min-width: 400px;
  width: 100%;
  text-align: center;
  padding: 0.25rem;
  border: none;
  color: #fFF;
  border-bottom: 1px solid #FFF;
  font-size: 1.25rem;
  background: none;
  appearance: none;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 600, "wdth" 100, "slnt" 0;
  outline: 0;
}
.frm_forms#frm_form_2_container form fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: white;
}
.frm_forms#frm_form_2_container form fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: white;
}
.frm_forms#frm_form_2_container form fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: white;
}
.frm_forms#frm_form_2_container form fieldset input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: white;
}
@media (max-width: 600px) {
  .frm_forms#frm_form_2_container form fieldset input {
    min-width: 100%;
  }
}
.frm_forms#frm_form_2_container form fieldset .frm_error {
  color: #AFFA7A;
  font-size: 1rem;
  text-align: center;
}
.frm_forms#frm_form_2_container form fieldset .frm_submit {
  margin: 1rem 0 0 0;
  justify-content: center;
}
.frm_forms#frm_form_2_container form fieldset .frm_submit button {
  cursor: pointer;
  border: none;
  appearance: none;
  border-radius: 999em;
  background-color: #AFFA7A;
  border: 2px solid #AFFA7A;
  color: #2F524E;
  font-family: "area-variable", sans-serif;
  font-variation-settings: "INKT" 0, "wght" 900, "wdth" 100, "slnt" 0;
  font-size: 1.25rem;
  padding: 0.25rem 1rem 0.5rem 40px;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%232F524E'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%232F524E'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.frm_forms#frm_form_2_container form fieldset .frm_submit button:hover {
  border: 2px solid #AFFA7A;
  color: #AFFA7A;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='Button_Icon_Button' xmlns='http://www.w3.org/2000/svg' width='10.8mm' height='10.8mm' version='1.1' viewBox='0 0 30.7 30.7'%3E%3Cpath id='Path_50' d='M15.3,2.3c7.2,0,13.1,5.9,13.1,13.1s-5.9,13.1-13.1,13.1S2.2,22.6,2.2,15.3c0-7.2,5.9-13.1,13.1-13.1M15.3,0C6.9,0,0,6.9,0,15.3s6.9,15.3,15.3,15.3,15.3-6.9,15.3-15.3C30.7,6.9,23.8,0,15.3,0c0,0,0,0,0,0Z' fill='%23AFFA7A'/%3E%3Cpolygon points='16.1 8.6 14.6 10.2 18.8 14.2 7.5 14.2 7.5 16.5 18.8 16.5 14.6 20.4 16.1 22.1 23.3 15.3 16.1 8.6' fill='%23AFFA7A'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

.grecaptcha-badge {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.hamburger {
  padding: 0px;
  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;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000000;
  border-radius: 0px;
  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: -8px;
}

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

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
  background-color: #000000;
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
  background-color: #000000;
}

/*# sourceMappingURL=main.css.map */
