.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Anuphan', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .script-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Anuphan', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .script-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .script-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Anuphan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .script-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .script-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #04492e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #04492e !important;
  border-color: #04492e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #03311f !important;
  border-color: #03311f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #03311f !important;
  border-color: #03311f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #04492e !important;
  border-color: #04492e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #03311f !important;
  border-color: #03311f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #03311f !important;
  border-color: #03311f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #473a00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #04492e;
  color: #04492e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #04492e !important;
  border-color: #04492e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #04492e;
  color: #04492e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #04492e !important;
  border-color: #04492e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #04492e !important;
}
.text-secondary {
  color: #04492e !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #04492e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.script-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.script-gallery-filter li a {
  border-radius: 100px !important;
}
.script-gallery-filter li.active .btn {
  background-color: #04492e;
  border-color: #04492e;
  color: #ffffff;
}
.script-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #04492e;
}
.script-plan-header.bg-primary .script-plan-subtitle,
.script-plan-header.bg-primary .script-plan-price-desc {
  color: #3ef4ad;
}
.script-plan-header.bg-success .script-plan-subtitle,
.script-plan-header.bg-success .script-plan-price-desc {
  color: #a0d8df;
}
.script-plan-header.bg-info .script-plan-subtitle,
.script-plan-header.bg-info .script-plan-price-desc {
  color: #ffffff;
}
.script-plan-header.bg-warning .script-plan-subtitle,
.script-plan-header.bg-warning .script-plan-price-desc {
  color: #ffffff;
}
.script-plan-header.bg-danger .script-plan-subtitle,
.script-plan-header.bg-danger .script-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .script-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #04492e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .script-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #04492e;
}
/* Forms */
.script-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.script-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.script-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.script-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #04492e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #04492e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #04492e;
  border-bottom-color: #04492e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #04492e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #04492e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2304492e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cTN4UoP-uPjeDiA8J0 .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjeDiA8J0 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjeDiA8J0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjeDiA8J0 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item:hover,
.cTN4UoP-uPjeDiA8J0 .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjeDiA8J0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjeDiA8J0 .nav-link {
  position: relative;
}
.cTN4UoP-uPjeDiA8J0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjeDiA8J0 .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjeDiA8J0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjeDiA8J0 .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-menu,
.cTN4UoP-uPjeDiA8J0 .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-item:focus,
.cTN4UoP-uPjeDiA8J0 .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjeDiA8J0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjeDiA8J0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjeDiA8J0 .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjeDiA8J0 .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjeDiA8J0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjeDiA8J0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjeDiA8J0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjeDiA8J0 .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjeDiA8J0 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjeDiA8J0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjeDiA8J0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjeDiA8J0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjeDiA8J0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjeDiA8J0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjeDiA8J0 .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjeDiA8J0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjeDiA8J0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjeDiA8J0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjeDiA8J0 .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjeDiA8J0 .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjeDiA8J0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjeDiA8J0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .dropdown-item.active,
.cTN4UoP-uPjeDiA8J0 .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjeDiA8J0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjeDiA8J0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjeDiA8J0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjeDiA8J0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjeDiA8J0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjeDiA8J0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjeDiA8J0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjeDiA8J0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjeDiA8J0 ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjeDiA8J0 .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjeDiA8J0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjeDiA8J0 .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjeDiA8J0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjeDiA8J0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjeDiA8J0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjeDiA8J0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjeDiA8J0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjeDiA8J0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjeDiA8J0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjeDiA8J0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjeDiA8J0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjeDiA8J0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjeDiA8J0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjeDiA8J0 .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjeDiA8J0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjeDiA8J0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjeDiA8J0 .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjeDiA8J0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjeDiA8J0 .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjeDiA8J0 .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjeDiA8J0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjeDiA8J0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjeDiA8J0 .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjeDiA8J0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjeDiA8J0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjeDiA8J0 .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjfVEScOE {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bright-noon.jpg-1360x768.jpg");
}
.cTN4UoP-uPjfVEScOE .script-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cTN4UoP-uPjfVEScOE .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cTN4UoP-uPjfVEScOE {
    align-items: center;
  }
  .cTN4UoP-uPjfVEScOE .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cTN4UoP-uPjfVEScOE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cTN4UoP-uPjfVEScOE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cTN4UoP-uPjfVEScOE .script-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cTN4UoP-uPjfVEScOE .content-wrap {
    width: 100%;
  }
}
.cTN4UoP-uPjfVEScOE .script-section-title {
  text-align: center;
  color: #04492e;
}
.cTN4UoP-uPjfVEScOE .script-text,
.cTN4UoP-uPjfVEScOE .script-section-btn {
  text-align: center;
  color: #000000;
}
.cTN4UoP-uPjgWekwcs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjgWekwcs .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjgWekwcs .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjgWekwcs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjgWekwcs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cTN4UoP-uPjgWekwcs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjgWekwcs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cTN4UoP-uPjgWekwcs .container {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjgWekwcs .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjgWekwcs .title-wrapper .script-section-title {
    margin-bottom: 20px;
  }
}
.cTN4UoP-uPjgWekwcs .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #04492e;
  border-bottom: 1px solid #04492e;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjgWekwcs .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cTN4UoP-uPjgWekwcs .content-wrapper .script-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjgWekwcs .content-wrapper .script-section-subtitle {
    width: 100%;
  }
}
.cTN4UoP-uPjgWekwcs .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjgWekwcs .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cTN4UoP-uPjgWekwcs .content-wrapper .text-wrapper .script-text {
  margin-bottom: 16px;
}
.cTN4UoP-uPjgWekwcs .script-section-title {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjgWekwcs .script-section-subtitle {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjgWekwcs .script-text {
  color: #000000;
}
.cTN4UoP-uPjgWekwcs .script-text,
.cTN4UoP-uPjgWekwcs .script-section-btn {
  text-align: right;
}
.cTN4UoP-uPjhJwI5go {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjhJwI5go .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjhJwI5go .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjhJwI5go .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cTN4UoP-uPjhJwI5go .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .container {
    padding: 0 22px;
  }
}
.cTN4UoP-uPjhJwI5go .card {
  justify-content: center;
}
.cTN4UoP-uPjhJwI5go .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .content-wrapper {
    padding: 0;
  }
}
.cTN4UoP-uPjhJwI5go .content-wrapper .script-section-title {
  margin-bottom: 10px;
}
.cTN4UoP-uPjhJwI5go .content-wrapper .script-text {
  margin-bottom: 10px;
}
.cTN4UoP-uPjhJwI5go .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cTN4UoP-uPjhJwI5go .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjhJwI5go .image-wrapper img {
    height: 350px;
  }
}
.cTN4UoP-uPjhJwI5go .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjhJwI5go .script-text {
  color: #000000;
}
.cTN4UoP-uPjhJwI5go .script-section-title,
.cTN4UoP-uPjhJwI5go .script-section-btn {
  color: #04492e;
}
.cTN4UoP-uPji34rp25 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPji34rp25 .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPji34rp25 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cTN4UoP-uPji34rp25 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cTN4UoP-uPji34rp25 {
    align-items: center;
  }
  .cTN4UoP-uPji34rp25 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cTN4UoP-uPji34rp25 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cTN4UoP-uPji34rp25 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cTN4UoP-uPji34rp25 .script-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cTN4UoP-uPji34rp25 .content-wrap {
    width: 100%;
  }
}
.cTN4UoP-uPji34rp25 .script-section-subtitle,
.cTN4UoP-uPji34rp25 .line {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPji34rp25 .script-text,
.cTN4UoP-uPji34rp25 .script-section-btn {
  text-align: center;
  color: #291f1e;
}
.cTN4UoP-uPji34rp25 .script-section-title {
  color: #291f1e;
}
.cTN4UoP-uPjiAPKHVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjiAPKHVP .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjiAPKHVP .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjiAPKHVP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .container {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjiAPKHVP .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjiAPKHVP .image-wrapper img {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .image-wrapper img {
    height: 350px;
  }
}
.cTN4UoP-uPjiAPKHVP .title-wrapper {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .title-wrapper {
    padding-right: 0;
  }
}
.cTN4UoP-uPjiAPKHVP .title-wrapper .subtitle-wrapper .script-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #f0a2fd;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .title-wrapper .subtitle-wrapper .script-section-subtitle {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjiAPKHVP .title-wrapper .script-section-title {
  margin-bottom: 32px;
}
.cTN4UoP-uPjiAPKHVP .script-desc {
  margin-bottom: 0;
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .script-desc {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiAPKHVP .script-desc {
    padding-right: 0;
  }
}
.cTN4UoP-uPjiAPKHVP .script-section-title {
  color: #000000;
}
.cTN4UoP-uPjiAPKHVP .script-section-subtitle {
  color: #000000;
}
.cTN4UoP-uPjiAPKHVP .script-section-title,
.cTN4UoP-uPjiAPKHVP .script-section-btn {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjiQAEWnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjiQAEWnG .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjiQAEWnG .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjiQAEWnG .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #04492e;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiQAEWnG .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjiQAEWnG .card {
  justify-content: center;
}
.cTN4UoP-uPjiQAEWnG .title-wrapper .script-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjiQAEWnG .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjiQAEWnG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjiQAEWnG .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #04492e;
}
.cTN4UoP-uPjiQAEWnG .list-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjiQAEWnG .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjiQAEWnG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjiQAEWnG .script-section-title {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjiQAEWnG .list {
  color: #000000;
}
.cTN4UoP-uPjiQAEWnG .list,
.cTN4UoP-uPjiQAEWnG .item-wrap {
  color: #000000;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}
.cTN4UoP-uPjf9Upd9t .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjf9Upd9t .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjf9Upd9t .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjf9Upd9t .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjf9Upd9t .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjf9Upd9t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjf9Upd9t .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .dropdown-item:hover,
.cTN4UoP-uPjf9Upd9t .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjf9Upd9t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjf9Upd9t .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjf9Upd9t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjf9Upd9t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjf9Upd9t .nav-link {
  position: relative;
}
.cTN4UoP-uPjf9Upd9t .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjf9Upd9t .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjf9Upd9t .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjf9Upd9t .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .dropdown-menu,
.cTN4UoP-uPjf9Upd9t .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjf9Upd9t .nav-item:focus,
.cTN4UoP-uPjf9Upd9t .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjf9Upd9t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjf9Upd9t .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjf9Upd9t .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjf9Upd9t .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjf9Upd9t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjf9Upd9t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjf9Upd9t .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjf9Upd9t .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjf9Upd9t .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjf9Upd9t .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjf9Upd9t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjf9Upd9t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjf9Upd9t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjf9Upd9t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjf9Upd9t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjf9Upd9t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjf9Upd9t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjf9Upd9t .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjf9Upd9t .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjf9Upd9t .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjf9Upd9t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjf9Upd9t .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjf9Upd9t .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjf9Upd9t .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjf9Upd9t .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .dropdown-item.active,
.cTN4UoP-uPjf9Upd9t .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjf9Upd9t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjf9Upd9t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjf9Upd9t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjf9Upd9t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjf9Upd9t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjf9Upd9t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjf9Upd9t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjf9Upd9t ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjf9Upd9t ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjf9Upd9t .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjf9Upd9t .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjf9Upd9t .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjf9Upd9t .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjf9Upd9t button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjf9Upd9t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjf9Upd9t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjf9Upd9t button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjf9Upd9t button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjf9Upd9t button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjf9Upd9t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjf9Upd9t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjf9Upd9t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjf9Upd9t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjf9Upd9t .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjf9Upd9t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjf9Upd9t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjf9Upd9t .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjf9Upd9t .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjf9Upd9t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjf9Upd9t .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjf9Upd9t .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjf9Upd9t .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjf9Upd9t .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjf9Upd9t .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjf9Upd9t .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjf9Upd9t .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjf9Upd9t .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjf9Upd9t .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjf9Upd9t .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjf9Upd9t .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjf9Upd9t .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjf9Upd9t .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjf9Upd9t .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjf9Upd9t .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjf9Upd9t .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjf9Upd9t .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjjnna6IJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjjnna6IJ .row {
  flex-direction: row-reverse;
}
.cTN4UoP-uPjjnna6IJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjjnna6IJ .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cTN4UoP-uPjjnna6IJ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cTN4UoP-uPjjnna6IJ .text-wrapper {
    padding: 0 6.2rem 0 2rem;
  }
}
.cTN4UoP-uPjjnna6IJ .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #fff7ec;
}
.cTN4UoP-uPjjnna6IJ .script-section-title {
  color: #04492e;
  text-align: left;
}
.cTN4UoP-uPjjnna6IJ .under-img {
  text-align: center;
  color: #9d5f00;
  margin: 0 !important;
}
.cTN4UoP-uPjjnna6IJ .script-text,
.cTN4UoP-uPjjnna6IJ .script-section-btn {
  text-align: left;
  color: #000000;
}
.cTN4UoP-uPjjnna6IJ .script-text {
  line-height: 1.4;
}
.cTN4UoP-uPjjnna6IJ .script-text {
  padding-top: 2rem;
}
.cTN4UoP-uPjjnna6IJ .script-section-btn {
  margin-top: 2.9rem !important;
}
.cTN4UoP-uPjjnna6IJ .script-section-title P {
  text-align: left;
}
.cTN4UoP-uPjjnna6IJ .sub-title P {
  text-align: left;
}
.cTN4UoP-uPjjnna6IJ .sub-title {
  color: #04492e;
  text-align: left;
}
.cTN4UoP-uPjjnna6IJ .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjjnna6IJ .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjjNy80CE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjjNy80CE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #04492e;
  background-color: rgba(143, 185, 205, 0.15);
  margin-bottom: 16px;
}
.cTN4UoP-uPjjNy80CE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cTN4UoP-uPjjNy80CE .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cTN4UoP-uPjjNy80CE .main-title.display-2 {
  line-height: 1.375;
}
.cTN4UoP-uPjjNy80CE .script-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cTN4UoP-uPjjNy80CE .script-text {
  color: #606060;
}
.cTN4UoP-uPjjNy80CE .script-text.display-4 {
  line-height: 1.75;
}
.cTN4UoP-uPjjNy80CE .script-section-btn {
  margin-top: 24px;
}
.cTN4UoP-uPjjNy80CE .script-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cTN4UoP-uPjjNy80CE .script-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cTN4UoP-uPjjNy80CE .script-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cTN4UoP-uPjjNy80CE .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjjNy80CE .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjjNy80CE .main-title,
.cTN4UoP-uPjjNy80CE .script-section-btn {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjjNy80CE .script-text,
.cTN4UoP-uPjjNy80CE .script-section-btn {
  color: #000000;
  text-align: center;
}
.cTN4UoP-uPjjNy80CE .badge,
.cTN4UoP-uPjjNy80CE .badge_wrap,
.cTN4UoP-uPjjNy80CE .script-section-btn {
  color: #25607d;
}
.cTN4UoP-uPjjNy80CE .script-section-subtitle,
.cTN4UoP-uPjjNy80CE .script-section-btn {
  color: #85653c;
  text-align: center;
}
.cTN4UoP-uPjjQvkuyA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjjQvkuyA .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjjQvkuyA .script-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cTN4UoP-uPjjQvkuyA .script-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffe8bd;
  z-index: -1;
}
.cTN4UoP-uPjjQvkuyA img {
  border-radius: 1rem;
}
.cTN4UoP-uPjjQvkuyA .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjjQvkuyA .row {
  flex-direction: row-reverse;
}
.cTN4UoP-uPjjQvkuyA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjjQvkuyA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cTN4UoP-uPjjQvkuyA .text-wrapper {
    padding: 0 2rem;
  }
}
.cTN4UoP-uPjjQvkuyA .script-section-title {
  color: #04492e;
}
.cTN4UoP-uPjjQvkuyA .script-section-subtitle,
.cTN4UoP-uPjjQvkuyA .subtitle-wrap {
  color: #000000;
  text-align: left;
}
.cTN4UoP-uPjjQvkuyA .script-text,
.cTN4UoP-uPjjQvkuyA .script-section-btn {
  color: #000000;
  text-align: left;
}
.cTN4UoP-uPjjSFJMez {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjjSFJMez .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjjSFJMez .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjjSFJMez .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjjSFJMez .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjjSFJMez .container {
    padding: 0;
  }
}
.cTN4UoP-uPjjSFJMez .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjjSFJMez .title-wrapper {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjjSFJMez .title-wrapper .script-section-title {
  margin-bottom: 0;
}
.cTN4UoP-uPjjSFJMez .title-wrapper .script-text {
  margin: 30px 0 0 0;
}
.cTN4UoP-uPjjSFJMez .script-section-title {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjjSFJMez .script-text {
  color: #000000;
  text-align: center;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}
.cTN4UoP-uPjfa5fQ6M .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjfa5fQ6M .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjfa5fQ6M .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfa5fQ6M .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item:hover,
.cTN4UoP-uPjfa5fQ6M .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjfa5fQ6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjfa5fQ6M .nav-link {
  position: relative;
}
.cTN4UoP-uPjfa5fQ6M .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfa5fQ6M .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjfa5fQ6M .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjfa5fQ6M .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-menu,
.cTN4UoP-uPjfa5fQ6M .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-item:focus,
.cTN4UoP-uPjfa5fQ6M .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjfa5fQ6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfa5fQ6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjfa5fQ6M .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjfa5fQ6M .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfa5fQ6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjfa5fQ6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjfa5fQ6M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfa5fQ6M .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjfa5fQ6M .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjfa5fQ6M .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjfa5fQ6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfa5fQ6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjfa5fQ6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfa5fQ6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjfa5fQ6M .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjfa5fQ6M .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjfa5fQ6M .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjfa5fQ6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjfa5fQ6M .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfa5fQ6M .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjfa5fQ6M .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfa5fQ6M .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .dropdown-item.active,
.cTN4UoP-uPjfa5fQ6M .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjfa5fQ6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjfa5fQ6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjfa5fQ6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjfa5fQ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfa5fQ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjfa5fQ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjfa5fQ6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjfa5fQ6M ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjfa5fQ6M ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjfa5fQ6M .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjfa5fQ6M .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjfa5fQ6M .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjfa5fQ6M .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjfa5fQ6M button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfa5fQ6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjfa5fQ6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfa5fQ6M button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfa5fQ6M button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfa5fQ6M button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfa5fQ6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfa5fQ6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfa5fQ6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfa5fQ6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfa5fQ6M .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjfa5fQ6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjfa5fQ6M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjfa5fQ6M .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjfa5fQ6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjfa5fQ6M .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjfa5fQ6M .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjfa5fQ6M .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjfa5fQ6M .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfa5fQ6M .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjfa5fQ6M .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjfa5fQ6M .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjfa5fQ6M .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjkB2KMa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjkB2KMa3 .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjkB2KMa3 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjkB2KMa3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkB2KMa3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkB2KMa3 .container {
    padding: 0 25px;
  }
}
.cTN4UoP-uPjkB2KMa3 .row {
  justify-content: center;
}
.cTN4UoP-uPjkB2KMa3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkB2KMa3 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cTN4UoP-uPjkB2KMa3 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkB2KMa3 .image-wrapper img {
    height: 350px;
  }
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkB2KMa3 .form-wrapper {
    padding: 0 12px;
  }
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row {
  margin: 0;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .script-section-title {
  margin-bottom: 20px !important;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .script-text {
  margin-bottom: 20px !important;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #04492e !important;
  border-radius: 0 !important;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #04492e;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #04492e !important;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #04492e;
  border-color: #04492e;
}
.cTN4UoP-uPjkB2KMa3 .form-wrapper .dragArea.row .script-section-btn {
  width: 100%;
}
.cTN4UoP-uPjkB2KMa3 .script-section-title {
  color: #04492e;
}
.cTN4UoP-uPjkB2KMa3 .script-text {
  color: #000000;
  text-align: center;
}
.cTN4UoP-uPjkB2KMa3 label {
  color: #000000;
}
.cTN4UoP-uPjkx7bfy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjkx7bfy0 .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjkx7bfy0 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjkx7bfy0 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #04492e;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkx7bfy0 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjkx7bfy0 .card {
  justify-content: center;
}
.cTN4UoP-uPjkx7bfy0 .title-wrapper .script-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjkx7bfy0 .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjkx7bfy0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjkx7bfy0 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #04492e;
}
.cTN4UoP-uPjkx7bfy0 .list-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjkx7bfy0 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjkx7bfy0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjkx7bfy0 .script-section-title {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjkx7bfy0 .list {
  color: #000000;
}
.cTN4UoP-uPjkx7bfy0 .list,
.cTN4UoP-uPjkx7bfy0 .item-wrap {
  color: #000000;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}
.cTN4UoP-uPjfajdc63 .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjfajdc63 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjfajdc63 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfajdc63 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjfajdc63 .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfajdc63 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjfajdc63 .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .dropdown-item:hover,
.cTN4UoP-uPjfajdc63 .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjfajdc63 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjfajdc63 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjfajdc63 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjfajdc63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjfajdc63 .nav-link {
  position: relative;
}
.cTN4UoP-uPjfajdc63 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfajdc63 .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjfajdc63 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjfajdc63 .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .dropdown-menu,
.cTN4UoP-uPjfajdc63 .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjfajdc63 .nav-item:focus,
.cTN4UoP-uPjfajdc63 .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjfajdc63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfajdc63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjfajdc63 .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjfajdc63 .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfajdc63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjfajdc63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjfajdc63 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfajdc63 .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjfajdc63 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjfajdc63 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjfajdc63 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfajdc63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjfajdc63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfajdc63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjfajdc63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjfajdc63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjfajdc63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjfajdc63 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjfajdc63 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjfajdc63 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjfajdc63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjfajdc63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjfajdc63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjfajdc63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjfajdc63 .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjfajdc63 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjfajdc63 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjfajdc63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjfajdc63 .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfajdc63 .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjfajdc63 .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfajdc63 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .dropdown-item.active,
.cTN4UoP-uPjfajdc63 .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjfajdc63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjfajdc63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjfajdc63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjfajdc63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfajdc63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjfajdc63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjfajdc63 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjfajdc63 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjfajdc63 ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjfajdc63 .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjfajdc63 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjfajdc63 .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjfajdc63 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjfajdc63 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfajdc63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjfajdc63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfajdc63 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfajdc63 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfajdc63 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfajdc63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfajdc63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfajdc63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfajdc63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfajdc63 .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjfajdc63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjfajdc63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjfajdc63 .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjfajdc63 .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjfajdc63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjfajdc63 .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjfajdc63 .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjfajdc63 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjfajdc63 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjfajdc63 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjfajdc63 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjfajdc63 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjfajdc63 .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjfajdc63 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfajdc63 .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfajdc63 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfajdc63 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjfajdc63 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjfajdc63 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjfajdc63 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjfajdc63 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjfajdc63 .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjff691iY {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjff691iY .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cTN4UoP-uPjff691iY .script-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjff691iY .script-section-title {
    margin-bottom: 6.66vw;
  }
}
.cTN4UoP-uPjff691iY .script-section-subtitle {
  color: #04492e;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjff691iY .script-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cTN4UoP-uPjff691iY .script-text {
  color: #000000;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}
.cTN4UoP-uPjfkuImCr .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjfkuImCr .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjfkuImCr .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfkuImCr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjfkuImCr .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkuImCr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjfkuImCr .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .dropdown-item:hover,
.cTN4UoP-uPjfkuImCr .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjfkuImCr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjfkuImCr .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjfkuImCr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjfkuImCr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjfkuImCr .nav-link {
  position: relative;
}
.cTN4UoP-uPjfkuImCr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfkuImCr .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjfkuImCr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjfkuImCr .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .dropdown-menu,
.cTN4UoP-uPjfkuImCr .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjfkuImCr .nav-item:focus,
.cTN4UoP-uPjfkuImCr .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjfkuImCr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkuImCr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjfkuImCr .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjfkuImCr .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkuImCr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjfkuImCr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjfkuImCr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfkuImCr .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjfkuImCr .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjfkuImCr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjfkuImCr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfkuImCr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjfkuImCr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkuImCr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjfkuImCr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjfkuImCr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjfkuImCr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjfkuImCr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjfkuImCr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjfkuImCr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjfkuImCr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjfkuImCr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjfkuImCr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjfkuImCr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjfkuImCr .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjfkuImCr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjfkuImCr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjfkuImCr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjfkuImCr .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfkuImCr .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjfkuImCr .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfkuImCr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .dropdown-item.active,
.cTN4UoP-uPjfkuImCr .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjfkuImCr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjfkuImCr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjfkuImCr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjfkuImCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfkuImCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjfkuImCr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjfkuImCr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjfkuImCr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjfkuImCr ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjfkuImCr .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjfkuImCr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjfkuImCr .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjfkuImCr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjfkuImCr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfkuImCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjfkuImCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkuImCr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfkuImCr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfkuImCr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkuImCr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkuImCr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfkuImCr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfkuImCr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkuImCr .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjfkuImCr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjfkuImCr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjfkuImCr .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjfkuImCr .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjfkuImCr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjfkuImCr .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjfkuImCr .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjfkuImCr .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjfkuImCr .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjfkuImCr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjfkuImCr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjfkuImCr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjfkuImCr .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjfkuImCr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkuImCr .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfkuImCr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfkuImCr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjfkuImCr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjfkuImCr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjfkuImCr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjfkuImCr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjfkuImCr .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjfkv7ZXe {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjfkv7ZXe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cTN4UoP-uPjfkv7ZXe .script-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkv7ZXe .script-section-title {
    margin-bottom: 6.66vw;
  }
}
.cTN4UoP-uPjfkv7ZXe .script-section-subtitle {
  color: #04492e;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkv7ZXe .script-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cTN4UoP-uPjfkv7ZXe .script-text {
  color: #000000;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}
.cTN4UoP-uPjfkZyKnF .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjfkZyKnF .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjfkZyKnF .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfkZyKnF .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjfkZyKnF .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkZyKnF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjfkZyKnF .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .dropdown-item:hover,
.cTN4UoP-uPjfkZyKnF .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjfkZyKnF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjfkZyKnF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjfkZyKnF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjfkZyKnF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjfkZyKnF .nav-link {
  position: relative;
}
.cTN4UoP-uPjfkZyKnF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfkZyKnF .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjfkZyKnF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjfkZyKnF .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .dropdown-menu,
.cTN4UoP-uPjfkZyKnF .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjfkZyKnF .nav-item:focus,
.cTN4UoP-uPjfkZyKnF .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjfkZyKnF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkZyKnF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjfkZyKnF .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjfkZyKnF .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkZyKnF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjfkZyKnF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjfkZyKnF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfkZyKnF .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjfkZyKnF .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjfkZyKnF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjfkZyKnF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfkZyKnF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjfkZyKnF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkZyKnF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjfkZyKnF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjfkZyKnF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjfkZyKnF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjfkZyKnF .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjfkZyKnF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjfkZyKnF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjfkZyKnF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjfkZyKnF .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfkZyKnF .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjfkZyKnF .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfkZyKnF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .dropdown-item.active,
.cTN4UoP-uPjfkZyKnF .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjfkZyKnF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjfkZyKnF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjfkZyKnF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjfkZyKnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfkZyKnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjfkZyKnF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjfkZyKnF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjfkZyKnF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjfkZyKnF ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjfkZyKnF .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjfkZyKnF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjfkZyKnF .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjfkZyKnF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjfkZyKnF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfkZyKnF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjfkZyKnF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkZyKnF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfkZyKnF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfkZyKnF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkZyKnF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkZyKnF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfkZyKnF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfkZyKnF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkZyKnF .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjfkZyKnF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjfkZyKnF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjfkZyKnF .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjfkZyKnF .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjfkZyKnF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjfkZyKnF .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjfkZyKnF .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjfkZyKnF .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjfkZyKnF .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjfkZyKnF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjfkZyKnF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjfkZyKnF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjfkZyKnF .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjfkZyKnF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkZyKnF .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfkZyKnF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfkZyKnF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjfkZyKnF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjfkZyKnF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjfkZyKnF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjfkZyKnF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjfkZyKnF .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjfkZVN7O {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjfkZVN7O .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cTN4UoP-uPjfkZVN7O .script-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkZVN7O .script-section-title {
    margin-bottom: 6.66vw;
  }
}
.cTN4UoP-uPjfkZVN7O .script-section-subtitle {
  color: #04492e;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkZVN7O .script-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cTN4UoP-uPjfkZVN7O .script-text {
  color: #000000;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-dropdown {
  position: relative !important;
}
.cTN4UoP-uPjfkLQ4iQ .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cTN4UoP-uPjfkLQ4iQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfkLQ4iQ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:before {
  font-family: infographic2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item {
  border: none;
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:hover,
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:focus {
  background: #9bffd7 !important;
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:hover span {
  color: white;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cTN4UoP-uPjfkLQ4iQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cTN4UoP-uPjfkLQ4iQ .nav-link {
  position: relative;
}
.cTN4UoP-uPjfkLQ4iQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfkLQ4iQ .container {
    flex-wrap: nowrap;
  }
}
.cTN4UoP-uPjfkLQ4iQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cTN4UoP-uPjfkLQ4iQ .iconfont-wrapper:hover {
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-menu,
.cTN4UoP-uPjfkLQ4iQ .navbar.opened {
  background: #b6ffe2 !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item:focus,
.cTN4UoP-uPjfkLQ4iQ .nav-link:focus {
  outline: none;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cTN4UoP-uPjfkLQ4iQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cTN4UoP-uPjfkLQ4iQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cTN4UoP-uPjfkLQ4iQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b6ffe2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.opened {
  transition: all 0.3s;
}
.cTN4UoP-uPjfkLQ4iQ .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cTN4UoP-uPjfkLQ4iQ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cTN4UoP-uPjfkLQ4iQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed {
  justify-content: center;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cTN4UoP-uPjfkLQ4iQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkLQ4iQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cTN4UoP-uPjfkLQ4iQ .navbar.navbar-short {
  min-height: 96px;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfkLQ4iQ .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cTN4UoP-uPjfkLQ4iQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .dropdown-item.active,
.cTN4UoP-uPjfkLQ4iQ .dropdown-item:active {
  background-color: transparent;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cTN4UoP-uPjfkLQ4iQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cTN4UoP-uPjfkLQ4iQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cTN4UoP-uPjfkLQ4iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b6ffe2;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjfkLQ4iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cTN4UoP-uPjfkLQ4iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cTN4UoP-uPjfkLQ4iQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cTN4UoP-uPjfkLQ4iQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cTN4UoP-uPjfkLQ4iQ ul.navbar-nav {
    padding: 0;
    background-color: #9bffd7;
    border: none;
  }
}
.cTN4UoP-uPjfkLQ4iQ .navbar-buttons {
  text-align: center;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-buttons .btn .script-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cTN4UoP-uPjfkLQ4iQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cTN4UoP-uPjfkLQ4iQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #b6ffe2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cTN4UoP-uPjfkLQ4iQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cTN4UoP-uPjfkLQ4iQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkLQ4iQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfkLQ4iQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cTN4UoP-uPjfkLQ4iQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkLQ4iQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkLQ4iQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfkLQ4iQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cTN4UoP-uPjfkLQ4iQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cTN4UoP-uPjfkLQ4iQ .navbar-dropdown {
  padding: 0 1rem;
}
.cTN4UoP-uPjfkLQ4iQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cTN4UoP-uPjfkLQ4iQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cTN4UoP-uPjfkLQ4iQ .navbar {
    height: 70px;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar.opened {
    height: auto;
  }
  .cTN4UoP-uPjfkLQ4iQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cTN4UoP-uPjfkLQ4iQ .navbar-nav {
  margin: 0 auto;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item {
  padding: 0;
  margin: 0;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .nav-link::after {
  color: #04492e !important;
  transform: rotate(0);
  transition: .3s;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #04492e, #04492e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .dropdown-menu .dropdown-item {
  color: #04492e !important;
}
.cTN4UoP-uPjfkLQ4iQ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #04492e !important;
}
@media (max-width: 991px) {
  .cTN4UoP-uPjfkLQ4iQ .navbar {
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cTN4UoP-uPjfkLQ4iQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cTN4UoP-uPjfkLQ4iQ .content-wrap {
  min-height: 90px;
}
.cTN4UoP-uPjlAgSBgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjlAgSBgr .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjlAgSBgr .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjlAgSBgr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlAgSBgr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlAgSBgr .container {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjlAgSBgr .card {
  justify-content: center;
}
.cTN4UoP-uPjlAgSBgr .title-wrapper .script-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #b6ffe2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlAgSBgr .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjlAgSBgr .text-wrapper .script-text {
  margin-bottom: 24px;
}
.cTN4UoP-uPjlAgSBgr .text-wrapper .script-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cTN4UoP-uPjlAgSBgr .script-section-title {
  color: #000000;
}
.cTN4UoP-uPjlAgSBgr .script-text {
  color: #000000;
}
.cTN4UoP-uPjlAgSBgr .script-desc {
  color: #144031;
}
.cTN4UoP-uPjlAgSBgr .script-section-title,
.cTN4UoP-uPjlAgSBgr .title-wrapper {
  color: #04492e;
  text-align: left;
}
.cTN4UoP-uPjlPzOB0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjlPzOB0M .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjlPzOB0M .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjlPzOB0M .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlPzOB0M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlPzOB0M .container {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjlPzOB0M .card {
  justify-content: center;
}
.cTN4UoP-uPjlPzOB0M .title-wrapper .script-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlPzOB0M .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjlPzOB0M .text-wrapper .script-text {
  margin-bottom: 24px;
}
.cTN4UoP-uPjlPzOB0M .text-wrapper .script-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cTN4UoP-uPjlPzOB0M .script-section-title {
  color: #000000;
}
.cTN4UoP-uPjlPzOB0M .script-text {
  color: #000000;
}
.cTN4UoP-uPjlPzOB0M .script-desc {
  color: #144031;
}
.cTN4UoP-uPjlPzOB0M .script-section-title,
.cTN4UoP-uPjlPzOB0M .title-wrapper {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjlQbcI9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cTN4UoP-uPjlQbcI9w .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjlQbcI9w .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjlQbcI9w .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlQbcI9w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlQbcI9w .container {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjlQbcI9w .card {
  justify-content: center;
}
.cTN4UoP-uPjlQbcI9w .title-wrapper .script-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #b6ffe2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlQbcI9w .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjlQbcI9w .text-wrapper .script-text {
  margin-bottom: 24px;
}
.cTN4UoP-uPjlQbcI9w .text-wrapper .script-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cTN4UoP-uPjlQbcI9w .script-section-title {
  color: #000000;
}
.cTN4UoP-uPjlQbcI9w .script-text {
  color: #000000;
}
.cTN4UoP-uPjlQbcI9w .script-desc {
  color: #144031;
}
.cTN4UoP-uPjlQbcI9w .script-section-title,
.cTN4UoP-uPjlQbcI9w .title-wrapper {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjlQtaU46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6ffe2;
}
.cTN4UoP-uPjlQtaU46 .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjlQtaU46 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjlQtaU46 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlQtaU46 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlQtaU46 .container {
    padding: 0 16px;
  }
}
.cTN4UoP-uPjlQtaU46 .card {
  justify-content: center;
}
.cTN4UoP-uPjlQtaU46 .title-wrapper .script-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cTN4UoP-uPjlQtaU46 .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjlQtaU46 .text-wrapper .script-text {
  margin-bottom: 24px;
}
.cTN4UoP-uPjlQtaU46 .text-wrapper .script-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cTN4UoP-uPjlQtaU46 .script-section-title {
  color: #000000;
}
.cTN4UoP-uPjlQtaU46 .script-text {
  color: #000000;
}
.cTN4UoP-uPjlQtaU46 .script-desc {
  color: #144031;
}
.cTN4UoP-uPjlQtaU46 .script-section-title,
.cTN4UoP-uPjlQtaU46 .title-wrapper {
  color: #04492e;
  text-align: center;
}
.cTN4UoP-uPjm964ueC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8ff1ca;
}
.cTN4UoP-uPjm964ueC .script-fallback-image.disabled {
  display: none;
}
.cTN4UoP-uPjm964ueC .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cTN4UoP-uPjm964ueC .row {
  justify-content: center;
}
.cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:hover,
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cTN4UoP-uPjm964ueC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cTN4UoP-uPjm964ueC .script-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .script-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cTN4UoP-uPjm964ueC .border-wrapper {
  border-bottom: 3px dashed #04492e;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cTN4UoP-uPjm964ueC .border-wrapper {
    margin-bottom: 32px;
  }
}
.cTN4UoP-uPjm964ueC .script-copy {
  margin-bottom: 0;
  color: #033b25;
  text-align: center;
}
.cTN4UoP-uPjm964ueC .script-section-title {
  color: #ffffff;
}
.cTN4UoP-uPjm964ueC .list {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* logoanimations */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
}

.navbar-brand {
    animation: shake 0.8s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
