.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #05386b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05386b !important;
  border-color: #05386b !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: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !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: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #05386b !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #05386b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05386b;
  border-color: #05386b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #05386b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b78e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #05386b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #05386b;
}
/* 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: #05386b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #05386b;
}
.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: #05386b;
  border-bottom-color: #05386b;
}
.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: #05386b !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: #5cdb95 !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='%2305386b' %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-uUGzeXUPYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGzeXUPYW nav.navbar {
  position: fixed;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGzeXUPYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGzeXUPYW .dropdown-item:hover,
.cid-uUGzeXUPYW .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGzeXUPYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGzeXUPYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGzeXUPYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGzeXUPYW .nav-link {
  position: relative;
}
.cid-uUGzeXUPYW .container {
  display: flex;
  margin: auto;
}
.cid-uUGzeXUPYW .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown-menu,
.cid-uUGzeXUPYW .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGzeXUPYW .nav-item:focus,
.cid-uUGzeXUPYW .nav-link:focus {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGzeXUPYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGzeXUPYW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGzeXUPYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGzeXUPYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGzeXUPYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar.collapsed {
  justify-content: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGzeXUPYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGzeXUPYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGzeXUPYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGzeXUPYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGzeXUPYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGzeXUPYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGzeXUPYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGzeXUPYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGzeXUPYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGzeXUPYW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown-item.active,
.cid-uUGzeXUPYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGzeXUPYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGzeXUPYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGzeXUPYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGzeXUPYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGzeXUPYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGzeXUPYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar {
    height: 70px;
  }
  .cid-uUGzeXUPYW .navbar.opened {
    height: auto;
  }
  .cid-uUGzeXUPYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUjSdWyKt0 {
  padding-top: 16rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/train-tatkal-ticket-1536x1024.webp");
}
.cid-uUjSdWyKt0 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uUjSdWyKt0 .mbr-text,
.cid-uUjSdWyKt0 .mbr-section-btn {
  color: #f8092c;
  text-align: center;
}
.cid-sFADQxFnEn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #edf5e1;
}
.cid-sFADQxFnEn .mbr-section-title {
  color: #05386b;
}
.cid-sFADQxFnEn .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFACYYm0AQ {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-sFACYYm0AQ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sFACYYm0AQ .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFACYYm0AQ .img1 {
  background: #05386b;
}
.cid-sFACYYm0AQ .img2 {
  background: #05386b;
}
.cid-sFACYYm0AQ .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFACYYm0AQ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sFACYYm0AQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sFACYYm0AQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFACYYm0AQ .card-wrapper {
    flex-direction: column;
  }
  .cid-sFACYYm0AQ .card-box {
    padding: 1rem;
  }
  .cid-sFACYYm0AQ .card-box,
  .cid-sFACYYm0AQ .img-wrapper {
    width: 100%;
  }
  .cid-sFACYYm0AQ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sFACYYm0AQ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sFACYYm0AQ .card-subtitle {
  color: #05386b;
}
.cid-sFACYYm0AQ .mbr-text,
.cid-sFACYYm0AQ .link-wrap {
  color: #555555;
}
.cid-sFACYYm0AQ .card-title,
.cid-sFACYYm0AQ .card-box {
  color: #05386b;
}
.cid-sFACYYm0AQ .mbr-text,
.cid-sFACYYm0AQ .mbr-section-btn {
  color: #555555;
}
.cid-sFADQQfNeA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e7f9d4;
}
.cid-sFADQQfNeA .mbr-section-title {
  color: #05386b;
}
.cid-sFADQQfNeA .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFADMOwrhN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFADMOwrhN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sFADMOwrhN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFADMOwrhN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFADMOwrhN .card-wrapper {
  border-radius: 4px;
  background-color: #edf5e1;
}
.cid-sFADMOwrhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFADMOwrhN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sFADMOwrhN .mbr-text {
  color: #05386b;
}
.cid-sFADMOwrhN .card-title {
  color: #05386b;
}
.cid-sFADMOwrhN .price {
  color: #05386b;
}
.cid-sFANq99njx {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf5e1;
}
.cid-sFANq99njx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sFANq99njx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sFANq99njx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFANq99njx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFANq99njx .card-title {
  color: #05386b;
}
.cid-sFANq99njx .mbr-text,
.cid-sFANq99njx .mbr-section-btn {
  color: #05386b;
}
.cid-uUdV4ulcWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUdV4ulcWS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uUdV4ulcWS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uUdV4ulcWS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sFAOcdRzJX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFAOcdRzJX .img-wrapper {
  text-align: center;
}
.cid-sFAOcdRzJX img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sFAOcdRzJX .row {
  align-items: flex-start;
}
.cid-sFAOcdRzJX .card-wrapper {
  border-radius: 4px;
  background: #edf5e1;
}
@media (max-width: 992px) {
  .cid-sFAOcdRzJX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sFAOcdRzJX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFAOcdRzJX .card-wrapper {
    padding: 1rem;
  }
}
.cid-sFAOcdRzJX .card-title {
  color: #05386b;
}
.cid-sFAOcdRzJX .mbr-text,
.cid-sFAOcdRzJX .mbr-section-btn {
  color: #05386b;
}
.cid-sFAO03Bfrt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFAO03Bfrt .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sFAO03Bfrt .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sFAO03Bfrt .mbr-section-title {
  color: #05386b;
}
.cid-sFAO03Bfrt .mbr-text {
  color: #05386b;
}
.cid-sFAO03Bfrt .name {
  color: #05386b;
}
.cid-sFAO03Bfrt .position {
  color: #05386b;
}
.cid-sFAQAQGsOD {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #edf5e1;
}
.cid-sFAQAQGsOD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFAQAQGsOD .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFAQAQGsOD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sFAQAQGsOD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFAQAQGsOD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFAQAQGsOD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFAQAQGsOD .carousel-control,
.cid-sFAQAQGsOD .close {
  background: #1b1b1b;
}
.cid-sFAQAQGsOD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFAQAQGsOD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFAQAQGsOD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFAQAQGsOD .close::before {
  content: '\e91a';
}
.cid-sFAQAQGsOD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFAQAQGsOD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFAQAQGsOD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFAQAQGsOD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFAQAQGsOD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFAQAQGsOD .carousel-indicators li.active,
.cid-sFAQAQGsOD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFAQAQGsOD .carousel-indicators li::after,
.cid-sFAQAQGsOD .carousel-indicators li::before {
  content: none;
}
.cid-sFAQAQGsOD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    display: none;
  }
}
.cid-sFAQAQGsOD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFAQAQGsOD .carousel-inner > .active {
  display: block;
}
.cid-sFAQAQGsOD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFAQAQGsOD .carousel-control,
  .cid-sFAQAQGsOD .carousel-indicators,
  .cid-sFAQAQGsOD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFAQAQGsOD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFAQAQGsOD .carousel-indicators .active,
.cid-sFAQAQGsOD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFAQAQGsOD .carousel-indicators .active {
  background: #fff;
}
.cid-sFAQAQGsOD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFAQAQGsOD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFAQAQGsOD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFAQAQGsOD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFAQAQGsOD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFAQAQGsOD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFAQAQGsOD .carousel {
  width: 100%;
}
.cid-sFAQAQGsOD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFAQAQGsOD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFAQAQGsOD .modal.fade .modal-dialog,
.cid-sFAQAQGsOD .modal.in .modal-dialog {
  transform: none;
}
.cid-sFAQAQGsOD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFAQAQGsOD H6 {
  text-align: center;
}
.cid-sFAQAQGsOD H3 {
  color: #05386b;
}
.cid-sFAOgbarYq {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-sFAOgbarYq .row {
    flex-direction: column-reverse;
  }
  .cid-sFAOgbarYq .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFAOgbarYq .google-map {
  height: 100%;
  position: relative;
}
.cid-sFAOgbarYq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAOgbarYq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFAOgbarYq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAOgbarYq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFAOgbarYq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFAOgbarYq .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #edf5e1;
}
.cid-sFAOgbarYq .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sFAOgbarYq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFAOgbarYq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFAOgbarYq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #05386b;
}
.cid-sFAOgbarYq .mbr-section-title {
  color: #05386b;
}
.cid-sFAOgbarYq .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAOgbarYq .card-title {
  color: #05386b;
}
.cid-sFAOgbarYq P {
  color: #05386b;
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .mbr-text {
  text-align: center;
}
.cid-uyYVt8uwCp.popup-builder {
  background-color: #ffffff;
}
.cid-uyYVt8uwCp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyYVt8uwCp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyYVt8uwCp .modal-content,
.cid-uyYVt8uwCp .modal-dialog {
  height: auto;
}
.cid-uyYVt8uwCp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyYVt8uwCp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyYVt8uwCp .form-wrapper .mbr-form .form-group,
  .cid-uyYVt8uwCp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyYVt8uwCp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyYVt8uwCp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyYVt8uwCp .mbr-text {
  text-align: center;
}
.cid-uyYVt8uwCp .pt-0 {
  padding-top: 0 !important;
}
.cid-uyYVt8uwCp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyYVt8uwCp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyYVt8uwCp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyYVt8uwCp .modal-open {
  overflow: hidden;
}
.cid-uyYVt8uwCp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyYVt8uwCp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyYVt8uwCp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyYVt8uwCp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyYVt8uwCp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyYVt8uwCp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyYVt8uwCp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyYVt8uwCp .modal-content {
  background: #fff0b0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyYVt8uwCp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uyYVt8uwCp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyYVt8uwCp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyYVt8uwCp .modal-backdrop.show {
  opacity: .5;
}
.cid-uyYVt8uwCp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uyYVt8uwCp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYVt8uwCp .modal-header {
    padding: 1rem;
  }
}
.cid-uyYVt8uwCp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyYVt8uwCp .modal-header .close svg {
  fill: #353535;
}
.cid-uyYVt8uwCp .modal-header .close:hover {
  opacity: 1;
}
.cid-uyYVt8uwCp .modal-header .close:focus {
  outline: none;
}
.cid-uyYVt8uwCp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uyYVt8uwCp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uyYVt8uwCp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYVt8uwCp .modal-body {
    padding: 1rem;
  }
}
.cid-uyYVt8uwCp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uyYVt8uwCp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyYVt8uwCp .modal-footer {
    padding: 1rem;
  }
}
.cid-uyYVt8uwCp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyYVt8uwCp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyYVt8uwCp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyYVt8uwCp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyYVt8uwCp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uyYVt8uwCp .modal-lg,
  .cid-uyYVt8uwCp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uyYVt8uwCp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uyYVt8uwCp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyYVt8uwCp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyYVt8uwCp .form-group {
  margin-bottom: 1rem;
}
.cid-uyYVt8uwCp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyYVt8uwCp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyYVt8uwCp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyYVt8uwCp .mbr-section-btn {
  margin: 0;
}
.cid-uyYVt8uwCp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUGzeXUPYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGzeXUPYW nav.navbar {
  position: fixed;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGzeXUPYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGzeXUPYW .dropdown-item:hover,
.cid-uUGzeXUPYW .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGzeXUPYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGzeXUPYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGzeXUPYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGzeXUPYW .nav-link {
  position: relative;
}
.cid-uUGzeXUPYW .container {
  display: flex;
  margin: auto;
}
.cid-uUGzeXUPYW .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown-menu,
.cid-uUGzeXUPYW .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGzeXUPYW .nav-item:focus,
.cid-uUGzeXUPYW .nav-link:focus {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGzeXUPYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGzeXUPYW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGzeXUPYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGzeXUPYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGzeXUPYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar.collapsed {
  justify-content: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGzeXUPYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGzeXUPYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGzeXUPYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGzeXUPYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGzeXUPYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGzeXUPYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGzeXUPYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGzeXUPYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGzeXUPYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGzeXUPYW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown-item.active,
.cid-uUGzeXUPYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGzeXUPYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGzeXUPYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGzeXUPYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGzeXUPYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGzeXUPYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGzeXUPYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar {
    height: 70px;
  }
  .cid-uUGzeXUPYW .navbar.opened {
    height: auto;
  }
  .cid-uUGzeXUPYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCAOqBTxa {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-10.webp");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #05386b;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #05386b;
  text-align: center;
}
.cid-sFADQxFnEn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #edf5e1;
}
.cid-sFADQxFnEn .mbr-section-title {
  color: #05386b;
}
.cid-sFADQxFnEn .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFACYYm0AQ {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #edf5e1;
}
.cid-sFACYYm0AQ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sFACYYm0AQ .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFACYYm0AQ .img1 {
  background: #05386b;
}
.cid-sFACYYm0AQ .img2 {
  background: #05386b;
}
.cid-sFACYYm0AQ .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFACYYm0AQ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sFACYYm0AQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sFACYYm0AQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFACYYm0AQ .card-wrapper {
    flex-direction: column;
  }
  .cid-sFACYYm0AQ .card-box {
    padding: 1rem;
  }
  .cid-sFACYYm0AQ .card-box,
  .cid-sFACYYm0AQ .img-wrapper {
    width: 100%;
  }
  .cid-sFACYYm0AQ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sFACYYm0AQ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sFACYYm0AQ .card-subtitle {
  color: #05386b;
}
.cid-sFACYYm0AQ .mbr-text,
.cid-sFACYYm0AQ .link-wrap {
  color: #555555;
}
.cid-sFACYYm0AQ .card-title,
.cid-sFACYYm0AQ .card-box {
  color: #05386b;
}
.cid-sFACYYm0AQ .mbr-text,
.cid-sFACYYm0AQ .mbr-section-btn {
  color: #555555;
}
.cid-sFADQQfNeA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFADQQfNeA .mbr-section-title {
  color: #05386b;
}
.cid-sFADQQfNeA .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFADMOwrhN {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFADMOwrhN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sFADMOwrhN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFADMOwrhN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFADMOwrhN .card-wrapper {
  border-radius: 4px;
  background-color: #edf5e1;
}
.cid-sFADMOwrhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFADMOwrhN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sFADMOwrhN .mbr-text {
  color: #05386b;
}
.cid-sFADMOwrhN .card-title {
  color: #05386b;
}
.cid-sFADMOwrhN .price {
  color: #05386b;
}
.cid-sFANq99njx {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #edf5e1;
}
.cid-sFANq99njx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sFANq99njx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sFANq99njx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFANq99njx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFANq99njx .card-title {
  color: #05386b;
}
.cid-sFANq99njx .mbr-text,
.cid-sFANq99njx .mbr-section-btn {
  color: #05386b;
}
.cid-sFAOcdRzJX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFAOcdRzJX .img-wrapper {
  text-align: center;
}
.cid-sFAOcdRzJX img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sFAOcdRzJX .row {
  align-items: flex-start;
}
.cid-sFAOcdRzJX .card-wrapper {
  border-radius: 4px;
  background: #edf5e1;
}
@media (max-width: 992px) {
  .cid-sFAOcdRzJX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sFAOcdRzJX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFAOcdRzJX .card-wrapper {
    padding: 1rem;
  }
}
.cid-sFAOcdRzJX .card-title {
  color: #05386b;
}
.cid-sFAOcdRzJX .mbr-text,
.cid-sFAOcdRzJX .mbr-section-btn {
  color: #05386b;
}
.cid-sFAOw5Fdod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edf5e1;
}
.cid-sFAOw5Fdod img,
.cid-sFAOw5Fdod .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFAOw5Fdod .item:focus,
.cid-sFAOw5Fdod span:focus {
  outline: none;
}
.cid-sFAOw5Fdod .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFAOw5Fdod .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFAOw5Fdod .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFAOw5Fdod .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFAOw5Fdod .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFAOw5Fdod .mbr-section-title {
  color: #05386b;
}
.cid-sFAOw5Fdod .mbr-text,
.cid-sFAOw5Fdod .mbr-section-btn {
  text-align: left;
}
.cid-sFAOw5Fdod .item-title {
  text-align: left;
  color: #05386b;
}
.cid-sFAOw5Fdod .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sFAOw5Fdod .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAO03Bfrt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFAO03Bfrt .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sFAO03Bfrt .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sFAO03Bfrt .mbr-section-title {
  color: #05386b;
}
.cid-sFAO03Bfrt .mbr-text {
  color: #05386b;
}
.cid-sFAO03Bfrt .name {
  color: #05386b;
}
.cid-sFAO03Bfrt .position {
  color: #05386b;
}
.cid-sFAQAQGsOD {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #edf5e1;
}
.cid-sFAQAQGsOD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFAQAQGsOD .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFAQAQGsOD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sFAQAQGsOD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFAQAQGsOD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFAQAQGsOD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFAQAQGsOD .carousel-control,
.cid-sFAQAQGsOD .close {
  background: #1b1b1b;
}
.cid-sFAQAQGsOD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFAQAQGsOD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFAQAQGsOD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFAQAQGsOD .close::before {
  content: '\e91a';
}
.cid-sFAQAQGsOD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFAQAQGsOD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFAQAQGsOD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFAQAQGsOD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFAQAQGsOD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFAQAQGsOD .carousel-indicators li.active,
.cid-sFAQAQGsOD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFAQAQGsOD .carousel-indicators li::after,
.cid-sFAQAQGsOD .carousel-indicators li::before {
  content: none;
}
.cid-sFAQAQGsOD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    display: none;
  }
}
.cid-sFAQAQGsOD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFAQAQGsOD .carousel-inner > .active {
  display: block;
}
.cid-sFAQAQGsOD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFAQAQGsOD .carousel-control,
  .cid-sFAQAQGsOD .carousel-indicators,
  .cid-sFAQAQGsOD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFAQAQGsOD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFAQAQGsOD .carousel-indicators .active,
.cid-sFAQAQGsOD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFAQAQGsOD .carousel-indicators .active {
  background: #fff;
}
.cid-sFAQAQGsOD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFAQAQGsOD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFAQAQGsOD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFAQAQGsOD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFAQAQGsOD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFAQAQGsOD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFAQAQGsOD .carousel {
  width: 100%;
}
.cid-sFAQAQGsOD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFAQAQGsOD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFAQAQGsOD .modal.fade .modal-dialog,
.cid-sFAQAQGsOD .modal.in .modal-dialog {
  transform: none;
}
.cid-sFAQAQGsOD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFAQAQGsOD H6 {
  text-align: center;
}
.cid-sFAQAQGsOD H3 {
  color: #05386b;
}
.cid-sFAOgbarYq {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-sFAOgbarYq .row {
    flex-direction: column-reverse;
  }
  .cid-sFAOgbarYq .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFAOgbarYq .google-map {
  height: 100%;
  position: relative;
}
.cid-sFAOgbarYq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAOgbarYq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFAOgbarYq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAOgbarYq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFAOgbarYq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFAOgbarYq .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #edf5e1;
}
.cid-sFAOgbarYq .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sFAOgbarYq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFAOgbarYq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFAOgbarYq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #05386b;
}
.cid-sFAOgbarYq .mbr-section-title {
  color: #05386b;
}
.cid-sFAOgbarYq .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAOgbarYq .card-title {
  color: #05386b;
}
.cid-sFAOgbarYq P {
  color: #05386b;
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .mbr-text {
  text-align: center;
}
.cid-uUGzeXUPYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGzeXUPYW nav.navbar {
  position: fixed;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGzeXUPYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGzeXUPYW .dropdown-item:hover,
.cid-uUGzeXUPYW .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGzeXUPYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGzeXUPYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGzeXUPYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGzeXUPYW .nav-link {
  position: relative;
}
.cid-uUGzeXUPYW .container {
  display: flex;
  margin: auto;
}
.cid-uUGzeXUPYW .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown-menu,
.cid-uUGzeXUPYW .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGzeXUPYW .nav-item:focus,
.cid-uUGzeXUPYW .nav-link:focus {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGzeXUPYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGzeXUPYW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGzeXUPYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGzeXUPYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGzeXUPYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar.collapsed {
  justify-content: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGzeXUPYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGzeXUPYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGzeXUPYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGzeXUPYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGzeXUPYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGzeXUPYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGzeXUPYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGzeXUPYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGzeXUPYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGzeXUPYW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown-item.active,
.cid-uUGzeXUPYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGzeXUPYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGzeXUPYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGzeXUPYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGzeXUPYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGzeXUPYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGzeXUPYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar {
    height: 70px;
  }
  .cid-uUGzeXUPYW .navbar.opened {
    height: auto;
  }
  .cid-uUGzeXUPYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCj5p1Md0a {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020252008-32-3820pm-1536x1024.webp");
}
.cid-uCj5p1Md0a .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uCj5p1Md0a .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uCj5p1Md0a .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uCj5p1Md0a .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uCj5p1Md0a .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uCj5p1Md0a .tags {
    justify-content: center;
  }
}
.cid-uCj5p1Md0a .mbr-section-tag {
  background-color: #123861;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uCj5p1Md0a .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uCj5p1Md0a .mbr-text,
.cid-uCj5p1Md0a .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uCj5p1Md0a .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uCj5p1Md0a .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uCj5p1Md0a .mbr-section-btn {
    text-align: center;
  }
}
.cid-uCj5p1Md0a .mbr-section-tag,
.cid-uCj5p1Md0a .tags {
  color: #738ba5;
}
.cid-uCj89HNjLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uCj89HNjLi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCj89HNjLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCj89HNjLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCj89HNjLi .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uCj89HNjLi .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCj89HNjLi .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uCj89HNjLi .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uCj89HNjLi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCj89HNjLi .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uCj89HNjLi .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCj89HNjLi .items-wrapper {
    padding: 0;
  }
}
.cid-uCj89HNjLi .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uCj89HNjLi .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uCj89HNjLi .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uCj89HNjLi .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper {
  border: 1px solid #150764;
  overflow: hidden;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4188ff;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .card_2 {
  background-color: #fea100;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .card_3 {
  background-color: #e7271c;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #150764;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #150764;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uCj89HNjLi .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uCj89HNjLi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uCj89HNjLi .mbr-desc {
  color: #4188ff;
  text-align: center;
}
.cid-uCj89HNjLi .item-title {
  color: #150764;
  text-align: center;
}
.cid-uCj89HNjLi .item-text {
  color: #150764;
  text-align: center;
}
.cid-uCjfYaetlK {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #e7f9d4;
}
.cid-uCjfYaetlK ul {
  padding: 0;
}
.cid-uCjfYaetlK li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-uCjfYaetlK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uCjfYaetlK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #05386b;
}
.cid-uCjfYaetlK .svg-top .st0 {
  fill: #e7f9d4;
}
@media (max-width: 992px) {
  .cid-uCjfYaetlK .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uCjfYaetlK .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-uCjfYaetlK .col-12 {
    padding: 0 2rem;
  }
  .cid-uCjfYaetlK .row {
    margin: 0 -2rem;
  }
}
.cid-uCjfYaetlK .mbr-text,
.cid-uCjfYaetlK .mbr-section-btn {
  color: #1a449a;
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .mbr-text {
  text-align: center;
}
.cid-uUGzeXUPYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGzeXUPYW nav.navbar {
  position: fixed;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGzeXUPYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGzeXUPYW .dropdown-item:hover,
.cid-uUGzeXUPYW .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGzeXUPYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGzeXUPYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGzeXUPYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGzeXUPYW .nav-link {
  position: relative;
}
.cid-uUGzeXUPYW .container {
  display: flex;
  margin: auto;
}
.cid-uUGzeXUPYW .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown-menu,
.cid-uUGzeXUPYW .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGzeXUPYW .nav-item:focus,
.cid-uUGzeXUPYW .nav-link:focus {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGzeXUPYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGzeXUPYW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGzeXUPYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGzeXUPYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGzeXUPYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar.collapsed {
  justify-content: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGzeXUPYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGzeXUPYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGzeXUPYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGzeXUPYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGzeXUPYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGzeXUPYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGzeXUPYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGzeXUPYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGzeXUPYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGzeXUPYW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown-item.active,
.cid-uUGzeXUPYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGzeXUPYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGzeXUPYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGzeXUPYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGzeXUPYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGzeXUPYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGzeXUPYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar {
    height: 70px;
  }
  .cid-uUGzeXUPYW .navbar.opened {
    height: auto;
  }
  .cid-uUGzeXUPYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUoggZSKu5 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020252008-32-3820pm-1536x1024.webp");
}
.cid-uUoggZSKu5 .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uUoggZSKu5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uUoggZSKu5 .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uUoggZSKu5 .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uUoggZSKu5 .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uUoggZSKu5 .tags {
    justify-content: center;
  }
}
.cid-uUoggZSKu5 .mbr-section-tag {
  background-color: #123861;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uUoggZSKu5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUoggZSKu5 .mbr-text,
.cid-uUoggZSKu5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUoggZSKu5 .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uUoggZSKu5 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uUoggZSKu5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUoggZSKu5 .mbr-section-tag,
.cid-uUoggZSKu5 .tags {
  color: #738ba5;
}
.cid-uUogh02jeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uUogh02jeD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUogh02jeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUogh02jeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUogh02jeD .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUogh02jeD .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUogh02jeD .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uUogh02jeD .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUogh02jeD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUogh02jeD .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUogh02jeD .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUogh02jeD .items-wrapper {
    padding: 0;
  }
}
.cid-uUogh02jeD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUogh02jeD .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUogh02jeD .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uUogh02jeD .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper {
  border: 1px solid #150764;
  overflow: hidden;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4188ff;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .card_2 {
  background-color: #fea100;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .card_3 {
  background-color: #e7271c;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #150764;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #150764;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uUogh02jeD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uUogh02jeD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uUogh02jeD .mbr-desc {
  color: #4188ff;
  text-align: center;
}
.cid-uUogh02jeD .item-title {
  color: #150764;
  text-align: center;
}
.cid-uUogh02jeD .item-text {
  color: #150764;
  text-align: center;
}
.cid-uUogh0gON2 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #e7f9d4;
}
.cid-uUogh0gON2 ul {
  padding: 0;
}
.cid-uUogh0gON2 li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-uUogh0gON2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUogh0gON2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #05386b;
}
.cid-uUogh0gON2 .svg-top .st0 {
  fill: #e7f9d4;
}
@media (max-width: 992px) {
  .cid-uUogh0gON2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uUogh0gON2 .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-uUogh0gON2 .col-12 {
    padding: 0 2rem;
  }
  .cid-uUogh0gON2 .row {
    margin: 0 -2rem;
  }
}
.cid-uUogh0gON2 .mbr-text,
.cid-uUogh0gON2 .mbr-section-btn {
  color: #1a449a;
}
.cid-uUogh0sD22 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uUogh0sD22 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUogh0sD22 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUogh0sD22 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUogh0sD22 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUogh0sD22 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUogh0sD22 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUogh0sD22 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUogh0sD22 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUogh0sD22 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUogh0sD22 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUogh0sD22 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUogh0sD22 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUogh0sD22 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUogh0sD22 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUogh0sD22 .media-container-row .mbr-text {
  text-align: center;
}
.cid-uUGzeXUPYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGzeXUPYW nav.navbar {
  position: fixed;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGzeXUPYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGzeXUPYW .dropdown-item:hover,
.cid-uUGzeXUPYW .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGzeXUPYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGzeXUPYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGzeXUPYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGzeXUPYW .nav-link {
  position: relative;
}
.cid-uUGzeXUPYW .container {
  display: flex;
  margin: auto;
}
.cid-uUGzeXUPYW .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown-menu,
.cid-uUGzeXUPYW .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGzeXUPYW .nav-item:focus,
.cid-uUGzeXUPYW .nav-link:focus {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGzeXUPYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGzeXUPYW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGzeXUPYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGzeXUPYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGzeXUPYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar.collapsed {
  justify-content: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGzeXUPYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGzeXUPYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGzeXUPYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGzeXUPYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGzeXUPYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGzeXUPYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGzeXUPYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGzeXUPYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGzeXUPYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGzeXUPYW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown-item.active,
.cid-uUGzeXUPYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGzeXUPYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGzeXUPYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGzeXUPYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGzeXUPYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGzeXUPYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGzeXUPYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar {
    height: 70px;
  }
  .cid-uUGzeXUPYW .navbar.opened {
    height: auto;
  }
  .cid-uUGzeXUPYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUogpPje7o {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020252008-32-3820pm-1536x1024.webp");
}
.cid-uUogpPje7o .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uUogpPje7o .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uUogpPje7o .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uUogpPje7o .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uUogpPje7o .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uUogpPje7o .tags {
    justify-content: center;
  }
}
.cid-uUogpPje7o .mbr-section-tag {
  background-color: #123861;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uUogpPje7o .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUogpPje7o .mbr-text,
.cid-uUogpPje7o .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUogpPje7o .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uUogpPje7o .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uUogpPje7o .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUogpPje7o .mbr-section-tag,
.cid-uUogpPje7o .tags {
  color: #738ba5;
}
.cid-uUogpPxGvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uUogpPxGvX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUogpPxGvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUogpPxGvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUogpPxGvX .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUogpPxGvX .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUogpPxGvX .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uUogpPxGvX .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUogpPxGvX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUogpPxGvX .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUogpPxGvX .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUogpPxGvX .items-wrapper {
    padding: 0;
  }
}
.cid-uUogpPxGvX .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUogpPxGvX .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUogpPxGvX .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uUogpPxGvX .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper {
  border: 1px solid #150764;
  overflow: hidden;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4188ff;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .card_2 {
  background-color: #fea100;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .card_3 {
  background-color: #e7271c;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #150764;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #150764;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uUogpPxGvX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uUogpPxGvX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uUogpPxGvX .mbr-desc {
  color: #4188ff;
  text-align: center;
}
.cid-uUogpPxGvX .item-title {
  color: #150764;
  text-align: center;
}
.cid-uUogpPxGvX .item-text {
  color: #150764;
  text-align: center;
}
.cid-uUogpPOUhB {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #e7f9d4;
}
.cid-uUogpPOUhB ul {
  padding: 0;
}
.cid-uUogpPOUhB li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-uUogpPOUhB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUogpPOUhB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #05386b;
}
.cid-uUogpPOUhB .svg-top .st0 {
  fill: #e7f9d4;
}
@media (max-width: 992px) {
  .cid-uUogpPOUhB .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uUogpPOUhB .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-uUogpPOUhB .col-12 {
    padding: 0 2rem;
  }
  .cid-uUogpPOUhB .row {
    margin: 0 -2rem;
  }
}
.cid-uUogpPOUhB .mbr-text,
.cid-uUogpPOUhB .mbr-section-btn {
  color: #1a449a;
  text-align: center;
}
.cid-uUogpQ0uDJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uUogpQ0uDJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUogpQ0uDJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUogpQ0uDJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUogpQ0uDJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUogpQ0uDJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUogpQ0uDJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUogpQ0uDJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUogpQ0uDJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUogpQ0uDJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUogpQ0uDJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUogpQ0uDJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUogpQ0uDJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUogpQ0uDJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUogpQ0uDJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUogpQ0uDJ .media-container-row .mbr-text {
  text-align: center;
}
.cid-uUGzeXUPYW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGzeXUPYW nav.navbar {
  position: fixed;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGzeXUPYW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGzeXUPYW .dropdown-item:hover,
.cid-uUGzeXUPYW .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGzeXUPYW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGzeXUPYW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGzeXUPYW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGzeXUPYW .nav-link {
  position: relative;
}
.cid-uUGzeXUPYW .container {
  display: flex;
  margin: auto;
}
.cid-uUGzeXUPYW .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown-menu,
.cid-uUGzeXUPYW .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGzeXUPYW .nav-item:focus,
.cid-uUGzeXUPYW .nav-link:focus {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGzeXUPYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGzeXUPYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGzeXUPYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGzeXUPYW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGzeXUPYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGzeXUPYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGzeXUPYW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar.collapsed {
  justify-content: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGzeXUPYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGzeXUPYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGzeXUPYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGzeXUPYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGzeXUPYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGzeXUPYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGzeXUPYW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGzeXUPYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGzeXUPYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGzeXUPYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGzeXUPYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGzeXUPYW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGzeXUPYW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGzeXUPYW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGzeXUPYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGzeXUPYW .dropdown-item.active,
.cid-uUGzeXUPYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGzeXUPYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGzeXUPYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGzeXUPYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGzeXUPYW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGzeXUPYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGzeXUPYW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGzeXUPYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGzeXUPYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGzeXUPYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGzeXUPYW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGzeXUPYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGzeXUPYW .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-uUGzeXUPYW .navbar {
    height: 70px;
  }
  .cid-uUGzeXUPYW .navbar.opened {
    height: auto;
  }
  .cid-uUGzeXUPYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUGygv2kZ2 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020252008-32-3820pm-1536x1024.webp");
}
.cid-uUGygv2kZ2 .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uUGygv2kZ2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uUGygv2kZ2 .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uUGygv2kZ2 .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uUGygv2kZ2 .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uUGygv2kZ2 .tags {
    justify-content: center;
  }
}
.cid-uUGygv2kZ2 .mbr-section-tag {
  background-color: #123861;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uUGygv2kZ2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUGygv2kZ2 .mbr-text,
.cid-uUGygv2kZ2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUGygv2kZ2 .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uUGygv2kZ2 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uUGygv2kZ2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUGygv2kZ2 .mbr-section-tag,
.cid-uUGygv2kZ2 .tags {
  color: #738ba5;
}
.cid-uUGygvdMtj {
  padding-top: 5rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uUGygvdMtj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUGygvdMtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGygvdMtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGygvdMtj .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUGygvdMtj .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUGygvdMtj .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uUGygvdMtj .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUGygvdMtj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGygvdMtj .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUGygvdMtj .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUGygvdMtj .items-wrapper {
    padding: 0;
  }
}
.cid-uUGygvdMtj .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUGygvdMtj .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUGygvdMtj .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uUGygvdMtj .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper {
  border: 1px solid #150764;
  overflow: hidden;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4188ff;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .card_2 {
  background-color: #fea100;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .card_3 {
  background-color: #e7271c;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #150764;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #150764;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uUGygvdMtj .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uUGygvdMtj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uUGygvdMtj .mbr-desc {
  color: #4188ff;
  text-align: center;
}
.cid-uUGygvdMtj .item-title {
  color: #150764;
  text-align: center;
}
.cid-uUGygvdMtj .item-text {
  color: #150764;
  text-align: center;
}
.cid-uUGygvqAZI {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #e7f9d4;
}
.cid-uUGygvqAZI ul {
  padding: 0;
}
.cid-uUGygvqAZI li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-uUGygvqAZI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUGygvqAZI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #05386b;
}
.cid-uUGygvqAZI .svg-top .st0 {
  fill: #e7f9d4;
}
@media (max-width: 992px) {
  .cid-uUGygvqAZI .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uUGygvqAZI .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-uUGygvqAZI .col-12 {
    padding: 0 2rem;
  }
  .cid-uUGygvqAZI .row {
    margin: 0 -2rem;
  }
}
.cid-uUGygvqAZI .mbr-text,
.cid-uUGygvqAZI .mbr-section-btn {
  color: #1a449a;
  text-align: center;
}
.cid-uUGygvCEy2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uUGygvCEy2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUGygvCEy2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUGygvCEy2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUGygvCEy2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUGygvCEy2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUGygvCEy2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUGygvCEy2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUGygvCEy2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUGygvCEy2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUGygvCEy2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUGygvCEy2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUGygvCEy2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUGygvCEy2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUGygvCEy2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUGygvCEy2 .media-container-row .mbr-text {
  text-align: center;
}
.cid-uUGJGLoLQx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGJGLoLQx nav.navbar {
  position: fixed;
}
.cid-uUGJGLoLQx .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-uUGJGLoLQx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGJGLoLQx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGJGLoLQx .dropdown-item:hover,
.cid-uUGJGLoLQx .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGJGLoLQx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGJGLoLQx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGJGLoLQx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGJGLoLQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGJGLoLQx .nav-link {
  position: relative;
}
.cid-uUGJGLoLQx .container {
  display: flex;
  margin: auto;
}
.cid-uUGJGLoLQx .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGJGLoLQx .dropdown-menu,
.cid-uUGJGLoLQx .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGJGLoLQx .nav-item:focus,
.cid-uUGJGLoLQx .nav-link:focus {
  outline: none;
}
.cid-uUGJGLoLQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGJGLoLQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGJGLoLQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGJGLoLQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGJGLoLQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGJGLoLQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGJGLoLQx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGJGLoLQx .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGJGLoLQx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGJGLoLQx .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGJGLoLQx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGJGLoLQx .navbar.collapsed {
  justify-content: center;
}
.cid-uUGJGLoLQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGJGLoLQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGJGLoLQx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGJGLoLQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGJGLoLQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGJGLoLQx .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-uUGJGLoLQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGJGLoLQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGJGLoLQx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGJGLoLQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGJGLoLQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGJGLoLQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGJGLoLQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGJGLoLQx .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-uUGJGLoLQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGJGLoLQx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGJGLoLQx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGJGLoLQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGJGLoLQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGJGLoLQx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGJGLoLQx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGJGLoLQx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGJGLoLQx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGJGLoLQx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGJGLoLQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGJGLoLQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGJGLoLQx .dropdown-item.active,
.cid-uUGJGLoLQx .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGJGLoLQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGJGLoLQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGJGLoLQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGJGLoLQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGJGLoLQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGJGLoLQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGJGLoLQx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGJGLoLQx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGJGLoLQx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGJGLoLQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGJGLoLQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGJGLoLQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGJGLoLQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGJGLoLQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGJGLoLQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGJGLoLQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGJGLoLQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGJGLoLQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGJGLoLQx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGJGLoLQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGJGLoLQx .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-uUGJGLoLQx .navbar {
    height: 70px;
  }
  .cid-uUGJGLoLQx .navbar.opened {
    height: auto;
  }
  .cid-uUGJGLoLQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUGJGKlpob {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020252008-32-3820pm-1536x1024.webp");
}
.cid-uUGJGKlpob .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uUGJGKlpob .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uUGJGKlpob .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uUGJGKlpob .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uUGJGKlpob .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uUGJGKlpob .tags {
    justify-content: center;
  }
}
.cid-uUGJGKlpob .mbr-section-tag {
  background-color: #123861;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uUGJGKlpob .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUGJGKlpob .mbr-text,
.cid-uUGJGKlpob .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUGJGKlpob .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uUGJGKlpob .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uUGJGKlpob .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUGJGKlpob .mbr-section-tag,
.cid-uUGJGKlpob .tags {
  color: #738ba5;
}
.cid-uUGJGKHyA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uUGJGKHyA4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uUGJGKHyA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGJGKHyA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGJGKHyA4 .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUGJGKHyA4 .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUGJGKHyA4 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uUGJGKHyA4 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUGJGKHyA4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGJGKHyA4 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uUGJGKHyA4 .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uUGJGKHyA4 .items-wrapper {
    padding: 0;
  }
}
.cid-uUGJGKHyA4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uUGJGKHyA4 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUGJGKHyA4 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uUGJGKHyA4 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper {
  border: 1px solid #150764;
  overflow: hidden;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4188ff;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #fea100;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #e7271c;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #150764;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #150764;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uUGJGKHyA4 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uUGJGKHyA4 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uUGJGKHyA4 .mbr-desc {
  color: #4188ff;
  text-align: center;
}
.cid-uUGJGKHyA4 .item-title {
  color: #150764;
  text-align: center;
}
.cid-uUGJGKHyA4 .item-text {
  color: #150764;
  text-align: center;
}
.cid-uUGJGKX6xY {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #e7f9d4;
}
.cid-uUGJGKX6xY ul {
  padding: 0;
}
.cid-uUGJGKX6xY li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-uUGJGKX6xY .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUGJGKX6xY .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #05386b;
}
.cid-uUGJGKX6xY .svg-top .st0 {
  fill: #e7f9d4;
}
@media (max-width: 992px) {
  .cid-uUGJGKX6xY .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uUGJGKX6xY .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-uUGJGKX6xY .col-12 {
    padding: 0 2rem;
  }
  .cid-uUGJGKX6xY .row {
    margin: 0 -2rem;
  }
}
.cid-uUGJGKX6xY .mbr-text,
.cid-uUGJGKX6xY .mbr-section-btn {
  color: #1a449a;
  text-align: center;
}
.cid-uUGJGL8OZn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uUGJGL8OZn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUGJGL8OZn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUGJGL8OZn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUGJGL8OZn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUGJGL8OZn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUGJGL8OZn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUGJGL8OZn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUGJGL8OZn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUGJGL8OZn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUGJGL8OZn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUGJGL8OZn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUGJGL8OZn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUGJGL8OZn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUGJGL8OZn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUGJGL8OZn .media-container-row .mbr-text {
  text-align: center;
}
.cid-uUGVroK7IO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUGVroK7IO nav.navbar {
  position: fixed;
}
.cid-uUGVroK7IO .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-uUGVroK7IO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUGVroK7IO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUGVroK7IO .dropdown-item:hover,
.cid-uUGVroK7IO .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUGVroK7IO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUGVroK7IO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUGVroK7IO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUGVroK7IO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUGVroK7IO .nav-link {
  position: relative;
}
.cid-uUGVroK7IO .container {
  display: flex;
  margin: auto;
}
.cid-uUGVroK7IO .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUGVroK7IO .dropdown-menu,
.cid-uUGVroK7IO .navbar.opened {
  background: #ffe161 !important;
}
.cid-uUGVroK7IO .nav-item:focus,
.cid-uUGVroK7IO .nav-link:focus {
  outline: none;
}
.cid-uUGVroK7IO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGVroK7IO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGVroK7IO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGVroK7IO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGVroK7IO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGVroK7IO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGVroK7IO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffe161;
}
.cid-uUGVroK7IO .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGVroK7IO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUGVroK7IO .navbar .navbar-logo img {
  width: auto;
}
.cid-uUGVroK7IO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUGVroK7IO .navbar.collapsed {
  justify-content: center;
}
.cid-uUGVroK7IO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGVroK7IO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUGVroK7IO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uUGVroK7IO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGVroK7IO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGVroK7IO .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-uUGVroK7IO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGVroK7IO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUGVroK7IO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUGVroK7IO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGVroK7IO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGVroK7IO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGVroK7IO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUGVroK7IO .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-uUGVroK7IO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUGVroK7IO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUGVroK7IO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUGVroK7IO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUGVroK7IO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGVroK7IO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUGVroK7IO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGVroK7IO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUGVroK7IO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGVroK7IO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUGVroK7IO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUGVroK7IO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGVroK7IO .dropdown-item.active,
.cid-uUGVroK7IO .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGVroK7IO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGVroK7IO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGVroK7IO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGVroK7IO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uUGVroK7IO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGVroK7IO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGVroK7IO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUGVroK7IO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGVroK7IO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUGVroK7IO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUGVroK7IO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGVroK7IO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGVroK7IO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGVroK7IO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGVroK7IO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGVroK7IO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGVroK7IO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGVroK7IO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGVroK7IO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUGVroK7IO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUGVroK7IO .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-uUGVroK7IO .navbar {
    height: 70px;
  }
  .cid-uUGVroK7IO .navbar.opened {
    height: auto;
  }
  .cid-uUGVroK7IO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUGVrnVdxk {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/chatgpt20image20aug20172020252008-32-3820pm-1536x1024.webp");
}
.cid-uUGVrnVdxk .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uUGVrnVdxk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uUGVrnVdxk .content-wrap {
    padding: 5rem 3rem;
  }
}
.cid-uUGVrnVdxk .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uUGVrnVdxk .tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uUGVrnVdxk .tags {
    justify-content: center;
  }
}
.cid-uUGVrnVdxk .mbr-section-tag {
  background-color: #123861;
  padding: 5px 15px;
  border-radius: 20px;
  width: fit-content;
  color: #838383;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cid-uUGVrnVdxk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uUGVrnVdxk .mbr-text,
.cid-uUGVrnVdxk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uUGVrnVdxk .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uUGVrnVdxk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uUGVrnVdxk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUGVrnVdxk .mbr-section-tag,
.cid-uUGVrnVdxk .tags {
  color: #738ba5;
}
.cid-uUGVFRnACH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uUGVFRnACH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGVFRnACH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uUGVFRnACH .row {
    flex-direction: column-reverse;
  }
  .cid-uUGVFRnACH .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUGVFRnACH .google-map {
  height: 100%;
  position: relative;
}
.cid-uUGVFRnACH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUGVFRnACH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUGVFRnACH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUGVFRnACH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUGVFRnACH .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uUGVFRnACH .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uUGVFRnACH .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uUGVFRnACH .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUGVFRnACH .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uUGVFRnACH .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #05386b;
}
.cid-uUGVrowSYr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uUGVrowSYr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUGVrowSYr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUGVrowSYr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUGVrowSYr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUGVrowSYr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUGVrowSYr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUGVrowSYr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUGVrowSYr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUGVrowSYr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUGVrowSYr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUGVrowSYr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUGVrowSYr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUGVrowSYr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUGVrowSYr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUGVrowSYr .media-container-row .mbr-text {
  text-align: center;
}
