@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);




body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #9fdbf8 !important;
}
.bg-warning {
  background-color: #ffdf19 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dedede !important;
  border-color: #dedede !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: #5ec5f9 !important;
  border-color: #5ec5f9 !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: #ff8d54 !important;
  border-color: #ff8d54 !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: #fc5400 !important;
  border-color: #fc5400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fc5400 !important;
  border-color: #fc5400 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #000 !important;
  
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000 !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5ec5f9 !important
  border-color:#5ec5f9 !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: #0d7fb9 !important;
  border-color:#0d7fb9 !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: #ffc107;
  border-color: #ffc107;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d09d04 !important;
  border-color: #d09d04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #191600 !important;
  background-color: #c1a600 !important;
  border-color: #c1a600 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc107 !important;
  border-color: #ffc107 !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: #d09d04 !important;
  border-color: #d09d04 !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: transparent;
  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: transparent!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: transparent;
  color: #ff8d54;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fc5400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8d54 !important;
  border-color: #ff8d54 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9fdbf8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #ffdf19;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c1a600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #191600 !important;
  background-color: #ffdf19 !important;
  border-color: #ffdf19 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff8d54 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #9fdbf8 !important;
}
.text-warning {
  color: #ffdf19 !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: #ed4f00 !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: #40b7f1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b29900 !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]) {
  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]):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: #9fdbf8;
}
.alert-warning {
  background-color: #ffdf19;
}
.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: #fffbe5;
}
.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.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
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: #ff8d54 !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-s48MCQYojq {
  background-color: #ffffff;
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #22a5e5;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-sj7GYkkESX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color:#ffffff;
}
@media (max-width: 991px) {
  .cid-sj7GYkkESX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7GYkkESX .row {
  flex-direction: row-reverse;
}
.cid-sj7GYkkESX img {
  width: 100%;
}
.cid-sj3zaRzAXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj3zaRzAXg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sj3zaRzAXg .mbr-section-title,
.cid-sj3zaRzAXg .mbr-section-subtitle {
  text-align: center;
}
.cid-sj3zaRzAXg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sj3zaRzAXg .card-wrapper {
  border-radius: 4px;
  background-color: #daf3ff;
}
.cid-sj3zaRzAXg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sj3zaRzAXg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sj3zaRzAXg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sj3zaRzAXg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sj3zaRzAXg .mbr-section-title {
  color: #22a5e5;
}
.cid-sj41hR71BD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj41hR71BD .video-wrapper iframe {
  width: 100%;
}
.cid-sj41hR71BD .mbr-section-title,
.cid-sj41hR71BD .mbr-section-subtitle,
.cid-sj41hR71BD .mbr-text {
  text-align: center;
}
.cid-sj2DvSwVyG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color:#ffffff;
}
.cid-sj2DvSwVyG img,
.cid-sj2DvSwVyG .item-img {
  width: 100%;
}
.cid-sj2DvSwVyG .item:focus,
.cid-sj2DvSwVyG span:focus {
  outline: none;
}
.cid-sj2DvSwVyG .item {
  cursor: pointer;
  margin-bottom: .5rem;
}
.cid-sj2DvSwVyG .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
}
@media (min-width: 992px) {
  .cid-sj2DvSwVyG .item-wrapper .item-content {
    padding: 0rem 1rem 0;
  }
  .cid-sj2DvSwVyG .item-wrapper .item-footer {
    padding: 0 1rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-sj2DvSwVyG .item-wrapper .item-content {
    padding: 0rem .5rem 0;
  }
  .cid-sj2DvSwVyG .item-wrapper .item-footer {
    padding: 0 .5rem 0rem;
  }
}
.cid-sj2DvSwVyG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj2DvSwVyG .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WyqBHrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WyqBHrp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WyqBHrp .row {
  flex-direction: row-reverse;
}
.cid-sj9WyqBHrp img {
  width: 100%;
}
.cid-sj9WziERfE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WziERfE img,
.cid-sj9WziERfE .item-img {
  width: 100%;
}
.cid-sj9WziERfE .item:focus,
.cid-sj9WziERfE span:focus {
  outline: none;
}
.cid-sj9WziERfE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WziERfE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WziERfE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WziERfE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WziERfE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WziERfE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WziERfE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WziERfE .mbr-section-title {
  color: #22a5e5;
}
.cid-sj3gQlwUir {
  z-index: 1000;
  width: 100%;
}
.cid-sj3gQlwUir nav.navbar {
  position: fixed;
}
.cid-sj3gQlwUir .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-sj3gQlwUir .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj3gQlwUir .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj3gQlwUir .dropdown-item:hover,
.cid-sj3gQlwUir .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sj3gQlwUir .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj3gQlwUir .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj3gQlwUir .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sj3gQlwUir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj3gQlwUir .nav-link {
  position: relative;
}
.cid-sj3gQlwUir .container {
  display: flex;
  margin: auto;
}
.cid-sj3gQlwUir .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj3gQlwUir .dropdown-menu,
.cid-sj3gQlwUir .navbar.opened {
   background: rgb(0, 40, 112, 0.8); 
}
.cid-sj3gQlwUir .nav-item:focus,
.cid-sj3gQlwUir .nav-link:focus {
  outline: none;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj3gQlwUir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj3gQlwUir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj3gQlwUir .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
}
.cid-sj3gQlwUir .navbar.opened {
  transition: all 0.3s;
}
.cid-sj3gQlwUir .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj3gQlwUir .navbar .navbar-logo img {
  width: auto;
}
.cid-sj3gQlwUir .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj3gQlwUir .navbar.collapsed {
  justify-content: center;
}
.cid-sj3gQlwUir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj3gQlwUir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj3gQlwUir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sj3gQlwUir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj3gQlwUir .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj3gQlwUir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj3gQlwUir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sj3gQlwUir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj3gQlwUir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj3gQlwUir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj3gQlwUir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj3gQlwUir .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj3gQlwUir .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj3gQlwUir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj3gQlwUir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj3gQlwUir .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj3gQlwUir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj3gQlwUir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj3gQlwUir .dropdown-item.active,
.cid-sj3gQlwUir .dropdown-item:active {
  background-color: transparent;
}
.cid-sj3gQlwUir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj3gQlwUir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj3gQlwUir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj3gQlwUir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #005ca9;
}
.cid-sj3gQlwUir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj3gQlwUir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj3gQlwUir ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj3gQlwUir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj3gQlwUir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj3gQlwUir .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj3gQlwUir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj3gQlwUir .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-sj3gQlwUir .navbar {
    height: 70px;
  }
  .cid-sj3gQlwUir .navbar.opened {
    height: auto;
  }
  .cid-sj3gQlwUir .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sj9WAnEaV0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WAnEaV0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WAnEaV0 .row {
  flex-direction: row-reverse;
}
.cid-sj9WAnEaV0 img {
  width: 100%;
}
.cid-sj9WBRfjAe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WBRfjAe img,
.cid-sj9WBRfjAe .item-img {
  width: 100%;
}
.cid-sj9WBRfjAe .item:focus,
.cid-sj9WBRfjAe span:focus {
  outline: none;
}
.cid-sj9WBRfjAe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WBRfjAe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WBRfjAe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WBRfjAe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WBRfjAe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WBRfjAe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WBRfjAe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WBRfjAe .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WDbVN3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WDbVN3z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WDbVN3z .row {
  flex-direction: row-reverse;
}
.cid-sj9WDbVN3z img {
  width: 100%;
}
.cid-sj9WGdWtz0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WGdWtz0 img,
.cid-sj9WGdWtz0 .item-img {
  width: 100%;
}
.cid-sj9WGdWtz0 .item:focus,
.cid-sj9WGdWtz0 span:focus {
  outline: none;
}
.cid-sj9WGdWtz0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WGdWtz0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WGdWtz0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WGdWtz0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WGdWtz0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WGdWtz0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WGdWtz0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WGdWtz0 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WH5r8XY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WH5r8XY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WH5r8XY .row {
  flex-direction: row-reverse;
}
.cid-sj9WH5r8XY img {
  width: 100%;
}
.cid-sj9WLkJ5X6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WLkJ5X6 img,
.cid-sj9WLkJ5X6 .item-img {
  width: 100%;
}
.cid-sj9WLkJ5X6 .item:focus,
.cid-sj9WLkJ5X6 span:focus {
  outline: none;
}
.cid-sj9WLkJ5X6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WLkJ5X6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WLkJ5X6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WLkJ5X6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WLkJ5X6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WLkJ5X6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WLkJ5X6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WLkJ5X6 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WMI7roY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WMI7roY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WMI7roY .row {
  flex-direction: row-reverse;
}
.cid-sj9WMI7roY img {
  width: 100%;
}
.cid-sj9WNAgfS6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WNAgfS6 img,
.cid-sj9WNAgfS6 .item-img {
  width: 100%;
}
.cid-sj9WNAgfS6 .item:focus,
.cid-sj9WNAgfS6 span:focus {
  outline: none;
}
.cid-sj9WNAgfS6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WNAgfS6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WNAgfS6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WNAgfS6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WNAgfS6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WNAgfS6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WNAgfS6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WNAgfS6 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WS1fArw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WS1fArw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WS1fArw .row {
  flex-direction: row-reverse;
}
.cid-sj9WS1fArw img {
  width: 100%;
}
.cid-sj9WSIhRRu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WSIhRRu img,
.cid-sj9WSIhRRu .item-img {
  width: 100%;
}
.cid-sj9WSIhRRu .item:focus,
.cid-sj9WSIhRRu span:focus {
  outline: none;
}
.cid-sj9WSIhRRu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WSIhRRu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WSIhRRu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WSIhRRu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WSIhRRu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WSIhRRu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WSIhRRu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WSIhRRu .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WTfZhzg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WTfZhzg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WTfZhzg .row {
  flex-direction: row-reverse;
}
.cid-sj9WTfZhzg img {
  width: 100%;
}
.cid-sj9WTOGrJK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WTOGrJK img,
.cid-sj9WTOGrJK .item-img {
  width: 100%;
}
.cid-sj9WTOGrJK .item:focus,
.cid-sj9WTOGrJK span:focus {
  outline: none;
}
.cid-sj9WTOGrJK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WTOGrJK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WTOGrJK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WTOGrJK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WTOGrJK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WTOGrJK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WTOGrJK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WTOGrJK .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WUvfb2l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WUvfb2l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WUvfb2l .row {
  flex-direction: row-reverse;
}
.cid-sj9WUvfb2l img {
  width: 100%;
}
.cid-sj9WV1W8bF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WV1W8bF img,
.cid-sj9WV1W8bF .item-img {
  width: 100%;
}
.cid-sj9WV1W8bF .item:focus,
.cid-sj9WV1W8bF span:focus {
  outline: none;
}
.cid-sj9WV1W8bF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WV1W8bF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WV1W8bF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WV1W8bF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WV1W8bF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WV1W8bF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WV1W8bF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WV1W8bF .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WVVUtbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WVVUtbc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WVVUtbc .row {
  flex-direction: row-reverse;
}
.cid-sj9WVVUtbc img {
  width: 100%;
}
.cid-sj9WWKTqxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9WWKTqxX img,
.cid-sj9WWKTqxX .item-img {
  width: 100%;
}
.cid-sj9WWKTqxX .item:focus,
.cid-sj9WWKTqxX span:focus {
  outline: none;
}
.cid-sj9WWKTqxX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9WWKTqxX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9WWKTqxX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9WWKTqxX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9WWKTqxX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9WWKTqxX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9WWKTqxX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9WWKTqxX .mbr-section-title {
  color: #22a5e5;
}
.cid-sj8HvrJ2OE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #9fdbf8; 
}
.cid-sj8HvrJ2OE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sj8HvrJ2OE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sj8HvrJ2OE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sj8HvrJ2OE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sj8HvrJ2OE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sj8HvrJ2OE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sj8HvrJ2OE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sj8HvrJ2OE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sj8HvrJ2OE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sj8HvrJ2OE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sj8HvrJ2OE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sj8HvrJ2OE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sj8HvrJ2OE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sj8HvrJ2OE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sj8HvrJ2OE .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sj8HvrJ2OE foot-menu-item {
  text-align: right;
}
.cid-sj9NZPGRnt {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9NZPGRnt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9NZPGRnt .row {
  flex-direction: row-reverse;
}
.cid-sj9NZPGRnt img {
  width: 100%;
}
.cid-sj9IWpIaH8 {
  z-index: 1000;
  width: 100%;
}
.cid-sj9IWpIaH8 nav.navbar {
  position: fixed;
}
.cid-sj9IWpIaH8 .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-sj9IWpIaH8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj9IWpIaH8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj9IWpIaH8 .dropdown-item:hover,
.cid-sj9IWpIaH8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sj9IWpIaH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj9IWpIaH8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj9IWpIaH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj9IWpIaH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj9IWpIaH8 .nav-link {
  position: relative;
}
.cid-sj9IWpIaH8 .container {
  display: flex;
  margin: auto;
}
.cid-sj9IWpIaH8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj9IWpIaH8 .dropdown-menu,
.cid-sj9IWpIaH8 .navbar.opened {
  background: #002870 !important;
}
.cid-sj9IWpIaH8 .nav-item:focus,
.cid-sj9IWpIaH8 .nav-link:focus {
  outline: none;
}
.cid-sj9IWpIaH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj9IWpIaH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj9IWpIaH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj9IWpIaH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj9IWpIaH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj9IWpIaH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj9IWpIaH8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 92, 169, 0.7);
}
.cid-sj9IWpIaH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj9IWpIaH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj9IWpIaH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj9IWpIaH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj9IWpIaH8 .navbar.collapsed {
  justify-content: center;
}
.cid-sj9IWpIaH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj9IWpIaH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj9IWpIaH8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sj9IWpIaH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj9IWpIaH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj9IWpIaH8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sj9IWpIaH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj9IWpIaH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj9IWpIaH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj9IWpIaH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj9IWpIaH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj9IWpIaH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj9IWpIaH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj9IWpIaH8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sj9IWpIaH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj9IWpIaH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj9IWpIaH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj9IWpIaH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj9IWpIaH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj9IWpIaH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj9IWpIaH8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj9IWpIaH8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj9IWpIaH8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj9IWpIaH8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj9IWpIaH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj9IWpIaH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj9IWpIaH8 .dropdown-item.active,
.cid-sj9IWpIaH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj9IWpIaH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj9IWpIaH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj9IWpIaH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj9IWpIaH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002870;
}
.cid-sj9IWpIaH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj9IWpIaH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj9IWpIaH8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj9IWpIaH8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj9IWpIaH8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj9IWpIaH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sj9IWpIaH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj9IWpIaH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj9IWpIaH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj9IWpIaH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj9IWpIaH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj9IWpIaH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj9IWpIaH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj9IWpIaH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj9IWpIaH8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj9IWpIaH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj9IWpIaH8 .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-sj9IWpIaH8 .navbar {
    height: 70px;
  }
  .cid-sj9IWpIaH8 .navbar.opened {
    height: auto;
  }
  .cid-sj9IWpIaH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sj9JrJNCCY {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9JrJNCCY .mbr-section-title,
  .cid-sj9JrJNCCY .mbr-section-subtitle,
  .cid-sj9JrJNCCY .mbr-section-btn,
  .cid-sj9JrJNCCY .mbr-text {
    text-align: center;
  }
}
.cid-sj9JrJNCCY .mbr-section-title {
  color: #22a5e5;
  text-align: left;
}
.cid-sj9JrJNCCY .mbr-text,
.cid-sj9JrJNCCY .mbr-section-btn {
  text-align: left;
}
.cid-sj3gQlwUir {
  z-index: 1000;
  width: 100%;
}
.cid-sj3gQlwUir nav.navbar {
  position: fixed;
}
.cid-sj3gQlwUir .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-sj3gQlwUir .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj3gQlwUir .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj3gQlwUir .dropdown-item:hover,
.cid-sj3gQlwUir .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sj3gQlwUir .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj3gQlwUir .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj3gQlwUir .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sj3gQlwUir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj3gQlwUir .nav-link {
  position: relative;
}
.cid-sj3gQlwUir .container {
  display: flex;
  margin: auto;
}
.cid-sj3gQlwUir .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj3gQlwUir .dropdown-menu,
.cid-sj3gQlwUir .navbar.opened {
background: rgba(0, 92, 169, 0.7);
}
.cid-sj3gQlwUir .nav-item:focus,
.cid-sj3gQlwUir .nav-link:focus {
  outline: none;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj3gQlwUir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj3gQlwUir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj3gQlwUir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj3gQlwUir .navbar {
  min-height: 50px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sj3gQlwUir .navbar.opened {
  transition: all 0.3s;
}
.cid-sj3gQlwUir .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj3gQlwUir .navbar .navbar-logo img {
  width: auto;
}
.cid-sj3gQlwUir .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj3gQlwUir .navbar.collapsed {
  justify-content: center;
}
.cid-sj3gQlwUir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj3gQlwUir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj3gQlwUir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sj3gQlwUir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj3gQlwUir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj3gQlwUir .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj3gQlwUir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj3gQlwUir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sj3gQlwUir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj3gQlwUir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj3gQlwUir .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj3gQlwUir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj3gQlwUir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj3gQlwUir .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj3gQlwUir .navbar.navbar-short {
  min-height: 45px;
}
.cid-sj3gQlwUir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj3gQlwUir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj3gQlwUir .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj3gQlwUir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj3gQlwUir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj3gQlwUir .dropdown-item.active,
.cid-sj3gQlwUir .dropdown-item:active {
  background-color: transparent;
}
.cid-sj3gQlwUir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj3gQlwUir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj3gQlwUir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj3gQlwUir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #005ca9;
}
.cid-sj3gQlwUir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj3gQlwUir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj3gQlwUir ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj3gQlwUir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj3gQlwUir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj3gQlwUir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj3gQlwUir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj3gQlwUir .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj3gQlwUir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj3gQlwUir .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-sj3gQlwUir .navbar {
    height: 70px;
  }
  .cid-sj3gQlwUir .navbar.opened {
    height: auto;
  }
  .cid-sj3gQlwUir .nav-item .nav-link:hover::before {
   width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sj38fUYuVM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sj38fUYuVM img,
.cid-sj38fUYuVM .item-img {
  width: 100%;
}
.cid-sj38fUYuVM .item:focus,
.cid-sj38fUYuVM span:focus {
  outline: none;
}
.cid-sj38fUYuVM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj38fUYuVM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj38fUYuVM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj38fUYuVM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj38fUYuVM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj38fUYuVM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj38fUYuVM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj38fUYuVM .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WaL1a3O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WaL1a3O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WaL1a3O .row {
  flex-direction: row-reverse;
}
.cid-sj9WaL1a3O img {
  width: 100%;
}
.cid-sj7qV3O3Z9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7qV3O3Z9 img,
.cid-sj7qV3O3Z9 .item-img {
  width: 100%;
}
.cid-sj7qV3O3Z9 .item:focus,
.cid-sj7qV3O3Z9 span:focus {
  outline: none;
}
.cid-sj7qV3O3Z9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7qV3O3Z9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7qV3O3Z9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7qV3O3Z9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7qV3O3Z9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7qV3O3Z9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7qV3O3Z9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7qV3O3Z9 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9W9WuSKv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9W9WuSKv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9W9WuSKv .row {
  flex-direction: row-reverse;
}
.cid-sj9W9WuSKv img {
  width: 100%;
}
.cid-sj9W02uAe7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9W02uAe7 img,
.cid-sj9W02uAe7 .item-img {
  width: 100%;
}
.cid-sj9W02uAe7 .item:focus,
.cid-sj9W02uAe7 span:focus {
  outline: none;
}
.cid-sj9W02uAe7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9W02uAe7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9W02uAe7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9W02uAe7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9W02uAe7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9W02uAe7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9W02uAe7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9W02uAe7 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9W93hKhb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9W93hKhb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9W93hKhb .row {
  flex-direction: row-reverse;
}
.cid-sj9W93hKhb img {
  width: 100%;
}
.cid-sj9W1ijidK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9W1ijidK img,
.cid-sj9W1ijidK .item-img {
  width: 100%;
}
.cid-sj9W1ijidK .item:focus,
.cid-sj9W1ijidK span:focus {
  outline: none;
}
.cid-sj9W1ijidK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9W1ijidK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9W1ijidK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9W1ijidK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9W1ijidK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9W1ijidK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9W1ijidK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9W1ijidK .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9W7zrhit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9W7zrhit .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9W7zrhit .row {
  flex-direction: row-reverse;
}
.cid-sj9W7zrhit img {
  width: 100%;
}
.cid-sj9W3jd3eo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9W3jd3eo img,
.cid-sj9W3jd3eo .item-img {
  width: 100%;
}
.cid-sj9W3jd3eo .item:focus,
.cid-sj9W3jd3eo span:focus {
  outline: none;
}
.cid-sj9W3jd3eo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9W3jd3eo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9W3jd3eo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9W3jd3eo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9W3jd3eo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9W3jd3eo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9W3jd3eo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9W3jd3eo .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9WcIH47R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9WcIH47R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9WcIH47R .row {
  flex-direction: row-reverse;
}
.cid-sj9WcIH47R img {
  width: 100%;
}
.cid-sj7vXieVg7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7vXieVg7 .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sj7vXieVg7 .mbr-section-title,
.cid-sj7vXieVg7 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj7vXieVg7 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sj7vXieVg7 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sj7vywOmDL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj7vywOmDL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7vywOmDL .row {
  flex-direction: row-reverse;
}
.cid-sj7vywOmDL img {
  width: 100%;
}
.cid-sj7rhPwXVc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7rhPwXVc .video-wrapper iframe {
  width: 100%;
}
.cid-sj7rhPwXVc .mbr-section-title,
.cid-sj7rhPwXVc .mbr-section-subtitle,
.cid-sj7rhPwXVc .mbr-text {
  text-align: center;
}
.cid-sj7qWgj8MQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7qWgj8MQ img,
.cid-sj7qWgj8MQ .item-img {
  width: 100%;
}
.cid-sj7qWgj8MQ .item:focus,
.cid-sj7qWgj8MQ span:focus {
  outline: none;
}
.cid-sj7qWgj8MQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7qWgj8MQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7qWgj8MQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7qWgj8MQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7qWgj8MQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7qWgj8MQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7qWgj8MQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7qWgj8MQ .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7r3KUmjq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7r3KUmjq img,
.cid-sj7r3KUmjq .item-img {
  width: 100%;
}
.cid-sj7r3KUmjq .item:focus,
.cid-sj7r3KUmjq span:focus {
  outline: none;
}
.cid-sj7r3KUmjq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7r3KUmjq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7r3KUmjq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7r3KUmjq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7r3KUmjq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7r3KUmjq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7r3KUmjq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7r3KUmjq .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7wIoZrv5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7wIoZrv5 .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sj7wIoZrv5 .mbr-section-title,
.cid-sj7wIoZrv5 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj7wIoZrv5 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sj7wIoZrv5 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sj7mDiv6kG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj7mDiv6kG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7mDiv6kG .row {
  flex-direction: row-reverse;
}
.cid-sj7mDiv6kG img {
  width: 100%;
}
.cid-sj7rg94Ui4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7rg94Ui4 .video-wrapper iframe {
  width: 100%;
}
.cid-sj7rg94Ui4 .mbr-section-title,
.cid-sj7rg94Ui4 .mbr-section-subtitle,
.cid-sj7rg94Ui4 .mbr-text {
  text-align: center;
}
.cid-sj7v3RBp0r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7v3RBp0r img,
.cid-sj7v3RBp0r .item-img {
  width: 100%;
}
.cid-sj7v3RBp0r .item:focus,
.cid-sj7v3RBp0r span:focus {
  outline: none;
}
.cid-sj7v3RBp0r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7v3RBp0r .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7v3RBp0r .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7v3RBp0r .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7v3RBp0r .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7v3RBp0r .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7v3RBp0r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7v3RBp0r .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7v6Hms4V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7v6Hms4V img,
.cid-sj7v6Hms4V .item-img {
  width: 100%;
}
.cid-sj7v6Hms4V .item:focus,
.cid-sj7v6Hms4V span:focus {
  outline: none;
}
.cid-sj7v6Hms4V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7v6Hms4V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7v6Hms4V .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7v6Hms4V .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7v6Hms4V .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7v6Hms4V .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7v6Hms4V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7v6Hms4V .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7q45EmIW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj7q45EmIW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7q45EmIW .row {
  flex-direction: row-reverse;
}
.cid-sj7q45EmIW img {
  width: 100%;
}
.cid-sj7x3piMyQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7x3piMyQ .video-wrapper iframe {
  width: 100%;
}
.cid-sj7x3piMyQ .mbr-section-title,
.cid-sj7x3piMyQ .mbr-section-subtitle,
.cid-sj7x3piMyQ .mbr-text {
  text-align: center;
}
.cid-sj7xcai3Ub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xcai3Ub img,
.cid-sj7xcai3Ub .item-img {
  width: 100%;
}
.cid-sj7xcai3Ub .item:focus,
.cid-sj7xcai3Ub span:focus {
  outline: none;
}
.cid-sj7xcai3Ub .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7xcai3Ub .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7xcai3Ub .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7xcai3Ub .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7xcai3Ub .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7xcai3Ub .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7xcai3Ub .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7xcai3Ub .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7xcL0hS3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xcL0hS3 img,
.cid-sj7xcL0hS3 .item-img {
  width: 100%;
}
.cid-sj7xcL0hS3 .item:focus,
.cid-sj7xcL0hS3 span:focus {
  outline: none;
}
.cid-sj7xcL0hS3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7xcL0hS3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7xcL0hS3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7xcL0hS3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7xcL0hS3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7xcL0hS3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7xcL0hS3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7xcL0hS3 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7xdHoWpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xdHoWpe .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sj7xdHoWpe .mbr-section-title,
.cid-sj7xdHoWpe .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj7xdHoWpe .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sj7xdHoWpe .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sj7uitbcH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj7uitbcH1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7uitbcH1 .row {
  flex-direction: row-reverse;
}
.cid-sj7uitbcH1 img {
  width: 100%;
}
.cid-sj7rlXNDQw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7rlXNDQw .video-wrapper iframe {
  width: 100%;
}
.cid-sj7rlXNDQw .mbr-section-title,
.cid-sj7rlXNDQw .mbr-section-subtitle,
.cid-sj7rlXNDQw .mbr-text {
  text-align: center;
}
.cid-sj7xf2kywO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xf2kywO img,
.cid-sj7xf2kywO .item-img {
  width: 100%;
}
.cid-sj7xf2kywO .item:focus,
.cid-sj7xf2kywO span:focus {
  outline: none;
}
.cid-sj7xf2kywO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7xf2kywO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7xf2kywO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7xf2kywO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7xf2kywO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7xf2kywO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7xf2kywO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7xf2kywO .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7xfuMBNd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xfuMBNd img,
.cid-sj7xfuMBNd .item-img {
  width: 100%;
}
.cid-sj7xfuMBNd .item:focus,
.cid-sj7xfuMBNd span:focus {
  outline: none;
}
.cid-sj7xfuMBNd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7xfuMBNd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7xfuMBNd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7xfuMBNd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7xfuMBNd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7xfuMBNd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7xfuMBNd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7xfuMBNd .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7xg1ULAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xg1ULAh .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sj7xg1ULAh .mbr-section-title,
.cid-sj7xg1ULAh .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj7xg1ULAh .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sj7xg1ULAh .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sj7mGi11xL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj7mGi11xL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7mGi11xL .row {
  flex-direction: row-reverse;
}
.cid-sj7mGi11xL img {
  width: 100%;
}
.cid-sj7rmTYa7b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7rmTYa7b .video-wrapper iframe {
  width: 100%;
}
.cid-sj7rmTYa7b .mbr-section-title,
.cid-sj7rmTYa7b .mbr-section-subtitle,
.cid-sj7rmTYa7b .mbr-text {
  text-align: center;
}
.cid-sj7xhLKcMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xhLKcMP img,
.cid-sj7xhLKcMP .item-img {
  width: 100%;
}
.cid-sj7xhLKcMP .item:focus,
.cid-sj7xhLKcMP span:focus {
  outline: none;
}
.cid-sj7xhLKcMP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7xhLKcMP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7xhLKcMP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7xhLKcMP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7xhLKcMP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7xhLKcMP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7xhLKcMP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7xhLKcMP .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7xj6WBBG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj7xj6WBBG img,
.cid-sj7xj6WBBG .item-img {
  width: 100%;
}
.cid-sj7xj6WBBG .item:focus,
.cid-sj7xj6WBBG span:focus {
  outline: none;
}
.cid-sj7xj6WBBG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj7xj6WBBG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj7xj6WBBG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj7xj6WBBG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj7xj6WBBG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj7xj6WBBG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj7xj6WBBG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj7xj6WBBG .mbr-section-title {
  color: #22a5e5;
}
.cid-sj7r7OnM0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj7r7OnM0V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj7r7OnM0V .row {
  flex-direction: row-reverse;
}
.cid-sj7r7OnM0V img {
  width: 100%;
}
.cid-sj9X3XDgl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9X3XDgl8 img,
.cid-sj9X3XDgl8 .item-img {
  width: 100%;
}
.cid-sj9X3XDgl8 .item:focus,
.cid-sj9X3XDgl8 span:focus {
  outline: none;
}
.cid-sj9X3XDgl8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9X3XDgl8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9X3XDgl8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9X3XDgl8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9X3XDgl8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9X3XDgl8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9X3XDgl8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9X3XDgl8 .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9X5kYPL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9X5kYPL2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9X5kYPL2 .row {
  flex-direction: row-reverse;
}
.cid-sj9X5kYPL2 img {
  width: 100%;
}
.cid-sj9X6mr1EN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9X6mr1EN .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sj9X6mr1EN .mbr-section-title,
.cid-sj9X6mr1EN .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj9X6mr1EN .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sj9X6mr1EN .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sj9X74NJ2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9X74NJ2z img,
.cid-sj9X74NJ2z .item-img {
  width: 100%;
}
.cid-sj9X74NJ2z .item:focus,
.cid-sj9X74NJ2z span:focus {
  outline: none;
}
.cid-sj9X74NJ2z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9X74NJ2z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9X74NJ2z .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9X74NJ2z .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9X74NJ2z .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9X74NJ2z .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9X74NJ2z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9X74NJ2z .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9X7KRUM2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9X7KRUM2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9X7KRUM2 .row {
  flex-direction: row-reverse;
}
.cid-sj9X7KRUM2 img {
  width: 100%;
}
.cid-sj9X8O9nhP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9X8O9nhP img,
.cid-sj9X8O9nhP .item-img {
  width: 100%;
}
.cid-sj9X8O9nhP .item:focus,
.cid-sj9X8O9nhP span:focus {
  outline: none;
}
.cid-sj9X8O9nhP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9X8O9nhP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9X8O9nhP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9X8O9nhP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9X8O9nhP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9X8O9nhP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9X8O9nhP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9X8O9nhP .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9X9wjIZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9X9wjIZk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9X9wjIZk .row {
  flex-direction: row-reverse;
}
.cid-sj9X9wjIZk img {
  width: 100%;
}
.cid-sj9XaiAmem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9XaiAmem img,
.cid-sj9XaiAmem .item-img {
  width: 100%;
}
.cid-sj9XaiAmem .item:focus,
.cid-sj9XaiAmem span:focus {
  outline: none;
}
.cid-sj9XaiAmem .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9XaiAmem .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9XaiAmem .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9XaiAmem .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9XaiAmem .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9XaiAmem .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9XaiAmem .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9XaiAmem .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9XbatKR9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9XbatKR9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9XbatKR9 .row {
  flex-direction: row-reverse;
}
.cid-sj9XbatKR9 img {
  width: 100%;
}
.cid-sj9XcDspyL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9XcDspyL img,
.cid-sj9XcDspyL .item-img {
  width: 100%;
}
.cid-sj9XcDspyL .item:focus,
.cid-sj9XcDspyL span:focus {
  outline: none;
}
.cid-sj9XcDspyL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9XcDspyL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9XcDspyL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9XcDspyL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9XcDspyL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9XcDspyL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9XcDspyL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9XcDspyL .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9Xe21NA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9Xe21NA2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9Xe21NA2 .row {
  flex-direction: row-reverse;
}
.cid-sj9Xe21NA2 img {
  width: 100%;
}
.cid-sj9XeRUbHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9XeRUbHZ img,
.cid-sj9XeRUbHZ .item-img {
  width: 100%;
}
.cid-sj9XeRUbHZ .item:focus,
.cid-sj9XeRUbHZ span:focus {
  outline: none;
}
.cid-sj9XeRUbHZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9XeRUbHZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9XeRUbHZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9XeRUbHZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9XeRUbHZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9XeRUbHZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9XeRUbHZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9XeRUbHZ .mbr-section-title {
  color: #22a5e5;
}
.cid-sj9Xg8xX1M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sj9Xg8xX1M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sj9Xg8xX1M .row {
  flex-direction: row-reverse;
}
.cid-sj9Xg8xX1M img {
  width: 100%;
}
.cid-sj9XgMD67v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj9XgMD67v img,
.cid-sj9XgMD67v .item-img {
  width: 100%;
}
.cid-sj9XgMD67v .item:focus,
.cid-sj9XgMD67v span:focus {
  outline: none;
}
.cid-sj9XgMD67v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sj9XgMD67v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sj9XgMD67v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sj9XgMD67v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sj9XgMD67v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sj9XgMD67v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sj9XgMD67v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sj9XgMD67v .mbr-section-title {
  color: #22a5e5;
}
.cid-sj8HvrJ2OE {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sj8HvrJ2OE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sj8HvrJ2OE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sj8HvrJ2OE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sj8HvrJ2OE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sj8HvrJ2OE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sj8HvrJ2OE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sj8HvrJ2OE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sj8HvrJ2OE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sj8HvrJ2OE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sj8HvrJ2OE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sj8HvrJ2OE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sj8HvrJ2OE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sj8HvrJ2OE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sj8HvrJ2OE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sj8HvrJ2OE .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sj8HvrJ2OE foot-menu-item {
  text-align: right;
}
.cid-sjexVRLNlN {
  z-index: 1000;
  width: 100%;
}
.cid-sjexVRLNlN nav.navbar {
  position: fixed;
}
.cid-sjexVRLNlN .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-sjexVRLNlN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sjexVRLNlN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjexVRLNlN .dropdown-item:hover,
.cid-sjexVRLNlN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sjexVRLNlN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sjexVRLNlN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sjexVRLNlN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sjexVRLNlN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjexVRLNlN .nav-link {
  position: absolute;
}
.cid-sjexVRLNlN .container {
  display: flex;
  margin: auto;
}
.cid-sjexVRLNlN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sjexVRLNlN .dropdown-menu,
.cid-sjexVRLNlN .navbar.opened {
  background: #002870 !important;
}
.cid-sjexVRLNlN .nav-item:focus,
.cid-sjexVRLNlN .nav-link:focus {
  outline: none;
}
.cid-sjexVRLNlN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjexVRLNlN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjexVRLNlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjexVRLNlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjexVRLNlN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjexVRLNlN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjexVRLNlN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 40, 112, 0.8);
}
.cid-sjexVRLNlN .navbar.opened {
  transition: all 0.3s;
}
.cid-sjexVRLNlN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sjexVRLNlN .navbar .navbar-logo img {
  width: auto;
}
.cid-sjexVRLNlN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjexVRLNlN .navbar.collapsed {
  justify-content: center;
}
.cid-sjexVRLNlN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjexVRLNlN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjexVRLNlN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sjexVRLNlN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjexVRLNlN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjexVRLNlN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sjexVRLNlN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjexVRLNlN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sjexVRLNlN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sjexVRLNlN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjexVRLNlN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjexVRLNlN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjexVRLNlN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjexVRLNlN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sjexVRLNlN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjexVRLNlN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjexVRLNlN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjexVRLNlN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjexVRLNlN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjexVRLNlN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sjexVRLNlN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjexVRLNlN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjexVRLNlN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjexVRLNlN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjexVRLNlN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjexVRLNlN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjexVRLNlN .dropdown-item.active,
.cid-sjexVRLNlN .dropdown-item:active {
  background-color: transparent;
}
.cid-sjexVRLNlN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjexVRLNlN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjexVRLNlN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjexVRLNlN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002870;
}
.cid-sjexVRLNlN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjexVRLNlN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjexVRLNlN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjexVRLNlN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjexVRLNlN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjexVRLNlN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjexVRLNlN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjexVRLNlN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjexVRLNlN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjexVRLNlN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjexVRLNlN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjexVRLNlN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjexVRLNlN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjexVRLNlN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjexVRLNlN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjexVRLNlN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjexVRLNlN .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-sjexVRLNlN .navbar {
    height: 70px;
  }
  .cid-sjexVRLNlN .navbar.opened {
    height: auto;
  }
  .cid-sjexVRLNlN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjexVSkMfa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVSkMfa img,
.cid-sjexVSkMfa .item-img {
  width: 100%;
}
.cid-sjexVSkMfa .item:focus,
.cid-sjexVSkMfa span:focus {
  outline: none;
}
.cid-sjexVSkMfa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVSkMfa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVSkMfa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVSkMfa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVSkMfa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVSkMfa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVSkMfa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVSkMfa .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVSS7gX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVSS7gX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVSS7gX .row {
  flex-direction: row-reverse;
}
.cid-sjexVSS7gX img {
  width: 100%;
}
.cid-sjexVT8aej {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVT8aej img,
.cid-sjexVT8aej .item-img {
  width: 100%;
}
.cid-sjexVT8aej .item:focus,
.cid-sjexVT8aej span:focus {
  outline: none;
}
.cid-sjexVT8aej .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVT8aej .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVT8aej .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVT8aej .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVT8aej .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVT8aej .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVT8aej .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVT8aej .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVTyZRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVTyZRR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVTyZRR .row {
  flex-direction: row-reverse;
}
.cid-sjexVTyZRR img {
  width: 100%;
}
.cid-sjexVTM1LT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVTM1LT img,
.cid-sjexVTM1LT .item-img {
  width: 100%;
}
.cid-sjexVTM1LT .item:focus,
.cid-sjexVTM1LT span:focus {
  outline: none;
}
.cid-sjexVTM1LT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVTM1LT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVTM1LT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVTM1LT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVTM1LT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVTM1LT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVTM1LT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVTM1LT .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVUcow7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVUcow7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVUcow7 .row {
  flex-direction: row-reverse;
}
.cid-sjexVUcow7 img {
  width: 100%;
}
.cid-sjexVUpzFc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVUpzFc img,
.cid-sjexVUpzFc .item-img {
  width: 100%;
}
.cid-sjexVUpzFc .item:focus,
.cid-sjexVUpzFc span:focus {
  outline: none;
}
.cid-sjexVUpzFc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVUpzFc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVUpzFc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVUpzFc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVUpzFc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVUpzFc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVUpzFc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVUpzFc .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVUQrvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVUQrvM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVUQrvM .row {
  flex-direction: row-reverse;
}
.cid-sjexVUQrvM img {
  width: 100%;
}
.cid-sjexVV3xPH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVV3xPH img,
.cid-sjexVV3xPH .item-img {
  width: 100%;
}
.cid-sjexVV3xPH .item:focus,
.cid-sjexVV3xPH span:focus {
  outline: none;
}
.cid-sjexVV3xPH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVV3xPH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVV3xPH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVV3xPH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVV3xPH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVV3xPH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVV3xPH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVV3xPH .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVVsIRo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVVsIRo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVVsIRo .row {
  flex-direction: row-reverse;
}
.cid-sjexVVsIRo img {
  width: 100%;
}
.cid-sjexVVGOLk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVVGOLk .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjexVVGOLk .mbr-section-title,
.cid-sjexVVGOLk .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjexVVGOLk .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjexVVGOLk .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjexVW9mij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVW9mij .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVW9mij .row {
  flex-direction: row-reverse;
}
.cid-sjexVW9mij img {
  width: 100%;
}
.cid-sjexVWoWRW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVWoWRW .video-wrapper iframe {
  width: 100%;
}
.cid-sjexVWoWRW .mbr-section-title,
.cid-sjexVWoWRW .mbr-section-subtitle,
.cid-sjexVWoWRW .mbr-text {
  text-align: center;
}
.cid-sjexVWFKxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVWFKxH img,
.cid-sjexVWFKxH .item-img {
  width: 100%;
}
.cid-sjexVWFKxH .item:focus,
.cid-sjexVWFKxH span:focus {
  outline: none;
}
.cid-sjexVWFKxH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVWFKxH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVWFKxH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVWFKxH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVWFKxH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVWFKxH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVWFKxH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVWFKxH .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVX5wfE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVX5wfE img,
.cid-sjexVX5wfE .item-img {
  width: 100%;
}
.cid-sjexVX5wfE .item:focus,
.cid-sjexVX5wfE span:focus {
  outline: none;
}
.cid-sjexVX5wfE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVX5wfE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVX5wfE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVX5wfE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVX5wfE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVX5wfE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVX5wfE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVX5wfE .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVXuDYU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVXuDYU .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjexVXuDYU .mbr-section-title,
.cid-sjexVXuDYU .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjexVXuDYU .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjexVXuDYU .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjexVY0BUr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVY0BUr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVY0BUr .row {
  flex-direction: row-reverse;
}
.cid-sjexVY0BUr img {
  width: 100%;
}
.cid-sjexVYjSDz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVYjSDz .video-wrapper iframe {
  width: 100%;
}
.cid-sjexVYjSDz .mbr-section-title,
.cid-sjexVYjSDz .mbr-section-subtitle,
.cid-sjexVYjSDz .mbr-text {
  text-align: center;
}
.cid-sjexVYCMr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVYCMr0 img,
.cid-sjexVYCMr0 .item-img {
  width: 100%;
}
.cid-sjexVYCMr0 .item:focus,
.cid-sjexVYCMr0 span:focus {
  outline: none;
}
.cid-sjexVYCMr0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVYCMr0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVYCMr0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVYCMr0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVYCMr0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVYCMr0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVYCMr0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVYCMr0 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVZ3n29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVZ3n29 img,
.cid-sjexVZ3n29 .item-img {
  width: 100%;
}
.cid-sjexVZ3n29 .item:focus,
.cid-sjexVZ3n29 span:focus {
  outline: none;
}
.cid-sjexVZ3n29 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexVZ3n29 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexVZ3n29 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexVZ3n29 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexVZ3n29 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexVZ3n29 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexVZ3n29 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexVZ3n29 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexVZwYeA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexVZwYeA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexVZwYeA .row {
  flex-direction: row-reverse;
}
.cid-sjexVZwYeA img {
  width: 100%;
}
.cid-sjexVZNMIh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexVZNMIh .video-wrapper iframe {
  width: 100%;
}
.cid-sjexVZNMIh .mbr-section-title,
.cid-sjexVZNMIh .mbr-section-subtitle,
.cid-sjexVZNMIh .mbr-text {
  text-align: center;
}
.cid-sjexW051NW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW051NW img,
.cid-sjexW051NW .item-img {
  width: 100%;
}
.cid-sjexW051NW .item:focus,
.cid-sjexW051NW span:focus {
  outline: none;
}
.cid-sjexW051NW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW051NW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW051NW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW051NW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW051NW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW051NW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW051NW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW051NW .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW0xYxc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW0xYxc img,
.cid-sjexW0xYxc .item-img {
  width: 100%;
}
.cid-sjexW0xYxc .item:focus,
.cid-sjexW0xYxc span:focus {
  outline: none;
}
.cid-sjexW0xYxc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW0xYxc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW0xYxc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW0xYxc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW0xYxc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW0xYxc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW0xYxc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW0xYxc .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW0ZKeA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW0ZKeA .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjexW0ZKeA .mbr-section-title,
.cid-sjexW0ZKeA .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjexW0ZKeA .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjexW0ZKeA .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjexW1vxNp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexW1vxNp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexW1vxNp .row {
  flex-direction: row-reverse;
}
.cid-sjexW1vxNp img {
  width: 100%;
}
.cid-sjexW1N11t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW1N11t .video-wrapper iframe {
  width: 100%;
}
.cid-sjexW1N11t .mbr-section-title,
.cid-sjexW1N11t .mbr-section-subtitle,
.cid-sjexW1N11t .mbr-text {
  text-align: center;
}
.cid-sjexW28EOM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW28EOM img,
.cid-sjexW28EOM .item-img {
  width: 100%;
}
.cid-sjexW28EOM .item:focus,
.cid-sjexW28EOM span:focus {
  outline: none;
}
.cid-sjexW28EOM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW28EOM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW28EOM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW28EOM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW28EOM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW28EOM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW28EOM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW28EOM .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW2C0ec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW2C0ec img,
.cid-sjexW2C0ec .item-img {
  width: 100%;
}
.cid-sjexW2C0ec .item:focus,
.cid-sjexW2C0ec span:focus {
  outline: none;
}
.cid-sjexW2C0ec .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW2C0ec .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW2C0ec .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW2C0ec .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW2C0ec .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW2C0ec .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW2C0ec .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW2C0ec .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW354YR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW354YR .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjexW354YR .mbr-section-title,
.cid-sjexW354YR .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjexW354YR .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjexW354YR .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjexW3Hqfr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexW3Hqfr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexW3Hqfr .row {
  flex-direction: row-reverse;
}
.cid-sjexW3Hqfr img {
  width: 100%;
}
.cid-sjexW4hpbl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW4hpbl .video-wrapper iframe {
  width: 100%;
}
.cid-sjexW4hpbl .mbr-section-title,
.cid-sjexW4hpbl .mbr-section-subtitle,
.cid-sjexW4hpbl .mbr-text {
  text-align: center;
}
.cid-sjexW4Taeq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW4Taeq img,
.cid-sjexW4Taeq .item-img {
  width: 100%;
}
.cid-sjexW4Taeq .item:focus,
.cid-sjexW4Taeq span:focus {
  outline: none;
}
.cid-sjexW4Taeq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW4Taeq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW4Taeq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW4Taeq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW4Taeq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW4Taeq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW4Taeq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW4Taeq .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW5F2XZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW5F2XZ img,
.cid-sjexW5F2XZ .item-img {
  width: 100%;
}
.cid-sjexW5F2XZ .item:focus,
.cid-sjexW5F2XZ span:focus {
  outline: none;
}
.cid-sjexW5F2XZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW5F2XZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW5F2XZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW5F2XZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW5F2XZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW5F2XZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW5F2XZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW5F2XZ .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW6GZdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexW6GZdN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexW6GZdN .row {
  flex-direction: row-reverse;
}
.cid-sjexW6GZdN img {
  width: 100%;
}
.cid-sjexW75tGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW75tGd img,
.cid-sjexW75tGd .item-img {
  width: 100%;
}
.cid-sjexW75tGd .item:focus,
.cid-sjexW75tGd span:focus {
  outline: none;
}
.cid-sjexW75tGd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW75tGd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW75tGd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW75tGd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW75tGd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW75tGd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW75tGd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW75tGd .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW7Aiay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexW7Aiay .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexW7Aiay .row {
  flex-direction: row-reverse;
}
.cid-sjexW7Aiay img {
  width: 100%;
}
.cid-sjexW7VBOs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW7VBOs .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjexW7VBOs .mbr-section-title,
.cid-sjexW7VBOs .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjexW7VBOs .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjexW7VBOs .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjexW8vktO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW8vktO img,
.cid-sjexW8vktO .item-img {
  width: 100%;
}
.cid-sjexW8vktO .item:focus,
.cid-sjexW8vktO span:focus {
  outline: none;
}
.cid-sjexW8vktO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW8vktO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW8vktO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW8vktO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW8vktO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW8vktO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW8vktO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW8vktO .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW90lQQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexW90lQQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexW90lQQ .row {
  flex-direction: row-reverse;
}
.cid-sjexW90lQQ img {
  width: 100%;
}
.cid-sjexW9nihd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexW9nihd img,
.cid-sjexW9nihd .item-img {
  width: 100%;
}
.cid-sjexW9nihd .item:focus,
.cid-sjexW9nihd span:focus {
  outline: none;
}
.cid-sjexW9nihd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexW9nihd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexW9nihd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexW9nihd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexW9nihd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexW9nihd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexW9nihd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexW9nihd .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexW9WeCe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexW9WeCe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexW9WeCe .row {
  flex-direction: row-reverse;
}
.cid-sjexW9WeCe img {
  width: 100%;
}
.cid-sjexWakg9x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexWakg9x img,
.cid-sjexWakg9x .item-img {
  width: 100%;
}
.cid-sjexWakg9x .item:focus,
.cid-sjexWakg9x span:focus {
  outline: none;
}
.cid-sjexWakg9x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexWakg9x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexWakg9x .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexWakg9x .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexWakg9x .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexWakg9x .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexWakg9x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexWakg9x .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexWaRSnO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexWaRSnO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexWaRSnO .row {
  flex-direction: row-reverse;
}
.cid-sjexWaRSnO img {
  width: 100%;
}
.cid-sjexWbgPBZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexWbgPBZ img,
.cid-sjexWbgPBZ .item-img {
  width: 100%;
}
.cid-sjexWbgPBZ .item:focus,
.cid-sjexWbgPBZ span:focus {
  outline: none;
}
.cid-sjexWbgPBZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexWbgPBZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexWbgPBZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexWbgPBZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexWbgPBZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexWbgPBZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexWbgPBZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexWbgPBZ .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexWbNml3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexWbNml3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexWbNml3 .row {
  flex-direction: row-reverse;
}
.cid-sjexWbNml3 img {
  width: 100%;
}
.cid-sjexWcbZQO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexWcbZQO img,
.cid-sjexWcbZQO .item-img {
  width: 100%;
}
.cid-sjexWcbZQO .item:focus,
.cid-sjexWcbZQO span:focus {
  outline: none;
}
.cid-sjexWcbZQO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexWcbZQO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexWcbZQO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexWcbZQO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexWcbZQO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexWcbZQO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexWcbZQO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexWcbZQO .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexWcJv7Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjexWcJv7Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjexWcJv7Z .row {
  flex-direction: row-reverse;
}
.cid-sjexWcJv7Z img {
  width: 100%;
}
.cid-sjexWd8XAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjexWd8XAi img,
.cid-sjexWd8XAi .item-img {
  width: 100%;
}
.cid-sjexWd8XAi .item:focus,
.cid-sjexWd8XAi span:focus {
  outline: none;
}
.cid-sjexWd8XAi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjexWd8XAi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjexWd8XAi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjexWd8XAi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjexWd8XAi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjexWd8XAi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjexWd8XAi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjexWd8XAi .mbr-section-title {
  color: #22a5e5;
}
.cid-sjexWdF4yl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-sjexWdF4yl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sjexWdF4yl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sjexWdF4yl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sjexWdF4yl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjexWdF4yl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjexWdF4yl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjexWdF4yl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sjexWdF4yl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sjexWdF4yl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjexWdF4yl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sjexWdF4yl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjexWdF4yl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjexWdF4yl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sjexWdF4yl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sjexWdF4yl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjexWdF4yl foot-menu-item {
  text-align: right;
}
.cid-sjey5iptw3 {
  z-index: 1000;
  width: 100%;
}
.cid-sjey5iptw3 nav.navbar {
  position: fixed;
}
.cid-sjey5iptw3 .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-sjey5iptw3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sjey5iptw3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjey5iptw3 .dropdown-item:hover,
.cid-sjey5iptw3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sjey5iptw3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sjey5iptw3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sjey5iptw3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sjey5iptw3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjey5iptw3 .nav-link {
  position: relative;
}
.cid-sjey5iptw3 .container {
  display: flex;
  margin: auto;
}
.cid-sjey5iptw3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sjey5iptw3 .dropdown-menu,
.cid-sjey5iptw3 .navbar.opened {
  background: #002870 !important;
}
.cid-sjey5iptw3 .nav-item:focus,
.cid-sjey5iptw3 .nav-link:focus {
  outline: none;
}
.cid-sjey5iptw3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjey5iptw3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjey5iptw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjey5iptw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjey5iptw3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjey5iptw3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjey5iptw3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 40, 112, 0.8);
}
.cid-sjey5iptw3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sjey5iptw3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sjey5iptw3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sjey5iptw3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjey5iptw3 .navbar.collapsed {
  justify-content: center;
}
.cid-sjey5iptw3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjey5iptw3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjey5iptw3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sjey5iptw3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjey5iptw3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjey5iptw3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sjey5iptw3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjey5iptw3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sjey5iptw3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sjey5iptw3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjey5iptw3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjey5iptw3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjey5iptw3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjey5iptw3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sjey5iptw3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjey5iptw3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjey5iptw3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjey5iptw3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjey5iptw3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjey5iptw3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sjey5iptw3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjey5iptw3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjey5iptw3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjey5iptw3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjey5iptw3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjey5iptw3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjey5iptw3 .dropdown-item.active,
.cid-sjey5iptw3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sjey5iptw3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjey5iptw3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjey5iptw3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjey5iptw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002870;
}
.cid-sjey5iptw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjey5iptw3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjey5iptw3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjey5iptw3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjey5iptw3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjey5iptw3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjey5iptw3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjey5iptw3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjey5iptw3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjey5iptw3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjey5iptw3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjey5iptw3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjey5iptw3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjey5iptw3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjey5iptw3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjey5iptw3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjey5iptw3 .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-sjey5iptw3 .navbar {
    height: 70px;
  }
  .cid-sjey5iptw3 .navbar.opened {
    height: auto;
  }
  .cid-sjey5iptw3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjey5iKd1q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5iKd1q img,
.cid-sjey5iKd1q .item-img {
  width: 100%;
}
.cid-sjey5iKd1q .item:focus,
.cid-sjey5iKd1q span:focus {
  outline: none;
}
.cid-sjey5iKd1q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5iKd1q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5iKd1q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5iKd1q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5iKd1q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5iKd1q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5iKd1q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5iKd1q .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5j6yJz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5j6yJz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5j6yJz .row {
  flex-direction: row-reverse;
}
.cid-sjey5j6yJz img {
  width: 100%;
}
.cid-sjey5jkhQR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5jkhQR img,
.cid-sjey5jkhQR .item-img {
  width: 100%;
}
.cid-sjey5jkhQR .item:focus,
.cid-sjey5jkhQR span:focus {
  outline: none;
}
.cid-sjey5jkhQR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5jkhQR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5jkhQR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5jkhQR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5jkhQR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5jkhQR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5jkhQR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5jkhQR .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5jJwJA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5jJwJA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5jJwJA .row {
  flex-direction: row-reverse;
}
.cid-sjey5jJwJA img {
  width: 100%;
}
.cid-sjey5jWIf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5jWIf5 img,
.cid-sjey5jWIf5 .item-img {
  width: 100%;
}
.cid-sjey5jWIf5 .item:focus,
.cid-sjey5jWIf5 span:focus {
  outline: none;
}
.cid-sjey5jWIf5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5jWIf5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5jWIf5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5jWIf5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5jWIf5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5jWIf5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5jWIf5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5jWIf5 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5ki34y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5ki34y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5ki34y .row {
  flex-direction: row-reverse;
}
.cid-sjey5ki34y img {
  width: 100%;
}
.cid-sjey5kwsci {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5kwsci img,
.cid-sjey5kwsci .item-img {
  width: 100%;
}
.cid-sjey5kwsci .item:focus,
.cid-sjey5kwsci span:focus {
  outline: none;
}
.cid-sjey5kwsci .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5kwsci .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5kwsci .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5kwsci .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5kwsci .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5kwsci .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5kwsci .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5kwsci .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5kVDm9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5kVDm9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5kVDm9 .row {
  flex-direction: row-reverse;
}
.cid-sjey5kVDm9 img {
  width: 100%;
}
.cid-sjey5l9idv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5l9idv img,
.cid-sjey5l9idv .item-img {
  width: 100%;
}
.cid-sjey5l9idv .item:focus,
.cid-sjey5l9idv span:focus {
  outline: none;
}
.cid-sjey5l9idv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5l9idv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5l9idv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5l9idv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5l9idv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5l9idv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5l9idv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5l9idv .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5lxjtx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5lxjtx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5lxjtx .row {
  flex-direction: row-reverse;
}
.cid-sjey5lxjtx img {
  width: 100%;
}
.cid-sjey5lMSLE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5lMSLE .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjey5lMSLE .mbr-section-title,
.cid-sjey5lMSLE .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjey5lMSLE .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjey5lMSLE .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjey5mfLN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5mfLN7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5mfLN7 .row {
  flex-direction: row-reverse;
}
.cid-sjey5mfLN7 img {
  width: 100%;
}
.cid-sjey5mujnD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5mujnD .video-wrapper iframe {
  width: 100%;
}
.cid-sjey5mujnD .mbr-section-title,
.cid-sjey5mujnD .mbr-section-subtitle,
.cid-sjey5mujnD .mbr-text {
  text-align: center;
}
.cid-sjey5mKZdv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5mKZdv img,
.cid-sjey5mKZdv .item-img {
  width: 100%;
}
.cid-sjey5mKZdv .item:focus,
.cid-sjey5mKZdv span:focus {
  outline: none;
}
.cid-sjey5mKZdv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5mKZdv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5mKZdv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5mKZdv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5mKZdv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5mKZdv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5mKZdv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5mKZdv .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5n8A6W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5n8A6W img,
.cid-sjey5n8A6W .item-img {
  width: 100%;
}
.cid-sjey5n8A6W .item:focus,
.cid-sjey5n8A6W span:focus {
  outline: none;
}
.cid-sjey5n8A6W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5n8A6W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5n8A6W .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5n8A6W .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5n8A6W .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5n8A6W .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5n8A6W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5n8A6W .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5nyYvQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5nyYvQ .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjey5nyYvQ .mbr-section-title,
.cid-sjey5nyYvQ .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjey5nyYvQ .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjey5nyYvQ .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjey5o1Pp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5o1Pp8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5o1Pp8 .row {
  flex-direction: row-reverse;
}
.cid-sjey5o1Pp8 img {
  width: 100%;
}
.cid-sjey5oha1z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5oha1z .video-wrapper iframe {
  width: 100%;
}
.cid-sjey5oha1z .mbr-section-title,
.cid-sjey5oha1z .mbr-section-subtitle,
.cid-sjey5oha1z .mbr-text {
  text-align: center;
}
.cid-sjey5oyMhw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5oyMhw img,
.cid-sjey5oyMhw .item-img {
  width: 100%;
}
.cid-sjey5oyMhw .item:focus,
.cid-sjey5oyMhw span:focus {
  outline: none;
}
.cid-sjey5oyMhw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5oyMhw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5oyMhw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5oyMhw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5oyMhw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5oyMhw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5oyMhw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5oyMhw .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5oZyum {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5oZyum img,
.cid-sjey5oZyum .item-img {
  width: 100%;
}
.cid-sjey5oZyum .item:focus,
.cid-sjey5oZyum span:focus {
  outline: none;
}
.cid-sjey5oZyum .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5oZyum .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5oZyum .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5oZyum .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5oZyum .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5oZyum .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5oZyum .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5oZyum .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5pqPgu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5pqPgu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5pqPgu .row {
  flex-direction: row-reverse;
}
.cid-sjey5pqPgu img {
  width: 100%;
}
.cid-sjey5pH67d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5pH67d .video-wrapper iframe {
  width: 100%;
}
.cid-sjey5pH67d .mbr-section-title,
.cid-sjey5pH67d .mbr-section-subtitle,
.cid-sjey5pH67d .mbr-text {
  text-align: center;
}
.cid-sjey5pYbOz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5pYbOz img,
.cid-sjey5pYbOz .item-img {
  width: 100%;
}
.cid-sjey5pYbOz .item:focus,
.cid-sjey5pYbOz span:focus {
  outline: none;
}
.cid-sjey5pYbOz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5pYbOz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5pYbOz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5pYbOz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5pYbOz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5pYbOz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5pYbOz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5pYbOz .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5qPHQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5qPHQS img,
.cid-sjey5qPHQS .item-img {
  width: 100%;
}
.cid-sjey5qPHQS .item:focus,
.cid-sjey5qPHQS span:focus {
  outline: none;
}
.cid-sjey5qPHQS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5qPHQS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5qPHQS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5qPHQS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5qPHQS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5qPHQS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5qPHQS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5qPHQS .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5rEX2l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5rEX2l .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjey5rEX2l .mbr-section-title,
.cid-sjey5rEX2l .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjey5rEX2l .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjey5rEX2l .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjey5su7ZY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5su7ZY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5su7ZY .row {
  flex-direction: row-reverse;
}
.cid-sjey5su7ZY img {
  width: 100%;
}
.cid-sjey5t0JPw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5t0JPw .video-wrapper iframe {
  width: 100%;
}
.cid-sjey5t0JPw .mbr-section-title,
.cid-sjey5t0JPw .mbr-section-subtitle,
.cid-sjey5t0JPw .mbr-text {
  text-align: center;
}
.cid-sjey5tuVdz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5tuVdz img,
.cid-sjey5tuVdz .item-img {
  width: 100%;
}
.cid-sjey5tuVdz .item:focus,
.cid-sjey5tuVdz span:focus {
  outline: none;
}
.cid-sjey5tuVdz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5tuVdz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5tuVdz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5tuVdz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5tuVdz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5tuVdz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5tuVdz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5tuVdz .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5ujFKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5ujFKS img,
.cid-sjey5ujFKS .item-img {
  width: 100%;
}
.cid-sjey5ujFKS .item:focus,
.cid-sjey5ujFKS span:focus {
  outline: none;
}
.cid-sjey5ujFKS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5ujFKS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5ujFKS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5ujFKS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5ujFKS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5ujFKS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5ujFKS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5ujFKS .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5uMFm0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5uMFm0 .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjey5uMFm0 .mbr-section-title,
.cid-sjey5uMFm0 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjey5uMFm0 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjey5uMFm0 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjey5viJ20 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5viJ20 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5viJ20 .row {
  flex-direction: row-reverse;
}
.cid-sjey5viJ20 img {
  width: 100%;
}
.cid-sjey5vDGzK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5vDGzK .video-wrapper iframe {
  width: 100%;
}
.cid-sjey5vDGzK .mbr-section-title,
.cid-sjey5vDGzK .mbr-section-subtitle,
.cid-sjey5vDGzK .mbr-text {
  text-align: center;
}
.cid-sjey5vZQVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5vZQVZ img,
.cid-sjey5vZQVZ .item-img {
  width: 100%;
}
.cid-sjey5vZQVZ .item:focus,
.cid-sjey5vZQVZ span:focus {
  outline: none;
}
.cid-sjey5vZQVZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5vZQVZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5vZQVZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5vZQVZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5vZQVZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5vZQVZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5vZQVZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5vZQVZ .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5wslqw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5wslqw img,
.cid-sjey5wslqw .item-img {
  width: 100%;
}
.cid-sjey5wslqw .item:focus,
.cid-sjey5wslqw span:focus {
  outline: none;
}
.cid-sjey5wslqw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5wslqw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5wslqw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5wslqw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5wslqw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5wslqw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5wslqw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5wslqw .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5wY3Uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5wY3Uw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5wY3Uw .row {
  flex-direction: row-reverse;
}
.cid-sjey5wY3Uw img {
  width: 100%;
}
.cid-sjey5xjwt5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5xjwt5 img,
.cid-sjey5xjwt5 .item-img {
  width: 100%;
}
.cid-sjey5xjwt5 .item:focus,
.cid-sjey5xjwt5 span:focus {
  outline: none;
}
.cid-sjey5xjwt5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5xjwt5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5xjwt5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5xjwt5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5xjwt5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5xjwt5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5xjwt5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5xjwt5 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5xNI6A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5xNI6A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5xNI6A .row {
  flex-direction: row-reverse;
}
.cid-sjey5xNI6A img {
  width: 100%;
}
.cid-sjey5y8E4p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5y8E4p .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjey5y8E4p .mbr-section-title,
.cid-sjey5y8E4p .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjey5y8E4p .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjey5y8E4p .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjey5yHSYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5yHSYL img,
.cid-sjey5yHSYL .item-img {
  width: 100%;
}
.cid-sjey5yHSYL .item:focus,
.cid-sjey5yHSYL span:focus {
  outline: none;
}
.cid-sjey5yHSYL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5yHSYL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5yHSYL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5yHSYL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5yHSYL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5yHSYL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5yHSYL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5yHSYL .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5zceOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5zceOf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5zceOf .row {
  flex-direction: row-reverse;
}
.cid-sjey5zceOf img {
  width: 100%;
}
.cid-sjey5zBQ65 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5zBQ65 img,
.cid-sjey5zBQ65 .item-img {
  width: 100%;
}
.cid-sjey5zBQ65 .item:focus,
.cid-sjey5zBQ65 span:focus {
  outline: none;
}
.cid-sjey5zBQ65 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5zBQ65 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5zBQ65 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5zBQ65 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5zBQ65 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5zBQ65 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5zBQ65 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5zBQ65 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5A8tsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5A8tsG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5A8tsG .row {
  flex-direction: row-reverse;
}
.cid-sjey5A8tsG img {
  width: 100%;
}
.cid-sjey5AwEeW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5AwEeW img,
.cid-sjey5AwEeW .item-img {
  width: 100%;
}
.cid-sjey5AwEeW .item:focus,
.cid-sjey5AwEeW span:focus {
  outline: none;
}
.cid-sjey5AwEeW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5AwEeW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5AwEeW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5AwEeW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5AwEeW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5AwEeW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5AwEeW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5AwEeW .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5B5UNr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5B5UNr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5B5UNr .row {
  flex-direction: row-reverse;
}
.cid-sjey5B5UNr img {
  width: 100%;
}
.cid-sjey5Btcvb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5Btcvb img,
.cid-sjey5Btcvb .item-img {
  width: 100%;
}
.cid-sjey5Btcvb .item:focus,
.cid-sjey5Btcvb span:focus {
  outline: none;
}
.cid-sjey5Btcvb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5Btcvb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5Btcvb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5Btcvb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5Btcvb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5Btcvb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5Btcvb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5Btcvb .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5C0FbS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5C0FbS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5C0FbS .row {
  flex-direction: row-reverse;
}
.cid-sjey5C0FbS img {
  width: 100%;
}
.cid-sjey5CopnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5CopnI img,
.cid-sjey5CopnI .item-img {
  width: 100%;
}
.cid-sjey5CopnI .item:focus,
.cid-sjey5CopnI span:focus {
  outline: none;
}
.cid-sjey5CopnI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5CopnI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5CopnI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5CopnI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5CopnI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5CopnI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5CopnI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5CopnI .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5CYCBq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjey5CYCBq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjey5CYCBq .row {
  flex-direction: row-reverse;
}
.cid-sjey5CYCBq img {
  width: 100%;
}
.cid-sjey5Dnj9M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjey5Dnj9M img,
.cid-sjey5Dnj9M .item-img {
  width: 100%;
}
.cid-sjey5Dnj9M .item:focus,
.cid-sjey5Dnj9M span:focus {
  outline: none;
}
.cid-sjey5Dnj9M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjey5Dnj9M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjey5Dnj9M .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjey5Dnj9M .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjey5Dnj9M .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjey5Dnj9M .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjey5Dnj9M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjey5Dnj9M .mbr-section-title {
  color: #22a5e5;
}
.cid-sjey5DUzu4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-sjey5DUzu4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sjey5DUzu4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sjey5DUzu4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sjey5DUzu4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjey5DUzu4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjey5DUzu4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjey5DUzu4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sjey5DUzu4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sjey5DUzu4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjey5DUzu4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sjey5DUzu4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjey5DUzu4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjey5DUzu4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sjey5DUzu4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sjey5DUzu4 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjey5DUzu4 foot-menu-item {
  text-align: right;
}
.cid-sjeyaFFwbV {
  z-index: 1000;
  width: 100%;
}
.cid-sjeyaFFwbV nav.navbar {
  position: fixed;
}
.cid-sjeyaFFwbV .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-sjeyaFFwbV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sjeyaFFwbV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjeyaFFwbV .dropdown-item:hover,
.cid-sjeyaFFwbV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sjeyaFFwbV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sjeyaFFwbV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sjeyaFFwbV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sjeyaFFwbV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjeyaFFwbV .nav-link {
  position: relative;
}
.cid-sjeyaFFwbV .container {
  display: flex;
  margin: auto;
}
.cid-sjeyaFFwbV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sjeyaFFwbV .dropdown-menu,
.cid-sjeyaFFwbV .navbar.opened {
  background: #002870 !important;
}
.cid-sjeyaFFwbV .nav-item:focus,
.cid-sjeyaFFwbV .nav-link:focus {
  outline: none;
}
.cid-sjeyaFFwbV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjeyaFFwbV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjeyaFFwbV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjeyaFFwbV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjeyaFFwbV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjeyaFFwbV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjeyaFFwbV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 40, 112, 0.8);
}
.cid-sjeyaFFwbV .navbar.opened {
  transition: all 0.3s;
}
.cid-sjeyaFFwbV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sjeyaFFwbV .navbar .navbar-logo img {
  width: auto;
}
.cid-sjeyaFFwbV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjeyaFFwbV .navbar.collapsed {
  justify-content: center;
}
.cid-sjeyaFFwbV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjeyaFFwbV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjeyaFFwbV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sjeyaFFwbV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjeyaFFwbV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjeyaFFwbV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sjeyaFFwbV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjeyaFFwbV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sjeyaFFwbV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sjeyaFFwbV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjeyaFFwbV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjeyaFFwbV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjeyaFFwbV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjeyaFFwbV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sjeyaFFwbV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjeyaFFwbV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjeyaFFwbV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjeyaFFwbV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjeyaFFwbV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjeyaFFwbV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sjeyaFFwbV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjeyaFFwbV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjeyaFFwbV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjeyaFFwbV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjeyaFFwbV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjeyaFFwbV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjeyaFFwbV .dropdown-item.active,
.cid-sjeyaFFwbV .dropdown-item:active {
  background-color: transparent;
}
.cid-sjeyaFFwbV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjeyaFFwbV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjeyaFFwbV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjeyaFFwbV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002870;
}
.cid-sjeyaFFwbV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjeyaFFwbV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjeyaFFwbV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjeyaFFwbV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjeyaFFwbV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjeyaFFwbV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sjeyaFFwbV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjeyaFFwbV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjeyaFFwbV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjeyaFFwbV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjeyaFFwbV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjeyaFFwbV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjeyaFFwbV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjeyaFFwbV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjeyaFFwbV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjeyaFFwbV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjeyaFFwbV .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-sjeyaFFwbV .navbar {
    height: 70px;
  }
  .cid-sjeyaFFwbV .navbar.opened {
    height: auto;
  }
  .cid-sjeyaFFwbV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjeyaG6ZqW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaG6ZqW img,
.cid-sjeyaG6ZqW .item-img {
  width: 100%;
}
.cid-sjeyaG6ZqW .item:focus,
.cid-sjeyaG6ZqW span:focus {
  outline: none;
}
.cid-sjeyaG6ZqW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaG6ZqW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaG6ZqW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaG6ZqW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaG6ZqW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaG6ZqW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaG6ZqW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaG6ZqW .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaGB8g2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaGB8g2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaGB8g2 .row {
  flex-direction: row-reverse;
}
.cid-sjeyaGB8g2 img {
  width: 100%;
}
.cid-sjeyaGP9KQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaGP9KQ img,
.cid-sjeyaGP9KQ .item-img {
  width: 100%;
}
.cid-sjeyaGP9KQ .item:focus,
.cid-sjeyaGP9KQ span:focus {
  outline: none;
}
.cid-sjeyaGP9KQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaGP9KQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaGP9KQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaGP9KQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaGP9KQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaGP9KQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaGP9KQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaGP9KQ .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaHgTZK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaHgTZK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaHgTZK .row {
  flex-direction: row-reverse;
}
.cid-sjeyaHgTZK img {
  width: 100%;
}
.cid-sjeyaHtcD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaHtcD9 img,
.cid-sjeyaHtcD9 .item-img {
  width: 100%;
}
.cid-sjeyaHtcD9 .item:focus,
.cid-sjeyaHtcD9 span:focus {
  outline: none;
}
.cid-sjeyaHtcD9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaHtcD9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaHtcD9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaHtcD9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaHtcD9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaHtcD9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaHtcD9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaHtcD9 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaHQ17l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaHQ17l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaHQ17l .row {
  flex-direction: row-reverse;
}
.cid-sjeyaHQ17l img {
  width: 100%;
}
.cid-sjeyaI3QZm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaI3QZm img,
.cid-sjeyaI3QZm .item-img {
  width: 100%;
}
.cid-sjeyaI3QZm .item:focus,
.cid-sjeyaI3QZm span:focus {
  outline: none;
}
.cid-sjeyaI3QZm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaI3QZm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaI3QZm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaI3QZm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaI3QZm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaI3QZm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaI3QZm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaI3QZm .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaIrxzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaIrxzx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaIrxzx .row {
  flex-direction: row-reverse;
}
.cid-sjeyaIrxzx img {
  width: 100%;
}
.cid-sjeyaIHoem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaIHoem img,
.cid-sjeyaIHoem .item-img {
  width: 100%;
}
.cid-sjeyaIHoem .item:focus,
.cid-sjeyaIHoem span:focus {
  outline: none;
}
.cid-sjeyaIHoem .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaIHoem .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaIHoem .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaIHoem .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaIHoem .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaIHoem .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaIHoem .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaIHoem .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaJ5LK7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaJ5LK7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaJ5LK7 .row {
  flex-direction: row-reverse;
}
.cid-sjeyaJ5LK7 img {
  width: 100%;
}
.cid-sjeyaJjXvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaJjXvq .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjeyaJjXvq .mbr-section-title,
.cid-sjeyaJjXvq .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjeyaJjXvq .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjeyaJjXvq .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjeyaJM2w4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaJM2w4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaJM2w4 .row {
  flex-direction: row-reverse;
}
.cid-sjeyaJM2w4 img {
  width: 100%;
}
.cid-sjeyaK1bU1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaK1bU1 .video-wrapper iframe {
  width: 100%;
}
.cid-sjeyaK1bU1 .mbr-section-title,
.cid-sjeyaK1bU1 .mbr-section-subtitle,
.cid-sjeyaK1bU1 .mbr-text {
  text-align: center;
}
.cid-sjeyaKi0MA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaKi0MA img,
.cid-sjeyaKi0MA .item-img {
  width: 100%;
}
.cid-sjeyaKi0MA .item:focus,
.cid-sjeyaKi0MA span:focus {
  outline: none;
}
.cid-sjeyaKi0MA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaKi0MA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaKi0MA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaKi0MA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaKi0MA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaKi0MA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaKi0MA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaKi0MA .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaKHZFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaKHZFJ img,
.cid-sjeyaKHZFJ .item-img {
  width: 100%;
}
.cid-sjeyaKHZFJ .item:focus,
.cid-sjeyaKHZFJ span:focus {
  outline: none;
}
.cid-sjeyaKHZFJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaKHZFJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaKHZFJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaKHZFJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaKHZFJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaKHZFJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaKHZFJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaKHZFJ .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaL785z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaL785z .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjeyaL785z .mbr-section-title,
.cid-sjeyaL785z .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjeyaL785z .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjeyaL785z .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjeyaLzahb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaLzahb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaLzahb .row {
  flex-direction: row-reverse;
}
.cid-sjeyaLzahb img {
  width: 100%;
}
.cid-sjeyaLQ2RJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaLQ2RJ .video-wrapper iframe {
  width: 100%;
}
.cid-sjeyaLQ2RJ .mbr-section-title,
.cid-sjeyaLQ2RJ .mbr-section-subtitle,
.cid-sjeyaLQ2RJ .mbr-text {
  text-align: center;
}
.cid-sjeyaM8xYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaM8xYn img,
.cid-sjeyaM8xYn .item-img {
  width: 100%;
}
.cid-sjeyaM8xYn .item:focus,
.cid-sjeyaM8xYn span:focus {
  outline: none;
}
.cid-sjeyaM8xYn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaM8xYn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaM8xYn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaM8xYn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaM8xYn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaM8xYn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaM8xYn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaM8xYn .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaMCfBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaMCfBM img,
.cid-sjeyaMCfBM .item-img {
  width: 100%;
}
.cid-sjeyaMCfBM .item:focus,
.cid-sjeyaMCfBM span:focus {
  outline: none;
}
.cid-sjeyaMCfBM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaMCfBM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaMCfBM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaMCfBM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaMCfBM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaMCfBM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaMCfBM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaMCfBM .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaN2ttn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaN2ttn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaN2ttn .row {
  flex-direction: row-reverse;
}
.cid-sjeyaN2ttn img {
  width: 100%;
}
.cid-sjeyaNkwg6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaNkwg6 .video-wrapper iframe {
  width: 100%;
}
.cid-sjeyaNkwg6 .mbr-section-title,
.cid-sjeyaNkwg6 .mbr-section-subtitle,
.cid-sjeyaNkwg6 .mbr-text {
  text-align: center;
}
.cid-sjeyaNDll0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaNDll0 img,
.cid-sjeyaNDll0 .item-img {
  width: 100%;
}
.cid-sjeyaNDll0 .item:focus,
.cid-sjeyaNDll0 span:focus {
  outline: none;
}
.cid-sjeyaNDll0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaNDll0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaNDll0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaNDll0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaNDll0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaNDll0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaNDll0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaNDll0 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaO6t5v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaO6t5v img,
.cid-sjeyaO6t5v .item-img {
  width: 100%;
}
.cid-sjeyaO6t5v .item:focus,
.cid-sjeyaO6t5v span:focus {
  outline: none;
}
.cid-sjeyaO6t5v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaO6t5v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaO6t5v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaO6t5v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaO6t5v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaO6t5v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaO6t5v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaO6t5v .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaOxe42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaOxe42 .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjeyaOxe42 .mbr-section-title,
.cid-sjeyaOxe42 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjeyaOxe42 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjeyaOxe42 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjeyaP3GEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaP3GEY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaP3GEY .row {
  flex-direction: row-reverse;
}
.cid-sjeyaP3GEY img {
  width: 100%;
}
.cid-sjeyaPnTWc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaPnTWc .video-wrapper iframe {
  width: 100%;
}
.cid-sjeyaPnTWc .mbr-section-title,
.cid-sjeyaPnTWc .mbr-section-subtitle,
.cid-sjeyaPnTWc .mbr-text {
  text-align: center;
}
.cid-sjeyaPHEUp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaPHEUp img,
.cid-sjeyaPHEUp .item-img {
  width: 100%;
}
.cid-sjeyaPHEUp .item:focus,
.cid-sjeyaPHEUp span:focus {
  outline: none;
}
.cid-sjeyaPHEUp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaPHEUp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaPHEUp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaPHEUp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaPHEUp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaPHEUp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaPHEUp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaPHEUp .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaQadpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaQadpl img,
.cid-sjeyaQadpl .item-img {
  width: 100%;
}
.cid-sjeyaQadpl .item:focus,
.cid-sjeyaQadpl span:focus {
  outline: none;
}
.cid-sjeyaQadpl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaQadpl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaQadpl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaQadpl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaQadpl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaQadpl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaQadpl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaQadpl .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaQSXPw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaQSXPw .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjeyaQSXPw .mbr-section-title,
.cid-sjeyaQSXPw .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjeyaQSXPw .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjeyaQSXPw .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjeyaS1VTr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaS1VTr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaS1VTr .row {
  flex-direction: row-reverse;
}
.cid-sjeyaS1VTr img {
  width: 100%;
}
.cid-sjeyaSxcVq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaSxcVq .video-wrapper iframe {
  width: 100%;
}
.cid-sjeyaSxcVq .mbr-section-title,
.cid-sjeyaSxcVq .mbr-section-subtitle,
.cid-sjeyaSxcVq .mbr-text {
  text-align: center;
}
.cid-sjeyaT5WxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaT5WxX img,
.cid-sjeyaT5WxX .item-img {
  width: 100%;
}
.cid-sjeyaT5WxX .item:focus,
.cid-sjeyaT5WxX span:focus {
  outline: none;
}
.cid-sjeyaT5WxX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaT5WxX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaT5WxX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaT5WxX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaT5WxX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaT5WxX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaT5WxX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaT5WxX .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaTVSrN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaTVSrN img,
.cid-sjeyaTVSrN .item-img {
  width: 100%;
}
.cid-sjeyaTVSrN .item:focus,
.cid-sjeyaTVSrN span:focus {
  outline: none;
}
.cid-sjeyaTVSrN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaTVSrN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaTVSrN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaTVSrN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaTVSrN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaTVSrN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaTVSrN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaTVSrN .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaUR5NG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaUR5NG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaUR5NG .row {
  flex-direction: row-reverse;
}
.cid-sjeyaUR5NG img {
  width: 100%;
}
.cid-sjeyaVfyto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaVfyto img,
.cid-sjeyaVfyto .item-img {
  width: 100%;
}
.cid-sjeyaVfyto .item:focus,
.cid-sjeyaVfyto span:focus {
  outline: none;
}
.cid-sjeyaVfyto .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaVfyto .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaVfyto .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaVfyto .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaVfyto .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaVfyto .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaVfyto .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaVfyto .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaVKUDg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaVKUDg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaVKUDg .row {
  flex-direction: row-reverse;
}
.cid-sjeyaVKUDg img {
  width: 100%;
}
.cid-sjeyaW5Atb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaW5Atb .card-wrapper {
  background-color: #daf3ff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #daf3ff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sjeyaW5Atb .mbr-section-title,
.cid-sjeyaW5Atb .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sjeyaW5Atb .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sjeyaW5Atb .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sjeyaWGmHu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaWGmHu img,
.cid-sjeyaWGmHu .item-img {
  width: 100%;
}
.cid-sjeyaWGmHu .item:focus,
.cid-sjeyaWGmHu span:focus {
  outline: none;
}
.cid-sjeyaWGmHu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaWGmHu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaWGmHu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaWGmHu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaWGmHu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaWGmHu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaWGmHu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaWGmHu .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaXd2Ut {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaXd2Ut .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaXd2Ut .row {
  flex-direction: row-reverse;
}
.cid-sjeyaXd2Ut img {
  width: 100%;
}
.cid-sjeyaXAVKE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaXAVKE img,
.cid-sjeyaXAVKE .item-img {
  width: 100%;
}
.cid-sjeyaXAVKE .item:focus,
.cid-sjeyaXAVKE span:focus {
  outline: none;
}
.cid-sjeyaXAVKE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaXAVKE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaXAVKE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaXAVKE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaXAVKE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaXAVKE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaXAVKE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaXAVKE .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaYaHou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaYaHou .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaYaHou .row {
  flex-direction: row-reverse;
}
.cid-sjeyaYaHou img {
  width: 100%;
}
.cid-sjeyaYxB4a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaYxB4a img,
.cid-sjeyaYxB4a .item-img {
  width: 100%;
}
.cid-sjeyaYxB4a .item:focus,
.cid-sjeyaYxB4a span:focus {
  outline: none;
}
.cid-sjeyaYxB4a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaYxB4a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaYxB4a .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaYxB4a .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaYxB4a .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaYxB4a .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaYxB4a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaYxB4a .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyaZ4a9F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyaZ4a9F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyaZ4a9F .row {
  flex-direction: row-reverse;
}
.cid-sjeyaZ4a9F img {
  width: 100%;
}
.cid-sjeyaZuHWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyaZuHWK img,
.cid-sjeyaZuHWK .item-img {
  width: 100%;
}
.cid-sjeyaZuHWK .item:focus,
.cid-sjeyaZuHWK span:focus {
  outline: none;
}
.cid-sjeyaZuHWK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyaZuHWK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyaZuHWK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyaZuHWK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyaZuHWK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyaZuHWK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyaZuHWK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyaZuHWK .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyb01tro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyb01tro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyb01tro .row {
  flex-direction: row-reverse;
}
.cid-sjeyb01tro img {
  width: 100%;
}
.cid-sjeyb0pFp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyb0pFp6 img,
.cid-sjeyb0pFp6 .item-img {
  width: 100%;
}
.cid-sjeyb0pFp6 .item:focus,
.cid-sjeyb0pFp6 span:focus {
  outline: none;
}
.cid-sjeyb0pFp6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyb0pFp6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyb0pFp6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyb0pFp6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyb0pFp6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyb0pFp6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyb0pFp6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyb0pFp6 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyb0YJ9Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjeyb0YJ9Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sjeyb0YJ9Q .row {
  flex-direction: row-reverse;
}
.cid-sjeyb0YJ9Q img {
  width: 100%;
}
.cid-sjeyb1n0K4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeyb1n0K4 img,
.cid-sjeyb1n0K4 .item-img {
  width: 100%;
}
.cid-sjeyb1n0K4 .item:focus,
.cid-sjeyb1n0K4 span:focus {
  outline: none;
}
.cid-sjeyb1n0K4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjeyb1n0K4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #daf3ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjeyb1n0K4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjeyb1n0K4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjeyb1n0K4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjeyb1n0K4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjeyb1n0K4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjeyb1n0K4 .mbr-section-title {
  color: #22a5e5;
}
.cid-sjeyb1Y42H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-sjeyb1Y42H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sjeyb1Y42H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sjeyb1Y42H .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sjeyb1Y42H .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sjeyb1Y42H .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sjeyb1Y42H .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sjeyb1Y42H .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sjeyb1Y42H .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sjeyb1Y42H .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjeyb1Y42H .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sjeyb1Y42H .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjeyb1Y42H .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjeyb1Y42H .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sjeyb1Y42H .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sjeyb1Y42H .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sjeyb1Y42H foot-menu-item {
  text-align: right;
}
