body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5263b8 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #303b74;
  color: #303b74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.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: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #5263b8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5263b8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5263b8;
  border-bottom-color: #5263b8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tufFhavP6C {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1a214a;
}
.cid-tufFhavP6C .container-fluid {
  position: relative;
}
.cid-tufFhavP6C .page-title-content {
  width: 100%;
}
.cid-tufFhavP6C .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-tufFhavP6C .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-tufFhavP6C .page-title-content {
    text-align: center;
  }
}
.cid-tufFhavP6C .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-tufFhavP6C a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tufFhavP6C a:not(:first-child) {
  margin-left: 20px;
}
.cid-tufFhavP6C a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tufFhavP6C a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tufFhavP6C a:hover:after,
.cid-tufFhavP6C a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tufFhavP6C a:hover:before,
.cid-tufFhavP6C a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tufFhavP6C a.text-white:hover,
.cid-tufFhavP6C a.text-white:focus {
  color: #ffffff !important;
}
.cid-tufFhavP6C .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyZ7ehICz {
  background-image: url("../../../assets/images/1-1280x778.jpg");
}
.cid-rIyZ7ehICz .mbr-arrow {
  background: none;
}
.cid-rIyZ7ehICz .container-fluid {
  position: relative;
}
.cid-rIyZ7ehICz .page-title-content .mbr-iconfont {
  font-size: 31px;
  margin-top: -10px;
  color: #ffd03a;
}
.cid-rIyZ7ehICz .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-rIyZ7ehICz .page-title-content p > span {
  font-size: 39px !important;
  color: #ffd03a;
  margin-left: 1rem !important;
}
@media (max-width: 576px) {
  .cid-rIyZ7ehICz .page-title-content {
    text-align: center;
  }
}
.cid-rIyZ7ehICz .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyZ7ehICz .mbr-section-btn {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyZ7ehICz .mbr-section-btn .btn:hover {
  color: #ffffff !important;
}
.cid-rIyZ7ehICz .mbr-section-btn a {
  display: inline-block;
  color: #f1a631;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-rIyZ7ehICz .mbr-section-btn a:not(:first-child) {
  margin-left: 20px;
}
.cid-rIyZ7ehICz .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyZ7ehICz .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-rIyZ7ehICz .mbr-section-btn a:hover:after,
.cid-rIyZ7ehICz .mbr-section-btn a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyZ7ehICz .mbr-section-btn a:hover:before,
.cid-rIyZ7ehICz .mbr-section-btn a:focus:before {
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyZ7ehICz .text {
  margin: 0px;
  margin-top: 67px;
}
.cid-rIyZ7ehICz .scroll-text {
  transition: 0.5s all;
}
.cid-rIyZ7ehICz .scroll-text:hover {
  opacity: 0.5;
}
.cid-rIyZ7ehICz .mbr-arrow {
  bottom: 0px;
  right: -100px;
  background-color: "file:///Users/jan.fabian/Library/Application%20Support/Mobirise.com/Mobirise/projects/project-2022-07-07_094250/assets/images/1-1280x778.jpg";
}
.cid-rIyZ7ehICz .mbr-arrow .mbr-iconfont {
  color: #ffd03a;
  font-size: 51px;
}
.cid-rIyZ7ehICz .mbr-arrow > a > i {
  left: -27px;
  font-style: normal;
  line-height: 1;
}
.cid-rIyZ7ehICz .down {
  margin-top: 126px;
}
@media (max-width: 768px) {
  .cid-rIyZ7ehICz .down {
    display: none;
  }
}
.cid-rIyZ7ehICz .social-links .mbr-iconfont {
  color: #ffd03a;
}
.cid-rIyZ7ehICz .social-links .link {
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-rIyZ7ehICz .social-links .link:hover {
  opacity: 0.5;
}
.cid-rIyZ7ehICz .btn {
  padding: 0.7rem 2.2rem;
}
.cid-rIyZ7ehICz a.text-white:hover,
.cid-rIyZ7ehICz a.text-white:focus {
  color: #ffffff !important;
}
.cid-taT10wRUo1 {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191f2d;
}
.cid-taT10wRUo1 section {
  padding-bottom: 0 !important;
}
.cid-taT10wRUo1 .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-taT10wRUo1 h1 {
  line-height: 1.4;
}
.cid-taT10wRUo1 .second {
  display: none;
}
.cid-taT10wRUo1 .wrapper {
  position: relative;
}
.cid-taT10wRUo1 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-taT10wRUo1 .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 800px;
  margin-left: -37rem;
  overflow: hidden;
}
.cid-taT10wRUo1 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-taT10wRUo1 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-taT10wRUo1 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-taT10wRUo1 .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-taT10wRUo1 .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-taT10wRUo1 .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-taT10wRUo1 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-taT10wRUo1 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-taT10wRUo1 .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-taT10wRUo1 .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-taT10wRUo1 .shape {
    left: 55%;
  }
  .cid-taT10wRUo1 .left {
    display: none;
  }
  .cid-taT10wRUo1 .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-taT10wRUo1 a.second {
    margin-top: 30%;
  }
  .cid-taT10wRUo1 .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-taT10wRUo1 .second {
    top: 20%;
  }
  .cid-taT10wRUo1 a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-taT10wRUo1 .shape {
    display: none;
  }
  .cid-taT10wRUo1 .second {
    left: 0;
  }
  .cid-taT10wRUo1 a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-taT10wRUo1 a.second::after,
  .cid-taT10wRUo1 a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-taT10wRUo1 a.second {
    margin-top: 55% !important;
  }
}
.cid-taT10wRUo1 a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-taT10wRUo1 a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-taT10wRUo1 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-taT10wRUo1 a:hover:after,
.cid-taT10wRUo1 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-taT10wRUo1 a:hover:before,
.cid-taT10wRUo1 a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-taT10wRUo1 .right {
  padding: 0 !important;
}
.cid-taT10wRUo1 .left {
  z-index: 100;
}
.cid-taT10wRUo1 a.text-info:hover,
.cid-taT10wRUo1 a.text-info:focus {
  color: #fb7522 !important;
}
.cid-taT6at35Oj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-taT6at35Oj .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taT6at35Oj .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taT6at35Oj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-taT6at35Oj .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-taT6at35Oj .process-icon,
.cid-taT6at35Oj .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-taT6at35Oj .wrapper,
.cid-taT6at35Oj .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-taT6at35Oj .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-taT6at35Oj .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-taT6at35Oj .icon-container a {
  display: inherit;
}
.cid-taT6at35Oj .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-taT6at35Oj .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-taT6at35Oj .icon-main:hover .icon-wrapper {
  background-color: #149dcc !important;
}
.cid-taT6at35Oj .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-taT6at35Oj .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-taT6at35Oj .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-taT6at35Oj .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-taT6at35Oj .third-elem .wrapper:before {
    display: none;
  }
}
.cid-taT6at35Oj .mbr-section-title {
  margin: 0;
}
.cid-taT6at35Oj .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tufFCZxNaY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #1a214a;
  overflow: hidden;
}
.cid-tufFCZxNaY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tufFCZxNaY #e2_shape {
  fill: #ffffff !important;
}
.cid-tufFCZxNaY img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(166, 194, 227, 0.35);
}
@media (max-width: 576px) {
  .cid-tufFCZxNaY img {
    width: 90%!important;
  }
}
.cid-tufFCZxNaY H1 {
  color: #ffffff;
}
.cid-rIyZ9J9f8y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d0f1c;
}
.cid-rIyZ9J9f8y .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyZ9J9f8y p {
    text-align: center;
  }
  .cid-rIyZ9J9f8y .row {
    justify-content: center;
  }
}
.cid-tufzBh2tPo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #1a214a;
}
.cid-tufzBh2tPo .navbar.opened {
  transition: all 0.3s;
  background: #1a214a !important;
}
.cid-tufzBh2tPo .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tufzBh2tPo .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tufzBh2tPo .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tufzBh2tPo .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tufzBh2tPo .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-collapse.show,
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tufzBh2tPo .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tufzBh2tPo .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tufzBh2tPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tufzBh2tPo .navbar {
    flex-wrap: nowrap;
  }
  .cid-tufzBh2tPo .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tufzBh2tPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tufzBh2tPo .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tufzBh2tPo .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tufzBh2tPo .navbar.opened .navbar-collapse.show,
  .cid-tufzBh2tPo .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tufzBh2tPo .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tufzBh2tPo .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tufzBh2tPo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tufzBh2tPo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tufzBh2tPo .navbar.navbar-short {
  background: #1a214a !important;
  min-height: 60px;
}
.cid-tufzBh2tPo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tufzBh2tPo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tufzBh2tPo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tufzBh2tPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tufzBh2tPo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tufzBh2tPo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tufzBh2tPo .dropdown-item.active,
.cid-tufzBh2tPo .dropdown-item:active {
  background-color: transparent;
}
.cid-tufzBh2tPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tufzBh2tPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tufzBh2tPo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tufzBh2tPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-tufzBh2tPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tufzBh2tPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tufzBh2tPo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tufzBh2tPo .navbar-buttons {
  text-align: center;
}
.cid-tufzBh2tPo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tufzBh2tPo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tufzBh2tPo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tufzBh2tPo a.nav-link:focus {
  outline: none;
}
.cid-tufzBh2tPo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tufzBh2tPo .nav-link:hover,
.cid-tufzBh2tPo .dropdown-item:hover {
  color: #0e0e10 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tufzBh2tPo .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tufzBh2tPo .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rIyZ9J9f8y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d0f1c;
}
.cid-rIyZ9J9f8y .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyZ9J9f8y p {
    text-align: center;
  }
  .cid-rIyZ9J9f8y .row {
    justify-content: center;
  }
}
.cid-tufzBh2tPo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #1a214a;
}
.cid-tufzBh2tPo .navbar.opened {
  transition: all 0.3s;
  background: #1a214a !important;
}
.cid-tufzBh2tPo .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tufzBh2tPo .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tufzBh2tPo .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tufzBh2tPo .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tufzBh2tPo .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-collapse.show,
.cid-tufzBh2tPo .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tufzBh2tPo .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tufzBh2tPo .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tufzBh2tPo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tufzBh2tPo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tufzBh2tPo .navbar {
    flex-wrap: nowrap;
  }
  .cid-tufzBh2tPo .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tufzBh2tPo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tufzBh2tPo .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tufzBh2tPo .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tufzBh2tPo .navbar.opened .navbar-collapse.show,
  .cid-tufzBh2tPo .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tufzBh2tPo .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tufzBh2tPo .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tufzBh2tPo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tufzBh2tPo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tufzBh2tPo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tufzBh2tPo .navbar.navbar-short {
  background: #1a214a !important;
  min-height: 60px;
}
.cid-tufzBh2tPo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tufzBh2tPo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tufzBh2tPo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tufzBh2tPo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tufzBh2tPo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tufzBh2tPo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tufzBh2tPo .dropdown-item.active,
.cid-tufzBh2tPo .dropdown-item:active {
  background-color: transparent;
}
.cid-tufzBh2tPo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tufzBh2tPo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tufzBh2tPo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tufzBh2tPo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a214a;
}
.cid-tufzBh2tPo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tufzBh2tPo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tufzBh2tPo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tufzBh2tPo .navbar-buttons {
  text-align: center;
}
.cid-tufzBh2tPo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tufzBh2tPo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tufzBh2tPo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tufzBh2tPo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tufzBh2tPo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tufzBh2tPo a.nav-link:focus {
  outline: none;
}
.cid-tufzBh2tPo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tufzBh2tPo .nav-link:hover,
.cid-tufzBh2tPo .dropdown-item:hover {
  color: #0e0e10 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tufzBh2tPo .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tufzBh2tPo .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tufMQhlNwq {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1a214a;
}
.cid-tufMQhlNwq section {
  padding-bottom: 0 !important;
}
.cid-tufMQhlNwq .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-tufMQhlNwq h1 {
  line-height: 1.4;
}
.cid-tufMQhlNwq .second {
  display: none;
}
.cid-tufMQhlNwq .wrapper {
  position: relative;
}
.cid-tufMQhlNwq .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-tufMQhlNwq .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 800px;
  margin-left: -37rem;
  overflow: hidden;
}
.cid-tufMQhlNwq .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-tufMQhlNwq .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-tufMQhlNwq .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-tufMQhlNwq .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-tufMQhlNwq .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-tufMQhlNwq .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-tufMQhlNwq .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tufMQhlNwq .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tufMQhlNwq .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #149dcc;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-tufMQhlNwq .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-tufMQhlNwq .shape {
    left: 55%;
  }
  .cid-tufMQhlNwq .left {
    display: none;
  }
  .cid-tufMQhlNwq .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-tufMQhlNwq a.second {
    margin-top: 30%;
  }
  .cid-tufMQhlNwq .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-tufMQhlNwq .second {
    top: 20%;
  }
  .cid-tufMQhlNwq a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-tufMQhlNwq .shape {
    display: none;
  }
  .cid-tufMQhlNwq .second {
    left: 0;
  }
  .cid-tufMQhlNwq a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-tufMQhlNwq a.second::after,
  .cid-tufMQhlNwq a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-tufMQhlNwq a.second {
    margin-top: 55% !important;
  }
}
.cid-tufMQhlNwq a {
  display: inline-block;
  color: #149dcc;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tufMQhlNwq a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tufMQhlNwq a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-tufMQhlNwq a:hover:after,
.cid-tufMQhlNwq a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tufMQhlNwq a:hover:before,
.cid-tufMQhlNwq a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tufMQhlNwq .right {
  padding: 0 !important;
}
.cid-tufMQhlNwq .left {
  z-index: 100;
}
.cid-tufMQhlNwq a.text-info:hover,
.cid-tufMQhlNwq a.text-info:focus {
  color: #fb7522 !important;
}
.cid-tSPwrpVBUK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111a20;
}
.cid-tSPwrpVBUK .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
.cid-tSPwrpVBUK .right {
  background-color: #5263b8;
}
.cid-tSPwrpVBUK .link {
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-tSPwrpVBUK .wrap,
  .cid-tSPwrpVBUK .mbr-section-title {
    text-align: center !important;
  }
  .cid-tSPwrpVBUK .text-row {
    width: 100%;
  }
}
.cid-tSPwrpVBUK a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tSPwrpVBUK a:not(:first-child) {
  margin-left: 25px;
}
.cid-tSPwrpVBUK a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tSPwrpVBUK a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tSPwrpVBUK a:hover:after,
.cid-tSPwrpVBUK a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tSPwrpVBUK a:hover:before,
.cid-tSPwrpVBUK a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tSPwrpVBUK a.text-white:hover,
.cid-tSPwrpVBUK a.text-white:focus {
  color: #ffffff !important;
}
.cid-tSPwrpVBUK .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tSPwrpVBUK img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tSPwrpVBUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSPwrpVBUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tufPgmr6Zh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #121212;
}
.cid-tufPgmr6Zh .container-fluid {
  position: relative;
}
.cid-tufPgmr6Zh .page-title-content .mbr-iconfont {
  font-size: 31px;
  margin-top: -10px;
  color: #ffd03a;
}
.cid-tufPgmr6Zh .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-tufPgmr6Zh .page-title-content p > span {
  font-size: 39px !important;
  color: #ffd03a;
  margin-left: 1rem !important;
}
@media (max-width: 576px) {
  .cid-tufPgmr6Zh .page-title-content {
    text-align: center;
  }
}
.cid-tufPgmr6Zh .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-tufPgmr6Zh .mbr-section-btn {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.cid-tufPgmr6Zh .mbr-section-btn .btn:hover {
  color: #ffffff !important;
}
.cid-tufPgmr6Zh .mbr-section-btn a {
  display: inline-block;
  color: #f1a631;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tufPgmr6Zh .mbr-section-btn a:not(:first-child) {
  margin-left: 20px;
}
.cid-tufPgmr6Zh .mbr-section-btn a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tufPgmr6Zh .mbr-section-btn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-tufPgmr6Zh .mbr-section-btn a:hover:after,
.cid-tufPgmr6Zh .mbr-section-btn a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tufPgmr6Zh .mbr-section-btn a:hover:before,
.cid-tufPgmr6Zh .mbr-section-btn a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tufPgmr6Zh .text {
  margin: 0px;
  margin-top: 67px;
}
.cid-tufPgmr6Zh .scroll-text {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.cid-tufPgmr6Zh .scroll-text:hover {
  opacity: 0.5;
}
.cid-tufPgmr6Zh .mbr-arrow {
  bottom: 0px;
  right: -100px;
  background-color: #121212;
}
.cid-tufPgmr6Zh .mbr-arrow .mbr-iconfont {
  color: #ffd03a;
  font-size: 51px;
}
.cid-tufPgmr6Zh .mbr-arrow > a > i {
  left: -27px;
  font-style: normal;
  line-height: 1;
}
.cid-tufPgmr6Zh .down {
  margin-top: 126px;
}
@media (max-width: 768px) {
  .cid-tufPgmr6Zh .down {
    display: none;
  }
}
.cid-tufPgmr6Zh .social-links .mbr-iconfont {
  color: #ffd03a;
}
.cid-tufPgmr6Zh .social-links .link {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-tufPgmr6Zh .social-links .link:hover {
  opacity: 0.5;
}
.cid-tufPgmr6Zh .btn {
  padding: 0.7rem 2.2rem;
}
.cid-tufPgmr6Zh a.text-white:hover,
.cid-tufPgmr6Zh a.text-white:focus {
  color: #ffffff !important;
}
.cid-tuq76y5NLz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a214a;
}
.cid-tuq76y5NLz .img-wrap .img1 {
  border: 0;
  max-height: 650px;
  display: block;
}
.cid-tuq76y5NLz .img-wrap a {
  display: inline-block;
  cursor: pointer;
}
.cid-tuq76y5NLz .img-wrap a:not(:first-child) {
  margin-left: 20px;
}
.cid-tuq76y5NLz .img-wrap a:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-tuq76y5NLz .img-wrap a:hover:after,
.cid-tuq76y5NLz .img-wrap a:focus:after {
  width: 0%;
}
.cid-tuq76y5NLz .upline {
  padding-left: 55px;
  position: relative;
}
.cid-tuq76y5NLz .upline .line {
  background-color: currentColor;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
.cid-tuq76y5NLz .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 40%;
}
.cid-tuq76y5NLz .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-tuq76y5NLz .separator .sep-holder .sep-line {
  border-color: #ff8f00 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #ebebeb;
  position: relative;
  top: 1px;
}
.cid-tuq76y5NLz .btn {
  padding: 0.5rem 1.4rem 0.5rem 1.4rem;
  letter-spacing: 0 !important;
  padding-bottom: 9px;
}
.cid-tuq76y5NLz .btn .mbr-iconfont {
  -webkit-box-ordinal-group: 6;
  order: 5;
  font-size: 1rem;
  padding-left: 16px;
  padding-right: 6.6px;
}
.cid-tuq76y5NLz .btn:hover span {
  color: #000000 !important;
}
.cid-tuq76y5NLz .text-icon {
  font-size: 45px !important;
}
@media (max-width: 768px) {
  .cid-tuq76y5NLz .upline {
    padding-left: 0;
  }
  .cid-tuq76y5NLz .upline .line {
    display: none;
  }
  .cid-tuq76y5NLz .mbr-iconfont {
    display: none;
  }
  .cid-tuq76y5NLz .img-wrap {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .cid-tuq76y5NLz .lefttitle {
    display: none;
  }
}
.cid-tuq76y5NLz .awesome {
  margin-bottom: 90px;
}
.cid-tuq76y5NLz a.text-white:hover,
.cid-tuq76y5NLz a.text-white:focus {
  color: #ffffff !important;
}
