body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .script-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.12;
}
.display-2 > .script-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  line-height: inherit;
}
.display-4 > .script-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-5 > .script-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #472d53 !important;
}
.bg-success {
  background-color: #4c5072 !important;
}
.bg-info {
  background-color: #4c5072 !important;
}
.bg-warning {
  background-color: #a67d65 !important;
}
.bg-danger {
  background-color: #9c5f6a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #472d53 !important;
  border-color: #472d53 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #170f1b !important;
  border-color: #170f1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #170f1b !important;
  border-color: #170f1b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c6a38f !important;
  border-color: #c6a38f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a97456 !important;
  border-color: #a97456 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a97456 !important;
  border-color: #a97456 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c5072 !important;
  border-color: #4c5072 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #292b3e !important;
  border-color: #292b3e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #292b3e !important;
  border-color: #292b3e !important;
}
.btn-success,
.btn-success:active {
  background-color: #4c5072 !important;
  border-color: #4c5072 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #292b3e !important;
  border-color: #292b3e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #292b3e !important;
  border-color: #292b3e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a67d65 !important;
  border-color: #a67d65 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #725442 !important;
  border-color: #725442 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #725442 !important;
  border-color: #725442 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c5f6a !important;
  border-color: #9c5f6a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #663e45 !important;
  border-color: #663e45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #663e45 !important;
  border-color: #663e45 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #472d53;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170f1b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #472d53 !important;
  border-color: #472d53 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c6a38f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a97456 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c6a38f !important;
  border-color: #c6a38f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c5072;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #292b3e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c5072 !important;
  border-color: #4c5072 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c5072;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #292b3e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4c5072 !important;
  border-color: #4c5072 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a67d65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #725442 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a67d65 !important;
  border-color: #a67d65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9c5f6a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #663e45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9c5f6a !important;
  border-color: #9c5f6a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #472d53 !important;
}
.text-secondary {
  color: #c6a38f !important;
}
.text-success {
  color: #4c5072 !important;
}
.text-info {
  color: #4c5072 !important;
}
.text-warning {
  color: #a67d65 !important;
}
.text-danger {
  color: #9c5f6a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e0911 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9e6d51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #232535 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #232535 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #694d3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5d383f !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: #472d53;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4c5072;
}
.alert-warning {
  background-color: #a67d65;
}
.alert-danger {
  background-color: #9c5f6a;
}
.script-gallery-filter li.active .btn {
  background-color: #472d53;
  border-color: #472d53;
  color: #ffffff;
}
.script-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #472d53;
}
.script-plan-header.bg-primary .script-plan-subtitle,
.script-plan-header.bg-primary .script-plan-price-desc {
  color: #bb9cc9;
}
.script-plan-header.bg-success .script-plan-subtitle,
.script-plan-header.bg-success .script-plan-price-desc {
  color: #8b90b2;
}
.script-plan-header.bg-info .script-plan-subtitle,
.script-plan-header.bg-info .script-plan-price-desc {
  color: #8b90b2;
}
.script-plan-header.bg-warning .script-plan-subtitle,
.script-plan-header.bg-warning .script-plan-price-desc {
  color: #d5c1b6;
}
.script-plan-header.bg-danger .script-plan-subtitle,
.script-plan-header.bg-danger .script-plan-price-desc {
  color: #cdadb3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control > .script-iconfont {
  font-size: 1.625rem;
}
.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: #472d53 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .script-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #472d53;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #472d53;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #472d53;
}
.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: #472d53;
  border-bottom-color: #472d53;
}
.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: #472d53 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c6a38f !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='%23472d53' %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;
}
.script-section-btn .btn,
.script-section-btn-main .btn {
  border: none !important;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 18px 12px 0;
}
.script-section-btn .btn .script-iconfont,
.script-section-btn-main .btn .script-iconfont {
  font-size: 32px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  color: #c6a38f;
}
.script-section-btn .btn:hover,
.script-section-btn-main .btn:hover,
.script-section-btn .btn:focus,
.script-section-btn-main .btn:focus {
  box-shadow: none;
}
.script-section-btn .btn:hover .script-iconfont,
.script-section-btn-main .btn:hover .script-iconfont,
.script-section-btn .btn:focus .script-iconfont,
.script-section-btn-main .btn:focus .script-iconfont {
  color: #4c5072 !important;
}
.script-section-btn .btn-primary,
.script-section-btn-main .btn-primary,
.script-section-btn .btn-secondary,
.script-section-btn-main .btn-secondary,
.script-section-btn .btn-success,
.script-section-btn-main .btn-success,
.script-section-btn .btn-info,
.script-section-btn-main .btn-info,
.script-section-btn .btn-warning,
.script-section-btn-main .btn-warning,
.script-section-btn .btn-danger,
.script-section-btn-main .btn-danger {
  padding: 12px 18px 12px 10px;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRiaT8UEpf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRiaT8UEpf .nav-link {
  position: relative;
}
.ReGKYU-uRiaT8UEpf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRiaT8UEpf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRiaT8UEpf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu,
.ReGKYU-uRiaT8UEpf .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item:focus,
.ReGKYU-uRiaT8UEpf .nav-link:focus {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRiaT8UEpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRiaT8UEpf .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%;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRiaT8UEpf .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%;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown-item.active,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRiaT8UEpf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRiaT8UEpf ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRiaT8UEpf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRiaT8UEpf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .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) {
  .ReGKYU-uRiaT8UEpf .navbar {
    height: 70px;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRiaT8UEpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRiaT8UEpf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRiaYRJGrl {
  background-color: #e8e8e8;
  overflow: hidden;
  position: relative;
}
.ReGKYU-uRiaYRJGrl img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ReGKYU-uRiaYRJGrl img {
    height: 400px;
  }
}
.ReGKYU-uRiaYRJGrl .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRiaYRJGrl .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRiaYRJGrl .card {
  justify-content: flex-end;
}
.ReGKYU-uRiaYRJGrl .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .ReGKYU-uRiaYRJGrl .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRiaYRJGrl .title-wrapper {
    margin-bottom: 35px;
  }
}
.ReGKYU-uRiaYRJGrl .title-wrapper .script-section-title {
  margin-bottom: 10px;
}
.ReGKYU-uRiaYRJGrl .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .ReGKYU-uRiaYRJGrl .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRiaYRJGrl .text-wrapper {
    margin-bottom: 35px;
  }
}
.ReGKYU-uRiaYRJGrl .text-wrapper .script-text {
  margin-bottom: 0;
}
.ReGKYU-uRiaYRJGrl .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiaYRJGrl .image-wrapper {
    min-height: 400px;
  }
}
.ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #ffffff;
  width: 55%;
}
@media (max-width: 992px) {
  .ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper .card-wrap .icon-wrapper .script-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.ReGKYU-uRiaYRJGrl .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.ReGKYU-uRiaYRJGrl .script-section-title {
  color: #000000;
}
.ReGKYU-uRiaYRJGrl .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiaYRJGrl .card-text {
  color: #000000;
}
.ReGKYU-uRiaYRJGrl .card-text,
.ReGKYU-uRiaYRJGrl .card-wrapper {
  text-align: center;
}
.ReGKYU-uRibSew3T3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.ReGKYU-uRibSew3T3 .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRibSew3T3 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRibSew3T3 .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper {
    margin: 3px 0;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .image-wrapper {
  background-color: #e8e8e8;
  padding: 160px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 24px;
    margin-bottom: 6px;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #abaec5;
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 110px;
}
@media (max-width: 1440px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box .script-section-btn {
    margin-top: 24px;
  }
}
.ReGKYU-uRibSew3T3 .items-wrapper .item .item-wrapper .card-box .script-section-btn .btn {
  margin-bottom: 0;
}
.ReGKYU-uRibSew3T3 .card-label {
  color: #000000;
}
.ReGKYU-uRibSew3T3 .card-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRibSew3T3 .card-label,
.ReGKYU-uRibSew3T3 .script-section-btn {
  text-align: center;
}
.ReGKYU-uRibZQ8gan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #abaec5;
}
.ReGKYU-uRibZQ8gan .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRibZQ8gan .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRibZQ8gan .card {
  justify-content: flex-end;
}
.ReGKYU-uRibZQ8gan .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ReGKYU-uRibZQ8gan .title-wrapper {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRibZQ8gan .title-wrapper .script-tag {
  margin-bottom: 16px;
}
.ReGKYU-uRibZQ8gan .title-wrapper .script-section-title {
  margin-bottom: 0;
}
.ReGKYU-uRibZQ8gan .script-section-btn {
  margin-bottom: 40px;
}
.ReGKYU-uRibZQ8gan .script-section-btn .btn::after,
.ReGKYU-uRibZQ8gan .script-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.ReGKYU-uRibZQ8gan .script-section-btn .btn:hover,
.ReGKYU-uRibZQ8gan .script-section-btn .btn:focus {
  color: #ffffff !important;
}
.ReGKYU-uRibZQ8gan .script-section-btn .btn:hover::after,
.ReGKYU-uRibZQ8gan .script-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.ReGKYU-uRibZQ8gan .items-wrapper {
  margin: 0 -20px;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .ReGKYU-uRibZQ8gan .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRibZQ8gan .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.ReGKYU-uRibZQ8gan .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.ReGKYU-uRibZQ8gan .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .ReGKYU-uRibZQ8gan .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #000000;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #e8e8e8;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #e8e8e8;
}
@media (max-width: 992px) {
  .ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.ReGKYU-uRibZQ8gan .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.ReGKYU-uRibZQ8gan .script-section-title {
  color: #ffffff;
}
.ReGKYU-uRibZQ8gan .script-tag {
  color: #adadad;
}
.ReGKYU-uRibZQ8gan .item-date {
  color: #c7c7c7;
}
.ReGKYU-uRibZQ8gan .item-title {
  color: #ffffff;
}
.ReGKYU-uRibZQ8gan .item-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRibZQ8gan .list {
  color: #adadad;
}
.ReGKYU-uRibZQ8gan .main-btn {
  text-align: right;
}
.ReGKYU-uRibZQ8gan .script-section-title,
.ReGKYU-uRibZQ8gan .main-btn {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRibZQ8gan .item-title,
.ReGKYU-uRibZQ8gan .item-btn {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRice0ezcs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.ReGKYU-uRice0ezcs .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRice0ezcs .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRice0ezcs .items-wrap {
  justify-content: space-between;
}
.ReGKYU-uRice0ezcs .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #abaec5;
}
@media (max-width: 1440px) {
  .ReGKYU-uRice0ezcs .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRice0ezcs .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.ReGKYU-uRice0ezcs .content-wrapper .content-wrap .script-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRice0ezcs .content-wrapper .content-wrap .script-section-title {
    margin-bottom: 32px;
  }
}
.ReGKYU-uRice0ezcs .content-wrapper .content-wrap .script-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ReGKYU-uRice0ezcs .content-wrapper .content-wrap .script-text {
    margin-bottom: 22px;
  }
}
.ReGKYU-uRice0ezcs .content-wrapper .content-wrap .script-section-btn .btn {
  margin-bottom: 0;
}
.ReGKYU-uRice0ezcs .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .ReGKYU-uRice0ezcs .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRice0ezcs .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.ReGKYU-uRice0ezcs .content-wrapper .number-wrapper_1 .script-number_1 {
  margin-bottom: 0;
}
.ReGKYU-uRice0ezcs .image-wrapper {
  position: relative;
  border: 3px solid #abaec5;
  background-color: #abaec5;
  height: 100%;
}
@media (max-width: 992px) {
  .ReGKYU-uRice0ezcs .image-wrapper {
    height: 350px;
  }
}
.ReGKYU-uRice0ezcs .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ReGKYU-uRice0ezcs .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ReGKYU-uRice0ezcs .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .ReGKYU-uRice0ezcs .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.ReGKYU-uRice0ezcs .image-wrapper .number-wrapper_2 .script-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #abaec5;
  margin-bottom: 0;
}
.ReGKYU-uRice0ezcs .script-section-title {
  color: #191c25;
}
.ReGKYU-uRice0ezcs .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRice0ezcs .script-number_1 {
  color: #191c25;
}
.ReGKYU-uRice0ezcs .script-number_2,
.ReGKYU-uRice0ezcs .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.ReGKYU-uRice0ezcs .script-section-title,
.ReGKYU-uRice0ezcs .script-section-btn {
  text-align: center;
}
.ReGKYU-uRicOSeFsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #abaec5;
}
.ReGKYU-uRicOSeFsW .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRicOSeFsW .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRicOSeFsW .row {
  justify-content: center;
}
.ReGKYU-uRicOSeFsW .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .ReGKYU-uRicOSeFsW .row {
    padding: 0 12px;
  }
}
.ReGKYU-uRicOSeFsW .item-wrap {
  z-index: 1;
}
.ReGKYU-uRicOSeFsW .script-section-subtitle {
  margin-bottom: 46px;
  color: #000000;
}
@media (max-width: 992px) {
  .ReGKYU-uRicOSeFsW .script-section-subtitle {
    margin-bottom: 37px;
  }
}
.ReGKYU-uRicOSeFsW .title-wrapper .script-section-title {
  margin-bottom: 19.5px;
}
.ReGKYU-uRicOSeFsW .text-wrapper .script-text {
  margin-bottom: 46px;
  padding-top: 8px;
  opacity: .8;
}
@media (max-width: 992px) {
  .ReGKYU-uRicOSeFsW .text-wrapper .script-text {
    margin-bottom: 37px;
    padding-top: 6.5px;
  }
}
.ReGKYU-uRicOSeFsW .script-section-title {
  color: #ffffff;
}
.ReGKYU-uRicOSeFsW .script-text {
  color: #ffffff;
}
.ReGKYU-uRicOSeFsW .script-section-title,
.ReGKYU-uRicOSeFsW .image-wrapper {
  color: #000000;
}
.ReGKYU-uRicOSeFsW .script-text,
.ReGKYU-uRicOSeFsW .script-section-btn {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRigDlUvt7 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  z-index: 0;
}
.ReGKYU-uRigDlUvt7 .card-wrapper {
  display: flex;
  overflow: visible;
}
.ReGKYU-uRigDlUvt7 img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.ReGKYU-uRigDlUvt7 .icon1 {
  background: #abaec5;
}
.ReGKYU-uRigDlUvt7 .icon2 {
  background: #abaec5;
}
.ReGKYU-uRigDlUvt7 .icon3 {
  background: #abaec5;
}
.ReGKYU-uRigDlUvt7 .card-box {
  padding-left: 1rem;
}
.ReGKYU-uRigDlUvt7 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ReGKYU-uRigDlUvt7 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.ReGKYU-uRigDlUvt7 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.ReGKYU-uRigDlUvt7 .iconfont-wrapper:hover .script-iconfont {
  color: white;
}
.ReGKYU-uRigDlUvt7 .script-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #000000;
}
.ReGKYU-uRigDlUvt7 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.ReGKYU-uRigDlUvt7 .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .ReGKYU-uRigDlUvt7 .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .ReGKYU-uRigDlUvt7 .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.ReGKYU-uRigDlUvt7 .card-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRigDlUvt7 .title {
  color: #ffffff;
}
.ReGKYU-uRigDlUvt7 .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRigDlUvt7 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRigDlUvt7 .title,
.ReGKYU-uRigDlUvt7 .img-col {
  color: #000000;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .list {
  color: #ffffff;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRiaT8UEpf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRiaT8UEpf .nav-link {
  position: relative;
}
.ReGKYU-uRiaT8UEpf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRiaT8UEpf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRiaT8UEpf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu,
.ReGKYU-uRiaT8UEpf .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item:focus,
.ReGKYU-uRiaT8UEpf .nav-link:focus {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRiaT8UEpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRiaT8UEpf .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%;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRiaT8UEpf .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%;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown-item.active,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRiaT8UEpf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRiaT8UEpf ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRiaT8UEpf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRiaT8UEpf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .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) {
  .ReGKYU-uRiaT8UEpf .navbar {
    height: 70px;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRiaT8UEpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRiaT8UEpf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRihjpCvi5 {
  position: relative;
  background-color: #abaec5;
}
.ReGKYU-uRihjpCvi5 .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihjpCvi5 .image-wrap img {
    padding: 12px 0;
  }
}
.ReGKYU-uRihjpCvi5 .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRihjpCvi5 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRihjpCvi5 .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.ReGKYU-uRihjpCvi5 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .ReGKYU-uRihjpCvi5 .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRihjpCvi5 .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.ReGKYU-uRihjpCvi5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  pointer-events: none;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .script-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .script-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihjpCvi5 .content-wrapper .script-text {
    width: 100%;
  }
}
.ReGKYU-uRihjpCvi5 .content-wrapper .script-section-btn {
  position: relative;
  z-index: 2;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .script-section-btn .btn {
  margin-bottom: 0;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .script-iconfont,
.ReGKYU-uRihjpCvi5 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .script-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.ReGKYU-uRihjpCvi5 .content-wrapper .social-wrapper .social-wrap .soc-item a .script-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.ReGKYU-uRihjpCvi5 .script-section-title {
  color: #191c25;
}
.ReGKYU-uRihjpCvi5 .script-text,
.ReGKYU-uRihjpCvi5 .text-wrapper {
  color: #191c25;
  text-align: right;
}
.ReGKYU-uRihjpCvi5 .script-section-title,
.ReGKYU-uRihjpCvi5 .script-section-btn,
.ReGKYU-uRihjpCvi5 .social-wrapper {
  text-align: center;
}
.ReGKYU-uRihjpCvi5 .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRihnCcYcf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.ReGKYU-uRihnCcYcf .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRihnCcYcf .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRihnCcYcf .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ReGKYU-uRihnCcYcf .content-wrapper {
    margin-bottom: 35px;
  }
}
.ReGKYU-uRihnCcYcf .content-wrapper .script-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihnCcYcf .content-wrapper .script-desc {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRihnCcYcf .content-wrapper .script-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihnCcYcf .content-wrapper .script-section-title {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRihnCcYcf .content-wrapper .script-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihnCcYcf .content-wrapper .script-text {
    margin-bottom: 15px;
  }
}
.ReGKYU-uRihnCcYcf .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihnCcYcf .image-wrapper {
    padding-left: 0;
  }
}
.ReGKYU-uRihnCcYcf .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .ReGKYU-uRihnCcYcf .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.ReGKYU-uRihnCcYcf .script-section-title {
  color: #000000;
}
.ReGKYU-uRihnCcYcf .script-desc {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRihnCcYcf .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRihnCcYcf .script-section-title,
.ReGKYU-uRihnCcYcf .script-section-btn {
  text-align: center;
}
.ReGKYU-uRihx1Aya8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #abaec5;
}
.ReGKYU-uRihx1Aya8 .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRihx1Aya8 .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRihx1Aya8 .container,
.ReGKYU-uRihx1Aya8 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihx1Aya8 .container,
  .ReGKYU-uRihx1Aya8 .container-fluid {
    padding: 0 20px;
  }
}
.ReGKYU-uRihx1Aya8 .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .ReGKYU-uRihx1Aya8 .title-wrapper {
    padding: 25px 0;
  }
}
.ReGKYU-uRihx1Aya8 .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihx1Aya8 .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.ReGKYU-uRihx1Aya8 .title-wrapper .title-wrap .script-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihx1Aya8 .title-wrapper .title-wrap .script-section-title {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRihx1Aya8 .title-wrapper .title-wrap .script-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihx1Aya8 .title-wrapper .title-wrap .script-text {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRihx1Aya8 .script-section-title {
  color: #3d4045;
}
.ReGKYU-uRihx1Aya8 .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRihx1Aya8 .script-section-btn {
  text-align: right;
}
.ReGKYU-uRihx1Aya8 .script-section-title,
.ReGKYU-uRihx1Aya8 .script-section-btn {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRihqk7UBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.ReGKYU-uRihqk7UBt .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRihqk7UBt .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRihqk7UBt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ReGKYU-uRihqk7UBt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ReGKYU-uRihqk7UBt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRihqk7UBt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ReGKYU-uRihqk7UBt .container {
    padding: 0 16px;
  }
}
.ReGKYU-uRihqk7UBt .row {
  justify-content: center;
}
.ReGKYU-uRihqk7UBt .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #abaec5;
}
@media (max-width: 1200px) {
  .ReGKYU-uRihqk7UBt .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRihqk7UBt .content-wrapper {
    padding: 30px 25px;
  }
}
.ReGKYU-uRihqk7UBt .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .ReGKYU-uRihqk7UBt .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.ReGKYU-uRihqk7UBt .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .ReGKYU-uRihqk7UBt .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.ReGKYU-uRihqk7UBt .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .ReGKYU-uRihqk7UBt .content-wrapper .content-wrap {
    padding: 0;
  }
}
.ReGKYU-uRihqk7UBt .content-wrapper .content-wrap .script-section-title {
  margin-bottom: 16px;
}
.ReGKYU-uRihqk7UBt .content-wrapper .content-wrap .script-text {
  margin-bottom: 16px;
}
.ReGKYU-uRihqk7UBt .script-section-title {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRihqk7UBt .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .list {
  color: #ffffff;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRiaT8UEpf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRiaT8UEpf .nav-link {
  position: relative;
}
.ReGKYU-uRiaT8UEpf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRiaT8UEpf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRiaT8UEpf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu,
.ReGKYU-uRiaT8UEpf .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item:focus,
.ReGKYU-uRiaT8UEpf .nav-link:focus {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRiaT8UEpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRiaT8UEpf .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%;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRiaT8UEpf .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%;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown-item.active,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRiaT8UEpf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRiaT8UEpf ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRiaT8UEpf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRiaT8UEpf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .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) {
  .ReGKYU-uRiaT8UEpf .navbar {
    height: 70px;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRiaT8UEpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRiaT8UEpf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRiieOa4UV {
  overflow: hidden;
  background-color: #abaec5;
}
.ReGKYU-uRiieOa4UV .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRiieOa4UV .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRiieOa4UV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .container {
    padding: 0 24px;
  }
}
.ReGKYU-uRiieOa4UV .row {
  position: relative;
}
.ReGKYU-uRiieOa4UV .row .card {
  justify-content: center;
}
.ReGKYU-uRiieOa4UV .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ffffff;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .ReGKYU-uRiieOa4UV .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.ReGKYU-uRiieOa4UV .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .title-wrapper {
    margin-bottom: 32px;
  }
}
.ReGKYU-uRiieOa4UV .title-wrapper .script-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .title-wrapper .script-section-title {
    margin-bottom: 32px;
  }
}
.ReGKYU-uRiieOa4UV .title-wrapper .script-text {
  margin-bottom: 0;
}
.ReGKYU-uRiieOa4UV .title-wrapper .script-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .title-wrapper .script-section-btn {
    margin-top: 32px;
  }
}
.ReGKYU-uRiieOa4UV .image-wrapper {
  position: relative;
}
.ReGKYU-uRiieOa4UV .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ReGKYU-uRiieOa4UV .image-wrapper img {
    height: 350px;
  }
}
.ReGKYU-uRiieOa4UV .script-section-title {
  color: #F5DF4D;
}
.ReGKYU-uRiieOa4UV .script-text {
  color: #FF3399;
}
.ReGKYU-uRiieOa4UV .script-section-title,
.ReGKYU-uRiieOa4UV .script-section-btn {
  text-align: center;
  color: #000000;
}
.ReGKYU-uRiieOa4UV .script-text,
.ReGKYU-uRiieOa4UV .script-section-btn {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiijoYohk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.ReGKYU-uRiijoYohk .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRiijoYohk .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRiijoYohk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiijoYohk .title-wrapper {
    margin-bottom: 48px;
  }
}
.ReGKYU-uRiijoYohk .title-wrapper .script-section-title {
  margin-bottom: 24px;
}
.ReGKYU-uRiijoYohk .title-wrapper .text-wrapper .script-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ReGKYU-uRiijoYohk .title-wrapper .text-wrapper .script-text {
    width: 100%;
  }
}
.ReGKYU-uRiijoYohk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.ReGKYU-uRiijoYohk .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiijoYohk .item {
    margin-bottom: 28px;
  }
}
.ReGKYU-uRiijoYohk .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.ReGKYU-uRiijoYohk .item .item-wrapper:hover,
.ReGKYU-uRiijoYohk .item .item-wrapper:focus {
  border: 2px solid #545454;
  background-color: #545454;
  transform: rotateY(-6deg);
}
.ReGKYU-uRiijoYohk .item .item-wrapper:hover .item-wrap,
.ReGKYU-uRiijoYohk .item .item-wrapper:focus .item-wrap {
  border: 1px solid #545454;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #abaec5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #121212;
  margin-bottom: 0;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.ReGKYU-uRiijoYohk .item .item-wrapper .item-wrap .icon-wrapper .script-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #000000;
}
.ReGKYU-uRiijoYohk .script-section-title {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiijoYohk .script-text,
.ReGKYU-uRiijoYohk .text-wrapper {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiijoYohk .item-title {
  color: #ffffff;
}
.ReGKYU-uRiijoYohk .item-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiijoYohk .item-number,
.ReGKYU-uRiijoYohk .number-wrap {
  color: #9aa0a6;
}
.ReGKYU-uRiijoYohk .icon-wrapper {
  text-align: right;
}
.ReGKYU-uRiijoYohk .item-title,
.ReGKYU-uRiijoYohk .icon-wrapper {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiiIja051 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #abaec5;
}
@media (max-width: 992px) and (max-width: 992px) {
  .ReGKYU-uRiiIja051 .container {
    padding: 0 24px;
  }
}
.ReGKYU-uRiiIja051 .card {
  justify-content: center;
}
.ReGKYU-uRiiIja051 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiiIja051 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.ReGKYU-uRiiIja051 .title-wrapper .script-section-title {
  margin-bottom: 16px;
}
.ReGKYU-uRiiIja051 .title-wrapper .script-desc {
  margin-bottom: 0;
}
.ReGKYU-uRiiIja051 .text-wrapper {
  border-top: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiiIja051 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.ReGKYU-uRiiIja051 .text-wrapper .script-text {
  width: 45%;
}
@media (max-width: 992px) {
  .ReGKYU-uRiiIja051 .text-wrapper .script-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .ReGKYU-uRiiIja051 .text-wrapper .script-text:last-child {
    margin-bottom: 0;
  }
}
.ReGKYU-uRiiIja051 .script-section-title {
  color: #F9F6E0;
}
.ReGKYU-uRiiIja051 .script-desc {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiiIja051 .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiiIja051 .script-section-btn {
  text-align: right;
}
.ReGKYU-uRiiIja051 .script-section-title,
.ReGKYU-uRiiIja051 .script-section-btn {
  text-align: center;
  color: #000000;
}
.ReGKYU-uRiiFWKk2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.ReGKYU-uRiiFWKk2f .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRiiFWKk2f .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRiiFWKk2f .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ReGKYU-uRiiFWKk2f .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ReGKYU-uRiiFWKk2f .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRiiFWKk2f .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ReGKYU-uRiiFWKk2f .container {
    padding: 0 16px;
  }
}
.ReGKYU-uRiiFWKk2f .row {
  justify-content: space-between;
}
.ReGKYU-uRiiFWKk2f .row:hover,
.ReGKYU-uRiiFWKk2f .row:focus {
  cursor: pointer;
}
.ReGKYU-uRiiFWKk2f .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .ReGKYU-uRiiFWKk2f .image-wrapper {
    margin-bottom: 32px;
  }
}
.ReGKYU-uRiiFWKk2f .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .ReGKYU-uRiiFWKk2f .image-wrapper img {
    height: 300px;
  }
}
.ReGKYU-uRiiFWKk2f .content-wrapper .script-section-title {
  margin-bottom: 16px;
}
.ReGKYU-uRiiFWKk2f .content-wrapper .script-text {
  margin-bottom: 16px;
}
.ReGKYU-uRiiFWKk2f .script-section-title {
  color: #000000;
}
.ReGKYU-uRiiFWKk2f .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRiiFWKk2f .script-section-title,
.ReGKYU-uRiiFWKk2f .script-section-btn {
  text-align: center;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .list {
  color: #ffffff;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRiaT8UEpf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRiaT8UEpf .nav-link {
  position: relative;
}
.ReGKYU-uRiaT8UEpf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRiaT8UEpf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRiaT8UEpf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu,
.ReGKYU-uRiaT8UEpf .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item:focus,
.ReGKYU-uRiaT8UEpf .nav-link:focus {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRiaT8UEpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRiaT8UEpf .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%;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRiaT8UEpf .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%;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown-item.active,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRiaT8UEpf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRiaT8UEpf ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRiaT8UEpf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRiaT8UEpf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .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) {
  .ReGKYU-uRiaT8UEpf .navbar {
    height: 70px;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRiaT8UEpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRiaT8UEpf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRijJEOWIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #abaec5;
}
.ReGKYU-uRijJEOWIK .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRijJEOWIK .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRijJEOWIK .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #abaec5 30%, #e8e8e8 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .ReGKYU-uRijJEOWIK .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRijJEOWIK .card-wrapper {
    margin-bottom: 32px;
  }
}
.ReGKYU-uRijJEOWIK .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #abaec5, #e8e8e8, transparent);
  height: 1px;
  width: 100%;
}
.ReGKYU-uRijJEOWIK .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .ReGKYU-uRijJEOWIK .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.ReGKYU-uRijJEOWIK .card-wrapper .title-wrapper .script-title {
  margin-bottom: 16px;
}
.ReGKYU-uRijJEOWIK .card-wrapper .title-wrapper .script-text {
  margin-bottom: 0;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #abaec5;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #000000, #000000 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #000000 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .script-section-btn {
  width: 100%;
  padding: 0;
}
.ReGKYU-uRijJEOWIK .card-wrapper .form-wrapper .dragArea.row .script-section-btn .btn {
  margin: 0;
}
.ReGKYU-uRijJEOWIK .script-section-btn {
  text-align: right;
}
.ReGKYU-uRijJEOWIK .script-title {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRijJEOWIK .script-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRijJEOWIK label {
  color: #ffffff;
}
.ReGKYU-uRijJEOWIK H5 {
  text-align: center;
}
.ReGKYU-uRivF3Rsik {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  z-index: 0;
}
.ReGKYU-uRivF3Rsik .card-wrapper {
  display: flex;
  overflow: visible;
}
.ReGKYU-uRivF3Rsik img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.ReGKYU-uRivF3Rsik .icon1 {
  background: #abaec5;
}
.ReGKYU-uRivF3Rsik .icon2 {
  background: #abaec5;
}
.ReGKYU-uRivF3Rsik .icon3 {
  background: #abaec5;
}
.ReGKYU-uRivF3Rsik .card-box {
  padding-left: 1rem;
}
.ReGKYU-uRivF3Rsik .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ReGKYU-uRivF3Rsik .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.ReGKYU-uRivF3Rsik .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.ReGKYU-uRivF3Rsik .iconfont-wrapper:hover .script-iconfont {
  color: white;
}
.ReGKYU-uRivF3Rsik .script-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #000000;
}
.ReGKYU-uRivF3Rsik .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.ReGKYU-uRivF3Rsik .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .ReGKYU-uRivF3Rsik .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .ReGKYU-uRivF3Rsik .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.ReGKYU-uRivF3Rsik .card-text {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRivF3Rsik .title {
  color: #ffffff;
}
.ReGKYU-uRivF3Rsik .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRivF3Rsik .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRivF3Rsik .title,
.ReGKYU-uRivF3Rsik .img-col {
  color: #000000;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .list {
  color: #ffffff;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRiaT8UEpf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRiaT8UEpf .dropdown-item:hover,
.ReGKYU-uRiaT8UEpf .dropdown-item:focus,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRiaT8UEpf .nav-link {
  position: relative;
}
.ReGKYU-uRiaT8UEpf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRiaT8UEpf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRiaT8UEpf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRiaT8UEpf .dropdown-menu,
.ReGKYU-uRiaT8UEpf .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item:focus,
.ReGKYU-uRiaT8UEpf .nav-link:focus {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRiaT8UEpf .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRiaT8UEpf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRiaT8UEpf .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%;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRiaT8UEpf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRiaT8UEpf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRiaT8UEpf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRiaT8UEpf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRiaT8UEpf .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%;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRiaT8UEpf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRiaT8UEpf .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRiaT8UEpf .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRiaT8UEpf .dropdown-item.active,
.ReGKYU-uRiaT8UEpf .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRiaT8UEpf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRiaT8UEpf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRiaT8UEpf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRiaT8UEpf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRiaT8UEpf ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRiaT8UEpf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRiaT8UEpf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRiaT8UEpf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRiaT8UEpf .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRiaT8UEpf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRiaT8UEpf .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) {
  .ReGKYU-uRiaT8UEpf .navbar {
    height: 70px;
  }
  .ReGKYU-uRiaT8UEpf .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRiaT8UEpf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRiaT8UEpf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRiaT8UEpf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRiaT8UEpf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRikyDXehw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.ReGKYU-uRikyDXehw .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRikyDXehw .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRikyDXehw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .container {
    padding: 0 16px;
  }
}
.ReGKYU-uRikyDXehw .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .row {
    margin: 0 10px;
  }
}
.ReGKYU-uRikyDXehw .row .card {
  position: relative;
  padding: 0;
}
.ReGKYU-uRikyDXehw .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #abaec5;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .ReGKYU-uRikyDXehw .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .row .card .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRikyDXehw .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  border: 5px solid #abaec5;
  z-index: 1;
}
@media (max-width: 1300px) {
  .ReGKYU-uRikyDXehw .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .row .card .icon-decor {
    display: none;
  }
}
.ReGKYU-uRikyDXehw .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .title-wrapper {
    width: 100%;
  }
}
.ReGKYU-uRikyDXehw .title-wrapper .script-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ReGKYU-uRikyDXehw .title-wrapper .script-section-title {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRikyDXehw .title-wrapper .script-text {
  margin-bottom: 0;
}
.ReGKYU-uRikyDXehw .script-section-title {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRikyDXehw .script-text {
  color: #000000;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .list {
  color: #ffffff;
}
.ReGKYU-uRikLx1Fc5 .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRikLx1Fc5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRikLx1Fc5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item:hover,
.ReGKYU-uRikLx1Fc5 .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item:hover,
.ReGKYU-uRikLx1Fc5 .dropdown-item:focus,
.ReGKYU-uRikLx1Fc5 .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRikLx1Fc5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRikLx1Fc5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRikLx1Fc5 .nav-link {
  position: relative;
}
.ReGKYU-uRikLx1Fc5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRikLx1Fc5 .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRikLx1Fc5 .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRikLx1Fc5 .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRikLx1Fc5 .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRikLx1Fc5 .dropdown-menu,
.ReGKYU-uRikLx1Fc5 .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRikLx1Fc5 .nav-item:focus,
.ReGKYU-uRikLx1Fc5 .nav-link:focus {
  outline: none;
}
.ReGKYU-uRikLx1Fc5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRikLx1Fc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRikLx1Fc5 .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRikLx1Fc5 .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRikLx1Fc5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRikLx1Fc5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRikLx1Fc5 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRikLx1Fc5 .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRikLx1Fc5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRikLx1Fc5 .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%;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRikLx1Fc5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRikLx1Fc5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRikLx1Fc5 .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRikLx1Fc5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRikLx1Fc5 .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRikLx1Fc5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRikLx1Fc5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRikLx1Fc5 .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%;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRikLx1Fc5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRikLx1Fc5 .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRikLx1Fc5 .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRikLx1Fc5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRikLx1Fc5 .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRikLx1Fc5 .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRikLx1Fc5 .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRikLx1Fc5 .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRikLx1Fc5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRikLx1Fc5 .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRikLx1Fc5 .dropdown-item.active,
.ReGKYU-uRikLx1Fc5 .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRikLx1Fc5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRikLx1Fc5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRikLx1Fc5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRikLx1Fc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRikLx1Fc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRikLx1Fc5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRikLx1Fc5 ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRikLx1Fc5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRikLx1Fc5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRikLx1Fc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRikLx1Fc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRikLx1Fc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRikLx1Fc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRikLx1Fc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRikLx1Fc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRikLx1Fc5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRikLx1Fc5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRikLx1Fc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRikLx1Fc5 .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRikLx1Fc5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRikLx1Fc5 .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) {
  .ReGKYU-uRikLx1Fc5 .navbar {
    height: 70px;
  }
  .ReGKYU-uRikLx1Fc5 .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRikLx1Fc5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRikLx1Fc5 .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRikLx1Fc5 .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRikLx1Fc5 .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRikLx1Fc5 .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRikLx1Fc5 .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRikLyLmNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.ReGKYU-uRikLyLmNP .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRikLyLmNP .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRikLyLmNP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .container {
    padding: 0 16px;
  }
}
.ReGKYU-uRikLyLmNP .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .row {
    margin: 0 10px;
  }
}
.ReGKYU-uRikLyLmNP .row .card {
  position: relative;
  padding: 0;
}
.ReGKYU-uRikLyLmNP .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #abaec5;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .ReGKYU-uRikLyLmNP .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .row .card .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRikLyLmNP .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  border: 5px solid #abaec5;
  z-index: 1;
}
@media (max-width: 1300px) {
  .ReGKYU-uRikLyLmNP .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .row .card .icon-decor {
    display: none;
  }
}
.ReGKYU-uRikLyLmNP .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .title-wrapper {
    width: 100%;
  }
}
.ReGKYU-uRikLyLmNP .title-wrapper .script-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ReGKYU-uRikLyLmNP .title-wrapper .script-section-title {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRikLyLmNP .title-wrapper .script-text {
  margin-bottom: 0;
}
.ReGKYU-uRikLyLmNP .script-section-title {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRikLyLmNP .script-text {
  color: #000000;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .list {
  color: #ffffff;
}
.ReGKYU-uRikNJdEQS .navbar-dropdown {
  position: relative !important;
}
.ReGKYU-uRikNJdEQS .dropdown-item:before {
  font-family: zoom2 !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;
}
.ReGKYU-uRikNJdEQS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ReGKYU-uRikNJdEQS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #161616 !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.ReGKYU-uRikNJdEQS .dropdown-item:hover,
.ReGKYU-uRikNJdEQS .dropdown-item:focus {
  background: #472d53 !important;
  color: white !important;
}
.ReGKYU-uRikNJdEQS .dropdown-item:hover span {
  color: white;
}
.ReGKYU-uRikNJdEQS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ReGKYU-uRikNJdEQS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ReGKYU-uRikNJdEQS .dropdown-item:hover,
.ReGKYU-uRikNJdEQS .dropdown-item:focus,
.ReGKYU-uRikNJdEQS .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.ReGKYU-uRikNJdEQS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ReGKYU-uRikNJdEQS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ReGKYU-uRikNJdEQS .nav-link {
  position: relative;
}
.ReGKYU-uRikNJdEQS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .ReGKYU-uRikNJdEQS .container {
    flex-wrap: nowrap;
  }
}
.ReGKYU-uRikNJdEQS .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.ReGKYU-uRikNJdEQS .navbar-caption {
  font-weight: 700;
}
.ReGKYU-uRikNJdEQS .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.ReGKYU-uRikNJdEQS .dropdown-menu,
.ReGKYU-uRikNJdEQS .navbar.opened {
  background: #4c5072 !important;
}
.ReGKYU-uRikNJdEQS .nav-item:focus,
.ReGKYU-uRikNJdEQS .nav-link:focus {
  outline: none;
}
.ReGKYU-uRikNJdEQS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRikNJdEQS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ReGKYU-uRikNJdEQS .dropdown .dropdown-menu .dropdown-item .script-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ReGKYU-uRikNJdEQS .dropdown .dropdown-menu .dropdown-item .script-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ReGKYU-uRikNJdEQS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ReGKYU-uRikNJdEQS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ReGKYU-uRikNJdEQS .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4c5072;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .ReGKYU-uRikNJdEQS .navbar {
    min-height: 80px;
  }
  .ReGKYU-uRikNJdEQS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ReGKYU-uRikNJdEQS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ReGKYU-uRikNJdEQS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ReGKYU-uRikNJdEQS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ReGKYU-uRikNJdEQS .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%;
  }
  .ReGKYU-uRikNJdEQS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ReGKYU-uRikNJdEQS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ReGKYU-uRikNJdEQS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ReGKYU-uRikNJdEQS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .ReGKYU-uRikNJdEQS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ReGKYU-uRikNJdEQS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ReGKYU-uRikNJdEQS .navbar.opened {
  transition: all 0.3s;
}
.ReGKYU-uRikNJdEQS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.ReGKYU-uRikNJdEQS .navbar .navbar-logo img {
  width: auto;
}
.ReGKYU-uRikNJdEQS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed {
  justify-content: center;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ReGKYU-uRikNJdEQS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.ReGKYU-uRikNJdEQS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ReGKYU-uRikNJdEQS .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%;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ReGKYU-uRikNJdEQS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ReGKYU-uRikNJdEQS .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .ReGKYU-uRikNJdEQS .navbar.navbar-short {
    min-height: 70px;
  }
}
.ReGKYU-uRikNJdEQS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ReGKYU-uRikNJdEQS .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRikNJdEQS .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.ReGKYU-uRikNJdEQS .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;
  z-index: 1;
}
@media (max-width: 991px) {
  .ReGKYU-uRikNJdEQS .navbar-brand {
    min-height: 80px;
  }
}
.ReGKYU-uRikNJdEQS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.ReGKYU-uRikNJdEQS .navbar-brand .navbar-logo a {
  outline: none;
}
.ReGKYU-uRikNJdEQS .dropdown-item.active,
.ReGKYU-uRikNJdEQS .dropdown-item:active {
  background-color: transparent;
}
.ReGKYU-uRikNJdEQS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ReGKYU-uRikNJdEQS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ReGKYU-uRikNJdEQS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ReGKYU-uRikNJdEQS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4c5072;
}
.ReGKYU-uRikNJdEQS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ReGKYU-uRikNJdEQS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ReGKYU-uRikNJdEQS ul.navbar-nav {
  flex-wrap: wrap;
}
.ReGKYU-uRikNJdEQS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ReGKYU-uRikNJdEQS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.ReGKYU-uRikNJdEQS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.ReGKYU-uRikNJdEQS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ReGKYU-uRikNJdEQS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRikNJdEQS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ReGKYU-uRikNJdEQS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ReGKYU-uRikNJdEQS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRikNJdEQS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ReGKYU-uRikNJdEQS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ReGKYU-uRikNJdEQS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ReGKYU-uRikNJdEQS .navbar-dropdown {
  padding: 0 1rem;
}
.ReGKYU-uRikNJdEQS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReGKYU-uRikNJdEQS .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) {
  .ReGKYU-uRikNJdEQS .navbar {
    height: 70px;
  }
  .ReGKYU-uRikNJdEQS .navbar.opened {
    height: auto;
  }
  .ReGKYU-uRikNJdEQS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ReGKYU-uRikNJdEQS .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.ReGKYU-uRikNJdEQS .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.ReGKYU-uRikNJdEQS .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .ReGKYU-uRikNJdEQS .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ReGKYU-uRikNJdEQS .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.ReGKYU-uRikNKPRfY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.ReGKYU-uRikNKPRfY .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRikNKPRfY .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRikNKPRfY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .container {
    padding: 0 16px;
  }
}
.ReGKYU-uRikNKPRfY .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .row {
    margin: 0 10px;
  }
}
.ReGKYU-uRikNKPRfY .row .card {
  position: relative;
  padding: 0;
}
.ReGKYU-uRikNKPRfY .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #abaec5;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .ReGKYU-uRikNKPRfY .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .row .card .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRikNKPRfY .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  border: 5px solid #abaec5;
  z-index: 1;
}
@media (max-width: 1300px) {
  .ReGKYU-uRikNKPRfY .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .row .card .icon-decor {
    display: none;
  }
}
.ReGKYU-uRikNKPRfY .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .title-wrapper {
    width: 100%;
  }
}
.ReGKYU-uRikNKPRfY .title-wrapper .script-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .ReGKYU-uRikNKPRfY .title-wrapper .script-section-title {
    margin-bottom: 20px;
  }
}
.ReGKYU-uRikNKPRfY .title-wrapper .script-text {
  margin-bottom: 0;
}
.ReGKYU-uRikNKPRfY .script-section-title {
  color: #000000;
  text-align: center;
}
.ReGKYU-uRikNKPRfY .script-text {
  color: #000000;
}
.ReGKYU-uRizj9tdqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #4c5072;
}
.ReGKYU-uRizj9tdqo .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #abaec5;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .decor-wrapper {
    display: none;
  }
}
.ReGKYU-uRizj9tdqo .script-fallback-image.disabled {
  display: none;
}
.ReGKYU-uRizj9tdqo .script-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ReGKYU-uRizj9tdqo .title-wrapper {
  position: relative;
  z-index: 1;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-section-title {
  margin-bottom: 20px;
}
.ReGKYU-uRizj9tdqo .title-wrapper .script-copy {
  margin-bottom: 0;
}
.ReGKYU-uRizj9tdqo .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ReGKYU-uRizj9tdqo .social-wrapper {
    margin-top: 32px;
  }
}
.ReGKYU-uRizj9tdqo .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 20px;
}
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:hover,
.ReGKYU-uRizj9tdqo .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.ReGKYU-uRizj9tdqo .script-section-title {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .script-copy {
  color: #ffffff;
  text-align: center;
}
.ReGKYU-uRizj9tdqo .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 */
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 16: scaleY compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleY(0.9);
}
/* endmainanimations */
