@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);

  #form1{
    padding-left: 15px;
  }

label {
 -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select{
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  /* and then whatever styles you want*/
  height: 30px; 
  width: 100px;
  padding: 5px;
  transition-delay: 9999s;
  transition-property: background-color, color; 
}
select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}
option {
  text-align: left;
  /* reset to left*/
}



body {
  font-style: normal;
  line-height: 1.5;
}
.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;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #0d6786;
  border-color: #0d6786;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f50a0a;
  border-color: #f50a0a;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ab0707;
  border-color: #ab0707;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ab0707 !important;
  border-color: #ab0707 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #930606;
  color: #930606;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f50a0a;
  border-color: #f50a0a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f50a0a !important;
  border-color: #f50a0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #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: #149dcc !important;
}
.text-secondary {
  color: #f50a0a !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #930606 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b56f7c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.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;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px 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-color: #149dcc;
  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;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="text"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  #f1{
    padding-left: 20px;
  }

  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: fqzsulU5J7Ulex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}
.cid-qzrzV4rhXd .navbar {
  background: #f5f5f5;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzrzV4rhXd .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f5f5;
}
.cid-qzrzV4rhXd a {
  font-style: normal;
}
.cid-qzrzV4rhXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qzrzV4rhXd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzrzV4rhXd .nav-item:focus,
.cid-qzrzV4rhXd .nav-link:focus {
  outline: none;
}
.cid-qzrzV4rhXd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzrzV4rhXd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzrzV4rhXd .menu-logo {
  margin-right: auto;
}
.cid-qzrzV4rhXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzrzV4rhXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzrzV4rhXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzrzV4rhXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzrzV4rhXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzrzV4rhXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzrzV4rhXd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzrzV4rhXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzrzV4rhXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzrzV4rhXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzrzV4rhXd .dropdown .dropdown-menu {
  background: #f5f5f5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzrzV4rhXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzrzV4rhXd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzrzV4rhXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzrzV4rhXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzrzV4rhXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzrzV4rhXd .navbar.navbar-short {
  /*
  min-height: 60px;
  */
  border-bottom: 2px solid #f0c7cf;
  background: #fff;
  transition: all .2s;
  /*
  box-shadow: -4px 3px 20px 0px #66666640;
  */
  z-index:999999;
}
.cid-qzrzV4rhXd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzrzV4rhXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzrzV4rhXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzrzV4rhXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzrzV4rhXd .navbar.navbar-short .navbar-brand {
  margin-top:20px;
  min-height: 3rem;
}
.cid-qzrzV4rhXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzrzV4rhXd button.navbar-toggler:focus {
  outline: none;
}
.cid-qzrzV4rhXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qzrzV4rhXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzrzV4rhXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzrzV4rhXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzrzV4rhXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzrzV4rhXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzrzV4rhXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzrzV4rhXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzrzV4rhXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzrzV4rhXd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzrzV4rhXd .collapsed .btn {
  display: flex;
}
.cid-qzrzV4rhXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzrzV4rhXd .collapsed .navbar-collapse.collapsing,
.cid-qzrzV4rhXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzrzV4rhXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzrzV4rhXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzrzV4rhXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzrzV4rhXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzrzV4rhXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzrzV4rhXd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzrzV4rhXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzrzV4rhXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzrzV4rhXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzrzV4rhXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzrzV4rhXd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzrzV4rhXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzrzV4rhXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzrzV4rhXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzrzV4rhXd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzrzV4rhXd.navbar-expand {
    flex-direction: column;
  }
  .cid-qzrzV4rhXd img {
    height: 3.8rem !important;
  }
  .cid-qzrzV4rhXd .btn {
    display: flex;
  }
  .cid-qzrzV4rhXd button.navbar-toggler {
    display: block;
  }
  .cid-qzrzV4rhXd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzrzV4rhXd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzrzV4rhXd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzrzV4rhXd .navbar-collapse.collapsing,
  .cid-qzrzV4rhXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzrzV4rhXd .navbar-collapse.collapsing .navbar-nav,
  .cid-qzrzV4rhXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzrzV4rhXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzrzV4rhXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzrzV4rhXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzrzV4rhXd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzrzV4rhXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzrzV4rhXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzrzV4rhXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzrzV4rhXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzrzV4rhXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzrzV4rhXd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzrzV4rhXd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzrzV4rhXd .navbar-collapse {
  flex-basis: auto;
}
.cid-qzrWho6H3a {
  padding-top: 120px;
  padding-bottom: 90px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .cid-qzrWho6H3a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qzrWho6H3a .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qzrWho6H3a .mbr-text {
    text-align: center;
  }
}
.cid-qzrWho6H3a H1 {
  color: #000;
  text-align: center;
}
.cid-qzrWho6H3a .mbr-text,
.cid-qzrWho6H3a .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-qzrWho6H3a B {
  color: #232323;
}
.cid-qzsK7gaGcM {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #000;
}
.cid-qzsK7gaGcM H2 {
  color: #ffffff;
}
.cid-qzsK7gaGcM .mbr-section-subtitle {
  color: #efefef;
}
.cid-qzsulU5J7U {
  padding-top: 40px;
  padding-bottom: 40px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.cid-qzsulU5J7U .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qzsulU5J7U .card-box {
  padding: 0 2rem;
}
.cid-qzsulU5J7U .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qzsulU5J7U .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qzsulU5J7U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qzsulU5J7U p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qzsulU5J7U .mbr-text {
  color: #000;
  text-align: center;
}
.cid-qzsulU5J7U .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
/*.cid-qzsulU5J7U .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}*/
.cid-qzsulU5J7U .card-title {
  text-align: center;
  color: #b76f7c;
}
.cid-qzsJX0x1CJ {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qzsJX0x1CJ H2 {
  color: #ffffff;
}
.cid-qzsJX0x1CJ .mbr-section-subtitle {
  color: #000000;
}
.cid-qzsysBfS2Z {
  background: #ffffff;
}
.cid-qzsysBfS2Z .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-qzsysBfS2Z .video-block {
    width: 100% !important;
  }
}
.cid-qzsAQ0iZ3M {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #000;
}
.cid-qzsAQ0iZ3M H2 {
  color: #ffffff;
}
.cid-qzsEQa9h36 {
  padding-top: 90px;
  padding-bottom: 90px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.cid-qzsEQa9h36 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qzsEQa9h36 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qzsEQa9h36 .mbr-section-subtitle {
  color: #000;
}
.cid-qzsEQa9h36 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qzsEQa9h36 ellipse {
  stroke: rgba(0,0,0,0.3);
}
.cid-qzsEQa9h36 path {
  stroke: rgba(0,0,0,0.5);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qzsEQa9h36 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qzsEQa9h36 P {
  text-align: center;
}
.cid-qzsLuJL8oO {
  padding-top: 150px;
  padding-bottom: 170px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
@media (min-width: 992px) {
  .cid-qzsLuJL8oO .mbr-figure {
    /*
    padding-left: 4rem;
    */
  }
}
@media (max-width: 991px) {
  .cid-qzsLuJL8oO .mbr-figure {
    /*
    padding-top: 3rem;
    */
  }
}
.cid-qzsLuJL8oO .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-qzsLuJL8oO .mbr-text,
.cid-qzsLuJL8oO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-qzsGOzY2NK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qzsGOzY2NK .mbr-section-subtitle {
  color: #767676;
}
.cid-qzsGOzY2NK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qzsGOzY2NK .mbr-text {
  color: #767676;
}
.cid-qzsGOzY2NK .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qzsGOzY2NK .mbr-author-name {
  color: #767676;
}
.cid-qzsGOzY2NK .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qzsGOzY2NK .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qzsGOzY2NK .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qzsGOzY2NK .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzsGOzY2NK .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qzsGOzY2NK .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qzsGOzY2NK H2 {
  text-align: center;
}
.cid-qzsP24B6vu {
  padding-top: 75px;
  padding-bottom: 75px;
  background: 
    radial-gradient(black 3px, transparent 4px),
    radial-gradient(black 3px, transparent 4px),
    linear-gradient(#000 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #666 75px, #666 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #666 76px, #666 77px, transparent 78px, transparent 109px),
  #000;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
2}
.cid-qzsP24B6vu .mbr-section-subtitle {
  color: #5b686b;
}
.cid-qzsP24B6vu .formoid {
  margin: auto;
}
.cid-qzsP24B6vu .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qzsP24B6vu a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qzsP24B6vu .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qzsP24B6vu .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qzsP24B6vu a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qzsP24B6vu a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qzsP24B6vu .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qzsP24B6vu .mbr-subscribe .input-group-btn button,
.cid-qzsP24B6vu .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qzsP24B6vu .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzsP24B6vu input[type="text"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qzsP24B6vu .input-group-btn {
    width: 100%;
  }
  .cid-qzsP24B6vu .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qzsP24B6vu .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qzsP24B6vu .input-group-btn {
    width: calc(92%);
  }
  .cid-qzsP24B6vu .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qzsP24B6vu .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qzsP24B6vu .input-group input[type="text"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qzsP24B6vu .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qzsP24B6vu .input-group-btn button,
  .cid-qzsP24B6vu .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qzsP24B6vu .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qzsP24B6vu H2 {
  color: #232323;
}
.cid-qzsTMG0az9 {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #000;
}
.cid-qzsTMG0az9 H2 {
  color: #ffffff;
}
.cid-qzsTMG0az9 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qzsRpTubTr .google-map {
  height: 25rem;
  position: relative;
}
.cid-qzsRpTubTr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qzsRpTubTr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qzsRpTubTr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qzsRpTubTr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qzsSz1rvpY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qzsTCnMCy7 {
  padding-top: 75px;
  padding-bottom: 45px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+79,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 79%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 79%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 79%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  color:#000;
}

.cid-qzsTCnMCy7 a{
  color:#000 !important;
  text-decoration: none;
}

.cid-qzsTCnMCy7 a:visited{
  color:#000 !important;
  text-decoration: none;
}

.cid-qzsTCnMCy7 a:link{
  color:#000 !important;
  text-decoration: none;
}

.cid-qzsTCnMCy7 a:hover{
  color:#000 !important;
  text-decoration: none;
}

.cid-qzsTCnMCy7 a:active{
  color:#000 !important;
  text-decoration: none;
}


.cid-qzsTCnMCy7 .carousel-control {
  background: #000;
}
.cid-qzsTCnMCy7 .mbr-section-subtitle {
  color: #efefef;
}
.cid-qzsTCnMCy7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qzsTCnMCy7 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qzsTCnMCy7 .carousel-item .wrap-img {
  text-align: center;
}
.cid-qzsTCnMCy7 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qzsTCnMCy7 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qzsTCnMCy7 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qzsTCnMCy7 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qzsTCnMCy7 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qzsTCnMCy7 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qzsTCnMCy7 .cloneditem-1,
.cid-qzsTCnMCy7 .cloneditem-2,
.cid-qzsTCnMCy7 .cloneditem-3,
.cid-qzsTCnMCy7 .cloneditem-4,
.cid-qzsTCnMCy7 .cloneditem-5 {
  display: none;
}
.cid-qzsTCnMCy7 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qzsTCnMCy7 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides2 .cloneditem-1,
  .cid-qzsTCnMCy7 .carousel-inner.slides2 .cloneditem-2,
  .cid-qzsTCnMCy7 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides3 .cloneditem-1,
  .cid-qzsTCnMCy7 .carousel-inner.slides3 .cloneditem-2,
  .cid-qzsTCnMCy7 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides4 .cloneditem-1,
  .cid-qzsTCnMCy7 .carousel-inner.slides4 .cloneditem-2,
  .cid-qzsTCnMCy7 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides5 .cloneditem-1,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 .cloneditem-2,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 .cloneditem-3,
  .cid-qzsTCnMCy7 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qzsTCnMCy7 .carousel-inner.slides6 .cloneditem-1,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 .cloneditem-2,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 .cloneditem-3,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 .cloneditem-4,
  .cid-qzsTCnMCy7 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qzsTCnMCy7 H2 {
  color: #ffffff;
}
.cid-qzsUmREwRi {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-qzsUmREwRi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qzsUmREwRi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qzsUmREwRi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qzsUmREwRi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qzsUmREwRi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qzsUmREwRi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qzsUmREwRi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qzsUmREwRi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qzsUmREwRi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qzsUmREwRi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qzsUmREwRi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qzsUmREwRi .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qzsUmREwRi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qzsUmREwRi .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-qztZT1vwLh{
    /*
    background-image: url("../../../assets/images/bg.jpg");
    */
}
.cid-qzUB9dsmda {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/atl/1.jpg");
}
.cid-qzUB9dsmda .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qzUB9dsmda .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-qzUB9dsmda .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000;
}
.cid-qzUB9dsmda .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-qzUB9dsmda .nav-tabs .nav-link.active:hover {

}
.cid-qzUB9dsmda p {
  color: #232323;
}
.cid-qzUB9dsmda .mbr-text {
  text-align: center;
}
.cid-qzUB9dsmda P {
  text-align: right;
  color: #ffffff;
}
.cid-qzUB9dsmda H2 {
  color: #ffffff;
}
.cid-qzUJuXlehh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.subb {
  letter-spacing: -1px;
  margin-top: 7px;
  color: #b76f7c;
}

.ico_ {
  margin-left: -51px !important;
  margin-right: 5px !important;
  font-size: 46px !important;
  position: absolute !important;
  top: 17px !important;
  color: #f0d098 !important;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

.cid-qzrzV4rhXd .navbar {
  background: #f6d7dd00;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
    margin-top: 20px;
}
.navbar-brand {
  background: #fffdfe00;
  border-radius: 14px;
  padding: 11px !important;
  position: absolute;
  top: -10px;
  text-align: center;
  padding-left: 48px !important;
  box-shadow: 0px 3px 0px 0px #f0c7cf;

}

.cid-qzrzV4rhXd .nav-item a {
  display: flex;
  color: #b66f7c !important;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

#navbarSupportedContent .btn-black-outline, #navbarSupportedContent .btn-black-outline:active {
  background: #fff;
  border-color: #b76f7c !important;
  color: #b76f7c !important;
}

.cid-qzrzV4rhXd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
   padding-right: 0rem;
  width: auto;
  background: transparent;
  border-radius: 30px;
  margin-right: 23px;
  padding-left: 23px;
    /*
    box-shadow: -1px 6px 1px #f0c7cf;
    */
  /* border: 1px solid #b76f7c; */
}


.cid-qzrWho6H3a H1 {
    color: #cf579d;
}

.cid-qzrWho6H3a {
    padding-top: 45px;
    padding-bottom: 90px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.cid-qzsK7gaGcM H2 {
    color: #b76f7c;
}

.cid-qzsK7gaGcM .mbr-section-subtitle {
    color: #b76f7c;
}


.cid-qzsK7gaGcM {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #fed1d6;
    color: #000
}

.header3 {
  height: 100vh;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -0px !important;
  z-index: 9999999 !important;
  position: relative !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #b76f7c !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  opacity:0.6 !important;
  outline: 0 !important;
  box-shadow: none !important;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  opacity:1 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.owl-carousel button.owl-dot, .owl-theme .owl-dots .owl-dot.active span:active, .owl-theme .owl-dots .owl-dot:hover span:active {
  opacity:1 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 60px !important;
  height: 10px;
  margin: 5px 7px;
  background: #b76f7c;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}


.muzieknootjes {
  display: block;
  margin: auto;
  position: absolute;
  top:400px;
  width: 31%;
  left: 33%;
  min-width: 300px;
  height: 200px;
  border: 0px solid #000;
  color: pink;
}

.noot-1,
.noot-2,
.noot-3,
.noot-4 {
  position: absolute;
  animation: notes 2s infinite linear;
  font-size: 35px;
  opacity: 0;
}

.noot-1 {
  top: 60px;
  left: 0;
  animation-delay: 0.5s;
}

.noot-2 {
  top: 30px;
  left: 30%;
  animation-delay: 1s;
}

.noot-3 {
  top: 90px;
  left: 60%;
  animation-delay: 1.5s;
}

.noot-4 {
  top: 40px;
  left: 90%;
  animation-delay: 2s;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-left: 0px !important;
}

.button1 {
  position: absolute;
  top: 60%;
  z-index: 9999;
  right: 20.5%;
}

.button2 {
  position: absolute;
  top: 60%;
  z-index: 9999;
  left: 20.5%;

}

.button1:hover, .button2:hover {
  cursor: pointer;
}

.button1 .fa:hover,.button2 .fa:hover {
  cursor: pointer;

}

.button1:active, .button2:active {
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;

}

.options {
  background: #fff !important;
  margin-top: 0 !important;
  z-index: 9999999;
}

.cid-qzrzV4rhXd .navbar {
   margin-top: 0px !important;

}

.bn {
  margin-top: 23px;
  background: #fff;
}

* {
  transition: all .2ms !important;
}

.navbar-brand {
  margin-top:10px;
}

.navbar-short .navbar-brand {
  background: #fff;
}

.cid-qzrzV4rhXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
  padding-left: 34px;
}

.navbar-short {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+50,fd89d7+51,ff7cd8+100;Pink+Gloss+%232 */
  background: rgb(252,236,252); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cid-qzsulU5J7U {
  padding-top: 40px;
  background: #fff !important;
}

.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
}

.btn-black-outline, .btn-black-outline:active, .btn-white-outline, .btn-white-outline:active,
.btn-black-outline:hover{
  background: none;
  border-color: #d19c9d !important;
  color: #b56c78 !important;
}

.cid-qzsK7gaGcM {
  padding-top: 60px;
  padding-bottom: 0 !important;
  background: #fff !important;
  color: #b76f7c;
}

.cid-qzsAQ0iZ3M {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fff !important;
  color: #b76f7c !important;
}

.cid-qzsAQ0iZ3M H2, .mbr-section-subtitle {
  color: #b76f7c !important;
}

.cid-qzsEQa9h36 {
  padding-top: 0 !important;
  background: #f0c7cf !important;
  padding-bottom: 20px;
  color: #ad6471;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.cid-qzsEQa9h36 path {
  stroke: rgb(182, 111, 124);
}

.mbr-crt-title {
  margin-top: -46px !important;
  padding-bottom: 36px ;
}

.cid-qzsLuJL8oO {
  padding-top: 0;
  background: #fff !important;
  color: #b76f7c !important;
  padding-bottom: 0 !important;
}

.cid-qzsLuJL8oO .mbr-text, .cid-qzsLuJL8oO .mbr-section-btn {
  text-align: center;
  color: #b76f7c;
}

.cid-qzsGOzY2NK {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}

#form1 {
  padding-left: 15px;
  background: #fff;
  color: #000
}

.form-control, .form-control:focus {
  border: 1px solid #e0b8bc;
}

.form-control {
  background-color: #fff !important;
  background: #fff !important;
}

.cid-qzsP24B6vu {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f0c7cf !important;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  color: #b66f7c;
}

.cid-qzUB9dsmda H2 {
  color: #b66f7c;
}

.cid-qzUB9dsmda .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #b66f7c;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #b66f7c;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}

.cid-qzUB9dsmda .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b66f7c;
}

.cid-qzUB9dsmda .nav-tabs .nav-link:hover {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #b66f7c;
}

.cid-qzsTCnMCy7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #fff;
  color: #fff;

}

.cid-qzsTCnMCy7 a, .cid-qzsTCnMCy7 a:hover, .cid-qzsTCnMCy7 a {
  color: #b66f7c !important;

}

.cid-qzsTCnMCy7 a:link {
  color: #b66f7c !important;
  text-decoration: none;
}

.cid-qzUB9dsmda P {
  text-align: right;
  color: #b66f7c;
}

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200|Pinyon+Script);

#badge .circle{
  display:table;
  background:#b66f7c;
  color: #fff;
  width:100px;
  margin:40px auto;
  height:100px;
  border-radius:50px;
  text-align:center;
}
#badge .inner{
  display:table-cell;
  color:white;
  vertical-align:middle;
  height:40px;
}

#badge p{font-family: 'Yanone Kaffeesatz', sans-serif;margin:2px auto;font-size:21px; font-weight: bold; letter-spacing:2px;font-weight:100}
#badge h2{font-family: 'Pinyon Script', cursive;border-bottom:1px solid #fff;display:inline-block;margin:0; font-size:24px; margin-top:20px}




#form1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a25261;
}
#form1 ::-moz-placeholder { /* Firefox 19+ */
  color: #a25261;
}
#form1 :-ms-input-placeholder { /* IE 10+ */
  color: #a25261;
}
#form1 :-moz-placeholder { /* Firefox 18- */
  color: #a25261;
}

input,textarea,select,option {
  color: #a25261 !important;

}


#siparisNo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a25261;
}
#siparisNo::-moz-placeholder { /* Firefox 19+ */
  color: #a25261;
}
#siparisNo:-ms-input-placeholder { /* IE 10+ */
  color: #a25261;
}
#siparisNo:-moz-placeholder { /* Firefox 18- */
  color: #a25261;
}

@media (max-width: 768px) {
  .cid-qzrzV4rhXd .navbar, .navbar-short {
    margin-top: 0px !important;
    background: #fff;
    padding-top: 93px;
    z-index: 999999999999 !important;
  }

  .owl-item img {
    margin-top: 40% !important;
  }

  .owl-carousel {
    padding:0 !important;
  }

  #badge {
    right:16% !important;
    top: 9% !important;
  }

  .mobile_ {
    padding-left:30px;
    margin-top: 70px;
  }

  .m2 {
    left: 1% !important;
    margin-top: -86px;
  }

  .button2 {
    left: 9.5%;
  }

  .button1 {
    right: 10.5%;
  }

  .muzieknootjes {
    display: block;
    margin: auto;
    position: absolute;
    top: 400px;
    width: 31%;
    left: 26px;
    min-width: 300px;
    height: 200px;
    border: 0px solid #000;
    color: pink;
  }



}

@media (min-width: 1600px) {

  .owl-item img {
    max-width: 500px !important;
  }

}

.fancybox-bg {
  background: rgb(255, 255, 255) !important;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}



.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 999999999999999 !important;
}