@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,400,700&display=swap);

body {
  /* font-family: Rubik; */
  font-family: Titillium Web;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.7rem;
  font-display:swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  line-height: 2rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  color: #767676;
  font-size: 1rem;
  font-display: swap;
}
.display-70{  font-family: 'Titillium Web', sans-serif;
  color: #f8f9fa;
  font-size: 1rem;
  font-display: swap;}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 780px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))); 
  }
  .display-2 {
    font-size: 2rem;
    /*font-size: calc( 1rem + (1.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));*/
    line-height: calc( 1.2 * (0.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .btn {
  padding: 1rem 3rem;
  border-radius: 3px;
  }
}
@media (max-width: 500px){
.display-2 {
    font-size: 1rem;
    /*font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 10rem) / (48 - 20)));*/
    line-height: calc( 1.0 * (1rem + (2.5 - 1.525) * ((100vw - 10rem) / (48 - 20))));}
.btn {
  padding: 0.5rem 1rem; important!
  border-radius: 3px;
}
}
/* Buttons */
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ee323e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ee323e !important;
  border-color: #ee323e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c3101c !important;
  border-color: #c3101c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c3101c !important;
  border-color: #c3101c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #354551 !important;
  border-color: #354551 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #171e23 !important;
  border-color: #171e23 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #171e23 !important;
  border-color: #171e23 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ac0e18;
  color: #ac0e18;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ee323e;
  border-color: #ee323e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee323e !important;
  border-color: #ee323e !important;
  border-radius: 30px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-radius: 30px;
  border: solid 1px;
  border-color: #ee323e !important;
  color: #ee323e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ee323e;
  border: solid 1px;
  border-radius: 30px;
  border-color: #ee323e !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fff !important;
  border-color: #354551 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ee323e !important;
}
.text-secondary {
  color: #354551 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #354551 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ac0e18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ee323e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee323e;
  border-color: #ee323e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feeeef;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ee323e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
  .cid-ssmaXVUuiW p {
    position: absolute;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ee323e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ee323e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee323e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ee323e;
  border-bottom-color: #ee323e;
}
.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: #ee323e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #354551 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ee323e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s0Xb5O0BBf {
  background-image: url("../../../assets/images/website-banner-9-2000x1125.jpg");
}
.cid-s0Xb5O0BBf .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-s0Xb5O0BBf .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-s0Xb5O0BBf .icons-media-container .icon-block {
  padding-bottom: 1.2rem;
}
.cid-s0Xb5O0BBf .mbr-text {
  color: #ffffff;
}
.cid-s0Xb5O0BBf .card {
  padding-bottom: 1.5rem;
}
.cid-s0Xb5O0BBf H1 {
  color: #073b4c;
  text-align: center;
}
.cid-s0Xb5O0BBf .mbr-text,
.cid-s0Xb5O0BBf .mbr-section-btn {
  color: #00a9ff;
}
.cid-s0Xb5O0BBf H5 {
  color: #ffffff;
}
.cid-rWLhA8Lvhp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rWLhA8Lvhp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rWLhA8Lvhp a {
  font-style: normal;
}
.cid-rWLhA8Lvhp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rWLhA8Lvhp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rWLhA8Lvhp .nav-item:focus,
.cid-rWLhA8Lvhp .nav-link:focus {
  outline: none;
}
.cid-rWLhA8Lvhp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rWLhA8Lvhp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rWLhA8Lvhp .menu-logo {
  margin-right: auto;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em !important;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWLhA8Lvhp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rWLhA8Lvhp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWLhA8Lvhp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rWLhA8Lvhp button.navbar-toggler:focus {
  outline: none;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee323e;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWLhA8Lvhp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWLhA8Lvhp .collapsed .btn {
  display: -webkit-flex;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rWLhA8Lvhp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-rWLhA8Lvhp .collapsed button.navbar-toggler {
  display: block;
}
.cid-rWLhA8Lvhp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rWLhA8Lvhp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rWLhA8Lvhp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWLhA8Lvhp img {
    height: 3.8rem !important;
  }
  .cid-rWLhA8Lvhp .btn {
    display: -webkit-flex;
  }
  .cid-rWLhA8Lvhp button.navbar-toggler {
    display: block;
  }
  .cid-rWLhA8Lvhp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rWLhA8Lvhp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWLhA8Lvhp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing,
  .cid-rWLhA8Lvhp .navbar-collapse.show {
    display: block !important;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-nav,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rWLhA8Lvhp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rWLhA8Lvhp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rWLhA8Lvhp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rWLhA8Lvhp .nav-link:hover,
.cid-rWLhA8Lvhp .dropdown-item:hover {
  color: #ee323e !important;
}
.cid-s0JFSF7u5K {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s0JFSF7u5K .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-s0JFSF7u5K .mbr-content-text {
  color: #767676;
}
.cid-s0JFSF7u5K .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s0JFSF7u5K .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-s0JFSF7u5K .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-s0JFSF7u5K .img-text {
  color: #00a9ff;
}
.cid-s0JKdNqxtz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-s0JKdNqxtz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s0JKdNqxtz .section-text {
  /*padding: 2rem 0;*/
  color: #ffffff;
}
.cid-s0JKdNqxtz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s0JKdNqxtz .inner-container {
    width: 100% !important;
  }
}
.cid-s0VITfSjhZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0VITfSjhZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s0VITfSjhZ H2 {
  color: #00a9ff;
}
.cid-s0Xgf705gE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0Xgf705gE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s0Xgf705gE p {
  color: #767676;
  text-align: left;
}
.cid-s0Xgf705gE .card-box {
  padding-top: 2rem;
}
.cid-s0Xgf705gE .card-wrapper {
  height: 100%;
}
.cid-s0Xgf705gE P {
  text-align: center;
}
.cid-s0XhkoVrBL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0XhkoVrBL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s0XhkoVrBL p {
  color: #767676;
  text-align: left;
}
.cid-s0XhkoVrBL .card-box {
  padding-top: 2rem;
}
.cid-s0XhkoVrBL .card-wrapper {
  height: 100%;
}
.cid-s0XhkoVrBL P {
  text-align: center;
}
.cid-rWMVUoH60g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWMVUoH60g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWMVUoH60g p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rWMVUoH60g .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWMVUoH60g .mbr-section-btn a {
  margin: 0;
}
.cid-rWMVUoH60g .mbr-text {
  color: #767676;
}
.cid-rWMVUoH60g .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWMVUoH60g .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWMVUoH60g H2 {
  text-align: center;
  color: #00a9ff;
}
.cid-rWMVUoH60g .card-title {
  color: #354551;
  text-align: center;
}
.cid-rWMVO7hCfD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rWMVO7hCfD .mbr-section-btn > * {
  margin: 0;
}
.cid-rWMVO7hCfD h4 {
  font-weight: 500;
}
.cid-rWMVO7hCfD p {
  color: #232323;
}
.cid-rWMVO7hCfD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rWMVO7hCfD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rWMVO7hCfD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rWMVO7hCfD .mbr-figure {
  align-self: center;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rWMVO7hCfD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rWMVO7hCfD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rWMVO7hCfD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rWMVO7hCfD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rWMVO7hCfD .card-img span {
    font-size: 40px !important;
  }
}
.cid-rWMVO7hCfD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s4I4Qjq6Wg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/thumbnail-mvimg-20191212-122318-1280x960.jpg");
}
.cid-s4I4Qjq6Wg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s4I4Qjq6Wg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4I4Qjq6Wg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 500px) {
  .mbr-figure iframe {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4I4Qjq6Wg .mbr-text {
    text-align: center;
  }
}
.cid-rWQD0vNU0D {
  margin-top: 85px;
  padding-top: 50px;
  background-image: url("../../../assets/images/about-us-bg-no-icon.png");
  background-size: 100% 100%;
}
.cid-about-in-the-new {
  margin-top: 85px;
  /* padding-top: 50px; */
  background-image: url("../../../assets/images/tls-bg-1.png");
  background-size: 100% 100%;
  filter: brightness(120%) contrast(90%)
}
@media (max-width: 767px) {
  .cid-rWQD0vNU0D {
    background-image: url("../../../assets/images/about-us-mobile-1.png");
  }
  .cid-about-in-the-new {
    background-image: url("../../../assets/images/bg-in-the-new-mobile.png");
  }
}
.cid-rWQD0vNU0D .title {
  margin-bottom: 2rem;
}
.cid-rWQD0vNU0D .mbr-section-subtitle {
  color: #00a9ff;
}
.cid-rWQD0vNU0D a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rWQD0vNU0D a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rWQD0vNU0D textarea.form-control {
  min-height: 188px;
}
.cid-rWQD0vNU0D H2 {
  color: #354451;
}
.cid-rWQD0vNU0D LABEL {
  color: #767676;
}
.cid-rWQDATi7ZO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #354451;
}
@media (max-width: 767px) {
  .cid-rWQDATi7ZO .content {
    text-align: center;
  }
  .cid-rWQDATi7ZO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rWQDATi7ZO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rWQDATi7ZO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rWQDATi7ZO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rWQDATi7ZO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rWQDATi7ZO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rWQDATi7ZO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWQDATi7ZO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rWQDATi7ZO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWQDATi7ZO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWQDATi7ZO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWQDATi7ZO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0OqKn3m12 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0OqKn3m12 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0OqKn3m12 a {
  font-style: normal;
}
.cid-s0OqKn3m12 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0OqKn3m12 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0OqKn3m12 .nav-item:focus,
.cid-s0OqKn3m12 .nav-link:focus {
  outline: none;
}
.cid-s0OqKn3m12 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0OqKn3m12 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0OqKn3m12 .menu-logo {
  margin-right: auto;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0OqKn3m12 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0OqKn3m12 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0OqKn3m12 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0OqKn3m12 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee323e;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0OqKn3m12 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0OqKn3m12 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0OqKn3m12 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s0OqKn3m12 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0OqKn3m12 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0OqKn3m12 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s0OqKn3m12.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0OqKn3m12 img {
    height: 3.8rem !important;
  }
  .cid-s0OqKn3m12 .btn {
    display: -webkit-flex;
  }
  .cid-s0OqKn3m12 button.navbar-toggler {
    display: block;
  }
  .cid-s0OqKn3m12 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0OqKn3m12 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0OqKn3m12 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing,
  .cid-s0OqKn3m12 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0OqKn3m12 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0OqKn3m12 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0OqKn3m12 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0OqKn3m12 .nav-link:hover,
.cid-s0OqKn3m12 .dropdown-item:hover {
  color: #ee323e !important;
}
.cid-s1AzDUoJV1 {
  background-image: url("../../../assets/images/website-banner-8-2000x1126.jpg");
}
.cid-s1AzDUoJV1 h1 {
  color: #616161;
}
.cid-s1AzDUoJV1 h2,
.cid-s1AzDUoJV1 h3,
.cid-s1AzDUoJV1 p {
  color: #767676;
}
.cid-s1AzDUoJV1 .mbr-fullscreensection-subtitle {
  font-style: italic;
}
.cid-s1AzDUoJV1 .mbr-text,
.cid-s1AzDUoJV1 .mbr-section-btn {
  text-align: left;
}
.cid-s1AzDUoJV1 H1 {
  color: #354551;
}
.cid-s1AzDUoJV1 H3 {
  color: #00a9ff;
}
.cid-s5uz0tPHb2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s5uz0tPHb2 .card-box {
  padding: 0 2rem;
}
.cid-s5uz0tPHb2 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s5uz0tPHb2 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s5uz0tPHb2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s5uz0tPHb2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s5uz0tPHb2 .mbr-text {
  color: #767676;
}
.cid-s5uz0tPHb2 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5uz0tPHb2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s1ABdNgLtj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #354451;
}
@media (max-width: 767px) {
  .cid-s1ABdNgLtj .content {
    text-align: center;
  }
  .cid-s1ABdNgLtj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1ABdNgLtj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1ABdNgLtj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ABdNgLtj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1ABdNgLtj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1ABdNgLtj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s1ABdNgLtj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1ABdNgLtj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s1ABdNgLtj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1ABdNgLtj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1ABdNgLtj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1ABdNgLtj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWLhA8Lvhp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rWLhA8Lvhp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rWLhA8Lvhp a {
  font-style: normal;
}
.cid-rWLhA8Lvhp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rWLhA8Lvhp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rWLhA8Lvhp .nav-item:focus,
.cid-rWLhA8Lvhp .nav-link:focus {
  outline: none;
}
.cid-rWLhA8Lvhp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rWLhA8Lvhp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rWLhA8Lvhp .menu-logo {
  margin-right: auto;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWLhA8Lvhp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rWLhA8Lvhp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWLhA8Lvhp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rWLhA8Lvhp button.navbar-toggler:focus {
  outline: none;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee323e;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWLhA8Lvhp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWLhA8Lvhp .collapsed .btn {
  display: -webkit-flex;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rWLhA8Lvhp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-rWLhA8Lvhp .collapsed button.navbar-toggler {
  display: block;
}
.cid-rWLhA8Lvhp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rWLhA8Lvhp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rWLhA8Lvhp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWLhA8Lvhp img {
    height: 3.8rem !important;
  }
  .cid-rWLhA8Lvhp .btn {
    display: -webkit-flex;
  }
  .cid-rWLhA8Lvhp button.navbar-toggler {
    display: block;
  }
  .cid-rWLhA8Lvhp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rWLhA8Lvhp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWLhA8Lvhp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing,
  .cid-rWLhA8Lvhp .navbar-collapse.show {
    display: block !important;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-nav,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rWLhA8Lvhp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rWLhA8Lvhp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rWLhA8Lvhp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rWLhA8Lvhp .nav-link:hover,
.cid-rWLhA8Lvhp .dropdown-item:hover {
  color: #ee323e !important;
}
.cid-s1zpI7M1fJ {
  background-image: url("../../../assets/images/website-bg-1920x1080.jpg");
}
.cid-s1zpI7M1fJ h1 {
  color: #616161;
}
.cid-s1zpI7M1fJ h2,
.cid-s1zpI7M1fJ h3,
.cid-s1zpI7M1fJ p {
  color: #767676;
}
.cid-s1zpI7M1fJ .mbr-section-subtitle {
  font-style: italic;
}
.cid-s1zpI7M1fJ .mbr-text,
.cid-s1zpI7M1fJ .mbr-section-btn {
  text-align: left;
}
.cid-s1zpI7M1fJ H1 {
  color: #354551;
}
.cid-s1zpI7M1fJ H3 {
  text-align: left;
  color: #00a9ff;
}
.cid-s5uwj6DGNX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s5uwj6DGNX .image-block {
  margin: auto;
}
.cid-s5uwj6DGNX .mbr-figure {
  margin: 0 auto;
}
.cid-s5uwj6DGNX figcaption {
  position: relative;
}
.cid-s5uwj6DGNX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s5uwj6DGNX .image-block {
    width: 100% !important;
  }
}
.cid-s4IdA8kAUQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4IdA8kAUQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s4IdA8kAUQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s4IdA8kAUQ .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s4IdA8kAUQ .mbr-section-btn a {
  margin: 0;
}
.cid-s4IdA8kAUQ .mbr-text {
  color: #767676;
}
.cid-s4IdA8kAUQ .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-s4IdA8kAUQ .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s1zvjyXHPz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-s1zvjyXHPz .mbr-section-btn > * {
  margin: 0;
}
.cid-s1zvjyXHPz h4 {
  font-weight: 500;
}
.cid-s1zvjyXHPz p {
  color: #232323;
}
.cid-s1zvjyXHPz .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s1zvjyXHPz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s1zvjyXHPz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1zvjyXHPz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s1zvjyXHPz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s1zvjyXHPz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1zvjyXHPz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1zvjyXHPz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s1zvjyXHPz .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1zvjyXHPz .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s1zvjk4xiV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-s1zvjk4xiV .mbr-section-btn > * {
  margin: 0;
}
.cid-s1zvjk4xiV h4 {
  font-weight: 500;
}
.cid-s1zvjk4xiV p {
  color: #232323;
}
.cid-s1zvjk4xiV .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s1zvjk4xiV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s1zvjk4xiV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1zvjk4xiV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s1zvjk4xiV .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s1zvjk4xiV .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1zvjk4xiV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s1zvjk4xiV .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s1zvjk4xiV .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s1zvjk4xiV .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s1zvjk4xiV .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1zvjk4xiV .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s1zu8XdSqm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #354451;
}
@media (max-width: 767px) {
  .cid-s1zu8XdSqm .content {
    text-align: center;
  }
  .cid-s1zu8XdSqm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1zu8XdSqm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1zu8XdSqm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1zu8XdSqm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1zu8XdSqm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1zu8XdSqm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s1zu8XdSqm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1zu8XdSqm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s1zu8XdSqm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1zu8XdSqm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1zu8XdSqm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1zu8XdSqm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0OqKn3m12 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0OqKn3m12 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0OqKn3m12 a {
  font-style: normal;
}
.cid-s0OqKn3m12 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0OqKn3m12 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0OqKn3m12 .nav-item:focus,
.cid-s0OqKn3m12 .nav-link:focus {
  outline: none;
}
.cid-s0OqKn3m12 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0OqKn3m12 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0OqKn3m12 .menu-logo {
  margin-right: auto;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0OqKn3m12 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0OqKn3m12 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0OqKn3m12 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0OqKn3m12 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee323e;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0OqKn3m12 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0OqKn3m12 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0OqKn3m12 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s0OqKn3m12 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0OqKn3m12 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0OqKn3m12 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s0OqKn3m12.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0OqKn3m12 img {
    height: 3.8rem !important;
  }
  .cid-s0OqKn3m12 .btn {
    display: -webkit-flex;
  }
  .cid-s0OqKn3m12 button.navbar-toggler {
    display: block;
  }
  .cid-s0OqKn3m12 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0OqKn3m12 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0OqKn3m12 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing,
  .cid-s0OqKn3m12 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0OqKn3m12 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0OqKn3m12 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0OqKn3m12 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0OqKn3m12 .nav-link:hover,
.cid-s0OqKn3m12 .dropdown-item:hover {
  color: #ee323e !important;
}
.spider-banner {
  background-image: url("../../../assets/images/spider-banner-08.jpg");
}
.buffalo-banner {
  background-image: url("../../../assets/images/website-banner-12-2000x1125.jpg");
}
.cid-s1ABmCm6Dp h1 {
  color: #616161;
}
.cid-s1ABmCm6Dp h2,
.cid-s1ABmCm6Dp h3,
.cid-s1ABmCm6Dp p {
  color: #767676;
}
.cid-s1ABmCm6Dp .mbr-section-subtitle {
  font-style: italic;
}
.cid-s1ABmCm6Dp .mbr-text,
.cid-s1ABmCm6Dp .mbr-section-btn {
  text-align: left;
}
.cid-s1ABmCm6Dp H1 {
  color: #354551;
}
.cid-s1ABmCm6Dp H3 {
  color: #00a9ff;
}
.cid-s1ABnYTsdj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-s1ABnYTsdj .mbr-section-btn > * {
  margin: 0;
}
.cid-s1ABnYTsdj h4 {
  font-weight: 500;
}
.cid-s1ABnYTsdj p {
  color: #232323;
}
.cid-s1ABnYTsdj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s1ABnYTsdj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s1ABnYTsdj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1ABnYTsdj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s1ABnYTsdj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s1ABnYTsdj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s1ABnYTsdj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1ABnYTsdj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s1ABnYTsdj .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1ABnYTsdj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s1ABoIMQ68 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #354451;
}
@media (max-width: 767px) {
  .cid-s1ABoIMQ68 .content {
    text-align: center;
  }
  .cid-s1ABoIMQ68 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1ABoIMQ68 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1ABoIMQ68 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ABoIMQ68 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1ABoIMQ68 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1ABoIMQ68 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s1ABoIMQ68 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1ABoIMQ68 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s1ABoIMQ68 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1ABoIMQ68 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1ABoIMQ68 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1ABoIMQ68 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWLhA8Lvhp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rWLhA8Lvhp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rWLhA8Lvhp a {
  font-style: normal;
}
.cid-rWLhA8Lvhp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rWLhA8Lvhp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rWLhA8Lvhp .nav-item:focus,
.cid-rWLhA8Lvhp .nav-link:focus {
  outline: none;
}
.cid-rWLhA8Lvhp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rWLhA8Lvhp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rWLhA8Lvhp .menu-logo {
  margin-right: auto;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu {
  background: #ffffff;
  border: 1px solid #E6EDFB;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWLhA8Lvhp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWLhA8Lvhp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rWLhA8Lvhp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rWLhA8Lvhp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWLhA8Lvhp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWLhA8Lvhp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rWLhA8Lvhp button.navbar-toggler:focus {
  outline: none;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee323e;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWLhA8Lvhp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWLhA8Lvhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWLhA8Lvhp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWLhA8Lvhp .collapsed .btn {
  display: -webkit-flex;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWLhA8Lvhp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rWLhA8Lvhp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-rWLhA8Lvhp .collapsed button.navbar-toggler {
  display: block;
}
.cid-rWLhA8Lvhp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rWLhA8Lvhp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rWLhA8Lvhp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWLhA8Lvhp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rWLhA8Lvhp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWLhA8Lvhp img {
    height: 3.8rem !important;
  }
  .cid-rWLhA8Lvhp .btn {
    display: -webkit-flex;
  }
  .cid-rWLhA8Lvhp button.navbar-toggler {
    display: block;
  }
  .cid-rWLhA8Lvhp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rWLhA8Lvhp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWLhA8Lvhp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing,
  .cid-rWLhA8Lvhp .navbar-collapse.show {
    display: block !important;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-nav,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rWLhA8Lvhp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWLhA8Lvhp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rWLhA8Lvhp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWLhA8Lvhp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rWLhA8Lvhp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rWLhA8Lvhp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rWLhA8Lvhp .nav-link:hover,
.cid-rWLhA8Lvhp .dropdown-item:hover {
  color: #ee323e !important;
}
.cid-s1AChBlvlK {
  background-image: url("../../../assets/images/website-banner-app-1920x1080.jpg");
}
.cid-s1AChBlvlK h1 {
  color: #616161;
}
.cid-s1AChBlvlK h2,
.cid-s1AChBlvlK h3,
.cid-s1AChBlvlK p {
  color: #767676;
}
.cid-s1AChBlvlK .mbr-section-subtitle {
  font-style: italic;
}
.cid-s1AChBlvlK .mbr-text,
.cid-s1AChBlvlK .mbr-section-btn {
  text-align: left;
}
.cid-s1AChBlvlK H1 {
  color: #354551;
}
.cid-s1AChBlvlK H3 {
  color: #00a9ff;
}
.cid-s27VNWKJGU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s27VNWKJGU .image-block {
  margin: auto;
}
.cid-s27VNWKJGU .mbr-figure {
  margin: 0 auto;
}
.cid-s27VNWKJGU figcaption {
  position: relative;
}
.cid-s27VNWKJGU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s27VNWKJGU .image-block {
    width: 100% !important;
  }
}
.cid-s1AFYmxpw9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #354451;
}
@media (max-width: 767px) {
  .cid-s1AFYmxpw9 .content {
    text-align: center;
  }
  .cid-s1AFYmxpw9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1AFYmxpw9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1AFYmxpw9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1AFYmxpw9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1AFYmxpw9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1AFYmxpw9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s1AFYmxpw9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1AFYmxpw9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s1AFYmxpw9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1AFYmxpw9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1AFYmxpw9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1AFYmxpw9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0OqKn3m12 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0OqKn3m12 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0OqKn3m12 a {
  font-style: normal;
}
.cid-s0OqKn3m12 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0OqKn3m12 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0OqKn3m12 .nav-item:focus,
.cid-s0OqKn3m12 .nav-link:focus {
  outline: none;
}
.cid-s0OqKn3m12 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0OqKn3m12 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0OqKn3m12 .menu-logo {
  margin-right: auto;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0OqKn3m12 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0OqKn3m12 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0OqKn3m12 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0OqKn3m12 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0OqKn3m12 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0OqKn3m12 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0OqKn3m12 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee323e;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0OqKn3m12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0OqKn3m12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0OqKn3m12 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0OqKn3m12 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0OqKn3m12 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0OqKn3m12 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0OqKn3m12 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s0OqKn3m12 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0OqKn3m12 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0OqKn3m12 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0OqKn3m12 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0OqKn3m12 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s0OqKn3m12.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0OqKn3m12 img {
    height: 3.8rem !important;
  }
  .cid-s0OqKn3m12 .btn {
    display: -webkit-flex;
  }
  .cid-s0OqKn3m12 button.navbar-toggler {
    display: block;
  }
  .cid-s0OqKn3m12 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0OqKn3m12 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0OqKn3m12 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing,
  .cid-s0OqKn3m12 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0OqKn3m12 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0OqKn3m12 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-menu {
    width: 100%;
    text-align: left;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0OqKn3m12 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0OqKn3m12 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0OqKn3m12 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0OqKn3m12 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0OqKn3m12 .nav-link:hover,
.cid-s0OqKn3m12 .dropdown-item:hover {
  color: #ee323e !important;
}
.cid-s1FcyXK9bF {
  background-image: url("../../../assets/images/thumbnail-mvimg-20191212-122320-1280x960.jpeg");
}
.cid-s1FcyXK9bF .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1FcyXK9bF .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-s1FcyXK9bF .icons-media-container .icon-block {
  padding-bottom: 1.5rem;
}
.cid-s1FcyXK9bF .mbr-text {
  color: #ffffff;
}
.cid-s1FcyXK9bF .card {
  padding-bottom: 1.5rem;
}
.cid-s1FcyXK9bF .mbr-text,
.cid-s1FcyXK9bF .mbr-section-btn {
  color: #00a9ff;
}
.cid-s5WkcKLobr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5WkcKLobr .mbr-section-subtitle {
  color: #767676;
}
.cid-s5WkcKLobr H2 {
  color: #00a9ff;
}
.cid-s5WifsHmj6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s5WifsHmj6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5WifsHmj6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5WifsHmj6 .mbr-text {
  color: #767676;
}
.cid-s5WiEYAj8s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s5WiEYAj8s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5WiEYAj8s .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5WiEYAj8s .mbr-text {
  color: #767676;
}
.cid-s1XAW9NIYp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1XAW9NIYp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1XAW9NIYp .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1XAW9NIYp .mbr-text {
  color: #767676;
}
.cid-s5Wj19lKm8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s5Wj19lKm8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5Wj19lKm8 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5Wj19lKm8 .mbr-text {
  color: #767676;
}
.cid-s1XARM3afk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1XARM3afk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1XARM3afk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1XARM3afk .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1XARM3afk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1XARM3afk .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1XAQDnj3M {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1XAQDnj3M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1XAQDnj3M .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1XAQDnj3M .mbr-text {
  color: #767676;
}
.cid-s1XATufqi6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1XATufqi6 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1XATufqi6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1XATufqi6 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1XATufqi6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1XATufqi6 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1XAPCwW5G {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1XAPCwW5G .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1XAPCwW5G .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1XAPCwW5G .mbr-text {
  color: #767676;
}
.cid-s5Wj1B1u2V {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s5Wj1B1u2V .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5Wj1B1u2V .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5Wj1B1u2V .mbr-text {
  color: #767676;
}
.cid-s1Y2VAC2gc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1Y2VAC2gc .mbr-section-subtitle {
  color: #767676;
}
.cid-s1Y2VAC2gc H2 {
  color: #00a9ff;
}
.cid-s1Y5uySkWd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Y5uySkWd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y5uySkWd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y5uySkWd .mbr-text {
  color: #fff;
}
.cid-s1Y788lhbK {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1Y788lhbK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1Y788lhbK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y788lhbK .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1Y788lhbK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y788lhbK .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1Y7bHK1HR {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Y7bHK1HR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y7bHK1HR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y7bHK1HR .mbr-text {
  color: #767676;
}
.cid-s1Y7c0oDNa {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1Y7c0oDNa .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1Y7c0oDNa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y7c0oDNa .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1Y7c0oDNa .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y7c0oDNa .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1Y7cjdzwk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Y7cjdzwk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y7cjdzwk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y7cjdzwk .mbr-text {
  color: #767676;
}
.cid-s1Y7cyxScO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1Y7cyxScO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1Y7cyxScO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y7cyxScO .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1Y7cyxScO .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y7cyxScO .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1Y7cORJSP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Y7cORJSP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Y7cORJSP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Y7cORJSP .mbr-text {
  color: #767676;
}
.cid-s1YnJNzlI2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1YnJNzlI2 .mbr-section-subtitle {
  color: #767676;
}
.cid-s1YnJNzlI2 H2 {
  color: #00a9ff;
}
.cid-s1Yo5WLsjj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Yo5WLsjj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Yo5WLsjj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Yo5WLsjj .mbr-text {
  color: #767676;
}
.cid-s1Yo6mnjbu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1Yo6mnjbu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1Yo6mnjbu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Yo6mnjbu .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1Yo6mnjbu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Yo6mnjbu .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1Yo70422n {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Yo70422n .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Yo70422n .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Yo70422n .mbr-text {
  color: #767676;
}
.cid-s1Yo7hu22X {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1Yo7hu22X .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1Yo7hu22X .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Yo7hu22X .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1Yo7hu22X .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Yo7hu22X .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1Yo7wfPp4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1Yo7wfPp4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1Yo7wfPp4 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1Yo7wfPp4 .mbr-text {
  color: #767676;
}
.cid-s1YocrTpFR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1YocrTpFR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s1YocrTpFR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YocrTpFR .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s1YocrTpFR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1YocrTpFR .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s1YodHwD3I {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s1YodHwD3I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1YodHwD3I .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s1YodHwD3I .mbr-text {
  color: #767676;
}
.cid-s22PhMY3cK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s22PhMY3cK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s22PhMY3cK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s22PhMY3cK .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-s22PhMY3cK .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-s22PhMY3cK .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-s22PhMY3cK .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #354551;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-s22PhMY3cK .card {
  min-height: 300px;
}
.cid-s22PhMY3cK .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-s22PhMY3cK .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-s22PhMY3cK .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-s22PhMY3cK .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-s22PhMY3cK .mbr-section-title {
  color: #00a9ff;
}
.cid-s22Q6feZuV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s22Q6feZuV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s22Q6feZuV .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s22Q6feZuV .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-s22Q6feZuV .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-s22Q6feZuV .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-s22Q6feZuV .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #354551;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-s22Q6feZuV .card {
  min-height: 300px;
}
.cid-s22Q6feZuV .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-s22Q6feZuV .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-s22Q6feZuV .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-s22Q6feZuV .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-s22QQI8pxM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-footer-info.png");
}
@media (max-width: 767px) {
  .cid-s22QQI8pxM .content {
    text-align: center;
  }
  .cid-s22QQI8pxM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s22QQI8pxM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s22QQI8pxM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s22QQI8pxM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s22QQI8pxM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s22QQI8pxM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s22QQI8pxM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s22QQI8pxM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s22QQI8pxM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s22QQI8pxM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s22QQI8pxM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s22QQI8pxM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.dot {
  height: 6px;
  width: 6px;
  background-color: #767676;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.cid-s22QQI8pxM .media-wrap img {
  height: 6rem;
  padding: -50px;
}
@media (max-width: 767px) {
  .cid-s22QQI8pxM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s22QQI8pxM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s22QQI8pxM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s22QQI8pxM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s22QQI8pxM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s22QQI8pxM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s22QQI8pxM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s22QQI8pxM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7wRghufet {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-footer-term.png");
}
.cid-s7wRghufet .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7wRghufet .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7wRghufet .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7wRghufet .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7wRghufet .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7wRghufet .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7wRghufet .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7wRghufet .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7wRghufet .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7wRghufet .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7wRghufet .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7wRghufet .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7wRghufet .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7wRghufet .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s7x1TDGTHs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7x1TDGTHs .mbr-section-subtitle,
.cid-s7x1TDGTHs .mbr-text {
  color: #767676;
}
.cid-s7x1TDGTHs .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s7x1TDGTHs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7x1TDGTHs .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7x1TDGTHs .card-wrapper .card-img .mbr-overlay {
  background-color: #283541;
  display: none;
  transition: opacity .3s;
}
.cid-s7x1TDGTHs .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-s7x1TDGTHs .card-wrapper .card-img img {
  width: 100%;
}
.cid-s7x1TDGTHs .card-wrapper .card-box {
  background-color: #283541;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s7x1TDGTHs .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s7x1TDGTHs .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s7x1TDGTHs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s7x1TDGTHs .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-s7x1TDGTHs .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-s7x1TDGTHs .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-s7x1TDGTHs .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s7x1TDGTHs .card-title {
  color: #ffffff;
  line-height: 1.4rem;
}
.cid-s7x1TDGTHs .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-s7x1TDGTHs .card-wrapper .card-img img {
  width: 100%;
}
.cid-s7x1TDGTHs .card-wrapper .card-box {
  background-color: #283541;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s7x1TDGTHs .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s7x1TDGTHs .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s7x1TDGTHs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s7x1TDGTHs .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-s7x1TDGTHs .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-s7x1TDGTHs .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-s7x1TDGTHs .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s7x1TDGTHs .card-title {
  color: #ffffff;
}
.cid-s7xpqxgYpf {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7xpqxgYpf .mbr-section-subtitle,
.cid-s7xpqxgYpf .mbr-text {
  color: #767676;
}
.cid-s7xpqxgYpf .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s7xpqxgYpf .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7xpqxgYpf .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7xpqxgYpf .card-wrapper .card-img .mbr-overlay {
  background-color: #283541;
  display: none;
  transition: opacity .3s;
}
.cid-s7xpqxgYpf .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-s7xpqxgYpf .card-wrapper .card-img img {
  width: 100%;
}
.cid-s7xpqxgYpf .card-wrapper .card-box {
  background-color: #283541;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s7xpqxgYpf .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s7xpqxgYpf .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-s7xpqxgYpf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s7xpqxgYpf .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-s7xpqxgYpf .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-s7xpqxgYpf .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-s7xpqxgYpf .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-s7xpqxgYpf .card-title {
  color: #ffffff;
}
.cid-sbqgNdCFQX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-sbqgNdCFQX .carousel-control {
  background: #EEEEEE;
}
.cid-sbqgNdCFQX .mbr-section-subtitle {
  color: #767676;
}
.cid-sbqgNdCFQX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbqgNdCFQX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sbqgNdCFQX .carousel-item .wrap-img {
  text-align: center;
}
.cid-sbqgNdCFQX .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sbqgNdCFQX .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbqgNdCFQX .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  /* margin-top: 2rem; */
  border-width: 1px;
}
.cid-sbqgNdCFQX .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sbqgNdCFQX .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sbqgNdCFQX .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sbqgNdCFQX .cloneditem-1,
.cid-sbqgNdCFQX .cloneditem-2,
.cid-sbqgNdCFQX .cloneditem-3,
.cid-sbqgNdCFQX .cloneditem-4,
.cid-sbqgNdCFQX .cloneditem-5 {
  display: none;
}
.cid-sbqgNdCFQX .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sbqgNdCFQX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides2 .cloneditem-1,
  .cid-sbqgNdCFQX .carousel-inner.slides2 .cloneditem-2,
  .cid-sbqgNdCFQX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides3 .cloneditem-1,
  .cid-sbqgNdCFQX .carousel-inner.slides3 .cloneditem-2,
  .cid-sbqgNdCFQX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides4 .cloneditem-1,
  .cid-sbqgNdCFQX .carousel-inner.slides4 .cloneditem-2,
  .cid-sbqgNdCFQX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides5 .cloneditem-1,
  .cid-sbqgNdCFQX .carousel-inner.slides5 .cloneditem-2,
  .cid-sbqgNdCFQX .carousel-inner.slides5 .cloneditem-3,
  .cid-sbqgNdCFQX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sbqgNdCFQX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sbqgNdCFQX .carousel-inner.slides6 .cloneditem-1,
  .cid-sbqgNdCFQX .carousel-inner.slides6 .cloneditem-2,
  .cid-sbqgNdCFQX .carousel-inner.slides6 .cloneditem-3,
  .cid-sbqgNdCFQX .carousel-inner.slides6 .cloneditem-4,
  .cid-sbqgNdCFQX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
  .cid-sqt3Ll0sjw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqt3Ll0sjw .title {
  padding-bottom: 2.5rem;
}
.cid-sqt3Ll0sjw .mbr-text {
  color: #222222;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sqt3Ll0sjw .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sqt3Ll0sjw .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sqt3Ll0sjw .wrapper {
/*  display: flex;*/
  padding: 1rem 0;
}
.cid-sqt3Ll0sjw .wrapper .b-info {
  width: 100%;
}
  .cid-sqt3Ll0sjw .img {
    float:left;
    overflow: hidden;}
}
@media only screen and (max-width: 1441px){
.display-1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.9rem;}
    h1 {
  padding-bottom: 10px}
}
.cid-sqnVTTN27P {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-portal-2000x905.jpg");
}
.cid-squwI0xuBI {
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: url("../../../assets/images/bg-contact-footer.png");
}
section .cid-ssmaXVUuiW {
  padding-top:0px;
}
.cid-ssmaXVUuiW .modal-body .close {
  background-color: white;
  padding-top: 0px;important!
}
.cid-ssmaXVUuiW .modal-body .close span {
  font-style: normal;
}
.cid-ssmaXVUuiW .carousel-inner > .active,
.cid-ssmaXVUuiW .carousel-inner > .next,
.cid-ssmaXVUuiW .carousel-inner > .prev {
  display: table;
}
.cid-ssmaXVUuiW .carousel-control .icon-next,
.cid-ssmaXVUuiW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ssmaXVUuiW .carousel-control:hover {
  background: #1b1b1b;
  color: #343a40;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssmaXVUuiW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssmaXVUuiW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ssmaXVUuiW .boxed-slider > div {
  position: relative;
}
.cid-ssmaXVUuiW .container img {
  width: 100%;
}
.cid-ssmaXVUuiW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ssmaXVUuiW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ssmaXVUuiW .mbr-table-cell {
  padding: 0;
}
.cid-ssmaXVUuiW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ssmaXVUuiW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ssmaXVUuiW .mbr-overlay {
  z-index: 1;
}
.cid-ssmaXVUuiW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ssmaXVUuiW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ssmaXVUuiW .carousel-item .container {
    width: 100%;
  }
}
.cid-ssmaXVUuiW .carousel-item-next.carousel-item-left,
.cid-ssmaXVUuiW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ssmaXVUuiW .active.carousel-item-right,
.cid-ssmaXVUuiW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ssmaXVUuiW .active.carousel-item-left,
.cid-ssmaXVUuiW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ssmaXVUuiW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ssmaXVUuiW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: none;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators li.active,
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators li::after,
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ssmaXVUuiW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ssmaXVUuiW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ssmaXVUuiW .mbr-slider > .container img {
  width: 100%;
}
.cid-ssmaXVUuiW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ssmaXVUuiW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ssmaXVUuiW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssmaXVUuiW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ssmaXVUuiW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ssmaXVUuiW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ssmaXVUuiW .full-screen .slider-fullscreen-image {
  min-height: 110vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ssmaXVUuiW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ssmaXVUuiW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ssmaXVUuiW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ssmaXVUuiW .full-screen .carousel-item .container.container-slide img {
  display: block;
}
.cid-ssmaXVUuiW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ssmaXVUuiW .mbr-overlay ~ .container-slide {
  z-index: auto;}

.cid-stlehVFWAn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #354451;
}
.cid-stlehVFWAn h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-stlehVFWAn p {
  color: #ffffff;
}
.cid-stlehVFWAn .card {
  margin-bottom: 2rem;
}
.cid-stlehVFWAn .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
/*  background-color: #149dcc;*/
}
.cid-stlehVFWAn .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-stlehVFWAn .card-box {
  padding-bottom: 2rem;
  background-color: none;
/*  background: linear-gradient(#149dcc, transparent);*/
}
.cid-stlehVFWAn .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-stlehVFWAn .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-stlehVFWAn .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-stlehVFWAn .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.container-product{
  position: absolute;
  z-index: 10;
  align-content: center;
  min-height: 100vh;
  top: 20%;
  left: 10%;
}
.container-product H1{
  text-align: left;
  color: #354551;
}
.container-product H3{
  text-align: left;
  color: #00a9ff;

}
.container-product p{
  text-align: left;
  color: #354551;
  max-width: 90%;
}
.container-product table.table1, th,td {
  width:100%;
  z-index:10; 
  color: #354551;
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  padding: 8px;
  padding-left:16px;
  font-family: 'Titillium Web', sans-serif;
}
@media (max-width: 500px) {
  .container-product table, th,td {
  width: 90%;
  z-index:10; 
  color: #354551;
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  padding: 8px;
  padding-left:20px;
  font-family: 'Titillium Web', sans-serif;
  }
}
.cid-su4KyW6zTW {
  /* padding-top: 90px; */
  padding-bottom: 90px;
  /* background-color: #55b4d4; */
  /* background: linear-gradient(#55b4d4, #ffffff); */
}
.cid-su4KyW6zTW .card-img {
  width: 310px; 
  height: 250px;
  /* border: 1px solid #E7E7E7; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cid-su4KyW6zTW .card-img {
    width: 100%;
  }
}
.cid-su4KyW6zTW .card-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  /* padding: 50px; */
}
.cid-su4KyW6zTW .carousel-control {
  background: #000;
}
.cid-su4KyW6zTW .mbr-section-subtitle {
  color: #767676;
}
.cid-su4KyW6zTW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-su4KyW6zTW .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-su4KyW6zTW .carousel-item .wrap-img {
  text-align: center;
}
.cid-su4KyW6zTW .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-su4KyW6zTW .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-su4KyW6zTW .carousel-controls .carousel-control {
  background: #C0C0C0C0;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  /* margin-top: 2rem; */
  border-width: 1px;
}
.cid-su4KyW6zTW .carousel-controls .carousel-control:hover {
  background: #000;
}
.cid-su4KyW6zTW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-su4KyW6zTW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-su4KyW6zTW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-su4KyW6zTW .cloneditem-1,
.cid-su4KyW6zTW .cloneditem-2,
.cid-su4KyW6zTW .cloneditem-3,
.cid-su4KyW6zTW .cloneditem-4,
.cid-su4KyW6zTW .cloneditem-5 {
  display: none;
}
.cid-su4KyW6zTW .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-su4KyW6zTW .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides2 .cloneditem-1,
  .cid-su4KyW6zTW .carousel-inner.slides2 .cloneditem-2,
  .cid-su4KyW6zTW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides3 .cloneditem-1,
  .cid-su4KyW6zTW .carousel-inner.slides3 .cloneditem-2,
  .cid-su4KyW6zTW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides4 .cloneditem-1,
  .cid-su4KyW6zTW .carousel-inner.slides4 .cloneditem-2,
  .cid-su4KyW6zTW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides5 .cloneditem-1,
  .cid-su4KyW6zTW .carousel-inner.slides5 .cloneditem-2,
  .cid-su4KyW6zTW .carousel-inner.slides5 .cloneditem-3,
  .cid-su4KyW6zTW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-su4KyW6zTW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-su4KyW6zTW .carousel-inner.slides6 .cloneditem-1,
  .cid-su4KyW6zTW .carousel-inner.slides6 .cloneditem-2,
  .cid-su4KyW6zTW .carousel-inner.slides6 .cloneditem-3,
  .cid-su4KyW6zTW .carousel-inner.slides6 .cloneditem-4,
  .cid-su4KyW6zTW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.checkbox1 {
  display: block;
  position: relative;
  padding-left: 56px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 3px;
  padding-left: 64px;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 16px;
  height: 24px;
  width: 24px;
  border-radius: 3px;

}

/* On mouse-over, add a grey background color */
.checkbox1 input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox2 {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 3px;
  padding-left: 64px;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 3px;

}

/* On mouse-over, add a grey background color */
.checkbox2 input ~ .checkmark {
  background-color: white;
}

/* When the checkbox is checked, add a blue background */
.checkbox2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dealer {
  position: relative;
  width: 100%;
  height: 400px;
  padding-top:80px;
}
@media (max-width: 767px) {
  .dealer {
    height: 250px;
  }
}
.dragArea {
  padding-top: 60px;
}
.dragArea2 {
  padding-top: 0px;
}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  border-radius: 30px;
  background: #ee323e !important;  
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #fff ;
  background: #211b19;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.home-section > .title-section {
  font-size: 2rem;
  padding-bottom: 1rem;
}
.home-section .sub-title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.home-section > .title-section > .line {
  width: 9rem;
  border-bottom: 4px solid #EF4040;
  border-radius: 2px;
}

.descrition {
  font-size: 1rem;
  font-family: Titillium Web;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}
.home-section > ul {
  padding-top: 1rem;
  padding-left: 1rem;
  list-style: url("red-dot.svg")
}

.img-title {
  position: absolute;
  bottom: 5px;
  transform: translateX(50%);
  right: 50%;
  color: white;
  z-index: 1;
}

.cid-key-benefits {
  padding-top: 3rem;
  background-image: url("../../../assets/images/key-benefits-bg.png")
}
.key-benefits-box-content{
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 2rem;
  min-height: 200px;
}

.carousel-indicators li {
  /* background-color: red !important; */
  background-color: none !important;
  background-image: url("../../../assets/images/red-dot.svg") !important;
  background-repeat: no-repeat;
  width: 10px !important;
  height: 10px !important;
}

.customer-say-container {
  display: flex;
  max-width: 635px;
  width: 100%;
  min-height: 322px;
  padding: 60px 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.customer-say-container .descriptions {
  font-size: 18px
}
.customer-say-container .name {
  font-size: 20px
}
.customer-say-container .sub-info {
  font-size: 16px
}
.telesense-solution-slider {
  display: none;
}
.telesense-solution-grid {
  display: block;
}
@media only screen and (max-width: 767px) {
  .telesense-solution-slider {
    display: block;
  }
  .telesense-solution-grid {
    display: none;
  }
}

.first-section {
  margin-top: 90px;
}

.d-full-screen {
  display: block;
}
.d-small-screen {
  display: none;
}
.solutions-title {
  color: #EF4040;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5rem;
}

@media only screen and (max-width: 800px) {
  #solution-block .d-full-screen {
    display: none !important;
  }
  #solution-block .d-small-screen {
    display: block !important;
  }
  #solution-block .solutions-title {
    color: #EF4040;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .d-full-screen {
    display: none !important;
  }
  .d-small-screen {
    display: block !important;
  }
  .solutions-title {
    color: #EF4040;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
  }
}

.solutions-sub-title {
  color: #636363;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem; 
}
.solutions-desc {
  color: #636363;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.bg-solutions-pile-bunker {
  background-image: url("../../../assets/images/solutions-pile-bunker-monitoring-bg.png");
  width: 100%;
  
}
.bg-solutions-content {
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.70);
  padding: 2.5rem;
  margin: 2.5rem;
}

.red-dot{
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: #EF4040;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 2px;
}

.about-us-logo {
  position: absolute;
  background-color: white;
  z-index: 1;
  width: 80%;
  max-width: 1140px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
}
.about-us-logo img {
  /* flex: 1; */
  /* width: 0;
  max-width: 100%;
  height: auto; */
  width: 30%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .about-us-logo {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-logo {
    width: 100%;
    border-radius: 40px;
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .about-us-logo {
    width: 90%;
  }
}
@media only screen and (max-width: 378px) {
  .about-us-logo {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 319px) {
  .about-us-logo {
    display: none;
  }
}

.the-new-model {
  display: flex;
  margin: 50px 0 100px;
}
.the-new-model-left {
  width: 30%;
  background-size: 100% 100%;;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/about-us-bg-arrow-right.png");
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-content {
  width: 90%;
  padding: 20px;
  margin: 20px 40px 20px 20px;
  background: white;
  opacity: 0.85;
  border-radius: 5px;
}
.the-new-model-right {
  width: 70%;
  background-color: #404040;
}
.right-content {
  padding: 20px;
}

.in-the-new-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.in-the-new-item {
  flex: 0 1 calc(50% - 5px);
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px;
}
.viewer {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .the-new-model-left {
    background-image: url("../../../assets/images/about-us-bg-arrow-bottom.png");
    width: 350px;
    height: 200px;
  }
  .in-the-new-item {
    flex: 0 1 100%;
  }
}


.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 30px;
}
.pagination li {
  margin-right: 5px;
}
.pagination li a {
  text-decoration: none;
  padding: 5px 10px;
  background-color: white;
  color: #333;
  border-radius: 5px;
  border: 1px solid white;
}
.pagination li a.active {
  background-color: #EF4040;
  color: white;
}
.pagination li a:hover {
  border: 1px solid #E7E7E7;
}
#nextPage, #prevPage {
  cursor: pointer;
  background-color: white;
}
.p-disabled {
  cursor: default !important;
  opacity: 0.5 !important;
}

.tls-info {
  background-color: white;
  opacity: 0.7;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  border-radius: 10px;
}

.contact-us-form-ctr {
  background-color: white;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 2.5em;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px;
}
.contact-us-form-ctr input:placeholder {
  color: #EAEAEA;
}

.input-icon {
  position: absolute;
  bottom: 7px;
  right: 10px;
}

.contact-us-form {
  background-color: #F4F4F4; 
  padding: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.commodity-menu-tab {
  display: none;
}

.commodity-menu-tab .tab {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #636363;
  border-radius: 0;
  background: white;
  color: #636363;
  opacity: 0.6;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .contact-us-form {
    border-radius: 10px;
  }
  .commodity-menu-tab {
    display: flex;
    padding: 15px;
  }

  .active-tab {
    color: #EF4040 !important;
    opacity: 1 !important;
    border-bottom-color: #EF4040 !important;
  }

  .tab-content {
    display: none;
  }

  .active-tab-content {
    display: block;
  }
}

.tls-solutions {
  cursor: pointer;
  border: 2px solid white;
}
.tls-solutions:hover {
  border: 2px solid #007aff;
  border-radius: 5px
}

.custom-carousel-arrow {
  width: calc(100% + 50px);
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between !important;
}
@media (max-width: 767px) {
  .custom-carousel-arrow {
    width: 100%;
    left: 0;
  }
}

.custome-carousel-control-arr {
  width: 50px;
  height: 50px;
  background-color: white;
  border: 2px solid;
  color: red
}

.carouse2-indicators {
  bottom: -2rem
}
@media only screen and (max-width: 767px) {
  .carouse2-indicators {
    bottom: -5rem
  }
}
.options-link {
  color: #409EFF;
  text-decoration: underline;
}
.options-link:hover {
  color: blue;
  text-decoration: underline;
}

.dealer-about-us, .dealer-about-us-in-the-new {
  position: relative;
  width: 100%;
  height: 414px;
}
/* @media (max-width: 2560px) {
  .dealer-about-us {
    height: 414px;
  }
}
@media (max-width: 1920px) {
  .dealer-about-us {
    height: 414px;
  }
  .dealer-about-us-in-the-new {
    height: 414px;
  }
} */
@media (max-width: 1536px) {
  .dealer-about-us,.dealer-about-us-in-the-new {
    height: 400px;
  }
}
@media (max-width: 1366px) {
  .dealer-about-us, .dealer-about-us-in-the-new {
    height: 350px;
  }
}
@media (max-width: 1280px) {
  .dealer-about-us, .dealer-about-us-in-the-new {
    height: 340px;
  }
}
@media (max-width: 800px) {
  .cid-rWQD0vNU0D, .cid-about-in-the-new {
    height: 300px;
  }
  .dealer-about-us {
    height: 250px;
  }
  .dealer-about-us-in-the-new {
    height: 329px;
  }
}
@media (max-width: 767px) {
  .dealer-about-us {
    height: 250px;
  }
  .dealer-about-us-in-the-new {
    height: 329px;
  }
}

.full-container {
  /* width: 100%; */
  margin: 100px;
}

@media (max-width: 767px) {
  .full-container {
    margin: 20px;
  }
}