.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-sCqMXqcTBY {
  background-image: url("../../../assets/images/217836979-5801601916548364-174425150711042420-n-2000x1500.jpg");
}
.cid-sCqMXqcTBY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sCqMXqcTBY .mbr-text,
.cid-sCqMXqcTBY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sCqOqDUicV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sCqOqDUicV .container {
    max-width: 1400px;
  }
}
.cid-sCqOqDUicV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sCqOqDUicV .card-wrapper {
  margin-top: 3rem;
}
.cid-sCqOqDUicV .row {
  justify-content: center;
}
.cid-sCqFMksaRh {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sCqFMksaRh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCqFMksaRh .mbr-text {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCr02Xtdgw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCr02Xtdgw .video-wrapper iframe {
  width: 100%;
}
.cid-sCr02Xtdgw .mbr-section-title,
.cid-sCr02Xtdgw .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCr02Xtdgw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCr03J5x2Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCr03J5x2Q .row {
  flex-direction: row-reverse;
}
.cid-sCr03J5x2Q .video-wrapper iframe {
  width: 100%;
}
.cid-sCr03J5x2Q .mbr-section-title,
.cid-sCr03J5x2Q .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCr03J5x2Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCr0KMqgfZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCr0KMqgfZ .video-wrapper iframe {
  width: 100%;
}
.cid-sCr0KMqgfZ .mbr-section-title,
.cid-sCr0KMqgfZ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCr0KMqgfZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCr0Ll4yZN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCr0Ll4yZN .row {
  flex-direction: row-reverse;
}
.cid-sCr0Ll4yZN .video-wrapper iframe {
  width: 100%;
}
.cid-sCr0Ll4yZN .mbr-section-title,
.cid-sCr0Ll4yZN .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCr0Ll4yZN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCr4e4AWho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sCr4e4AWho .video-wrapper iframe {
  width: 100%;
}
.cid-sCr4e4AWho .mbr-section-title,
.cid-sCr4e4AWho .mbr-section-subtitle,
.cid-sCr4e4AWho .mbr-text {
  text-align: center;
}
.cid-sCr4e4AWho .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCr4e4AWho .mbr-section-title {
  color: #ffffff;
}
.cid-tHeWxz2LOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tHeWxz2LOc .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tHeWxz2LOc .currentcost {
  color: #232323;
}
.cid-tHeWxz2LOc .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHeWxz2LOc .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHeWxz2LOc .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeWxz2LOc .text-box {
    padding: 1rem;
  }
}
.cid-tHeWxz2LOc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCqJoEs5yJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sCqJoEs5yJ .mbr-section-title {
  color: #ffffff;
}
.cid-sCqVu3OTij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCqVu3OTij .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCqVu3OTij .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCqVu3OTij .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCqVu3OTij .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCqVu3OTij .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCqVu3OTij .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCqVu3OTij .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCqVu3OTij .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCqVu3OTij .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCqVu3OTij .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCqLHKABGT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCqLHKABGT .row {
    flex-direction: column-reverse;
  }
  .cid-sCqLHKABGT .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sCqLHKABGT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sCqLHKABGT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCqLHKABGT .media-content,
.cid-sCqLHKABGT .mbr-figure {
  align-self: center;
}
.cid-sCqLHKABGT .mbr-figure iframe {
  width: 100%;
}
.cid-sCqLHL5XUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sCqLHL5XUp .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCqLHL5XUp .mbr-text {
  color: #ffffff;
}
.cid-sCqLHLkqPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCqLHLkqPI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCqLHLkqPI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCqLHLkqPI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sCqLHLIFvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCqLHLIFvj .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sCqLHLIFvj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCqLHLIFvj .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCqLHLIFvj .card-wrapper {
    padding: 4rem;
  }
}
.cid-sCqLHLIFvj .mbr-text,
.cid-sCqLHLIFvj .mbr-section-btn {
  color: #ffffff;
}
.cid-sCqLHLIFvj .card-title,
.cid-sCqLHLIFvj .card-box {
  text-align: left;
}
.cid-sCqLHM17L2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCqLHM17L2 nav.navbar {
  position: fixed;
}
.cid-sCqLHM17L2 .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-sCqLHM17L2 .dropdown-menu {
  padding: 0;
}
.cid-sCqLHM17L2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCqLHM17L2 .dropdown-item:hover,
.cid-sCqLHM17L2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCqLHM17L2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sCqLHM17L2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCqLHM17L2 .nav-link {
  position: relative;
}
.cid-sCqLHM17L2 .container {
  display: flex;
  margin: auto;
}
.cid-sCqLHM17L2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCqLHM17L2 .navbar-caption {
  padding-right: 4rem;
}
.cid-sCqLHM17L2 .dropdown-menu,
.cid-sCqLHM17L2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sCqLHM17L2 .nav-item:focus,
.cid-sCqLHM17L2 .nav-link:focus {
  outline: none;
}
.cid-sCqLHM17L2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCqLHM17L2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCqLHM17L2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCqLHM17L2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCqLHM17L2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCqLHM17L2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCqLHM17L2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sCqLHM17L2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCqLHM17L2 .navbar.opened {
  transition: all .3s;
}
.cid-sCqLHM17L2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sCqLHM17L2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCqLHM17L2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCqLHM17L2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCqLHM17L2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCqLHM17L2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCqLHM17L2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCqLHM17L2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCqLHM17L2 .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: 55%;
}
.cid-sCqLHM17L2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCqLHM17L2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sCqLHM17L2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sCqLHM17L2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCqLHM17L2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCqLHM17L2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCqLHM17L2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCqLHM17L2 .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: 55%;
  }
  .cid-sCqLHM17L2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCqLHM17L2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCqLHM17L2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCqLHM17L2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCqLHM17L2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCqLHM17L2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sCqLHM17L2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCqLHM17L2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCqLHM17L2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCqLHM17L2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCqLHM17L2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCqLHM17L2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCqLHM17L2 .dropdown-item.active,
.cid-sCqLHM17L2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCqLHM17L2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCqLHM17L2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCqLHM17L2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCqLHM17L2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCqLHM17L2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCqLHM17L2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCqLHM17L2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCqLHM17L2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCqLHM17L2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCqLHM17L2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sCqLHM17L2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCqLHM17L2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCqLHM17L2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCqLHM17L2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCqLHM17L2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCqLHM17L2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCqLHM17L2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCqLHM17L2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCqLHM17L2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCqLHM17L2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCqLHM17L2 .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-sCqLHM17L2 .navbar {
    height: 77px;
  }
  .cid-sCqLHM17L2 .navbar.opened {
    height: auto;
  }
  .cid-sCqLHM17L2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCqLHMzJhr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sCqLHMzJhr .mbr-section-title {
  color: #ffffff;
}
.cid-sCqVu3OTij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCqVu3OTij .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCqVu3OTij .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCqVu3OTij .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCqVu3OTij .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCqVu3OTij .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCqVu3OTij .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCqVu3OTij .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCqVu3OTij .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCqVu3OTij .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCqVu3OTij .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCr80SwWd8 {
  background-image: url("../../../assets/images/pexels-david-mcbee-15461681-1280x720.jpg");
}
.cid-sCr80SwWd8 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-sCr80SwWd8 .number {
  color: #ffffff;
}
.cid-sCr80SwWd8 .period {
  display: block;
}
.cid-sCr80SwWd8 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sCr80SwWd8 .period {
    font-size: 0.8rem;
  }
}
.cid-sCr80SwWd8 .btn {
  height: 100%;
  margin: 0;
}
.cid-sCr80SwWd8 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sCr80SwWd8 .mbr-section-title {
  color: #ffffff;
}
.cid-sCr80SwWd8 .mbr-text {
  color: #ffffff;
}
.cid-sCr80SwWd8 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sCr80SwWd8 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sCr80SwWd8 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sCr80SwWd8 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sCqVu3OTij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCqVu3OTij .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCqVu3OTij .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCqVu3OTij .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCqVu3OTij .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCqVu3OTij .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCqVu3OTij .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCqVu3OTij .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCqVu3OTij .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCqVu3OTij .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCqVu3OTij .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCrCHvkP9c {
  background-image: url("../../../assets/images/pexels-david-mcbee-15461681-1280x720.jpg");
}
.cid-sCrCHvkP9c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCrCHvkP9c .mbr-text,
.cid-sCrCHvkP9c .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sCrCHwjwte {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sCrCHwjwte .container {
    max-width: 1400px;
  }
}
.cid-sCrCHwjwte .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sCrCHwjwte .card-wrapper {
  margin-top: 3rem;
}
.cid-sCrCHwjwte .row {
  justify-content: center;
}
.cid-sCrCHxlnzb {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sCrCHxlnzb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCrCHxlnzb .mbr-text {
  color: #ffffff;
}
.cid-sCrCHxDRoD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCrCHxDRoD nav.navbar {
  position: fixed;
}
.cid-sCrCHxDRoD .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-sCrCHxDRoD .dropdown-menu {
  padding: 0;
}
.cid-sCrCHxDRoD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCrCHxDRoD .dropdown-item:hover,
.cid-sCrCHxDRoD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sCrCHxDRoD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sCrCHxDRoD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCrCHxDRoD .nav-link {
  position: relative;
}
.cid-sCrCHxDRoD .container {
  display: flex;
  margin: auto;
}
.cid-sCrCHxDRoD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCrCHxDRoD .navbar-caption {
  padding-right: 4rem;
}
.cid-sCrCHxDRoD .dropdown-menu,
.cid-sCrCHxDRoD .navbar.opened {
  background: #ffffff !important;
}
.cid-sCrCHxDRoD .nav-item:focus,
.cid-sCrCHxDRoD .nav-link:focus {
  outline: none;
}
.cid-sCrCHxDRoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCrCHxDRoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCrCHxDRoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCrCHxDRoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCrCHxDRoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCrCHxDRoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCrCHxDRoD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sCrCHxDRoD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCrCHxDRoD .navbar.opened {
  transition: all .3s;
}
.cid-sCrCHxDRoD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sCrCHxDRoD .navbar .navbar-logo img {
  width: auto;
}
.cid-sCrCHxDRoD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCrCHxDRoD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCrCHxDRoD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCrCHxDRoD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCrCHxDRoD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCrCHxDRoD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCrCHxDRoD .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: 55%;
}
.cid-sCrCHxDRoD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCrCHxDRoD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sCrCHxDRoD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sCrCHxDRoD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCrCHxDRoD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCrCHxDRoD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCrCHxDRoD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCrCHxDRoD .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: 55%;
  }
  .cid-sCrCHxDRoD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCrCHxDRoD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCrCHxDRoD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCrCHxDRoD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCrCHxDRoD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCrCHxDRoD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sCrCHxDRoD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCrCHxDRoD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCrCHxDRoD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCrCHxDRoD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCrCHxDRoD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCrCHxDRoD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCrCHxDRoD .dropdown-item.active,
.cid-sCrCHxDRoD .dropdown-item:active {
  background-color: transparent;
}
.cid-sCrCHxDRoD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCrCHxDRoD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCrCHxDRoD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCrCHxDRoD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCrCHxDRoD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCrCHxDRoD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCrCHxDRoD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCrCHxDRoD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCrCHxDRoD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCrCHxDRoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sCrCHxDRoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCrCHxDRoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCrCHxDRoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCrCHxDRoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCrCHxDRoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCrCHxDRoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCrCHxDRoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCrCHxDRoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCrCHxDRoD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCrCHxDRoD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCrCHxDRoD .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-sCrCHxDRoD .navbar {
    height: 77px;
  }
  .cid-sCrCHxDRoD .navbar.opened {
    height: auto;
  }
  .cid-sCrCHxDRoD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCrCHys9fs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCrCHys9fs .video-wrapper iframe {
  width: 100%;
}
.cid-sCrCHys9fs .mbr-section-title,
.cid-sCrCHys9fs .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCrCHys9fs .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCrCHyUvv8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCrCHyUvv8 .row {
  flex-direction: row-reverse;
}
.cid-sCrCHyUvv8 .video-wrapper iframe {
  width: 100%;
}
.cid-sCrCHyUvv8 .mbr-section-title,
.cid-sCrCHyUvv8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCrCHyUvv8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCrCHzjJ64 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCrCHzjJ64 .video-wrapper iframe {
  width: 100%;
}
.cid-sCrCHzjJ64 .mbr-section-title,
.cid-sCrCHzjJ64 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCrCHzjJ64 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCrCHzLEHr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCrCHzLEHr .row {
  flex-direction: row-reverse;
}
.cid-sCrCHzLEHr .video-wrapper iframe {
  width: 100%;
}
.cid-sCrCHzLEHr .mbr-section-title,
.cid-sCrCHzLEHr .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCrCHzLEHr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCrCHC0Et2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sCrCHC0Et2 .video-wrapper iframe {
  width: 100%;
}
.cid-sCrCHC0Et2 .mbr-section-title,
.cid-sCrCHC0Et2 .mbr-section-subtitle,
.cid-sCrCHC0Et2 .mbr-text {
  text-align: center;
}
.cid-sCrCHC0Et2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCrCHC0Et2 .mbr-section-title {
  color: #ffffff;
}
.cid-tHeWRx6YL7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tHeWRx6YL7 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tHeWRx6YL7 .currentcost {
  color: #232323;
}
.cid-tHeWRx6YL7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHeWRx6YL7 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHeWRx6YL7 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeWRx6YL7 .text-box {
    padding: 1rem;
  }
}
.cid-tHeWRx6YL7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCrCHCNfpz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sCrCHCNfpz .mbr-section-title {
  color: #ffffff;
}
.cid-sCrCHD8Cao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCrCHD8Cao .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCrCHD8Cao .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCrCHD8Cao .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCrCHD8Cao .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCrCHD8Cao .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCrCHD8Cao .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCrCHD8Cao .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCrCHD8Cao .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCrCHD8Cao .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCrCHD8Cao .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCrCHD8Cao .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCrCHD8Cao .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCrCHD8Cao .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCrCHD8Cao .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCxMt1Vh1x {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCxOk4Jj4D {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCxOk4Jj4D .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sCxOk4Jj4D .item:last-child .icon-box:before {
  display: none;
}
.cid-sCxOk4Jj4D .item.last .icon-box:before {
  display: none;
}
.cid-sCxOk4Jj4D .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sCxOk4Jj4D .icon-box {
    margin-right: 1rem;
  }
}
.cid-sCxOk4Jj4D .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-sCxOk4Jj4D span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCxOk4Jj4D .card {
    margin-bottom: 2rem;
  }
  .cid-sCxOk4Jj4D .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sCxOk4Jj4D .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sCxOk4Jj4D .icon-box::before {
    top: 114%;
  }
}
.cid-sCxMvDeaaP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCxMvDeaaP blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sCqVu3OTij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCqVu3OTij .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCqVu3OTij .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCqVu3OTij .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCqVu3OTij .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCqVu3OTij .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCqVu3OTij .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCqVu3OTij .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCqVu3OTij .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCqVu3OTij .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCqVu3OTij .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCqVu3OTij .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCqVu3OTij .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sEQaGxEz20 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEQaGxEz20 nav.navbar {
  position: fixed;
}
.cid-sEQaGxEz20 .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-sEQaGxEz20 .dropdown-menu {
  padding: 0;
}
.cid-sEQaGxEz20 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEQaGxEz20 .dropdown-item:hover,
.cid-sEQaGxEz20 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sEQaGxEz20 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEQaGxEz20 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEQaGxEz20 .nav-link {
  position: relative;
}
.cid-sEQaGxEz20 .container {
  display: flex;
  margin: auto;
}
.cid-sEQaGxEz20 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sEQaGxEz20 .navbar-caption {
  padding-right: 4rem;
}
.cid-sEQaGxEz20 .dropdown-menu,
.cid-sEQaGxEz20 .navbar.opened {
  background: #ffffff !important;
}
.cid-sEQaGxEz20 .nav-item:focus,
.cid-sEQaGxEz20 .nav-link:focus {
  outline: none;
}
.cid-sEQaGxEz20 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEQaGxEz20 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEQaGxEz20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEQaGxEz20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEQaGxEz20 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEQaGxEz20 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEQaGxEz20 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sEQaGxEz20 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEQaGxEz20 .navbar.opened {
  transition: all .3s;
}
.cid-sEQaGxEz20 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sEQaGxEz20 .navbar .navbar-logo img {
  width: auto;
}
.cid-sEQaGxEz20 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEQaGxEz20 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEQaGxEz20 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEQaGxEz20 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sEQaGxEz20 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEQaGxEz20 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEQaGxEz20 .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: 55%;
}
.cid-sEQaGxEz20 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEQaGxEz20 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sEQaGxEz20 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEQaGxEz20 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEQaGxEz20 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEQaGxEz20 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEQaGxEz20 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEQaGxEz20 .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: 55%;
  }
  .cid-sEQaGxEz20 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEQaGxEz20 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEQaGxEz20 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEQaGxEz20 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEQaGxEz20 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEQaGxEz20 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sEQaGxEz20 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEQaGxEz20 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEQaGxEz20 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEQaGxEz20 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEQaGxEz20 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEQaGxEz20 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEQaGxEz20 .dropdown-item.active,
.cid-sEQaGxEz20 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEQaGxEz20 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEQaGxEz20 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEQaGxEz20 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEQaGxEz20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEQaGxEz20 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEQaGxEz20 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEQaGxEz20 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEQaGxEz20 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEQaGxEz20 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEQaGxEz20 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEQaGxEz20 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEQaGxEz20 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEQaGxEz20 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEQaGxEz20 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEQaGxEz20 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEQaGxEz20 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEQaGxEz20 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEQaGxEz20 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEQaGxEz20 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEQaGxEz20 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEQaGxEz20 .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-sEQaGxEz20 .navbar {
    height: 77px;
  }
  .cid-sEQaGxEz20 .navbar.opened {
    height: auto;
  }
  .cid-sEQaGxEz20 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEQe6z0xJk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEQe6z0xJk .video-wrapper iframe {
  width: 100%;
}
.cid-sEQe6z0xJk .mbr-section-title,
.cid-sEQe6z0xJk .mbr-section-subtitle,
.cid-sEQe6z0xJk .mbr-text {
  text-align: center;
}
.cid-sEQb4jFEnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sEQaGzGPmF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sEQaGzGPmF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sEQaGzGPmF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sEQaGzGPmF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sEQaGzGPmF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sEQaGzGPmF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sEQaGzGPmF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sEQaGzGPmF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sEQaGzGPmF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sEQaGzGPmF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sEQaGzGPmF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sEQaGzGPmF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sEQaGzGPmF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEQaGzGPmF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sEQaGzGPmF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGPMcHanGm {
  background-image: url("../../../assets/images/pexels-david-mcbee-1546166-1280x720.jpeg");
}
.cid-sGPMcHanGm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sGPMcHanGm .mbr-text,
.cid-sGPMcHanGm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sGPMcHGXjr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sGPMcHGXjr .container {
    max-width: 1400px;
  }
}
.cid-sGPMcHGXjr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sGPMcHGXjr .card-wrapper {
  margin-top: 3rem;
}
.cid-sGPMcHGXjr .row {
  justify-content: center;
}
.cid-sGPMcIl1Bd {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sGPMcIl1Bd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sGPMcIl1Bd .mbr-text {
  color: #ffffff;
}
.cid-sGPMcIyuUz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGPMcIyuUz nav.navbar {
  position: fixed;
}
.cid-sGPMcIyuUz .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-sGPMcIyuUz .dropdown-menu {
  padding: 0;
}
.cid-sGPMcIyuUz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGPMcIyuUz .dropdown-item:hover,
.cid-sGPMcIyuUz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sGPMcIyuUz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sGPMcIyuUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGPMcIyuUz .nav-link {
  position: relative;
}
.cid-sGPMcIyuUz .container {
  display: flex;
  margin: auto;
}
.cid-sGPMcIyuUz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGPMcIyuUz .navbar-caption {
  padding-right: 4rem;
}
.cid-sGPMcIyuUz .dropdown-menu,
.cid-sGPMcIyuUz .navbar.opened {
  background: #ffffff !important;
}
.cid-sGPMcIyuUz .nav-item:focus,
.cid-sGPMcIyuUz .nav-link:focus {
  outline: none;
}
.cid-sGPMcIyuUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGPMcIyuUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGPMcIyuUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGPMcIyuUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGPMcIyuUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGPMcIyuUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGPMcIyuUz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sGPMcIyuUz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGPMcIyuUz .navbar.opened {
  transition: all .3s;
}
.cid-sGPMcIyuUz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sGPMcIyuUz .navbar .navbar-logo img {
  width: auto;
}
.cid-sGPMcIyuUz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGPMcIyuUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGPMcIyuUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGPMcIyuUz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sGPMcIyuUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGPMcIyuUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGPMcIyuUz .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: 55%;
}
.cid-sGPMcIyuUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGPMcIyuUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGPMcIyuUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGPMcIyuUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGPMcIyuUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGPMcIyuUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGPMcIyuUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGPMcIyuUz .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: 55%;
  }
  .cid-sGPMcIyuUz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGPMcIyuUz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGPMcIyuUz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGPMcIyuUz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGPMcIyuUz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGPMcIyuUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGPMcIyuUz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGPMcIyuUz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGPMcIyuUz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGPMcIyuUz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGPMcIyuUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGPMcIyuUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGPMcIyuUz .dropdown-item.active,
.cid-sGPMcIyuUz .dropdown-item:active {
  background-color: transparent;
}
.cid-sGPMcIyuUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGPMcIyuUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGPMcIyuUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGPMcIyuUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGPMcIyuUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGPMcIyuUz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGPMcIyuUz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGPMcIyuUz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGPMcIyuUz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sGPMcIyuUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sGPMcIyuUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGPMcIyuUz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGPMcIyuUz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGPMcIyuUz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGPMcIyuUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGPMcIyuUz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGPMcIyuUz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGPMcIyuUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGPMcIyuUz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGPMcIyuUz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGPMcIyuUz .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-sGPMcIyuUz .navbar {
    height: 77px;
  }
  .cid-sGPMcIyuUz .navbar.opened {
    height: auto;
  }
  .cid-sGPMcIyuUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGPMcJd37T {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcJd37T .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcJd37T .mbr-section-title,
.cid-sGPMcJd37T .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcJd37T .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcJBTwX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcJBTwX .row {
  flex-direction: row-reverse;
}
.cid-sGPMcJBTwX .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcJBTwX .mbr-section-title,
.cid-sGPMcJBTwX .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcJBTwX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcK1Lx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcK1Lx5 .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcK1Lx5 .mbr-section-title,
.cid-sGPMcK1Lx5 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcK1Lx5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcKuP2E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcKuP2E .row {
  flex-direction: row-reverse;
}
.cid-sGPMcKuP2E .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcKuP2E .mbr-section-title,
.cid-sGPMcKuP2E .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcKuP2E .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcKVWYw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcKVWYw .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcKVWYw .mbr-section-title,
.cid-sGPMcKVWYw .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcKVWYw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcLjOo2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcLjOo2 .row {
  flex-direction: row-reverse;
}
.cid-sGPMcLjOo2 .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcLjOo2 .mbr-section-title,
.cid-sGPMcLjOo2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcLjOo2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcLC0DJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcLC0DJ .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcLC0DJ .mbr-section-title,
.cid-sGPMcLC0DJ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcLC0DJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcLVafK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGPMcLVafK .row {
  flex-direction: row-reverse;
}
.cid-sGPMcLVafK .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcLVafK .mbr-section-title,
.cid-sGPMcLVafK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcLVafK .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcMdRxA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sGPMcMdRxA .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcMdRxA .mbr-section-title,
.cid-sGPMcMdRxA .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGPMcMdRxA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sGPMcMzODw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sGPMcMzODw .video-wrapper iframe {
  width: 100%;
}
.cid-sGPMcMzODw .mbr-section-title,
.cid-sGPMcMzODw .mbr-section-subtitle,
.cid-sGPMcMzODw .mbr-text {
  text-align: center;
}
.cid-sGPMcMzODw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sGPMcMzODw .mbr-section-title {
  color: #ffffff;
}
.cid-tHeWETogl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tHeWETogl8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tHeWETogl8 .currentcost {
  color: #232323;
}
.cid-tHeWETogl8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHeWETogl8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHeWETogl8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeWETogl8 .text-box {
    padding: 1rem;
  }
}
.cid-tHeWETogl8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGPMcNklZG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sGPMcNklZG .mbr-section-title {
  color: #ffffff;
}
.cid-sGPMcNCQxF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sGPMcNCQxF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGPMcNCQxF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGPMcNCQxF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGPMcNCQxF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGPMcNCQxF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGPMcNCQxF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGPMcNCQxF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGPMcNCQxF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGPMcNCQxF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGPMcNCQxF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGPMcNCQxF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGPMcNCQxF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGPMcNCQxF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGPMcNCQxF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sH0J817mWD {
  background-image: url("../../../assets/images/pexels-negative-space-34580-640x418.jpg");
}
.cid-sH0J817mWD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sH0J817mWD .mbr-text,
.cid-sH0J817mWD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sH0J81vVA8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sH0J81vVA8 .container {
    max-width: 1400px;
  }
}
.cid-sH0J81vVA8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sH0J81vVA8 .card-wrapper {
  margin-top: 3rem;
}
.cid-sH0J81vVA8 .row {
  justify-content: center;
}
.cid-sH0J82y0nk {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sH0J82y0nk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sH0J82y0nk .mbr-text {
  color: #ffffff;
}
.cid-sH0J82Qnei {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sH0J82Qnei nav.navbar {
  position: fixed;
}
.cid-sH0J82Qnei .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-sH0J82Qnei .dropdown-menu {
  padding: 0;
}
.cid-sH0J82Qnei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH0J82Qnei .dropdown-item:hover,
.cid-sH0J82Qnei .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sH0J82Qnei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sH0J82Qnei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sH0J82Qnei .nav-link {
  position: relative;
}
.cid-sH0J82Qnei .container {
  display: flex;
  margin: auto;
}
.cid-sH0J82Qnei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sH0J82Qnei .navbar-caption {
  padding-right: 4rem;
}
.cid-sH0J82Qnei .dropdown-menu,
.cid-sH0J82Qnei .navbar.opened {
  background: #ffffff !important;
}
.cid-sH0J82Qnei .nav-item:focus,
.cid-sH0J82Qnei .nav-link:focus {
  outline: none;
}
.cid-sH0J82Qnei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sH0J82Qnei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sH0J82Qnei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sH0J82Qnei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sH0J82Qnei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sH0J82Qnei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sH0J82Qnei .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sH0J82Qnei .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sH0J82Qnei .navbar.opened {
  transition: all .3s;
}
.cid-sH0J82Qnei .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sH0J82Qnei .navbar .navbar-logo img {
  width: auto;
}
.cid-sH0J82Qnei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sH0J82Qnei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sH0J82Qnei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sH0J82Qnei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sH0J82Qnei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sH0J82Qnei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sH0J82Qnei .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: 55%;
}
.cid-sH0J82Qnei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sH0J82Qnei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sH0J82Qnei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sH0J82Qnei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sH0J82Qnei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sH0J82Qnei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sH0J82Qnei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sH0J82Qnei .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: 55%;
  }
  .cid-sH0J82Qnei .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sH0J82Qnei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sH0J82Qnei .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sH0J82Qnei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sH0J82Qnei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sH0J82Qnei .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sH0J82Qnei .navbar.navbar-short {
  min-height: 60px;
}
.cid-sH0J82Qnei .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sH0J82Qnei .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sH0J82Qnei .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sH0J82Qnei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sH0J82Qnei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sH0J82Qnei .dropdown-item.active,
.cid-sH0J82Qnei .dropdown-item:active {
  background-color: transparent;
}
.cid-sH0J82Qnei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sH0J82Qnei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sH0J82Qnei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sH0J82Qnei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sH0J82Qnei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sH0J82Qnei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sH0J82Qnei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sH0J82Qnei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sH0J82Qnei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sH0J82Qnei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sH0J82Qnei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sH0J82Qnei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sH0J82Qnei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sH0J82Qnei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sH0J82Qnei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sH0J82Qnei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sH0J82Qnei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sH0J82Qnei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sH0J82Qnei .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sH0J82Qnei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sH0J82Qnei .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-sH0J82Qnei .navbar {
    height: 77px;
  }
  .cid-sH0J82Qnei .navbar.opened {
    height: auto;
  }
  .cid-sH0J82Qnei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sH0J83p3kU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH0J83p3kU .video-wrapper iframe {
  width: 100%;
}
.cid-sH0J83p3kU .mbr-section-title,
.cid-sH0J83p3kU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sH0J83p3kU .text-wrapper {
    padding: 2rem;
  }
}
.cid-sH0J83LwMd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH0J83LwMd .row {
  flex-direction: row-reverse;
}
.cid-sH0J83LwMd .video-wrapper iframe {
  width: 100%;
}
.cid-sH0J83LwMd .mbr-section-title,
.cid-sH0J83LwMd .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sH0J83LwMd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sH0J84fwqI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sH0J84fwqI .video-wrapper iframe {
  width: 100%;
}
.cid-sH0J84fwqI .mbr-section-title,
.cid-sH0J84fwqI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sH0J84fwqI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sH0J84CVti {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sH0J84CVti .row {
  flex-direction: row-reverse;
}
.cid-sH0J84CVti .video-wrapper iframe {
  width: 100%;
}
.cid-sH0J84CVti .mbr-section-title,
.cid-sH0J84CVti .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sH0J84CVti .text-wrapper {
    padding: 2rem;
  }
}
.cid-sH0J87QRPe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sH0J87QRPe .video-wrapper iframe {
  width: 100%;
}
.cid-sH0J87QRPe .mbr-section-title,
.cid-sH0J87QRPe .mbr-section-subtitle,
.cid-sH0J87QRPe .mbr-text {
  text-align: center;
}
.cid-sH0J87QRPe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sH0J87QRPe .mbr-section-title {
  color: #ffffff;
}
.cid-tHeWKNBfMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tHeWKNBfMs .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tHeWKNBfMs .currentcost {
  color: #232323;
}
.cid-tHeWKNBfMs .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tHeWKNBfMs .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHeWKNBfMs .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeWKNBfMs .text-box {
    padding: 1rem;
  }
}
.cid-tHeWKNBfMs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH0J88Ae7G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sH0J88Ae7G .mbr-section-title {
  color: #ffffff;
}
.cid-sH0J88YFNW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sH0J88YFNW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sH0J88YFNW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sH0J88YFNW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sH0J88YFNW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sH0J88YFNW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sH0J88YFNW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sH0J88YFNW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sH0J88YFNW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sH0J88YFNW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sH0J88YFNW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sH0J88YFNW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sH0J88YFNW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sH0J88YFNW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sH0J88YFNW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sHEoyK7ei6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHEoyK7ei6 .row {
    flex-direction: column-reverse;
  }
  .cid-sHEoyK7ei6 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sHEoyK7ei6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sHEoyK7ei6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sHEoyK7ei6 .media-content,
.cid-sHEoyK7ei6 .mbr-figure {
  align-self: center;
}
.cid-sHEoyK7ei6 .mbr-figure iframe {
  width: 100%;
}
.cid-sHEoyKHNWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sHEoyKHNWu .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sHEoyKHNWu .mbr-text {
  color: #ffffff;
}
.cid-sHEoyL36cb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHEoyL36cb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sHEoyL36cb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sHEoyL36cb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sHEoyLrRur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sHEoyLrRur .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sHEoyLrRur .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sHEoyLrRur .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHEoyLrRur .card-wrapper {
    padding: 4rem;
  }
}
.cid-sHEoyLrRur .mbr-text,
.cid-sHEoyLrRur .mbr-section-btn {
  color: #ffffff;
}
.cid-sHEoyLrRur .card-title,
.cid-sHEoyLrRur .card-box {
  text-align: left;
}
.cid-sHExeMl4Mf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sHExeMl4Mf .container {
    max-width: 1400px;
  }
}
.cid-sHExeMl4Mf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sHExeMl4Mf .card-wrapper {
  margin-top: 3rem;
}
.cid-sHExeMl4Mf .row {
  justify-content: center;
}
.cid-sHExeMl4Mf .mbr-section-title {
  color: #000000;
}
.cid-sHExeMl4Mf .card-title,
.cid-sHExeMl4Mf .iconfont-wrapper {
  color: #000000;
}
.cid-sHExeMl4Mf .card-text {
  color: #000000;
}
.cid-sHEzDV36rc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
@media (max-width: 767px) {
  .cid-sHEzDV36rc .row {
    flex-direction: column-reverse;
  }
  .cid-sHEzDV36rc .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sHEzDV36rc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sHEzDV36rc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sHEzDV36rc .media-content,
.cid-sHEzDV36rc .mbr-figure {
  align-self: center;
}
.cid-sHEzDV36rc .mbr-figure iframe {
  width: 100%;
}
.cid-sHEzDV36rc .mbr-section-title {
  color: #ffffff;
}
.cid-sHEzDV36rc .mbr-text,
.cid-sHEzDV36rc .mbr-section-btn {
  color: #ffffff;
}
.cid-sHEoyLNZuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHEoyLNZuk nav.navbar {
  position: fixed;
}
.cid-sHEoyLNZuk .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-sHEoyLNZuk .dropdown-menu {
  padding: 0;
}
.cid-sHEoyLNZuk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHEoyLNZuk .dropdown-item:hover,
.cid-sHEoyLNZuk .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sHEoyLNZuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sHEoyLNZuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHEoyLNZuk .nav-link {
  position: relative;
}
.cid-sHEoyLNZuk .container {
  display: flex;
  margin: auto;
}
.cid-sHEoyLNZuk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHEoyLNZuk .navbar-caption {
  padding-right: 4rem;
}
.cid-sHEoyLNZuk .dropdown-menu,
.cid-sHEoyLNZuk .navbar.opened {
  background: #ffffff !important;
}
.cid-sHEoyLNZuk .nav-item:focus,
.cid-sHEoyLNZuk .nav-link:focus {
  outline: none;
}
.cid-sHEoyLNZuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHEoyLNZuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHEoyLNZuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHEoyLNZuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHEoyLNZuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHEoyLNZuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHEoyLNZuk .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sHEoyLNZuk .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHEoyLNZuk .navbar.opened {
  transition: all .3s;
}
.cid-sHEoyLNZuk .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHEoyLNZuk .navbar .navbar-logo img {
  width: auto;
}
.cid-sHEoyLNZuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHEoyLNZuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHEoyLNZuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHEoyLNZuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHEoyLNZuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHEoyLNZuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHEoyLNZuk .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: 55%;
}
.cid-sHEoyLNZuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHEoyLNZuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHEoyLNZuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHEoyLNZuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHEoyLNZuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHEoyLNZuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHEoyLNZuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHEoyLNZuk .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: 55%;
  }
  .cid-sHEoyLNZuk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHEoyLNZuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHEoyLNZuk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHEoyLNZuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHEoyLNZuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHEoyLNZuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHEoyLNZuk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHEoyLNZuk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHEoyLNZuk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHEoyLNZuk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHEoyLNZuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHEoyLNZuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHEoyLNZuk .dropdown-item.active,
.cid-sHEoyLNZuk .dropdown-item:active {
  background-color: transparent;
}
.cid-sHEoyLNZuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHEoyLNZuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHEoyLNZuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHEoyLNZuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHEoyLNZuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHEoyLNZuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHEoyLNZuk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHEoyLNZuk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHEoyLNZuk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sHEoyLNZuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sHEoyLNZuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHEoyLNZuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHEoyLNZuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHEoyLNZuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHEoyLNZuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHEoyLNZuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHEoyLNZuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHEoyLNZuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHEoyLNZuk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHEoyLNZuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHEoyLNZuk .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-sHEoyLNZuk .navbar {
    height: 77px;
  }
  .cid-sHEoyLNZuk .navbar.opened {
    height: auto;
  }
  .cid-sHEoyLNZuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHEoyMo8D4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sHEoyMo8D4 .mbr-section-title {
  color: #ffffff;
}
.cid-sHEoyMKqqu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sHEoyMKqqu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sHEoyMKqqu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sHEoyMKqqu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sHEoyMKqqu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHEoyMKqqu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHEoyMKqqu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHEoyMKqqu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sHEoyMKqqu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHEoyMKqqu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHEoyMKqqu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sHEoyMKqqu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHEoyMKqqu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHEoyMKqqu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHEoyMKqqu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sS1nkOr63x {
  background-image: url("../../../assets/images/screen-shot-2021-12-19-at-15.06.58-1054x1338.png");
}
.cid-sS1nkOr63x .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sS1nkOr63x .mbr-text,
.cid-sS1nkOr63x .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sS1nkRrU0t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sS1nkRrU0t nav.navbar {
  position: fixed;
}
.cid-sS1nkRrU0t .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-sS1nkRrU0t .dropdown-menu {
  padding: 0;
}
.cid-sS1nkRrU0t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sS1nkRrU0t .dropdown-item:hover,
.cid-sS1nkRrU0t .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sS1nkRrU0t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sS1nkRrU0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sS1nkRrU0t .nav-link {
  position: relative;
}
.cid-sS1nkRrU0t .container {
  display: flex;
  margin: auto;
}
.cid-sS1nkRrU0t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sS1nkRrU0t .navbar-caption {
  padding-right: 4rem;
}
.cid-sS1nkRrU0t .dropdown-menu,
.cid-sS1nkRrU0t .navbar.opened {
  background: #ffffff !important;
}
.cid-sS1nkRrU0t .nav-item:focus,
.cid-sS1nkRrU0t .nav-link:focus {
  outline: none;
}
.cid-sS1nkRrU0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sS1nkRrU0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS1nkRrU0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS1nkRrU0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sS1nkRrU0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sS1nkRrU0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sS1nkRrU0t .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sS1nkRrU0t .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sS1nkRrU0t .navbar.opened {
  transition: all .3s;
}
.cid-sS1nkRrU0t .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sS1nkRrU0t .navbar .navbar-logo img {
  width: auto;
}
.cid-sS1nkRrU0t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sS1nkRrU0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sS1nkRrU0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sS1nkRrU0t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sS1nkRrU0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sS1nkRrU0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sS1nkRrU0t .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: 55%;
}
.cid-sS1nkRrU0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sS1nkRrU0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sS1nkRrU0t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sS1nkRrU0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS1nkRrU0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS1nkRrU0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS1nkRrU0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS1nkRrU0t .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: 55%;
  }
  .cid-sS1nkRrU0t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS1nkRrU0t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS1nkRrU0t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS1nkRrU0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sS1nkRrU0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sS1nkRrU0t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS1nkRrU0t .navbar.navbar-short {
  min-height: 60px;
}
.cid-sS1nkRrU0t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS1nkRrU0t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS1nkRrU0t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS1nkRrU0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS1nkRrU0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS1nkRrU0t .dropdown-item.active,
.cid-sS1nkRrU0t .dropdown-item:active {
  background-color: transparent;
}
.cid-sS1nkRrU0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS1nkRrU0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS1nkRrU0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS1nkRrU0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sS1nkRrU0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS1nkRrU0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS1nkRrU0t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sS1nkRrU0t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sS1nkRrU0t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sS1nkRrU0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sS1nkRrU0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS1nkRrU0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS1nkRrU0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS1nkRrU0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS1nkRrU0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS1nkRrU0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS1nkRrU0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS1nkRrU0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS1nkRrU0t .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS1nkRrU0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sS1nkRrU0t .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-sS1nkRrU0t .navbar {
    height: 77px;
  }
  .cid-sS1nkRrU0t .navbar.opened {
    height: auto;
  }
  .cid-sS1nkRrU0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS1nkSitU7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1nkSitU7 .video-wrapper iframe {
  width: 100%;
}
.cid-sS1nkSitU7 .mbr-section-title,
.cid-sS1nkSitU7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sS1nkSitU7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sS1nkSQf21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1nkSQf21 .row {
  flex-direction: row-reverse;
}
.cid-sS1nkSQf21 .video-wrapper iframe {
  width: 100%;
}
.cid-sS1nkSQf21 .mbr-section-title,
.cid-sS1nkSQf21 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sS1nkSQf21 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sS1nkThtHY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1nkThtHY .video-wrapper iframe {
  width: 100%;
}
.cid-sS1nkThtHY .mbr-section-title,
.cid-sS1nkThtHY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sS1nkThtHY .text-wrapper {
    padding: 2rem;
  }
}
.cid-sS1nkTMsxN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sS1nkTMsxN .row {
  flex-direction: row-reverse;
}
.cid-sS1nkTMsxN .video-wrapper iframe {
  width: 100%;
}
.cid-sS1nkTMsxN .mbr-section-title,
.cid-sS1nkTMsxN .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sS1nkTMsxN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sS1nUM9IaY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sS1nUM9IaY .video-wrapper iframe {
  width: 100%;
}
.cid-sS1nUM9IaY .mbr-section-title,
.cid-sS1nUM9IaY .mbr-section-subtitle,
.cid-sS1nUM9IaY .mbr-text {
  text-align: center;
}
.cid-sS1uGTnr1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1uGTnr1L .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uGTnr1L .mbr-section-title,
.cid-sS1uGTnr1L .mbr-section-subtitle,
.cid-sS1uGTnr1L .mbr-text {
  text-align: center;
}
.cid-sS1uHMJm7U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1uHMJm7U .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uHMJm7U .mbr-section-title,
.cid-sS1uHMJm7U .mbr-section-subtitle,
.cid-sS1uHMJm7U .mbr-text {
  text-align: center;
}
.cid-sS1uIwsej9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1uIwsej9 .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uIwsej9 .mbr-section-title,
.cid-sS1uIwsej9 .mbr-section-subtitle,
.cid-sS1uIwsej9 .mbr-text {
  text-align: center;
}
.cid-sS1uJb4hTN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1uJb4hTN .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uJb4hTN .mbr-section-title,
.cid-sS1uJb4hTN .mbr-section-subtitle,
.cid-sS1uJb4hTN .mbr-text {
  text-align: center;
}
.cid-sS1uJWnk5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1uJWnk5V .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uJWnk5V .mbr-section-title,
.cid-sS1uJWnk5V .mbr-section-subtitle,
.cid-sS1uJWnk5V .mbr-text {
  text-align: center;
}
.cid-sS1uLfAzQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sS1uLfAzQB .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uLfAzQB .mbr-section-title,
.cid-sS1uLfAzQB .mbr-section-subtitle,
.cid-sS1uLfAzQB .mbr-text {
  text-align: center;
}
.cid-sS1uLMNupD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sS1uLMNupD .video-wrapper iframe {
  width: 100%;
}
.cid-sS1uLMNupD .mbr-section-title,
.cid-sS1uLMNupD .mbr-section-subtitle,
.cid-sS1uLMNupD .mbr-text {
  text-align: center;
}
.cid-sS1nkUT1U2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-sS1nkUT1U2 .mbr-section-title {
  color: #ffffff;
}
.cid-sS1nkVh3AV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sS1nkVh3AV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sS1nkVh3AV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sS1nkVh3AV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sS1nkVh3AV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sS1nkVh3AV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sS1nkVh3AV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sS1nkVh3AV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sS1nkVh3AV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sS1nkVh3AV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sS1nkVh3AV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sS1nkVh3AV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sS1nkVh3AV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS1nkVh3AV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sS1nkVh3AV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHdQLG1Phd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHdQLG1Phd .row {
    flex-direction: column-reverse;
  }
  .cid-tHdQLG1Phd .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tHdQLG1Phd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tHdQLG1Phd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHdQLG1Phd .media-content,
.cid-tHdQLG1Phd .mbr-figure {
  align-self: center;
}
.cid-tHdQLG1Phd .mbr-figure iframe {
  width: 100%;
}
.cid-tHdQLGmZaL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tHdQLGmZaL .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tHdQLGmZaL .mbr-text {
  color: #ffffff;
}
.cid-tHdQLGBKJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHdQLGBKJE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tHdQLGBKJE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tHdQLGBKJE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tHdQLGVNrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHdQLGVNrk .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tHdQLGVNrk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tHdQLGVNrk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHdQLGVNrk .card-wrapper {
    padding: 4rem;
  }
}
.cid-tHdQLGVNrk .mbr-text,
.cid-tHdQLGVNrk .mbr-section-btn {
  color: #ffffff;
}
.cid-tHdQLGVNrk .card-title,
.cid-tHdQLGVNrk .card-box {
  text-align: left;
}
.cid-tHdQLH9qRs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tHdQLH9qRs nav.navbar {
  position: fixed;
}
.cid-tHdQLH9qRs .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-tHdQLH9qRs .dropdown-menu {
  padding: 0;
}
.cid-tHdQLH9qRs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHdQLH9qRs .dropdown-item:hover,
.cid-tHdQLH9qRs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tHdQLH9qRs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tHdQLH9qRs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHdQLH9qRs .nav-link {
  position: relative;
}
.cid-tHdQLH9qRs .container {
  display: flex;
  margin: auto;
}
.cid-tHdQLH9qRs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tHdQLH9qRs .navbar-caption {
  padding-right: 4rem;
}
.cid-tHdQLH9qRs .dropdown-menu,
.cid-tHdQLH9qRs .navbar.opened {
  background: #ffffff !important;
}
.cid-tHdQLH9qRs .nav-item:focus,
.cid-tHdQLH9qRs .nav-link:focus {
  outline: none;
}
.cid-tHdQLH9qRs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHdQLH9qRs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHdQLH9qRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHdQLH9qRs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHdQLH9qRs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHdQLH9qRs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHdQLH9qRs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tHdQLH9qRs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHdQLH9qRs .navbar.opened {
  transition: all .3s;
}
.cid-tHdQLH9qRs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tHdQLH9qRs .navbar .navbar-logo img {
  width: auto;
}
.cid-tHdQLH9qRs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHdQLH9qRs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHdQLH9qRs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHdQLH9qRs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tHdQLH9qRs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHdQLH9qRs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHdQLH9qRs .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: 55%;
}
.cid-tHdQLH9qRs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHdQLH9qRs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tHdQLH9qRs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tHdQLH9qRs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHdQLH9qRs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHdQLH9qRs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHdQLH9qRs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHdQLH9qRs .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: 55%;
  }
  .cid-tHdQLH9qRs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHdQLH9qRs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHdQLH9qRs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHdQLH9qRs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHdQLH9qRs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHdQLH9qRs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHdQLH9qRs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHdQLH9qRs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHdQLH9qRs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHdQLH9qRs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHdQLH9qRs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHdQLH9qRs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHdQLH9qRs .dropdown-item.active,
.cid-tHdQLH9qRs .dropdown-item:active {
  background-color: transparent;
}
.cid-tHdQLH9qRs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHdQLH9qRs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHdQLH9qRs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHdQLH9qRs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHdQLH9qRs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHdQLH9qRs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHdQLH9qRs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHdQLH9qRs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHdQLH9qRs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tHdQLH9qRs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tHdQLH9qRs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHdQLH9qRs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHdQLH9qRs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHdQLH9qRs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHdQLH9qRs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHdQLH9qRs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHdQLH9qRs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHdQLH9qRs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHdQLH9qRs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHdQLH9qRs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHdQLH9qRs .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-tHdQLH9qRs .navbar {
    height: 77px;
  }
  .cid-tHdQLH9qRs .navbar.opened {
    height: auto;
  }
  .cid-tHdQLH9qRs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHdQLHxRSk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tHdQLHxRSk .mbr-section-title {
  color: #ffffff;
}
.cid-tHdQLHL7ka {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHdQLHL7ka .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHdQLHL7ka .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHdQLHL7ka .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHdQLHL7ka .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHdQLHL7ka .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHdQLHL7ka .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHdQLHL7ka .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHdQLHL7ka .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHdQLHL7ka .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHdQLHL7ka .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHdQLHL7ka .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHdQLHL7ka .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHdQLHL7ka .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHdQLHL7ka .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLyDQmuWWW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLyDQmuWWW .row {
    flex-direction: column-reverse;
  }
  .cid-tLyDQmuWWW .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tLyDQmuWWW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tLyDQmuWWW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLyDQmuWWW .media-content,
.cid-tLyDQmuWWW .mbr-figure {
  align-self: center;
}
.cid-tLyDQmuWWW .mbr-figure iframe {
  width: 100%;
}
.cid-tLyDQmRobc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tLyDQmRobc .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLyDQmRobc .mbr-text {
  color: #ffffff;
}
.cid-tLyDQn2M4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLyDQn2M4T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLyDQn2M4T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLyDQn2M4T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLyDQnoFrs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLyDQnoFrs .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tLyDQnoFrs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLyDQnoFrs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLyDQnoFrs .card-wrapper {
    padding: 4rem;
  }
}
.cid-tLyDQnoFrs .mbr-text,
.cid-tLyDQnoFrs .mbr-section-btn {
  color: #ffffff;
}
.cid-tLyDQnoFrs .card-title,
.cid-tLyDQnoFrs .card-box {
  text-align: left;
}
.cid-tLyDQnHYWv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLyDQnHYWv nav.navbar {
  position: fixed;
}
.cid-tLyDQnHYWv .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-tLyDQnHYWv .dropdown-menu {
  padding: 0;
}
.cid-tLyDQnHYWv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLyDQnHYWv .dropdown-item:hover,
.cid-tLyDQnHYWv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tLyDQnHYWv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tLyDQnHYWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLyDQnHYWv .nav-link {
  position: relative;
}
.cid-tLyDQnHYWv .container {
  display: flex;
  margin: auto;
}
.cid-tLyDQnHYWv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLyDQnHYWv .navbar-caption {
  padding-right: 4rem;
}
.cid-tLyDQnHYWv .dropdown-menu,
.cid-tLyDQnHYWv .navbar.opened {
  background: #ffffff !important;
}
.cid-tLyDQnHYWv .nav-item:focus,
.cid-tLyDQnHYWv .nav-link:focus {
  outline: none;
}
.cid-tLyDQnHYWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLyDQnHYWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLyDQnHYWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLyDQnHYWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLyDQnHYWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLyDQnHYWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLyDQnHYWv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tLyDQnHYWv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLyDQnHYWv .navbar.opened {
  transition: all .3s;
}
.cid-tLyDQnHYWv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tLyDQnHYWv .navbar .navbar-logo img {
  width: auto;
}
.cid-tLyDQnHYWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLyDQnHYWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLyDQnHYWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLyDQnHYWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tLyDQnHYWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLyDQnHYWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLyDQnHYWv .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: 55%;
}
.cid-tLyDQnHYWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLyDQnHYWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLyDQnHYWv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLyDQnHYWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLyDQnHYWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLyDQnHYWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLyDQnHYWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLyDQnHYWv .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: 55%;
  }
  .cid-tLyDQnHYWv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLyDQnHYWv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLyDQnHYWv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLyDQnHYWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLyDQnHYWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLyDQnHYWv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLyDQnHYWv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLyDQnHYWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLyDQnHYWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLyDQnHYWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLyDQnHYWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLyDQnHYWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLyDQnHYWv .dropdown-item.active,
.cid-tLyDQnHYWv .dropdown-item:active {
  background-color: transparent;
}
.cid-tLyDQnHYWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLyDQnHYWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLyDQnHYWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLyDQnHYWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLyDQnHYWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLyDQnHYWv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLyDQnHYWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLyDQnHYWv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLyDQnHYWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tLyDQnHYWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tLyDQnHYWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLyDQnHYWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLyDQnHYWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLyDQnHYWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLyDQnHYWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLyDQnHYWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLyDQnHYWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLyDQnHYWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLyDQnHYWv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLyDQnHYWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLyDQnHYWv .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-tLyDQnHYWv .navbar {
    height: 77px;
  }
  .cid-tLyDQnHYWv .navbar.opened {
    height: auto;
  }
  .cid-tLyDQnHYWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLyDQogEjX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tLyDQogEjX .mbr-section-title {
  color: #ffffff;
}
.cid-tLyDQoypph {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLyDQoypph .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLyDQoypph .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLyDQoypph .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLyDQoypph .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLyDQoypph .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLyDQoypph .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLyDQoypph .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLyDQoypph .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLyDQoypph .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLyDQoypph .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLyDQoypph .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLyDQoypph .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLyDQoypph .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLyDQoypph .media-container-row .row-copirayt p {
  width: 100%;
}
