:root{
  --backgroundColor: #141414;
}

body {
  font-family: 'Prompt', sans-serif;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #5278fd !important;
}
.bg-success {
  background-color: #5278fd !important;
}
.bg-info {
  background-color: #5278fd !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5278fd !important;
  border-color: #5278fd !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #5278fd !important;
  border-color: #5278fd !important;
  box-shadow: #5278fd 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5278fd !important;
  border-color: #5278fd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !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: #000000 !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: #47b5ed 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !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: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: #ff9966 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white {
  color: #5278fd !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #5278fd !important;
  box-shadow: #5278fd 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5278fd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1aa666 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5278fd !important;
  border-color: #5278fd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !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: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5278fd !important;
}
.text-secondary {
  color: #8364e2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5278fd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5278fd;
}
.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: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5278fd;
  border-color: #5278fd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5278fd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8fbf2;
}
.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: 'Prompt', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #5278fd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5278fd;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5278fd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5278fd;
}
.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: #5278fd;
  border-bottom-color: #5278fd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #5278fd !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: #8364e2 !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='%239d26ff' %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-tuyd07vKe3 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuyd07vKe3 {
    flex-wrap: wrap;
  }
  .cid-tuyd07vKe3 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuyd07vKe3 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuyd07vKe3 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuyd07vKe3 .btn {
  padding: 0.3rem 2rem;
}
.cid-tuyd07vKe3 .nav-link {
  position: relative;
}
.cid-tuyd07vKe3 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuyd07vKe3 .nav-link:hover:before {
  width: 100%;
}
.cid-tuyd07vKe3 nav.navbar {
  position: fixed;
}
.cid-tuyd07vKe3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuyd07vKe3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuyd07vKe3 .dropdown-item:hover,
.cid-tuyd07vKe3 .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuyd07vKe3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuyd07vKe3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuyd07vKe3 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuyd07vKe3 .container {
  display: flex;
  margin: auto;
}
.cid-tuyd07vKe3 .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuyd07vKe3 .dropdown-menu,
.cid-tuyd07vKe3 .navbar.opened {
  background: #141414 !important;
}
.cid-tuyd07vKe3 .nav-item:focus,
.cid-tuyd07vKe3 .nav-link:focus {
  outline: none;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyd07vKe3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyd07vKe3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuyd07vKe3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(20, 20, 20, 0);
}
.cid-tuyd07vKe3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuyd07vKe3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuyd07vKe3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuyd07vKe3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuyd07vKe3 .navbar.collapsed {
  justify-content: center;
}
.cid-tuyd07vKe3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyd07vKe3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuyd07vKe3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuyd07vKe3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuyd07vKe3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuyd07vKe3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyd07vKe3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuyd07vKe3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuyd07vKe3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuyd07vKe3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuyd07vKe3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyd07vKe3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuyd07vKe3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuyd07vKe3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuyd07vKe3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuyd07vKe3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyd07vKe3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyd07vKe3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyd07vKe3 .dropdown-item.active,
.cid-tuyd07vKe3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyd07vKe3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyd07vKe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuyd07vKe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyd07vKe3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuyd07vKe3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyd07vKe3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuyd07vKe3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuyd07vKe3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyd07vKe3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuyd07vKe3 .navbar {
    height: 70px;
  }
  .cid-tuyd07vKe3 .navbar.opened {
    height: auto;
  }
  .cid-tuyd07vKe3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyd1vzGqz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuyd1vzGqz .mbr-text,
.cid-tuyd1vzGqz .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuyd1vzGqz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuyd1vzGqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyd1vzGqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuydhGYJnC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
} 
.cid-tuydhGYJnC .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuydhGYJnC .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuydhGYJnC .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuydhGYJnC .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuydhGYJnC .card-wrapper:hover {
  background: transparent;
}
.cid-tuydhGYJnC .card-title,
.cid-tuydhGYJnC .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuydhGYJnC .main-title,
.cid-tuydhGYJnC .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuydhGYJnC .card-text {
  color: #d6d1d1;
}
.cid-tuydhGYJnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuydhGYJnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuygl248Pw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuygl248Pw .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
  text-align: center;
}
.cid-tuygl248Pw .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #ffffff;
  position: absolute;
}
.cid-tuygl248Pw .mbr-link {
  text-align: center;
  display: block;
  color: #160830;
}
.cid-tuygl248Pw .item-img {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.cid-tuygl248Pw .item-content {
  position: relative;
  padding: 1rem;
}
.cid-tuygl248Pw .img-big {
  transition: all 1s;
}
.cid-tuygl248Pw .item-wrapper {
  background: #141414;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 10px;
  border: 3px outset #5278fd;
}
.cid-tuygl248Pw .item-wrapper:hover .img-big {
  transform: scale(1.1);
}
.cid-tuygl248Pw .face {
  object-fit: cover;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
  width: 70px;
  height: 70px !important;
}
.cid-tuygl248Pw .item-img img {
  width: 100%;
}
.cid-tuygl248Pw .item:focus,
.cid-tuygl248Pw span:focus {
  outline: none;
}
.cid-tuygl248Pw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tuygl248Pw .mbr-text,
.cid-tuygl248Pw .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuygl248Pw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tuygl248Pw .item-subtitle {
  text-align: center;
  color: #5278fd;
}
.cid-tuygl248Pw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuygl248Pw .main-title,
.cid-tuygl248Pw .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuypF0luqt {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuypF0luqt .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuypF0luqt .card-title,
.cid-tuypF0luqt .card-text {
  transition: all 0.3s;
}
.cid-tuypF0luqt .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuypF0luqt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuypF0luqt .card-title,
.cid-tuypF0luqt .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuypF0luqt .card-text {
  color: #353535;
}
.cid-tuypF0luqt .card-text,
.cid-tuypF0luqt .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuypF0luqt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuypF0luqt .mbr-section-title {
  color: #ffffff;
}
.cid-tuypF0luqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuypF0luqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyweMlsvS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuyweMlsvS .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuyweMlsvS .btn-social,
.cid-tuyweMlsvS .mbr-section-title {
  color: #57468b;
}
.cid-tuyweMlsvS .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuyweMlsvS .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuyweMlsvS .soc-item:hover {
  background: #5278fd;
}
.cid-tuyweMlsvS .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuyweMlsvS .align-left,
  .cid-tuyweMlsvS .align-right {
    text-align: center;
  }
  .cid-tuyweMlsvS .social-list {
    justify-content: center;
  }
  .cid-tuyweMlsvS .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuyweMlsvS .mbr-text {
  color: #ffffff;
}
.cid-tuD6Ct3AoT.popup-builder {
  background-color: #ffffff;
}
.cid-tuD6Ct3AoT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD6Ct3AoT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD6Ct3AoT .modal-content,
.cid-tuD6Ct3AoT .modal-dialog {
  height: auto;
}
.cid-tuD6Ct3AoT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD6Ct3AoT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD6Ct3AoT .form-wrapper .mbr-form .form-group,
  .cid-tuD6Ct3AoT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD6Ct3AoT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD6Ct3AoT .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD6Ct3AoT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD6Ct3AoT .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD6Ct3AoT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD6Ct3AoT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD6Ct3AoT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD6Ct3AoT .modal-open {
  overflow: hidden;
}
.cid-tuD6Ct3AoT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD6Ct3AoT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD6Ct3AoT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD6Ct3AoT .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-tuD6Ct3AoT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD6Ct3AoT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD6Ct3AoT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD6Ct3AoT .modal-content {
  background: #141414;
  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-tuD6Ct3AoT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD6Ct3AoT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD6Ct3AoT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD6Ct3AoT .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD6Ct3AoT .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-tuD6Ct3AoT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD6Ct3AoT .modal-header {
    padding: 1rem;
  }
}
.cid-tuD6Ct3AoT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD6Ct3AoT .modal-header .close svg {
  fill: #141414;
}
.cid-tuD6Ct3AoT .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD6Ct3AoT .modal-header .close:focus {
  outline: none;
}
.cid-tuD6Ct3AoT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD6Ct3AoT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD6Ct3AoT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD6Ct3AoT .modal-body {
    padding: 1rem;
  }
}
.cid-tuD6Ct3AoT .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-tuD6Ct3AoT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD6Ct3AoT .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD6Ct3AoT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD6Ct3AoT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD6Ct3AoT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD6Ct3AoT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD6Ct3AoT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD6Ct3AoT .modal-lg,
  .cid-tuD6Ct3AoT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD6Ct3AoT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD6Ct3AoT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD6Ct3AoT .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-tuD6Ct3AoT .form-group {
  margin-bottom: 1rem;
}
.cid-tuD6Ct3AoT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD6Ct3AoT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD6Ct3AoT .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-tuD6Ct3AoT .mbr-section-btn {
  margin: 0;
}
.cid-tuD6Ct3AoT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuyd07vKe3 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuyd07vKe3 {
    flex-wrap: wrap;
  }
  .cid-tuyd07vKe3 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuyd07vKe3 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuyd07vKe3 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuyd07vKe3 .btn {
  padding: 0.3rem 2rem;
}
.cid-tuyd07vKe3 .nav-link {
  position: relative;
}
.cid-tuyd07vKe3 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuyd07vKe3 .nav-link:hover:before {
  width: 100%;
}
.cid-tuyd07vKe3 nav.navbar {
  position: fixed;
}
.cid-tuyd07vKe3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuyd07vKe3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuyd07vKe3 .dropdown-item:hover,
.cid-tuyd07vKe3 .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuyd07vKe3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuyd07vKe3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuyd07vKe3 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuyd07vKe3 .container {
  display: flex;
  margin: auto;
}
.cid-tuyd07vKe3 .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuyd07vKe3 .dropdown-menu,
.cid-tuyd07vKe3 .navbar.opened {
  background: #141414 !important;
}
.cid-tuyd07vKe3 .nav-item:focus,
.cid-tuyd07vKe3 .nav-link:focus {
  outline: none;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyd07vKe3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyd07vKe3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuyd07vKe3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuyd07vKe3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuyd07vKe3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuyd07vKe3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuyd07vKe3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuyd07vKe3 .navbar.collapsed {
  justify-content: center;
}
.cid-tuyd07vKe3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyd07vKe3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuyd07vKe3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuyd07vKe3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuyd07vKe3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuyd07vKe3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyd07vKe3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuyd07vKe3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuyd07vKe3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuyd07vKe3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuyd07vKe3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyd07vKe3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuyd07vKe3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuyd07vKe3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuyd07vKe3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuyd07vKe3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyd07vKe3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyd07vKe3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyd07vKe3 .dropdown-item.active,
.cid-tuyd07vKe3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyd07vKe3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyd07vKe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuyd07vKe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyd07vKe3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuyd07vKe3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyd07vKe3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuyd07vKe3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuyd07vKe3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyd07vKe3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuyd07vKe3 .navbar {
    height: 70px;
  }
  .cid-tuyd07vKe3 .navbar.opened {
    height: auto;
  }
  .cid-tuyd07vKe3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuyLsI9yza {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuyLsI9yza .mbr-text,
.cid-tuyLsI9yza .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuyLsI9yza .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuyLsI9yza .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyLsI9yza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyRfhRHrF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuyRfhRHrF .row {
  flex-direction: row-reverse;
}
.cid-tuyRfhRHrF .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuyRfhRHrF .price-wrapper h4,
.cid-tuyRfhRHrF .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuyRfhRHrF .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuyRfhRHrF .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuyRfhRHrF .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuyRfhRHrF .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuyRfhRHrF .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuyRfhRHrF .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuyRfhRHrF .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuyRfhRHrF .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuyRfhRHrF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuyRfhRHrF .card-wrapper {
    width: fit-content;
  }
}
.cid-tuyRfhRHrF .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuyRfhRHrF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuyRfhRHrF .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuyRfhRHrF .card-title,
.cid-tuyRfhRHrF .card-icon {
  color: #5278fd;
}
.cid-tuyRfhRHrF .mbr-section-title {
  color: #ffffff;
}
.cid-tuyRfhRHrF .mbr-text,
.cid-tuyRfhRHrF .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuyRfhRHrF .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuyRfhRHrF .price {
  text-align: center;
  color: #103178;
}
.cid-tuyWFxVAYj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuyWFxVAYj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuyWFxVAYj .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuyWFxVAYj .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuyWFxVAYj .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuyWFxVAYj .card-wrapper:hover {
  background: transparent;
}
.cid-tuyWFxVAYj .card-title,
.cid-tuyWFxVAYj .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuyWFxVAYj .main-title,
.cid-tuyWFxVAYj .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuyWFxVAYj .card-text {
  color: #d6d1d1;
}
.cid-tuyWFxVAYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyWFxVAYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyWOsPLwf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuyWOsPLwf .mbr-text {
  color: #ffffff;
}
.cid-tuyWOsPLwf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzJ0avmJ9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzJ0avmJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzJ0avmJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzJ0avmJ9 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzJ0avmJ9 .img-wide {
  height: 50%;
}
.cid-tuzJ0avmJ9 .img-big {
  height: 100%;
}
.cid-tuzcR9wcRw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzcR9wcRw .mbr-section-title {
  color: #ffffff;
}
.cid-tuzcR9wcRw .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzcR9wcRw .align-right,
  .cid-tuzcR9wcRw .align-left {
    text-align: center;
  }
}
.cid-tuzcR9wcRw .title {
  display: flex;
  align-items: center;
}
.cid-tuzcR9wcRw .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzcR9wcRw .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzcR9wcRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzcR9wcRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyWGW1Ulp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuyWGW1Ulp .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuyWGW1Ulp .card-title,
.cid-tuyWGW1Ulp .card-text {
  transition: all 0.3s;
}
.cid-tuyWGW1Ulp .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuyWGW1Ulp .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuyWGW1Ulp .card-title,
.cid-tuyWGW1Ulp .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuyWGW1Ulp .card-text {
  color: #353535;
}
.cid-tuyWGW1Ulp .card-text,
.cid-tuyWGW1Ulp .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuyWGW1Ulp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuyWGW1Ulp .mbr-section-title {
  color: #ffffff;
}
.cid-tuyWGW1Ulp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyWGW1Ulp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyweMlsvS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuyweMlsvS .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuyweMlsvS .btn-social,
.cid-tuyweMlsvS .mbr-section-title {
  color: #57468b;
}
.cid-tuyweMlsvS .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuyweMlsvS .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuyweMlsvS .soc-item:hover {
  background: #5278fd;
}
.cid-tuyweMlsvS .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuyweMlsvS .align-left,
  .cid-tuyweMlsvS .align-right {
    text-align: center;
  }
  .cid-tuyweMlsvS .social-list {
    justify-content: center;
  }
  .cid-tuyweMlsvS .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuyweMlsvS .mbr-text {
  color: #ffffff;
}
.cid-tuD7l51z77.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l51z77.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l51z77.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l51z77 .modal-content,
.cid-tuD7l51z77 .modal-dialog {
  height: auto;
}
.cid-tuD7l51z77 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l51z77 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l51z77 .form-wrapper .mbr-form .form-group,
  .cid-tuD7l51z77 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l51z77 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l51z77 .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l51z77 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l51z77 .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l51z77 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l51z77 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l51z77 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l51z77 .modal-open {
  overflow: hidden;
}
.cid-tuD7l51z77 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l51z77 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l51z77 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l51z77 .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-tuD7l51z77 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l51z77 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l51z77 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l51z77 .modal-content {
  background: #141414;
  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-tuD7l51z77 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l51z77 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l51z77 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l51z77 .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l51z77 .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-tuD7l51z77 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51z77 .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l51z77 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l51z77 .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l51z77 .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l51z77 .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l51z77 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l51z77 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l51z77 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51z77 .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l51z77 .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-tuD7l51z77 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51z77 .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l51z77 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l51z77 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l51z77 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l51z77 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l51z77 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l51z77 .modal-lg,
  .cid-tuD7l51z77 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l51z77 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l51z77 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l51z77 .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-tuD7l51z77 .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l51z77 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l51z77 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l51z77 .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-tuD7l51z77 .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l51z77 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFqwGZqs {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFqwGZqs {
    flex-wrap: wrap;
  }
  .cid-tuzFqwGZqs .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFqwGZqs .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFqwGZqs .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFqwGZqs .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFqwGZqs .nav-link {
  position: relative;
}
.cid-tuzFqwGZqs .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFqwGZqs .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFqwGZqs nav.navbar {
  position: fixed;
}
.cid-tuzFqwGZqs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFqwGZqs .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFqwGZqs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFqwGZqs .dropdown-item:hover,
.cid-tuzFqwGZqs .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFqwGZqs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFqwGZqs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFqwGZqs .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFqwGZqs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFqwGZqs .container {
  display: flex;
  margin: auto;
}
.cid-tuzFqwGZqs .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFqwGZqs .dropdown-menu,
.cid-tuzFqwGZqs .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFqwGZqs .nav-item:focus,
.cid-tuzFqwGZqs .nav-link:focus {
  outline: none;
}
.cid-tuzFqwGZqs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFqwGZqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFqwGZqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFqwGZqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFqwGZqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFqwGZqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFqwGZqs .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFqwGZqs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(20, 20, 20, 0);
}
.cid-tuzFqwGZqs .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFqwGZqs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFqwGZqs .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFqwGZqs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFqwGZqs .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFqwGZqs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFqwGZqs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFqwGZqs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFqwGZqs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFqwGZqs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFqwGZqs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFqwGZqs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFqwGZqs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFqwGZqs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFqwGZqs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFqwGZqs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFqwGZqs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFqwGZqs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFqwGZqs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFqwGZqs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFqwGZqs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFqwGZqs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFqwGZqs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFqwGZqs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFqwGZqs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFqwGZqs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFqwGZqs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFqwGZqs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFqwGZqs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFqwGZqs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFqwGZqs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFqwGZqs .dropdown-item.active,
.cid-tuzFqwGZqs .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFqwGZqs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFqwGZqs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFqwGZqs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFqwGZqs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFqwGZqs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFqwGZqs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFqwGZqs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFqwGZqs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFqwGZqs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFqwGZqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFqwGZqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFqwGZqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFqwGZqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFqwGZqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFqwGZqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFqwGZqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFqwGZqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFqwGZqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFqwGZqs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFqwGZqs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFqwGZqs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFqwGZqs .navbar {
    height: 70px;
  }
  .cid-tuzFqwGZqs .navbar.opened {
    height: auto;
  }
  .cid-tuzFqwGZqs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFqxp9mh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFqxp9mh .mbr-text,
.cid-tuzFqxp9mh .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFqxp9mh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFqxp9mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFqxp9mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFqxT3qz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFqxT3qz .row {
  flex-direction: row-reverse;
}
.cid-tuzFqxT3qz .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFqxT3qz .price-wrapper h4,
.cid-tuzFqxT3qz .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFqxT3qz .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFqxT3qz .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFqxT3qz .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFqxT3qz .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFqxT3qz .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFqxT3qz .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFqxT3qz .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFqxT3qz .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFqxT3qz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFqxT3qz .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFqxT3qz .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFqxT3qz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFqxT3qz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFqxT3qz .card-title,
.cid-tuzFqxT3qz .card-icon {
  color: #5278fd;
}
.cid-tuzFqxT3qz .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFqxT3qz .mbr-text,
.cid-tuzFqxT3qz .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFqxT3qz .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFqxT3qz .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHHi6tJm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHHi6tJm .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHHi6tJm .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHHi6tJm .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHHi6tJm .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHHi6tJm .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHHi6tJm .card-title,
.cid-tuzHHi6tJm .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHHi6tJm .main-title,
.cid-tuzHHi6tJm .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHHi6tJm .card-text {
  color: #d6d1d1;
}
.cid-tuzHHi6tJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHHi6tJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFqzkqSM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFqzkqSM .mbr-text {
  color: #ffffff;
}
.cid-tuzFqzkqSM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzIXkP1uV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzIXkP1uV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzIXkP1uV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzIXkP1uV img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzIXkP1uV .img-wide {
  height: 50%;
}
.cid-tuzIXkP1uV .img-big {
  height: 100%;
}
.cid-tuzFqAr7We {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFqAr7We .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFqAr7We .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFqAr7We .align-right,
  .cid-tuzFqAr7We .align-left {
    text-align: center;
  }
}
.cid-tuzFqAr7We .title {
  display: flex;
  align-items: center;
}
.cid-tuzFqAr7We .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFqAr7We .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFqAr7We .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFqAr7We .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFqB3Mcl {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFqB3Mcl .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFqB3Mcl .card-title,
.cid-tuzFqB3Mcl .card-text {
  transition: all 0.3s;
}
.cid-tuzFqB3Mcl .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFqB3Mcl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFqB3Mcl .card-title,
.cid-tuzFqB3Mcl .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFqB3Mcl .card-text {
  color: #353535;
}
.cid-tuzFqB3Mcl .card-text,
.cid-tuzFqB3Mcl .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFqB3Mcl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFqB3Mcl .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFqB3Mcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFqB3Mcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFqBJv4Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFqBJv4Q .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFqBJv4Q .btn-social,
.cid-tuzFqBJv4Q .mbr-section-title {
  color: #57468b;
}
.cid-tuzFqBJv4Q .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFqBJv4Q .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFqBJv4Q .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFqBJv4Q .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFqBJv4Q .align-left,
  .cid-tuzFqBJv4Q .align-right {
    text-align: center;
  }
  .cid-tuzFqBJv4Q .social-list {
    justify-content: center;
  }
  .cid-tuzFqBJv4Q .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFqBJv4Q .mbr-text {
  color: #ffffff;
}
.cid-tuD7l51MNI.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l51MNI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l51MNI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l51MNI .modal-content,
.cid-tuD7l51MNI .modal-dialog {
  height: auto;
}
.cid-tuD7l51MNI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l51MNI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l51MNI .form-wrapper .mbr-form .form-group,
  .cid-tuD7l51MNI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l51MNI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l51MNI .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l51MNI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l51MNI .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l51MNI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l51MNI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l51MNI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l51MNI .modal-open {
  overflow: hidden;
}
.cid-tuD7l51MNI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l51MNI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l51MNI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l51MNI .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-tuD7l51MNI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l51MNI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l51MNI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l51MNI .modal-content {
  background: #141414;
  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-tuD7l51MNI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l51MNI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l51MNI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l51MNI .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l51MNI .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-tuD7l51MNI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51MNI .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l51MNI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l51MNI .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l51MNI .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l51MNI .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l51MNI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l51MNI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l51MNI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51MNI .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l51MNI .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-tuD7l51MNI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51MNI .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l51MNI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l51MNI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l51MNI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l51MNI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l51MNI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l51MNI .modal-lg,
  .cid-tuD7l51MNI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l51MNI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l51MNI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l51MNI .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-tuD7l51MNI .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l51MNI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l51MNI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l51MNI .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-tuD7l51MNI .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l51MNI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFwEDFCE {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFwEDFCE {
    flex-wrap: wrap;
  }
  .cid-tuzFwEDFCE .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFwEDFCE .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFwEDFCE .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFwEDFCE .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFwEDFCE .nav-link {
  position: relative;
}
.cid-tuzFwEDFCE .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFwEDFCE .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFwEDFCE nav.navbar {
  position: fixed;
}
.cid-tuzFwEDFCE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFwEDFCE .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFwEDFCE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFwEDFCE .dropdown-item:hover,
.cid-tuzFwEDFCE .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFwEDFCE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFwEDFCE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFwEDFCE .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFwEDFCE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFwEDFCE .container {
  display: flex;
  margin: auto;
}
.cid-tuzFwEDFCE .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFwEDFCE .dropdown-menu,
.cid-tuzFwEDFCE .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFwEDFCE .nav-item:focus,
.cid-tuzFwEDFCE .nav-link:focus {
  outline: none;
}
.cid-tuzFwEDFCE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFwEDFCE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFwEDFCE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFwEDFCE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFwEDFCE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFwEDFCE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFwEDFCE .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFwEDFCE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFwEDFCE .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFwEDFCE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFwEDFCE .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFwEDFCE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFwEDFCE .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFwEDFCE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFwEDFCE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFwEDFCE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFwEDFCE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFwEDFCE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFwEDFCE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFwEDFCE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFwEDFCE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFwEDFCE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFwEDFCE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFwEDFCE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFwEDFCE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFwEDFCE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFwEDFCE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFwEDFCE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFwEDFCE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFwEDFCE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFwEDFCE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFwEDFCE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFwEDFCE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFwEDFCE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFwEDFCE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFwEDFCE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFwEDFCE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFwEDFCE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFwEDFCE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFwEDFCE .dropdown-item.active,
.cid-tuzFwEDFCE .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFwEDFCE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFwEDFCE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFwEDFCE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFwEDFCE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFwEDFCE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFwEDFCE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFwEDFCE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFwEDFCE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFwEDFCE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFwEDFCE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFwEDFCE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFwEDFCE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFwEDFCE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFwEDFCE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFwEDFCE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFwEDFCE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFwEDFCE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFwEDFCE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFwEDFCE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFwEDFCE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFwEDFCE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFwEDFCE .navbar {
    height: 70px;
  }
  .cid-tuzFwEDFCE .navbar.opened {
    height: auto;
  }
  .cid-tuzFwEDFCE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFwHKu6R {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFwHKu6R .mbr-text,
.cid-tuzFwHKu6R .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFwHKu6R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFwHKu6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFwHKu6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFwIrA8l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFwIrA8l .row {
  flex-direction: row-reverse;
}
.cid-tuzFwIrA8l .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFwIrA8l .price-wrapper h4,
.cid-tuzFwIrA8l .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFwIrA8l .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFwIrA8l .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFwIrA8l .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFwIrA8l .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFwIrA8l .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFwIrA8l .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFwIrA8l .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFwIrA8l .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFwIrA8l .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFwIrA8l .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFwIrA8l .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFwIrA8l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFwIrA8l .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFwIrA8l .card-title,
.cid-tuzFwIrA8l .card-icon {
  color: #5278fd;
}
.cid-tuzFwIrA8l .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFwIrA8l .mbr-text,
.cid-tuzFwIrA8l .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFwIrA8l .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFwIrA8l .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHKcvb0p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHKcvb0p .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHKcvb0p .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHKcvb0p .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHKcvb0p .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHKcvb0p .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHKcvb0p .card-title,
.cid-tuzHKcvb0p .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHKcvb0p .main-title,
.cid-tuzHKcvb0p .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHKcvb0p .card-text {
  color: #d6d1d1;
}
.cid-tuzHKcvb0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHKcvb0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFwKpwLm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFwKpwLm .mbr-text {
  color: #ffffff;
}
.cid-tuzFwKpwLm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzIUvu5JA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzIUvu5JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzIUvu5JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzIUvu5JA img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzIUvu5JA .img-wide {
  height: 50%;
}
.cid-tuzIUvu5JA .img-big {
  height: 100%;
}
.cid-tuzFwLJgya {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFwLJgya .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFwLJgya .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFwLJgya .align-right,
  .cid-tuzFwLJgya .align-left {
    text-align: center;
  }
}
.cid-tuzFwLJgya .title {
  display: flex;
  align-items: center;
}
.cid-tuzFwLJgya .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFwLJgya .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFwLJgya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFwLJgya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFwMsng2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFwMsng2 .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFwMsng2 .card-title,
.cid-tuzFwMsng2 .card-text {
  transition: all 0.3s;
}
.cid-tuzFwMsng2 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFwMsng2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFwMsng2 .card-title,
.cid-tuzFwMsng2 .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFwMsng2 .card-text {
  color: #353535;
}
.cid-tuzFwMsng2 .card-text,
.cid-tuzFwMsng2 .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFwMsng2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFwMsng2 .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFwMsng2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFwMsng2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFwNotVf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFwNotVf .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFwNotVf .btn-social,
.cid-tuzFwNotVf .mbr-section-title {
  color: #57468b;
}
.cid-tuzFwNotVf .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFwNotVf .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFwNotVf .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFwNotVf .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFwNotVf .align-left,
  .cid-tuzFwNotVf .align-right {
    text-align: center;
  }
  .cid-tuzFwNotVf .social-list {
    justify-content: center;
  }
  .cid-tuzFwNotVf .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFwNotVf .mbr-text {
  color: #ffffff;
}
.cid-tuD7l517P8.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l517P8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l517P8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l517P8 .modal-content,
.cid-tuD7l517P8 .modal-dialog {
  height: auto;
}
.cid-tuD7l517P8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l517P8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l517P8 .form-wrapper .mbr-form .form-group,
  .cid-tuD7l517P8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l517P8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l517P8 .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l517P8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l517P8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l517P8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l517P8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l517P8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l517P8 .modal-open {
  overflow: hidden;
}
.cid-tuD7l517P8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l517P8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l517P8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l517P8 .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-tuD7l517P8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l517P8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l517P8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l517P8 .modal-content {
  background: #141414;
  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-tuD7l517P8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l517P8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l517P8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l517P8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l517P8 .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-tuD7l517P8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l517P8 .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l517P8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l517P8 .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l517P8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l517P8 .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l517P8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l517P8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l517P8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l517P8 .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l517P8 .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-tuD7l517P8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l517P8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l517P8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l517P8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l517P8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l517P8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l517P8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l517P8 .modal-lg,
  .cid-tuD7l517P8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l517P8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l517P8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l517P8 .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-tuD7l517P8 .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l517P8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l517P8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l517P8 .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-tuD7l517P8 .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l517P8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFzxwzLS {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFzxwzLS {
    flex-wrap: wrap;
  }
  .cid-tuzFzxwzLS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFzxwzLS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFzxwzLS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFzxwzLS .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFzxwzLS .nav-link {
  position: relative;
}
.cid-tuzFzxwzLS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFzxwzLS .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFzxwzLS nav.navbar {
  position: fixed;
}
.cid-tuzFzxwzLS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFzxwzLS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFzxwzLS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFzxwzLS .dropdown-item:hover,
.cid-tuzFzxwzLS .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFzxwzLS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFzxwzLS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFzxwzLS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFzxwzLS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFzxwzLS .container {
  display: flex;
  margin: auto;
}
.cid-tuzFzxwzLS .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFzxwzLS .dropdown-menu,
.cid-tuzFzxwzLS .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFzxwzLS .nav-item:focus,
.cid-tuzFzxwzLS .nav-link:focus {
  outline: none;
}
.cid-tuzFzxwzLS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFzxwzLS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFzxwzLS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFzxwzLS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFzxwzLS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFzxwzLS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFzxwzLS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFzxwzLS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFzxwzLS .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFzxwzLS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFzxwzLS .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFzxwzLS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFzxwzLS .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFzxwzLS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFzxwzLS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFzxwzLS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFzxwzLS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFzxwzLS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFzxwzLS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFzxwzLS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFzxwzLS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFzxwzLS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFzxwzLS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFzxwzLS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFzxwzLS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFzxwzLS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFzxwzLS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFzxwzLS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFzxwzLS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFzxwzLS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFzxwzLS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFzxwzLS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFzxwzLS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFzxwzLS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFzxwzLS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFzxwzLS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFzxwzLS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFzxwzLS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFzxwzLS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFzxwzLS .dropdown-item.active,
.cid-tuzFzxwzLS .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFzxwzLS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFzxwzLS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFzxwzLS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFzxwzLS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFzxwzLS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFzxwzLS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFzxwzLS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFzxwzLS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFzxwzLS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFzxwzLS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFzxwzLS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFzxwzLS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFzxwzLS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFzxwzLS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFzxwzLS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFzxwzLS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFzxwzLS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFzxwzLS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFzxwzLS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFzxwzLS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFzxwzLS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFzxwzLS .navbar {
    height: 70px;
  }
  .cid-tuzFzxwzLS .navbar.opened {
    height: auto;
  }
  .cid-tuzFzxwzLS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFzzmrht {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFzzmrht .mbr-text,
.cid-tuzFzzmrht .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFzzmrht .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFzzmrht .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFzzmrht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFzzRslz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFzzRslz .row {
  flex-direction: row-reverse;
}
.cid-tuzFzzRslz .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFzzRslz .price-wrapper h4,
.cid-tuzFzzRslz .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFzzRslz .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFzzRslz .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFzzRslz .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFzzRslz .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFzzRslz .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFzzRslz .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFzzRslz .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFzzRslz .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFzzRslz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFzzRslz .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFzzRslz .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFzzRslz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFzzRslz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFzzRslz .card-title,
.cid-tuzFzzRslz .card-icon {
  color: #5278fd;
}
.cid-tuzFzzRslz .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFzzRslz .mbr-text,
.cid-tuzFzzRslz .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFzzRslz .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFzzRslz .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHNeje56 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHNeje56 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHNeje56 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHNeje56 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHNeje56 .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHNeje56 .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHNeje56 .card-title,
.cid-tuzHNeje56 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHNeje56 .main-title,
.cid-tuzHNeje56 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHNeje56 .card-text {
  color: #d6d1d1;
}
.cid-tuzHNeje56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHNeje56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFzBlcjF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFzBlcjF .mbr-text {
  color: #ffffff;
}
.cid-tuzFzBlcjF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzIQziLr2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzIQziLr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzIQziLr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzIQziLr2 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzIQziLr2 .img-wide {
  height: 50%;
}
.cid-tuzIQziLr2 .img-big {
  height: 100%;
}
.cid-tuzFzCocFx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFzCocFx .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFzCocFx .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFzCocFx .align-right,
  .cid-tuzFzCocFx .align-left {
    text-align: center;
  }
}
.cid-tuzFzCocFx .title {
  display: flex;
  align-items: center;
}
.cid-tuzFzCocFx .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFzCocFx .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFzCocFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFzCocFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFzCUDaf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFzCUDaf .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFzCUDaf .card-title,
.cid-tuzFzCUDaf .card-text {
  transition: all 0.3s;
}
.cid-tuzFzCUDaf .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFzCUDaf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFzCUDaf .card-title,
.cid-tuzFzCUDaf .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFzCUDaf .card-text {
  color: #353535;
}
.cid-tuzFzCUDaf .card-text,
.cid-tuzFzCUDaf .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFzCUDaf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFzCUDaf .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFzCUDaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFzCUDaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFzDv1m2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFzDv1m2 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFzDv1m2 .btn-social,
.cid-tuzFzDv1m2 .mbr-section-title {
  color: #57468b;
}
.cid-tuzFzDv1m2 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFzDv1m2 .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFzDv1m2 .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFzDv1m2 .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFzDv1m2 .align-left,
  .cid-tuzFzDv1m2 .align-right {
    text-align: center;
  }
  .cid-tuzFzDv1m2 .social-list {
    justify-content: center;
  }
  .cid-tuzFzDv1m2 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFzDv1m2 .mbr-text {
  color: #ffffff;
}
.cid-tuD7l51nMM.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l51nMM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l51nMM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l51nMM .modal-content,
.cid-tuD7l51nMM .modal-dialog {
  height: auto;
}
.cid-tuD7l51nMM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l51nMM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l51nMM .form-wrapper .mbr-form .form-group,
  .cid-tuD7l51nMM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l51nMM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l51nMM .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l51nMM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l51nMM .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l51nMM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l51nMM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l51nMM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l51nMM .modal-open {
  overflow: hidden;
}
.cid-tuD7l51nMM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l51nMM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l51nMM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l51nMM .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-tuD7l51nMM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l51nMM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l51nMM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l51nMM .modal-content {
  background: #141414;
  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-tuD7l51nMM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l51nMM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l51nMM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l51nMM .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l51nMM .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-tuD7l51nMM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51nMM .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l51nMM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l51nMM .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l51nMM .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l51nMM .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l51nMM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l51nMM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l51nMM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51nMM .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l51nMM .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-tuD7l51nMM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l51nMM .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l51nMM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l51nMM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l51nMM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l51nMM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l51nMM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l51nMM .modal-lg,
  .cid-tuD7l51nMM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l51nMM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l51nMM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l51nMM .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-tuD7l51nMM .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l51nMM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l51nMM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l51nMM .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-tuD7l51nMM .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l51nMM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFCTpvWj {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFCTpvWj {
    flex-wrap: wrap;
  }
  .cid-tuzFCTpvWj .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFCTpvWj .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFCTpvWj .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFCTpvWj .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFCTpvWj .nav-link {
  position: relative;
}
.cid-tuzFCTpvWj .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFCTpvWj .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFCTpvWj nav.navbar {
  position: fixed;
}
.cid-tuzFCTpvWj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFCTpvWj .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFCTpvWj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFCTpvWj .dropdown-item:hover,
.cid-tuzFCTpvWj .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFCTpvWj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFCTpvWj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFCTpvWj .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFCTpvWj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFCTpvWj .container {
  display: flex;
  margin: auto;
}
.cid-tuzFCTpvWj .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFCTpvWj .dropdown-menu,
.cid-tuzFCTpvWj .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFCTpvWj .nav-item:focus,
.cid-tuzFCTpvWj .nav-link:focus {
  outline: none;
}
.cid-tuzFCTpvWj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFCTpvWj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFCTpvWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFCTpvWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFCTpvWj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFCTpvWj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFCTpvWj .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFCTpvWj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFCTpvWj .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFCTpvWj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFCTpvWj .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFCTpvWj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFCTpvWj .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFCTpvWj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFCTpvWj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFCTpvWj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFCTpvWj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFCTpvWj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFCTpvWj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFCTpvWj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFCTpvWj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFCTpvWj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFCTpvWj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFCTpvWj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFCTpvWj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFCTpvWj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFCTpvWj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFCTpvWj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFCTpvWj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFCTpvWj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFCTpvWj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFCTpvWj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFCTpvWj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFCTpvWj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFCTpvWj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFCTpvWj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFCTpvWj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFCTpvWj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFCTpvWj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFCTpvWj .dropdown-item.active,
.cid-tuzFCTpvWj .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFCTpvWj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFCTpvWj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFCTpvWj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFCTpvWj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFCTpvWj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFCTpvWj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFCTpvWj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFCTpvWj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFCTpvWj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFCTpvWj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFCTpvWj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFCTpvWj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFCTpvWj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFCTpvWj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFCTpvWj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFCTpvWj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFCTpvWj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFCTpvWj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFCTpvWj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFCTpvWj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFCTpvWj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFCTpvWj .navbar {
    height: 70px;
  }
  .cid-tuzFCTpvWj .navbar.opened {
    height: auto;
  }
  .cid-tuzFCTpvWj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFCU6p0r {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFCU6p0r .mbr-text,
.cid-tuzFCU6p0r .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFCU6p0r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFCU6p0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFCU6p0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFCUAGIQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFCUAGIQ .row {
  flex-direction: row-reverse;
}
.cid-tuzFCUAGIQ .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFCUAGIQ .price-wrapper h4,
.cid-tuzFCUAGIQ .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFCUAGIQ .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFCUAGIQ .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFCUAGIQ .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFCUAGIQ .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFCUAGIQ .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFCUAGIQ .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFCUAGIQ .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFCUAGIQ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFCUAGIQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFCUAGIQ .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFCUAGIQ .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFCUAGIQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFCUAGIQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFCUAGIQ .card-title,
.cid-tuzFCUAGIQ .card-icon {
  color: #5278fd;
}
.cid-tuzFCUAGIQ .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFCUAGIQ .mbr-text,
.cid-tuzFCUAGIQ .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFCUAGIQ .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFCUAGIQ .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHPMDsLf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHPMDsLf .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHPMDsLf .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHPMDsLf .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHPMDsLf .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHPMDsLf .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHPMDsLf .card-title,
.cid-tuzHPMDsLf .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHPMDsLf .main-title,
.cid-tuzHPMDsLf .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHPMDsLf .card-text {
  color: #d6d1d1;
}
.cid-tuzHPMDsLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHPMDsLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFCW1PXk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFCW1PXk .mbr-text {
  color: #ffffff;
}
.cid-tuzFCW1PXk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzIOcmjbJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzIOcmjbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzIOcmjbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzIOcmjbJ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzIOcmjbJ .img-wide {
  height: 50%;
}
.cid-tuzIOcmjbJ .img-big {
  height: 100%;
}
.cid-tuzFCX9hrX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFCX9hrX .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFCX9hrX .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFCX9hrX .align-right,
  .cid-tuzFCX9hrX .align-left {
    text-align: center;
  }
}
.cid-tuzFCX9hrX .title {
  display: flex;
  align-items: center;
}
.cid-tuzFCX9hrX .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFCX9hrX .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFCX9hrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFCX9hrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFCXI3uL {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFCXI3uL .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFCXI3uL .card-title,
.cid-tuzFCXI3uL .card-text {
  transition: all 0.3s;
}
.cid-tuzFCXI3uL .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFCXI3uL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFCXI3uL .card-title,
.cid-tuzFCXI3uL .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFCXI3uL .card-text {
  color: #353535;
}
.cid-tuzFCXI3uL .card-text,
.cid-tuzFCXI3uL .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFCXI3uL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFCXI3uL .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFCXI3uL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFCXI3uL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFCYlo5E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFCYlo5E .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFCYlo5E .btn-social,
.cid-tuzFCYlo5E .mbr-section-title {
  color: #57468b;
}
.cid-tuzFCYlo5E .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFCYlo5E .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFCYlo5E .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFCYlo5E .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFCYlo5E .align-left,
  .cid-tuzFCYlo5E .align-right {
    text-align: center;
  }
  .cid-tuzFCYlo5E .social-list {
    justify-content: center;
  }
  .cid-tuzFCYlo5E .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFCYlo5E .mbr-text {
  color: #ffffff;
}
.cid-tuD7l52X5k.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l52X5k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l52X5k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l52X5k .modal-content,
.cid-tuD7l52X5k .modal-dialog {
  height: auto;
}
.cid-tuD7l52X5k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l52X5k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l52X5k .form-wrapper .mbr-form .form-group,
  .cid-tuD7l52X5k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l52X5k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l52X5k .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l52X5k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52X5k .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l52X5k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l52X5k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l52X5k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l52X5k .modal-open {
  overflow: hidden;
}
.cid-tuD7l52X5k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l52X5k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l52X5k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l52X5k .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-tuD7l52X5k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l52X5k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l52X5k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l52X5k .modal-content {
  background: #141414;
  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-tuD7l52X5k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l52X5k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l52X5k .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l52X5k .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l52X5k .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-tuD7l52X5k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52X5k .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l52X5k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l52X5k .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l52X5k .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l52X5k .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l52X5k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52X5k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l52X5k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52X5k .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l52X5k .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-tuD7l52X5k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52X5k .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l52X5k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l52X5k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l52X5k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l52X5k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l52X5k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l52X5k .modal-lg,
  .cid-tuD7l52X5k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l52X5k .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l52X5k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l52X5k .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-tuD7l52X5k .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l52X5k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l52X5k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l52X5k .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-tuD7l52X5k .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l52X5k .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFFMYSZB {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFFMYSZB {
    flex-wrap: wrap;
  }
  .cid-tuzFFMYSZB .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFFMYSZB .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFFMYSZB .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFFMYSZB .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFFMYSZB .nav-link {
  position: relative;
}
.cid-tuzFFMYSZB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFFMYSZB .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFFMYSZB nav.navbar {
  position: fixed;
}
.cid-tuzFFMYSZB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFFMYSZB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFFMYSZB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFFMYSZB .dropdown-item:hover,
.cid-tuzFFMYSZB .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFFMYSZB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFFMYSZB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFFMYSZB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFFMYSZB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFFMYSZB .container {
  display: flex;
  margin: auto;
}
.cid-tuzFFMYSZB .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFFMYSZB .dropdown-menu,
.cid-tuzFFMYSZB .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFFMYSZB .nav-item:focus,
.cid-tuzFFMYSZB .nav-link:focus {
  outline: none;
}
.cid-tuzFFMYSZB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFFMYSZB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFFMYSZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFFMYSZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFFMYSZB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFFMYSZB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFFMYSZB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFFMYSZB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFFMYSZB .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFFMYSZB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFFMYSZB .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFFMYSZB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFFMYSZB .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFFMYSZB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFFMYSZB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFFMYSZB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFFMYSZB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFFMYSZB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFFMYSZB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFFMYSZB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFFMYSZB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFFMYSZB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFFMYSZB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFFMYSZB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFFMYSZB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFFMYSZB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFFMYSZB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFFMYSZB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFFMYSZB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFFMYSZB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFFMYSZB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFFMYSZB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFFMYSZB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFFMYSZB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFFMYSZB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFFMYSZB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFFMYSZB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFFMYSZB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFFMYSZB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFFMYSZB .dropdown-item.active,
.cid-tuzFFMYSZB .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFFMYSZB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFFMYSZB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFFMYSZB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFFMYSZB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFFMYSZB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFFMYSZB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFFMYSZB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFFMYSZB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFFMYSZB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFFMYSZB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFFMYSZB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFFMYSZB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFFMYSZB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFFMYSZB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFFMYSZB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFFMYSZB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFFMYSZB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFFMYSZB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFFMYSZB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFFMYSZB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFFMYSZB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFFMYSZB .navbar {
    height: 70px;
  }
  .cid-tuzFFMYSZB .navbar.opened {
    height: auto;
  }
  .cid-tuzFFMYSZB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFFNIf0T {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFFNIf0T .mbr-text,
.cid-tuzFFNIf0T .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFFNIf0T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFFNIf0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFFNIf0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFFOe41A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFFOe41A .row {
  flex-direction: row-reverse;
}
.cid-tuzFFOe41A .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFFOe41A .price-wrapper h4,
.cid-tuzFFOe41A .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFFOe41A .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFFOe41A .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFFOe41A .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFFOe41A .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFFOe41A .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFFOe41A .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFFOe41A .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFFOe41A .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFFOe41A .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFFOe41A .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFFOe41A .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFFOe41A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFFOe41A .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFFOe41A .card-title,
.cid-tuzFFOe41A .card-icon {
  color: #5278fd;
}
.cid-tuzFFOe41A .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFFOe41A .mbr-text,
.cid-tuzFFOe41A .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFFOe41A .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFFOe41A .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHStXzUh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHStXzUh .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHStXzUh .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHStXzUh .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHStXzUh .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHStXzUh .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHStXzUh .card-title,
.cid-tuzHStXzUh .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHStXzUh .main-title,
.cid-tuzHStXzUh .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHStXzUh .card-text {
  color: #d6d1d1;
}
.cid-tuzHStXzUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHStXzUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFFPxLBj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFFPxLBj .mbr-text {
  color: #ffffff;
}
.cid-tuzFFPxLBj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzILmjChx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzILmjChx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzILmjChx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzILmjChx img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzILmjChx .img-wide {
  height: 50%;
}
.cid-tuzILmjChx .img-big {
  height: 100%;
}
.cid-tuzFFQzy7l {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFFQzy7l .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFFQzy7l .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFFQzy7l .align-right,
  .cid-tuzFFQzy7l .align-left {
    text-align: center;
  }
}
.cid-tuzFFQzy7l .title {
  display: flex;
  align-items: center;
}
.cid-tuzFFQzy7l .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFFQzy7l .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFFQzy7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFFQzy7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFFR9Pvq {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFFR9Pvq .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFFR9Pvq .card-title,
.cid-tuzFFR9Pvq .card-text {
  transition: all 0.3s;
}
.cid-tuzFFR9Pvq .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFFR9Pvq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFFR9Pvq .card-title,
.cid-tuzFFR9Pvq .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFFR9Pvq .card-text {
  color: #353535;
}
.cid-tuzFFR9Pvq .card-text,
.cid-tuzFFR9Pvq .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFFR9Pvq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFFR9Pvq .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFFR9Pvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFFR9Pvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFFRKR7m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFFRKR7m .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFFRKR7m .btn-social,
.cid-tuzFFRKR7m .mbr-section-title {
  color: #57468b;
}
.cid-tuzFFRKR7m .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFFRKR7m .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFFRKR7m .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFFRKR7m .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFFRKR7m .align-left,
  .cid-tuzFFRKR7m .align-right {
    text-align: center;
  }
  .cid-tuzFFRKR7m .social-list {
    justify-content: center;
  }
  .cid-tuzFFRKR7m .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFFRKR7m .mbr-text {
  color: #ffffff;
}
.cid-tuD7l52zDd.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l52zDd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l52zDd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l52zDd .modal-content,
.cid-tuD7l52zDd .modal-dialog {
  height: auto;
}
.cid-tuD7l52zDd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l52zDd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l52zDd .form-wrapper .mbr-form .form-group,
  .cid-tuD7l52zDd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l52zDd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l52zDd .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l52zDd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52zDd .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l52zDd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l52zDd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l52zDd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l52zDd .modal-open {
  overflow: hidden;
}
.cid-tuD7l52zDd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l52zDd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l52zDd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l52zDd .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-tuD7l52zDd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l52zDd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l52zDd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l52zDd .modal-content {
  background: #141414;
  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-tuD7l52zDd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l52zDd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l52zDd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l52zDd .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l52zDd .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-tuD7l52zDd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52zDd .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l52zDd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l52zDd .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l52zDd .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l52zDd .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l52zDd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52zDd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l52zDd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52zDd .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l52zDd .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-tuD7l52zDd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52zDd .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l52zDd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l52zDd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l52zDd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l52zDd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l52zDd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l52zDd .modal-lg,
  .cid-tuD7l52zDd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l52zDd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l52zDd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l52zDd .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-tuD7l52zDd .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l52zDd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l52zDd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l52zDd .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-tuD7l52zDd .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l52zDd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFLnp9MZ {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFLnp9MZ {
    flex-wrap: wrap;
  }
  .cid-tuzFLnp9MZ .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFLnp9MZ .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFLnp9MZ .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFLnp9MZ .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFLnp9MZ .nav-link {
  position: relative;
}
.cid-tuzFLnp9MZ .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFLnp9MZ .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFLnp9MZ nav.navbar {
  position: fixed;
}
.cid-tuzFLnp9MZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFLnp9MZ .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFLnp9MZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFLnp9MZ .dropdown-item:hover,
.cid-tuzFLnp9MZ .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFLnp9MZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFLnp9MZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFLnp9MZ .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFLnp9MZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFLnp9MZ .container {
  display: flex;
  margin: auto;
}
.cid-tuzFLnp9MZ .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFLnp9MZ .dropdown-menu,
.cid-tuzFLnp9MZ .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFLnp9MZ .nav-item:focus,
.cid-tuzFLnp9MZ .nav-link:focus {
  outline: none;
}
.cid-tuzFLnp9MZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFLnp9MZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFLnp9MZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFLnp9MZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFLnp9MZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFLnp9MZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFLnp9MZ .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFLnp9MZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFLnp9MZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFLnp9MZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFLnp9MZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFLnp9MZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFLnp9MZ .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFLnp9MZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFLnp9MZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFLnp9MZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFLnp9MZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFLnp9MZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFLnp9MZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFLnp9MZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFLnp9MZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFLnp9MZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFLnp9MZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFLnp9MZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFLnp9MZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFLnp9MZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFLnp9MZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFLnp9MZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFLnp9MZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFLnp9MZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFLnp9MZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFLnp9MZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFLnp9MZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFLnp9MZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFLnp9MZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFLnp9MZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFLnp9MZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFLnp9MZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFLnp9MZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFLnp9MZ .dropdown-item.active,
.cid-tuzFLnp9MZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFLnp9MZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFLnp9MZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFLnp9MZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFLnp9MZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFLnp9MZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFLnp9MZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFLnp9MZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFLnp9MZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFLnp9MZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFLnp9MZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFLnp9MZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFLnp9MZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFLnp9MZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFLnp9MZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFLnp9MZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFLnp9MZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFLnp9MZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFLnp9MZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFLnp9MZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFLnp9MZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFLnp9MZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFLnp9MZ .navbar {
    height: 70px;
  }
  .cid-tuzFLnp9MZ .navbar.opened {
    height: auto;
  }
  .cid-tuzFLnp9MZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFLosP4M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFLosP4M .mbr-text,
.cid-tuzFLosP4M .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFLosP4M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFLosP4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFLosP4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFLpedUn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFLpedUn .row {
  flex-direction: row-reverse;
}
.cid-tuzFLpedUn .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFLpedUn .price-wrapper h4,
.cid-tuzFLpedUn .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFLpedUn .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFLpedUn .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFLpedUn .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFLpedUn .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFLpedUn .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFLpedUn .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFLpedUn .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFLpedUn .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFLpedUn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFLpedUn .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFLpedUn .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFLpedUn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFLpedUn .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFLpedUn .card-title,
.cid-tuzFLpedUn .card-icon {
  color: #5278fd;
}
.cid-tuzFLpedUn .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFLpedUn .mbr-text,
.cid-tuzFLpedUn .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFLpedUn .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFLpedUn .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHVgaitk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHVgaitk .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHVgaitk .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHVgaitk .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHVgaitk .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHVgaitk .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHVgaitk .card-title,
.cid-tuzHVgaitk .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHVgaitk .main-title,
.cid-tuzHVgaitk .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHVgaitk .card-text {
  color: #d6d1d1;
}
.cid-tuzHVgaitk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHVgaitk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFLqPLMR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFLqPLMR .mbr-text {
  color: #ffffff;
}
.cid-tuzFLqPLMR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzIHIU32y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzIHIU32y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzIHIU32y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzIHIU32y img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzIHIU32y .img-wide {
  height: 50%;
}
.cid-tuzIHIU32y .img-big {
  height: 100%;
}
.cid-tuzFLs4qUq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFLs4qUq .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFLs4qUq .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFLs4qUq .align-right,
  .cid-tuzFLs4qUq .align-left {
    text-align: center;
  }
}
.cid-tuzFLs4qUq .title {
  display: flex;
  align-items: center;
}
.cid-tuzFLs4qUq .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFLs4qUq .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFLs4qUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFLs4qUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFLtg3wy {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFLtg3wy .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFLtg3wy .card-title,
.cid-tuzFLtg3wy .card-text {
  transition: all 0.3s;
}
.cid-tuzFLtg3wy .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFLtg3wy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFLtg3wy .card-title,
.cid-tuzFLtg3wy .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFLtg3wy .card-text {
  color: #353535;
}
.cid-tuzFLtg3wy .card-text,
.cid-tuzFLtg3wy .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFLtg3wy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFLtg3wy .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFLtg3wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFLtg3wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFLu6o8a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFLu6o8a .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFLu6o8a .btn-social,
.cid-tuzFLu6o8a .mbr-section-title {
  color: #57468b;
}
.cid-tuzFLu6o8a .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFLu6o8a .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFLu6o8a .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFLu6o8a .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFLu6o8a .align-left,
  .cid-tuzFLu6o8a .align-right {
    text-align: center;
  }
  .cid-tuzFLu6o8a .social-list {
    justify-content: center;
  }
  .cid-tuzFLu6o8a .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFLu6o8a .mbr-text {
  color: #ffffff;
}
.cid-tuD7l52pLd.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l52pLd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l52pLd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l52pLd .modal-content,
.cid-tuD7l52pLd .modal-dialog {
  height: auto;
}
.cid-tuD7l52pLd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l52pLd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l52pLd .form-wrapper .mbr-form .form-group,
  .cid-tuD7l52pLd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l52pLd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l52pLd .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l52pLd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52pLd .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l52pLd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l52pLd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l52pLd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l52pLd .modal-open {
  overflow: hidden;
}
.cid-tuD7l52pLd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l52pLd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l52pLd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l52pLd .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-tuD7l52pLd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l52pLd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l52pLd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l52pLd .modal-content {
  background: #141414;
  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-tuD7l52pLd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l52pLd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l52pLd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l52pLd .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l52pLd .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-tuD7l52pLd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52pLd .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l52pLd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l52pLd .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l52pLd .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l52pLd .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l52pLd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52pLd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l52pLd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52pLd .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l52pLd .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-tuD7l52pLd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52pLd .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l52pLd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l52pLd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l52pLd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l52pLd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l52pLd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l52pLd .modal-lg,
  .cid-tuD7l52pLd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l52pLd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l52pLd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l52pLd .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-tuD7l52pLd .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l52pLd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l52pLd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l52pLd .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-tuD7l52pLd .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l52pLd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFNV6b8U {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFNV6b8U {
    flex-wrap: wrap;
  }
  .cid-tuzFNV6b8U .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFNV6b8U .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFNV6b8U .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFNV6b8U .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFNV6b8U .nav-link {
  position: relative;
}
.cid-tuzFNV6b8U .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFNV6b8U .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFNV6b8U nav.navbar {
  position: fixed;
}
.cid-tuzFNV6b8U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFNV6b8U .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFNV6b8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFNV6b8U .dropdown-item:hover,
.cid-tuzFNV6b8U .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFNV6b8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFNV6b8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFNV6b8U .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFNV6b8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFNV6b8U .container {
  display: flex;
  margin: auto;
}
.cid-tuzFNV6b8U .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFNV6b8U .dropdown-menu,
.cid-tuzFNV6b8U .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFNV6b8U .nav-item:focus,
.cid-tuzFNV6b8U .nav-link:focus {
  outline: none;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFNV6b8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFNV6b8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFNV6b8U .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFNV6b8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFNV6b8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFNV6b8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFNV6b8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFNV6b8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFNV6b8U .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFNV6b8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFNV6b8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFNV6b8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFNV6b8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFNV6b8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFNV6b8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFNV6b8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFNV6b8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFNV6b8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFNV6b8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFNV6b8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFNV6b8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFNV6b8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFNV6b8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFNV6b8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFNV6b8U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFNV6b8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFNV6b8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFNV6b8U .dropdown-item.active,
.cid-tuzFNV6b8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFNV6b8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFNV6b8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFNV6b8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFNV6b8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFNV6b8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFNV6b8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFNV6b8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFNV6b8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFNV6b8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFNV6b8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFNV6b8U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFNV6b8U .navbar {
    height: 70px;
  }
  .cid-tuzFNV6b8U .navbar.opened {
    height: auto;
  }
  .cid-tuzFNV6b8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzFNVWBMI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzFNVWBMI .mbr-text,
.cid-tuzFNVWBMI .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzFNVWBMI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFNVWBMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFNVWBMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFNWDpr7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFNWDpr7 .row {
  flex-direction: row-reverse;
}
.cid-tuzFNWDpr7 .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tuzFNWDpr7 .price-wrapper h4,
.cid-tuzFNWDpr7 .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tuzFNWDpr7 .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tuzFNWDpr7 .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tuzFNWDpr7 .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tuzFNWDpr7 .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tuzFNWDpr7 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tuzFNWDpr7 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuzFNWDpr7 .card-title {
  padding: 0;
  margin: 0;
}
.cid-tuzFNWDpr7 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tuzFNWDpr7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuzFNWDpr7 .card-wrapper {
    width: fit-content;
  }
}
.cid-tuzFNWDpr7 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tuzFNWDpr7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tuzFNWDpr7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-tuzFNWDpr7 .card-title,
.cid-tuzFNWDpr7 .card-icon {
  color: #5278fd;
}
.cid-tuzFNWDpr7 .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFNWDpr7 .mbr-text,
.cid-tuzFNWDpr7 .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzFNWDpr7 .price-title {
  text-align: center;
  color: #103178;
}
.cid-tuzFNWDpr7 .price {
  text-align: center;
  color: #103178;
}
.cid-tuzHXFz8EA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzHXFz8EA .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzHXFz8EA .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzHXFz8EA .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzHXFz8EA .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzHXFz8EA .card-wrapper:hover {
  background: transparent;
}
.cid-tuzHXFz8EA .card-title,
.cid-tuzHXFz8EA .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzHXFz8EA .main-title,
.cid-tuzHXFz8EA .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzHXFz8EA .card-text {
  color: #d6d1d1;
}
.cid-tuzHXFz8EA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzHXFz8EA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFNYvXce {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFNYvXce .mbr-text {
  color: #ffffff;
}
.cid-tuzFNYvXce .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFNZ6tiz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFNZ6tiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFNZ6tiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFNZ6tiz img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 3px outset #5278fd;
  border-radius: 10px;
}
.cid-tuzFNZ6tiz .img-wide {
  height: 50%;
}
.cid-tuzFNZ6tiz .img-big {
  height: 100%;
}
.cid-tuzFNZLusH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFNZLusH .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFNZLusH .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzFNZLusH .align-right,
  .cid-tuzFNZLusH .align-left {
    text-align: center;
  }
}
.cid-tuzFNZLusH .title {
  display: flex;
  align-items: center;
}
.cid-tuzFNZLusH .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFNZLusH .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzFNZLusH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFNZLusH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFO0XbmE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzFO0XbmE .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzFO0XbmE .card-title,
.cid-tuzFO0XbmE .card-text {
  transition: all 0.3s;
}
.cid-tuzFO0XbmE .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzFO0XbmE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzFO0XbmE .card-title,
.cid-tuzFO0XbmE .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzFO0XbmE .card-text {
  color: #353535;
}
.cid-tuzFO0XbmE .card-text,
.cid-tuzFO0XbmE .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzFO0XbmE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzFO0XbmE .mbr-section-title {
  color: #ffffff;
}
.cid-tuzFO0XbmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzFO0XbmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFO1WLqa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFO1WLqa .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFO1WLqa .btn-social,
.cid-tuzFO1WLqa .mbr-section-title {
  color: #57468b;
}
.cid-tuzFO1WLqa .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFO1WLqa .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFO1WLqa .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFO1WLqa .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFO1WLqa .align-left,
  .cid-tuzFO1WLqa .align-right {
    text-align: center;
  }
  .cid-tuzFO1WLqa .social-list {
    justify-content: center;
  }
  .cid-tuzFO1WLqa .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFO1WLqa .mbr-text {
  color: #ffffff;
}
.cid-tuD7l52hDt.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l52hDt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l52hDt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l52hDt .modal-content,
.cid-tuD7l52hDt .modal-dialog {
  height: auto;
}
.cid-tuD7l52hDt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l52hDt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l52hDt .form-wrapper .mbr-form .form-group,
  .cid-tuD7l52hDt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l52hDt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l52hDt .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l52hDt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52hDt .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l52hDt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l52hDt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l52hDt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l52hDt .modal-open {
  overflow: hidden;
}
.cid-tuD7l52hDt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l52hDt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l52hDt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l52hDt .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-tuD7l52hDt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l52hDt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l52hDt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l52hDt .modal-content {
  background: #141414;
  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-tuD7l52hDt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l52hDt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l52hDt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l52hDt .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l52hDt .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-tuD7l52hDt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52hDt .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l52hDt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l52hDt .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l52hDt .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l52hDt .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l52hDt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52hDt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l52hDt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52hDt .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l52hDt .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-tuD7l52hDt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52hDt .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l52hDt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l52hDt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l52hDt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l52hDt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l52hDt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l52hDt .modal-lg,
  .cid-tuD7l52hDt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l52hDt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l52hDt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l52hDt .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-tuD7l52hDt .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l52hDt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l52hDt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l52hDt .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-tuD7l52hDt .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l52hDt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuzFNV6b8U {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuzFNV6b8U {
    flex-wrap: wrap;
  }
  .cid-tuzFNV6b8U .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuzFNV6b8U .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuzFNV6b8U .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuzFNV6b8U .btn {
  padding: 0.3rem 2rem;
}
.cid-tuzFNV6b8U .nav-link {
  position: relative;
}
.cid-tuzFNV6b8U .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuzFNV6b8U .nav-link:hover:before {
  width: 100%;
}
.cid-tuzFNV6b8U nav.navbar {
  position: fixed;
}
.cid-tuzFNV6b8U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFNV6b8U .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuzFNV6b8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuzFNV6b8U .dropdown-item:hover,
.cid-tuzFNV6b8U .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuzFNV6b8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuzFNV6b8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuzFNV6b8U .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuzFNV6b8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuzFNV6b8U .container {
  display: flex;
  margin: auto;
}
.cid-tuzFNV6b8U .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuzFNV6b8U .dropdown-menu,
.cid-tuzFNV6b8U .navbar.opened {
  background: #141414 !important;
}
.cid-tuzFNV6b8U .nav-item:focus,
.cid-tuzFNV6b8U .nav-link:focus {
  outline: none;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuzFNV6b8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuzFNV6b8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuzFNV6b8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuzFNV6b8U .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuzFNV6b8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuzFNV6b8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tuzFNV6b8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuzFNV6b8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tuzFNV6b8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuzFNV6b8U .navbar.collapsed {
  justify-content: center;
}
.cid-tuzFNV6b8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuzFNV6b8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuzFNV6b8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuzFNV6b8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuzFNV6b8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuzFNV6b8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuzFNV6b8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuzFNV6b8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuzFNV6b8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuzFNV6b8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuzFNV6b8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuzFNV6b8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuzFNV6b8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuzFNV6b8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuzFNV6b8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuzFNV6b8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuzFNV6b8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuzFNV6b8U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuzFNV6b8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuzFNV6b8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuzFNV6b8U .dropdown-item.active,
.cid-tuzFNV6b8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tuzFNV6b8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuzFNV6b8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuzFNV6b8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuzFNV6b8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuzFNV6b8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuzFNV6b8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuzFNV6b8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuzFNV6b8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuzFNV6b8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuzFNV6b8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuzFNV6b8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuzFNV6b8U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuzFNV6b8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuzFNV6b8U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuzFNV6b8U .navbar {
    height: 70px;
  }
  .cid-tuzFNV6b8U .navbar.opened {
    height: auto;
  }
  .cid-tuzFNV6b8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuzJviVHBm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-tuzJviVHBm .mbr-text,
.cid-tuzJviVHBm .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-tuzJviVHBm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuzJviVHBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzJviVHBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzJyfM2CI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-tuzJyfM2CI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5278fd;
  margin-bottom: 1rem;
}
.cid-tuzJyfM2CI .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tuzJyfM2CI .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tuzJyfM2CI .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tuzJyfM2CI .card-wrapper:hover {
  background: transparent;
}
.cid-tuzJyfM2CI .card-title,
.cid-tuzJyfM2CI .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tuzJyfM2CI .main-title,
.cid-tuzJyfM2CI .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tuzJyfM2CI .card-text {
  color: #d6d1d1;
}
.cid-tuzJyfM2CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzJyfM2CI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzKftsth4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-tuzKftsth4 .row {
  flex-direction: row-reverse;
}
.cid-tuzKftsth4 .mbr-section-title {
  color: #ffffff;
}
.cid-tuzKftsth4 .mbr-text,
.cid-tuzKftsth4 .mbr-section-btn {
  color: #d6d1d1;
}
.cid-tuzKftsth4 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tuzKftsth4 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tuzKftsth4 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tuzKftsth4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzKftsth4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzKJ81TRZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #141414;
}
.cid-tuzKJ81TRZ .list-group-item {
  background-color: transparent;
  color: #d6d1d1;
  text-align: left;
}
.cid-tuzKJ81TRZ .plan-body {
  padding: 2rem;
}
.cid-tuzKJ81TRZ .plan-header {
  padding: 1rem;
  padding-top: 3rem;
}
.cid-tuzKJ81TRZ .plan-price {
  background: #141414;
  padding: 3rem 1rem;
}
.cid-tuzKJ81TRZ .price {
  color: #5278fd;
  text-align: center;
}
.cid-tuzKJ81TRZ .plan {
  word-break: break-word;
  background-color: #141414;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-tuzKJ81TRZ .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
}
.cid-tuzKJ81TRZ .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "✓";
}
@media (max-width: 991px) {
  .cid-tuzKJ81TRZ .plan {
    margin-bottom: 2rem;
  }
}
.cid-tuzKJ81TRZ .price,
.cid-tuzKJ81TRZ .plan-price {
  text-align: center;
  color: #ffffff;
}
.cid-tuzKJ81TRZ H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tuzKJ81TRZ H4 {
  text-align: center;
  color: #bbbbbb;
}
.cid-tuzKJ81TRZ .plan-title {
  color: #5278fd;
}
.cid-tuzKJ81TRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzKJ81TRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzLzfIDfd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: var(--backgroundColor);
}
.cid-tuzLzfIDfd .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tuzLzfIDfd .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-tuzLzfIDfd .align-right,
  .cid-tuzLzfIDfd .align-left {
    text-align: center;
  }
}
.cid-tuzLzfIDfd .title {
  display: flex;
  align-items: center;
}
.cid-tuzLzfIDfd .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 10px;
  border: 3px outset #5278fd;
  box-shadow: 0 0 20px 0 #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzLzfIDfd .row {
    padding: 2rem 1rem;
  }
}
.cid-tuzLzfIDfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzLzfIDfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzLs9GyYa {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: var(--backgroundColor);
}
.cid-tuzLs9GyYa .card-box {
  z-index: 2;
  position: relative;
}
.cid-tuzLs9GyYa .card-title,
.cid-tuzLs9GyYa .card-text {
  transition: all 0.3s;
}
.cid-tuzLs9GyYa .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 10px;
  background: #141414;
  transition: all 0.3s;
  border: 3px outset #5278fd;
}
@media (max-width: 767px) {
  .cid-tuzLs9GyYa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tuzLs9GyYa .card-title,
.cid-tuzLs9GyYa .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tuzLs9GyYa .card-text {
  color: #353535;
}
.cid-tuzLs9GyYa .card-text,
.cid-tuzLs9GyYa .mbr-section-btn {
  text-align: center;
  color: #d6d1d1;
}
.cid-tuzLs9GyYa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuzLs9GyYa .mbr-section-title {
  color: #ffffff;
}
.cid-tuzLs9GyYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzLs9GyYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzFO1WLqa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuzFO1WLqa .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuzFO1WLqa .btn-social,
.cid-tuzFO1WLqa .mbr-section-title {
  color: #57468b;
}
.cid-tuzFO1WLqa .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuzFO1WLqa .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuzFO1WLqa .soc-item:hover {
  background: #5278fd;
}
.cid-tuzFO1WLqa .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuzFO1WLqa .align-left,
  .cid-tuzFO1WLqa .align-right {
    text-align: center;
  }
  .cid-tuzFO1WLqa .social-list {
    justify-content: center;
  }
  .cid-tuzFO1WLqa .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuzFO1WLqa .mbr-text {
  color: #ffffff;
}
.cid-tuD7l52RS4.popup-builder {
  background-color: #ffffff;
}
.cid-tuD7l52RS4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuD7l52RS4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuD7l52RS4 .modal-content,
.cid-tuD7l52RS4 .modal-dialog {
  height: auto;
}
.cid-tuD7l52RS4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuD7l52RS4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuD7l52RS4 .form-wrapper .mbr-form .form-group,
  .cid-tuD7l52RS4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuD7l52RS4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 30px;
}
.cid-tuD7l52RS4 .mbr-figure img {
  width: 50%;
  border-radius: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-tuD7l52RS4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52RS4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tuD7l52RS4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuD7l52RS4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuD7l52RS4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuD7l52RS4 .modal-open {
  overflow: hidden;
}
.cid-tuD7l52RS4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuD7l52RS4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuD7l52RS4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuD7l52RS4 .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-tuD7l52RS4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuD7l52RS4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuD7l52RS4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuD7l52RS4 .modal-content {
  background: #141414;
  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-tuD7l52RS4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuD7l52RS4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuD7l52RS4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuD7l52RS4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tuD7l52RS4 .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-tuD7l52RS4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52RS4 .modal-header {
    padding: 1rem;
  }
}
.cid-tuD7l52RS4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuD7l52RS4 .modal-header .close svg {
  fill: #141414;
}
.cid-tuD7l52RS4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tuD7l52RS4 .modal-header .close:focus {
  outline: none;
}
.cid-tuD7l52RS4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tuD7l52RS4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuD7l52RS4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52RS4 .modal-body {
    padding: 1rem;
  }
}
.cid-tuD7l52RS4 .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-tuD7l52RS4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuD7l52RS4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tuD7l52RS4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuD7l52RS4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuD7l52RS4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuD7l52RS4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuD7l52RS4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuD7l52RS4 .modal-lg,
  .cid-tuD7l52RS4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuD7l52RS4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuD7l52RS4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuD7l52RS4 .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-tuD7l52RS4 .form-group {
  margin-bottom: 1rem;
}
.cid-tuD7l52RS4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuD7l52RS4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuD7l52RS4 .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-tuD7l52RS4 .mbr-section-btn {
  margin: 0;
}
.cid-tuD7l52RS4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tuyd07vKe3 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuyd07vKe3 {
    flex-wrap: wrap;
  }
  .cid-tuyd07vKe3 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tuyd07vKe3 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tuyd07vKe3 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tuyd07vKe3 .btn {
  padding: 0.3rem 2rem;
}
.cid-tuyd07vKe3 .nav-link {
  position: relative;
}
.cid-tuyd07vKe3 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5278fd;
}
.cid-tuyd07vKe3 .nav-link:hover:before {
  width: 100%;
}
.cid-tuyd07vKe3 nav.navbar {
  position: fixed;
}
.cid-tuyd07vKe3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuyd07vKe3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuyd07vKe3 .dropdown-item:hover,
.cid-tuyd07vKe3 .dropdown-item:focus {
  background: #5278fd !important;
  color: white !important;
}
.cid-tuyd07vKe3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuyd07vKe3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuyd07vKe3 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuyd07vKe3 .container {
  display: flex;
  margin: auto;
}
.cid-tuyd07vKe3 .iconfont-wrapper {
  color: #5278fd !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuyd07vKe3 .dropdown-menu,
.cid-tuyd07vKe3 .navbar.opened {
  background: #141414 !important;
}
.cid-tuyd07vKe3 .nav-item:focus,
.cid-tuyd07vKe3 .nav-link:focus {
  outline: none;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuyd07vKe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuyd07vKe3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuyd07vKe3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuyd07vKe3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414 !important;
  transition: all 0.3s;
}
.cid-tuyd07vKe3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 9, 16, 0);
}
.cid-tuyd07vKe3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuyd07vKe3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuyd07vKe3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuyd07vKe3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tuyd07vKe3 .navbar.collapsed {
  justify-content: center;
}
.cid-tuyd07vKe3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuyd07vKe3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuyd07vKe3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuyd07vKe3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuyd07vKe3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuyd07vKe3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuyd07vKe3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuyd07vKe3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuyd07vKe3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuyd07vKe3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuyd07vKe3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuyd07vKe3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuyd07vKe3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuyd07vKe3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuyd07vKe3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuyd07vKe3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuyd07vKe3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuyd07vKe3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuyd07vKe3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuyd07vKe3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuyd07vKe3 .dropdown-item.active,
.cid-tuyd07vKe3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuyd07vKe3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuyd07vKe3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuyd07vKe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tuyd07vKe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuyd07vKe3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuyd07vKe3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuyd07vKe3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuyd07vKe3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5278fd;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuyd07vKe3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuyd07vKe3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuyd07vKe3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuyd07vKe3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuyd07vKe3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuyd07vKe3 .navbar {
    height: 70px;
  }
  .cid-tuyd07vKe3 .navbar.opened {
    height: auto;
  }
  .cid-tuyd07vKe3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txhJeLPDv3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header-background.psd.png");
}
.cid-txhJeLPDv3 .mbr-text,
.cid-txhJeLPDv3 .mbr-section-btn {
  color: #d6d1d1;
  text-align: center;
}
.cid-txhJeLPDv3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txhJeLPDv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhJeLPDv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhJyXVDJt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: var(--backgroundColor);
}
.cid-txhJyXVDJt .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-txhJyXVDJt .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-txhJyXVDJt img {
  width: 100px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-txhJyXVDJt .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-txhJyXVDJt .card-wrapper:hover {
  background: transparent;
}
.cid-txhJyXVDJt .card-title,
.cid-txhJyXVDJt .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-txhJyXVDJt .main-title,
.cid-txhJyXVDJt .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-txhJyXVDJt .card-text {
  color: #bbbbbb;
}
.cid-txhJyXVDJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhJyXVDJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhKNNtkUm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-txhKNNtkUm .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-txhKNNtkUm .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-txhKNNtkUm img {
  width: 100px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-txhKNNtkUm .card-wrapper {
  transition: all 0.3s;
  border: 3px outset #5278fd;
  padding: 2.5rem 2rem;
  background: #141414;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-txhKNNtkUm .card-wrapper:hover {
  background: transparent;
}
.cid-txhKNNtkUm .card-title,
.cid-txhKNNtkUm .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-txhKNNtkUm .main-title,
.cid-txhKNNtkUm .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-txhKNNtkUm .card-text {
  color: #bbbbbb;
}
.cid-txhKNNtkUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhKNNtkUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhKYrPhsu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--backgroundColor);
}
.cid-txhKYrPhsu .row {
  flex-direction: row-reverse;
}
.cid-txhKYrPhsu .mbr-section-title {
  color: #ffffff;
}
.cid-txhKYrPhsu .mbr-text,
.cid-txhKYrPhsu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-txhKYrPhsu .mbr-section-subtitle {
  color: #8364e2;
}
.cid-txhKYrPhsu img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-txhKYrPhsu .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-txhKYrPhsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhKYrPhsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyweMlsvS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--backgroundColor);
}
.cid-tuyweMlsvS .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tuyweMlsvS .btn-social,
.cid-tuyweMlsvS .mbr-section-title {
  color: #57468b;
}
.cid-tuyweMlsvS .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #141414;
}
.cid-tuyweMlsvS .soc-item span {
  font-size: 20px;
  color: #5278fd !important;
  transition: all 0.3s;
}
.cid-tuyweMlsvS .soc-item:hover {
  background: #5278fd;
}
.cid-tuyweMlsvS .soc-item:hover span {
  color: #141414 !important;
}
@media (max-width: 992px) {
  .cid-tuyweMlsvS .align-left,
  .cid-tuyweMlsvS .align-right {
    text-align: center;
  }
  .cid-tuyweMlsvS .social-list {
    justify-content: center;
  }
  .cid-tuyweMlsvS .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tuyweMlsvS .mbr-text {
  color: #ffffff;
}
body {
  background-color: #141414;
  font-family: sans-serif;
}

div + div {
  clear: both;
}

p {
  line-height: 1.4em;
  color: #ffffff;
}

.faq-title {
  font-size: 2em;
  margin: 0.4em 0;
  color: #5278fd;
}

div.seperator {
  width: 7.5em;
  background-color: #19ff90;
  height: 0.17em;
  margin-left: -1.8em;
}

.faq-list > div {
  border-bottom: 0.07em solid #ededed;
  padding: 1.5em 0em;
} 

.faq-list > div:last-child {
  border: unset;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

summary {
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  user-select: none;
  transition: all 0.3s ease;
  color: #ffffff;
}

summary:hover {
  color: #5278fd;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
  color: #5278fd;
}

details[open] p {
  border-left: 2px solid #5278fd;
  margin-left: 55px;
  padding-left: 25px;
  opacity: 100;
  transition: all 3s ease;
}

details[open] summary:after {
  content: "-";
  font-size: 3.2em;
  margin: -33px 0.35em 0 0;
  font-weight: 200;
}

.faq-body {
  width: 70em;
  margin: 4em auto;
  box-shadow: 0px 0px 0px;
  border-radius: 0.2em;
  padding: 5em;
  background-color: #141414;
}

.faq-list {
  width: 55em;
  margin: 1em auto;
  padding: 2em 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  background: transparent;
  border-radius: 0.3em;
  content: "+";
  color: #5278fd;
  float: left;
  font-size: 1.8em;
  font-weight: bold;
  margin: -0.3em 0.65em 0 0;
  padding: 0;
  text-align: center;
  width: 25px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffbbaa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff7f5d;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff7f5d;
}

@charset "UTF-8"; /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace
}

a {
    background-color: transparent;
    text-decoration: none
}

a:focus {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

iframe {
    border: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background: inherit;
    border: none
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

button,input,optgroup,select,textarea {
    text-rendering: optimizeLegibility
}

h1,h2,h3,h4,h5,h6 {
    color: var(--heading-color);
    font-weight: var(--font-weight-heading);
    line-height: var(--line-height-base);
    font-family: var(--heading-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 2px
}

h1 {
    font-size: var(--font-size-h1)
}

h2 {
    font-size: var(--font-size-h2)
}

h3 {
    font-size: var(--font-size-h3)
}

h4 {
    font-size: var(--font-size-h4)
}

h5 {
    font-size: var(--font-size-h5)
}

h6 {
    font-size: var(--font-size-h6)
}

.title {
    position: relative;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 55px;
    letter-spacing: 2px
}

@media only screen and (max-width: 767px) {
    .title {
        font-size:47px
    }
}

@media only screen and (max-width: 575px) {
    .title {
        font-size:40px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 400px) {
    .title {
        font-size:35px
    }
}

.sub-heading {
    letter-spacing: 3px;
    font-size: 16px
}

.section-title {
    position: relative;
    font-size: 40px;
    letter-spacing: 2px
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size:30px;
        letter-spacing: inherit
    }
}

.title-block {
    letter-spacing: 2px;
    font-size: 20px
}

.sm-p {
    font-size: 14px;
    letter-spacing: 1.5px
}

.sm-title-block {
    letter-spacing: 2px;
    font-size: 16px
}

.header-scale-hero {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.subtitle {
    color: var(--font-color);
    font-size: 16px;
    letter-spacing: 2px
}

.metas {
    padding: 0 5px;
    font-size: 16px
}

.metas span {
    position: relative;
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    padding: 6px 15px;
    margin-right: 15px
}

.metas span:before,.metas span:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    height: 1px;
    background-color: var(--border-color)
}

.metas span:before {
    top: 0
}

.metas span:after {
    bottom: 0
}

.metas span:last-of-type {
    margin-right: 0
}

.title-h2 {
    font-size: 46px;
    letter-spacing: 2px
}

@media only screen and (max-width: 991px) {
    .title-h2 {
        font-size:35px;
        line-height: inherit
    }
}

@media only screen and (max-width: 767px) {
    .title-h2 {
        font-size:25px
    }
}

.sub-text-header {
    margin-top: 25px
}

.sub-text-header h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 24px;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .section-title,.sm-p,.sub-heading,.sub-text-header,.subtitle,.title,.title-h2 {
        max-width:570px
    }

    .section-title br,.sm-p br,.sub-heading br,.sub-text-header br,.subtitle br,.title-h2 br,.title br {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .sm-title-block br,.title-block br {
        display:none
    }
}

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: var(--line-height-content)
}

cite,dfn,em,i {
    font-style: italic
}

a,span {
    display: inline-block;
    color: inherit
}

blockquote cite {
    font-style: normal;
    font-family: var(--heading-font)
}

pre {
    font-family: var(--font-pre);
    overflow: auto
}

code,kbd,tt,var {
    font-family: var(--font-code)
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: underline
}

.v-dark,.v-light {
    background-color: var(--bg-color);
    color: var(--font-color)
}

.v-dark-head {
    color: var(--font-color)
}

.background-main {
    background-color: var(--bg-color)
}

.background-section {
    background-color: var(--assistant-color)
}

.background-gradient-left {
    background: var(--assistant-color);
    background: -webkit-gradient(linear,left top,right top,from(var(--assistant-color)),color-stop(50%,var(--theme-color)));
    background: -o-linear-gradient(left,var(--assistant-color) 0%,var(--theme-color) 50%);
    background: linear-gradient(90deg,var(--assistant-color) 0%,var(--theme-color) 50%)
}

.background-gradient-bottom {
    background: var(--assistant-color);
    background: -webkit-gradient(linear,left bottom,left top,from(var(--assistant-color)),color-stop(50%,var(--theme-color)));
    background: -o-linear-gradient(bottom,var(--assistant-color) 0%,var(--theme-color) 50%);
    background: linear-gradient(0deg,var(--assistant-color) 0%,var(--theme-color) 50%)
}

.background-gradient-right {
    background: var(--assistant-color);
    background: -o-linear-gradient(60deg,var(--assistant-color) 0%,var(--theme-color) 50%);
    background: linear-gradient(390deg,var(--assistant-color) 0%,var(--theme-color) 50%)
}

.background-gradient-top {
    background: var(--assistant-color);
    background: -webkit-gradient(linear,left top,left bottom,from(var(--assistant-color)),color-stop(50%,var(--theme-color)));
    background: -o-linear-gradient(top,var(--assistant-color) 0%,var(--theme-color) 50%);
    background: linear-gradient(180deg,var(--assistant-color) 0%,var(--theme-color) 50%)
}

.background-theme {
    background-color: var(--theme-color)
}

.theme-color {
    color: var(--theme-color)
}

.heading-color {
    color: var(--heading-color)
}

.body-color {
    color: var(--font-color)
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-1:nth-of-type(n+2) {
        margin-top:50px
    }
}

@media only screen and (min-width: 768px) {
    .dsn-col .dsn-col-1:nth-of-type(n+2) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-lg-1:nth-of-type(n+2) {
        margin-top:50px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-lg-1:nth-of-type(n+2) {
        margin-top:30px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-md-1:nth-of-type(n+2) {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .dsn-col .dsn-col-sm-1:nth-of-type(n+2) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-2:nth-of-type(n+3) {
        margin-top:50px
    }
}

@media only screen and (min-width: 768px) {
    .dsn-col .dsn-col-2:nth-of-type(n+3) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-lg-2:nth-of-type(n+3) {
        margin-top:50px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-lg-2:nth-of-type(n+3) {
        margin-top:30px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-md-2:nth-of-type(n+3) {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .dsn-col .dsn-col-sm-2:nth-of-type(n+3) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-3:nth-of-type(n+4) {
        margin-top:50px
    }
}

@media only screen and (min-width: 768px) {
    .dsn-col .dsn-col-3:nth-of-type(n+4) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-lg-3:nth-of-type(n+4) {
        margin-top:50px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-lg-3:nth-of-type(n+4) {
        margin-top:30px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-md-3:nth-of-type(n+4) {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .dsn-col .dsn-col-sm-3:nth-of-type(n+4) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-4:nth-of-type(n+5) {
        margin-top:50px
    }
}

@media only screen and (min-width: 768px) {
    .dsn-col .dsn-col-4:nth-of-type(n+5) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-lg-4:nth-of-type(n+5) {
        margin-top:50px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-lg-4:nth-of-type(n+5) {
        margin-top:30px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-md-4:nth-of-type(n+5) {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .dsn-col .dsn-col-sm-4:nth-of-type(n+5) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-5:nth-of-type(n+6) {
        margin-top:50px
    }
}

@media only screen and (min-width: 768px) {
    .dsn-col .dsn-col-5:nth-of-type(n+6) {
        margin-top:30px
    }
}

@media only screen and (min-width: 992px) {
    .dsn-col .dsn-col-lg-5:nth-of-type(n+6) {
        margin-top:50px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-lg-5:nth-of-type(n+6) {
        margin-top:30px
    }
}

@media only screen and (max-width: 991px) {
    .dsn-col .dsn-col-md-5:nth-of-type(n+6) {
        margin-top:30px
    }
}

@media only screen and (max-width: 767px) {
    .dsn-col .dsn-col-sm-5:nth-of-type(n+6) {
        margin-top:30px
    }
}

[data-overlay]:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

[data-overlay="0"]:before {
    opacity: 0
}

[data-overlay="1"]:before {
    opacity: 0.1
}

[data-overlay="2"]:before {
    opacity: 0.2
}

[data-overlay="3"]:before {
    opacity: 0.3
}

[data-overlay="4"]:before {
    opacity: 0.4
}

[data-overlay="5"]:before {
    opacity: 0.5
}

[data-overlay="6"]:before {
    opacity: 0.6
}

[data-overlay="7"]:before {
    opacity: 0.7
}

[data-overlay="8"]:before {
    opacity: 0.8
}

[data-overlay="9"]:before {
    opacity: 0.9
}

[data-overlay="10"]:before {
    opacity: 1
}

.section-margin {
    margin-top: var(--margin-padding);
    margin-bottom: var(--margin-padding)
}

@media only screen and (max-width: 991px) {
    .section-margin {
        margin-top:var(--margin-padding-mobile);
        margin-bottom: var(--margin-padding-mobile)
    }
}

.mt-section {
    margin-top: var(--margin-padding)
}

@media only screen and (max-width: 991px) {
    .mt-section {
        margin-top:var(--margin-padding-mobile)
    }
}

@media only screen and (min-width: 992px) {
    .mt-lg-section {
        margin-top:var(--margin-padding)
    }
}

@media only screen and (max-width: 767px) {
    .mt-sm-section {
        margin-top:var(--margin-padding-mobile)
    }
}

@media only screen and (min-width: 992px) {
    .mb-lg-section {
        margin-bottom:var(--margin-padding)
    }
}

@media only screen and (max-width: 767px) {
    .mb-sm-section {
        margin-bottom:var(--margin-padding-mobile)
    }
}

.mb-section {
    margin-bottom: var(--margin-padding)
}

@media only screen and (max-width: 991px) {
    .mb-section {
        margin-bottom:var(--margin-padding-mobile)
    }
}

.section-padding {
    padding-top: var(--margin-padding);
    padding-bottom: var(--margin-padding)
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top:var(--margin-padding-mobile);
        padding-bottom: var(--margin-padding-mobile)
    }
}

.pt-section {
    padding-top: var(--margin-padding)
}

@media only screen and (max-width: 991px) {
    .pt-section {
        padding-top:var(--margin-padding-mobile)
    }
}

@media only screen and (min-width: 992px) {
    .pt-lg-section {
        padding-top:var(--margin-padding)
    }
}

@media only screen and (max-width: 767px) {
    .pt-sm-section {
        padding-top:var(--margin-padding-mobile)
    }
}

@media only screen and (min-width: 992px) {
    .pb-lg-section {
        padding-bottom:var(--margin-padding)
    }
}

@media only screen and (max-width: 767px) {
    .pb-sm-section {
        padding-bottom:var(--margin-padding-mobile)
    }
}

.pb-section {
    padding-bottom: var(--margin-padding)
}

@media only screen and (max-width: 991px) {
    .pb-section {
        padding-bottom:var(--margin-padding-mobile)
    }
}

.dsn-container {
    padding-right: 50px;
    padding-left: 50px
}

@media only screen and (max-width: 991px) {
    .container,.dsn-container {
        max-width:100%;
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (max-width: 767px) {
    .container,.dsn-container {
        padding-right:25px;
        padding-left: 25px
    }
}

@media only screen and (max-width: 575px) {
    .container,.dsn-container {
        padding-right:15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:100%;
        padding-right: 50px;
        padding-left: 50px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1200px
    }
}

@media (min-width: 1367px) {
    .container {
        max-width:1200px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.m-0 {
    margin: 0px
}

.m-5 {
    margin: 5px
}

.m-10 {
    margin: 10px
}

.m-15 {
    margin: 15px
}

.m-20 {
    margin: 20px
}

.m-25 {
    margin: 25px
}

.m-30 {
    margin: 30px
}

.m-35 {
    margin: 35px
}

.m-40 {
    margin: 40px
}

.m-45 {
    margin: 45px
}

.m-50 {
    margin: 50px
}

.m-55 {
    margin: 55px
}

.m-60 {
    margin: 60px
}

.m-65 {
    margin: 65px
}

.m-70 {
    margin: 70px
}

.m-75 {
    margin: 75px
}

.m-80 {
    margin: 80px
}

.m-85 {
    margin: 85px
}

.m-90 {
    margin: 90px
}

.m-95 {
    margin: 95px
}

.m-100 {
    margin: 100px
}

.mt-0 {
    margin-top: 0px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mb-0 {
    margin-bottom: 0px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-0 {
    margin-left: 0px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.mr-0 {
    margin-right: 0px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.p-0 {
    padding: 0px
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.p-35 {
    padding: 35px
}

.p-40 {
    padding: 40px
}

.p-45 {
    padding: 45px
}

.p-50 {
    padding: 50px
}

.p-55 {
    padding: 55px
}

.p-60 {
    padding: 60px
}

.p-65 {
    padding: 65px
}

.p-70 {
    padding: 70px
}

.p-75 {
    padding: 75px
}

.p-80 {
    padding: 80px
}

.p-85 {
    padding: 85px
}

.p-90 {
    padding: 90px
}

.p-95 {
    padding: 95px
}

.p-100 {
    padding: 100px
}

.pt-0 {
    padding-top: 0px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pr-0 {
    padding-right: 0px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pl-0 {
    padding-left: 0px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pb-0 {
    padding-bottom: 0px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.h-0 {
    height: 0%
}

.h-10 {
    height: 10%
}

.h-20 {
    height: 20%
}

.h-30 {
    height: 30%
}

.h-40 {
    height: 40%
}

.h-50 {
    height: 50%
}

.h-60 {
    height: 60%
}

.h-70 {
    height: 70%
}

.h-80 {
    height: 80%
}

.h-90 {
    height: 90%
}

.h-100 {
    height: 100%
}

.h-v-0 {
    height: 0vh
}

.h-v-10 {
    height: 10vh
}

.h-v-20 {
    height: 20vh
}

.h-v-30 {
    height: 30vh
}

.h-v-40 {
    height: 40vh
}

.h-v-50 {
    height: 50vh
}

.h-v-60 {
    height: 60vh
}

.h-v-70 {
    height: 70vh
}

.h-v-80 {
    height: 80vh
}

.h-v-90 {
    height: 90vh
}

.h-v-100 {
    height: 100vh
}

.w-0 {
    width: 0%
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

.d-grid {
    display: -ms-grid;
    display: grid
}

.d-grid:not(.d-grid-no-space) {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.d-grid:not(.dsn-isotope):not(.align-items-center) {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width: 992px) {
    .d-grid.dsn-isotope {
        margin-left:-15px;
        margin-right: -15px
    }
}

.d-grid.dsn-isotope>* {
    margin-left: 15px;
    margin-right: 15px
}

@media only screen and (min-width: 768px) {
    .grid-half-1 {
        -ms-grid-columns:35% auto;
        grid-template-columns: 35% auto
    }
}

@media only screen and (min-width: 768px) {
    .grid-1-half {
        -ms-grid-columns:auto 35%;
        grid-template-columns: auto 35%
    }
}

.grid-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

@media only screen and (min-width: 992px) {
    .grid-lg-2 {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .grid-lg-2.dsn-isotope>* {
        width: calc(50% - 30px);
        max-width: calc(50% - 30px)
    }

    .grid-lg-2.dsn-isotope>:nth-of-type(n+3) {
        margin-top: 50px
    }

    .grid-lg-2.dsn-isotope>:nth-of-type(2) {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .grid-md-2 {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .grid-md-2.dsn-isotope>* {
        width: calc(50% - 30px);
        max-width: calc(50% - 30px)
    }

    .grid-md-2.dsn-isotope>:nth-of-type(n+3) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .grid-md-2.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-md-2.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 576px) {
    .grid-sm-2 {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .grid-sm-2.dsn-isotope>* {
        width: calc(50% - 30px);
        max-width: calc(50% - 30px)
    }

    .grid-sm-2.dsn-isotope>:nth-of-type(n+3) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .grid-sm-2.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-sm-2.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

.grid-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr)
}

@media only screen and (min-width: 992px) {
    .grid-lg-3 {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .grid-lg-3.dsn-isotope>* {
        width: calc(33.3333333333% - 30px);
        max-width: calc(33.3333333333% - 30px)
    }

    .grid-lg-3.dsn-isotope>:nth-of-type(n+4) {
        margin-top: 50px
    }

    .grid-lg-3.dsn-isotope>:nth-of-type(3) {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .grid-md-3 {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .grid-md-3.dsn-isotope>* {
        width: calc(33.3333333333% - 30px);
        max-width: calc(33.3333333333% - 30px)
    }

    .grid-md-3.dsn-isotope>:nth-of-type(n+4) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .grid-md-3.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-md-3.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 576px) {
    .grid-sm-3 {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .grid-sm-3.dsn-isotope>* {
        width: calc(33.3333333333% - 30px);
        max-width: calc(33.3333333333% - 30px)
    }

    .grid-sm-3.dsn-isotope>:nth-of-type(n+4) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .grid-sm-3.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-sm-3.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

.grid-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr)
}

@media only screen and (min-width: 992px) {
    .grid-lg-4 {
        -ms-grid-columns:(1fr)[4];
        grid-template-columns: repeat(4,1fr)
    }

    .grid-lg-4.dsn-isotope>* {
        width: calc(25% - 30px);
        max-width: calc(25% - 30px)
    }

    .grid-lg-4.dsn-isotope>:nth-of-type(n+5) {
        margin-top: 50px
    }

    .grid-lg-4.dsn-isotope>:nth-of-type(4) {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .grid-md-4 {
        -ms-grid-columns:(1fr)[4];
        grid-template-columns: repeat(4,1fr)
    }

    .grid-md-4.dsn-isotope>* {
        width: calc(25% - 30px);
        max-width: calc(25% - 30px)
    }

    .grid-md-4.dsn-isotope>:nth-of-type(n+5) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .grid-md-4.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-md-4.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 576px) {
    .grid-sm-4 {
        -ms-grid-columns:(1fr)[4];
        grid-template-columns: repeat(4,1fr)
    }

    .grid-sm-4.dsn-isotope>* {
        width: calc(25% - 30px);
        max-width: calc(25% - 30px)
    }

    .grid-sm-4.dsn-isotope>:nth-of-type(n+5) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .grid-sm-4.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-sm-4.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

.grid-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5,1fr)
}

@media only screen and (min-width: 992px) {
    .grid-lg-5 {
        -ms-grid-columns:(1fr)[5];
        grid-template-columns: repeat(5,1fr)
    }

    .grid-lg-5.dsn-isotope>* {
        width: calc(20% - 30px);
        max-width: calc(20% - 30px)
    }

    .grid-lg-5.dsn-isotope>:nth-of-type(n+6) {
        margin-top: 50px
    }

    .grid-lg-5.dsn-isotope>:nth-of-type(5) {
        margin-top: 0
    }
}

@media only screen and (min-width: 768px) {
    .grid-md-5 {
        -ms-grid-columns:(1fr)[5];
        grid-template-columns: repeat(5,1fr)
    }

    .grid-md-5.dsn-isotope>* {
        width: calc(20% - 30px);
        max-width: calc(20% - 30px)
    }

    .grid-md-5.dsn-isotope>:nth-of-type(n+6) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .grid-md-5.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-md-5.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 576px) {
    .grid-sm-5 {
        -ms-grid-columns:(1fr)[5];
        grid-template-columns: repeat(5,1fr)
    }

    .grid-sm-5.dsn-isotope>* {
        width: calc(20% - 30px);
        max-width: calc(20% - 30px)
    }

    .grid-sm-5.dsn-isotope>:nth-of-type(n+6) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 575px) {
    .grid-sm-5.dsn-isotope>* {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .grid-sm-5.dsn-isotope>:nth-of-type(n+2) {
        margin-top: 30px
    }
}

.w-auto {
    width: auto
}

.w-100-v {
    width: 100vh
}

.h-100-v {
    height: 100vh
}

.h-100-padding {
    height: calc(100% + var(--margin-padding))
}

.top-0 {
    top: 0%
}

.top-5 {
    top: 5%
}

.top-10 {
    top: 10%
}

.top-15 {
    top: 15%
}

.top-20 {
    top: 20%
}

.top-25 {
    top: 25%
}

.top-30 {
    top: 30%
}

.top-35 {
    top: 35%
}

.top-40 {
    top: 40%
}

.top-45 {
    top: 45%
}

.top-50 {
    top: 50%
}

.top-55 {
    top: 55%
}

.top-60 {
    top: 60%
}

.top-65 {
    top: 65%
}

.top-70 {
    top: 70%
}

.top-75 {
    top: 75%
}

.top-80 {
    top: 80%
}

.top-85 {
    top: 85%
}

.top-90 {
    top: 90%
}

.top-95 {
    top: 95%
}

.top-100 {
    top: 100%
}

.left-0 {
    left: 0%
}

.left-5 {
    left: 5%
}

.left-10 {
    left: 10%
}

.left-15 {
    left: 15%
}

.left-20 {
    left: 20%
}

.left-25 {
    left: 25%
}

.left-30 {
    left: 30%
}

.left-35 {
    left: 35%
}

.left-40 {
    left: 40%
}

.left-45 {
    left: 45%
}

.left-50 {
    left: 50%
}

.left-55 {
    left: 55%
}

.left-60 {
    left: 60%
}

.left-65 {
    left: 65%
}

.left-70 {
    left: 70%
}

.left-75 {
    left: 75%
}

.left-80 {
    left: 80%
}

.left-85 {
    left: 85%
}

.left-90 {
    left: 90%
}

.left-95 {
    left: 95%
}

.left-100 {
    left: 100%
}

.right-0 {
    right: 0%
}

.right-5 {
    right: 5%
}

.right-10 {
    right: 10%
}

.right-15 {
    right: 15%
}

.right-20 {
    right: 20%
}

.right-25 {
    right: 25%
}

.right-30 {
    right: 30%
}

.right-35 {
    right: 35%
}

.right-40 {
    right: 40%
}

.right-45 {
    right: 45%
}

.right-50 {
    right: 50%
}

.right-55 {
    right: 55%
}

.right-60 {
    right: 60%
}

.right-65 {
    right: 65%
}

.right-70 {
    right: 70%
}

.right-75 {
    right: 75%
}

.right-80 {
    right: 80%
}

.right-85 {
    right: 85%
}

.right-90 {
    right: 90%
}

.right-95 {
    right: 95%
}

.right-100 {
    right: 100%
}

.bottom-0 {
    bottom: 0%
}

.bottom-5 {
    bottom: 5%
}

.bottom-10 {
    bottom: 10%
}

.bottom-15 {
    bottom: 15%
}

.bottom-20 {
    bottom: 20%
}

.bottom-25 {
    bottom: 25%
}

.bottom-30 {
    bottom: 30%
}

.bottom-35 {
    bottom: 35%
}

.bottom-40 {
    bottom: 40%
}

.bottom-45 {
    bottom: 45%
}

.bottom-50 {
    bottom: 50%
}

.bottom-55 {
    bottom: 55%
}

.bottom-60 {
    bottom: 60%
}

.bottom-65 {
    bottom: 65%
}

.bottom-70 {
    bottom: 70%
}

.bottom-75 {
    bottom: 75%
}

.bottom-80 {
    bottom: 80%
}

.bottom-85 {
    bottom: 85%
}

.bottom-90 {
    bottom: 90%
}

.bottom-95 {
    bottom: 95%
}

.bottom-100 {
    bottom: 100%
}

.z-index-0 {
    z-index: 0
}

.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.z-index-4 {
    z-index: 4
}

.z-index-5 {
    z-index: 5
}

.z-index-6 {
    z-index: 6
}

.z-index-7 {
    z-index: 7
}

.z-index-8 {
    z-index: 8
}

.z-index-9 {
    z-index: 9
}

.z-index-10 {
    z-index: 10
}

.z-index-11 {
    z-index: 11
}

.z-index-12 {
    z-index: 12
}

.dsn-text-shadow {
    text-shadow: -2px 4px 0 rgba(0,0,0,0.1)
}

@media only screen and (max-width: 991px) {
    .mb-70 {
        margin-bottom:50px
    }
}

.cover-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.v-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.v-middle-horizontal {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.v-middle-vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.clear {
    clear: both
}

.clear:after,.clear:before {
    content: "";
    display: table;
    table-layout: fixed
}

.max-w570 {
    max-width: 570px
}

.max-w750 {
    max-width: 750px
}

.text-center .max-w570,.text-center .max-w750 {
    margin-left: auto;
    margin-right: auto
}

[data-dsn-grid=move-up],[data-dsn-grid=moveUp] {
    position: relative;
    overflow: hidden;
    height: 100vh;
    will-change: transform;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.container [data-dsn-grid=move-up],.container [data-dsn-grid=moveUp] {
    height: 80vh
}

@media only screen and (max-width: 767px) {
    [data-dsn-grid=move-up],[data-dsn-grid=moveUp] {
        height:80vh
    }
}

@media only screen and (max-width: 575px) {
    [data-dsn-grid=move-up],[data-dsn-grid=moveUp] {
        height:50vh
    }
}

[data-dsn-grid=move-up] img,[data-dsn-grid=move-up] video,[data-dsn-grid=moveUp] img,[data-dsn-grid=moveUp] video {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

[data-dsn-grid=move-up] img.has-bigger-scale,[data-dsn-grid=move-up] video.has-bigger-scale,[data-dsn-grid=moveUp] img.has-bigger-scale,[data-dsn-grid=moveUp] video.has-bigger-scale {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

[data-dsn-grid=move-up] img.has-skew,[data-dsn-grid=move-up] video.has-skew,[data-dsn-grid=moveUp] img.has-skew,[data-dsn-grid=moveUp] video.has-skew {
    -webkit-transform-origin: 0 90%;
    -ms-transform-origin: 0 90%;
    transform-origin: 0 90%;
    -webkit-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    transform: skewX(5deg)
}

[data-dsn-grid=move-up] img.has-opposite-direction,[data-dsn-grid=move-up] video.has-opposite-direction,[data-dsn-grid=moveUp] img.has-opposite-direction,[data-dsn-grid=moveUp] video.has-opposite-direction {
    height: 120%;
    top: 0
}

[data-dsn-grid=move-up].h-100,[data-dsn-grid=moveUp].h-100 {
    height: 100%
}

.cover-bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.box-padding {
    padding: 80px 60px
}

@media only screen and (max-width: 991px) {
    .box-padding {
        padding:60px 40px
    }
}

@media only screen and (max-width: 767px) {
    .box-padding {
        padding:60px 25px
    }
}

@media only screen and (max-width: 575px) {
    .box-padding {
        padding:50px 15px
    }
}

.dsn-pagination {
    position: relative;
    height: 45px
}

@media only screen and (max-width: 767px) {
    .dsn-pagination {
        width:100%
    }
}

.swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-next,.swiper-prev {
    position: absolute
}

.swiper-next.swiper-next,.swiper-prev.swiper-next {
    right: 75px
}

@media only screen and (max-width: 767px) {
    .swiper-next.swiper-next,.swiper-prev.swiper-next {
        right:15px
    }
}

.swiper-next.swiper-prev,.swiper-prev.swiper-prev {
    left: 75px
}

@media only screen and (max-width: 767px) {
    .swiper-next.swiper-prev,.swiper-prev.swiper-prev {
        left:15px
    }
}

.next-containers,.prev-containers {
    cursor: pointer
}

.next-containers .container-inner,.prev-containers .container-inner {
    position: relative;
    width: 35px;
    height: 84px
}

.next-containers .container-inner:before,.prev-containers .container-inner:before {
    background: var(--border-color);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 55px;
    margin: 0 auto;
    -webkit-transition: all 0.6s cubic-bezier(0.77,0,0.175,1);
    -o-transition: all 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.6s cubic-bezier(0.77,0,0.175,1)
}

.next-containers .container-inner svg,.prev-containers .container-inner svg {
    position: absolute;
    left: 0
}

.next-containers .container-inner svg.arrow,.prev-containers .container-inner svg.arrow {
    top: 62px;
    right: 0;
    width: 7px;
    height: 5px;
    margin: 0 auto;
    -webkit-transition: top 0.6s cubic-bezier(0.77,0,0.175,1);
    -o-transition: top 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: top 0.6s cubic-bezier(0.77,0,0.175,1)
}

.next-containers .container-inner svg.arrow path,.prev-containers .container-inner svg.arrow path {
    fill: var(--heading-color);
    -webkit-transition: fill 0.6s cubic-bezier(0.77,0,0.175,1);
    -o-transition: fill 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: fill 0.6s cubic-bezier(0.77,0,0.175,1)
}

.next-containers .container-inner svg.circle,.prev-containers .container-inner svg.circle {
    left: -6px;
    bottom: 0;
    width: 45px;
    height: 45px
}

.next-containers .container-inner svg.circle circle,.prev-containers .container-inner svg.circle circle {
    stroke: var(--border-color);
    stroke-dasharray: 95;
    stroke-dashoffset: 0;
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in
}

.next-containers.next-containers .container-inner,.prev-containers.next-containers .container-inner {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.next-containers.prev-containers .container-inner,.prev-containers.prev-containers .container-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.next-containers.prev-containers svg.arrow,.prev-containers.prev-containers svg.arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.next-containers:hover .container-inner:before,.prev-containers:hover .container-inner:before {
    height: 75px
}

.next-containers:hover .container-inner svg.arrow,.prev-containers:hover .container-inner svg.arrow {
    top: 75px
}

.next-containers:hover .container-inner svg.circle circle,.prev-containers:hover .container-inner svg.circle circle {
    stroke-dashoffset: 95
}

.next-container,.prev-container {
    cursor: pointer
}

.next-container .triangle,.prev-container .triangle {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.77,0,0.175,1);
    -o-transition: all 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.6s cubic-bezier(0.77,0,0.175,1)
}

.next-container.next-container .container-inner:before,.prev-container.next-container .container-inner:before {
    content: "";
    margin-right: 7px
}

.next-container.next-container .triangle,.prev-container.next-container .triangle {
    border-left: 6px solid var(--heading-color);
    margin-right: 19.5px
}

.next-container.next-container svg,.prev-container.next-container svg {
    right: 0
}

.next-container.prev-container .container-inner:after,.prev-container.prev-container .container-inner:after {
    content: "";
    margin-left: 7px
}

.next-container.prev-container .triangle,.prev-container.prev-container .triangle {
    border-right: 6px solid var(--heading-color);
    margin-left: 19.5px
}

.next-container.prev-container svg,.prev-container.prev-container svg {
    left: 0
}

.next-container .container-inner,.prev-container .container-inner {
    position: relative;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.next-container .container-inner:after,.next-container .container-inner:before,.prev-container .container-inner:after,.prev-container .container-inner:before {
    position: relative;
    width: 55px;
    height: 1px;
    background-color: var(--border-color);
    -webkit-transition: all 0.6s cubic-bezier(0.77,0,0.175,1);
    -o-transition: all 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.6s cubic-bezier(0.77,0,0.175,1)
}

.next-container .container-inner svg,.prev-container .container-inner svg {
    position: absolute;
    width: 45px;
    height: 45px
}

.next-container .container-inner svg circle,.prev-container .container-inner svg circle {
    stroke: var(--border-color);
    stroke-dasharray: 95;
    stroke-dashoffset: 0
}

.next-container svg circle,.prev-container svg circle {
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in
}

.next-container:hover .container-inner:after,.next-container:hover .container-inner:before,.prev-container:hover .container-inner:after,.prev-container:hover .container-inner:before {
    width: 75px
}

.next-container:hover .container-inner .triangle,.prev-container:hover .container-inner .triangle {
    margin: 0
}

.next-container:hover .container-inner svg circle,.prev-container:hover .container-inner svg circle {
    stroke-dashoffset: 95
}

.swiper-pagination {
    top: 10px
}

.swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: 0;
    margin-right: 5px;
    cursor: pointer;
    background: var(--theme-color);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out
}

.pointer-events {
    pointer-events: none
}

.border-radius {
    border-radius: 5px
}

@media only screen and (min-width: 992px) {
    .fill-right-container {
        width:calc(100% - calc(-100vw / 2 + 100% / 2) - 115px)
    }
}

@media only screen and (min-width: 992px) {
    .fill-right-container-no-margin {
        width:calc(100% - calc(-100vw / 2 + 100% / 2) - 100px)
    }
}

a.link-hover {
    color: var(--heading-color);
    display: inline-block;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: var(--heading-font);
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

a.link-hover:before {
    content: attr(data-hover-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--heading-color)
}

a.link-hover:hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .pl-container {
        padding-left:15px;
        padding-right: 15px
    }
}

.animation-rotate img {
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite
}

.scroll-to-top {
    position: fixed;
    right: -100px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    z-index: 99;
    cursor: pointer
}

.scroll-to-top .box-numper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: var(--heading-color)
}

.scroll-to-top .box-numper span {
    font-size: 12px
}

.scroll-to-top img {
    width: 65px
}

.v-light .scroll-to-top img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.container-fluid.no-padding,.container.no-padding {
    padding-left: 0;
    padding-right: 0
}

.bg-section {
    top: 0;
    bottom: 0
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.full-width {
    position: relative;
    width: calc(100vw - 10px);
    left: 50%;
    margin-left: -50vw
}

.dsn-effect-scroll .full-width {
    width: 100vw
}

.fw-blod {
    font-weight: bold
}

.over-hidden {
    overflow: hidden
}

.hidden {
    opacity: 0;
    visibility: hidden
}

.before-z-index:before {
    z-index: 1
}

.fw-600 {
    font-weight: 600
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.header-padding-top {
    padding-top: 160px
}

.header-padding-bottom {
    padding-bottom: 160px
}

.box-after {
    position: relative;
    margin-bottom: 5px
}

.box-after:after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    background: var(--theme-color);
    bottom: -5px;
    left: 10px;
    z-index: -1
}

.border {
    border: 1px solid var(--border-color)
}

.border-left {
    border-left: 1px solid var(--border-color)
}

.border-right {
    border-right: 1px solid var(--border-color)
}

.border-top {
    border-top: 1px solid var(--border-color)
}

.border-bottom {
    border-bottom: 1px solid var(--border-color)
}

.custom-container {
    width: 120%
}

@media only screen and (max-width: 400px) {
    .custom-container {
        width:100%
    }
}

.content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.icon-lg {
    vertical-align: middle;
    font-size: 42px
}

.text-underline {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 2px
}

.dsn-video {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -20!important;
    width: 100%;
    height: 100%
}

[data-dsn=video] {
    width: 100%;
    height: 100%
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.scrool-down {
    width: 140px;
    height: 140px;
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    transform: scaleX(1.2);
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer
}

.scrool-down a {
    z-index: 3
}

.scrool-down a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99em;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(75%) rotate(-45deg);
    -ms-transform: translateY(75%) rotate(-45deg);
    transform: translateY(75%) rotate(-45deg);
    will-change: transform;
    cursor: pointer
}

.scrool-down a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease
}

.color-white {
    color: #fff
}

.overflow-hidden {
    overflow: hidden
}

.user-no-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.user-no-selection::-moz-selection {
    background: none;
    color: inherit
}

.user-no-selection::selection {
    background: none;
    color: inherit
}

[data-overlay] .transform-3d {
    position: relative;
    z-index: -1
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.transform-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.text-left {
    text-align: left
}

.p-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.dsn-ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900199;
    visibility: hidden;
    opacity: 0;
    background-color: var(--bg-color)
}

.dsn-ajax-loader.dsn-ajax-normal {
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out
}

.dsn-ajax-effect {
    overflow: hidden!important
}

.dsn-z-index-2 {
    z-index: 2
}

.has-horizontal {
    position: relative
}

.splitting .whitespace {
    margin-right: 15px
}

.box-options {
    position: fixed;
    left: 15px;
    bottom: 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    box-shadow: 0 2px 4px rgba(0,0,0,0.07);
    background-color: var(--assistant-color);
    padding: 5px 5px 5px 0;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    z-index: 100
}

.box-options,.box-options .box-inner-option {
    -webkit-transition: 0.5s cubic-bezier(0.34,1.56,0.64,1);
    -o-transition: 0.5s cubic-bezier(0.34,1.56,0.64,1);
    transition: 0.5s cubic-bezier(0.34,1.56,0.64,1)
}

.box-options .title-mode {
    position: absolute;
    padding: 8px 10px 1px;
    border-radius: 30px;
    left: 0;
    top: 1px;
    color: var(--heading-color);
    letter-spacing: 2px;
    font-size: 12px;
    width: 110px;
    z-index: 0
}

.box-options .box-icon {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: var(--theme-color);
    border-radius: 50%;
    cursor: pointer;
    left: 2.5px
}

.box-options .box-icon:after {
    content: "";
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    background: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.25
}

.box-options .box-icon svg {
    width: 22px;
    fill: var(--heading-color)
}

.box-options .box-inner-option {
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 35px;
    overflow: hidden;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-options .box-inner-option .day-night,.box-options .box-inner-option .mode-layout {
    cursor: pointer
}

.box-options .box-inner-option .day-night .title-mode .dsn-word-wrapper,.box-options .box-inner-option .mode-layout .title-mode .dsn-word-wrapper {
    overflow: hidden;
    will-change: transform
}

.box-options .box-inner-option .day-night .title-mode .dsn-chars-wrapper,.box-options .box-inner-option .mode-layout .title-mode .dsn-chars-wrapper {
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
    -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
    transform: translateY(50%) rotate(15deg) scale(0.8);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s,-webkit-transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s,-webkit-transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s;
    transition: transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s;
    transition: transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s,-webkit-transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
    -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
    -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
    transition-delay: calc(30ms * var(--char-dsn-index) + 1ms)
}

.box-options .box-inner-option .day-night:hover .title-mode,.box-options .box-inner-option .mode-layout:hover .title-mode {
    background-color: var(--theme-color)
}

.box-options .box-inner-option .day-night:hover .title-mode .dsn-chars-wrapper,.box-options .box-inner-option .mode-layout:hover .title-mode .dsn-chars-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) rotate(0deg) scale(1);
    -ms-transform: translateY(0) rotate(0deg) scale(1);
    transform: translateY(0) rotate(0deg) scale(1)
}

.box-options .day-night {
    padding: 0 20px;
    height: 25px
}

.box-options .day-night .moon,.box-options .day-night .night {
    position: absolute;
    width: 25px;
    height: 25px;
    pointer-events: none;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
    border-radius: 100%;
    opacity: 0;
    cursor: pointer
}

.box-options .day-night .moon svg,.box-options .day-night .night svg {
    width: 100%;
    height: 100%
}

.box-options .day-night .night {
    border: 1px solid rgba(255,255,255,0.18);
    background-color: #fff;
    opacity: 1
}

.box-options .day-night .night svg {
    fill: #000;
    width: 100%;
    height: 100%
}

.box-options .day-night .moon {
    border: 1px solid rgba(255,255,255,0.18);
    background-color: #000;
    opacity: 0
}

.box-options .day-night .moon svg {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    fill: #f0f0f0
}

.v-light .box-options .day-night .night {
    opacity: 0
}

.v-light .box-options .day-night .moon {
    opacity: 1
}

.box-options .mode-layout {
    height: 25px;
    width: 25px;
    margin-left: 20px
}

.box-options .mode-layout .icon {
    width: 25px;
    height: 25px;
    pointer-events: none;
    border-radius: 100%;
    cursor: pointer;
    background-color: #fff
}

.box-options .mode-layout .icon svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s,-webkit-transform 0.5s;
    width: 15px;
    fill: #000
}

@media only screen and (min-width: 992px) {
    body.dsn-line-style .box-options .mode-layout .icon svg {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none
    }
}

.box-options:hover {
    width: 145px
}

.box-options:hover .box-inner-option {
    width: 110px
}

.box-im.h-100,.img-box.h-100 {
    position: absolute;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .box-im.h-100,.img-box.h-100 {
        position:relative;
        height: 70vh
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--bg-color)
}

.preloader .preloader-before {
    top: 0
}

.preloader .preloader-after {
    bottom: 0
}

.preloader .loading-text,.preloader .percent {
    position: absolute;
    letter-spacing: 3px;
    font-size: 14px;
    bottom: 55px
}

.preloader .loading-text.loading-text,.preloader .percent.loading-text {
    left: 40px
}

.preloader .loading-text.percent,.preloader .percent.percent {
    font-weight: 500;
    left: calc(15vw + 40px);
    color: var(--theme-color)
}

@media only screen and (max-width: 767px) {
    .preloader .loading-text.percent,.preloader .percent.percent {
        left:calc(50vw + 40px)
    }
}

.preloader .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 0.9;
    letter-spacing: 10px
}

.preloader .title .text-strok {
    color: transparent;
    -webkit-text-stroke: 1px var(--heading-color)
}

.preloader .title .text-fill {
    color: var(--heading-color);
    position: absolute;
    left: 0;
    -webkit-clip-path: inset(100.09% 0% 0% 0%);
    clip-path: inset(100.09% 0% 0% 0%)
}

.preloader .preloader-bar {
    position: absolute;
    width: 15vw;
    height: 2.5px;
    left: 40px;
    bottom: 40px;
    background: var(--assistant-color);
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .preloader .preloader-bar {
        width:50vw
    }
}

.preloader .preloader-bar .preloader-progress {
    width: 0%;
    height: 100%;
    background: var(--theme-color);
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .filtering-t {
        text-align:left
    }
}

.filtering-t .filter-title {
    color: var(--font-color);
    letter-spacing: 3px;
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .filtering-t .filter-title {
        display:none
    }
}

.filtering-t button {
    position: relative;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px 8px 35px;
    margin-right: 5px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filtering-t button.active {
    background-color: var(--assistant-color)
}

.filtering-t button.active:before {
    background-color: var(--theme-color)
}

.filtering-t button.active:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 14.5px;
    margin-top: 1px;
    font-size: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.filtering-t button:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    z-index: 2
}

.filtering-t button:hover {
    background-color: var(--assistant-color)
}

@media only screen and (max-width: 991px) {
    .sm-mb-30 {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 991px) {
    .sm-mb-20 {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 767px) {
    .grid-md-2 .pl-40 {
        padding-left:0
    }
}
