body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Water Brush', handwriting;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Baloo 2', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Water Brush', handwriting;
  font-size: 5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9966 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #6a2974 !important;
}
.bg-warning {
  background-color: #b85fc5 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #6a2974 !important;
  border-color: #6a2974 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2f1234 !important;
  border-color: #2f1234 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2f1234 !important;
  border-color: #2f1234 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b85fc5 !important;
  border-color: #b85fc5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8a3797 !important;
  border-color: #8a3797 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8a3797 !important;
  border-color: #8a3797 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a2974;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2f1234 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2974 !important;
  border-color: #6a2974 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b85fc5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8a3797 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b85fc5 !important;
  border-color: #b85fc5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9966 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #6a2974 !important;
}
.text-warning {
  color: #b85fc5 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #250e29 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #80338b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9966;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6a2974;
}
.alert-warning {
  background-color: #b85fc5;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9966;
  border-color: #ff9966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9966;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b658c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2bde7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff9966 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff9966;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9966;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9966;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9966;
  border-bottom-color: #ff9966;
}
.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: #000000 !important;
  background-color: #ff9966 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff9966' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tt2dawtgxN .navbar-dropdown {
  position: relative !important;
}
.cid-tt2dawtgxN .navbar-dropdown {
  position: absolute !important;
}
.cid-tt2dawtgxN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt2dawtgxN .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tt2dawtgxN .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tt2dawtgxN .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-tt2dawtgxN .dropdown-item:hover,
.cid-tt2dawtgxN .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tt2dawtgxN .dropdown-item:hover span {
  color: white;
}
.cid-tt2dawtgxN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt2dawtgxN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt2dawtgxN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt2dawtgxN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt2dawtgxN .nav-link {
  position: relative;
}
.cid-tt2dawtgxN .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tt2dawtgxN .container {
    flex-wrap: nowrap;
  }
}
.cid-tt2dawtgxN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt2dawtgxN .navbar-nav {
  padding: 5px !important;
}
.cid-tt2dawtgxN .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tt2dawtgxN .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tt2dawtgxN .dropdown-menu,
.cid-tt2dawtgxN .navbar.opened {
  background: #000000 !important;
}
.cid-tt2dawtgxN .nav-item:focus,
.cid-tt2dawtgxN .nav-link:focus {
  outline: none;
}
.cid-tt2dawtgxN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt2dawtgxN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt2dawtgxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt2dawtgxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt2dawtgxN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt2dawtgxN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt2dawtgxN .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tt2dawtgxN .navbar.opened {
  transition: all 0.3s;
}
.cid-tt2dawtgxN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tt2dawtgxN .navbar .navbar-logo img {
  width: auto;
}
.cid-tt2dawtgxN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt2dawtgxN .navbar.collapsed {
  justify-content: center;
}
.cid-tt2dawtgxN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt2dawtgxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt2dawtgxN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tt2dawtgxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt2dawtgxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt2dawtgxN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tt2dawtgxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt2dawtgxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt2dawtgxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt2dawtgxN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt2dawtgxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt2dawtgxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt2dawtgxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt2dawtgxN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tt2dawtgxN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt2dawtgxN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt2dawtgxN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt2dawtgxN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt2dawtgxN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt2dawtgxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt2dawtgxN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt2dawtgxN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt2dawtgxN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tt2dawtgxN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt2dawtgxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt2dawtgxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt2dawtgxN .dropdown-item.active,
.cid-tt2dawtgxN .dropdown-item:active {
  background-color: transparent;
}
.cid-tt2dawtgxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt2dawtgxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt2dawtgxN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt2dawtgxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tt2dawtgxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt2dawtgxN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt2dawtgxN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt2dawtgxN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt2dawtgxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt2dawtgxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9966;
}
.cid-tt2dawtgxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt2dawtgxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt2dawtgxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt2dawtgxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt2dawtgxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt2dawtgxN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt2dawtgxN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt2dawtgxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt2dawtgxN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tt2dawtgxN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt2dawtgxN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt2dawtgxN .navbar {
    height: 70px;
  }
  .cid-tt2dawtgxN .navbar.opened {
    height: auto;
  }
  .cid-tt2dawtgxN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt2dawtgxN .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tt2dawtgxN .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-tt2dawtgxN .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tt2dawtgxN .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tt2dawtgxN .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tt2dawtgxN .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tt2dawtgxN .container {
    overflow: hidden;
  }
  .cid-tt2dawtgxN .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tt2dawtgxN .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tt2dawtgxN .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tt2dawtgxN .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tt2dawtgxN .navbar-nav {
    padding: 0 !important;
  }
  .cid-tt2dawtgxN .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tt2dawtgxN .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tt2dawtgxN .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tt2dawtgxN .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tt2dawtgxN .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tt2dawtgxN .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tt2dawtgxN .container {
    padding: 25px 15px !important;
  }
  .cid-tt2dawtgxN .container-head {
    padding: 10px !important;
  }
  .cid-tt2dawtgxN .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tt2dawtgxN .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tt2dawtgxN .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tt0BGwT25i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt0BGwT25i .carousel {
  height: 800px;
}
.cid-tt0BGwT25i .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tt0BGwT25i .carousel-item,
.cid-tt0BGwT25i .carousel-inner {
  height: 100%;
}
.cid-tt0BGwT25i .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tt0BGwT25i .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tt0BGwT25i .carousel-caption {
    width: 900px;
  }
}
.cid-tt0BGwT25i .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt0BGwT25i .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tt0BGwT25i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tt0BGwT25i .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tt0BGwT25i .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt0BGwT25i .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt0BGwT25i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt0BGwT25i .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tt0BGwT25i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt0BGwT25i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt0BGwT25i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt0BGwT25i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tt0BGwT25i .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tt0BGwT25i .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-tt0BGwT25i .carousel-indicators li::after,
.cid-tt0BGwT25i .carousel-indicators li::before {
  content: none;
}
.cid-tt0BGwT25i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tt2x620TQZ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tt2x620TQZ H2 {
  color: #89b758;
}
.cid-tt2x620TQZ .mbr-text,
.cid-tt2x620TQZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tt2x620TQZ .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-tt2x620TQZ .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-tt2x620TQZ .mbr-figure {
  height: 100%;
}
.cid-tt2x620TQZ .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-tt2x620TQZ img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-tt2x620TQZ H1 {
  color: #29361a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tt2x620TQZ .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-tt2x620TQZ .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-tt2x620TQZ .container {
    padding: 0 3rem;
  }
  .cid-tt2x620TQZ .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tt2x620TQZ .container {
    padding: 0 2rem;
  }
  .cid-tt2x620TQZ .card-img {
    width: 100%;
  }
  .cid-tt2x620TQZ .center-card {
    padding: 1rem;
  }
}
.cid-tt2x620TQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt2x620TQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt2CthwYNY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt2CthwYNY img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tt2CthwYNY .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tt2CthwYNY .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tt2CthwYNY .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tt2CthwYNY .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tt2CthwYNY .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tt2CthwYNY .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tt2CthwYNY .first {
    max-height: 250px;
  }
  .cid-tt2CthwYNY .second {
    max-height: 323px;
  }
  .cid-tt2CthwYNY .third {
    max-height: 408px;
  }
  .cid-tt2CthwYNY .fourth {
    max-height: 323px;
  }
  .cid-tt2CthwYNY .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tt2CthwYNY .first {
    max-height: 200px;
  }
  .cid-tt2CthwYNY .second {
    max-height: 270px;
  }
  .cid-tt2CthwYNY .third {
    max-height: 350px;
  }
  .cid-tt2CthwYNY .fourth {
    max-height: 270px;
  }
  .cid-tt2CthwYNY .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tt2CthwYNY .first {
    display: none;
  }
  .cid-tt2CthwYNY .second {
    max-height: 323px;
  }
  .cid-tt2CthwYNY .third {
    max-height: 408px;
  }
  .cid-tt2CthwYNY .fourth {
    max-height: 323px;
  }
  .cid-tt2CthwYNY .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tt2CthwYNY .second {
    max-height: 250px;
  }
  .cid-tt2CthwYNY .third {
    max-height: 340px;
  }
  .cid-tt2CthwYNY .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tt2CthwYNY .second {
    max-height: 180px;
  }
  .cid-tt2CthwYNY .third {
    max-height: 270px;
  }
  .cid-tt2CthwYNY .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tt2CthwYNY .second {
    display: none;
  }
  .cid-tt2CthwYNY .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tt2CthwYNY .fourth {
    display: none;
  }
}
.cid-tt2Fmff4Tb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tt2Fmff4Tb .title-item {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tt2Fmff4Tb .title-item {
    margin-bottom: 30px;
  }
}
.cid-tt2Fmff4Tb .title-icon-box {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 32px;
}
.cid-tt2Fmff4Tb .title-icon-box .mbr-iconfont {
  color: #0057fc;
}
.cid-tt2Fmff4Tb .mbr-section-title {
  max-width: 660px;
  margin: 0 auto 12px;
}
.cid-tt2Fmff4Tb .mbr-text {
  max-width: 660px;
  margin: 0 auto;
  color: #555555;
}
.cid-tt2Fmff4Tb .carousel {
  margin-bottom: 80px;
}
.cid-tt2Fmff4Tb .carousel,
.cid-tt2Fmff4Tb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt2Fmff4Tb .item-wrapper {
  width: 100%;
}
.cid-tt2Fmff4Tb .carousel-caption {
  bottom: 40px;
  position: static;
  padding: 30px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tt2Fmff4Tb .carousel-caption {
    padding: 15px;
  }
}
.cid-tt2Fmff4Tb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tt2Fmff4Tb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt2Fmff4Tb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tt2Fmff4Tb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt2Fmff4Tb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt2Fmff4Tb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt2Fmff4Tb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tt2Fmff4Tb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt2Fmff4Tb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt2Fmff4Tb .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-tt2Fmff4Tb .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.cid-tt2Fmff4Tb .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tt2Fmff4Tb .carousel-indicators li.active,
.cid-tt2Fmff4Tb .carousel-indicators li:hover {
  background-color: #ff9966;
  border: 2px solid #ff9966;
}
.cid-tt2Fmff4Tb .carousel-indicators li::after,
.cid-tt2Fmff4Tb .carousel-indicators li::before {
  content: none;
}
.cid-tt2Fmff4Tb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt2Fmff4Tb .carousel-indicators {
    display: none !important;
  }
}
.cid-tt2Fmff4Tb .mbr-section-subtitle {
  color: #000000;
}
.cid-tt2Fmff4Tb .name-text {
  color: #111111;
}
.cid-tt2Fmff4Tb .prof-text {
  color: #555555;
  font-style: italic;
}
.cid-tt2Fmff4Tb .item-menu-overlay {
  display: none !important;
}
.cid-tt2Fmff4Tb .user-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tt2Fmff4Tb .user-container {
    padding-top: 15px;
  }
}
.cid-tt2Fmff4Tb .user-wrap {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.cid-tt2Fmff4Tb .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-tt2Fmff4Tb .avatar-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tt2Fmff4Tb .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt2Fmff4Tb .icon-box .mbr-iconfont {
  color: #000000;
}
.cid-tt2KCURoCL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tt2KCURoCL .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tt2KCURoCL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tt2KCURoCL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tt2KCURoCL .btn-primary {
  border: 1px solid #ff9966 !important;
}
.cid-tt2KCURoCL .btn-primary:hover {
  border: 1px solid #ff9966 !important;
}
.cid-tt2KCURoCL .stripe {
  border-bottom: 1px solid #ffb18a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tt2KCURoCL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tt2KCURoCL .input-group-btn {
  padding-left: 0;
}
.cid-tt2KCURoCL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tt2KCURoCL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb18a;
  width: 85%;
}
.cid-tt2KCURoCL .mbr-text {
  color: #444;
}
.cid-tt2KCURoCL h5 {
  margin-bottom: 0;
}
.cid-tt2KCURoCL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tt2KCURoCL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tt2KCURoCL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tt2KCURoCL .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tt2KCURoCL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tt2KCURoCL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tt2KCURoCL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tt2KCURoCL .social-list a:hover {
  opacity: 0.4;
}
.cid-tt2KCURoCL .media-container-row > div {
  padding: 0px;
}
.cid-tt2KCURoCL .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tt2KCURoCL .group-title {
  text-align: left;
  color: #ff9966;
  padding-bottom: 0.2rem;
}
.cid-tt2KCURoCL .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tt2KCURoCL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tt2KCURoCL .social-list,
  .cid-tt2KCURoCL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tt2KCURoCL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tt2KCURoCL .form-group {
    max-width: 180px;
  }
}
.cid-tt2KCURoCL .links span {
  color: #9e9e9e;
}
.cid-tt2KCURoCL .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tt2KCURoCL .logo-title {
  text-align: center;
}
.cid-tt2KCURoCL .logo-title,
.cid-tt2KCURoCL .logo {
  color: #ff9966;
}
.cid-tt8pxcGjbF.popup-builder {
  background-color: #ffffff;
}
.cid-tt8pxcGjbF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tt8pxcGjbF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tt8pxcGjbF .modal-content,
.cid-tt8pxcGjbF .modal-dialog {
  height: auto;
}
.cid-tt8pxcGjbF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tt8pxcGjbF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tt8pxcGjbF .form-wrapper .mbr-form .form-group,
  .cid-tt8pxcGjbF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tt8pxcGjbF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tt8pxcGjbF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tt8pxcGjbF .mbr-text {
  text-align: center;
}
.cid-tt8pxcGjbF .pt-0 {
  padding-top: 0 !important;
}
.cid-tt8pxcGjbF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tt8pxcGjbF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tt8pxcGjbF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tt8pxcGjbF .modal-open {
  overflow: hidden;
}
.cid-tt8pxcGjbF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tt8pxcGjbF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tt8pxcGjbF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tt8pxcGjbF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tt8pxcGjbF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tt8pxcGjbF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tt8pxcGjbF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tt8pxcGjbF .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tt8pxcGjbF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tt8pxcGjbF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tt8pxcGjbF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tt8pxcGjbF .modal-backdrop.show {
  opacity: .5;
}
.cid-tt8pxcGjbF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tt8pxcGjbF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pxcGjbF .modal-header {
    padding: 1rem;
  }
}
.cid-tt8pxcGjbF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tt8pxcGjbF .modal-header .close svg {
  fill: #ffe161;
}
.cid-tt8pxcGjbF .modal-header .close:hover {
  opacity: 1;
}
.cid-tt8pxcGjbF .modal-header .close:focus {
  outline: none;
}
.cid-tt8pxcGjbF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tt8pxcGjbF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tt8pxcGjbF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pxcGjbF .modal-body {
    padding: 1rem;
  }
}
.cid-tt8pxcGjbF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tt8pxcGjbF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pxcGjbF .modal-footer {
    padding: 1rem;
  }
}
.cid-tt8pxcGjbF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tt8pxcGjbF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tt8pxcGjbF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tt8pxcGjbF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tt8pxcGjbF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tt8pxcGjbF .modal-lg,
  .cid-tt8pxcGjbF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tt8pxcGjbF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tt8pxcGjbF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tt8pxcGjbF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tt8pxcGjbF .form-group {
  margin-bottom: 1rem;
}
.cid-tt8pxcGjbF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tt8pxcGjbF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt8pxcGjbF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tt8pxcGjbF .mbr-section-btn {
  margin: 0;
}
.cid-tt8pxcGjbF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tt5vFbrnsD .navbar-dropdown {
  position: relative !important;
}
.cid-tt5vFbrnsD .navbar-dropdown {
  position: absolute !important;
}
.cid-tt5vFbrnsD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt5vFbrnsD .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tt5vFbrnsD .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tt5vFbrnsD .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-tt5vFbrnsD .dropdown-item:hover,
.cid-tt5vFbrnsD .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tt5vFbrnsD .dropdown-item:hover span {
  color: white;
}
.cid-tt5vFbrnsD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt5vFbrnsD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt5vFbrnsD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt5vFbrnsD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt5vFbrnsD .nav-link {
  position: relative;
}
.cid-tt5vFbrnsD .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tt5vFbrnsD .container {
    flex-wrap: nowrap;
  }
}
.cid-tt5vFbrnsD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt5vFbrnsD .navbar-nav {
  padding: 5px !important;
}
.cid-tt5vFbrnsD .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tt5vFbrnsD .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tt5vFbrnsD .dropdown-menu,
.cid-tt5vFbrnsD .navbar.opened {
  background: #000000 !important;
}
.cid-tt5vFbrnsD .nav-item:focus,
.cid-tt5vFbrnsD .nav-link:focus {
  outline: none;
}
.cid-tt5vFbrnsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt5vFbrnsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt5vFbrnsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt5vFbrnsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt5vFbrnsD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt5vFbrnsD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt5vFbrnsD .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tt5vFbrnsD .navbar.opened {
  transition: all 0.3s;
}
.cid-tt5vFbrnsD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tt5vFbrnsD .navbar .navbar-logo img {
  width: auto;
}
.cid-tt5vFbrnsD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt5vFbrnsD .navbar.collapsed {
  justify-content: center;
}
.cid-tt5vFbrnsD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt5vFbrnsD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt5vFbrnsD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tt5vFbrnsD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt5vFbrnsD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt5vFbrnsD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tt5vFbrnsD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt5vFbrnsD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt5vFbrnsD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt5vFbrnsD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt5vFbrnsD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt5vFbrnsD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt5vFbrnsD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt5vFbrnsD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tt5vFbrnsD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt5vFbrnsD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt5vFbrnsD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt5vFbrnsD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt5vFbrnsD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt5vFbrnsD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt5vFbrnsD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt5vFbrnsD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt5vFbrnsD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tt5vFbrnsD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt5vFbrnsD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt5vFbrnsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt5vFbrnsD .dropdown-item.active,
.cid-tt5vFbrnsD .dropdown-item:active {
  background-color: transparent;
}
.cid-tt5vFbrnsD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt5vFbrnsD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt5vFbrnsD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt5vFbrnsD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tt5vFbrnsD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt5vFbrnsD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt5vFbrnsD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt5vFbrnsD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt5vFbrnsD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt5vFbrnsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9966;
}
.cid-tt5vFbrnsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt5vFbrnsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt5vFbrnsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt5vFbrnsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt5vFbrnsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt5vFbrnsD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt5vFbrnsD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt5vFbrnsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt5vFbrnsD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tt5vFbrnsD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt5vFbrnsD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt5vFbrnsD .navbar {
    height: 70px;
  }
  .cid-tt5vFbrnsD .navbar.opened {
    height: auto;
  }
  .cid-tt5vFbrnsD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt5vFbrnsD .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tt5vFbrnsD .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-tt5vFbrnsD .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tt5vFbrnsD .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tt5vFbrnsD .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tt5vFbrnsD .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tt5vFbrnsD .container {
    overflow: hidden;
  }
  .cid-tt5vFbrnsD .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tt5vFbrnsD .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tt5vFbrnsD .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tt5vFbrnsD .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tt5vFbrnsD .navbar-nav {
    padding: 0 !important;
  }
  .cid-tt5vFbrnsD .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tt5vFbrnsD .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tt5vFbrnsD .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tt5vFbrnsD .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tt5vFbrnsD .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tt5vFbrnsD .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tt5vFbrnsD .container {
    padding: 25px 15px !important;
  }
  .cid-tt5vFbrnsD .container-head {
    padding: 10px !important;
  }
  .cid-tt5vFbrnsD .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tt5vFbrnsD .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tt5vFbrnsD .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tt5F7sIFjo {
  display: flex;
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slide9-2000x1056.jpg");
  align-items: flex-end;
}
.cid-tt5F7sIFjo .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tt5F7sIFjo .row {
    justify-content: flex-start;
  }
  .cid-tt5F7sIFjo .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tt5F7sIFjo .content-wrap {
    width: 100%;
  }
}
.cid-tt5F7sIFjo .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tt5F7sIFjo .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-tt5F7sIFjo .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tt5F7sIFjo .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tt5F7sIFjo .mbr-section-btn {
    text-align: center;
  }
}
.cid-tt5F7sIFjo .mbr-section-title,
.cid-tt5F7sIFjo .mbr-section-btn {
  text-align: center;
}
.cid-tt5CSfWEyt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tt5CSfWEyt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt5CSfWEyt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt5CSfWEyt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt5CSfWEyt .title {
  padding: 0 2rem;
}
.cid-tt5CSfWEyt .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tt5CSfWEyt .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tt5CSfWEyt .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tt5CSfWEyt .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tt5CSfWEyt .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tt5CSfWEyt .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tt5CSfWEyt .container {
  padding: 0 1rem;
}
.cid-tt5CSfWEyt .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tt5CSfWEyt .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tt5CSfWEyt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt5CSfWEyt .icon-focus {
  display: none;
}
.cid-tt5CSfWEyt .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tt5CSfWEyt .btn-primary-outline:hover {
  background: transparent !important;
  color: #ff9966 !important;
}
.cid-tt5CSfWEyt li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tt5CSfWEyt li {
  position: relative;
}
.cid-tt5CSfWEyt .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tt5CSfWEyt .btn {
  font-family: Jost !important;
}
.cid-tt5CSfWEyt .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tt5CSfWEyt .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt5CSfWEyt li:not(:last-child):after {
    top: 9px;
  }
  .cid-tt5CSfWEyt .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tt5CSfWEyt .container {
    padding: 0rem;
  }
  .cid-tt5CSfWEyt .title {
    padding: 0 1rem;
  }
}
.cid-tt5CSfWEyt H2 {
  color: #89b758;
}
.cid-tHbQhSnxoy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHbQhSnxoy .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tHbQhSnxoy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHbQhSnxoy .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHbQhSnxoy .btn-primary {
  border: 1px solid #ff9966 !important;
}
.cid-tHbQhSnxoy .btn-primary:hover {
  border: 1px solid #ff9966 !important;
}
.cid-tHbQhSnxoy .stripe {
  border-bottom: 1px solid #ffb18a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHbQhSnxoy .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHbQhSnxoy .input-group-btn {
  padding-left: 0;
}
.cid-tHbQhSnxoy .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHbQhSnxoy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb18a;
  width: 85%;
}
.cid-tHbQhSnxoy .mbr-text {
  color: #444;
}
.cid-tHbQhSnxoy h5 {
  margin-bottom: 0;
}
.cid-tHbQhSnxoy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHbQhSnxoy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHbQhSnxoy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHbQhSnxoy .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHbQhSnxoy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tHbQhSnxoy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHbQhSnxoy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHbQhSnxoy .social-list a:hover {
  opacity: 0.4;
}
.cid-tHbQhSnxoy .media-container-row > div {
  padding: 0px;
}
.cid-tHbQhSnxoy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHbQhSnxoy .group-title {
  text-align: left;
  color: #ff9966;
  padding-bottom: 0.2rem;
}
.cid-tHbQhSnxoy .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHbQhSnxoy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHbQhSnxoy .social-list,
  .cid-tHbQhSnxoy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHbQhSnxoy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHbQhSnxoy .form-group {
    max-width: 180px;
  }
}
.cid-tHbQhSnxoy .links span {
  color: #9e9e9e;
}
.cid-tHbQhSnxoy .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHbQhSnxoy .logo-title {
  text-align: center;
}
.cid-tHbQhSnxoy .logo-title,
.cid-tHbQhSnxoy .logo {
  color: #ff9966;
}
.cid-tt8pVJY71j.popup-builder {
  background-color: #ffffff;
}
.cid-tt8pVJY71j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tt8pVJY71j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tt8pVJY71j .modal-content,
.cid-tt8pVJY71j .modal-dialog {
  height: auto;
}
.cid-tt8pVJY71j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tt8pVJY71j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tt8pVJY71j .form-wrapper .mbr-form .form-group,
  .cid-tt8pVJY71j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tt8pVJY71j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tt8pVJY71j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tt8pVJY71j .mbr-text {
  text-align: center;
}
.cid-tt8pVJY71j .pt-0 {
  padding-top: 0 !important;
}
.cid-tt8pVJY71j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tt8pVJY71j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tt8pVJY71j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tt8pVJY71j .modal-open {
  overflow: hidden;
}
.cid-tt8pVJY71j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tt8pVJY71j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tt8pVJY71j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tt8pVJY71j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tt8pVJY71j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tt8pVJY71j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tt8pVJY71j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tt8pVJY71j .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tt8pVJY71j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tt8pVJY71j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tt8pVJY71j .modal-backdrop.fade {
  opacity: 0;
}
.cid-tt8pVJY71j .modal-backdrop.show {
  opacity: .5;
}
.cid-tt8pVJY71j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tt8pVJY71j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pVJY71j .modal-header {
    padding: 1rem;
  }
}
.cid-tt8pVJY71j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tt8pVJY71j .modal-header .close svg {
  fill: #ffe161;
}
.cid-tt8pVJY71j .modal-header .close:hover {
  opacity: 1;
}
.cid-tt8pVJY71j .modal-header .close:focus {
  outline: none;
}
.cid-tt8pVJY71j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tt8pVJY71j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tt8pVJY71j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pVJY71j .modal-body {
    padding: 1rem;
  }
}
.cid-tt8pVJY71j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tt8pVJY71j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pVJY71j .modal-footer {
    padding: 1rem;
  }
}
.cid-tt8pVJY71j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tt8pVJY71j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tt8pVJY71j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tt8pVJY71j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tt8pVJY71j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tt8pVJY71j .modal-lg,
  .cid-tt8pVJY71j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tt8pVJY71j .modal-xl {
    max-width: 1140px;
  }
}
.cid-tt8pVJY71j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tt8pVJY71j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tt8pVJY71j .form-group {
  margin-bottom: 1rem;
}
.cid-tt8pVJY71j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tt8pVJY71j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt8pVJY71j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tt8pVJY71j .mbr-section-btn {
  margin: 0;
}
.cid-tt8pVJY71j .mbr-section-btn .btn {
  margin: 0;
}
.cid-tt5GmGKvWg .navbar-dropdown {
  position: relative !important;
}
.cid-tt5GmGKvWg .navbar-dropdown {
  position: absolute !important;
}
.cid-tt5GmGKvWg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt5GmGKvWg .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tt5GmGKvWg .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tt5GmGKvWg .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-tt5GmGKvWg .dropdown-item:hover,
.cid-tt5GmGKvWg .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tt5GmGKvWg .dropdown-item:hover span {
  color: white;
}
.cid-tt5GmGKvWg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt5GmGKvWg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt5GmGKvWg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt5GmGKvWg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt5GmGKvWg .nav-link {
  position: relative;
}
.cid-tt5GmGKvWg .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tt5GmGKvWg .container {
    flex-wrap: nowrap;
  }
}
.cid-tt5GmGKvWg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt5GmGKvWg .navbar-nav {
  padding: 5px !important;
}
.cid-tt5GmGKvWg .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tt5GmGKvWg .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tt5GmGKvWg .dropdown-menu,
.cid-tt5GmGKvWg .navbar.opened {
  background: #000000 !important;
}
.cid-tt5GmGKvWg .nav-item:focus,
.cid-tt5GmGKvWg .nav-link:focus {
  outline: none;
}
.cid-tt5GmGKvWg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt5GmGKvWg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt5GmGKvWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt5GmGKvWg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt5GmGKvWg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt5GmGKvWg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt5GmGKvWg .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tt5GmGKvWg .navbar.opened {
  transition: all 0.3s;
}
.cid-tt5GmGKvWg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tt5GmGKvWg .navbar .navbar-logo img {
  width: auto;
}
.cid-tt5GmGKvWg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt5GmGKvWg .navbar.collapsed {
  justify-content: center;
}
.cid-tt5GmGKvWg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt5GmGKvWg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt5GmGKvWg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tt5GmGKvWg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt5GmGKvWg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt5GmGKvWg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tt5GmGKvWg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt5GmGKvWg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt5GmGKvWg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt5GmGKvWg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt5GmGKvWg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt5GmGKvWg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt5GmGKvWg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt5GmGKvWg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tt5GmGKvWg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt5GmGKvWg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt5GmGKvWg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt5GmGKvWg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt5GmGKvWg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt5GmGKvWg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt5GmGKvWg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt5GmGKvWg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt5GmGKvWg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tt5GmGKvWg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt5GmGKvWg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt5GmGKvWg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt5GmGKvWg .dropdown-item.active,
.cid-tt5GmGKvWg .dropdown-item:active {
  background-color: transparent;
}
.cid-tt5GmGKvWg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt5GmGKvWg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt5GmGKvWg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt5GmGKvWg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tt5GmGKvWg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt5GmGKvWg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt5GmGKvWg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt5GmGKvWg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt5GmGKvWg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt5GmGKvWg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff9966;
}
.cid-tt5GmGKvWg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt5GmGKvWg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt5GmGKvWg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt5GmGKvWg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt5GmGKvWg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt5GmGKvWg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt5GmGKvWg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt5GmGKvWg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt5GmGKvWg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tt5GmGKvWg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt5GmGKvWg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt5GmGKvWg .navbar {
    height: 70px;
  }
  .cid-tt5GmGKvWg .navbar.opened {
    height: auto;
  }
  .cid-tt5GmGKvWg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt5GmGKvWg .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tt5GmGKvWg .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-tt5GmGKvWg .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tt5GmGKvWg .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tt5GmGKvWg .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tt5GmGKvWg .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tt5GmGKvWg .container {
    overflow: hidden;
  }
  .cid-tt5GmGKvWg .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tt5GmGKvWg .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tt5GmGKvWg .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tt5GmGKvWg .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tt5GmGKvWg .navbar-nav {
    padding: 0 !important;
  }
  .cid-tt5GmGKvWg .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tt5GmGKvWg .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tt5GmGKvWg .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tt5GmGKvWg .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tt5GmGKvWg .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tt5GmGKvWg .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tt5GmGKvWg .container {
    padding: 25px 15px !important;
  }
  .cid-tt5GmGKvWg .container-head {
    padding: 10px !important;
  }
  .cid-tt5GmGKvWg .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tt5GmGKvWg .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tt5GmGKvWg .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tt5GmHa3mE {
  display: flex;
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/slide-6-2000x1172.jpg");
  align-items: flex-end;
}
.cid-tt5GmHa3mE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-tt5GmHa3mE .row {
    justify-content: flex-start;
  }
  .cid-tt5GmHa3mE .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tt5GmHa3mE .content-wrap {
    width: 100%;
  }
}
.cid-tt5GmHa3mE .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tt5GmHa3mE .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-tt5GmHa3mE .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tt5GmHa3mE .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tt5GmHa3mE .mbr-section-btn {
    text-align: center;
  }
}
.cid-tt5GmHa3mE .mbr-section-title,
.cid-tt5GmHa3mE .mbr-section-btn {
  text-align: center;
}
.cid-tt5GLISZx0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt5GLISZx0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tt5GLISZx0 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tt5GLISZx0 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #e8f5e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tt5GLISZx0 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-tt5GLISZx0 .mbr-text {
  color: #000000;
}
.cid-tHbQlVIiW2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHbQlVIiW2 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tHbQlVIiW2 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tHbQlVIiW2 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tHbQlVIiW2 .btn-primary {
  border: 1px solid #ff9966 !important;
}
.cid-tHbQlVIiW2 .btn-primary:hover {
  border: 1px solid #ff9966 !important;
}
.cid-tHbQlVIiW2 .stripe {
  border-bottom: 1px solid #ffb18a;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tHbQlVIiW2 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-tHbQlVIiW2 .input-group-btn {
  padding-left: 0;
}
.cid-tHbQlVIiW2 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tHbQlVIiW2 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb18a;
  width: 85%;
}
.cid-tHbQlVIiW2 .mbr-text {
  color: #444;
}
.cid-tHbQlVIiW2 h5 {
  margin-bottom: 0;
}
.cid-tHbQlVIiW2 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tHbQlVIiW2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHbQlVIiW2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tHbQlVIiW2 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHbQlVIiW2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tHbQlVIiW2 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tHbQlVIiW2 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tHbQlVIiW2 .social-list a:hover {
  opacity: 0.4;
}
.cid-tHbQlVIiW2 .media-container-row > div {
  padding: 0px;
}
.cid-tHbQlVIiW2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHbQlVIiW2 .group-title {
  text-align: left;
  color: #ff9966;
  padding-bottom: 0.2rem;
}
.cid-tHbQlVIiW2 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHbQlVIiW2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tHbQlVIiW2 .social-list,
  .cid-tHbQlVIiW2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tHbQlVIiW2 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tHbQlVIiW2 .form-group {
    max-width: 180px;
  }
}
.cid-tHbQlVIiW2 .links span {
  color: #9e9e9e;
}
.cid-tHbQlVIiW2 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tHbQlVIiW2 .logo-title {
  text-align: center;
}
.cid-tHbQlVIiW2 .logo-title,
.cid-tHbQlVIiW2 .logo {
  color: #ff9966;
}
.cid-tt8pVJZ6nn.popup-builder {
  background-color: #ffffff;
}
.cid-tt8pVJZ6nn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tt8pVJZ6nn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tt8pVJZ6nn .modal-content,
.cid-tt8pVJZ6nn .modal-dialog {
  height: auto;
}
.cid-tt8pVJZ6nn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tt8pVJZ6nn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tt8pVJZ6nn .form-wrapper .mbr-form .form-group,
  .cid-tt8pVJZ6nn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tt8pVJZ6nn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tt8pVJZ6nn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tt8pVJZ6nn .mbr-text {
  text-align: center;
}
.cid-tt8pVJZ6nn .pt-0 {
  padding-top: 0 !important;
}
.cid-tt8pVJZ6nn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tt8pVJZ6nn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tt8pVJZ6nn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tt8pVJZ6nn .modal-open {
  overflow: hidden;
}
.cid-tt8pVJZ6nn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tt8pVJZ6nn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tt8pVJZ6nn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tt8pVJZ6nn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tt8pVJZ6nn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tt8pVJZ6nn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tt8pVJZ6nn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tt8pVJZ6nn .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tt8pVJZ6nn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tt8pVJZ6nn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tt8pVJZ6nn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tt8pVJZ6nn .modal-backdrop.show {
  opacity: .5;
}
.cid-tt8pVJZ6nn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tt8pVJZ6nn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pVJZ6nn .modal-header {
    padding: 1rem;
  }
}
.cid-tt8pVJZ6nn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tt8pVJZ6nn .modal-header .close svg {
  fill: #ffe161;
}
.cid-tt8pVJZ6nn .modal-header .close:hover {
  opacity: 1;
}
.cid-tt8pVJZ6nn .modal-header .close:focus {
  outline: none;
}
.cid-tt8pVJZ6nn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tt8pVJZ6nn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tt8pVJZ6nn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pVJZ6nn .modal-body {
    padding: 1rem;
  }
}
.cid-tt8pVJZ6nn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tt8pVJZ6nn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8pVJZ6nn .modal-footer {
    padding: 1rem;
  }
}
.cid-tt8pVJZ6nn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tt8pVJZ6nn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tt8pVJZ6nn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tt8pVJZ6nn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tt8pVJZ6nn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tt8pVJZ6nn .modal-lg,
  .cid-tt8pVJZ6nn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tt8pVJZ6nn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tt8pVJZ6nn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tt8pVJZ6nn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tt8pVJZ6nn .form-group {
  margin-bottom: 1rem;
}
.cid-tt8pVJZ6nn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tt8pVJZ6nn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt8pVJZ6nn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tt8pVJZ6nn .mbr-section-btn {
  margin: 0;
}
.cid-tt8pVJZ6nn .mbr-section-btn .btn {
  margin: 0;
}
