@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff4e3c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #ff4e3c !important;
}
.bg-danger {
  background-color: #ff4e3c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-primary:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-warning:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-danger:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff4e3c;
  color: #ff4e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff4e3c;
  border-color: #ff4e3c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff4e3c;
  color: #ff4e3c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff4e3c;
  border-color: #ff4e3c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff4e3c;
  color: #ff4e3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff4e3c;
  border-color: #ff4e3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff4e3c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #ff4e3c !important;
}
.text-danger {
  color: #ff4e3c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaba2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffaba2 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffaba2 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #ff4e3c;
}
.alert-danger {
  background-color: #ff4e3c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4e3c;
  border-color: #ff4e3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4e3c;
}
.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: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #ff4e3c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4e3c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4e3c;
  border-bottom-color: #ff4e3c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4e3c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #282f39 !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='%23ff4e3c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s1PMoZi84k .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1PMoZi84k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1PMoZi84k .nav-item,
.cid-s1PMoZi84k .nav-link,
.cid-s1PMoZi84k .navbar-caption {
  font-weight: normal;
}
.cid-s1PMoZi84k .nav-item:focus,
.cid-s1PMoZi84k .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1PMoZi84k .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1PMoZi84k .nav-item .nav-link {
    position: relative;
  }
  .cid-s1PMoZi84k .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1PMoZi84k .nav-item:hover .nav-link:before,
  .cid-s1PMoZi84k .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1PMoZi84k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1PMoZi84k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1PMoZi84k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1PMoZi84k .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1PMoZi84k .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1PMoZi84k .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1PMoZi84k .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #23222A;
}
    .cid-s1PMoZi84k .navbar.opened {
        transition: all .3s;
        background: #23222A !important;
    }
.cid-s1PMoZi84k .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1PMoZi84k .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1PMoZi84k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1PMoZi84k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1PMoZi84k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1PMoZi84k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1PMoZi84k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1PMoZi84k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1PMoZi84k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1PMoZi84k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1PMoZi84k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1PMoZi84k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1PMoZi84k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1PMoZi84k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1PMoZi84k .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1PMoZi84k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1PMoZi84k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1PMoZi84k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1PMoZi84k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1PMoZi84k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1PMoZi84k .dropdown-item.active,
.cid-s1PMoZi84k .dropdown-item:active {
  background-color: transparent;
}
.cid-s1PMoZi84k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1PMoZi84k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1PMoZi84k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1PMoZi84k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  z-index: 2;
}
.cid-s1PMoZi84k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1PMoZi84k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1PMoZi84k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1PMoZi84k .navbar-buttons {
  text-align: center;
}
.cid-s1PMoZi84k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1PMoZi84k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1PMoZi84k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1PMoZi84k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1PMoZi84k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1PMoZi84k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1PMoZi84k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1PMoZi84k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1PMoZi84k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1PMoZi84k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1PMoZi84k .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1PMoZi84k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1PMoZi84k .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-s1PMoZi84k .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1PMoZi84k .soc-item {
  margin: .5rem .3rem;
}
.cid-s1PMoZi84k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1PMoZi84k a.nav-link .mbr-iconfont-btn,
.cid-s1PMoZi84k a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1PMoZi84k a.nav-link:hover .mbr-iconfont-btn,
.cid-s1PMoZi84k a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1PMoZi84k a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1PMoZi84k .navbar {
    height: 77px;
  }
  .cid-s1PMoZi84k .navbar.opened {
    height: auto;
  }
  .cid-s1PMoZi84k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1KXa31RT7 {
    padding-top: 90px;
    padding-bottom: 0px;
    background-color: #23222A;
}
.cid-s1KXa31RT7 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1KXa31RT7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1KXa31RT7 .mbr-section-btn {
  margin: 0;
}
.cid-s1KXa31RT7 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #cccccc;
  border: 1px solid #999999;
  color: #ffffff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1KXa31RT7 .form-control:focus,
.cid-s1KXa31RT7 .form-control:hover {
  border: 1px solid #ff653c;
  background-color: #999999;
}
.cid-s1KXa31RT7 .form-group {
  margin-bottom: 1rem;
}
.cid-s1KXa31RT7 input::-webkit-input-placeholder,
.cid-s1KXa31RT7 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1KXa31RT7 input:-moz-placeholder,
.cid-s1KXa31RT7 textarea:-moz-placeholder {
  color: #000000;
}
.cid-s1KXa31RT7 .jq-selectbox li,
.cid-s1KXa31RT7 .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-s1KXa31RT7 .jq-selectbox li:hover,
.cid-s1KXa31RT7 .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-s1KXa31RT7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-s1KXa31RT7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-s1KXa31RT7 .form-group,
.cid-s1KXa31RT7 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s1KXa31RT7 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
  .cid-s1KXa31RT7 .dragArea.row {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .cid-s1KXa31RT7 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1KXa31RT7 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s1KXa31RT7 .form-block {
    padding: 1rem;
  }
}
.cid-s1KZraR2ug {
  display: flex;
  background-image: url("../../../assets/images/shutterstock-345095666-2000x1164.jpg");
}
.cid-s1KZraR2ug .mbr-overlay {
  background: #ff653c;
  background: linear-gradient(90deg, #ff653c, #000000);
}
.cid-s1KZraR2ug .mbr-section-title {
  margin: 0;
}
.cid-s1KZraR2ug .mbr-text {
  color: #efefef;
}
.cid-s1KZraR2ug .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-s1KZraR2ug .card-img {
  text-align: left;
}
.cid-s1KZraR2ug .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-s1KZraR2ug .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1KZraR2ug .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1KZraR2ug .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s1KZraR2ug .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1KZraR2ug .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-s1PPnoeQUr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1PPnoeQUr .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-s1PPnoeQUr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-s1PPnoeQUr .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-img {
  position: relative;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-img .price-label {
  padding: 8px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .container-nested {
  display: flex;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .container-nested .item {
  text-align: center;
  margin-right: 24px;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .container-nested .item .mbr-iconfont {
  font-size: 2.5rem;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-s1PPnoeQUr .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #ff4e3c;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-s1PPnoeQUr .mbr-text {
    text-align: left;
  }
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-s1PYt7pDWC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1PYt7pDWC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1PYt7pDWC .nav-item,
.cid-s1PYt7pDWC .nav-link,
.cid-s1PYt7pDWC .navbar-caption {
  font-weight: normal;
}
.cid-s1PYt7pDWC .nav-item:focus,
.cid-s1PYt7pDWC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1PYt7pDWC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1PYt7pDWC .nav-item .nav-link {
    position: relative;
  }
  .cid-s1PYt7pDWC .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1PYt7pDWC .nav-item:hover .nav-link:before,
  .cid-s1PYt7pDWC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1PYt7pDWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1PYt7pDWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1PYt7pDWC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1PYt7pDWC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1PYt7pDWC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1PYt7pDWC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1PYt7pDWC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1PYt7pDWC .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1PYt7pDWC .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1PYt7pDWC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1PYt7pDWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1PYt7pDWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1PYt7pDWC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1PYt7pDWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1PYt7pDWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1PYt7pDWC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1PYt7pDWC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1PYt7pDWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1PYt7pDWC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1PYt7pDWC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1PYt7pDWC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1PYt7pDWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1PYt7pDWC .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1PYt7pDWC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1PYt7pDWC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1PYt7pDWC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1PYt7pDWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1PYt7pDWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1PYt7pDWC .dropdown-item.active,
.cid-s1PYt7pDWC .dropdown-item:active {
  background-color: transparent;
}
.cid-s1PYt7pDWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1PYt7pDWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1PYt7pDWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1PYt7pDWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  z-index: 2;
}
.cid-s1PYt7pDWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1PYt7pDWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1PYt7pDWC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1PYt7pDWC .navbar-buttons {
  text-align: center;
}
.cid-s1PYt7pDWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1PYt7pDWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1PYt7pDWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1PYt7pDWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1PYt7pDWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1PYt7pDWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1PYt7pDWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1PYt7pDWC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1PYt7pDWC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1PYt7pDWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1PYt7pDWC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1PYt7pDWC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1PYt7pDWC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-s1PYt7pDWC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1PYt7pDWC .soc-item {
  margin: .5rem .3rem;
}
.cid-s1PYt7pDWC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1PYt7pDWC a.nav-link .mbr-iconfont-btn,
.cid-s1PYt7pDWC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1PYt7pDWC a.nav-link:hover .mbr-iconfont-btn,
.cid-s1PYt7pDWC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1PYt7pDWC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1PYt7pDWC .navbar {
    height: 77px;
  }
  .cid-s1PYt7pDWC .navbar.opened {
    height: auto;
  }
  .cid-s1PYt7pDWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1PYt9xls9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1PYt9xls9 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1PYt9xls9 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1PYt9xls9 .mbr-section-btn {
  margin: 0;
}
.cid-s1PYt9xls9 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #cccccc;
  border: 1px solid #999999;
  color: #ffffff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1PYt9xls9 .form-control:focus,
.cid-s1PYt9xls9 .form-control:hover {
  border: 1px solid #ff653c;
  background-color: #999999;
}
.cid-s1PYt9xls9 .form-group {
  margin-bottom: 1rem;
}
.cid-s1PYt9xls9 input::-webkit-input-placeholder,
.cid-s1PYt9xls9 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1PYt9xls9 input:-moz-placeholder,
.cid-s1PYt9xls9 textarea:-moz-placeholder {
  color: #000000;
}
.cid-s1PYt9xls9 .jq-selectbox li,
.cid-s1PYt9xls9 .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-s1PYt9xls9 .jq-selectbox li:hover,
.cid-s1PYt9xls9 .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-s1PYt9xls9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-s1PYt9xls9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-s1PYt9xls9 .form-group,
.cid-s1PYt9xls9 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s1PYt9xls9 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
  .cid-s1PYt9xls9 .dragArea.row {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .cid-s1PYt9xls9 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1PYt9xls9 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s1PYt9xls9 .form-block {
    padding: 1rem;
  }
}
.cid-s1PZfuX8dK {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-s1PZfuX8dK .container {
  max-width: 1500px;
}
.cid-s1PZfuX8dK .row {
  background: #333333;
}
.cid-s1PZfuX8dK .img-col {
  padding: 0;
}
.cid-s1PZfuX8dK .title-col {
  padding: 4rem 8rem;
}
.cid-s1PZfuX8dK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s1PZfuX8dK h2 {
  padding: 0;
  margin: 0;
}
.cid-s1PZfuX8dK .text-wrap {
  margin: auto;
}
.cid-s1PZfuX8dK .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s1PZfuX8dK .row {
    margin: 2rem;
  }
  .cid-s1PZfuX8dK .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s1PZfuX8dK .row {
    margin: 0rem;
  }
  .cid-s1PZfuX8dK .title-col {
    padding: 2rem 1rem;
  }
}
.cid-s1PYtffEnm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1PYtffEnm .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s1PYtffEnm .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s1PYtffEnm .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-s1PYtffEnm .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-s1PYtffEnm .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-s1PYtffEnm .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-s1PYtffEnm .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-s1PYtffEnm .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1PYtffEnm .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-s1PYtffEnm .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1PYtffEnm .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-s1PZVg3bvk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1PZVg3bvk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1PZVg3bvk .nav-item,
.cid-s1PZVg3bvk .nav-link,
.cid-s1PZVg3bvk .navbar-caption {
  font-weight: normal;
}
.cid-s1PZVg3bvk .nav-item:focus,
.cid-s1PZVg3bvk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1PZVg3bvk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1PZVg3bvk .nav-item .nav-link {
    position: relative;
  }
  .cid-s1PZVg3bvk .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1PZVg3bvk .nav-item:hover .nav-link:before,
  .cid-s1PZVg3bvk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1PZVg3bvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1PZVg3bvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1PZVg3bvk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1PZVg3bvk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1PZVg3bvk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1PZVg3bvk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1PZVg3bvk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1PZVg3bvk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1PZVg3bvk .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1PZVg3bvk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1PZVg3bvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1PZVg3bvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1PZVg3bvk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1PZVg3bvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1PZVg3bvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1PZVg3bvk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1PZVg3bvk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1PZVg3bvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1PZVg3bvk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1PZVg3bvk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1PZVg3bvk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1PZVg3bvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1PZVg3bvk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1PZVg3bvk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1PZVg3bvk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1PZVg3bvk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1PZVg3bvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1PZVg3bvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1PZVg3bvk .dropdown-item.active,
.cid-s1PZVg3bvk .dropdown-item:active {
  background-color: transparent;
}
.cid-s1PZVg3bvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1PZVg3bvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1PZVg3bvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1PZVg3bvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  z-index: 2;
}
.cid-s1PZVg3bvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1PZVg3bvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1PZVg3bvk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1PZVg3bvk .navbar-buttons {
  text-align: center;
}
.cid-s1PZVg3bvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1PZVg3bvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1PZVg3bvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1PZVg3bvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1PZVg3bvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1PZVg3bvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1PZVg3bvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1PZVg3bvk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1PZVg3bvk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1PZVg3bvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1PZVg3bvk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1PZVg3bvk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1PZVg3bvk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-s1PZVg3bvk .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1PZVg3bvk .soc-item {
  margin: .5rem .3rem;
}
.cid-s1PZVg3bvk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1PZVg3bvk a.nav-link .mbr-iconfont-btn,
.cid-s1PZVg3bvk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1PZVg3bvk a.nav-link:hover .mbr-iconfont-btn,
.cid-s1PZVg3bvk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1PZVg3bvk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1PZVg3bvk .navbar {
    height: 77px;
  }
  .cid-s1PZVg3bvk .navbar.opened {
    height: auto;
  }
  .cid-s1PZVg3bvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1PZVhY1Xf {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1PZVhY1Xf .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1PZVhY1Xf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1PZVhY1Xf .mbr-section-btn {
  margin: 0;
}
.cid-s1PZVhY1Xf .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #cccccc;
  border: 1px solid #999999;
  color: #ffffff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1PZVhY1Xf .form-control:focus,
.cid-s1PZVhY1Xf .form-control:hover {
  border: 1px solid #ff653c;
  background-color: #999999;
}
.cid-s1PZVhY1Xf .form-group {
  margin-bottom: 1rem;
}
.cid-s1PZVhY1Xf input::-webkit-input-placeholder,
.cid-s1PZVhY1Xf textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1PZVhY1Xf input:-moz-placeholder,
.cid-s1PZVhY1Xf textarea:-moz-placeholder {
  color: #000000;
}
.cid-s1PZVhY1Xf .jq-selectbox li,
.cid-s1PZVhY1Xf .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-s1PZVhY1Xf .jq-selectbox li:hover,
.cid-s1PZVhY1Xf .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-s1PZVhY1Xf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-s1PZVhY1Xf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-s1PZVhY1Xf .form-group,
.cid-s1PZVhY1Xf .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s1PZVhY1Xf .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
  .cid-s1PZVhY1Xf .dragArea.row {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .cid-s1PZVhY1Xf .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1PZVhY1Xf .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s1PZVhY1Xf .form-block {
    padding: 1rem;
  }
}
.cid-s1PZVjsbZf {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-s1PZVjsbZf .container {
  max-width: 1500px;
}
.cid-s1PZVjsbZf .row {
  background: #333333;
}
.cid-s1PZVjsbZf .img-col {
  padding: 0;
}
.cid-s1PZVjsbZf .title-col {
  padding: 4rem 8rem;
}
.cid-s1PZVjsbZf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s1PZVjsbZf h2 {
  padding: 0;
  margin: 0;
}
.cid-s1PZVjsbZf .text-wrap {
  margin: auto;
}
.cid-s1PZVjsbZf .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s1PZVjsbZf .row {
    margin: 2rem;
  }
  .cid-s1PZVjsbZf .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s1PZVjsbZf .row {
    margin: 0rem;
  }
  .cid-s1PZVjsbZf .title-col {
    padding: 2rem 1rem;
  }
}
.cid-s1PZVkOeU7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1PZVkOeU7 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s1PZVkOeU7 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s1PZVkOeU7 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-s1PZVkOeU7 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-s1PZVkOeU7 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-s1PZVkOeU7 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-s1PZVkOeU7 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-s1PZVkOeU7 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1PZVkOeU7 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-s1PZVkOeU7 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1PZVkOeU7 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-s1Q0tGx5R0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1Q0tGx5R0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1Q0tGx5R0 .nav-item,
.cid-s1Q0tGx5R0 .nav-link,
.cid-s1Q0tGx5R0 .navbar-caption {
  font-weight: normal;
}
.cid-s1Q0tGx5R0 .nav-item:focus,
.cid-s1Q0tGx5R0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1Q0tGx5R0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1Q0tGx5R0 .nav-item .nav-link {
    position: relative;
  }
  .cid-s1Q0tGx5R0 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1Q0tGx5R0 .nav-item:hover .nav-link:before,
  .cid-s1Q0tGx5R0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1Q0tGx5R0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1Q0tGx5R0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1Q0tGx5R0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1Q0tGx5R0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1Q0tGx5R0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1Q0tGx5R0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1Q0tGx5R0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1Q0tGx5R0 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1Q0tGx5R0 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1Q0tGx5R0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1Q0tGx5R0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1Q0tGx5R0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1Q0tGx5R0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1Q0tGx5R0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1Q0tGx5R0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1Q0tGx5R0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1Q0tGx5R0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1Q0tGx5R0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1Q0tGx5R0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1Q0tGx5R0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1Q0tGx5R0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1Q0tGx5R0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1Q0tGx5R0 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1Q0tGx5R0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1Q0tGx5R0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1Q0tGx5R0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1Q0tGx5R0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1Q0tGx5R0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1Q0tGx5R0 .dropdown-item.active,
.cid-s1Q0tGx5R0 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1Q0tGx5R0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1Q0tGx5R0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1Q0tGx5R0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1Q0tGx5R0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  z-index: 2;
}
.cid-s1Q0tGx5R0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1Q0tGx5R0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1Q0tGx5R0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1Q0tGx5R0 .navbar-buttons {
  text-align: center;
}
.cid-s1Q0tGx5R0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1Q0tGx5R0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1Q0tGx5R0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1Q0tGx5R0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Q0tGx5R0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Q0tGx5R0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1Q0tGx5R0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Q0tGx5R0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1Q0tGx5R0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1Q0tGx5R0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Q0tGx5R0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1Q0tGx5R0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Q0tGx5R0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-s1Q0tGx5R0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1Q0tGx5R0 .soc-item {
  margin: .5rem .3rem;
}
.cid-s1Q0tGx5R0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Q0tGx5R0 a.nav-link .mbr-iconfont-btn,
.cid-s1Q0tGx5R0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1Q0tGx5R0 a.nav-link:hover .mbr-iconfont-btn,
.cid-s1Q0tGx5R0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1Q0tGx5R0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1Q0tGx5R0 .navbar {
    height: 77px;
  }
  .cid-s1Q0tGx5R0 .navbar.opened {
    height: auto;
  }
  .cid-s1Q0tGx5R0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1Q0tI3MKu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1Q0tI3MKu .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1Q0tI3MKu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1Q0tI3MKu .mbr-section-btn {
  margin: 0;
}
.cid-s1Q0tI3MKu .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #cccccc;
  border: 1px solid #999999;
  color: #ffffff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1Q0tI3MKu .form-control:focus,
.cid-s1Q0tI3MKu .form-control:hover {
  border: 1px solid #ff653c;
  background-color: #999999;
}
.cid-s1Q0tI3MKu .form-group {
  margin-bottom: 1rem;
}
.cid-s1Q0tI3MKu input::-webkit-input-placeholder,
.cid-s1Q0tI3MKu textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1Q0tI3MKu input:-moz-placeholder,
.cid-s1Q0tI3MKu textarea:-moz-placeholder {
  color: #000000;
}
.cid-s1Q0tI3MKu .jq-selectbox li,
.cid-s1Q0tI3MKu .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-s1Q0tI3MKu .jq-selectbox li:hover,
.cid-s1Q0tI3MKu .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-s1Q0tI3MKu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-s1Q0tI3MKu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-s1Q0tI3MKu .form-group,
.cid-s1Q0tI3MKu .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s1Q0tI3MKu .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
  .cid-s1Q0tI3MKu .dragArea.row {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .cid-s1Q0tI3MKu .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1Q0tI3MKu .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s1Q0tI3MKu .form-block {
    padding: 1rem;
  }
}
.cid-s1Q0tJmcwq {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-s1Q0tJmcwq .container {
  max-width: 1500px;
}
.cid-s1Q0tJmcwq .row {
  background: #333333;
}
.cid-s1Q0tJmcwq .img-col {
  padding: 0;
}
.cid-s1Q0tJmcwq .title-col {
  padding: 4rem 8rem;
}
.cid-s1Q0tJmcwq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s1Q0tJmcwq h2 {
  padding: 0;
  margin: 0;
}
.cid-s1Q0tJmcwq .text-wrap {
  margin: auto;
}
.cid-s1Q0tJmcwq .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s1Q0tJmcwq .row {
    margin: 2rem;
  }
  .cid-s1Q0tJmcwq .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s1Q0tJmcwq .row {
    margin: 0rem;
  }
  .cid-s1Q0tJmcwq .title-col {
    padding: 2rem 1rem;
  }
}
.cid-s1Q0tKOVQc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1Q0tKOVQc .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s1Q0tKOVQc .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s1Q0tKOVQc .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-s1Q0tKOVQc .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-s1Q0tKOVQc .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-s1Q0tKOVQc .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-s1Q0tKOVQc .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-s1Q0tKOVQc .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1Q0tKOVQc .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-s1Q0tKOVQc .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1Q0tKOVQc .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-s1Q0z2GWE7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1Q0z2GWE7 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1Q0z2GWE7 .nav-item,
.cid-s1Q0z2GWE7 .nav-link,
.cid-s1Q0z2GWE7 .navbar-caption {
  font-weight: normal;
}
.cid-s1Q0z2GWE7 .nav-item:focus,
.cid-s1Q0z2GWE7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1Q0z2GWE7 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1Q0z2GWE7 .nav-item .nav-link {
    position: relative;
  }
  .cid-s1Q0z2GWE7 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1Q0z2GWE7 .nav-item:hover .nav-link:before,
  .cid-s1Q0z2GWE7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1Q0z2GWE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1Q0z2GWE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1Q0z2GWE7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1Q0z2GWE7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1Q0z2GWE7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1Q0z2GWE7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1Q0z2GWE7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1Q0z2GWE7 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1Q0z2GWE7 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1Q0z2GWE7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1Q0z2GWE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1Q0z2GWE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1Q0z2GWE7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1Q0z2GWE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1Q0z2GWE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1Q0z2GWE7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1Q0z2GWE7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1Q0z2GWE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1Q0z2GWE7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1Q0z2GWE7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1Q0z2GWE7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1Q0z2GWE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1Q0z2GWE7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1Q0z2GWE7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1Q0z2GWE7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1Q0z2GWE7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1Q0z2GWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1Q0z2GWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1Q0z2GWE7 .dropdown-item.active,
.cid-s1Q0z2GWE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1Q0z2GWE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1Q0z2GWE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1Q0z2GWE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1Q0z2GWE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  z-index: 2;
}
.cid-s1Q0z2GWE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1Q0z2GWE7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1Q0z2GWE7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1Q0z2GWE7 .navbar-buttons {
  text-align: center;
}
.cid-s1Q0z2GWE7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1Q0z2GWE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1Q0z2GWE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1Q0z2GWE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Q0z2GWE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1Q0z2GWE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1Q0z2GWE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Q0z2GWE7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1Q0z2GWE7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1Q0z2GWE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1Q0z2GWE7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1Q0z2GWE7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Q0z2GWE7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-s1Q0z2GWE7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1Q0z2GWE7 .soc-item {
  margin: .5rem .3rem;
}
.cid-s1Q0z2GWE7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1Q0z2GWE7 a.nav-link .mbr-iconfont-btn,
.cid-s1Q0z2GWE7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1Q0z2GWE7 a.nav-link:hover .mbr-iconfont-btn,
.cid-s1Q0z2GWE7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1Q0z2GWE7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1Q0z2GWE7 .navbar {
    height: 77px;
  }
  .cid-s1Q0z2GWE7 .navbar.opened {
    height: auto;
  }
  .cid-s1Q0z2GWE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1Q0z4l3qz {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1Q0z4l3qz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1Q0z4l3qz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1Q0z4l3qz .mbr-section-btn {
  margin: 0;
}
.cid-s1Q0z4l3qz .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #cccccc;
  border: 1px solid #999999;
  color: #ffffff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1Q0z4l3qz .form-control:focus,
.cid-s1Q0z4l3qz .form-control:hover {
  border: 1px solid #ff653c;
  background-color: #999999;
}
.cid-s1Q0z4l3qz .form-group {
  margin-bottom: 1rem;
}
.cid-s1Q0z4l3qz input::-webkit-input-placeholder,
.cid-s1Q0z4l3qz textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1Q0z4l3qz input:-moz-placeholder,
.cid-s1Q0z4l3qz textarea:-moz-placeholder {
  color: #000000;
}
.cid-s1Q0z4l3qz .jq-selectbox li,
.cid-s1Q0z4l3qz .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-s1Q0z4l3qz .jq-selectbox li:hover,
.cid-s1Q0z4l3qz .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-s1Q0z4l3qz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-s1Q0z4l3qz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-s1Q0z4l3qz .form-group,
.cid-s1Q0z4l3qz .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s1Q0z4l3qz .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
  .cid-s1Q0z4l3qz .dragArea.row {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .cid-s1Q0z4l3qz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1Q0z4l3qz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s1Q0z4l3qz .form-block {
    padding: 1rem;
  }
}
.cid-s1QlRwhhUz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-223313380-1024x770.jpg");
}
.cid-s1QlRwhhUz .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-s1QlRwhhUz .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s1QlRwhhUz .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s1QlRwhhUz .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s1QlRwhhUz .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff4e3c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s1QlRwhhUz .mbr-text,
.cid-s1QlRwhhUz .mbr-section-btn {
  color: #ffffff;
}
.cid-s1QlRwhhUz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1QlRwhhUz .card .card-wrapper {
  text-align: center;
}
.cid-s1QlRwhhUz .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-s1QlRwhhUz .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-s1QlRwhhUz .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-s1QlRwhhUz .buttons-wrap {
  text-align: center;
}
.cid-s1QlRwhhUz .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-s1QlRwhhUz .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-s1QlRwhhUz .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-s1QlRwhhUz .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-s1QlRwhhUz .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-s1QlRwhhUz .buttons-wrap .or {
    display: none;
  }
}
.cid-s1QlRwhhUz .mbr-text,
.cid-s1QlRwhhUz .col {
  text-align: left;
}
.cid-s1Q0z77RRn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1Q0z77RRn .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s1Q0z77RRn .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s1Q0z77RRn .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-s1Q0z77RRn .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-s1Q0z77RRn .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-s1Q0z77RRn .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-s1Q0z77RRn .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-s1Q0z77RRn .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1Q0z77RRn .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-s1Q0z77RRn .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1Q0z77RRn .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-s1QnBsSDYc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1QnBsSDYc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1QnBsSDYc .nav-item,
.cid-s1QnBsSDYc .nav-link,
.cid-s1QnBsSDYc .navbar-caption {
  font-weight: normal;
}
.cid-s1QnBsSDYc .nav-item:focus,
.cid-s1QnBsSDYc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s1QnBsSDYc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s1QnBsSDYc .nav-item .nav-link {
    position: relative;
  }
  .cid-s1QnBsSDYc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s1QnBsSDYc .nav-item:hover .nav-link:before,
  .cid-s1QnBsSDYc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s1QnBsSDYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s1QnBsSDYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1QnBsSDYc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s1QnBsSDYc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1QnBsSDYc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1QnBsSDYc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1QnBsSDYc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-s1QnBsSDYc .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-s1QnBsSDYc .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s1QnBsSDYc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s1QnBsSDYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1QnBsSDYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1QnBsSDYc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1QnBsSDYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1QnBsSDYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1QnBsSDYc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1QnBsSDYc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1QnBsSDYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1QnBsSDYc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1QnBsSDYc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1QnBsSDYc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1QnBsSDYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1QnBsSDYc .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-s1QnBsSDYc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1QnBsSDYc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1QnBsSDYc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1QnBsSDYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1QnBsSDYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1QnBsSDYc .dropdown-item.active,
.cid-s1QnBsSDYc .dropdown-item:active {
  background-color: transparent;
}
.cid-s1QnBsSDYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1QnBsSDYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1QnBsSDYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1QnBsSDYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  z-index: 2;
}
.cid-s1QnBsSDYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1QnBsSDYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1QnBsSDYc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1QnBsSDYc .navbar-buttons {
  text-align: center;
}
.cid-s1QnBsSDYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1QnBsSDYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1QnBsSDYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1QnBsSDYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1QnBsSDYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1QnBsSDYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1QnBsSDYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1QnBsSDYc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1QnBsSDYc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1QnBsSDYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1QnBsSDYc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1QnBsSDYc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1QnBsSDYc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-s1QnBsSDYc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s1QnBsSDYc .soc-item {
  margin: .5rem .3rem;
}
.cid-s1QnBsSDYc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1QnBsSDYc a.nav-link .mbr-iconfont-btn,
.cid-s1QnBsSDYc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s1QnBsSDYc a.nav-link:hover .mbr-iconfont-btn,
.cid-s1QnBsSDYc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s1QnBsSDYc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1QnBsSDYc .navbar {
    height: 77px;
  }
  .cid-s1QnBsSDYc .navbar.opened {
    height: auto;
  }
  .cid-s1QnBsSDYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1QnBuQwaU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s1QnBuQwaU .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1QnBuQwaU a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1QnBuQwaU .mbr-section-btn {
  margin: 0;
}
.cid-s1QnBuQwaU .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #cccccc;
  border: 1px solid #999999;
  color: #ffffff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1QnBuQwaU .form-control:focus,
.cid-s1QnBuQwaU .form-control:hover {
  border: 1px solid #ff653c;
  background-color: #999999;
}
.cid-s1QnBuQwaU .form-group {
  margin-bottom: 1rem;
}
.cid-s1QnBuQwaU input::-webkit-input-placeholder,
.cid-s1QnBuQwaU textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-s1QnBuQwaU input:-moz-placeholder,
.cid-s1QnBuQwaU textarea:-moz-placeholder {
  color: #000000;
}
.cid-s1QnBuQwaU .jq-selectbox li,
.cid-s1QnBuQwaU .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-s1QnBuQwaU .jq-selectbox li:hover,
.cid-s1QnBuQwaU .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-s1QnBuQwaU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #cccccc;
}
.cid-s1QnBuQwaU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-s1QnBuQwaU .form-group,
.cid-s1QnBuQwaU .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s1QnBuQwaU .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
  .cid-s1QnBuQwaU .dragArea.row {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .cid-s1QnBuQwaU .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1QnBuQwaU .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s1QnBuQwaU .form-block {
    padding: 1rem;
  }
}
.cid-s1QnBwaO9w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/shutterstock-223313380-1024x770.jpg");
}
.cid-s1QnBwaO9w .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-s1QnBwaO9w .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s1QnBwaO9w .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s1QnBwaO9w .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s1QnBwaO9w .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff4e3c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-s1QnBwaO9w .mbr-text,
.cid-s1QnBwaO9w .mbr-section-btn {
  color: #ffffff;
}
.cid-s1QnBwaO9w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1QnBwaO9w .card .card-wrapper {
  text-align: center;
}
.cid-s1QnBwaO9w .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-s1QnBwaO9w .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-s1QnBwaO9w .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-s1QnBwaO9w .buttons-wrap {
  text-align: center;
}
.cid-s1QnBwaO9w .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-s1QnBwaO9w .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-s1QnBwaO9w .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-s1QnBwaO9w .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-s1QnBwaO9w .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-s1QnBwaO9w .buttons-wrap .or {
    display: none;
  }
}
.cid-s1QnBwaO9w .mbr-text,
.cid-s1QnBwaO9w .col {
  text-align: left;
}
.cid-s1QnBxStGY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s1QnBxStGY .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-s1QnBxStGY .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s1QnBxStGY .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-s1QnBxStGY .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-s1QnBxStGY .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-s1QnBxStGY .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-s1QnBxStGY .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-s1QnBxStGY .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1QnBxStGY .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-s1QnBxStGY .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-s1QnBxStGY .text-wrap .icons-wrap::after {
    display: none;
  }
}
