@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);

body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc(1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
/* Buttons */
.btn {
  border-radius: 0.25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.5rem;
  padding-left: 0.5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff4f7b !important;
}
.bg-success {
  background-color: #ff695c !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
  transition: all 0.5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all 0.5s;
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #77f74e !important;
  border-color: #77f74e !important;
  transition: all 0.5s;
  color: #134303 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all 0.5s;
  color: #134303 !important;
  background-color: #42ee0b !important;
  border-color: #42ee0b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #134303 !important;
  background-color: #42ee0b !important;
  border-color: #42ee0b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all 0.5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all 0.5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ff695c !important;
  border-color: #ff695c !important;
  transition: all 0.5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all 0.5s;
  color: #ffffff !important;
  background-color: #ff2310 !important;
  border-color: #ff2310 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff2310 !important;
  border-color: #ff2310 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all 0.5s;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all 0.5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all 0.5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all 0.5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all 0.5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all 0.5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all 0.5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all 0.5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #e8003a !important;
  color: #e8003a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #3bd50a !important;
  color: #3bd50a !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #134303 !important;
  background-color: #77f74e !important;
  border-color: #77f74e !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #134303 !important;
  background-color: #77f74e !important;
  border-color: #77f74e !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #f51400 !important;
  color: #f51400 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-underline {
  padding: 0.5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: 0.5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: relative;
  padding-left: 0.3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all 0.3s;
  padding-left: 0.5rem;
}
.text-primary {
  color: #ff4f7b !important;
}
.text-secondary {
  color: #77f74e !important;
}
.text-success {
  color: #ff695c !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e8003a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3bd50a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f51400 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #ff695c;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4f7b;
  border-color: #ff4f7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0.25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ff4f7b;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value="Rubik"] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: 0.7;
  transition: 0.3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #188ef4;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em 0.5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff4f7b;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 0.75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff4f7b;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff4f7b;
}
.btn-social + .btn {
  margin-left: 0.1rem;
}
.input-wrap input {
  border-radius: 0rem;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}
.input-main textarea {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-scsdqXuYX2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: 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-scsdqXuYX2 .nav-item,
.cid-scsdqXuYX2 .nav-link,
.cid-scsdqXuYX2 .navbar-caption {
  font-weight: normal;
}
.cid-scsdqXuYX2 .nav-item:focus,
.cid-scsdqXuYX2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scsdqXuYX2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-scsdqXuYX2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scsdqXuYX2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-scsdqXuYX2
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-scsdqXuYX2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-scsdqXuYX2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scsdqXuYX2 .dropdown .dropdown-menu .dropdown-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-scsdqXuYX2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scsdqXuYX2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scsdqXuYX2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
  background: none;
}
.cid-scsdqXuYX2 .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-scsdqXuYX2 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-scsdqXuYX2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-scsdqXuYX2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scsdqXuYX2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scsdqXuYX2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scsdqXuYX2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scsdqXuYX2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scsdqXuYX2
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scsdqXuYX2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scsdqXuYX2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scsdqXuYX2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-scsdqXuYX2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scsdqXuYX2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scsdqXuYX2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scsdqXuYX2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scsdqXuYX2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scsdqXuYX2
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scsdqXuYX2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scsdqXuYX2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scsdqXuYX2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-scsdqXuYX2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scsdqXuYX2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scsdqXuYX2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-scsdqXuYX2 .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-scsdqXuYX2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scsdqXuYX2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scsdqXuYX2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scsdqXuYX2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scsdqXuYX2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scsdqXuYX2 .dropdown-item.active,
.cid-scsdqXuYX2 .dropdown-item:active {
  background-color: transparent;
}
.cid-scsdqXuYX2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scsdqXuYX2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scsdqXuYX2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-scsdqXuYX2
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scsdqXuYX2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scsdqXuYX2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scsdqXuYX2 .navbar-buttons {
  text-align: center;
}
.cid-scsdqXuYX2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scsdqXuYX2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scsdqXuYX2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scsdqXuYX2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scsdqXuYX2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scsdqXuYX2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scsdqXuYX2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scsdqXuYX2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scsdqXuYX2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scsdqXuYX2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scsdqXuYX2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-scsdqXuYX2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scsdqXuYX2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-scsdqXuYX2 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-scsdqXuYX2 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-scsdqXuYX2 .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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scsdqXuYX2 .navbar {
    height: 77px;
  }
  .cid-scsdqXuYX2 .navbar.opened {
    height: auto;
  }
  .cid-scsdqXuYX2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scsdrm9R2P {
  background-image: url("../../../assets/images/imgonline-com-ua-mirror-vtpvpti0blpgk1t-1280x720.jpg");
}
.cid-scsdrm9R2P .mbr-section-title,
.cid-scsdrm9R2P .mbr-section-subtitle {
  color: #000000;
}
.cid-scsdrm9R2P .mbr-section-text {
  color: #232323;
}
.cid-scsdrm9R2P .mbr-text,
.cid-scsdrm9R2P .typed-text,
.cid-scsdrm9R2P .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-scsdrm9R2P .btn {
  margin-left: 4px !important;
}
.cid-scsdrm9R2P .animated-element {
  color: #51aafa;
}
.cid-scsdrm9R2P .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #51aafa;
}
.cid-scsdrm9R2P .mbr-figure {
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-scsdrm9R2P .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scsdrm9R2P .typed-text,
  .cid-scsdrm9R2P .mbr-section-subtitle,
  .cid-scsdrm9R2P .mbr-section-text,
  .cid-scsdrm9R2P .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-scsdrm9R2P .mbr-section-subtitle,
.cid-scsdrm9R2P .typed-text {
  color: #ffffff;
}
.cid-scsdrm9R2P .mbr-section-text,
.cid-scsdrm9R2P .mbr-section-btn {
  color: #ffffff;
}
.cid-scsjzG7oTc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scsjzG7oTc .mbr-iconfont {
  font-size: 48px;
  transition: color 0.3s;
  color: #1dc9cb;
}
.cid-scsjzG7oTc .mbr-section-title {
  margin: 0;
}
.cid-scsjzG7oTc .card-img {
  text-align: center;
}
.cid-scsjzG7oTc .mbr-section-subtitle,
.cid-scsjzG7oTc .mbr-text {
  color: #8d97ad;
}
.cid-scsjzG7oTc .row-item {
  border-radius: 0.25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-scsjzG7oTc .row-item:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-scssxOgHwB .row-item:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
@media (max-width: 767px) {
  .cid-scsjzG7oTc .card-img,
  .cid-scsjzG7oTc .mbr-text,
  .cid-scsjzG7oTc .mbr-card-title,
  .cid-scsjzG7oTc .mbr-section-subtitle,
  .cid-scsjzG7oTc .mbr-section-title,
  .cid-scsjzG7oTc .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-scsjzG7oTc .row-item {
    margin-bottom: 2rem;
  }
}
.cid-scsjzG7oTc .mbr-text {
  color: #000000;
}
.cid-scsjzG7oTc .mbr-card-title,
.cid-scsjzG7oTc .card-img {
  color: #444444;
}
.cid-scssxOgHwB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scssxOgHwB .mbr-iconfont {
  font-size: 48px;
  transition: color 0.3s;
  color: #1dc9cb;
}
.cid-scssxOgHwB .mbr-section-title {
  margin: 0;
}
.cid-scssxOgHwB .card-img {
  text-align: center;
}
.cid-scssxOgHwB .mbr-section-subtitle,
.cid-scssxOgHwB .mbr-text {
  color: #8d97ad;
}
.cid-scssxOgHwB .row-item {
  border-radius: 0.25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-scssxOgHwB .card-img,
  .cid-scssxOgHwB .mbr-text,
  .cid-scssxOgHwB .mbr-card-title,
  .cid-scssxOgHwB .mbr-section-subtitle,
  .cid-scssxOgHwB .mbr-section-title,
  .cid-scssxOgHwB .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-scssxOgHwB .row-item {
    margin-bottom: 2rem;
  }
}
.cid-scssxOgHwB .mbr-text {
  color: #000000;
}
.cid-scssxOgHwB .mbr-card-title,
.cid-scssxOgHwB .card-img {
  color: #444444;
}
.cid-scskY2lY3F {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scskY2lY3F .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-scskY2lY3F .mbr-section-title {
  text-align: center;
}
.cid-scsjR5rjhA {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scsjR5rjhA .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-scsjR5rjhA .section-text {
  color: #000000;
}
.cid-scsjR5rjhA .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-scsjR5rjhA .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-scsjR5rjhA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scsjR5rjhA .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-scsjR5rjhA .mbr-figure .card-text {
  padding: 2rem;
}
.cid-scsjR5rjhA .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-scsjR5rjhA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scsjR5rjhA .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-scsjR5rjhA .mbr-text {
    text-align: center;
  }
}
.cid-scsjR5rjhA .mbr-section-title,
.cid-scsjR5rjhA .mbr-section-btn {
  color: #000000;
}
.cid-scsjR5rjhA .mbr-text UL {
  color: #000000;
}
.cid-scssuxPp42 {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scssuxPp42 .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-scssuxPp42 .section-text {
  color: #000000;
}
.cid-scssuxPp42 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-scssuxPp42 .text-block {
  padding-left: 0;
}
.cid-scssuxPp42 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scssuxPp42 .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-scssuxPp42 .mbr-figure .card-text {
  padding: 2rem;
}
.cid-scssuxPp42 .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-scssuxPp42 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scssuxPp42 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-scssuxPp42 .mbr-text {
    text-align: center;
  }
}
.cid-scssuxPp42 .mbr-section-title,
.cid-scssuxPp42 .mbr-section-btn {
  color: #000000;
}
.cid-scssuxPp42 .mbr-text UL {
  color: #000000;
}
.cid-scswz7tshq {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-scswz7tshq .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-scswz7tshq .section-text {
  color: #000000;
}
.cid-scswz7tshq .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-scswz7tshq .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-scswz7tshq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scswz7tshq .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-scswz7tshq .mbr-figure .card-text {
  padding: 2rem;
}
.cid-scswz7tshq .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-scswz7tshq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-scswz7tshq .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-scswz7tshq .mbr-text {
    text-align: center;
  }
}
.cid-scswz7tshq .mbr-section-title,
.cid-scswz7tshq .mbr-section-btn {
  color: #000000;
}
.cid-scswz7tshq .mbr-text UL {
  color: #000000;
}
.cid-sd0O0ZYucr {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sd0O0ZYucr .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sd0O0ZYucr .section-text {
  color: #000000;
}
.cid-sd0O0ZYucr .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sd0O0ZYucr .text-block {
  padding-left: 0;
}
.cid-sd0O0ZYucr .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sd0O0ZYucr .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-sd0O0ZYucr .mbr-figure .card-text {
  padding: 2rem;
}
.cid-sd0O0ZYucr .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-sd0O0ZYucr .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sd0O0ZYucr .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sd0O0ZYucr .mbr-text {
    text-align: center;
  }
}
.cid-sd0O0ZYucr .mbr-section-title,
.cid-sd0O0ZYucr .mbr-section-btn {
  color: #000000;
}
.cid-sd0O0ZYucr .mbr-text UL {
  color: #000000;
}
.cid-sd0QQTpmWn {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sd0QQTpmWn .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sd0QQTpmWn .section-text {
  color: #000000;
}
.cid-sd0QQTpmWn .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sd0QQTpmWn .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sd0QQTpmWn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sd0QQTpmWn .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-sd0QQTpmWn .mbr-figure .card-text {
  padding: 2rem;
}
.cid-sd0QQTpmWn .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-sd0QQTpmWn .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sd0QQTpmWn .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sd0QQTpmWn .mbr-text {
    text-align: center;
  }
}
.cid-sd0QQTpmWn .mbr-section-title,
.cid-sd0QQTpmWn .mbr-section-btn {
  color: #000000;
}
.cid-sd0QQTpmWn .mbr-text UL {
  color: #000000;
}
.cid-sd0Tf8v6rt {
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sd0Tf8v6rt .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sd0Tf8v6rt .section-text {
  color: #000000;
}
.cid-sd0Tf8v6rt .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sd0Tf8v6rt .text-block {
  padding-left: 0;
}
.cid-sd0Tf8v6rt .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sd0Tf8v6rt .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-sd0Tf8v6rt .mbr-figure .card-text {
  padding: 2rem;
}
.cid-sd0Tf8v6rt .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-sd0Tf8v6rt .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sd0Tf8v6rt .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sd0Tf8v6rt .mbr-text {
    text-align: center;
  }
}
.cid-sd0Tf8v6rt .mbr-section-title,
.cid-sd0Tf8v6rt .mbr-section-btn {
  color: #000000;
}
.cid-sd0Tf8v6rt .mbr-text UL {
  color: #000000;
}
.cid-sd0ZVc5ke2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sd0ZVc5ke2 .mbr-iconfont {
  color: #8d97ad;
}
.cid-sd0ZVc5ke2 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sd0ZVc5ke2 .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-sd0ZVc5ke2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sd0ZVc5ke2 .card-title {
  margin-bottom: 0.3rem;
}
.cid-sd0ZVc5ke2 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sd0ZVc5ke2 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sd0ZVc5ke2 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sd12vT9wen {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd12vT9wen .google-map {
  height: 25rem;
  position: relative;
}
.cid-sd12vT9wen .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sd12vT9wen .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sd12vT9wen .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sd12vT9wen .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sd12vT9wen .wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.25rem;
}
.cid-sd12vT9wen .form-container {
  padding: 3rem;
}
.cid-sd12vT9wen .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sd12vT9wen .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #2bdc9d, #1dc9cb);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sd12vT9wen .mbr-text {
  color: #efefef;
}
.cid-sd12vT9wen .input-wrap,
.cid-sd12vT9wen .form-group {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-sd12vT9wen .field,
.cid-sd12vT9wen .form-control {
  border-radius: 0.25rem !important;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-sd12vT9wen .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sd12vT9wen .text-block {
    margin-bottom: 2rem;
  }
  .cid-sd12vT9wen .wrapper {
    margin-top: 0;
  }
}
.cid-sd12vT9wen .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sd12vT9wen .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sd12vT9wen .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sd12vT9wen .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sd12vT9wen .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sd12vT9wen .social-list a:hover {
  opacity: 1;
}
section#features1-3 .row-item,
#features1-9 .row-item {
  min-height: 300px;
  margin: 20px 0;
}
.teams2 img.img-icon {
  transition: all 0.5s;
}
.teams2 img.img-icon:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.navbar-collapse a.btn {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.navbar-collapse a.btn:hover {
  background: #fff !important;
  color: #188ef4 !important;
  border: 1px solid #fff !important;
}

li.nav-item.active > a {
  color: #b3b3b3 !important;
}
.footer-second a {
  text-align: right;
}
button.btn.btn-md.btn-primary.display-4.button {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all 0.5s;
  color: #ffffff !important;
}
section.footer-second {
  background: #fff;
  padding-bottom: 30px;
}
input[type="checkbox"] {
  display: inline;
  width: auto;
}
html.modal-active,
body.modal-active {
  overflow: hidden;
}

#modal-container,
#modal-container2,
#modal-container3 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}

#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modals {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modals {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container2.five {
  transform: scale(1);
}
#modal-container2.five .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five .modal-background .modals {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container2.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out .modal-background .modals {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container3.five {
  transform: scale(1);
}
#modal-container3.five .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container3.five .modal-background .modals {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container3.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container3.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container3.five.out .modal-background .modals {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background,
#modal-container2 .modal-background,
#modal-container3 .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modals,
#modal-container2 .modal-background .modals,
#modal-container3 .modal-background .modals {
  background: white;
  padding: 20px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  min-width: 50%;
  max-width: 90%;
  min-height: 50vh;
  max-height: 90vh;
}
#modal-container .modal-background .modals h2,
#modal-container2 .modal-background .modals h2,
#modal-container3 .modal-background .modals h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modals p,
#modal-container2 .modal-background .modals p,
#modal-container3 .modal-background .modals p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modals .modal-svg,
#modal-container2 .modal-background .modals .modal-svg,
#modal-container3 .modal-background .modals .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modals .modal-svg rect,
#modal-container2 .modal-background .modals .modal-svg rect,
#modal-container3 .modal-background .modals .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: transparent;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateY(1500px) scaleX(1.3);
    opacity: 0;
  }
  70% {
    transform: translateY(30px) scaleX(0.9);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0px) scaleX(1);
    opacity: 1;
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateY(0px) scaleX(1);
  }
  70% {
    transform: translateY(-30px) scaleX(0.95);
  }
  100% {
    transform: translateY(1500px) scaleX(1.2);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  transform: rotate(45deg);
}

svg.modal-svg {
  display: none;
}

.modals .input-wrap {
  padding: 10px 0;
}

span.mbr-iconfont.mbri-success {
  color: #fd4402 !important;
  border: 3px solid #fff !important;
  padding: 8px;
  font-weight: bold;
  font-size: 31px !important;
}

span.infos {
  display: flex;
  justify-content: space-between;
}

.modal-background {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .modals {
    width: 50%;
    height: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.features16 .container {
    padding-top: 45px;
}
html, body{
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  section.footer-second p {
    text-align: center !important;
  }
  section.footer-second p a {
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .features16{
    padding-bottom: 40px;
  }
  .features16 .text-block {
    padding: 0 15px;
    text-align: left!important;
}
.features16 .text-block *{
  text-align: left!important;
}
.features16 .text-block .mbr-text{
  padding-left: 0;
}
}
