body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #d90a2c !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #ffdc00 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-success:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdc00 !important;
  border-color: #ffdc00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffdc00;
  border-color: #ffdc00;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffdc00 !important;
  border-color: #ffdc00 !important;
}
.btn-warning:hover {
  background-color: #ccb000 !important;
  border-color: #ccb000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffdc00;
  color: #ffdc00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: #ffdc00 !important;
  border-color: #ffdc00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffdc00 !important;
  border-color: #ffdc00 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #d90a2c !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #ffdc00 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #770618 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #998400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #d90a2c;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #ffdc00;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sE5ngcUSis {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sE5ngcUSis .image {
  position: absolute;
  background-image: url("../../../assets/images/shieldinc-logo-1-886x877.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(346deg);
}
@media (max-width: 991px) {
  .cid-sE5ngcUSis .image {
    display: none;
  }
}
.cid-sE5ngcUSis .position {
  z-index: 10;
}
.cid-sE5ngcUSis .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-sE5ngcUSis .mbr-section-title {
  margin-bottom: 0;
}
.cid-sE5ngcUSis .mbr-text {
  margin-top: 30px;
}
.cid-sE5ngcUSis .mbr-section-btn {
  margin-top: 30px;
}
.cid-sE5ngcUSis .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-sE5ngcUSis .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-sE5ngcUSis .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-sE5ngcUSis .info__block-item {
    margin-right: 10px;
  }
}
.cid-sE5ngcUSis .title__item,
.cid-sE5ngcUSis .text__item {
  margin-bottom: 0;
}
.cid-sE5ngcUSis .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-sE5ngcUSis .animated-element {
  color: #d90a2c;
}
.cid-sE5ngcUSis .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@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-rRIjJzt6Us {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 660px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/sheildevent4-960x720.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRIjJzt6Us .mbr-section-title {
  color: #d90a2c;
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffdc00;
  background: rgba(217, 10, 44, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(217, 10, 44, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-rRIiRsUpwJ .mbr-section-title {
  color: #d90a2c;
}
.cid-tcIsEhlUYz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-tcIsEhlUYz .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-sE6qZAoRNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffdc00;
}
.cid-sE6qZAoRNT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sE6qZAoRNT input,
.cid-sE6qZAoRNT textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-sE6qZAoRNT .img-col {
    order: 2;
    text-align: center;
  }
  .cid-sE6qZAoRNT img {
    max-width: 200px;
    margin: auto;
  }
  .cid-sE6qZAoRNT .form-row {
    flex-direction: column;
  }
  .cid-sE6qZAoRNT .btn {
    width: 100%;
  }
}
.cid-sE6qZAoRNT .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-sE6qZAoRNT .form-control,
.cid-sE6qZAoRNT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  min-height: 4rem;
  box-shadow: none;
  outline: none;
}
.cid-sE6qZAoRNT .form-control::-webkit-input-placeholder,
.cid-sE6qZAoRNT .field-input::-webkit-input-placeholder,
.cid-sE6qZAoRNT .form-control::-webkit-input-placeholder,
.cid-sE6qZAoRNT .field-input::-webkit-input-placeholder {
  color: #808080;
}
.cid-sE6qZAoRNT .form-control:-moz-placeholder,
.cid-sE6qZAoRNT .field-input:-moz-placeholder,
.cid-sE6qZAoRNT .form-control:-moz-placeholder,
.cid-sE6qZAoRNT .field-input:-moz-placeholder {
  color: #808080;
}
.cid-sE6qZAoRNT .form-control:hover,
.cid-sE6qZAoRNT .field-input:hover,
.cid-sE6qZAoRNT .form-control:focus,
.cid-sE6qZAoRNT .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  box-shadow: none;
  outline: none;
}
.cid-sE6qZAoRNT .form-control:hover::-webkit-input-placeholder,
.cid-sE6qZAoRNT .field-input:hover::-webkit-input-placeholder,
.cid-sE6qZAoRNT .form-control:focus::-webkit-input-placeholder,
.cid-sE6qZAoRNT .field-input:focus::-webkit-input-placeholder,
.cid-sE6qZAoRNT .form-control:hover::-webkit-input-placeholder,
.cid-sE6qZAoRNT .field-input:hover::-webkit-input-placeholder,
.cid-sE6qZAoRNT .form-control:focus::-webkit-input-placeholder,
.cid-sE6qZAoRNT .field-input:focus::-webkit-input-placeholder {
  color: #808080;
}
.cid-sE6qZAoRNT .form-control:hover:-moz-placeholder,
.cid-sE6qZAoRNT .field-input:hover:-moz-placeholder,
.cid-sE6qZAoRNT .form-control:focus:-moz-placeholder,
.cid-sE6qZAoRNT .field-input:focus:-moz-placeholder,
.cid-sE6qZAoRNT .form-control:hover:-moz-placeholder,
.cid-sE6qZAoRNT .field-input:hover:-moz-placeholder,
.cid-sE6qZAoRNT .form-control:focus:-moz-placeholder,
.cid-sE6qZAoRNT .field-input:focus:-moz-placeholder {
  color: #808080;
}
.cid-sE6qZAoRNT .jq-number__spin:hover,
.cid-sE6qZAoRNT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sE6qZAoRNT .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sE6qZAoRNT .jq-selectbox li,
.cid-sE6qZAoRNT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sE6qZAoRNT .jq-selectbox li:hover,
.cid-sE6qZAoRNT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sE6qZAoRNT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sE6qZAoRNT .jq-number__spin.minus:hover:after,
.cid-sE6qZAoRNT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sE6qZAoRNT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sE6qZAoRNT .jq-number__spin.minus:after,
.cid-sE6qZAoRNT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sE6qZAoRNT input::-webkit-clear-button {
  display: none;
}
.cid-sE6qZAoRNT input::-webkit-inner-spin-button {
  display: none;
}
.cid-sE6qZAoRNT input::-webkit-outer-spin-button {
  display: none;
}
.cid-sE6qZAoRNT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sE6qZAoRNT .mbr-text,
.cid-sE6qZAoRNT .mbr-section-btn {
  text-align: center;
  color: #191f23;
}
.cid-sE6qZAoRNT H1 {
  text-align: center;
}
.cid-t6da4kG530 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #6a696c);
}
.cid-t6da4kG530 .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-t6da4kG530 H2 {
  color: #d90a2c;
}
.cid-ufDpFVa92g {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-ufDpFVa92g .link-wrapper {
  width: 100%;
}
.cid-ufDpFVa92g .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-ufDpFVa92g .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-ufDpFVa92g .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-ufDpFVa92g .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-ufDpFVa92g .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-ufDpFVa92g .mbr-section-title DIV {
  text-align: center;
}
.cid-ufDpFVa92g .mbr-text,
.cid-ufDpFVa92g .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufDpFVa92g .link,
.cid-ufDpFVa92g .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ufDpFVa92g .mbr-section-title {
  color: #ffffff;
}
.cid-ufDpFVa92g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufDpFVa92g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/screenshot-2023-06-13-122451-1018x471.png");
}
.cid-ufDubHcJRw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ufDubHcJRw .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-ufDubHcJRw .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-ufDubHcJRw .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-ufDubHcJRw .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-ufDubHcJRw .mbr-text {
  margin-bottom: 20px;
}
.cid-ufDubHcJRw .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-ufDubHcJRw .wrap {
    height: 200px;
  }
}
.cid-ufDubHcJRw .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-ufDubHcJRw .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-ufDubHcJRw .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-ufDubHcJRw .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-ufDubHcJRw .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-ufDubHcJRw .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-ufDubHcJRw .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-ufDubHcJRw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-ufDubHcJRw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufDubHcJRw .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ufDubHcJRw a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ufDubHcJRw a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-ufDubHcJRw a.close {
    right: 50px;
    top: 25px;
  }
  .cid-ufDubHcJRw .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-ufDubHcJRw .mbr-section-title {
  color: #ffdc00;
  text-align: center;
}
.cid-ufDubHcJRw .mbr-text,
.cid-ufDubHcJRw .mbr-section-btn {
  color: #ffdc00;
  text-align: center;
}
.cid-ufDLRdtvsv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-ufDLRdtvsv .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-tHcDSOVlyj {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-tHcDSOVlyj .link-wrapper {
  width: 100%;
}
.cid-tHcDSOVlyj .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tHcDSOVlyj .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tHcDSOVlyj .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tHcDSOVlyj .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tHcDSOVlyj .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tHcDSOVlyj .mbr-section-title DIV {
  text-align: center;
}
.cid-tHcDSOVlyj .mbr-text,
.cid-tHcDSOVlyj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHcDSOVlyj .link,
.cid-tHcDSOVlyj .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tHcDSOVlyj .mbr-section-title {
  color: #ffffff;
}
.cid-tHcDSOVlyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHcDSOVlyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/screenshot-2023-06-13-122451-1018x471.png");
}
.cid-tGGE1dw51B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGGE1dw51B .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tGGE1dw51B .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tGGE1dw51B .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tGGE1dw51B .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tGGE1dw51B .mbr-text {
  margin-bottom: 20px;
}
.cid-tGGE1dw51B .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tGGE1dw51B .wrap {
    height: 200px;
  }
}
.cid-tGGE1dw51B .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tGGE1dw51B .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tGGE1dw51B .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tGGE1dw51B .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tGGE1dw51B .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tGGE1dw51B .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tGGE1dw51B .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tGGE1dw51B .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tGGE1dw51B .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGGE1dw51B .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGGE1dw51B a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tGGE1dw51B a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tGGE1dw51B a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tGGE1dw51B .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tGGE1dw51B .mbr-section-title {
  color: #ffdc00;
}
.cid-tGGE1dw51B .mbr-text,
.cid-tGGE1dw51B .mbr-section-btn {
  color: #ffdc00;
}
.cid-tbwzlG3tR1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-tbwzlG3tR1 .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-tbvW73p4D3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbvW73p4D3 .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tbvW73p4D3 .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tbvW73p4D3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbvW73p4D3 .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tbvW73p4D3 .mbr-text {
  margin-bottom: 20px;
}
.cid-tbvW73p4D3 .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tbvW73p4D3 .wrap {
    height: 200px;
  }
}
.cid-tbvW73p4D3 .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tbvW73p4D3 .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tbvW73p4D3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tbvW73p4D3 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tbvW73p4D3 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tbvW73p4D3 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tbvW73p4D3 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tbvW73p4D3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tbvW73p4D3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbvW73p4D3 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbvW73p4D3 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tbvW73p4D3 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tbvW73p4D3 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tbvW73p4D3 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tbw0Rjhkr5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbw0Rjhkr5 .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tbw0Rjhkr5 .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tbw0Rjhkr5 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbw0Rjhkr5 .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tbw0Rjhkr5 .mbr-text {
  margin-bottom: 20px;
}
.cid-tbw0Rjhkr5 .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tbw0Rjhkr5 .wrap {
    height: 200px;
  }
}
.cid-tbw0Rjhkr5 .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tbw0Rjhkr5 .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tbw0Rjhkr5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tbw0Rjhkr5 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tbw0Rjhkr5 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tbw0Rjhkr5 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tbw0Rjhkr5 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tbw0Rjhkr5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tbw0Rjhkr5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbw0Rjhkr5 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbw0Rjhkr5 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tbw0Rjhkr5 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tbw0Rjhkr5 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tbw0Rjhkr5 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tcxlCgLSzP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcxlCgLSzP .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tcxlCgLSzP .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tcxlCgLSzP .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tcxlCgLSzP .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tcxlCgLSzP .mbr-text {
  margin-bottom: 20px;
}
.cid-tcxlCgLSzP .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tcxlCgLSzP .wrap {
    height: 200px;
  }
}
.cid-tcxlCgLSzP .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tcxlCgLSzP .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tcxlCgLSzP .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tcxlCgLSzP .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tcxlCgLSzP .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tcxlCgLSzP .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tcxlCgLSzP .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tcxlCgLSzP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tcxlCgLSzP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcxlCgLSzP .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcxlCgLSzP a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tcxlCgLSzP a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tcxlCgLSzP a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tcxlCgLSzP .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-txATc6zO5o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txATc6zO5o .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-txATc6zO5o .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-txATc6zO5o .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-txATc6zO5o .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-txATc6zO5o .mbr-text {
  margin-bottom: 20px;
}
.cid-txATc6zO5o .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-txATc6zO5o .wrap {
    height: 200px;
  }
}
.cid-txATc6zO5o .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-txATc6zO5o .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-txATc6zO5o .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-txATc6zO5o .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-txATc6zO5o .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-txATc6zO5o .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-txATc6zO5o .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-txATc6zO5o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-txATc6zO5o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txATc6zO5o .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-txATc6zO5o a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-txATc6zO5o a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-txATc6zO5o a.close {
    right: 50px;
    top: 25px;
  }
  .cid-txATc6zO5o .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tbwzorkL1G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-tbwzorkL1G .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-txAEIiO1dM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-txAEIiO1dM .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-tDkyWzaMWn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDkyWzaMWn .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tDkyWzaMWn .mbr-section-btn {
  margin-top: 30px;
}
.cid-tDkyWzaMWn .block__left,
.cid-tDkyWzaMWn .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-tDkyWzaMWn .block__left,
  .cid-tDkyWzaMWn .block__right {
    padding: 30px;
  }
}
.cid-tDkyWzaMWn .title__block {
  position: relative;
  z-index: 2;
}
.cid-tDkyWzaMWn .left__image {
  background-image: url("../../../assets/images/picforfocolink-807x441.png");
}
.cid-tDkyWzaMWn .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-tDkyWzaMWn .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-tDkyWzaMWn .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-tDkyWzaMWn .left__image,
.cid-tDkyWzaMWn .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-tDkyWzaMWn .container,
  .cid-tDkyWzaMWn .container-fluid,
  .cid-tDkyWzaMWn .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-tDkyWzaMWn .wrap_left,
  .cid-tDkyWzaMWn .wrap_right {
    padding: 0;
  }
}
.cid-rRIja2QhYv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffdc00;
}
.cid-rRIja2QhYv .content__block {
  background: rgba(255, 33, 33, 0.1);
  border-radius: 4px;
  padding: 30px;
}
.cid-rRIja2QhYv .mbr-section-title {
  margin-bottom: 20px;
  color: #d90a2c;
}
.cid-rRIja2QhYv .text__subt {
  margin-bottom: 20px;
}
.cid-rRIja2QhYv .mbr-text {
  margin: 10px 0 20px;
}
.cid-rRIja2QhYv .subscribe__form {
  padding-bottom: 50px;
}
.cid-rRIja2QhYv .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRIja2QhYv .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: #f5f7fd !important;
  font-size: 16px;
  color: #191f23;
  border-radius: 4px;
}
.cid-rRIja2QhYv .input-group-btn {
  padding-left: 0;
}
.cid-rRIja2QhYv .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRIja2QhYv .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRIja2QhYv .mbr-form .btn {
  margin: 0;
}
.cid-rRIja2QhYv input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRIja2QhYv input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRIja2QhYv .divider {
  background-color: #191f23;
  height: 1px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .cid-rRIja2QhYv .divider {
    margin: 0 15px;
  }
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sE8VroyztQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sE8VroyztQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sE8VroyztQ img:hover {
  transform: scale(1.1);
}
.cid-sE8VroyztQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sE8VroyztQ h2 {
  padding: 0;
  margin: 0;
}
.cid-sE8VroyztQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sE8VroyztQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sE8VroyztQ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-sE8VroyztQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sE8VroyztQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sE8VroyztQ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sE8VroyztQ .mbr-iconfont {
  margin: 0!important;
}
.cid-sE8VroyztQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sE8VroyztQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sE8VroyztQ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sE8VroyztQ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sE8VroyztQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sE8VroyztQ H2 {
  color: #333333;
}
.cid-sE8VroyztQ .mbr-text {
  color: #767676;
  text-align: right;
}
.cid-tbwithHKke {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-tbwithHKke .title__block {
  padding-bottom: 40px;
}
.cid-tbwithHKke .carousel {
  margin-bottom: 80px;
}
.cid-tbwithHKke .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tbwithHKke .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbwithHKke .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tbwithHKke .carousel-inner {
  overflow: visible !important;
}
.cid-tbwithHKke .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tbwithHKke .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tbwithHKke .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tbwithHKke .user {
  height: 300px;
}
.cid-tbwithHKke .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tbwithHKke .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbwithHKke .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tbwithHKke .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tbwithHKke .carousel-control-prev {
    left: -2%;
  }
  .cid-tbwithHKke .carousel-control-next {
    left: 6%;
  }
  .cid-tbwithHKke .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tbwithHKke .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tbwithHKke .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tbwithHKke .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tbwithHKke .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tbwithHKke .carousel-controls {
    display: none;
  }
  .cid-tbwithHKke .carousel {
    margin-bottom: 0;
  }
}
.cid-tMRTW03TAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tMRTW03TAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMRTW03TAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMRTW03TAe .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tMRTW03TAe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tMRTW03TAe .container {
    padding: 0 26px;
  }
}
.cid-tMRTW03TAe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMRTW03TAe .card {
    margin-bottom: 40px;
  }
  .cid-tMRTW03TAe .card:last-child {
    margin-bottom: 0;
  }
}
.cid-tMRTW03TAe .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-tMRTW03TAe .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tMRTW03TAe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tMRTW03TAe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMRTW03TAe .image-wrapper a {
  display: block;
  position: relative;
}
.cid-tMRTW03TAe .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-tMRTW03TAe .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-tMRTW03TAe .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-tMRTW03TAe .image-wrapper a img {
    height: 300px;
  }
}
.cid-tMRTW03TAe .mbr-section-title {
  color: #ffffff;
}
.cid-tMRTW03TAe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMRTW03TAe .mbr-text {
  color: #cacaca;
}
.cid-tcIJArjYMs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tcIJArjYMs .title__block {
  position: relative;
  z-index: 10;
}
.cid-tcIJArjYMs .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tcIJArjYMs .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-tcIJArjYMs .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tcIJArjYMs .mbr-section-btn {
  padding-right: 150px;
}
.cid-tcIJArjYMs .slider__block .container {
  padding: 0 15px;
}
.cid-tcIJArjYMs .carousel {
  padding-bottom: 100px;
}
.cid-tcIJArjYMs .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tcIJArjYMs .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tcIJArjYMs .carousel-item.active {
  opacity: 1;
}
.cid-tcIJArjYMs .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tcIJArjYMs .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-tcIJArjYMs .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tcIJArjYMs .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tcIJArjYMs .carousel-item .cloneditem-1,
.cid-tcIJArjYMs .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tcIJArjYMs .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tcIJArjYMs .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tcIJArjYMs .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tcIJArjYMs .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tcIJArjYMs .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tcIJArjYMs .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tcIJArjYMs .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-tcIJArjYMs .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tcIJArjYMs .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tcIJArjYMs .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tcIJArjYMs .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tcIJArjYMs .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tcIJArjYMs .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-tcIJArjYMs .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tcIJArjYMs .cloneditem-1,
.cid-tcIJArjYMs .cloneditem-2,
.cid-tcIJArjYMs .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tcIJArjYMs .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tcIJArjYMs .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tcIJArjYMs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tcIJArjYMs .carousel-inner.slides2 .cloneditem-1,
  .cid-tcIJArjYMs .carousel-inner.slides2 .cloneditem-2,
  .cid-tcIJArjYMs .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tcIJArjYMs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tcIJArjYMs .carousel-inner.slides3 .cloneditem-1,
  .cid-tcIJArjYMs .carousel-inner.slides3 .cloneditem-2,
  .cid-tcIJArjYMs .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tcIJArjYMs .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tcIJArjYMs .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tcIJArjYMs .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tcIJArjYMs .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tcIJArjYMs .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tcIJArjYMs .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tcIJArjYMs .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tcIJArjYMs .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tcIJArjYMs .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tcIJArjYMs .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tcIJArjYMs .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tcIJArjYMs .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tcIJArjYMs .carousel {
    padding-bottom: 50px;
  }
}
.cid-tbwuJKcGeX.popup-builder {
  background-color: #ffffff;
}
.cid-tbwuJKcGeX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbwuJKcGeX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbwuJKcGeX .modal-content,
.cid-tbwuJKcGeX .modal-dialog {
  height: auto;
}
.cid-tbwuJKcGeX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbwuJKcGeX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbwuJKcGeX .form-wrapper .mbr-form .form-group,
  .cid-tbwuJKcGeX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbwuJKcGeX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbwuJKcGeX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbwuJKcGeX .mbr-text {
  text-align: center;
}
.cid-tbwuJKcGeX .pt-0 {
  padding-top: 0 !important;
}
.cid-tbwuJKcGeX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbwuJKcGeX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbwuJKcGeX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbwuJKcGeX .modal-open {
  overflow: hidden;
}
.cid-tbwuJKcGeX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbwuJKcGeX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbwuJKcGeX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbwuJKcGeX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tbwuJKcGeX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbwuJKcGeX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbwuJKcGeX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbwuJKcGeX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbwuJKcGeX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbwuJKcGeX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbwuJKcGeX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbwuJKcGeX .modal-backdrop.show {
  opacity: .5;
}
.cid-tbwuJKcGeX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tbwuJKcGeX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbwuJKcGeX .modal-header {
    padding: 1rem;
  }
}
.cid-tbwuJKcGeX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbwuJKcGeX .modal-header .close svg {
  fill: #353535;
}
.cid-tbwuJKcGeX .modal-header .close:hover {
  opacity: 1;
}
.cid-tbwuJKcGeX .modal-header .close:focus {
  outline: none;
}
.cid-tbwuJKcGeX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tbwuJKcGeX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbwuJKcGeX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbwuJKcGeX .modal-body {
    padding: 1rem;
  }
}
.cid-tbwuJKcGeX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbwuJKcGeX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbwuJKcGeX .modal-footer {
    padding: 1rem;
  }
}
.cid-tbwuJKcGeX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbwuJKcGeX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbwuJKcGeX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbwuJKcGeX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbwuJKcGeX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbwuJKcGeX .modal-lg,
  .cid-tbwuJKcGeX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbwuJKcGeX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbwuJKcGeX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbwuJKcGeX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tbwuJKcGeX .form-group {
  margin-bottom: 1rem;
}
.cid-tbwuJKcGeX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbwuJKcGeX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbwuJKcGeX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tbwuJKcGeX .mbr-section-btn {
  margin: 0;
}
.cid-tbwuJKcGeX .mbr-section-btn .btn {
  margin: 0;
}
.cid-tDkrladVTT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDkrladVTT .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tDkrladVTT .mbr-section-btn {
  margin-top: 30px;
}
.cid-tDkrladVTT .block__left,
.cid-tDkrladVTT .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-tDkrladVTT .block__left,
  .cid-tDkrladVTT .block__right {
    padding: 30px;
  }
}
.cid-tDkrladVTT .title__block {
  position: relative;
  z-index: 2;
}
.cid-tDkrladVTT .left__image {
  background-image: url("../../../assets/images/picforfocolink-807x441.png");
}
.cid-tDkrladVTT .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-tDkrladVTT .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-tDkrladVTT .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-tDkrladVTT .left__image,
.cid-tDkrladVTT .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-tDkrladVTT .container,
  .cid-tDkrladVTT .container-fluid,
  .cid-tDkrladVTT .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-tDkrladVTT .wrap_left,
  .cid-tDkrladVTT .wrap_right {
    padding: 0;
  }
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sE728JKZjG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-sE728JKZjG .content__block {
  padding: 50px 15px;
}
.cid-sE728JKZjG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sE728JKZjG .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sE728JKZjG .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sE728JKZjG .image {
  perspective: 3500px;
  position: relative;
}
.cid-sE728JKZjG .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-sE728JKZjG .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sE728JKZjG .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sE728JKZjG .mbr-section-btn .btn-white-outline:hover {
  color: #d90a2c !important;
}
@media (max-width: 991px) {
  .cid-sE728JKZjG .content__block {
    padding: 30px 15px;
  }
  .cid-sE728JKZjG .mbr-figure {
    padding: 0;
  }
  .cid-sE728JKZjG .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sE728JKZjG .lg-push {
    right: 1%;
  }
  .cid-sE728JKZjG .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sE728JKZjG .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-sE728JKZjG .lg-push {
    left: 1%;
  }
  .cid-sE728JKZjG .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-sE728JKZjG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sE8T34iqxC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c3c3c3;
}
.cid-sE8T34iqxC .mbr-section-subtitle {
  color: #767676;
}
.cid-sE8T34iqxC .mbr-section-title {
  color: #ffffff;
}
.cid-sE8T34iqxC .mbr-section-title I {
  color: #d11b0c;
}
.cid-txB7bzIJLb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-txB7bzIJLb .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-ufDMw3AlXb {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-ufDMw3AlXb .link-wrapper {
  width: 100%;
}
.cid-ufDMw3AlXb .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-ufDMw3AlXb .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-ufDMw3AlXb .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-ufDMw3AlXb .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-ufDMw3AlXb .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-ufDMw3AlXb .mbr-section-title DIV {
  text-align: center;
}
.cid-ufDMw3AlXb .mbr-text,
.cid-ufDMw3AlXb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufDMw3AlXb .link,
.cid-ufDMw3AlXb .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ufDMw3AlXb .mbr-section-title {
  color: #ffffff;
}
.cid-ufDMw3AlXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufDMw3AlXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/screenshot-2023-06-13-122451-1018x471.png");
}
.cid-ufDMz59QbU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ufDMz59QbU .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-ufDMz59QbU .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-ufDMz59QbU .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-ufDMz59QbU .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-ufDMz59QbU .mbr-text {
  margin-bottom: 20px;
}
.cid-ufDMz59QbU .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-ufDMz59QbU .wrap {
    height: 200px;
  }
}
.cid-ufDMz59QbU .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-ufDMz59QbU .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-ufDMz59QbU .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-ufDMz59QbU .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-ufDMz59QbU .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-ufDMz59QbU .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-ufDMz59QbU .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-ufDMz59QbU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-ufDMz59QbU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufDMz59QbU .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ufDMz59QbU a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ufDMz59QbU a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-ufDMz59QbU a.close {
    right: 50px;
    top: 25px;
  }
  .cid-ufDMz59QbU .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-ufDMz59QbU .mbr-section-title {
  color: #ffdc00;
  text-align: center;
}
.cid-ufDMz59QbU .mbr-text,
.cid-ufDMz59QbU .mbr-section-btn {
  color: #ffdc00;
  text-align: center;
}
.cid-ufDMAazZMs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-ufDMAazZMs .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-tHcH8k1oYz {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-tHcH8k1oYz .link-wrapper {
  width: 100%;
}
.cid-tHcH8k1oYz .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tHcH8k1oYz .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tHcH8k1oYz .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tHcH8k1oYz .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tHcH8k1oYz .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tHcH8k1oYz .mbr-section-title DIV {
  text-align: center;
}
.cid-tHcH8k1oYz .mbr-text,
.cid-tHcH8k1oYz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tHcH8k1oYz .link,
.cid-tHcH8k1oYz .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tHcH8k1oYz .mbr-section-title {
  color: #ffffff;
}
.cid-tHcH8k1oYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHcH8k1oYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/screenshot-2023-06-13-122451-1018x471.png");
}
.cid-tGGH4U0NxH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tGGH4U0NxH .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tGGH4U0NxH .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tGGH4U0NxH .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tGGH4U0NxH .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tGGH4U0NxH .mbr-text {
  margin-bottom: 20px;
}
.cid-tGGH4U0NxH .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tGGH4U0NxH .wrap {
    height: 200px;
  }
}
.cid-tGGH4U0NxH .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tGGH4U0NxH .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tGGH4U0NxH .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tGGH4U0NxH .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tGGH4U0NxH .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tGGH4U0NxH .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tGGH4U0NxH .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tGGH4U0NxH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tGGH4U0NxH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGGH4U0NxH .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGGH4U0NxH a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tGGH4U0NxH a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tGGH4U0NxH a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tGGH4U0NxH .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tGGH4U0NxH .mbr-section-title {
  color: #ffdc00;
}
.cid-tGGH4U0NxH .mbr-text,
.cid-tGGH4U0NxH .mbr-section-btn {
  color: #ffdc00;
}
.cid-t6dCQVmJlQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/bd0debdb-fe13-45e2-a8f9-bc09b98b71a5.gif");
}
.cid-t6dCQVmJlQ .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-t6dCQVmJlQ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t6dCQVmJlQ .mbr-section-title span {
  color: #ffbc00;
}
.cid-t6dCQVmJlQ .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6dCQVmJlQ .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-ufDNbqY0OJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufDNbqY0OJ .container-fluid {
  padding: 0 2rem;
}
.cid-ufDNbqY0OJ .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  display: inline-block;
}
.cid-ufDNbqY0OJ .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-ufDNbqY0OJ .timeline-text-content p {
  margin-bottom: 0;
}
.cid-ufDNbqY0OJ .time-line-date-content {
  margin-right: 2rem;
}
.cid-ufDNbqY0OJ .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-ufDNbqY0OJ .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-ufDNbqY0OJ .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0087ab;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-ufDNbqY0OJ .separline:before,
.cid-ufDNbqY0OJ .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-ufDNbqY0OJ .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ufDNbqY0OJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-ufDNbqY0OJ .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-ufDNbqY0OJ .separline:before,
  .cid-ufDNbqY0OJ .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-ufDNbqY0OJ .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-ufDNbqY0OJ .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-ufDNbqY0OJ .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-ufDNbqY0OJ .time-line-date-content p {
    float: left !important;
  }
  .cid-ufDNbqY0OJ .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-ufDNbqY0OJ .mbr-section-title,
.cid-ufDNbqY0OJ .underline {
  text-align: center;
}
.cid-ufDNbqY0OJ .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-ufDNbqY0OJ .mbr-timeline-date {
  color: #d90a2c;
}
.cid-ufDNbqY0OJ .mbr-timeline-title {
  color: #d90a2c;
}
.cid-txMKsearlw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txMKsearlw .container-fluid {
  padding: 0 2rem;
}
.cid-txMKsearlw .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  display: inline-block;
}
.cid-txMKsearlw .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-txMKsearlw .timeline-text-content p {
  margin-bottom: 0;
}
.cid-txMKsearlw .time-line-date-content {
  margin-right: 2rem;
}
.cid-txMKsearlw .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-txMKsearlw .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-txMKsearlw .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0087ab;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-txMKsearlw .separline:before,
.cid-txMKsearlw .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-txMKsearlw .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-txMKsearlw .container-fluid {
    padding: 0 1rem;
  }
  .cid-txMKsearlw .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-txMKsearlw .separline:before,
  .cid-txMKsearlw .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-txMKsearlw .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-txMKsearlw .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-txMKsearlw .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-txMKsearlw .time-line-date-content p {
    float: left !important;
  }
  .cid-txMKsearlw .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-txMKsearlw .mbr-section-title,
.cid-txMKsearlw .underline {
  text-align: center;
}
.cid-txMKsearlw .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-txMKsearlw .mbr-timeline-date {
  color: #d90a2c;
}
.cid-txMKsearlw .mbr-timeline-title {
  color: #d90a2c;
}
.cid-txB6MFv3dg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txB6MFv3dg .main_header {
  margin-bottom: 5rem;
}
.cid-txB6MFv3dg .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-txB6MFv3dg .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-txB6MFv3dg .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-txB6MFv3dg .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-txB6MFv3dg .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-txB6MFv3dg .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-txB6MFv3dg img,
.cid-txB6MFv3dg .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 350px;
  object-fit: cover;
}
.cid-txB6MFv3dg .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cid-txB6MFv3dg .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-txB6MFv3dg .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-txB6MFv3dg .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-txB6MFv3dg .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-txB6MFv3dg .list_content:nth-child(1) {
  border: none;
}
.cid-txB6MFv3dg .list_date {
  min-width: 130px;
  text-align: right;
}
.cid-txB6MFv3dg .list_text {
  padding: 0 1rem;
}
.cid-txB6MFv3dg .list_number {
  min-width: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-txB6MFv3dg .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-txB6MFv3dg .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-txB6MFv3dg .mbr-text {
    margin-top: .75rem;
  }
  .cid-txB6MFv3dg .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-txB6MFv3dg .item-img,
  .cid-txB6MFv3dg img {
    max-height: 200px;
  }
  .cid-txB6MFv3dg .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-txB6MFv3dg .list_text {
    padding: 5px 0;
  }
  .cid-txB6MFv3dg .list_number {
    text-align: left;
  }
}
.cid-txB7dNmuQh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txB7dNmuQh .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-txB7dNmuQh .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-txB7dNmuQh .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-txB7dNmuQh .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-txB7dNmuQh .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-txB7dNmuQh .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-txB7dNmuQh img,
.cid-txB7dNmuQh .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 350px;
  object-fit: cover;
}
.cid-txB7dNmuQh .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cid-txB7dNmuQh .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-txB7dNmuQh .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-txB7dNmuQh .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-txB7dNmuQh .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-txB7dNmuQh .list_content:nth-child(1) {
  border: none;
}
.cid-txB7dNmuQh .list_date {
  min-width: 130px;
  text-align: right;
}
.cid-txB7dNmuQh .list_text {
  padding: 0 1rem;
}
.cid-txB7dNmuQh .list_number {
  min-width: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-txB7dNmuQh .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-txB7dNmuQh .mbr-text {
    margin-top: .75rem;
  }
  .cid-txB7dNmuQh .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-txB7dNmuQh .item-img,
  .cid-txB7dNmuQh img {
    max-height: 200px;
  }
  .cid-txB7dNmuQh .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-txB7dNmuQh .list_text {
    padding: 5px 0;
  }
  .cid-txB7dNmuQh .list_number {
    text-align: left;
  }
}
.cid-t6dqFvXXEW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-t6dqFvXXEW .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-tMRZq7hQUl {
  background-image: url("../../../assets/images/background1.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tMRZq7hQUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMRZq7hQUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMRZq7hQUl .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tMRZq7hQUl .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tMRZq7hQUl .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/queensmainflyer-2000x2583.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tMRZq7hQUl .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tMRZq7hQUl .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tMRZq7hQUl .col-text {
    padding: 12px !important;
  }
}
.cid-tMRZq7hQUl .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tMRZq7hQUl .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tMRZq7hQUl .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tMRZq7hQUl .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-tMRZq7hQUl .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tMRZq7hQUl .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tMRZq7hQUl .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tMRZq7hQUl .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tMRZq7hQUl .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tMRZq7hQUl .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tMRZq7hQUl .mbr-section-btn {
  position: relative;
}
.cid-tr9SCrGEdb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tr9SCrGEdb .title__block {
  position: relative;
  z-index: 10;
}
.cid-tr9SCrGEdb .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tr9SCrGEdb .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-tr9SCrGEdb .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tr9SCrGEdb .mbr-section-btn {
  padding-right: 150px;
}
.cid-tr9SCrGEdb .slider__block .container {
  padding: 0 15px;
}
.cid-tr9SCrGEdb .carousel {
  padding-bottom: 100px;
}
.cid-tr9SCrGEdb .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tr9SCrGEdb .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tr9SCrGEdb .carousel-item.active {
  opacity: 1;
}
.cid-tr9SCrGEdb .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tr9SCrGEdb .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-tr9SCrGEdb .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tr9SCrGEdb .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tr9SCrGEdb .carousel-item .cloneditem-1,
.cid-tr9SCrGEdb .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tr9SCrGEdb .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tr9SCrGEdb .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tr9SCrGEdb .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tr9SCrGEdb .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tr9SCrGEdb .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tr9SCrGEdb .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tr9SCrGEdb .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-tr9SCrGEdb .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tr9SCrGEdb .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tr9SCrGEdb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tr9SCrGEdb .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tr9SCrGEdb .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tr9SCrGEdb .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-tr9SCrGEdb .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tr9SCrGEdb .cloneditem-1,
.cid-tr9SCrGEdb .cloneditem-2,
.cid-tr9SCrGEdb .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tr9SCrGEdb .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tr9SCrGEdb .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tr9SCrGEdb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tr9SCrGEdb .carousel-inner.slides2 .cloneditem-1,
  .cid-tr9SCrGEdb .carousel-inner.slides2 .cloneditem-2,
  .cid-tr9SCrGEdb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tr9SCrGEdb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tr9SCrGEdb .carousel-inner.slides3 .cloneditem-1,
  .cid-tr9SCrGEdb .carousel-inner.slides3 .cloneditem-2,
  .cid-tr9SCrGEdb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tr9SCrGEdb .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tr9SCrGEdb .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tr9SCrGEdb .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tr9SCrGEdb .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tr9SCrGEdb .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tr9SCrGEdb .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tr9SCrGEdb .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tr9SCrGEdb .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tr9SCrGEdb .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tr9SCrGEdb .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tr9SCrGEdb .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tr9SCrGEdb .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tr9SCrGEdb .carousel {
    padding-bottom: 50px;
  }
}
.cid-tbwfqfLnEk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tbwfqfLnEk .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tbwfqfLnEk .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tbwfqfLnEk .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbwfqfLnEk .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tbwfqfLnEk .mbr-text {
  margin-bottom: 20px;
}
.cid-tbwfqfLnEk .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tbwfqfLnEk .wrap {
    height: 200px;
  }
}
.cid-tbwfqfLnEk .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tbwfqfLnEk .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tbwfqfLnEk .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tbwfqfLnEk .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tbwfqfLnEk .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tbwfqfLnEk .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tbwfqfLnEk .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tbwfqfLnEk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tbwfqfLnEk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbwfqfLnEk .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbwfqfLnEk a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tbwfqfLnEk a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tbwfqfLnEk a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tbwfqfLnEk .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tbwft8DIRD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tbwft8DIRD .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tbwft8DIRD .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tbwft8DIRD .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbwft8DIRD .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tbwft8DIRD .mbr-text {
  margin-bottom: 20px;
}
.cid-tbwft8DIRD .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tbwft8DIRD .wrap {
    height: 200px;
  }
}
.cid-tbwft8DIRD .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tbwft8DIRD .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tbwft8DIRD .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tbwft8DIRD .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tbwft8DIRD .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tbwft8DIRD .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tbwft8DIRD .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tbwft8DIRD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tbwft8DIRD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbwft8DIRD .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbwft8DIRD a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tbwft8DIRD a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tbwft8DIRD a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tbwft8DIRD .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-txBaKBzJbh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txBaKBzJbh .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-txBaKBzJbh .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-txBaKBzJbh .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-txBaKBzJbh .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-txBaKBzJbh .mbr-text {
  margin-bottom: 20px;
}
.cid-txBaKBzJbh .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-txBaKBzJbh .wrap {
    height: 200px;
  }
}
.cid-txBaKBzJbh .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-txBaKBzJbh .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-txBaKBzJbh .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-txBaKBzJbh .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-txBaKBzJbh .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-txBaKBzJbh .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-txBaKBzJbh .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-txBaKBzJbh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-txBaKBzJbh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txBaKBzJbh .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-txBaKBzJbh a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-txBaKBzJbh a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-txBaKBzJbh a.close {
    right: 50px;
    top: 25px;
  }
  .cid-txBaKBzJbh .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-txBaLMTula {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txBaLMTula .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-txBaLMTula .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-txBaLMTula .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-txBaLMTula .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-txBaLMTula .mbr-text {
  margin-bottom: 20px;
}
.cid-txBaLMTula .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-txBaLMTula .wrap {
    height: 200px;
  }
}
.cid-txBaLMTula .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-txBaLMTula .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-txBaLMTula .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-txBaLMTula .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-txBaLMTula .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-txBaLMTula .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-txBaLMTula .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-txBaLMTula .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-txBaLMTula .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txBaLMTula .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-txBaLMTula a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-txBaLMTula a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-txBaLMTula a.close {
    right: 50px;
    top: 25px;
  }
  .cid-txBaLMTula .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-txGPTJIV8K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-txGPTJIV8K .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-sWhNeS4EBl {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/video-to-gif-converter-2.gif");
}
.cid-sWhNeS4EBl .mbr-section-subtitle {
  color: #767676;
}
.cid-sWhNeS4EBl .mbr-section-title {
  color: #ffffff;
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sE70hOlIuT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-sE70hOlIuT .content__block {
  padding: 50px 15px;
}
.cid-sE70hOlIuT .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sE70hOlIuT .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sE70hOlIuT .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sE70hOlIuT .image {
  perspective: 3500px;
  position: relative;
}
.cid-sE70hOlIuT .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sE70hOlIuT .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sE70hOlIuT .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sE70hOlIuT .mbr-section-btn .btn-white-outline:hover {
  color: #d90a2c !important;
}
@media (max-width: 991px) {
  .cid-sE70hOlIuT .content__block {
    padding: 30px 15px;
  }
  .cid-sE70hOlIuT .mbr-figure {
    padding: 0;
  }
  .cid-sE70hOlIuT .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sE70hOlIuT .lg-push {
    right: 13%;
  }
  .cid-sE70hOlIuT .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sE70hOlIuT .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sE70hOlIuT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sENSsSh97Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sENSsSh97Z [class^="socicon-"]:before,
.cid-sENSsSh97Z [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sENSsSh97Z .social-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sENSsSh97Z .soc-item {
  width: 50px;
  height: 50px;
  background: #d90a2c;
  border-radius: 100%;
  display: flex;
  -webkit-box-shadow: 0 10px 15px rgba(144, 7, 29, 0.4);
  box-shadow: 0 10px 15px rgba(144, 7, 29, 0.4);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-sENSsSh97Z .soc-item span {
  font-size: 1.4rem;
  color: #ffdc00 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sENSsSh97Z .soc-item:hover span {
  color: #000000 !important;
}
.cid-sEOpIwHT7Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sEOpIwHT7Z .mbr-section-subtitle {
  color: #767676;
}
.cid-sEOpIwHT7Z .mbr-section-title {
  color: #ffffff;
}
.cid-tcwZaryROL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tcwZaryROL .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-tcwZaryROL .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-tcwZaryROL .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tcwZaryROL .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-tcwZaryROL .mbr-text {
  margin-bottom: 20px;
}
.cid-tcwZaryROL .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-tcwZaryROL .wrap {
    height: 200px;
  }
}
.cid-tcwZaryROL .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tcwZaryROL .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-tcwZaryROL .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tcwZaryROL .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(217, 10, 44, 0.95);
  border-radius: 50%;
}
.cid-tcwZaryROL .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tcwZaryROL .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tcwZaryROL .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(217, 10, 44, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tcwZaryROL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tcwZaryROL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tcwZaryROL .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tcwZaryROL a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tcwZaryROL a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-tcwZaryROL a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tcwZaryROL .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sE7aDC6Nk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/188413244-1103003216854720-1465808046269657631-n-720x960.jpg");
}
.cid-sE7aDC6Nk6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sE7aDC6Nk6 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sE7aDC6Nk6 form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-sE7aDC6Nk6 form.mbr-form {
    padding: 1rem;
  }
}
.cid-sE7aDC6Nk6 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sE7aDC6Nk6 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
.cid-sEOIa8FLjT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/video-to-gif-converter-2.gif");
}
.cid-sEOIa8FLjT .mbr-text,
.cid-sEOIa8FLjT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sEOLCKOwDJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d90a2c;
}
.cid-sEOLCKOwDJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sEOLCKOwDJ .mbr-section-title {
  color: #ffffff;
}
.cid-sEOOMo6D72 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #17161a;
}
.cid-sEOOMo6D72 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sEOOMo6D72 input,
.cid-sEOOMo6D72 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sEOOMo6D72 input:focus,
.cid-sEOOMo6D72 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sEOOMo6D72 .form-control,
.cid-sEOOMo6D72 .field-input {
  padding: 0.5rem;
  background-color: #6a696c;
  border-color: #ebeaed;
  color: #ebeaed;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEOOMo6D72 .form-control:hover,
.cid-sEOOMo6D72 .field-input:hover,
.cid-sEOOMo6D72 .form-control:focus,
.cid-sEOOMo6D72 .field-input:focus {
  background-color: #6a696c;
  border-color: #ebeaed;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEOOMo6D72 input::-webkit-input-placeholder,
.cid-sEOOMo6D72 textarea::-webkit-input-placeholder {
  color: #ebeaed;
}
.cid-sEOOMo6D72 input:-moz-placeholder,
.cid-sEOOMo6D72 textarea:-moz-placeholder {
  color: #ebeaed;
}
.cid-sEOOMo6D72 .jq-selectbox li,
.cid-sEOOMo6D72 .jq-selectbox li {
  background-color: #6a696c;
  color: #ffffff;
}
.cid-sEOOMo6D72 .jq-selectbox li:hover,
.cid-sEOOMo6D72 .jq-selectbox li.selected {
  background-color: #6a696c;
  color: #ffffff;
}
.cid-sEOOMo6D72 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #6a696c;
}
.cid-sEOOMo6D72 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #6a696c;
}
.cid-sEOOMo6D72 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sEOOMo6D72 .mbr-form {
  max-width: 450px;
}
.cid-sEOOMo6D72 textarea {
  min-height: 150px;
}
.cid-sEOOMo6D72 .mbr-text {
  color: #cccccc;
}
.cid-sEOOMo6D72 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sEOOMo6D72 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sEOOMo6D72 H2 {
  color: #ffdc00;
}
.cid-sEOOMo6D72 LABEL {
  color: #ebeaed;
}
.cid-sFUkvGYJ9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFUkvGYJ9S .title__block {
  padding: 30px 15px;
}
.cid-sFUkvGYJ9S .mbr-text {
  margin-bottom: 30px;
}
.cid-sFUkvGYJ9S .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sFUkvGYJ9S .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sFUkvGYJ9S .bottom__text {
  margin: 10px 0;
}
.cid-sFUkvGYJ9S .btn {
  margin-top: 0;
}
.cid-sFUkvGYJ9S .btn:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.cid-sFUkvGYJ9S img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sFUkvGYJ9S .image {
    margin-bottom: 10px;
  }
  .cid-sFUkvGYJ9S .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sFUkvGYJ9S .mbr-section-title {
  text-align: center;
}
.cid-sFUkvGYJ9S .mbr-text,
.cid-sFUkvGYJ9S .mbr-section-btn {
  text-align: center;
}
.cid-sFUfkosSSK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fd;
}
.cid-sFUfkosSSK .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-sFUfkosSSK .wrap {
  margin-top: 20px;
}
.cid-sFUfkosSSK .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-sFUfkosSSK .wrap__card {
    padding: 20px;
  }
}
.cid-sFUfkosSSK .item1 {
  color: #ffffff;
  background-color: #000000;
}
.cid-sFUfkosSSK .item2 {
  color: #000000;
  background-color: #ffdc00;
}
.cid-sFUfkosSSK .item3 {
  color: #ffffff;
  background-color: #d90a2c;
}
.cid-sFUfkosSSK .card__title {
  margin: 0px 0px 10px;
}
.cid-sFUfkosSSK .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-sFUfkosSSK .mbr-text,
.cid-sFUfkosSSK .mbr-section-btn,
.cid-sFUfkosSSK .price__list_check {
  margin-top: 25px;
}
.cid-sFUfkosSSK .mbr-text,
.cid-sFUfkosSSK .card__time {
  margin-bottom: 0;
}
.cid-sFUfkosSSK .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sFUfkosSSK .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-sFUfkosSSK .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.cid-sFUfkosSSK .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
}
.cid-sFUfkosSSK .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
}
.cid-sFUfkosSSK .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-sFUfkosSSK .footnote {
    margin-bottom: 30px;
  }
}
.cid-sFUfkosSSK .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-sFUfkosSSK .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-sFUfkosSSK .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-sEPqsJ2m2o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d90a2c;
}
.cid-sEPqsJ2m2o .mbr-section-subtitle {
  color: #767676;
}
.cid-sEPqsJ2m2o .mbr-section-title {
  color: #ffffff;
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-traf1Su2Vg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #facb1d;
  position: relative;
  overflow: hidden;
}
.cid-traf1Su2Vg .mbr-fallback-image.disabled {
  display: none;
}
.cid-traf1Su2Vg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-traf1Su2Vg .text-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .cid-traf1Su2Vg .text-wrapper {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.cid-traf1Su2Vg .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-traf1Su2Vg .mbr-section-title.display-1 {
    font-size: 13rem !important;
  }
}
.cid-traf1Su2Vg .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  max-width: 500px;
  margin-right: auto;
  opacity: 0.8;
}
.cid-traf1Su2Vg .mbr-section-btn {
  margin-top: 1rem;
}
.cid-traf1Su2Vg .img-bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(40%, -50%);
  background: #f6f6ef;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-traf1Su2Vg .img-bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 70vw;
    transform: translate(30%, 40%);
  }
}
.cid-tra73U35Y8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tra73U35Y8 .right {
  display: flex;
  flex-direction: column;
}
.cid-tra73U35Y8 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tra73U35Y8 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tra73U35Y8 .last-p {
  padding-bottom: 0;
}
.cid-tra73U35Y8 .row {
  justify-content: center;
}
.cid-tra73U35Y8 a {
  font-weight: 600;
}
.cid-tra73U35Y8 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #d90a2c;
}
#custom-html-3n {
  /* Type valid CSS here */
}
#custom-html-3n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3n p {
  font-size: 15px;
  color: #777;
}
.cid-tra9MrQ7Qb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tra9MrQ7Qb .right {
  display: flex;
  flex-direction: column;
}
.cid-tra9MrQ7Qb .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tra9MrQ7Qb .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tra9MrQ7Qb .last-p {
  padding-bottom: 0;
}
.cid-tra9MrQ7Qb .row {
  justify-content: center;
}
.cid-tra9MrQ7Qb a {
  font-weight: 600;
}
.cid-tra9MrQ7Qb .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #d90a2c;
}
#custom-html-3q {
  /* Type valid CSS here */
}
#custom-html-3q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3q p {
  font-size: 15px;
  color: #777;
}
#custom-html-3s {
  /* Type valid CSS here */
}
#custom-html-3s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3s p {
  font-size: 15px;
  color: #777;
}
.cid-tra3F8hV67 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-tra3F8hV67 .mbr-section-title {
  color: #111019;
}
.cid-tra3F8hV67 .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tra3F8hV67 .align-right,
  .cid-tra3F8hV67 .align-left {
    text-align: center;
  }
}
.cid-tra3F8hV67 .title {
  display: flex;
  align-items: center;
}
.cid-tra3F8hV67 .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-tra3F8hV67 .row {
    padding: 2rem 1rem;
  }
}
.cid-tra3F8hV67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tra3F8hV67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txAKpWVh7e {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/bd0debdb-fe13-45e2-a8f9-bc09b98b71a5.gif");
}
.cid-txAKpWVh7e .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-txAKpWVh7e .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-txAKpWVh7e .mbr-section-title span {
  color: #ffbc00;
}
.cid-txAKpWVh7e .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txAKpWVh7e .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uTF0g8o5i7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTF0g8o5i7 .container-fluid {
  padding: 0 2rem;
}
.cid-uTF0g8o5i7 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  display: inline-block;
}
.cid-uTF0g8o5i7 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-uTF0g8o5i7 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uTF0g8o5i7 .time-line-date-content {
  margin-right: 2rem;
}
.cid-uTF0g8o5i7 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-uTF0g8o5i7 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-uTF0g8o5i7 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0087ab;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-uTF0g8o5i7 .separline:before,
.cid-uTF0g8o5i7 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-uTF0g8o5i7 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0087ab;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uTF0g8o5i7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uTF0g8o5i7 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-uTF0g8o5i7 .separline:before,
  .cid-uTF0g8o5i7 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-uTF0g8o5i7 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-uTF0g8o5i7 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uTF0g8o5i7 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uTF0g8o5i7 .time-line-date-content p {
    float: left !important;
  }
  .cid-uTF0g8o5i7 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-uTF0g8o5i7 .mbr-section-title,
.cid-uTF0g8o5i7 .underline {
  text-align: center;
}
.cid-uTF0g8o5i7 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uTF0g8o5i7 .mbr-timeline-date {
  color: #d90a2c;
}
.cid-uTF0g8o5i7 .mbr-timeline-title {
  color: #d90a2c;
}
.cid-uTF0hODMmQ {
  background-image: url("../../../assets/images/background1-7.jpg");
  display: flex;
  flex-direction: column;
}
.cid-uTF0hODMmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTF0hODMmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTF0hODMmQ .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uTF0hODMmQ .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uTF0hODMmQ .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/queensmainflyer-2000x2583.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-uTF0hODMmQ .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uTF0hODMmQ .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uTF0hODMmQ .col-text {
    padding: 12px !important;
  }
}
.cid-uTF0hODMmQ .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-uTF0hODMmQ .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-uTF0hODMmQ .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-uTF0hODMmQ .iconfont-wrapper {
  border: 2px solid #1a1e21;
  border-radius: 50%;
  background: #1a1e21;
  transition: .3s all;
}
.cid-uTF0hODMmQ .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-uTF0hODMmQ .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTF0hODMmQ .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-uTF0hODMmQ .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-uTF0hODMmQ .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uTF0hODMmQ .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-uTF0hODMmQ .mbr-section-btn {
  position: relative;
}
.cid-uTF0aG553g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTF0aG553g .main_header {
  margin-bottom: 5rem;
}
.cid-uTF0aG553g .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uTF0aG553g .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uTF0aG553g .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-uTF0aG553g .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-uTF0aG553g .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-uTF0aG553g .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-uTF0aG553g img,
.cid-uTF0aG553g .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 350px;
  object-fit: cover;
}
.cid-uTF0aG553g .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cid-uTF0aG553g .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-uTF0aG553g .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-uTF0aG553g .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-uTF0aG553g .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uTF0aG553g .list_content:nth-child(1) {
  border: none;
}
.cid-uTF0aG553g .list_date {
  min-width: 130px;
  text-align: right;
}
.cid-uTF0aG553g .list_text {
  padding: 0 1rem;
}
.cid-uTF0aG553g .list_number {
  min-width: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uTF0aG553g .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-uTF0aG553g .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uTF0aG553g .mbr-text {
    margin-top: .75rem;
  }
  .cid-uTF0aG553g .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-uTF0aG553g .item-img,
  .cid-uTF0aG553g img {
    max-height: 200px;
  }
  .cid-uTF0aG553g .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-uTF0aG553g .list_text {
    padding: 5px 0;
  }
  .cid-uTF0aG553g .list_number {
    text-align: left;
  }
}
.cid-uTF1dienf0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTF1dienf0 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uTF1dienf0 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uTF1dienf0 .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-uTF1dienf0 .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-uTF1dienf0 .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-uTF1dienf0 .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-uTF1dienf0 img,
.cid-uTF1dienf0 .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 350px;
  object-fit: cover;
}
.cid-uTF1dienf0 .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cid-uTF1dienf0 .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-uTF1dienf0 .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-uTF1dienf0 .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-uTF1dienf0 .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uTF1dienf0 .list_content:nth-child(1) {
  border: none;
}
.cid-uTF1dienf0 .list_date {
  min-width: 130px;
  text-align: right;
}
.cid-uTF1dienf0 .list_text {
  padding: 0 1rem;
}
.cid-uTF1dienf0 .list_number {
  min-width: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uTF1dienf0 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uTF1dienf0 .mbr-text {
    margin-top: .75rem;
  }
  .cid-uTF1dienf0 .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-uTF1dienf0 .item-img,
  .cid-uTF1dienf0 img {
    max-height: 200px;
  }
  .cid-uTF1dienf0 .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-uTF1dienf0 .list_text {
    padding: 5px 0;
  }
  .cid-uTF1dienf0 .list_number {
    text-align: left;
  }
}
.cid-txAJD2yYZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txAJD2yYZ9 img {
  width: 100%;
  filter: grayscale(1);
}
.cid-txAJD2yYZ9 .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-txAJD2yYZ9 .block-timeline {
  display: flex;
}
.cid-txAJD2yYZ9 .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-txAJD2yYZ9 .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-txAJD2yYZ9 .inner-date {
  padding: 1rem 1.5rem;
  background-color: #ffdc00;
}
.cid-txAJD2yYZ9 .date-block {
  margin-right: 0.6rem;
}
.cid-txAJD2yYZ9 .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-txAJD2yYZ9 .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-txAJD2yYZ9 .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-txAJD2yYZ9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-txAJD2yYZ9 .timeline-text-content {
  display: flex;
  background: #d90a2c;
  transition: all 0.4s;
}
.cid-txAJD2yYZ9 .month-block {
  font-weight: 700;
}
.cid-txAJD2yYZ9 .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-txAJD2yYZ9 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-txAJD2yYZ9 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-txAJD2yYZ9 .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-txAJD2yYZ9 .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-txAJD2yYZ9 .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-txAJD2yYZ9 .location {
  display: flex;
  align-items: center;
}
.cid-txAJD2yYZ9 .mbr-iconfont {
  font-size: 16px;
  color: #ffdc00;
}
.cid-txAJD2yYZ9 .iconsBackground {
  margin-right: 0.8rem;
}
.cid-txAJD2yYZ9 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-txAJD2yYZ9 .date-block {
    display: none;
  }
  .cid-txAJD2yYZ9 .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-txAJD2yYZ9 .image-wrap {
    padding-right: 0rem;
  }
  .cid-txAJD2yYZ9 .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-txAJD2yYZ9 .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-txAJD2yYZ9 .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-txAJD2yYZ9 .image-wrap {
    padding-right: 0rem;
  }
  .cid-txAJD2yYZ9 .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-txAJD2yYZ9 .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-txAJD2yYZ9 .block-timeline {
    padding: 0;
  }
}
.cid-txAJNTFiqb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-3886-2000x1499.jpg");
}
.cid-txAJNTFiqb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txAJNTFiqb .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-txAJNTFiqb .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-txAJNTFiqb .col-form {
    padding: 30px;
  }
}
.cid-txAJNTFiqb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-txAJNTFiqb .text-wrapper {
    text-align: center !important;
  }
}
.cid-txAJNTFiqb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #3dc84b;
}
@media (max-width: 767px) {
  .cid-txAJNTFiqb .label-text {
    text-align: center !important;
  }
}
.cid-txAJNTFiqb .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-txAJNTFiqb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-txAJNTFiqb .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-txAJNTFiqb .mbr-section-btn .btn {
  width: max-content;
}
.cid-txAJNTFiqb .mbr-section-btn .btn-black {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-txAJNTFiqb .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txAJNTFiqb .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-txAJNTFiqb .form-container {
    text-align: center !important;
  }
}
.cid-txAJNTFiqb .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-txAJNTFiqb .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-txAJNTFiqb .form-group {
  margin-bottom: 32px !important;
}
.cid-txAJNTFiqb .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-txAJNTFiqb textarea {
  min-height: 114px;
}
.cid-txAJNTFiqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-txAJNTFiqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txAJNTFiqb .mbr-section-title,
.cid-txAJNTFiqb .mbr-section-btn {
  color: #ffffff;
}
.cid-txAKlvbaPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-txAKlvbaPx .title__wrap {
  margin-bottom: 30px;
}
.cid-txAKlvbaPx .title__block {
  margin-bottom: 10px;
}
.cid-txAKlvbaPx .mbr-section-title {
  margin-bottom: 0;
}
.cid-txAKlvbaPx .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-txAKlvbaPx .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-txAKlvbaPx .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  color: #17161a !important;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-txAKlvbaPx .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-txAKlvbaPx .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-txAKlvbaPx .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-txAKlvbaPx .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-txAKlvbaPx .nav-tabs .nav-item.open .nav-link:focus,
.cid-txAKlvbaPx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-txAKlvbaPx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-txAKlvbaPx .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-txAKlvbaPx .nav-tabs .nav-link {
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-txAKlvbaPx .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-txAKlvbaPx .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-txAKlvbaPx .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-txAKlvbaPx .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-txAKlvbaPx .buttons {
    justify-content: flex-start;
  }
}
.cid-txAKuWE7jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-txAKuWE7jl .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-txAKuWE7jl .mbr-text {
  margin-bottom: 20px;
}
.cid-txAKuWE7jl .wrap {
  margin-bottom: 30px;
}
.cid-txAKuWE7jl .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-txAKuWE7jl .card__wrap:hover .author,
.cid-txAKuWE7jl .card__wrap:hover .date,
.cid-txAKuWE7jl .card__wrap:hover .category__content,
.cid-txAKuWE7jl .card__wrap:hover .category__estimate,
.cid-txAKuWE7jl .card__wrap:hover .content__title,
.cid-txAKuWE7jl .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-txAKuWE7jl .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-txAKuWE7jl .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-txAKuWE7jl .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-txAKuWE7jl .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-txAKuWE7jl .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-txAKuWE7jl .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-txAKuWE7jl .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-txAKuWE7jl .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-txAKuWE7jl .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-txAKuWE7jl .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-txAKuWE7jl .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0 ;
}
.cid-txAKuWE7jl .card__content > div {
  pointer-events: all;
}
.cid-txAKuWE7jl .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-txAKuWE7jl .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-txAKuWE7jl .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-txAKuWE7jl .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-txAKuWE7jl .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-txAKuWE7jl .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-txAKuWE7jl .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-txAKuWE7jl .mbr-section-title {
  color: #d90a2c;
}
.cid-txB9tCMFkb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003cd3;
}
.cid-txB9tCMFkb .content__block {
  padding: 50px 15px;
}
.cid-txB9tCMFkb .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-txB9tCMFkb .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-txB9tCMFkb .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-txB9tCMFkb .image {
  perspective: 3500px;
  position: relative;
}
.cid-txB9tCMFkb .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 60, 211, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 60, 211, 0.99));
}
.cid-txB9tCMFkb .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txB9tCMFkb .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-txB9tCMFkb .mbr-section-btn .btn-white-outline:hover {
  color: #d90a2c !important;
}
@media (max-width: 991px) {
  .cid-txB9tCMFkb .content__block {
    padding: 30px 15px;
  }
  .cid-txB9tCMFkb .mbr-figure {
    padding: 0;
  }
  .cid-txB9tCMFkb .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 60, 211, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-txB9tCMFkb .lg-push {
    right: 7%;
  }
  .cid-txB9tCMFkb .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-txB9tCMFkb .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-txB9tCMFkb .lg-push {
    left: 7%;
  }
  .cid-txB9tCMFkb .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-txB9tCMFkb .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
.cid-txMW1SHEVJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/corvetteforvetsflyer-small.webp");
}
.cid-txMW1SHEVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMW1SHEVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMW1SHEVJ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txMNesXzxJ {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #17161a;
  background: linear-gradient(90deg, #17161a, #4200ff);
}
.cid-txMNesXzxJ .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffdc00;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffdc00 !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffdc00 !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffdc00;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txMRJShJd1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-txMRJShJd1 .rotate {
  transform: rotate(225deg);
}
.cid-txMRJShJd1 svg {
  transition: all 0.4s;
}
.cid-txMRJShJd1 a:hover > svg {
  transform: rotate(315deg);
}
.cid-txMRJShJd1 .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-txMRJShJd1 .style-button {
    transform: translateY(-165px);
  }
}
.cid-txMLdniP5I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d90a2c;
  background: linear-gradient(90deg, #d90a2c, #ffef00);
}
.cid-txMLdniP5I .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-txMLegn5iE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txMLegn5iE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-txMLegn5iE h4 {
  margin-bottom: 2rem;
}
.cid-txMLegn5iE .col-auto {
  display: flex;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-txMLegn5iE .col-auto {
    justify-content: center;
  }
}
.cid-txMLegn5iE .form-control,
.cid-txMLegn5iE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #bbbbbb !important;
  color: #000000;
  border-radius: 0;
  transition: 0s;
  box-shadow: none;
  outline: none;
}
.cid-txMLegn5iE .form-control::-webkit-input-placeholder,
.cid-txMLegn5iE .field-input::-webkit-input-placeholder,
.cid-txMLegn5iE .form-control::-webkit-input-placeholder,
.cid-txMLegn5iE .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-txMLegn5iE .form-control:-moz-placeholder,
.cid-txMLegn5iE .field-input:-moz-placeholder,
.cid-txMLegn5iE .form-control:-moz-placeholder,
.cid-txMLegn5iE .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-txMLegn5iE .form-control:hover,
.cid-txMLegn5iE .field-input:hover,
.cid-txMLegn5iE .form-control:focus,
.cid-txMLegn5iE .field-input:focus {
  background-color: #ffffff;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-txMLegn5iE .form-control:hover::-webkit-input-placeholder,
.cid-txMLegn5iE .field-input:hover::-webkit-input-placeholder,
.cid-txMLegn5iE .form-control:focus::-webkit-input-placeholder,
.cid-txMLegn5iE .field-input:focus::-webkit-input-placeholder,
.cid-txMLegn5iE .form-control:hover::-webkit-input-placeholder,
.cid-txMLegn5iE .field-input:hover::-webkit-input-placeholder,
.cid-txMLegn5iE .form-control:focus::-webkit-input-placeholder,
.cid-txMLegn5iE .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-txMLegn5iE .form-control:hover:-moz-placeholder,
.cid-txMLegn5iE .field-input:hover:-moz-placeholder,
.cid-txMLegn5iE .form-control:focus:-moz-placeholder,
.cid-txMLegn5iE .field-input:focus:-moz-placeholder,
.cid-txMLegn5iE .form-control:hover:-moz-placeholder,
.cid-txMLegn5iE .field-input:hover:-moz-placeholder,
.cid-txMLegn5iE .form-control:focus:-moz-placeholder,
.cid-txMLegn5iE .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-txMLegn5iE .jq-number__spin:hover,
.cid-txMLegn5iE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-txMLegn5iE .jq-number__spin {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-txMLegn5iE .jq-selectbox li,
.cid-txMLegn5iE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-txMLegn5iE .jq-selectbox li:hover,
.cid-txMLegn5iE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txMLegn5iE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-txMLegn5iE .jq-number__spin.minus:hover:after,
.cid-txMLegn5iE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-txMLegn5iE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-txMLegn5iE .jq-number__spin.minus:after,
.cid-txMLegn5iE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-txMLegn5iE input::-webkit-clear-button {
  display: none;
}
.cid-txMLegn5iE input::-webkit-inner-spin-button {
  display: none;
}
.cid-txMLegn5iE input::-webkit-outer-spin-button {
  display: none;
}
.cid-txMLegn5iE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-txMLegn5iE H4 {
  color: #d90a2c;
}
.cid-txMLegn5iE .mbr-text-title {
  color: #bbbbbb;
}
.cid-txMLegn5iE LABEL {
  color: #191f23;
  text-align: center;
}
.cid-txMLegn5iE .mbr-text,
.cid-txMLegn5iE .mbr-section-btn {
  color: #d90a2c;
}
.cid-txMLegn5iE H2 {
  color: #4200ff;
}
.cid-txMLk4yX9i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffdc00;
}
.cid-txMLk4yX9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-txMLk4yX9i img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #d90a2c;
}
@media (max-width: 767px) {
  .cid-txMLk4yX9i img {
    margin-top: 2rem;
  }
}
.cid-txMLk4yX9i .row {
  background: #ffdc00;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-txMLk4yX9i .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-txMLk4yX9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txMLk4yX9i .mbr-text,
.cid-txMLk4yX9i .mbr-section-btn {
  text-align: center;
  color: #d90a2c;
}
.cid-txMLk4yX9i .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txMLk4yX9i .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sEO9JqEDsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-sEO9JqEDsM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEO9JqEDsM li {
  padding-bottom: 0.6rem;
}
.cid-sEO9JqEDsM .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .border-col {
    border: 0px;
  }
}
.cid-sEO9JqEDsM .container {
  position: relative;
}
.cid-sEO9JqEDsM .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-sEO9JqEDsM .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sEO9JqEDsM .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEO9JqEDsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sEO9JqEDsM .soc-item:hover {
  background: #d90a2c;
}
.cid-sEO9JqEDsM .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEO9JqEDsM .row {
    text-align: center;
  }
  .cid-sEO9JqEDsM .social-row {
    justify-content: center;
  }
}
.cid-sEO9JqEDsM .list {
  list-style: none;
  padding-left: 0;
}
.cid-sEO9JqEDsM .mbr-text {
  color: #ffdc00;
}
.cid-sEO9JqEDsM H5 {
  color: #ffffff;
}
