body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff002e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff002e !important;
  border-color: #ff002e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #cc0025 !important;
  border-color: #cc0025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cc0025 !important;
  border-color: #cc0025 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff002e;
  color: #ff002e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff002e !important;
  border-color: #ff002e !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff002e !important;
  border-color: #ff002e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #121212;
  border-color: #121212;
  color: #fafafa;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #121212;
  background-color: transparent;
  border-color: #121212;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #121212;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: #121212;
  border-color: #121212;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #121212;
  background-color: #fafafa;
  border-color: #fafafa;
}
.text-primary {
  color: #ff002e !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff002e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff002e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff002e;
  border-color: #ff002e;
  color: #ffffff;
}
a,
a:hover {
  color: #ff002e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff002e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff002e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff002e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff002e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff002e;
  border-bottom-color: #ff002e;
}
.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: #ff002e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff002e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sOFXHmIAh5 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sOFXHmIAh5 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sOFXHmIAh5 a {
  font-style: normal;
}
.cid-sOFXHmIAh5 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sOFXHmIAh5 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sOFXHmIAh5 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sOFXHmIAh5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOFXHmIAh5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOFXHmIAh5 .nav-item:focus,
.cid-sOFXHmIAh5 .nav-link:focus {
  outline: none;
}
.cid-sOFXHmIAh5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOFXHmIAh5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOFXHmIAh5 .menu-logo {
  margin-right: auto;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOFXHmIAh5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sOFXHmIAh5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOFXHmIAh5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOFXHmIAh5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOFXHmIAh5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOFXHmIAh5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sOFXHmIAh5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOFXHmIAh5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOFXHmIAh5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOFXHmIAh5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOFXHmIAh5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOFXHmIAh5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOFXHmIAh5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sOFXHmIAh5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOFXHmIAh5 img {
    height: 3.8rem !important;
  }
  .cid-sOFXHmIAh5 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sOFXHmIAh5 .menu-wrap {
    flex-direction: column;
  }
  .cid-sOFXHmIAh5 .btn {
    display: -webkit-flex;
  }
  .cid-sOFXHmIAh5 button.navbar-toggler {
    display: block;
  }
  .cid-sOFXHmIAh5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sOFXHmIAh5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOFXHmIAh5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing,
  .cid-sOFXHmIAh5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOFXHmIAh5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOFXHmIAh5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOFXHmIAh5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOFXHmIAh5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sOFXHmIAh5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sOFXHmIAh5 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sOFXHmIAh5 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sOFXHmIAh5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOFXHmIAh5 .nav-link:hover,
.cid-sOFXHmIAh5 .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-sOG30ukyA9 {
  background-image: url("../../../assets/images/teahub.io-night-wallpaper-17001-2000x1250.jpg");
}
.cid-sOG30ukyA9 .mbr-text,
.cid-sOG30ukyA9 .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-sOG30ukyA9 .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-sOG30ukyA9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sOG30ukyA9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sOG30ukyA9 img {
  height: 40em;
}
.cid-sOG30ukyA9 h2 {
  width: fit-content;
  position: relative;
  top: -50px;
  margin: auto;
  letter-spacing: 5px;
}
.cid-sOG30ukyA9 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 35px;
  height: 2px;
  background: currentColor;
}
.cid-sOG30ukyA9 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 35px;
  height: 2px;
  background: currentColor;
}
.cid-sOFXvbhK8Y {
  padding-top: 125px;
  padding-bottom: 100px;
  background-color: #000000;
}
.cid-sOFXvbhK8Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOFXvbhK8Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOFXvbhK8Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOFXvbhK8Y .mbr-text,
.cid-sOFXvbhK8Y .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOFXvbhK8Y h3:before,
  .cid-sOFXvbhK8Y h3:after {
    display: none;
  }
}
.cid-sOFXvbhK8Y H3 {
  color: #ffffff;
}
.cid-sOGrxuppDQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sOGrxuppDQ .item-wrapper {
  width: 100%;
}
.cid-sOGrxuppDQ .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sOGrxuppDQ .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sOGrxuppDQ .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sOGrxuppDQ .link {
  margin-top: 29px;
}
.cid-sOGrxuppDQ .col-auto {
  display: inline-block;
}
.cid-sOGrxuppDQ .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sOGrxuppDQ .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sOGrxuppDQ .container-fluid {
  padding: 0;
}
.cid-sOGrxuppDQ .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sOGrxuppDQ .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sOGrxuppDQ .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sOGrxuppDQ .right-side {
    padding: 0px;
  }
}
.cid-sOGrxuppDQ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sOGrxuppDQ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sOGrxuppDQ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sOGrxuppDQ svg {
  margin-left: 15px;
}
.cid-sOGrxuppDQ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sOGrxuppDQ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sOGrxuppDQ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sOGrxuppDQ .link a {
  background-image: none !important;
}
.cid-sOGrxuppDQ .mbr-text,
.cid-sOGrxuppDQ .link {
  text-align: left;
  color: #707070;
}
.cid-sOGs2a8vXm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sOGs2a8vXm .item-wrapper {
  width: 100%;
}
.cid-sOGs2a8vXm .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sOGs2a8vXm .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sOGs2a8vXm .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sOGs2a8vXm .link {
  margin-top: 29px;
}
.cid-sOGs2a8vXm .col-auto {
  display: inline-block;
}
.cid-sOGs2a8vXm .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sOGs2a8vXm .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sOGs2a8vXm .container-fluid {
  padding: 0;
}
.cid-sOGs2a8vXm .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sOGs2a8vXm .right-side {
  padding-left: 0;
}
.cid-sOGs2a8vXm .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sOGs2a8vXm .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sOGs2a8vXm .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sOGs2a8vXm .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sOGs2a8vXm .right-side {
    padding: 0px;
  }
}
.cid-sOGs2a8vXm a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sOGs2a8vXm rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sOGs2a8vXm .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sOGs2a8vXm svg {
  margin-left: 15px;
}
.cid-sOGs2a8vXm path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sOGs2a8vXm .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sOGs2a8vXm .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sOGs2a8vXm .link a {
  background-image: none !important;
}
.cid-sOGs2a8vXm .mbr-text,
.cid-sOGs2a8vXm .link {
  color: #707070;
}
.cid-sOGs9eZJIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sOGs9eZJIx .item-wrapper {
  width: 100%;
}
.cid-sOGs9eZJIx .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sOGs9eZJIx .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sOGs9eZJIx .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sOGs9eZJIx .link {
  margin-top: 29px;
}
.cid-sOGs9eZJIx .col-auto {
  display: inline-block;
}
.cid-sOGs9eZJIx .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sOGs9eZJIx .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sOGs9eZJIx .container-fluid {
  padding: 0;
}
.cid-sOGs9eZJIx .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sOGs9eZJIx .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sOGs9eZJIx .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sOGs9eZJIx .right-side {
    padding: 0px;
  }
}
.cid-sOGs9eZJIx a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sOGs9eZJIx rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sOGs9eZJIx .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sOGs9eZJIx svg {
  margin-left: 15px;
}
.cid-sOGs9eZJIx path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sOGs9eZJIx .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sOGs9eZJIx .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sOGs9eZJIx .link a {
  background-image: none !important;
}
.cid-sOGs9eZJIx .mbr-text,
.cid-sOGs9eZJIx .link {
  color: #707070;
}
.cid-sOKBRwcDVA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sOKBRwcDVA .item-wrapper {
  width: 100%;
}
.cid-sOKBRwcDVA .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sOKBRwcDVA .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sOKBRwcDVA .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sOKBRwcDVA .link {
  margin-top: 29px;
}
.cid-sOKBRwcDVA .col-auto {
  display: inline-block;
}
.cid-sOKBRwcDVA .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sOKBRwcDVA .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sOKBRwcDVA .container-fluid {
  padding: 0;
}
.cid-sOKBRwcDVA .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sOKBRwcDVA .right-side {
  padding-left: 0;
}
.cid-sOKBRwcDVA .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sOKBRwcDVA .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sOKBRwcDVA .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sOKBRwcDVA .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sOKBRwcDVA .right-side {
    padding: 0px;
  }
}
.cid-sOKBRwcDVA a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sOKBRwcDVA rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sOKBRwcDVA .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sOKBRwcDVA svg {
  margin-left: 15px;
}
.cid-sOKBRwcDVA path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sOKBRwcDVA .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sOKBRwcDVA .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sOKBRwcDVA .link a {
  background-image: none !important;
}
.cid-sOKBRwcDVA .mbr-text,
.cid-sOKBRwcDVA .link {
  color: #707070;
}
.cid-sOKwZLHNO6 {
  background-color: #000000;
}
.cid-sOKwZLHNO6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOKwZLHNO6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOKwZLHNO6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOKwZLHNO6 .mbr-text,
.cid-sOKwZLHNO6 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOKwZLHNO6 h3:before,
  .cid-sOKwZLHNO6 h3:after {
    display: none;
  }
}
.cid-sOKwZLHNO6 H3 {
  color: #ffffff;
}
.cid-sOKwZLHNO6 H1 {
  color: #ffffff;
}
.cid-sOGnMNBUmv {
  padding-top: 32rem;
  padding-bottom: 32rem;
  background-image: url("../../../assets/images/05-video-bg-1632x918.jpg");
}
.cid-sOGnMNBUmv .mbr-media {
  position: relative;
}
.cid-sOGnMNBUmv .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sOGnMNBUmv .icon-wrap {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOGnMNBUmv .icon-wrap a {
  height: 20px;
}
.cid-sOGnMNBUmv .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  to {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.cid-sOGnMNBUmv .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
  color: #000000;
}
.cid-sOGnMNBUmv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sOGnMNBUmv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOGnMNBUmv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sOGnMNBUmv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sOGnMNBUmv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sOGr7tGRMk {
  padding-top: 375px;
  padding-bottom: 100px;
  background-color: #000000;
}
.cid-sOGr7tGRMk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOGr7tGRMk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGr7tGRMk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGr7tGRMk .mbr-text,
.cid-sOGr7tGRMk .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOGr7tGRMk h3:before,
  .cid-sOGr7tGRMk h3:after {
    display: none;
  }
}
.cid-sOGr7tGRMk H3 {
  color: #ffffff;
}
.cid-sOGvUGKggs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOGvUGKggs .left-side {
  text-align: left;
}
.cid-sOGvUGKggs .width {
  width: 360px;
  margin: auto;
}
.cid-sOGvUGKggs .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-sOGvUGKggs .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sOGvUGKggs .container-fluid {
  padding: 0;
}
.cid-sOGvUGKggs .mbr-section-subtitle {
  color: #ff002e;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sOGvUGKggs .right-side {
  padding: 0;
}
.cid-sOGvUGKggs .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sOGvUGKggs .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sOGvUGKggs .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sOGvUGKggs .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sOGvUGKggs a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sOGvUGKggs .left-side {
    padding: 30px 20px;
  }
  .cid-sOGvUGKggs .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sOGvUGKggs .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sOGvUGKggs .mbr-text,
.cid-sOGvUGKggs .lin {
  text-align: left;
  color: #707070;
}
.cid-sOGvxeRPTO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sOGvxeRPTO .container {
  max-width: 100%;
  padding: 0 1rem;
}
.cid-sOGvxeRPTO .card {
  padding: 0!important;
}
.cid-sOGvxeRPTO .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-sOGvxeRPTO .card-box:focus-within {
  opacity: 1;
}
.cid-sOGvxeRPTO .row-center {
  height: 100%;
}
.cid-sOGvxeRPTO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-sOGvxeRPTO .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-sOGvxeRPTO .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-sOGvxeRPTO .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-sOGvxeRPTO .card-wrapper:hover .card-box,
.cid-sOGvxeRPTO .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-sOGvxeRPTO .card-wrapper:hover .card-img,
.cid-sOGvxeRPTO .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-sOGvxeRPTO .card-wrapper:hover:before,
.cid-sOGvxeRPTO .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-sOGvxeRPTO .row {
  justify-content: center;
}
.cid-sOGvxeRPTO .card-title {
  color: #ff002e;
}
@media (max-width: 992px) {
  .cid-sOGvxeRPTO .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sOGvxeRPTO .card-img {
    transform: scale(1.1);
  }
  .cid-sOGvxeRPTO .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-sOKJVM81Ew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOKJVM81Ew .left-side {
  text-align: left;
}
.cid-sOKJVM81Ew .width {
  width: 360px;
  margin: auto;
}
.cid-sOKJVM81Ew .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-sOKJVM81Ew .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sOKJVM81Ew .container-fluid {
  padding: 0;
}
.cid-sOKJVM81Ew .mbr-section-subtitle {
  color: #ff002e;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sOKJVM81Ew .right-side {
  padding: 0;
}
.cid-sOKJVM81Ew .row {
  flex-direction: row-reverse;
}
.cid-sOKJVM81Ew .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sOKJVM81Ew .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sOKJVM81Ew .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sOKJVM81Ew .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sOKJVM81Ew a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sOKJVM81Ew .left-side {
    padding: 30px 20px;
  }
  .cid-sOKJVM81Ew .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sOKJVM81Ew .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sOKJVM81Ew .mbr-text,
.cid-sOKJVM81Ew .lin {
  text-align: left;
  color: #707070;
}
.cid-sOKKoI701s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOKKoI701s .container {
  max-width: 100%;
  padding: 0 1rem;
}
.cid-sOKKoI701s .card {
  padding: 0!important;
}
.cid-sOKKoI701s .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-sOKKoI701s .card-box:focus-within {
  opacity: 1;
}
.cid-sOKKoI701s .row-center {
  height: 100%;
}
.cid-sOKKoI701s .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-sOKKoI701s .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-sOKKoI701s .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-sOKKoI701s .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-sOKKoI701s .card-wrapper:hover .card-box,
.cid-sOKKoI701s .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-sOKKoI701s .card-wrapper:hover .card-img,
.cid-sOKKoI701s .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-sOKKoI701s .card-wrapper:hover:before,
.cid-sOKKoI701s .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-sOKKoI701s .row {
  justify-content: center;
}
.cid-sOKKoI701s .card-title {
  color: #ff002e;
}
@media (max-width: 992px) {
  .cid-sOKKoI701s .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sOKKoI701s .card-img {
    transform: scale(1.1);
  }
  .cid-sOKKoI701s .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-sOKKBK7BQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOKKBK7BQa .left-side {
  text-align: left;
}
.cid-sOKKBK7BQa .width {
  width: 360px;
  margin: auto;
}
.cid-sOKKBK7BQa .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-sOKKBK7BQa .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sOKKBK7BQa .container-fluid {
  padding: 0;
}
.cid-sOKKBK7BQa .mbr-section-subtitle {
  color: #ff002e;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sOKKBK7BQa .right-side {
  padding: 0;
}
.cid-sOKKBK7BQa .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sOKKBK7BQa .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sOKKBK7BQa .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sOKKBK7BQa .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sOKKBK7BQa a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sOKKBK7BQa .left-side {
    padding: 30px 20px;
  }
  .cid-sOKKBK7BQa .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sOKKBK7BQa .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sOKKBK7BQa .mbr-text,
.cid-sOKKBK7BQa .lin {
  text-align: left;
  color: #707070;
}
.cid-sOKL1haU4m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOKL1haU4m .left-side {
  text-align: left;
}
.cid-sOKL1haU4m .width {
  width: 360px;
  margin: auto;
}
.cid-sOKL1haU4m .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-sOKL1haU4m .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sOKL1haU4m .container-fluid {
  padding: 0;
}
.cid-sOKL1haU4m .mbr-section-subtitle {
  color: #ff002e;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sOKL1haU4m .right-side {
  padding: 0;
}
.cid-sOKL1haU4m .row {
  flex-direction: row-reverse;
}
.cid-sOKL1haU4m .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sOKL1haU4m .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sOKL1haU4m .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sOKL1haU4m .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sOKL1haU4m a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sOKL1haU4m .left-side {
    padding: 30px 20px;
  }
  .cid-sOKL1haU4m .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sOKL1haU4m .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sOKL1haU4m .mbr-text,
.cid-sOKL1haU4m .lin {
  text-align: left;
  color: #707070;
}
.cid-sOGtXyHmBX {
  padding-top: 200px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sOGtXyHmBX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOGtXyHmBX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGtXyHmBX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGtXyHmBX .mbr-text,
.cid-sOGtXyHmBX .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOGtXyHmBX h3:before,
  .cid-sOGtXyHmBX h3:after {
    display: none;
  }
}
.cid-sOGtXyHmBX H3 {
  color: #ffffff;
}
.cid-sOGtyhzA1A {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sOGtyhzA1A h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sOGtyhzA1A .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sOGtyhzA1A .mbr-section-subtitle {
  color: #767676;
}
.cid-sOGtyhzA1A .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sOGtyhzA1A ellipse {
  stroke: #353535;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sOGtyhzA1A .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sOGtyhzA1A .progress1 path {
  stroke: #ff002e;
}
.cid-sOGtyhzA1A .progress2 path {
  stroke: #149dcc;
}
.cid-sOGtyhzA1A .progress3 path {
  stroke: #ff002e;
}
.cid-sOGtyhzA1A .progress4 path {
  stroke: #55b4d4;
}
.cid-sOGtyhzA1A .card-text {
  color: #707070;
}
.cid-sOGtyhzA1A .number {
  color: #ffffff;
}
.cid-sOGtyhzA1A H4 {
  color: #ffffff;
}
.cid-sOGtyhzA1A .mbr-section-title {
  color: #707070;
}
.cid-sOGqB2Kc15 {
  padding-top: 275px;
  padding-bottom: 50px;
  background-color: #000000;
}
.cid-sOGqB2Kc15 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOGqB2Kc15 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGqB2Kc15 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGqB2Kc15 .mbr-text,
.cid-sOGqB2Kc15 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOGqB2Kc15 h3:before,
  .cid-sOGqB2Kc15 h3:after {
    display: none;
  }
}
.cid-sOGqB2Kc15 H3 {
  color: #ffffff;
}
.cid-sOGqwslJKo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sOGqwslJKo .mbr-section-subtitle {
  color: #767676;
}
.cid-sOGqwslJKo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sOGqwslJKo .container {
    max-width: 1600px;
  }
}
.cid-sOGqwslJKo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sOGqwslJKo .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sOGqwslJKo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sOGqwslJKo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sOGqwslJKo .team-item:hover .item-social {
  opacity: 1;
}
.cid-sOGqwslJKo .team-item .item-image img {
  width: 100%;
}
.cid-sOGqwslJKo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sOGqwslJKo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sOGqwslJKo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sOGqwslJKo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sOGqwslJKo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sOGqwslJKo .item-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sOGqwslJKo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sOGqwslJKo .item-social {
    opacity: 1;
  }
}
.cid-sOGqwslJKo .item-role {
  color: #ff002e;
}
.cid-sOGqwslJKo .item-name {
  color: #ffffff;
}
.cid-sOGqwslJKo H2 {
  color: #ff002e;
}
.cid-sOXQ3l0cZy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sOXQ3l0cZy .mbr-section-subtitle {
  color: #767676;
}
.cid-sOXQ3l0cZy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sOXQ3l0cZy .container {
    max-width: 1600px;
  }
}
.cid-sOXQ3l0cZy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sOXQ3l0cZy .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sOXQ3l0cZy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sOXQ3l0cZy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-sOXQ3l0cZy .team-item:hover .item-social {
  opacity: 1;
}
.cid-sOXQ3l0cZy .team-item .item-image img {
  width: 100%;
}
.cid-sOXQ3l0cZy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sOXQ3l0cZy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sOXQ3l0cZy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sOXQ3l0cZy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sOXQ3l0cZy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sOXQ3l0cZy .item-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sOXQ3l0cZy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sOXQ3l0cZy .item-social {
    opacity: 1;
  }
}
.cid-sOXQ3l0cZy .item-role {
  color: #ff002e;
}
.cid-sOXQ3l0cZy .item-name {
  color: #ffffff;
}
.cid-sOXQ3l0cZy H2 {
  color: #ff002e;
}
.cid-sOGu3YeBIp {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sOGu3YeBIp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOGu3YeBIp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGu3YeBIp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOGu3YeBIp .mbr-text,
.cid-sOGu3YeBIp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOGu3YeBIp h3:before,
  .cid-sOGu3YeBIp h3:after {
    display: none;
  }
}
.cid-sOGu3YeBIp H3 {
  color: #ffffff;
}
.cid-sOGB3tpm8Q {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sOGB3tpm8Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sOGB3tpm8Q textarea {
  min-height: 150px;
}
.cid-sOGB3tpm8Q input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-sOGB3tpm8Q textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-sOGB3tpm8Q .form-control,
.cid-sOGB3tpm8Q .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sOGB3tpm8Q .form-control input::-webkit-input-placeholder,
.cid-sOGB3tpm8Q .field-input input::-webkit-input-placeholder,
.cid-sOGB3tpm8Q .form-control textarea::-webkit-input-placeholder,
.cid-sOGB3tpm8Q .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sOGB3tpm8Q .form-control input:-moz-placeholder,
.cid-sOGB3tpm8Q .field-input input:-moz-placeholder,
.cid-sOGB3tpm8Q .form-control textarea:-moz-placeholder,
.cid-sOGB3tpm8Q .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-sOGB3tpm8Q .jq-number__spin:hover,
.cid-sOGB3tpm8Q .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sOGB3tpm8Q .jq-number__spin {
  background-color: #101010;
  border-color: #454545 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sOGB3tpm8Q .jq-selectbox li,
.cid-sOGB3tpm8Q .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-sOGB3tpm8Q .jq-selectbox li:hover,
.cid-sOGB3tpm8Q .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-sOGB3tpm8Q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sOGB3tpm8Q .jq-number__spin.minus:hover:after,
.cid-sOGB3tpm8Q .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-sOGB3tpm8Q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sOGB3tpm8Q .jq-number__spin.minus:after,
.cid-sOGB3tpm8Q .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-sOGB3tpm8Q .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-sOGB3tpm8Q .social-list {
    margin-bottom: 3rem;
  }
  .cid-sOGB3tpm8Q .email-input {
    margin-top: 2rem;
  }
}
.cid-sOGB3tpm8Q .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 2.4rem;
}
.cid-sOGB3tpm8Q .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-sOGB3tpm8Q .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-sOGB3tpm8Q .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ffffff;
  transition: all 0.3s;
}
.cid-sOGB3tpm8Q .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sOGB3tpm8Q .social-list {
  display: flex;
}
.cid-sOGB3tpm8Q .social-list a {
  transition: 0.3s;
}
.cid-sOGB3tpm8Q .social-list a:hover {
  transform: translateY(-8px);
}
.cid-sOGB3tpm8Q .row {
  align-items: center;
}
.cid-sOGB3tpm8Q .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-sOGB3tpm8Q .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-sOGB3tpm8Q .form-btn {
  margin-top: 2.5rem;
}
.cid-sOGB3tpm8Q input::-webkit-input-placeholder,
.cid-sOGB3tpm8Q textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-sOGB3tpm8Q input:-moz-placeholder,
.cid-sOGB3tpm8Q textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-sOGB3tpm8Q .media-content {
    padding-right: 3rem;
  }
  .cid-sOGB3tpm8Q .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-sOGB3tpm8Q .row {
    padding: 0 1rem;
  }
}
.cid-sOGB3tpm8Q .btn:hover {
  background-color: #ff002e !important;
  border-color: #ff002e !important;
  color: #000000!important;
}
@media (max-width: 767px) {
  .cid-sOGB3tpm8Q .form-btn {
    width: 100%;
  }
  .cid-sOGB3tpm8Q .btn {
    width: 100%;
  }
}
.cid-sOGB3tpm8Q .mbr-text,
.cid-sOGB3tpm8Q .mbr-section-btn {
  color: #707070;
}
.cid-sOGN7vTxDC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sOGN7vTxDC .media-container-row {
  align-items: center;
}
.cid-sOGN7vTxDC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sOGN7vTxDC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sOGN7vTxDC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sOGN7vTxDC .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sOGN7vTxDC .foot-menu-item {
  transform: 0.2s;
}
.cid-sOGN7vTxDC .foot-menu-item:hover a {
  color: #ffffff !important;
}
.cid-sOGN7vTxDC .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sOGN7vTxDC .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ffffff;
}
.cid-sOGN7vTxDC .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sOGN7vTxDC .foot-menu {
    justify-content: center;
  }
  .cid-sOGN7vTxDC .mbr-text {
    text-align: center;
  }
  .cid-sOGN7vTxDC .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sOGN7vTxDC .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sOGN7vTxDC .link:hover {
  color: #ffffff;
}
.cid-sOWVCoNkyN {
  padding-top: 300px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sOWVCoNkyN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sOWVCoNkyN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOWVCoNkyN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sOWVCoNkyN .mbr-text,
.cid-sOWVCoNkyN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-sOWVCoNkyN h3:before,
  .cid-sOWVCoNkyN h3:after {
    display: none;
  }
}
.cid-sOWVCoNkyN H3 {
  color: #ffffff;
}
.cid-sOWScWZ1rs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sOWScWZ1rs img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sOWScWZ1rs .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-sOWScWZ1rs .margin {
  margin: 0px;
}
.cid-sOWScWZ1rs .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sOWScWZ1rs .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sOWScWZ1rs .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sOWScWZ1rs .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sOWScWZ1rs .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sOWScWZ1rs .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sOWScWZ1rs .desc,
.cid-sOWScWZ1rs .mbr-section-btn {
  color: #707070;
}
.cid-sOFXHmIAh5 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sOFXHmIAh5 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sOFXHmIAh5 a {
  font-style: normal;
}
.cid-sOFXHmIAh5 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sOFXHmIAh5 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sOFXHmIAh5 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sOFXHmIAh5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sOFXHmIAh5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sOFXHmIAh5 .nav-item:focus,
.cid-sOFXHmIAh5 .nav-link:focus {
  outline: none;
}
.cid-sOFXHmIAh5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sOFXHmIAh5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sOFXHmIAh5 .menu-logo {
  margin-right: auto;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sOFXHmIAh5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOFXHmIAh5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sOFXHmIAh5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOFXHmIAh5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sOFXHmIAh5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sOFXHmIAh5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sOFXHmIAh5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sOFXHmIAh5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOFXHmIAh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOFXHmIAh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOFXHmIAh5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOFXHmIAh5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sOFXHmIAh5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sOFXHmIAh5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sOFXHmIAh5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sOFXHmIAh5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOFXHmIAh5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sOFXHmIAh5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sOFXHmIAh5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sOFXHmIAh5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sOFXHmIAh5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOFXHmIAh5 img {
    height: 3.8rem !important;
  }
  .cid-sOFXHmIAh5 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sOFXHmIAh5 .menu-wrap {
    flex-direction: column;
  }
  .cid-sOFXHmIAh5 .btn {
    display: -webkit-flex;
  }
  .cid-sOFXHmIAh5 button.navbar-toggler {
    display: block;
  }
  .cid-sOFXHmIAh5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sOFXHmIAh5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sOFXHmIAh5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing,
  .cid-sOFXHmIAh5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sOFXHmIAh5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sOFXHmIAh5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sOFXHmIAh5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sOFXHmIAh5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sOFXHmIAh5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sOFXHmIAh5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sOFXHmIAh5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sOFXHmIAh5 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sOFXHmIAh5 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sOFXHmIAh5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sOFXHmIAh5 .nav-link:hover,
.cid-sOFXHmIAh5 .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-sOWTyPYAs6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sOWTyPYAs6 img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sOWTyPYAs6 .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-sOWTyPYAs6 .margin {
  margin: 0px;
}
.cid-sOWTyPYAs6 .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sOWTyPYAs6 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sOWTyPYAs6 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sOWTyPYAs6 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sOWTyPYAs6 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sOWTyPYAs6 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sOWTyPYAs6 .desc,
.cid-sOWTyPYAs6 .mbr-section-btn {
  color: #707070;
}
.cid-sOWUbbMsXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sOWUbbMsXI img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sOWUbbMsXI .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-sOWUbbMsXI .margin {
  margin: 0px;
}
.cid-sOWUbbMsXI .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sOWUbbMsXI .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sOWUbbMsXI .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sOWUbbMsXI .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sOWUbbMsXI .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sOWUbbMsXI .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sOWUbbMsXI .desc,
.cid-sOWUbbMsXI .mbr-section-btn {
  color: #707070;
}
.cid-sOWV0t0ITM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sOWV0t0ITM img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-sOWV0t0ITM .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-sOWV0t0ITM .margin {
  margin: 0px;
}
.cid-sOWV0t0ITM .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-sOWV0t0ITM .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sOWV0t0ITM .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sOWV0t0ITM .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sOWV0t0ITM .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sOWV0t0ITM .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sOWV0t0ITM .desc,
.cid-sOWV0t0ITM .mbr-section-btn {
  color: #707070;
}
.cid-sOGN7vTxDC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sOGN7vTxDC .media-container-row {
  align-items: center;
}
.cid-sOGN7vTxDC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sOGN7vTxDC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sOGN7vTxDC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sOGN7vTxDC .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sOGN7vTxDC .foot-menu-item {
  transform: 0.2s;
}
.cid-sOGN7vTxDC .foot-menu-item:hover a {
  color: #ffffff !important;
}
.cid-sOGN7vTxDC .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sOGN7vTxDC .foot-menu-item:hover::before {
  width: 60px;
  background-color: #ffffff;
}
.cid-sOGN7vTxDC .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-sOGN7vTxDC .foot-menu {
    justify-content: center;
  }
  .cid-sOGN7vTxDC .mbr-text {
    text-align: center;
  }
  .cid-sOGN7vTxDC .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sOGN7vTxDC .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sOGN7vTxDC .link:hover {
  color: #ffffff;
}
