/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

.termsfeed-com---nb .cc-nb-title {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}
.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.termsfeed-com---nb .cc-nb-text {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 1.25rem 0;
}

.termsfeed-com---nb-simple {
    right: 15px!important;
    top: auto!important;
    bottom: 0!important;
    left: 15px!important;
    max-width: 100%!important;
    position: fixed!important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
    background: #c95d33!important;
    color: #fff!important;
}

.termsfeed-com---palette-light .cc-nb-reject {
    color: #fff!important;
    background-color: #c95d33!important;
}

.termsfeed-com---palette-light .cc-nb-changep {
    background-color: #c95d33!important;
    color: #fff!important;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff!important;
    background-color: #c95d33!important;
}

.termsfeed-com---reset {
    font-family: "Oswald"!important;
}


:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 94vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 94vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  flex: 1;
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #C6C6C6;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1rem;
}

.form-control, .form-control:focus {
  border: 0px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2979ff !important;
}
.bg-success {
  background-color: #c95d33 !important;
}
.bg-info {
  background-color: #4c2b18 !important;
}
.bg-warning {
  background-color: #cebfaf !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #2979ff !important;
  border-color: #2979ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0052dc !important;
  border-color: #0052dc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0052dc !important;
  border-color: #0052dc !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2979ff !important;
  border-color: #2979ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0052dc !important;
  border-color: #0052dc !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0052dc !important;
  border-color: #0052dc !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #4c2b18 !important;
  border-color: #4c2b18 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #120a06 !important;
  border-color: #120a06 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #120a06 !important;
  border-color: #120a06 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #c95d33 !important;
  border-color: #c95d33 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #8c4124 !important;
  border-color: #8c4124 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8c4124 !important;
  border-color: #8c4124 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0049c2;
  color: #0049c2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #2979ff;
  border-color: #2979ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2979ff !important;
  border-color: #2979ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0049c2;
  color: #0049c2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #2979ff;
  border-color: #2979ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2979ff !important;
  border-color: #2979ff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #4c2b18;
  border-color: #4c2b18;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c2b18 !important;
  border-color: #4c2b18 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #78371e;
  color: #78371e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #c95d33;
  border-color: #c95d33;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c95d33 !important;
  border-color: #c95d33 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a78c70;
  color: #a78c70;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #cebfaf;
  border-color: #cebfaf;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2979ff !important;
}
.text-secondary {
  color: #2979ff !important;
}
.text-success {
  color: #c95d33 !important;
}
.text-info {
  color: #4c2b18 !important;
}
.text-warning {
  color: #cebfaf !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0049c2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0049c2 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #78371e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a78c70 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #4c2b18;
}
.alert-warning {
  background-color: #cebfaf;
}
.alert-danger {
  background-color: #767676;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2979ff;
  border-color: #2979ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2979ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5f9ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f4ddd4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d49876;
}
.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: #b6b6b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #2979ff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2979ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2979ff;
  border-bottom-color: #2979ff;
}
.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: #2979ff !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: #2979ff !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%;
}
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='%232979ff' %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;
}
.cid-tEwCiwSQv6 .btn-sm {
  padding: 10px 10px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.cid-tEwCiwSQv6 .navbar-dropdown .navbar-logo {
  margin-left: 1rem;
}
.cid-tEwCiwSQv6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tEwCiwSQv6 .nav-item,
.cid-tEwCiwSQv6 .nav-link,
.cid-tEwCiwSQv6 .navbar-caption {
  font-weight: 300;
}
.cid-tEwCiwSQv6 .nav-item:focus,
.cid-tEwCiwSQv6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tEwCiwSQv6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tEwCiwSQv6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tEwCiwSQv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tEwCiwSQv6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tEwCiwSQv6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tEwCiwSQv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
  font-weight: 300;
}
.cid-tEwCiwSQv6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tEwCiwSQv6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEwCiwSQv6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEwCiwSQv6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2979ff;
}
.cid-tEwCiwSQv6 .navbar.opened {
  transition: all .3s;
  background: #2979ff !important;
}
.cid-tEwCiwSQv6 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tEwCiwSQv6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEwCiwSQv6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEwCiwSQv6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEwCiwSQv6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 1rem);
  }
}
.cid-tEwCiwSQv6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tEwCiwSQv6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEwCiwSQv6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tEwCiwSQv6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 300;
}
.cid-tEwCiwSQv6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 300;
}
.cid-tEwCiwSQv6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tEwCiwSQv6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEwCiwSQv6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEwCiwSQv6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tEwCiwSQv6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    font-weight: 300;
  }
  .cid-tEwCiwSQv6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tEwCiwSQv6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tEwCiwSQv6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEwCiwSQv6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
  }
  .cid-tEwCiwSQv6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tEwCiwSQv6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tEwCiwSQv6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tEwCiwSQv6 .navbar.navbar-short {
  background: #2979ff !important;
  min-height: 60px;
}
.cid-tEwCiwSQv6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tEwCiwSQv6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tEwCiwSQv6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEwCiwSQv6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEwCiwSQv6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEwCiwSQv6 .dropdown-item.active,
.cid-tEwCiwSQv6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tEwCiwSQv6 .nav-dropdown .link {
  padding: .667em 0.6em !important;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin: 0 !important;
}
.cid-tEwCiwSQv6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.2em;
}
.cid-tEwCiwSQv6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.1em;
}
.cid-tEwCiwSQv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2979ff;
}
.cid-tEwCiwSQv6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEwCiwSQv6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEwCiwSQv6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tEwCiwSQv6 .navbar-buttons {
  text-align: center;
}
.cid-tEwCiwSQv6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  radius: 20;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tEwCiwSQv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tEwCiwSQv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEwCiwSQv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEwCiwSQv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEwCiwSQv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEwCiwSQv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEwCiwSQv6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEwCiwSQv6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEwCiwSQv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEwCiwSQv6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tEwCiwSQv6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEwCiwSQv6 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tEwCiwSQv6 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tEwCiwSQv6 .soc-item {
  margin: .5rem .3rem;
}
.cid-tEwCiwSQv6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tEwCiwSQv6 .navbar {
    height: 77px;
  }
  .cid-tEwCiwSQv6 .navbar.opened {
    height: auto;
  }
  .cid-tEwCiwSQv6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEwEeuSUbU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tEwEeuSUbU .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tEwEeuSUbU .mbr-section-title {
  text-align: center;
  color: #2979ff;
}
.cid-tEwCxPuxwV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tEwCxPuxwV .mbr-figure img,
.cid-tEwCxPuxwV .card-img img {
  width: 50% !important;
}
.cid-tEwCxPuxwV .card {
  padding: 0!important;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-tEwCxPuxwV .card-wrapper {
  overflow: hidden;
  size: 10%;
  color: #444444;
  padding: 0;
}
.cid-tEwCxPuxwV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tEwCxPuxwV .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tEwCxPuxwV .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tEwCxPuxwV .btn {
  margin: 0!important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tEwCxPuxwV .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-tEwCxPuxwV .card-img {
  overflow: hidden!important;
  position: relative;
  border-radius: 0px;
}
.cid-tEwCxPuxwV .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  transition: all 0.3s;
  background: #ffffff;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-tEwCxPuxwV .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -24px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-tEwCxPuxwV .mbr-section-title,
.cid-tEwCxPuxwV .line-wrap {
  text-align: center;
}
.cid-tEwCxPuxwV .card-box > p,
.cid-tEwCxPuxwV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tEwCixgAO0 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-tEwCixgAO0 .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tEwCixgAO0 .image-block {
    width: 100% !important;
  }
}
.cid-u2Muu7UZaO {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
.cid-u2Muu7UZaO p {
  text-align: center;
}
.cid-u2Muu7UZaO .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2Muu7UZaO .btn-underline:hover {
  color: #505050;
}
.cid-u2Muu7UZaO .btn-underline:before {
  background-color: #505050;
}
.cid-u2Muu7UZaO .social-list a:focus {
  text-decoration: none;
}
.cid-u2Muu7UZaO .text-copyright {
  width: 100%;
  color: #2979ff;
}
.cid-u2Muu7UZaO .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-u2Muu7UZaO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-u2Muu7UZaO .logo-footer {
  line-height: normal;
}
.cid-u2Muu7UZaO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2Muu7UZaO .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Muu7UZaO .mbr-section-btn {
  font-size: 16px;
}
.cid-u2Muu7UZaO .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-uPIZDbvGUr .btn-sm {
  padding: 10px 10px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.cid-uPIZDbvGUr .navbar-dropdown .navbar-logo {
  margin-left: 1rem;
}
.cid-uPIZDbvGUr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPIZDbvGUr .nav-item,
.cid-uPIZDbvGUr .nav-link,
.cid-uPIZDbvGUr .navbar-caption {
  font-weight: 300;
}
.cid-uPIZDbvGUr .nav-item:focus,
.cid-uPIZDbvGUr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uPIZDbvGUr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uPIZDbvGUr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPIZDbvGUr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uPIZDbvGUr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uPIZDbvGUr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPIZDbvGUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
  font-weight: 300;
}
.cid-uPIZDbvGUr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uPIZDbvGUr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPIZDbvGUr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPIZDbvGUr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2979ff;
}
.cid-uPIZDbvGUr .navbar.opened {
  transition: all .3s;
  background: #2979ff !important;
}
.cid-uPIZDbvGUr .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uPIZDbvGUr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPIZDbvGUr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPIZDbvGUr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPIZDbvGUr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 1rem);
  }
}
.cid-uPIZDbvGUr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPIZDbvGUr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPIZDbvGUr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPIZDbvGUr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 300;
}
.cid-uPIZDbvGUr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 300;
}
.cid-uPIZDbvGUr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uPIZDbvGUr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPIZDbvGUr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPIZDbvGUr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uPIZDbvGUr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    font-weight: 300;
  }
  .cid-uPIZDbvGUr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPIZDbvGUr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uPIZDbvGUr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPIZDbvGUr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
  }
  .cid-uPIZDbvGUr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPIZDbvGUr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPIZDbvGUr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uPIZDbvGUr .navbar.navbar-short {
  background: #2979ff !important;
  min-height: 60px;
}
.cid-uPIZDbvGUr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uPIZDbvGUr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPIZDbvGUr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPIZDbvGUr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPIZDbvGUr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPIZDbvGUr .dropdown-item.active,
.cid-uPIZDbvGUr .dropdown-item:active {
  background-color: transparent;
}
.cid-uPIZDbvGUr .nav-dropdown .link {
  padding: .667em 0.6em !important;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin: 0 !important;
}
.cid-uPIZDbvGUr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.2em;
}
.cid-uPIZDbvGUr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.1em;
}
.cid-uPIZDbvGUr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2979ff;
}
.cid-uPIZDbvGUr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPIZDbvGUr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPIZDbvGUr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uPIZDbvGUr .navbar-buttons {
  text-align: center;
}
.cid-uPIZDbvGUr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  radius: 20;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPIZDbvGUr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPIZDbvGUr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPIZDbvGUr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPIZDbvGUr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPIZDbvGUr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPIZDbvGUr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPIZDbvGUr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPIZDbvGUr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPIZDbvGUr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPIZDbvGUr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uPIZDbvGUr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPIZDbvGUr .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uPIZDbvGUr .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uPIZDbvGUr .soc-item {
  margin: .5rem .3rem;
}
.cid-uPIZDbvGUr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPIZDbvGUr .navbar {
    height: 77px;
  }
  .cid-uPIZDbvGUr .navbar.opened {
    height: auto;
  }
  .cid-uPIZDbvGUr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPIZDckaf2 header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.cid-uPIZDckaf2 header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.cid-uPIZDckaf2 header .container {
  position: relative;
  z-index: 2;
}
.cid-uPIZDckaf2 header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}
.cid-uPIZDcz6Rz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIZDcz6Rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIZDcz6Rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPIZDcz6Rz .container {
    padding: 10px 8px;
  }
}
.cid-uPIZDcz6Rz .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 50px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uPIZDcz6Rz .row {
    padding: 20px 10px;
  }
}
.cid-uPIZDcz6Rz .row .card {
  padding: 0;
}
.cid-uPIZDcz6Rz .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 0px !important;
  margin-bottom: 00px;
  color: #2979ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPIZDcz6Rz .mbr-section-subtitle {
    margin-bottom: 0px;
  }
}
.cid-uPIZDcz6Rz .mbr-section-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #2979ff;
  letter-spacing: 0px !important;
  text-align: center;
}
.cid-uPIZDcz6Rz .mbr-section-title span {
  opacity: .5;
}
.cid-uPIZDcMvKP {
  background-color: #2979ff;
}
.cid-uPIZDcMvKP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPIZDcMvKP .display-5 {
  font-size: 2em!important;
  font-weight: 400!important;
  letter-spacing: 0.002em;
}
.cid-uPIZDcMvKP .title {
  margin-top: 20px;
}
.cid-uPIZDcMvKP .btn {
  margin-left: 4px !important;
  padding: 10px 10px;
  border-radius: 4px;
}
.cid-uPIZDcMvKP .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uPIZDcMvKP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 0px;
  padding-left: 0px;
}
.cid-uPIZDcMvKP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uPIZDcMvKP .image-element {
    padding-left: 0;
  }
}
.cid-uPIZDcMvKP .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0rem;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPIZDcMvKP .mbr-text {
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 0rem !important;
}
.cid-uPIZDcMvKP .brown {
  color: #2979ff;
}
.cid-uPIZDcMvKP .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPIZDcMvKP .paragraphs-wrapper .first-paragraph,
.cid-uPIZDcMvKP .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uPIZDcMvKP .image-element {
    padding-top: 0rem;
  }
  .cid-uPIZDcMvKP .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPIZDcMvKP .paragraphs-wrapper .first-paragraph,
  .cid-uPIZDcMvKP .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uPIZDcMvKP .first-paragraph,
  .cid-uPIZDcMvKP .second-paragraph {
    width: 50%;
  }
  .cid-uPIZDcMvKP .first-paragraph {
    padding-right: .5rem;
  }
  .cid-uPIZDcMvKP .second-paragraph {
    padding-left: .5rem;
  }
  .cid-uPIZDcMvKP .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uPIZDcMvKP .mbr-section-title,
  .cid-uPIZDcMvKP .mbr-section-btn {
    text-align: left;
  }
}
.cid-uPIZDcMvKP .title,
.cid-uPIZDcMvKP .mbr-section-title {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 1px!important;
}
.cid-uPIZDcMvKP H4 {
  color: #ffffff;
}
.cid-uPIZDd1Z1y {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.webp");
}
.cid-uPIZDd1Z1y .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uPIZDd1Z1y .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uPIZDd1Z1y .card-img {
  margin-bottom: 1rem;
}
.cid-uPIZDd1Z1y .card-img span {
  font-size: 60px;
}
.cid-uPIZDdcKli {
  background-color: #2979ff;
}
.cid-uPIZDdcKli .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uPIZDdcKli .display-5 {
  font-size: 2em!important;
  font-weight: 400!important;
  letter-spacing: 0.002em;
}
.cid-uPIZDdcKli .title {
  margin-top: 20px;
}
.cid-uPIZDdcKli .btn {
  margin-left: 4px !important;
  padding: 10px 10px;
  border-radius: 4px;
}
.cid-uPIZDdcKli .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uPIZDdcKli .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 0px;
  padding-left: 0px;
}
.cid-uPIZDdcKli .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uPIZDdcKli .image-element {
    padding-left: 0;
  }
}
.cid-uPIZDdcKli .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0rem;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uPIZDdcKli .mbr-text {
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 0rem !important;
}
.cid-uPIZDdcKli .brown {
  color: #2979ff;
}
.cid-uPIZDdcKli .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPIZDdcKli .paragraphs-wrapper .first-paragraph,
.cid-uPIZDdcKli .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uPIZDdcKli .image-element {
    padding-top: 0rem;
  }
  .cid-uPIZDdcKli .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uPIZDdcKli .paragraphs-wrapper .first-paragraph,
  .cid-uPIZDdcKli .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uPIZDdcKli .first-paragraph,
  .cid-uPIZDdcKli .second-paragraph {
    width: 50%;
  }
  .cid-uPIZDdcKli .first-paragraph {
    padding-right: .5rem;
  }
  .cid-uPIZDdcKli .second-paragraph {
    padding-left: .5rem;
  }
  .cid-uPIZDdcKli .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uPIZDdcKli .mbr-section-title,
  .cid-uPIZDdcKli .mbr-section-btn {
    text-align: left;
  }
}
.cid-uPIZDdcKli .title,
.cid-uPIZDdcKli .mbr-section-title {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 1px!important;
}
.cid-uPIZDdcKli H4 {
  color: #ffffff;
}
.cid-uPIZDdqsRQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPIZDdqsRQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uPIZDdqsRQ .mbr-section-title {
  color: #2979ff;
}
.cid-uPIZDdqsRQ .mbr-section-subtitle {
  color: #2979ff;
}
.cid-uPIZDdqsRQ .items-row {
  row-gap: 48px;
}
.cid-uPIZDdqsRQ .item {
  cursor: pointer;
}
.cid-uPIZDdqsRQ .item:focus,
.cid-uPIZDdqsRQ span:focus {
  outline: none;
}
.cid-uPIZDdqsRQ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uPIZDdqsRQ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uPIZDdqsRQ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uPIZDdqsRQ img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-uPIZDdqsRQ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uPIZDdqsRQ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uPIZDdqsRQ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uPIZDdqsRQ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-uPIZDdqsRQ .item-title {
  color: #2979ff;
}
.cid-uPIZDdqsRQ .item-subtitle {
  color: #635a51;
  margin-top: 2px;
  line-height: 1.1em;
}
.cid-uPIZDdqsRQ .mbr-text {
  color: #24262b;
}
.cid-uPIZDdZNPT {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-1-1920x810.webp");
}
.cid-uPIZDdZNPT .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uPIZDdZNPT .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uPIZDdZNPT .card-img {
  margin-bottom: 1rem;
}
.cid-uPIZDdZNPT .card-img span {
  font-size: 60px;
}
.cid-uPIZDf3klv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uPIZDf3klv .justify-content-center {
  padding-right: 15px;
  padding-left: 5px;
}
.cid-uPIZDf3klv .mbr-text,
.cid-uPIZDf3klv .mbr-section-btn {
  color: #2979ff;
  font-weight: 300;
  line-height: 1.2em;
  text-align: left;
  letter-spacing: 0.04rem;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uPIZDf3klv a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uPIZDf3klv a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uPIZDf3klv a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uPIZDf3klv h2 {
  letter-spacing: 0.01em!important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uPIZDf3klv p {
    letter-spacing: 2px;
  }
}
.cid-uPIZDf3klv H1 {
  color: #45250d;
  text-align: left;
}
.cid-uPIZDf3klv H2 {
  text-align: center;
  color: #2979ff;
}
.cid-uPIZDf3klv DIV {
  text-align: left;
}
.cid-uPIZDfuK0S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPIZDfuK0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIZDfuK0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPIZDfuK0S .container {
    padding: 0 24px;
  }
}
.cid-uPIZDfuK0S .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uPIZDfuK0S .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uPIZDfuK0S .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uPIZDfuK0S .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uPIZDfuK0S .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uPIZDfuK0S .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPIZDfuK0S .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2979ff;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uPIZDfuK0S .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uPIZDfuK0S .mbr-section-title {
  color: #141414;
}
.cid-uPIZDfuK0S .mbr-desc {
  color: #2979ff;
}
.cid-uPIZDfuK0S label {
  color: #141414;
}
.cid-uPIZDfuK0S .mbr-section-title,
.cid-uPIZDfuK0S .mbr-section-btn {
  color: #2979ff;
}
.cid-uPIZDgkNo2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-uPIZDgkNo2 .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uPIZDgkNo2 .image-block {
    width: 100% !important;
  }
}
.cid-uPIZDgKVe8 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
.cid-uPIZDgKVe8 p {
  text-align: center;
}
.cid-uPIZDgKVe8 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPIZDgKVe8 .btn-underline:hover {
  color: #505050;
}
.cid-uPIZDgKVe8 .btn-underline:before {
  background-color: #505050;
}
.cid-uPIZDgKVe8 .social-list a:focus {
  text-decoration: none;
}
.cid-uPIZDgKVe8 .text-copyright {
  width: 100%;
  color: #2979ff;
}
.cid-uPIZDgKVe8 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uPIZDgKVe8 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uPIZDgKVe8 .logo-footer {
  line-height: normal;
}
.cid-uPIZDgKVe8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPIZDgKVe8 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPIZDgKVe8 .mbr-section-btn {
  font-size: 16px;
}
.cid-uPIZDgKVe8 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sDDRjETBFS .btn-sm {
  padding: 10px 10px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.cid-sDDRjETBFS .navbar-dropdown .navbar-logo {
  margin-left: 1rem;
}
.cid-sDDRjETBFS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDDRjETBFS .nav-item,
.cid-sDDRjETBFS .nav-link,
.cid-sDDRjETBFS .navbar-caption {
  font-weight: 300;
}
.cid-sDDRjETBFS .nav-item:focus,
.cid-sDDRjETBFS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sDDRjETBFS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sDDRjETBFS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDDRjETBFS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sDDRjETBFS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDDRjETBFS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sDDRjETBFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
  font-weight: 300;
}
.cid-sDDRjETBFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDDRjETBFS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDDRjETBFS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDDRjETBFS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2979ff;
}
.cid-sDDRjETBFS .navbar.opened {
  transition: all .3s;
  background: #2979ff !important;
}
.cid-sDDRjETBFS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sDDRjETBFS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDDRjETBFS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDDRjETBFS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDDRjETBFS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem - 1rem);
  }
}
.cid-sDDRjETBFS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDDRjETBFS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDDRjETBFS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDDRjETBFS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 300;
}
.cid-sDDRjETBFS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 300;
}
.cid-sDDRjETBFS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDDRjETBFS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDDRjETBFS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDDRjETBFS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDDRjETBFS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    font-weight: 300;
  }
  .cid-sDDRjETBFS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDDRjETBFS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDDRjETBFS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDDRjETBFS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
  }
  .cid-sDDRjETBFS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDDRjETBFS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDDRjETBFS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDDRjETBFS .navbar.navbar-short {
  background: #2979ff !important;
  min-height: 60px;
}
.cid-sDDRjETBFS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDDRjETBFS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDDRjETBFS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDDRjETBFS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDDRjETBFS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDDRjETBFS .dropdown-item.active,
.cid-sDDRjETBFS .dropdown-item:active {
  background-color: transparent;
}
.cid-sDDRjETBFS .nav-dropdown .link {
  padding: .667em 0.6em !important;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin: 0 !important;
}
.cid-sDDRjETBFS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.2em;
}
.cid-sDDRjETBFS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.1em;
}
.cid-sDDRjETBFS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2979ff;
}
.cid-sDDRjETBFS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDDRjETBFS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDDRjETBFS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDDRjETBFS .navbar-buttons {
  text-align: center;
}
.cid-sDDRjETBFS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  radius: 20;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDDRjETBFS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDDRjETBFS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDDRjETBFS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDDRjETBFS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDDRjETBFS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDDRjETBFS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDDRjETBFS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDDRjETBFS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDDRjETBFS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDDRjETBFS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDDRjETBFS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDDRjETBFS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sDDRjETBFS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sDDRjETBFS .soc-item {
  margin: .5rem .3rem;
}
.cid-sDDRjETBFS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDDRjETBFS .navbar {
    height: 77px;
  }
  .cid-sDDRjETBFS .navbar.opened {
    height: auto;
  }
  .cid-sDDRjETBFS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPIZPJM1nQ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #2979ff;
}
.cid-uPIZPJM1nQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIZPJM1nQ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uPIZPJM1nQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIZPJM1nQ h1 {
  max-width: 800px;
}
.cid-uPIZPJM1nQ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uPIZPJM1nQ {
    align-items: center;
  }
  .cid-uPIZPJM1nQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPIZPJM1nQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPIZPJM1nQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPIZPJM1nQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPIZPJM1nQ .content-wrap {
    width: 100%;
  }
}
.cid-uPIZPJM1nQ .mbr-section-subtitle,
.cid-uPIZPJM1nQ .line {
  color: #291f1e;
}
.cid-uPIZPJM1nQ .mbr-text,
.cid-uPIZPJM1nQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPIZPJM1nQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uPIZRBxBcc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIZRBxBcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIZRBxBcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIZRBxBcc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uPIZRBxBcc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZRBxBcc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZRBxBcc .container {
    padding: 0 20px;
  }
}
.cid-uPIZRBxBcc .row {
  justify-content: center;
}
.cid-uPIZRBxBcc .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPIZRBxBcc .content-wrapper {
    display: block;
  }
}
.cid-uPIZRBxBcc .content-wrapper .card {
  justify-content: center;
}
.cid-uPIZRBxBcc .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPIZRBxBcc .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uPIZRBxBcc .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uPIZRBxBcc .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIZRBxBcc .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uPIZRBxBcc .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uPIZRBxBcc .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZRBxBcc .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uPIZRBxBcc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPIZRBxBcc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cid-uPIZRBxBcc .mbr-section-title {
  color: #2979ff;
}
.cid-uPIZRBxBcc .mbr-text {
  color: #465052;
  font-weight: 300;
}
.cid-uPIZSeQwTi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIZSeQwTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIZSeQwTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIZSeQwTi .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uPIZSeQwTi .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .container {
    padding: 0 20px;
  }
}
.cid-uPIZSeQwTi .row {
  justify-content: center;
}
.cid-uPIZSeQwTi .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .content-wrapper {
    display: block;
  }
}
.cid-uPIZSeQwTi .content-wrapper .card {
  justify-content: center;
}
.cid-uPIZSeQwTi .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uPIZSeQwTi .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIZSeQwTi .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
  padding-left: 0;
  padding-right: 200px;
}
@media (max-width: 1440px) {
  .cid-uPIZSeQwTi .content-wrapper .content-wrap {
    padding-left: 0;
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uPIZSeQwTi .content-wrapper .content-wrap {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uPIZSeQwTi .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uPIZSeQwTi .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIZSeQwTi .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uPIZSeQwTi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPIZSeQwTi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.cid-uPIZSeQwTi .mbr-section-title {
  color: #2979ff;
}
.cid-uPIZSeQwTi .mbr-text {
  color: #465052;
  FONT-WEIGHT: 300;
}
.cid-uPIZTFYtVz {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/header-1-1920x810.webp");
}
.cid-uPIZTFYtVz .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uPIZTFYtVz .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uPIZTFYtVz .card-img {
  margin-bottom: 1rem;
}
.cid-uPIZTFYtVz .card-img span {
  font-size: 60px;
}
.cid-uPIZUmGe8U {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPIZUmGe8U .justify-content-center {
  padding-right: 15px;
  padding-left: 5px;
}
.cid-uPIZUmGe8U .mbr-text,
.cid-uPIZUmGe8U .mbr-section-btn {
  color: #465052;
  font-weight: 300;
  line-height: 1.2em;
  text-align: left;
  letter-spacing: 0.04rem;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uPIZUmGe8U a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uPIZUmGe8U h2 {
  letter-spacing: 0.01em!important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uPIZUmGe8U p {
    letter-spacing: 2px;
  }
}
.cid-uPIZUmGe8U H1 {
  color: #45250d;
  text-align: left;
}
.cid-uPIZUmGe8U H2 {
  text-align: center;
  color: #2979ff;
}
.cid-uPIZUmGe8U DIV {
  text-align: left;
}
.cid-uPOPf4OMla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-uPOPf4OMla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOPf4OMla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPOPf4OMla .container {
    padding: 0 20px;
  }
}
.cid-uPOPf4OMla .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPOPf4OMla .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uPOPf4OMla .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uPOPf4OMla .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uPOPf4OMla .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPOPf4OMla .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uPOPf4OMla .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPOPf4OMla .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uPOPf4OMla .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uPOPf4OMla .title-wrapper .title-wrap {
  padding-left: 0px;
}
.cid-uPOPf4OMla .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uPOPf4OMla .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uPOPf4OMla .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uPOPf4OMla .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uPOPf4OMla .mbr-section-title {
  color: #000000;
}
.cid-uPOPf4OMla .mbr-text {
  color: #465052;
  font-weight: 300;
}
.cid-uPOPf4OMla .mbr-section-title,
.cid-uPOPf4OMla .mbr-section-btn {
  color: #2979ff;
  text-align: left;
}
.cid-uPIZVRCOVi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uPIZVRCOVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIZVRCOVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPIZVRCOVi .container {
    padding: 0 24px;
  }
}
.cid-uPIZVRCOVi .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #fafafa;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uPIZVRCOVi .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uPIZVRCOVi .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uPIZVRCOVi .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uPIZVRCOVi .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uPIZVRCOVi .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPIZVRCOVi .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
  font-weight: 300;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #2979ff !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2979ff;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2979ff;
  border-color: #2979ff;
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2979ff 0%, transparent 0%);
}
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uPIZVRCOVi .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 0px 0px 0px #2979ff !important;
}
.cid-uPIZVRCOVi .mbr-section-title {
  color: #141414;
}
.cid-uPIZVRCOVi .mbr-desc {
  color: #2979ff;
  font-weight: 300;
}
.cid-uPIZVRCOVi label {
  color: #141414;
}
.cid-uPIZVRCOVi .mbr-section-title,
.cid-uPIZVRCOVi .mbr-section-btn {
  color: #2979ff;
}
.cid-u2Mu39q3yF {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-u2Mu39q3yF .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u2Mu39q3yF .image-block {
    width: 100% !important;
  }
}
.cid-u2MtV3zdCe {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
.cid-u2MtV3zdCe p {
  text-align: center;
}
.cid-u2MtV3zdCe .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2MtV3zdCe .btn-underline:hover {
  color: #505050;
}
.cid-u2MtV3zdCe .btn-underline:before {
  background-color: #505050;
}
.cid-u2MtV3zdCe .social-list a:focus {
  text-decoration: none;
}
.cid-u2MtV3zdCe .text-copyright {
  width: 100%;
  color: #2979ff;
}
.cid-u2MtV3zdCe .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-u2MtV3zdCe .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-u2MtV3zdCe .logo-footer {
  line-height: normal;
}
.cid-u2MtV3zdCe .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2MtV3zdCe .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2MtV3zdCe .mbr-section-btn {
  font-size: 16px;
}
.cid-u2MtV3zdCe .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
