.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.rendering-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .rendering-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .rendering-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .rendering-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .rendering-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .rendering-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3.5rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17416e !important;
}
.bg-success {
  background-color: #7787a5 !important;
}
.bg-info {
  background-color: #c6d6e4 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #123861 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17416e !important;
  border-color: #17416e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #468cd8 !important;
  border-color: #468cd8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #468cd8 !important;
  border-color: #468cd8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #123861 !important;
  border-color: #123861 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3383d9 !important;
  border-color: #3383d9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3383d9 !important;
  border-color: #3383d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c6d6e4 !important;
  border-color: #c6d6e4 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #d3d8e2 !important;
  border-color: #d3d8e2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d3d8e2 !important;
  border-color: #d3d8e2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #123861 !important;
  border-color: #123861 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3383d9 !important;
  border-color: #3383d9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3383d9 !important;
  border-color: #3383d9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #17416e;
  color: #17416e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #081726 !important;
  background-color: transparent !important;
  border-color: #081726 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17416e !important;
  border-color: #17416e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #123861;
  color: #123861;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #040e18 !important;
  background-color: transparent !important;
  border-color: #040e18 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #123861 !important;
  border-color: #123861 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c6d6e4;
  color: #c6d6e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8bacc8 !important;
  background-color: transparent !important;
  border-color: #8bacc8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #375874 !important;
  background-color: #c6d6e4 !important;
  border-color: #c6d6e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7787a5;
  color: #7787a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  border-color: #4f5d77 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #123861;
  color: #123861;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #040e18 !important;
  background-color: transparent !important;
  border-color: #040e18 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #123861 !important;
  border-color: #123861 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #17416e !important;
}
.text-secondary {
  color: #123861 !important;
}
.text-success {
  color: #7787a5 !important;
}
.text-info {
  color: #c6d6e4 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #123861 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #17416e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #02060b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48556e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #81a4c3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #02060b !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;
}
.nav-tabs .nav-link.active {
  color: #17416e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c6d6e4;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #123861;
}
.rendering-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.rendering-gallery-filter li a {
  border-radius: 100px !important;
}
.rendering-gallery-filter li.active .btn {
  background-color: #17416e;
  border-color: #17416e;
  color: #ffffff;
}
.rendering-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #17416e;
}
.rendering-plan-header.bg-primary .rendering-plan-subtitle,
.rendering-plan-header.bg-primary .rendering-plan-price-desc {
  color: #317fd4;
}
.rendering-plan-header.bg-success .rendering-plan-subtitle,
.rendering-plan-header.bg-success .rendering-plan-price-desc {
  color: #c4cbd8;
}
.rendering-plan-header.bg-info .rendering-plan-subtitle,
.rendering-plan-header.bg-info .rendering-plan-price-desc {
  color: #ffffff;
}
.rendering-plan-header.bg-warning .rendering-plan-subtitle,
.rendering-plan-header.bg-warning .rendering-plan-price-desc {
  color: #ffffff;
}
.rendering-plan-header.bg-danger .rendering-plan-subtitle,
.rendering-plan-header.bg-danger .rendering-plan-price-desc {
  color: #2676cd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .rendering-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #17416e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .rendering-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #17416e;
}
/* Forms */
.rendering-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.rendering-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.rendering-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.rendering-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17416e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17416e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17416e;
  border-bottom-color: #17416e;
}
.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: #17416e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #123861 !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='%2317416e' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.yvyYfohl-uNZpoPZOGo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffeb69;
  background-color: #fffad8;
}
.yvyYfohl-uNZpoPZOGo .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZpoPZOGo .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZpoPZOGo .card {
  justify-content: center;
}
.yvyYfohl-uNZpoPZOGo .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .yvyYfohl-uNZpoPZOGo .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.yvyYfohl-uNZpoPZOGo .content-wrapper .rendering-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .content-wrapper .rendering-section-btn {
    margin-bottom: 22px;
  }
}
.yvyYfohl-uNZpoPZOGo .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.yvyYfohl-uNZpoPZOGo .content-wrapper .tag-wrapper .rendering-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #fffad8;
}
.yvyYfohl-uNZpoPZOGo .content-wrapper .rendering-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .content-wrapper .rendering-section-title {
    margin-bottom: 32px;
  }
}
.yvyYfohl-uNZpoPZOGo .content-wrapper .text-wrapper .rendering-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .content-wrapper .text-wrapper .rendering-text {
    margin-bottom: 32px;
  }
}
.yvyYfohl-uNZpoPZOGo .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .yvyYfohl-uNZpoPZOGo .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .image-wrapper {
    padding-right: 0;
  }
}
.yvyYfohl-uNZpoPZOGo .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffeb69;
  box-shadow: -10px 10px 0 0 #ffeb69;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffeb69;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZpoPZOGo .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffeb69;
  }
}
.yvyYfohl-uNZpoPZOGo .rendering-section-title {
  color: #ffffff;
}
.yvyYfohl-uNZpoPZOGo .rendering-tag {
  color: #ffffff;
}
.yvyYfohl-uNZpoPZOGo .rendering-text {
  color: #ffffff;
}
.yvyYfohl-uNZpoPZOGo .rendering-section-title,
.yvyYfohl-uNZpoPZOGo .rendering-section-btn {
  color: #123861;
  text-align: center;
}
.yvyYfohl-uNZpoPZOGo .rendering-text,
.yvyYfohl-uNZpoPZOGo .text-wrapper {
  color: #000000;
  text-align: center;
}
.yvyYfohl-uNZpoPZOGo .rendering-tag,
.yvyYfohl-uNZpoPZOGo .tag-wrapper {
  color: #17416e;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZqIDa94o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.yvyYfohl-uNZqIDa94o .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #17416e;
  background-color: rgba(143, 185, 205, 0.15);
  margin-bottom: 16px;
}
.yvyYfohl-uNZqIDa94o .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.yvyYfohl-uNZqIDa94o .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.yvyYfohl-uNZqIDa94o .main-title.display-2 {
  line-height: 1.375;
}
.yvyYfohl-uNZqIDa94o .rendering-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.yvyYfohl-uNZqIDa94o .rendering-text {
  color: #606060;
}
.yvyYfohl-uNZqIDa94o .rendering-text.display-4 {
  line-height: 1.75;
}
.yvyYfohl-uNZqIDa94o .rendering-section-btn {
  margin-top: 24px;
}
.yvyYfohl-uNZqIDa94o .rendering-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.yvyYfohl-uNZqIDa94o .rendering-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.yvyYfohl-uNZqIDa94o .rendering-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.yvyYfohl-uNZqIDa94o .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZqIDa94o .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZqIDa94o .main-title,
.yvyYfohl-uNZqIDa94o .rendering-section-btn {
  color: #123861;
  text-align: center;
}
.yvyYfohl-uNZqIDa94o .rendering-text,
.yvyYfohl-uNZqIDa94o .rendering-section-btn {
  color: #000000;
  text-align: center;
}
.yvyYfohl-uNZqIDa94o .badge,
.yvyYfohl-uNZqIDa94o .badge_wrap,
.yvyYfohl-uNZqIDa94o .rendering-section-btn {
  color: #25607d;
}
.yvyYfohl-uNZqIDa94o .rendering-section-subtitle,
.yvyYfohl-uNZqIDa94o .rendering-section-btn {
  color: #85653c;
  text-align: center;
}
.yvyYfohl-uNZr807sS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffad8;
}
.yvyYfohl-uNZr807sS8 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZr807sS8 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZr807sS8 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.yvyYfohl-uNZr807sS8 .title-wrapper .rendering-label {
  margin-bottom: 22px;
}
.yvyYfohl-uNZr807sS8 .title-wrapper .title-wrap .rendering-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .title-wrapper .title-wrap .rendering-section-title {
    width: 100%;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper {
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
  padding: 32px;
  border: 3px dashed #123861;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 22px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-bottom: 22px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-bottom: 22px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .rendering-section-btn {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .rendering-section-btn {
    margin-top: 22px;
  }
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .item-wrapper .item-content .rendering-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.yvyYfohl-uNZr807sS8 .items-wrapper .item .card_2 {
  padding-right: 0;
  padding-left: 122px;
}
@media (max-width: 1440px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .card_2 {
    padding-right: 0;
    padding-left: 22px;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZr807sS8 .items-wrapper .item .card_2 {
    padding-left: 0;
    display: block;
  }
}
.yvyYfohl-uNZr807sS8 .rendering-label {
  color: #123861;
}
.yvyYfohl-uNZr807sS8 .rendering-section-title {
  color: #c10b02;
}
.yvyYfohl-uNZr807sS8 .item-number {
  color: #123861;
}
.yvyYfohl-uNZr807sS8 .item-price {
  color: #123861;
  text-align: center;
}
.yvyYfohl-uNZr807sS8 .item-title {
  color: #c10b02;
  text-align: center;
}
.yvyYfohl-uNZr807sS8 .item-desc {
  color: #4b4949;
  text-align: center;
}
.yvyYfohl-uNZr807sS8 .rendering-section-title,
.yvyYfohl-uNZr807sS8 .title-wrap {
  color: #123861;
  text-align: left;
}
.yvyYfohl-uNZr807sS8 .item-title,
.yvyYfohl-uNZr807sS8 .rendering-section-btn {
  color: #000000;
}
.yvyYfohl-uNZsRhhirc {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZsRhhirc blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.yvyYfohl-uNZsRhhirc .rendering-section-title {
  color: #123861;
  text-align: center;
}
.yvyYfohl-uNZsRhhirc .rendering-text {
  text-align: center;
}
.yvyYfohl-uNZt5XpXiN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffad8;
}
.yvyYfohl-uNZt5XpXiN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZt5XpXiN .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZt5XpXiN .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZt5XpXiN .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.yvyYfohl-uNZt5XpXiN .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #fff7ec;
}
.yvyYfohl-uNZt5XpXiN .rendering-section-title {
  color: #123861;
  text-align: left;
}
.yvyYfohl-uNZt5XpXiN .under-img {
  text-align: center;
  color: #9d5f00;
  margin: 0 !important;
}
.yvyYfohl-uNZt5XpXiN .rendering-text,
.yvyYfohl-uNZt5XpXiN .rendering-section-btn {
  text-align: left;
  color: #000000;
}
.yvyYfohl-uNZt5XpXiN .rendering-text {
  line-height: 1.4;
}
.yvyYfohl-uNZt5XpXiN .rendering-text {
  padding-top: 2rem;
}
.yvyYfohl-uNZt5XpXiN .rendering-section-btn {
  margin-top: 2.9rem !important;
}
.yvyYfohl-uNZt5XpXiN .rendering-section-title P {
  text-align: left;
}
.yvyYfohl-uNZt5XpXiN .sub-title P {
  text-align: left;
}
.yvyYfohl-uNZt5XpXiN .sub-title {
  color: #123861;
  text-align: left;
}
.yvyYfohl-uNZt5XpXiN .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZt5XpXiN .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZtKzkw5w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.yvyYfohl-uNZtKzkw5w p {
  margin: 0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZtKzkw5w .row {
    justify-content: flex-start !important;
  }
}
.yvyYfohl-uNZtKzkw5w .rendering-section-head {
  margin-bottom: 2rem;
}
.yvyYfohl-uNZtKzkw5w .rendering-section-title {
  text-align: center;
  color: #123861;
}
.yvyYfohl-uNZtKzkw5w .rendering-section-subtitle {
  text-align: center;
  color: #000000;
}
.yvyYfohl-uNZtKzkw5w .image-wrapper {
  margin-bottom: 1rem;
}
.yvyYfohl-uNZtKzkw5w .card-container {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZtKzkw5w .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #fffad8;
  border-width: 4px;
  border-style: dashed;
  border-color: #123861;
  border-radius: 30px;
  justify-content: center;
}
.yvyYfohl-uNZtKzkw5w .rendering-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.yvyYfohl-uNZtKzkw5w div[class*="col"] {
  margin-bottom: 2rem;
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZugW255M {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7eca7;
}
.yvyYfohl-uNZugW255M .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #fffad8;
}
.yvyYfohl-uNZugW255M img {
  width: 100%;
}
.yvyYfohl-uNZugW255M p {
  margin-top: 6rem;
}
.yvyYfohl-uNZugW255M .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.yvyYfohl-uNZugW255M .content-wrapper {
  padding-top: 6rem;
}
.yvyYfohl-uNZugW255M h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .yvyYfohl-uNZugW255M .content-wrapper {
    padding-top: 0rem;
  }
  .yvyYfohl-uNZugW255M p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZugW255M .back {
    width: 100%;
    height: 75%;
  }
  .yvyYfohl-uNZugW255M .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .yvyYfohl-uNZugW255M p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZugW255M .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .yvyYfohl-uNZugW255M h4 {
    right: 2rem;
  }
}
.yvyYfohl-uNZugW255M .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZugW255M .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZugW255M H1 {
  color: #123861;
  text-align: center;
}
.yvyYfohl-uNZugW255M H3 {
  color: #123861;
  text-align: center;
}
.yvyYfohl-uNZugW255M .rendering-text,
.yvyYfohl-uNZugW255M .rendering-section-btn {
  text-align: center;
}
.yvyYfohl-uNZuPMHpI5 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZuPMHpI5 .article-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 60px 0 200px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZuPMHpI5 .article-wrap {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZuPMHpI5 .article-wrap {
    display: block;
    margin: 40px 0 100px;
  }
}
@media (max-width: 375px) {
  .yvyYfohl-uNZuPMHpI5 .article-wrap {
    display: block;
    margin: 20px 0 100px;
  }
}
.yvyYfohl-uNZuPMHpI5 .rendering-section-title {
  text-align: center;
  color: #123861;
}
.yvyYfohl-uNZuPMHpI5 .rendering-text {
  color: #000000;
}
.yvyYfohl-uNZvoz3n5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffad8;
}
.yvyYfohl-uNZvoz3n5A .item-wrapper {
  width: 100%;
}
.yvyYfohl-uNZvoz3n5A .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.yvyYfohl-uNZvoz3n5A .row {
  align-items: center;
}
.yvyYfohl-uNZvoz3n5A .rendering-section-title {
  margin: 0 0 26px;
  color: #123861;
  font-weight: 700;
  text-align: right;
}
.yvyYfohl-uNZvoz3n5A .rendering-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.yvyYfohl-uNZvoz3n5A .title {
  font-weight: 700;
  color: #1d1d1f;
}
.yvyYfohl-uNZvoz3n5A .link {
  margin-top: 29px;
  width: 100%;
}
.yvyYfohl-uNZvoz3n5A .col-auto {
  display: inline-block;
}
.yvyYfohl-uNZvoz3n5A .rendering-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.yvyYfohl-uNZvoz3n5A .row.justify-content-center {
  flex-direction: row-reverse;
}
.yvyYfohl-uNZvoz3n5A .right-side {
  padding-right: 0px;
}
.yvyYfohl-uNZvoz3n5A .left-side {
  padding-left: 0;
  padding-right: 10%;
}
@media (max-width: 990px) {
  .yvyYfohl-uNZvoz3n5A .left-side {
    padding: 25px 0px;
  }
}
.yvyYfohl-uNZvoz3n5A a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.yvyYfohl-uNZvoz3n5A rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.yvyYfohl-uNZvoz3n5A .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.yvyYfohl-uNZvoz3n5A svg {
  margin-left: 15px;
}
.yvyYfohl-uNZvoz3n5A path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.yvyYfohl-uNZvoz3n5A .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.yvyYfohl-uNZvoz3n5A .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.yvyYfohl-uNZvoz3n5A .part {
  align-items: start;
}
.yvyYfohl-uNZvoz3n5A .link a {
  background-image: none !important;
}
.yvyYfohl-uNZvoz3n5A .rendering-text,
.yvyYfohl-uNZvoz3n5A .link {
  color: #000000;
  text-align: right;
}
.yvyYfohl-uNZwqdu0Uh {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZwqdu0Uh .rendering-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZwqdu0Uh .rendering-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZwqdu0Uh .rendering-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.yvyYfohl-uNZwqdu0Uh .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.yvyYfohl-uNZwqdu0Uh .btn:hover,
.yvyYfohl-uNZwqdu0Uh .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .yvyYfohl-uNZwqdu0Uh .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.yvyYfohl-uNZwqdu0Uh .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.yvyYfohl-uNZwqdu0Uh .btn:hover:before,
.yvyYfohl-uNZwqdu0Uh .btn:focus:before {
  left: -1px;
  top: -2px;
}
.yvyYfohl-uNZwqdu0Uh .btn-secondary {
  color: #000000 !important;
}
.yvyYfohl-uNZwqdu0Uh .btn-secondary:hover {
  color: #000000 !important;
}
.yvyYfohl-uNZwqdu0Uh .rendering-section-title,
.yvyYfohl-uNZwqdu0Uh .rendering-section-btn {
  color: #123861;
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZx9dXrk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffad8;
}
.yvyYfohl-uNZx9dXrk3 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZx9dXrk3 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZx9dXrk3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZx9dXrk3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .yvyYfohl-uNZx9dXrk3 .container {
    padding: 0 25px;
  }
}
.yvyYfohl-uNZx9dXrk3 .row {
  justify-content: center;
}
.yvyYfohl-uNZx9dXrk3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZx9dXrk3 .image-wrapper {
    margin-bottom: 20px;
  }
}
.yvyYfohl-uNZx9dXrk3 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZx9dXrk3 .image-wrapper img {
    height: 350px;
  }
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .yvyYfohl-uNZx9dXrk3 .form-wrapper {
    padding: 0 12px;
  }
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row {
  margin: 0;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .rendering-section-title {
  margin-bottom: 20px !important;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .rendering-text {
  margin-bottom: 20px !important;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #123861 !important;
  border-radius: 0 !important;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #123861;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group .form-control:hover,
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #123861 !important;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #123861;
  border-color: #123861;
}
.yvyYfohl-uNZx9dXrk3 .form-wrapper .dragArea.row .rendering-section-btn {
  width: 100%;
}
.yvyYfohl-uNZx9dXrk3 .rendering-section-title {
  color: #123861;
}
.yvyYfohl-uNZx9dXrk3 .rendering-text {
  color: #000000;
}
.yvyYfohl-uNZx9dXrk3 label {
  color: #000000;
}
.yvyYfohl-uNZx1iUc89 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.yvyYfohl-uNZx1iUc89 p {
  margin: 0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZx1iUc89 .row {
    justify-content: flex-start !important;
  }
}
.yvyYfohl-uNZx1iUc89 .rendering-section-head {
  margin-bottom: 2rem;
}
.yvyYfohl-uNZx1iUc89 .rendering-section-title {
  text-align: center;
  color: #123861;
}
.yvyYfohl-uNZx1iUc89 .rendering-section-subtitle {
  text-align: center;
  color: #000000;
}
.yvyYfohl-uNZx1iUc89 .image-wrapper {
  margin-bottom: 1rem;
}
.yvyYfohl-uNZx1iUc89 .card-container {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZx1iUc89 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #fffad8;
  border-width: 4px;
  border-style: dashed;
  border-color: #123861;
  border-radius: 30px;
  justify-content: center;
}
.yvyYfohl-uNZx1iUc89 .rendering-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.yvyYfohl-uNZx1iUc89 div[class*="col"] {
  margin-bottom: 2rem;
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}
.yvyYfohl-uNZosFOzQv {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZosFOzQv .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZosFOzQv .rendering-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.yvyYfohl-uNZosFOzQv .rendering-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6d6e4;
  z-index: -1;
}
.yvyYfohl-uNZosFOzQv img {
  border-radius: 1rem;
}
.yvyYfohl-uNZosFOzQv .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZosFOzQv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZosFOzQv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZosFOzQv .text-wrapper {
    padding: 0 2rem;
  }
}
.yvyYfohl-uNZosFOzQv .rendering-section-title {
  color: #c57d00;
  text-align: center;
}
.yvyYfohl-uNZosFOzQv .rendering-section-subtitle,
.yvyYfohl-uNZosFOzQv .subtitle-wrap {
  color: #17416e;
  text-align: center;
}
.yvyYfohl-uNZosFOzQv .rendering-text,
.yvyYfohl-uNZosFOzQv .rendering-section-btn {
  color: #000000;
  text-align: left;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}
.yvyYfohl-uNZoBJaFu8 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZoBJaFu8 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZoBJaFu8 .rendering-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.yvyYfohl-uNZoBJaFu8 .rendering-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6d6e4;
  z-index: -1;
}
.yvyYfohl-uNZoBJaFu8 img {
  border-radius: 1rem;
}
.yvyYfohl-uNZoBJaFu8 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZoBJaFu8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZoBJaFu8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZoBJaFu8 .text-wrapper {
    padding: 0 2rem;
  }
}
.yvyYfohl-uNZoBJaFu8 .rendering-section-title {
  color: #c57d00;
  text-align: center;
}
.yvyYfohl-uNZoBJaFu8 .rendering-section-subtitle,
.yvyYfohl-uNZoBJaFu8 .subtitle-wrap {
  color: #17416e;
  text-align: center;
}
.yvyYfohl-uNZoBJaFu8 .rendering-text,
.yvyYfohl-uNZoBJaFu8 .rendering-section-btn {
  color: #000000;
  text-align: left;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}
.yvyYfohl-uNZoBY7vlR {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZoBY7vlR .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZoBY7vlR .rendering-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.yvyYfohl-uNZoBY7vlR .rendering-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6d6e4;
  z-index: -1;
}
.yvyYfohl-uNZoBY7vlR img {
  border-radius: 1rem;
}
.yvyYfohl-uNZoBY7vlR .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZoBY7vlR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZoBY7vlR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZoBY7vlR .text-wrapper {
    padding: 0 2rem;
  }
}
.yvyYfohl-uNZoBY7vlR .rendering-section-title {
  color: #c57d00;
  text-align: center;
}
.yvyYfohl-uNZoBY7vlR .rendering-section-subtitle,
.yvyYfohl-uNZoBY7vlR .subtitle-wrap {
  color: #17416e;
  text-align: center;
}
.yvyYfohl-uNZoBY7vlR .rendering-text,
.yvyYfohl-uNZoBY7vlR .rendering-section-btn {
  color: #000000;
  text-align: left;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}
.yvyYfohl-uNZoCbvFCj {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.yvyYfohl-uNZoCbvFCj .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZoCbvFCj .rendering-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.yvyYfohl-uNZoCbvFCj .rendering-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6d6e4;
  z-index: -1;
}
.yvyYfohl-uNZoCbvFCj img {
  border-radius: 1rem;
}
.yvyYfohl-uNZoCbvFCj .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZoCbvFCj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZoCbvFCj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZoCbvFCj .text-wrapper {
    padding: 0 2rem;
  }
}
.yvyYfohl-uNZoCbvFCj .rendering-section-title {
  color: #c57d00;
  text-align: center;
}
.yvyYfohl-uNZoCbvFCj .rendering-section-subtitle,
.yvyYfohl-uNZoCbvFCj .subtitle-wrap {
  color: #17416e;
  text-align: center;
}
.yvyYfohl-uNZoCbvFCj .rendering-text,
.yvyYfohl-uNZoCbvFCj .rendering-section-btn {
  color: #000000;
  text-align: left;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  position: relative !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:before {
  font-family: accessibility2 !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;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.yvyYfohl-uNZqdSJkZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover,
.yvyYfohl-uNZqdSJkZj .dropdown-item:focus {
  background: #17416e !important;
  color: white !important;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:hover span {
  color: white;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.yvyYfohl-uNZqdSJkZj .nav-link {
  position: relative;
}
.yvyYfohl-uNZqdSJkZj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .container {
    flex-wrap: nowrap;
  }
}
.yvyYfohl-uNZqdSJkZj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown-menu,
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  background: #ffeb69 !important;
}
.yvyYfohl-uNZqdSJkZj .nav-item:focus,
.yvyYfohl-uNZqdSJkZj .nav-link:focus {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.yvyYfohl-uNZqdSJkZj .dropdown .dropdown-menu .dropdown-item .rendering-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.opened {
  transition: all 0.3s;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
  width: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed {
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .yvyYfohl-uNZqdSJkZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.yvyYfohl-uNZqdSJkZj .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%;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.yvyYfohl-uNZqdSJkZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZqdSJkZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .yvyYfohl-uNZqdSJkZj .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%;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .yvyYfohl-uNZqdSJkZj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .yvyYfohl-uNZqdSJkZj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .yvyYfohl-uNZqdSJkZj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short {
  min-height: 60px;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.yvyYfohl-uNZqdSJkZj .navbar-brand .navbar-logo a {
  outline: none;
}
.yvyYfohl-uNZqdSJkZj .dropdown-item.active,
.yvyYfohl-uNZqdSJkZj .dropdown-item:active {
  background-color: transparent;
}
.yvyYfohl-uNZqdSJkZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.yvyYfohl-uNZqdSJkZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.yvyYfohl-uNZqdSJkZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.yvyYfohl-uNZqdSJkZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.yvyYfohl-uNZqdSJkZj ul.navbar-nav {
  flex-wrap: wrap;
}
.yvyYfohl-uNZqdSJkZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34363a;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.yvyYfohl-uNZqdSJkZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.yvyYfohl-uNZqdSJkZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.yvyYfohl-uNZqdSJkZj .navbar-dropdown {
  padding: 0 1rem;
}
.yvyYfohl-uNZqdSJkZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yvyYfohl-uNZqdSJkZj .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) {
  .yvyYfohl-uNZqdSJkZj .navbar {
    height: 70px;
  }
  .yvyYfohl-uNZqdSJkZj .navbar.opened {
    height: auto;
  }
  .yvyYfohl-uNZqdSJkZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.yvyYfohl-uNZyweDWK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.yvyYfohl-uNZyweDWK4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .yvyYfohl-uNZyweDWK4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .yvyYfohl-uNZyweDWK4 .row {
    text-align: center;
  }
  .yvyYfohl-uNZyweDWK4 .row > div {
    margin: auto;
  }
  .yvyYfohl-uNZyweDWK4 .social-row {
    justify-content: center;
  }
}
.yvyYfohl-uNZyweDWK4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.yvyYfohl-uNZyweDWK4 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .yvyYfohl-uNZyweDWK4 .list {
    margin-bottom: 0rem;
  }
}
.yvyYfohl-uNZyweDWK4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.yvyYfohl-uNZyweDWK4 .rendering-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .yvyYfohl-uNZyweDWK4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image.disabled {
  display: none;
}
.yvyYfohl-uNZyweDWK4 .rendering-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.yvyYfohl-uNZyweDWK4 .copyright {
  color: #163300;
}

/* 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 spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.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;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s 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);
}

#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 rainbow {
    0% {
        color: red;
    }
    20% {
        color: orange;
    }
    40% {
        color: yellow;
    }
    60% {
        color: green;
    }
    80% {
        color: blue;
    }
    100% {
        color: violet;
    }
}

.navbar-brand {
    animation: rainbow 3s;
}
/* endlogoanimations */

/* mainanimations */
/* Style 6: text color flash */
a, button, .btn {
  transition: color 0.2s ease;
}
a:active, button:active, .btn:active {
  color: #00ff00;
}
/* endmainanimations */
