body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Vollkorn', serif;
  font-size: 5.4rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff513c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff513c;
  color: #ff513c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff513c;
  border-color: #ff513c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff513c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.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: 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: #ff513c;
  border-color: #ff513c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff513c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ff513c;
}
/* 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: #ff513c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff513c;
  border-bottom-color: #ff513c;
}
.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: #ff513c !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: #282f39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff513c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sGoK2DzHst {
  background-image: url("../../../assets/images/tracy-bigger-multi-header-2000x1000.png");
}
.cid-sGoK2DzHst h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-sGoK2DzHst span {
  background-image: url("../../../assets/images/mbr-1920x1252.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sGoK2DzHst .mbr-section-title {
  color: #ffffff;
}
.cid-sIDgPQzXNx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sIDgPQzXNx .container {
  max-width: 1400px;
}
.cid-sIDgPQzXNx .row {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .cid-sIDgPQzXNx .media-content {
    margin: auto;
    transform: translateX(70%);
    z-index: 2;
    position: relative;
  }
  .cid-sIDgPQzXNx img {
    min-height: 700px;
  }
}
.cid-sIDgPQzXNx img {
  height: 100%;
  object-fit: cover;
}
.cid-sIDgPQzXNx .mbr-figure {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sIDgPQzXNx .media-content {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sIDgPQzXNx .row {
    padding: 0rem;
  }
}
#custom-html-9 {
  /* Type valid CSS here */
}
#custom-html-9 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-9 p {
  font-size: 15px;
  color: #777;
}
.cid-sIDfkyiWqi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sIDfkyiWqi .card1 {
  margin-bottom: 20px;
}
.cid-sIDfkyiWqi .card2 {
  margin-top: 20px;
}
.cid-sIDfkyiWqi .card3 {
  margin-bottom: 20px;
}
.cid-sIDfkyiWqi .card4 {
  margin-top: 20px;
}
.cid-sIDfkyiWqi .mbr-section-title {
  color: #ffffff;
}
.cid-sIDfkyiWqi .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-sIDfkyiWqi .mbr-section-subtitle {
  color: #afafa7;
}
.cid-sIDfkyiWqi .mbr-text {
  color: #ffffff;
}
.cid-sIDfkyiWqi .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sIDfkyiWqi .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .img-wrapper img {
  width: 100%;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sIDfkyiWqi .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sIDfkyiWqi .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sIDfkyiWqi .card-wrapper {
    flex-direction: column;
  }
  .cid-sIDfkyiWqi .card-box {
    padding: 2rem 1rem;
  }
  .cid-sIDfkyiWqi .card-box,
  .cid-sIDfkyiWqi .img-wrapper {
    width: 100%;
  }
  .cid-sIDfkyiWqi .img-wrapper {
    padding: 0rem 1rem;
  }
  .cid-sIDfkyiWqi * {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sIDfkyiWqi .card {
    margin-bottom: 2rem;
  }
}
.cid-sHxo3t4hTH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHxo3t4hTH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHxo3t4hTH input,
.cid-sHxo3t4hTH textarea,
.cid-sHxo3t4hTH .jqselect {
  font-weight: 300!important;
}
.cid-sHxo3t4hTH .col-wrap1 {
  background: #000000;
  padding: 5rem;
  height: 100%;
}
.cid-sHxo3t4hTH .col-wrap3 {
  background: #7c0000;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-sHxo3t4hTH .col-wrap1,
  .cid-sHxo3t4hTH .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHxo3t4hTH .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHxo3t4hTH .col-wrap1,
  .cid-sHxo3t4hTH .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-sHxo3t4hTH .container {
  max-width: 1800px;
}
.cid-sHxo3t4hTH img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-sHxo3t4hTH textarea {
  min-height: 150px!important;
}
.cid-sHxo3t4hTH form .btn {
  width: 100%;
}
.cid-sHxo3t4hTH .jq-selectbox__select-text {
  color: #666666;
}
.cid-sHxo3t4hTH .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-sHxo3t4hTH .jq-selectbox li {
  padding: 0.8em 1.4em!important;
  color: #666666 !important;
}
.cid-sHxo3t4hTH .form-control,
.cid-sHxo3t4hTH .field-input {
  padding: 2rem 1.5rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHxo3t4hTH .form-control::-webkit-input-placeholder,
.cid-sHxo3t4hTH .field-input::-webkit-input-placeholder,
.cid-sHxo3t4hTH .form-control::-webkit-input-placeholder,
.cid-sHxo3t4hTH .field-input::-webkit-input-placeholder {
  color: #666666;
}
.cid-sHxo3t4hTH .form-control:-moz-placeholder,
.cid-sHxo3t4hTH .field-input:-moz-placeholder,
.cid-sHxo3t4hTH .form-control:-moz-placeholder,
.cid-sHxo3t4hTH .field-input:-moz-placeholder {
  color: #666666;
}
.cid-sHxo3t4hTH .form-control:hover,
.cid-sHxo3t4hTH .field-input:hover,
.cid-sHxo3t4hTH .form-control:focus,
.cid-sHxo3t4hTH .field-input:focus {
  background-color: #f3f3f3;
  border-color: #7c0000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sHxo3t4hTH .form-control:hover::-webkit-input-placeholder,
.cid-sHxo3t4hTH .field-input:hover::-webkit-input-placeholder,
.cid-sHxo3t4hTH .form-control:focus::-webkit-input-placeholder,
.cid-sHxo3t4hTH .field-input:focus::-webkit-input-placeholder,
.cid-sHxo3t4hTH .form-control:hover::-webkit-input-placeholder,
.cid-sHxo3t4hTH .field-input:hover::-webkit-input-placeholder,
.cid-sHxo3t4hTH .form-control:focus::-webkit-input-placeholder,
.cid-sHxo3t4hTH .field-input:focus::-webkit-input-placeholder {
  color: #666666;
}
.cid-sHxo3t4hTH .form-control:hover:-moz-placeholder,
.cid-sHxo3t4hTH .field-input:hover:-moz-placeholder,
.cid-sHxo3t4hTH .form-control:focus:-moz-placeholder,
.cid-sHxo3t4hTH .field-input:focus:-moz-placeholder,
.cid-sHxo3t4hTH .form-control:hover:-moz-placeholder,
.cid-sHxo3t4hTH .field-input:hover:-moz-placeholder,
.cid-sHxo3t4hTH .form-control:focus:-moz-placeholder,
.cid-sHxo3t4hTH .field-input:focus:-moz-placeholder {
  color: #666666;
}
.cid-sHxo3t4hTH textarea {
  padding-top: 1rem!important;
}
.cid-sHxo3t4hTH .jq-number__spin:hover,
.cid-sHxo3t4hTH .jq-number__spin:focus {
  background-color: #f3f3f3;
  border-color: #7c0000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHxo3t4hTH .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHxo3t4hTH .jq-selectbox li,
.cid-sHxo3t4hTH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHxo3t4hTH .jq-selectbox li:hover,
.cid-sHxo3t4hTH .jq-selectbox li.selected {
  background-color: #f3f3f3;
  color: #000000;
}
.cid-sHxo3t4hTH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHxo3t4hTH .jq-number__spin.minus:hover:after,
.cid-sHxo3t4hTH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHxo3t4hTH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHxo3t4hTH .jq-number__spin.minus:after,
.cid-sHxo3t4hTH .jq-number__spin.plus:after {
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}
.cid-sHxo3t4hTH .jq-selectbox__trigger-arrow {
  border-top-color: #666666 !important;
  border-bottom-color: #666666 !important;
}
.cid-sHxo3t4hTH input::-webkit-clear-button {
  display: none;
}
.cid-sHxo3t4hTH input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHxo3t4hTH input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHxo3t4hTH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHxo3t4hTH H5 {
  text-align: center;
  color: #ffffff;
}
.cid-sHxo3t4hTH h6 {
  color: #d58f76;
}
.cid-sHxo3t4hTH H3 {
  color: #ffffff;
}
.cid-sHxo3t4hTH .mbr-text {
  color: #ffffff;
}
.cid-sHxo3t4hTH .link,
.cid-sHxo3t4hTH .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-sHxo3t4hTH H6 {
  text-align: center;
  color: #ffffff;
}
.cid-sHxBSAtDw6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100e0e;
}
.cid-sHxBSAtDw6 .logo-footer {
  line-height: normal;
}
.cid-sHxBSAtDw6 .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sHxBSAtDw6 .copyright {
  display: flex;
  align-items: center;
}
.cid-sHxBSAtDw6 .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-sHxBSAtDw6 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHxBSAtDw6 .social-btns a:focus {
  text-decoration: none;
}
.cid-sHxBSAtDw6 .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sHxBSAtDw6 .copyrightPart {
  display: flex;
}
.cid-sHxBSAtDw6 .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-sHxBSAtDw6 .mbr-text {
  color: #ffffff;
}
.cid-sHxBSAtDw6 .text-logo-footer {
  text-align: center;
}
