body {
  font-family: var(--site-font-sans);
}
.display-1 {
  font-family: var(--site-font-sans);
  font-size: 6.6rem;
  line-height: 1.1;
}
.display-1 > .aftl-iconfont {
  font-size: 8.25rem;
}
.display-2 {
  font-family: var(--site-font-sans);
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .aftl-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: var(--site-font-sans);
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .aftl-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: var(--site-font-sans);
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .aftl-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: var(--site-font-sans);
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .aftl-iconfont {
  font-size: 1.4375rem;
}
/* ---- 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: 5.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.62rem;
    font-size: calc( 2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0066cc !important;
}
.bg-success {
  background-color: #0071e3 !important;
}
.bg-info {
  background-color: #86868b !important;
}
.bg-warning {
  background-color: #424245 !important;
}
.bg-danger {
  background-color: #1d1d1f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0066cc !important;
  border-color: #0066cc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003b75 !important;
  border-color: #003b75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003b75 !important;
  border-color: #003b75 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #86868b !important;
  border-color: #86868b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5b5b5f !important;
  border-color: #5b5b5f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5b5b5f !important;
  border-color: #5b5b5f !important;
}
.btn-success,
.btn-success:active {
  background-color: #0071e3 !important;
  border-color: #0071e3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00468c !important;
  border-color: #00468c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00468c !important;
  border-color: #00468c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #424245 !important;
  border-color: #424245 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #181819 !important;
  border-color: #181819 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #181819 !important;
  border-color: #181819 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0066cc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003b75 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0066cc !important;
  border-color: #0066cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #86868b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5b5b5f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #86868b !important;
  border-color: #86868b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0071e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00468c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0071e3 !important;
  border-color: #0071e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #424245;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #181819 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #424245 !important;
  border-color: #424245 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0066cc !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #0071e3 !important;
}
.text-info {
  color: #86868b !important;
}
.text-warning {
  color: #424245 !important;
}
.text-danger {
  color: #1d1d1f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003366 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003e7d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #545457 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #101011 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0066cc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #86868b;
}
.alert-warning {
  background-color: #424245;
}
.alert-danger {
  background-color: #1d1d1f;
}
.aftl-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.aftl-gallery-filter li a {
  border-radius: 100px !important;
}
.aftl-gallery-filter li.active .btn {
  background-color: #0066cc;
  border-color: #0066cc;
  color: #ffffff;
}
.aftl-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0066cc;
}
.aftl-plan-header.bg-primary .aftl-plan-subtitle,
.aftl-plan-header.bg-primary .aftl-plan-price-desc {
  color: #99ccff;
}
.aftl-plan-header.bg-success .aftl-plan-subtitle,
.aftl-plan-header.bg-success .aftl-plan-price-desc {
  color: #b0d7ff;
}
.aftl-plan-header.bg-info .aftl-plan-subtitle,
.aftl-plan-header.bg-info .aftl-plan-price-desc {
  color: #c7c7c9;
}
.aftl-plan-header.bg-warning .aftl-plan-subtitle,
.aftl-plan-header.bg-warning .aftl-plan-price-desc {
  color: #b5b5b8;
}
.aftl-plan-header.bg-danger .aftl-plan-subtitle,
.aftl-plan-header.bg-danger .aftl-plan-price-desc {
  color: #cfcfd2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: var(--site-font-sans);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .aftl-iconfont {
  font-size: 1.875rem;
}
.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: #0066cc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: var(--site-font-sans);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .aftl-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #0066cc;
}
/* Forms */
.aftl-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.aftl-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.aftl-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.aftl-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: #0066cc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0066cc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0066cc;
  border-bottom-color: #0066cc;
}
.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: #0066cc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%230066cc' %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;
}
.cid-tBfeLh8yfm .navbar-dropdown {
  position: relative !important;
}
.cid-tBfeLh8yfm .navbar-dropdown {
  position: absolute !important;
}
.cid-tBfeLh8yfm .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-tBfeLh8yfm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBfeLh8yfm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBfeLh8yfm .dropdown-item:hover,
.cid-tBfeLh8yfm .dropdown-item:focus {
  background: #0066cc !important;
  color: white !important;
}
.cid-tBfeLh8yfm .dropdown-item:hover span {
  color: white;
}
.cid-tBfeLh8yfm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBfeLh8yfm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBfeLh8yfm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBfeLh8yfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBfeLh8yfm .nav-link {
  position: relative;
}
.cid-tBfeLh8yfm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBfeLh8yfm .container {
    flex-wrap: nowrap;
  }
}
.cid-tBfeLh8yfm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBfeLh8yfm .dropdown-menu,
.cid-tBfeLh8yfm .navbar.opened {
  background: #f3f5f6 !important;
}
.cid-tBfeLh8yfm .nav-item:focus,
.cid-tBfeLh8yfm .nav-link:focus {
  outline: none;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item .aftl-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item .aftl-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBfeLh8yfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBfeLh8yfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBfeLh8yfm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(243, 245, 246, 0);
}
.cid-tBfeLh8yfm .navbar.opened {
  transition: all 0.3s;
}
.cid-tBfeLh8yfm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBfeLh8yfm .navbar .navbar-logo img {
  width: auto;
}
.cid-tBfeLh8yfm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBfeLh8yfm .navbar.collapsed {
  justify-content: center;
}
.cid-tBfeLh8yfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBfeLh8yfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBfeLh8yfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBfeLh8yfm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBfeLh8yfm .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%;
}
.cid-tBfeLh8yfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBfeLh8yfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBfeLh8yfm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBfeLh8yfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBfeLh8yfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBfeLh8yfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBfeLh8yfm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBfeLh8yfm .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%;
  }
  .cid-tBfeLh8yfm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBfeLh8yfm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBfeLh8yfm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBfeLh8yfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBfeLh8yfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBfeLh8yfm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBfeLh8yfm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBfeLh8yfm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBfeLh8yfm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBfeLh8yfm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBfeLh8yfm .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;
}
.cid-tBfeLh8yfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBfeLh8yfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBfeLh8yfm .dropdown-item.active,
.cid-tBfeLh8yfm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBfeLh8yfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBfeLh8yfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBfeLh8yfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBfeLh8yfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5f6;
}
.cid-tBfeLh8yfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBfeLh8yfm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBfeLh8yfm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBfeLh8yfm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBfeLh8yfm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBfeLh8yfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBfeLh8yfm .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) {
  .cid-tBfeLh8yfm .navbar {
    height: 70px;
  }
  .cid-tBfeLh8yfm .navbar.opened {
    height: auto;
  }
  .cid-tBfeLh8yfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBfeLh8yfm h1,
.cid-tBfeLh8yfm h2,
.cid-tBfeLh8yfm h3,
.cid-tBfeLh8yfm h4,
.cid-tBfeLh8yfm h5,
.cid-tBfeLh8yfm h6,
.cid-tBfeLh8yfm p,
.cid-tBfeLh8yfm a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0.216px;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .cid-tBfeLh8yfm h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBfeLh8yfm h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-tBfeLh8yfm p,
  .cid-tBfeLh8yfm a {
    font-size: 19px;
    line-height: 23px;
  }
}
.cid-tBdkuOsUGz {
  background-image: url("/assets/11dec05a5029c85d.webp");
}
.cid-tBdkuOsUGz .aftl-fallback-image.disabled {
  display: none;
}
.cid-tBdkuOsUGz .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdkuOsUGz .aftl-section-title {
  color: #1d1d1f;
}
.cid-tBdkuOsUGz .aftl-section-subtitle {
  color: #1d1d1f;
}
.cid-tBdkuOsUGz .aftl-text,
.cid-tBdkuOsUGz .aftl-section-btn {
  color: #353535;
}
.cid-tBdkuOsUGz h1,
.cid-tBdkuOsUGz h2,
.cid-tBdkuOsUGz h3,
.cid-tBdkuOsUGz h4,
.cid-tBdkuOsUGz h5,
.cid-tBdkuOsUGz h6,
.cid-tBdkuOsUGz p {
  font-family: 'SF-Pro', 'font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.cid-tBdkuOsUGz h1 {
  font-weight: 599 !important;
  font-size: 24px;
  line-height: 28px;
}
.cid-tBdkuOsUGz h2,
.cid-tBdkuOsUGz p,
.cid-tBdkuOsUGz a,
.cid-tBdkuOsUGz menu {
  font-size: 40px;
  line-height: 52px;
}
.cid-tBdkuOsUGz a,
.cid-tBdkuOsUGz menu {
  font-style: normal;
  font-weight: 600;
  font-family: ui-rounded, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@media screen and (max-width: 767px) {
  .cid-tBdkuOsUGz h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBdkuOsUGz h1,
  .cid-tBdkuOsUGz p,
  .cid-tBdkuOsUGz a {
    font-size: 0px;
    line-height: 0px;
  }
}
@media screen and (max-height: 850px) {
  .cid-tBdkuOsUGz h1,
  .cid-tBdkuOsUGz p,
  .cid-tBdkuOsUGz a {
    font-size: 0px;
    line-height: 0px;
  }
}
.cid-u3BjVlNUw6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3BjVlNUw6 .aftl-fallback-image.disabled {
  display: none;
}
.cid-u3BjVlNUw6 .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3BjVlNUw6 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-u3BjVlNUw6 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u3BjVlNUw6 .aftl-text {
  text-align: center;
  color: #4f4f54;
}
.cid-u3BjVlNUw6 h1,
.cid-u3BjVlNUw6 h2,
.cid-u3BjVlNUw6 h3,
.cid-u3BjVlNUw6 h4,
.cid-u3BjVlNUw6 h5,
.cid-u3BjVlNUw6 h6,
.cid-u3BjVlNUw6 p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.cid-u3BjVlNUw6 .d-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.cid-u3BjVlNUw6 .text-wrapper {
  text-align: left;
  display: inline-block;
}
.cid-u3BjVlNUw6 .container,
.cid-u3BjVlNUw6 .container-fluid {
  text-align: center;
}
.cid-u3BjVlNUw6 .position {
  color: #86868b;
}
.cid-u3BjVlNUw6 .name {
  color: #4f4f54;
}
.cid-tBwtFeP5qV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("/assets/c1945335adb5a348.webp");
}
.cid-tBwtFeP5qV .aftl-fallback-image.disabled {
  display: none;
}
.cid-tBwtFeP5qV .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBwtFeP5qV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBwtFeP5qV .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-tBwtFeP5qV p.aftl-section-title {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tBwtFeP5qV h1,
.cid-tBwtFeP5qV h2,
.cid-tBwtFeP5qV h3,
.cid-tBwtFeP5qV h4,
.cid-tBwtFeP5qV h5,
.cid-tBwtFeP5qV h6,
.cid-tBwtFeP5qV p,
.cid-tBwtFeP5qV a {
  font-family: 'SF-Pro', 'font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.cid-tBwtFeP5qV h1 {
  font-size: 40px;
  line-height: 28px;
  font-weight: 599 !important;
}
.cid-tBwtFeP5qV h2 {
  font-size: 24px;
  line-height: 44px;
  color: #6e6e73;
}
.cid-tBwtFeP5qV p,
.cid-tBwtFeP5qV a {
  font-size: 24px;
  line-height: 28px;
}
.cid-tBwtFeP5qV p {
  font-weight: 400;
}
.cid-tBwtFeP5qV a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cid-tBwtFeP5qV h1 {
    font-size: 24px;
    line-height: 23px;
  }
  .cid-tBwtFeP5qV h2 {
    font-size: 19px;
    line-height: 28px;
  }
  .cid-tBwtFeP5qV p,
  .cid-tBwtFeP5qV a {
    font-size: 19px;
    line-height: 23px;
  }
}
.cid-tBwtFeP5qV .aftl-text,
.cid-tBwtFeP5qV .aftl-section-btn {
  color: #86868b;
  text-align: center;
}
.cid-tBwtFeP5qV P {
  color: #86868b;
}
.cid-tBwtFeP5qV .aftl-section-title {
  color: #1d1d1f;
  text-align: center;
}
.cid-tBwtG5QgQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/assets/aff9a1f67f8fdeb4.webp");
}
.cid-tBwtG5QgQS .aftl-fallback-image.disabled {
  display: none;
}
.cid-tBwtG5QgQS .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBwtG5QgQS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBwtG5QgQS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBwtG5QgQS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tBwtG5QgQS p.aftl-text {
  max-width: 625px;
  margin-right: auto;
}
.cid-tBwtG5QgQS h1,
.cid-tBwtG5QgQS h2,
.cid-tBwtG5QgQS h3,
.cid-tBwtG5QgQS h4,
.cid-tBwtG5QgQS h5,
.cid-tBwtG5QgQS h6,
.cid-tBwtG5QgQS p,
.cid-tBwtG5QgQS a {
  font-family: 'SF-Pro', 'font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.cid-tBwtG5QgQS h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 599 !important;
}
.cid-tBwtG5QgQS h2 {
  font-size: 24px;
  line-height: 28px;
  color: #6e6e73;
}
.cid-tBwtG5QgQS p,
.cid-tBwtG5QgQS a {
  font-size: 24px;
  line-height: 28px;
}
.cid-tBwtG5QgQS p {
  font-weight: 400;
}
.cid-tBwtG5QgQS a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cid-tBwtG5QgQS h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBwtG5QgQS h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-tBwtG5QgQS p,
  .cid-tBwtG5QgQS a {
    font-size: 19px;
    line-height: 23px;
  }
}
.cid-tBwtG5QgQS .aftl-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tBwtG5QgQS .aftl-text,
.cid-tBwtG5QgQS .aftl-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tBwtG5QgQS .aftl-section-btn {
  color: #ffffff;
}
.cid-tBwtG5QgQS .aftl-section-subtitle {
  text-align: left;
  color: #e1e2f0;
}
.cid-u1x1SAoTdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(360deg, #9f6616 10%, #c7ae4b 100%) !important;
}
.cid-u1x1SAoTdp .aftl-fallback-image.disabled {
  display: none;
}
.cid-u1x1SAoTdp .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1x1SAoTdp h1,
.cid-u1x1SAoTdp h2,
.cid-u1x1SAoTdp h3,
.cid-u1x1SAoTdp h4,
.cid-u1x1SAoTdp h5,
.cid-u1x1SAoTdp h6,
.cid-u1x1SAoTdp p,
.cid-u1x1SAoTdp a {
  font-family: 'SF-Pro', 'font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.cid-u1x1SAoTdp h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 599 !important;
}
.cid-u1x1SAoTdp h2 {
  font-size: 24px;
  line-height: 28px;
  color: #6e6e73;
}
.cid-u1x1SAoTdp p,
.cid-u1x1SAoTdp a {
  font-size: 24px;
  line-height: 28px;
}
.cid-u1x1SAoTdp p {
  font-weight: 400;
}
.cid-u1x1SAoTdp a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cid-u1x1SAoTdp h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-u1x1SAoTdp h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-u1x1SAoTdp p,
  .cid-u1x1SAoTdp a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .cid-u1x1SAoTdp .row {
    flex-direction: column-reverse;
  }
  .cid-u1x1SAoTdp .aftl-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-u1x1SAoTdp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u1x1SAoTdp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1x1SAoTdp .media-content,
.cid-u1x1SAoTdp .aftl-figure {
  align-self: center;
}
.cid-u1x1SAoTdp .aftl-figure iframe {
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.cid-u1x1SAoTdp .aftl-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-u1x1SAoTdp .aftl-text,
.cid-u1x1SAoTdp .aftl-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u1x1SAoTdp .aftl-section-subtitle {
  text-align: center;
  color: #ded6bf;
}
.cid-u1x1SAoTdp video {
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  display: block;
}
.cid-tBA0QWT5Hz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tBA0QWT5Hz .aftl-fallback-image.disabled {
  display: none;
}
.cid-tBA0QWT5Hz .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBA0QWT5Hz h1,
.cid-tBA0QWT5Hz h2,
.cid-tBA0QWT5Hz h3,
.cid-tBA0QWT5Hz h4,
.cid-tBA0QWT5Hz h5,
.cid-tBA0QWT5Hz h6,
.cid-tBA0QWT5Hz p,
.cid-tBA0QWT5Hz a {
  font-family: 'SF-Pro', 'font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.cid-tBA0QWT5Hz h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 599 !important;
}
.cid-tBA0QWT5Hz h2 {
  font-size: 24px;
  line-height: 28px;
  color: #6e6e73;
}
.cid-tBA0QWT5Hz p,
.cid-tBA0QWT5Hz a {
  font-size: 40px;
  line-height: 48px;
}
.cid-tBA0QWT5Hz p {
  font-weight: 400;
}
.cid-tBA0QWT5Hz a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cid-tBA0QWT5Hz h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBA0QWT5Hz h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-tBA0QWT5Hz p,
  .cid-tBA0QWT5Hz a {
    font-size: 19px;
    line-height: 23px;
  }
}
.cid-tBA0QWT5Hz .aftl-section-title {
  color: #1d1d1f;
}
.cid-tBA0QWT5Hz .aftl-text,
.cid-tBA0QWT5Hz .aftl-section-btn {
  color: #1d1d1f;
}
.cid-uJJV2Y0PcC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-uJJV2Y0PcC img,
.cid-uJJV2Y0PcC .item-img {
  width: 100%;
}
.cid-uJJV2Y0PcC .item:focus,
.cid-uJJV2Y0PcC span:focus {
  outline: none;
}
.cid-uJJV2Y0PcC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJJV2Y0PcC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJJV2Y0PcC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJJV2Y0PcC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJJV2Y0PcC .aftl-section-btn {
  margin-top: auto !important;
}
.cid-uJJV2Y0PcC .aftl-section-title {
  color: #232323;
}
.cid-uJJV2Y0PcC .aftl-text,
.cid-uJJV2Y0PcC .aftl-section-btn {
  text-align: left;
}
.cid-uJJV2Y0PcC .item-title {
  text-align: left;
}
.cid-uJJV2Y0PcC .item-subtitle {
  text-align: center;
}
.cid-uJJV2Y0PcC h1,
.cid-uJJV2Y0PcC h2,
.cid-uJJV2Y0PcC h3,
.cid-uJJV2Y0PcC h4,
.cid-uJJV2Y0PcC h5,
.cid-uJJV2Y0PcC h6,
.cid-uJJV2Y0PcC p,
.cid-uJJV2Y0PcC a,
.cid-uJJV2Y0PcC input,
.cid-uJJV2Y0PcC textarea,
.cid-uJJV2Y0PcC menu,
.cid-uJJV2Y0PcC button {
  font-family: 'font', 'SF-Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  font-style: normal;
  font-weight: 600;
}
.cid-uJJV2Y0PcC h1,
.cid-uJJV2Y0PcC h2,
.cid-uJJV2Y0PcC h3,
.cid-uJJV2Y0PcC h4 {
  font-weight: 599 !important;
  font-size: 40px;
  line-height: 44px;
}
.cid-uJJV2Y0PcC h5,
.cid-uJJV2Y0PcC h6,
.cid-uJJV2Y0PcC p,
.cid-uJJV2Y0PcC a,
.cid-uJJV2Y0PcC menu,
.cid-uJJV2Y0PcC button,
.cid-uJJV2Y0PcC input,
.cid-uJJV2Y0PcC textarea {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}
.cid-uJJV2Y0PcC input,
.cid-uJJV2Y0PcC textarea {
  font-size: 19px !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cid-uJJV2Y0PcC h1,
  .cid-uJJV2Y0PcC h2,
  .cid-uJJV2Y0PcC h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-uJJV2Y0PcC h4,
  .cid-uJJV2Y0PcC h5,
  .cid-uJJV2Y0PcC h6,
  .cid-uJJV2Y0PcC p,
  .cid-uJJV2Y0PcC a,
  .cid-uJJV2Y0PcC menu,
  .cid-uJJV2Y0PcC button {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-uJJV2Y0PcC input,
  .cid-uJJV2Y0PcC textarea {
    font-size: 16px !important;
  }
}
.cid-tBww6zJgpd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBww6zJgpd .aftl-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBww6zJgpd form .aftl-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tBww6zJgpd form .aftl-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBww6zJgpd form .aftl-section-btn .btn {
    width: 100%;
  }
}
.cid-tBww6zJgpd .aftl-section-title {
  text-align: center;
  color: #1d1d1f;
}
.cid-tBww6zJgpd h1,
.cid-tBww6zJgpd h2,
.cid-tBww6zJgpd h3,
.cid-tBww6zJgpd h4,
.cid-tBww6zJgpd h5,
.cid-tBww6zJgpd h6,
.cid-tBww6zJgpd p,
.cid-tBww6zJgpd a,
.cid-tBww6zJgpd input,
.cid-tBww6zJgpd textarea,
.cid-tBww6zJgpd menu,
.cid-tBww6zJgpd button {
  font-family: 'SF-Pro', 'font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  font-style: normal;
  font-weight: 600;
}
.cid-tBww6zJgpd h1,
.cid-tBww6zJgpd h2,
.cid-tBww6zJgpd h3 {
  font-weight: 599 !important;
  font-size: 40px;
  line-height: 44px;
}
.cid-tBww6zJgpd h4,
.cid-tBww6zJgpd h5,
.cid-tBww6zJgpd h6,
.cid-tBww6zJgpd p,
.cid-tBww6zJgpd a,
.cid-tBww6zJgpd menu,
.cid-tBww6zJgpd button,
.cid-tBww6zJgpd input,
.cid-tBww6zJgpd textarea {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.216px;
}
.cid-tBww6zJgpd input,
.cid-tBww6zJgpd textarea {
  font-size: 19px !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cid-tBww6zJgpd h1,
  .cid-tBww6zJgpd h2,
  .cid-tBww6zJgpd h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBww6zJgpd h4,
  .cid-tBww6zJgpd h5,
  .cid-tBww6zJgpd h6,
  .cid-tBww6zJgpd p,
  .cid-tBww6zJgpd a,
  .cid-tBww6zJgpd menu,
  .cid-tBww6zJgpd button {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-tBww6zJgpd input,
  .cid-tBww6zJgpd textarea {
    font-size: 16px !important;
  }
}
.cid-tBww6zJgpd .aftl-section-subtitle {
  color: #6e6e73;
}
.cid-tBBpdVC78P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f7;
  overflow: hidden;
}
.cid-tBBpdVC78P .media-container-row .aftl-text {
  color: #86868b;
  text-align: left;
}
.cid-tBBpdVC78P h1,
.cid-tBBpdVC78P h2,
.cid-tBBpdVC78P h3,
.cid-tBBpdVC78P h4,
.cid-tBBpdVC78P h5,
.cid-tBBpdVC78P h6,
.cid-tBBpdVC78P p,
.cid-tBBpdVC78P a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.cid-tBBpdVC78P h1,
.cid-tBBpdVC78P h2,
.cid-tBBpdVC78P h3 {
  font-size: 40px;
  line-height: 44px;
}
.cid-tBBpdVC78P h4,
.cid-tBBpdVC78P h5,
.cid-tBBpdVC78P h6,
.cid-tBBpdVC78P p,
.cid-tBBpdVC78P a {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.216px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cid-tBBpdVC78P h1,
  .cid-tBBpdVC78P h2,
  .cid-tBBpdVC78P h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBBpdVC78P h4,
  .cid-tBBpdVC78P h5,
  .cid-tBBpdVC78P h6,
  .cid-tBBpdVC78P p,
  .cid-tBBpdVC78P a {
    font-size: 16px;
    line-height: 23px;
  }
}
.cid-tBBpdVC78P .card-box .aftl-text,
.cid-tBBpdVC78P .aftl-section-btn {
  color: #6e6e73;
}
.cid-tBBpdVC78P .media-container-row .aftl-text P {
  text-align: left;
}
.cid-tBBpdVC78P P {
  color: #86868b;
  text-align: left;
}
.cid-tBfeLh8yfm .navbar-dropdown {
  position: relative !important;
}
.cid-tBfeLh8yfm .navbar-dropdown {
  position: absolute !important;
}
.cid-tBfeLh8yfm .dropdown-item:before {
  font-family: Moririse2 !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;
}
.cid-tBfeLh8yfm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBfeLh8yfm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBfeLh8yfm .dropdown-item:hover,
.cid-tBfeLh8yfm .dropdown-item:focus {
  background: #0066cc !important;
  color: white !important;
}
.cid-tBfeLh8yfm .dropdown-item:hover span {
  color: white;
}
.cid-tBfeLh8yfm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBfeLh8yfm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBfeLh8yfm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBfeLh8yfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBfeLh8yfm .nav-link {
  position: relative;
}
.cid-tBfeLh8yfm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBfeLh8yfm .container {
    flex-wrap: nowrap;
  }
}
.cid-tBfeLh8yfm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBfeLh8yfm .dropdown-menu,
.cid-tBfeLh8yfm .navbar.opened {
  background: #f3f5f6 !important;
}
.cid-tBfeLh8yfm .nav-item:focus,
.cid-tBfeLh8yfm .nav-link:focus {
  outline: none;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item .aftl-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBfeLh8yfm .dropdown .dropdown-menu .dropdown-item .aftl-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBfeLh8yfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBfeLh8yfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBfeLh8yfm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(243, 245, 246, 0);
}
.cid-tBfeLh8yfm .navbar.opened {
  transition: all 0.3s;
}
.cid-tBfeLh8yfm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBfeLh8yfm .navbar .navbar-logo img {
  width: auto;
}
.cid-tBfeLh8yfm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBfeLh8yfm .navbar.collapsed {
  justify-content: center;
}
.cid-tBfeLh8yfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBfeLh8yfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBfeLh8yfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBfeLh8yfm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBfeLh8yfm .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%;
}
.cid-tBfeLh8yfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBfeLh8yfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBfeLh8yfm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBfeLh8yfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBfeLh8yfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBfeLh8yfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBfeLh8yfm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBfeLh8yfm .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%;
  }
  .cid-tBfeLh8yfm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBfeLh8yfm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBfeLh8yfm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBfeLh8yfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBfeLh8yfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBfeLh8yfm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBfeLh8yfm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBfeLh8yfm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBfeLh8yfm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBfeLh8yfm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBfeLh8yfm .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;
}
.cid-tBfeLh8yfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBfeLh8yfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBfeLh8yfm .dropdown-item.active,
.cid-tBfeLh8yfm .dropdown-item:active {
  background-color: transparent;
}
.cid-tBfeLh8yfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBfeLh8yfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBfeLh8yfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBfeLh8yfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f5f6;
}
.cid-tBfeLh8yfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBfeLh8yfm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBfeLh8yfm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBfeLh8yfm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBfeLh8yfm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBfeLh8yfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBfeLh8yfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBfeLh8yfm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBfeLh8yfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBfeLh8yfm .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) {
  .cid-tBfeLh8yfm .navbar {
    height: 70px;
  }
  .cid-tBfeLh8yfm .navbar.opened {
    height: auto;
  }
  .cid-tBfeLh8yfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBfeLh8yfm h1,
.cid-tBfeLh8yfm h2,
.cid-tBfeLh8yfm h3,
.cid-tBfeLh8yfm h4,
.cid-tBfeLh8yfm h5,
.cid-tBfeLh8yfm h6,
.cid-tBfeLh8yfm p,
.cid-tBfeLh8yfm a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0.216px;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .cid-tBfeLh8yfm h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBfeLh8yfm h2 {
    font-size: 19px;
    line-height: 23px;
  }
  .cid-tBfeLh8yfm p,
  .cid-tBfeLh8yfm a {
    font-size: 19px;
    line-height: 23px;
  }
}
.cid-uIIFkGL0ri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f6;
}
.cid-uIIFkGL0ri .aftl-fallback-image.disabled {
  display: none;
}
.cid-uIIFkGL0ri .aftl-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIFkGL0ri .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uIIFkGL0ri .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIIFkGL0ri .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIIFkGL0ri .card-wrapper {
    padding: 4rem;
  }
}
.cid-uIIFkGL0ri .aftl-text,
.cid-uIIFkGL0ri .aftl-section-btn {
  text-align: left;
}
.cid-uIIFkGL0ri h1,
.cid-uIIFkGL0ri h2,
.cid-uIIFkGL0ri h3,
.cid-uIIFkGL0ri h4,
.cid-uIIFkGL0ri h5,
.cid-uIIFkGL0ri h6,
.cid-uIIFkGL0ri p,
.cid-uIIFkGL0ri a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.cid-uIIFkGL0ri h1 {
  font-size: 40px;
  line-height: 44px;
}
.cid-uIIFkGL0ri a,
.cid-uIIFkGL0ri menu {
  font-size: 24px;
  line-height: 28px;
}
.cid-uIIFkGL0ri h3 {
  margin-top: 36px;
  font-size: 24px;
  line-height: 28px;
}
.cid-uIIFkGL0ri h4,
.cid-uIIFkGL0ri h5,
.cid-uIIFkGL0ri h6,
.cid-uIIFkGL0ri p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cid-uIIFkGL0ri h1,
  .cid-uIIFkGL0ri h2,
  .cid-uIIFkGL0ri h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-uIIFkGL0ri h4,
  .cid-uIIFkGL0ri h5,
  .cid-uIIFkGL0ri h6,
  .cid-uIIFkGL0ri p,
  .cid-uIIFkGL0ri a {
    font-size: 16px;
    line-height: 20px;
  }
}
.cid-uIIFkGL0ri .card-title {
  text-align: left;
}
.cid-uIIFkGL0ri H3 {
  text-align: left;
}
.cid-uIIFkGL0ri P {
  text-align: left;
}
.cid-uIIFkGL0ri .card-category {
  text-align: left;
  color: #86868b;
}
.cid-tBBpdVC78P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f7;
  overflow: hidden;
}
.cid-tBBpdVC78P .media-container-row .aftl-text {
  color: #86868b;
  text-align: left;
}
.cid-tBBpdVC78P h1,
.cid-tBBpdVC78P h2,
.cid-tBBpdVC78P h3,
.cid-tBBpdVC78P h4,
.cid-tBBpdVC78P h5,
.cid-tBBpdVC78P h6,
.cid-tBBpdVC78P p,
.cid-tBBpdVC78P a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.cid-tBBpdVC78P h1,
.cid-tBBpdVC78P h2,
.cid-tBBpdVC78P h3 {
  font-size: 40px;
  line-height: 44px;
}
.cid-tBBpdVC78P h4,
.cid-tBBpdVC78P h5,
.cid-tBBpdVC78P h6,
.cid-tBBpdVC78P p,
.cid-tBBpdVC78P a {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.216px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cid-tBBpdVC78P h1,
  .cid-tBBpdVC78P h2,
  .cid-tBBpdVC78P h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .cid-tBBpdVC78P h4,
  .cid-tBBpdVC78P h5,
  .cid-tBBpdVC78P h6,
  .cid-tBBpdVC78P p,
  .cid-tBBpdVC78P a {
    font-size: 16px;
    line-height: 23px;
  }
}
.cid-tBBpdVC78P .card-box .aftl-text,
.cid-tBBpdVC78P .aftl-section-btn {
  color: #6e6e73;
}
.cid-tBBpdVC78P .media-container-row .aftl-text P {
  text-align: left;
}
.cid-tBBpdVC78P P {
  color: #86868b;
  text-align: left;
}
