body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.35rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.16rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.95rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.52rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #5b686b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #597c87 !important;
  border-color: #597c87 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b5259 !important;
  border-color: #3b5259 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b5259 !important;
  border-color: #3b5259 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #30444a;
  color: #30444a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #597c87;
  border-color: #597c87;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #597c87 !important;
  border-color: #597c87 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #597c87 !important;
}
.text-success {
  color: #5b686b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #30444a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2c3234 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.95rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.52rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #597c87 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23232323' %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.3;
}
.cid-sBmEGwU7Kg {
  background: linear-gradient(45deg, #b2ccd2, #597c87);
}
.cid-sBmEGwU7Kg .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sBmEGwU7Kg .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-sBmEGwU7Kg .mbr-text,
.cid-sBmEGwU7Kg .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sBmEGwU7Kg H3 {
  text-align: center;
}
.cid-trItsOasdg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trItsOasdg P {
  color: #767676;
}
.cid-sBmFM0yF2g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sBmFM0yF2g h2 {
  text-align: center;
}
.cid-sBmFM0yF2g h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sBmFM0yF2g p {
  color: #767676;
}
.cid-sBmFM0yF2g img {
  object-fit: cover;
}
.cid-sBmFM0yF2g .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBmFM0yF2g .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sBmFM0yF2g .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sBmFM0yF2g .mbr-section-subtitle {
  color: #767676;
}
.cid-sBmFM0yF2g .card-title {
  font-weight: 500;
}
.cid-sBmFM0yF2g .card-img {
  text-align: inherit;
}
.cid-sBmFM0yF2g .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sBmFM0yF2g .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sBmFM0yF2g .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBmFM0yF2g .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sBmFM0yF2g .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sBmFM0yF2g .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-sBmI93lZO9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sBmI93lZO9 h2 {
  text-align: center;
}
.cid-sBmI93lZO9 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sBmI93lZO9 p {
  color: #767676;
}
.cid-sBmI93lZO9 img {
  object-fit: cover;
}
.cid-sBmI93lZO9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sBmI93lZO9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sBmI93lZO9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sBmI93lZO9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sBmI93lZO9 .card-title {
  font-weight: 500;
}
.cid-sBmI93lZO9 .card-img {
  text-align: inherit;
}
.cid-sBmI93lZO9 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sBmI93lZO9 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sBmI93lZO9 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sBmI93lZO9 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sBmI93lZO9 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-tdhTllMfwc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tdhTllMfwc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhTllMfwc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tdhTllMfwc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdhTllMfwc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tdhTllMfwc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdhTllMfwc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdhTllMfwc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdhTllMfwc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdhTllMfwc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tdhTllMfwc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sC7yNrCCRY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-sC7yNrCCRY .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #82786e;
}
.cid-sC7yNrCCRY .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sC7yNrCCRY .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sC7yNrCCRY .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sC7yNrCCRY .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sC7yNrCCRY .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sC7yNrCCRY .inner-container {
    width: 100% !important;
  }
  .cid-sC7yNrCCRY .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sC7yNrCCRY .section-text DIV {
  text-align: center;
}
.cid-sPeivpd1zM {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #cebfaf;
}
.cid-sPeivpd1zM .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sPeivpd1zM .media-container-column {
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-sPeivpd1zM .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sPeivpd1zM .mbr-text,
.cid-sPeivpd1zM .mbr-section-btn {
  text-align: left;
  color: #d5c6b7;
}
.cid-sPeivpd1zM .mbr-text,
.cid-sPeivpd1zM .mbr-section-btn P {
  text-align: left;
}
.cid-sPeivpd1zM H1 {
  text-align: center;
}
.cid-sPeivpd1zM H3 {
  text-align: center;
}
.cid-sCiaCjBdLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sCiaCjBdLD img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sCiaCjBdLD img:hover {
  transform: scale(1.1);
}
.cid-sCiaCjBdLD .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sCiaCjBdLD h2 {
  padding: 0;
  margin: 0;
}
.cid-sCiaCjBdLD .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiaCjBdLD .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sCiaCjBdLD .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-sCiaCjBdLD .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sCiaCjBdLD .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sCiaCjBdLD .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sCiaCjBdLD .mbr-iconfont {
  margin: 0!important;
}
.cid-sCiaCjBdLD .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sCiaCjBdLD .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sCiaCjBdLD .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sCiaCjBdLD .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sCiaCjBdLD .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sCiaCjBdLD H2 {
  color: #333333;
}
.cid-sCiaCjBdLD .mbr-text {
  color: #767676;
}
.cid-tdhTllMfwc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tdhTllMfwc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhTllMfwc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tdhTllMfwc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdhTllMfwc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tdhTllMfwc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdhTllMfwc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdhTllMfwc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdhTllMfwc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdhTllMfwc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tdhTllMfwc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v3jQa0uWKX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #cebfaf, #f2f3f7);
}
.cid-v3jQa0uWKX .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-v3jQa0uWKX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3jQa0uWKX .mbr-text,
.cid-v3jQa0uWKX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3jQa0uWKX H3 {
  text-align: center;
  color: #000000;
}
.cid-v3jQa0uWKX section {
  width: 85%;
}
.cid-v3pzZIgero {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v3pzZIgero .mbr-text {
  text-align: center;
}
.cid-v3jRqqfgTt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-v3jRqqfgTt .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #597c87;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3jRqqfgTt .card-text {
  color: #232323;
}
.cid-v3jRqqfgTt .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-v3jRqqfgTt .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v3jRqqfgTt .card-link {
  opacity: 0;
  color: #597c87;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-v3jRqqfgTt .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #cebfaf;
  position: relative;
}
.cid-v3jRqqfgTt .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 200px;
  height: 200px;
  background: #597c87;
  transform: rotate(45deg);
  opacity: 0.1;
}
.cid-v3jRqqfgTt .card-wrapper:hover {
  background: #cebfaf;
}
.cid-v3jRqqfgTt .card-wrapper:hover:before {
  opacity: 1;
}
.cid-v3jRqqfgTt .card-wrapper:hover .card-title,
.cid-v3jRqqfgTt .card-wrapper:hover .card-text,
.cid-v3jRqqfgTt .card-wrapper:hover .mbr-iconfont {
  color: #232323 !important;
}
.cid-v3jRqqfgTt .card-wrapper:hover .card-link {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .cid-v3jRqqfgTt .card-wrapper {
    padding: 2rem 1rem;
    background: #cebfaf;
  }
  .cid-v3jRqqfgTt .card-wrapper:before {
    opacity: 1;
  }
  .cid-v3jRqqfgTt .card-wrapper .card-title,
  .cid-v3jRqqfgTt .card-wrapper .card-text,
  .cid-v3jRqqfgTt .card-wrapper .mbr-iconfont {
    color: #232323 !important;
  }
  .cid-v3jRqqfgTt .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-v3jRqqfgTt .center {
  background: #cebfaf;
}
.cid-v3jRqqfgTt .center:before {
  opacity: 1;
}
.cid-v3jRqqfgTt .center .card-title,
.cid-v3jRqqfgTt .center .card-text,
.cid-v3jRqqfgTt .center .mbr-iconfont {
  color: #232323 !important;
}
.cid-v3jRqqfgTt .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-v3jRqqfgTt .row {
  justify-content: center;
}
.cid-v3jRqqfgTt .card-title,
.cid-v3jRqqfgTt .iconfont-wrapper {
  color: #232323;
}
.cid-v3jRqqfgTt section {
  width: 85%;
}
.cid-v3jRqqfgTt body {
  margin-left: 280px;
  transition: margin-left 0.3s ease;
}
@media screen and (max-width: 1554px) {
  .cid-v3jRqqfgTt body {
    margin-left: 0 !important;
  }
}
.cid-sDgwspRtbK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sDgwspRtbK P {
  color: #767676;
}
#custom-html-km {
  /* Right sidebar list container */
  /* List content */
  /* Each line runs once per cycle, then resets */
  /* Sequential delays for each line (1.5s apart) */
  /* Fade in, stay visible briefly, then fade out */
  /* Responsive: hide list on small screens */
}
#custom-html-km .right-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: #333333;
  border-left: 1px solid grey;
  font-family: Quicksand, sans-serif;
  text-transform: uppercase;
  z-index: 1000;
  padding: 20px 15px;
  overflow-y: hidden;
}
#custom-html-km .list-content {
  display: flex;
  flex-direction: column;
}
#custom-html-km .list-content span {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeLine 20s linear infinite;
  /* faster cycle */
}
#custom-html-km .list-content span:nth-child(1) {
  animation-delay: 0s;
}
#custom-html-km .list-content span:nth-child(2) {
  animation-delay: 1.5s;
}
#custom-html-km .list-content span:nth-child(3) {
  animation-delay: 3s;
}
#custom-html-km .list-content span:nth-child(4) {
  animation-delay: 4.5s;
}
#custom-html-km .list-content span:nth-child(5) {
  animation-delay: 6s;
}
#custom-html-km .list-content span:nth-child(6) {
  animation-delay: 7.5s;
}
#custom-html-km .list-content span:nth-child(7) {
  animation-delay: 9s;
}
#custom-html-km .list-content span:nth-child(8) {
  animation-delay: 10.5s;
}
#custom-html-km .list-content span:nth-child(9) {
  animation-delay: 12s;
}
#custom-html-km .list-content span:nth-child(10) {
  animation-delay: 13.5s;
}
#custom-html-km .list-content span:nth-child(11) {
  animation-delay: 15s;
}
#custom-html-km .list-content span:nth-child(12) {
  animation-delay: 16.5s;
}
#custom-html-km .list-content span:nth-child(13) {
  animation-delay: 18s;
}
#custom-html-km .list-content span:nth-child(14) {
  animation-delay: 19.5s;
}
#custom-html-km .list-content span:nth-child(15) {
  animation-delay: 21s;
}
@keyframes fadeLine {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1554px) {
  #custom-html-km .right-list {
    display: none;
  }
}
.cid-tdhTllMfwc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tdhTllMfwc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhTllMfwc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tdhTllMfwc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdhTllMfwc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tdhTllMfwc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdhTllMfwc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdhTllMfwc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdhTllMfwc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdhTllMfwc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tdhTllMfwc .media-container-row .row-copirayt p {
  width: 100%;
}
#custom-html-kc {
  /* Sidebar container */
  /* LOGO styling */
  /* Main menu links */
  /* Submenu */
  /* Underline hover effect with slide animation */
  /* LEARN MORE button */
  /* Toggle button (hamburger) */
  /* Main content area */
  /* Responsive behavior */
  /* Hide sidebar if height is too small */
}
#custom-html-kc .sidenav {
  height: 100%;
  width: 280px;
  min-width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333333;
  overflow-x: hidden;
  padding-top: 20px;
  border-right: 1px solid grey;
  font-family: Quicksand, sans-serif;
  text-transform: uppercase;
  z-index: 1000;
  transition: transform 0.3s ease;
}
#custom-html-kc .sidebar-logo {
  width: 100%;
  text-align: center;
  padding: 20px 0 30px 0;
}
#custom-html-kc .sidebar-logo img {
  width: 100% !important;
  max-width: 352px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
#custom-html-kc .sidenav a {
  display: inline-block;
  /* shrink to text width */
  padding: 10px 16px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
#custom-html-kc .sidenav a:hover {
  color: #f0f0f0;
}
#custom-html-kc .icon {
  margin-right: 8px;
}
#custom-html-kc .arrow-left {
  margin-right: 8px;
  float: left;
}
#custom-html-kc .menu-item {
  position: relative;
}
#custom-html-kc .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-kc .menu-item > a::before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transition: transform 0.3s ease;
}
#custom-html-kc .menu-item:hover > a::before {
  transform: rotate(180deg);
}
#custom-html-kc .menu-item .content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  background-color: #333333;
  margin-top: 0;
}
#custom-html-kc .menu-item:hover .content {
  display: flex;
}
#custom-html-kc .menu-item .content a {
  display: inline-block;
  /* shrink to text width */
  padding: 6px 0;
  padding-left: 36px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: color 0.3s;
}
#custom-html-kc .menu-item .content a:hover {
  color: #f0f0f0;
}
#custom-html-kc .sidenav a::after,
#custom-html-kc .menu-item .content a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #f0f0f0;
  transition: width 0.3s ease-out;
}
#custom-html-kc .sidenav a:hover::after,
#custom-html-kc .menu-item .content a:hover::after {
  width: 100%;
  /* underline grows to match text width */
}
#custom-html-kc .learn-more-container {
  text-align: center;
  margin: 30px 0;
  /* spacing below FR */
}
#custom-html-kc .learn-more-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #444444;
  border: 1px solid #888888;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#custom-html-kc .learn-more-btn:hover {
  background-color: #555555;
  color: #f0f0f0;
}
#custom-html-kc .sidebar-toggle {
  display: none;
  position: fixed;
  top: 15px;
  left: 15px;
  background-color: #333333;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1100;
}
#custom-html-kc .sidebar-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #ffffff;
}
#custom-html-kc .main-content {
  margin-left: 280px;
  /* always offset by sidebar width */
  padding: 20px;
  transition: margin-left 0.3s ease;
}
@media screen and (max-width: 1554px) {
  #custom-html-kc {
    /* content fills screen when sidebar hidden */
  }
  #custom-html-kc .sidebar-toggle {
    display: block;
  }
  #custom-html-kc .sidenav {
    transform: translateX(-100%);
  }
  #custom-html-kc .sidenav.open {
    transform: translateX(0);
  }
  #custom-html-kc .main-content {
    margin-left: 0;
  }
}
@media screen and (max-height: 720px) {
  #custom-html-kc .sidenav {
    display: none;
  }
}
#custom-html-kd {
  /* Type valid CSS here */
}
#custom-html-kd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kd p {
  font-size: 60px;
  color: #777;
}
.cid-trIqEzmp1n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-trIqEzmp1n P {
  color: #767676;
}
.cid-trIqGdgpTC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trIqGdgpTC P {
  color: #767676;
}
.cid-sTim5GjlU6 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sTim5GjlU6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTim5GjlU6 .container-table {
  margin: 0 auto;
}
.cid-sTim5GjlU6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sTim5GjlU6 .dataTables_wrapper {
  display: block;
}
.cid-sTim5GjlU6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sTim5GjlU6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sTim5GjlU6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cebfaf;
  margin-bottom: 0;
}
.cid-sTim5GjlU6 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cebfaf;
  transition: all .2s;
}
.cid-sTim5GjlU6 table th:hover {
  background: #cebfaf;
  color: #000000;
}
.cid-sTim5GjlU6 table td {
  border: 1px solid #cebfaf;
}
.cid-sTim5GjlU6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sTim5GjlU6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sTim5GjlU6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sTim5GjlU6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sTim5GjlU6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sTim5GjlU6 .dataTables_filter {
    text-align: center;
  }
  .cid-sTim5GjlU6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sTim5GjlU6 .head-item {
  color: #597c87;
  text-align: center;
}
.cid-sTim5GjlU6 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-sTim5GjlU6 .mbr-section-title {
  color: #597c87;
}
.cid-sTim5GjlU6 .head-item1 {
  color: #597c87;
}
.cid-sTim5GjlU6 .body-item1 {
  color: #597c87;
}
.cid-tdhTllMfwc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-tdhTllMfwc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdhTllMfwc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdhTllMfwc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tdhTllMfwc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tdhTllMfwc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdhTllMfwc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tdhTllMfwc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdhTllMfwc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdhTllMfwc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdhTllMfwc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdhTllMfwc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tdhTllMfwc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-up3pRa3Tur {
  background: linear-gradient(45deg, #b2ccd2, #597c87);
}
.cid-up3pRa3Tur .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-up3pRa3Tur .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-up3pRa3Tur .mbr-text,
.cid-up3pRa3Tur .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-up3pRa3Tur H3 {
  text-align: center;
}
.cid-up3pRbpRYh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-up3pRbpRYh .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-up3pRbpRYh .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-up3pRbpRYh .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-up3pRbpRYh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-up3pRbpRYh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-up3pRbpRYh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-up3pRbpRYh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-up3pRbpRYh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-up3pRbpRYh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-up3pRbpRYh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-up3pRbpRYh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-up3pRbpRYh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-up3pRbpRYh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-up3pRbpRYh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v3u1MxQfUK {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #cebfaf, #f2f3f7);
}
.cid-v3u1MxQfUK .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-v3u1MxQfUK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3u1MxQfUK .mbr-text,
.cid-v3u1MxQfUK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3u1MxQfUK H3 {
  text-align: center;
  color: #000000;
}
.cid-v3u1MxQfUK section {
  width: 85%;
}
.cid-v3u1My5xjh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v3u1My5xjh .mbr-text {
  text-align: center;
}
.cid-v3u1MydJ7x {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-v3u1MydJ7x .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #597c87;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3u1MydJ7x .card-text {
  color: #232323;
}
.cid-v3u1MydJ7x .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-v3u1MydJ7x .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v3u1MydJ7x .card-link {
  opacity: 0;
  color: #597c87;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-v3u1MydJ7x .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #cebfaf;
  position: relative;
}
.cid-v3u1MydJ7x .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 200px;
  height: 200px;
  background: #597c87;
  transform: rotate(45deg);
  opacity: 0.1;
}
.cid-v3u1MydJ7x .card-wrapper:hover {
  background: #cebfaf;
}
.cid-v3u1MydJ7x .card-wrapper:hover:before {
  opacity: 1;
}
.cid-v3u1MydJ7x .card-wrapper:hover .card-title,
.cid-v3u1MydJ7x .card-wrapper:hover .card-text,
.cid-v3u1MydJ7x .card-wrapper:hover .mbr-iconfont {
  color: #232323 !important;
}
.cid-v3u1MydJ7x .card-wrapper:hover .card-link {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .cid-v3u1MydJ7x .card-wrapper {
    padding: 2rem 1rem;
    background: #cebfaf;
  }
  .cid-v3u1MydJ7x .card-wrapper:before {
    opacity: 1;
  }
  .cid-v3u1MydJ7x .card-wrapper .card-title,
  .cid-v3u1MydJ7x .card-wrapper .card-text,
  .cid-v3u1MydJ7x .card-wrapper .mbr-iconfont {
    color: #232323 !important;
  }
  .cid-v3u1MydJ7x .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-v3u1MydJ7x .center {
  background: #cebfaf;
}
.cid-v3u1MydJ7x .center:before {
  opacity: 1;
}
.cid-v3u1MydJ7x .center .card-title,
.cid-v3u1MydJ7x .center .card-text,
.cid-v3u1MydJ7x .center .mbr-iconfont {
  color: #232323 !important;
}
.cid-v3u1MydJ7x .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-v3u1MydJ7x .row {
  justify-content: center;
}
.cid-v3u1MydJ7x .card-title,
.cid-v3u1MydJ7x .iconfont-wrapper {
  color: #232323;
}
.cid-v3u1MydJ7x section {
  width: 85%;
}
.cid-v3u1MyvSs4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v3u1MyvSs4 P {
  color: #767676;
}
#custom-html-kr {
  /* Right sidebar list container */
  /* List content */
  /* Each line runs once per cycle, then resets */
  /* Sequential delays for each line (1.5s apart) */
  /* Fade in, stay visible briefly, then fade out */
  /* Responsive: hide list on small screens */
}
#custom-html-kr .right-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: #333333;
  border-left: 1px solid grey;
  font-family: Quicksand, sans-serif;
  text-transform: uppercase;
  z-index: 1000;
  padding: 20px 15px;
  overflow-y: hidden;
}
#custom-html-kr .list-content {
  display: flex;
  flex-direction: column;
}
#custom-html-kr .list-content span {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeLine 20s linear infinite;
  /* faster cycle */
}
#custom-html-kr .list-content span:nth-child(1) {
  animation-delay: 0s;
}
#custom-html-kr .list-content span:nth-child(2) {
  animation-delay: 1.5s;
}
#custom-html-kr .list-content span:nth-child(3) {
  animation-delay: 3s;
}
#custom-html-kr .list-content span:nth-child(4) {
  animation-delay: 4.5s;
}
#custom-html-kr .list-content span:nth-child(5) {
  animation-delay: 6s;
}
#custom-html-kr .list-content span:nth-child(6) {
  animation-delay: 7.5s;
}
#custom-html-kr .list-content span:nth-child(7) {
  animation-delay: 9s;
}
#custom-html-kr .list-content span:nth-child(8) {
  animation-delay: 10.5s;
}
#custom-html-kr .list-content span:nth-child(9) {
  animation-delay: 12s;
}
#custom-html-kr .list-content span:nth-child(10) {
  animation-delay: 13.5s;
}
#custom-html-kr .list-content span:nth-child(11) {
  animation-delay: 15s;
}
#custom-html-kr .list-content span:nth-child(12) {
  animation-delay: 16.5s;
}
#custom-html-kr .list-content span:nth-child(13) {
  animation-delay: 18s;
}
#custom-html-kr .list-content span:nth-child(14) {
  animation-delay: 19.5s;
}
#custom-html-kr .list-content span:nth-child(15) {
  animation-delay: 21s;
}
@keyframes fadeLine {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1554px) {
  #custom-html-kr .right-list {
    display: none;
  }
}
.cid-v3u1MyLPy7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-v3u1MyLPy7 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3u1MyLPy7 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3u1MyLPy7 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3u1MyLPy7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3u1MyLPy7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3u1MyLPy7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v3u1MyLPy7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3u1MyLPy7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v3u1MyLPy7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3u1MyLPy7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v3u1MyLPy7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3u1MyLPy7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3u1MyLPy7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v3u1MyLPy7 .media-container-row .row-copirayt p {
  width: 100%;
}
#custom-html-kt {
  /* Sidebar container */
  /* LOGO styling */
  /* Main menu links */
  /* Submenu */
  /* Underline hover effect with slide animation */
  /* LEARN MORE button */
  /* Toggle button (hamburger) */
  /* Main content area */
  /* Responsive behavior */
  /* Hide sidebar if height is too small */
}
#custom-html-kt .sidenav {
  height: 100%;
  width: 280px;
  min-width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333333;
  overflow-x: hidden;
  padding-top: 20px;
  border-right: 1px solid grey;
  font-family: Quicksand, sans-serif;
  text-transform: uppercase;
  z-index: 1000;
  transition: transform 0.3s ease;
}
#custom-html-kt .sidebar-logo {
  width: 100%;
  text-align: center;
  padding: 20px 0 30px 0;
}
#custom-html-kt .sidebar-logo img {
  width: 100% !important;
  max-width: 352px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
#custom-html-kt .sidenav a {
  display: inline-block;
  /* shrink to text width */
  padding: 10px 16px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
#custom-html-kt .sidenav a:hover {
  color: #f0f0f0;
}
#custom-html-kt .icon {
  margin-right: 8px;
}
#custom-html-kt .arrow-left {
  margin-right: 8px;
  float: left;
}
#custom-html-kt .menu-item {
  position: relative;
}
#custom-html-kt .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-kt .menu-item > a::before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  transition: transform 0.3s ease;
}
#custom-html-kt .menu-item:hover > a::before {
  transform: rotate(180deg);
}
#custom-html-kt .menu-item .content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  background-color: #333333;
  margin-top: 0;
}
#custom-html-kt .menu-item:hover .content {
  display: flex;
}
#custom-html-kt .menu-item .content a {
  display: inline-block;
  /* shrink to text width */
  padding: 6px 0;
  padding-left: 36px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: color 0.3s;
}
#custom-html-kt .menu-item .content a:hover {
  color: #f0f0f0;
}
#custom-html-kt .sidenav a::after,
#custom-html-kt .menu-item .content a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #f0f0f0;
  transition: width 0.3s ease-out;
}
#custom-html-kt .sidenav a:hover::after,
#custom-html-kt .menu-item .content a:hover::after {
  width: 100%;
  /* underline grows to match text width */
}
#custom-html-kt .learn-more-container {
  text-align: center;
  margin: 30px 0;
  /* spacing below FR */
}
#custom-html-kt .learn-more-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #444444;
  border: 1px solid #888888;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#custom-html-kt .learn-more-btn:hover {
  background-color: #555555;
  color: #f0f0f0;
}
#custom-html-kt .sidebar-toggle {
  display: none;
  position: fixed;
  top: 15px;
  left: 15px;
  background-color: #333333;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1100;
}
#custom-html-kt .sidebar-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #ffffff;
}
#custom-html-kt .main-content {
  margin-left: 280px;
  /* always offset by sidebar width */
  padding: 20px;
  transition: margin-left 0.3s ease;
}
@media screen and (max-width: 1554px) {
  #custom-html-kt {
    /* content fills screen when sidebar hidden */
  }
  #custom-html-kt .sidebar-toggle {
    display: block;
  }
  #custom-html-kt .sidenav {
    transform: translateX(-100%);
  }
  #custom-html-kt .sidenav.open {
    transform: translateX(0);
  }
  #custom-html-kt .main-content {
    margin-left: 0;
  }
}
@media screen and (max-height: 720px) {
  #custom-html-kt .sidenav {
    display: none;
  }
}
#custom-html-ku {
  /* Type valid CSS here */
}
#custom-html-ku div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ku p {
  font-size: 60px;
  color: #777;
}
