@font-face {
  font-family: 'newyorkregular';
  src: url('../fonts/newyork-webfont.woff2') format('woff2'), url('../fonts/newyork-webfont.woff') format('woff'), url('../fonts/newyork-webfont.svg#newyorkregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_mono';
  src: url('../fonts/sfmonobold-webfont.woff2') format('woff2'), url('../fonts/sfmonobold-webfont.woff') format('woff'), url('../fonts/sfmonobold-webfont.svg#sf_monobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'sf_mono';
  src: url('../fonts/sfmonoregular-webfont.woff2') format('woff2'), url('../fonts/sfmonoregular-webfont.woff') format('woff'), url('../fonts/sfmonoregular-webfont.svg#sf_monoregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'sf_mono';
  src: url('../fonts/sfmonosemibold-webfont.woff2') format('woff2'), url('../fonts/sfmonosemibold-webfont.woff') format('woff'), url('../fonts/sfmonosemibold-webfont.svg#sf_monosemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
body #CybotCookiebotDialog a,
body #CybotCookiebotDialog div,
body #CybotCookiebotDialogBodyContentControls,
body #CybotCookiebotDialogBodyContentTitle {
  font-family: 'sf_mono', sans-serif;
}
body #CybotCookiebotDialog {
  width: 1220px !important;
  max-width: 100% !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #000000;
  box-shadow: none;
  padding-bottom: 0;
  bottom: 20px;
  top: auto !important;
}
body #CybotCookiebotDialog div:not(#CybotCookiebotDialogBody):first-child {
  display: none !important;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px 30px;
  color: #FCF8F8;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  width: calc(100% - 300px);
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
  font-size: 12px;
  color: #FCF8F8;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
  font-size: 11px;
  line-height: 16px;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 225px;
  text-align: center;
  display: table;
  margin: 0;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
  margin: 0;
  margin-bottom: 14px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 38px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #FCF8F8;
  color: #FCF8F8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  box-sizing: border-box;
  width: 100% !important;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline:hover {
  color: #474543;
  background: #FCF8F8;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
  margin: 0;
  margin-bottom: 14px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 38px;
  border-radius: 25px;
  background: #FCF8F8;
  border: 1px solid #FCF8F8;
  color: #474543;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  box-sizing: border-box;
  width: 100% !important;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept:hover {
  color: #FCF8F8;
  background: transparent;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  display: none;
}
@media all and (max-width: 1260px) {
  body #CybotCookiebotDialog {
    bottom: 0;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent {
    width: 100%;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    width: 100%;
    padding-left: 0;
    display: block;
    float: none;
    text-align: left;
    margin-top: 20px;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline,
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
    display: inline-block;
    width: auto !important;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 450px) {
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
    text-align: center !important;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
    text-align: center !important;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline,
  body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  /*    .transform(translateZ(0));*/
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.lazyBackground.lazy {
  background-image: none!important;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img.lazy {
  visibility: hidden;
  opacity: 0;
}
.lazyBackground.lazy {
  background-image: none !important;
}
.has-scroll-smooth[data-scroll-container] {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.has-scroll-smooth body {
  /*        overflow:hidden !important;*/
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'sf_mono', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  font-size: 14px;
  color: #474543;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
html.fadeOut,
body.fadeOut {
  opacity: 0;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html p,
body p,
html .pTag,
body .pTag {
  font-family: 'sf_mono', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 400;
  display: block;
}
html p:last-child,
body p:last-child,
html .pTag:last-child,
body .pTag:last-child {
  margin-bottom: 0;
}
html p.small,
body p.small,
html .pTag.small,
body .pTag.small {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
}
html p.small:last-child,
body p.small:last-child,
html .pTag.small:last-child,
body .pTag.small:last-child {
  margin-bottom: 0;
}
html .content,
body .content {
  height: 100%;
}
html .contentScroller,
body .contentScroller {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
html .contentScroller.dark,
body .contentScroller.dark {
  background: #474543;
  color: #FAD7BE;
}
body {
  height: 100%;
}
.contentWrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}
.contentWrapper.smaller {
  width: 570px;
}
.bigTitle {
  font-family: 'newyorkregular';
  font-size: 200px;
  line-height: 160px;
  font-weight: 400;
}
.normalBigTitle {
  font-family: 'newyorkregular';
  font-size: 100px;
  line-height: 90px;
  font-weight: 400;
}
.normalTitle {
  font-family: 'newyorkregular';
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}
.normalSmallTitle {
  font-family: 'newyorkregular';
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}
.smallTitle {
  font-family: 'newyorkregular';
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
.smallTitle.price {
  font-family: 'sf_mono', sans-serif;
  font-weight: 600;
  color: #883a61;
}
.subTitle {
  font-weight: 700;
}
form .formTitle {
  display: none;
}
.field {
  margin-bottom: 20px;
}
.field.half {
  width: calc(50% - 10px);
  display: inline-block;
}
.field.half.left {
  margin-right: 10px;
}
.field.half.right {
  margin-left: 10px;
}
.field.outline input,
.field.outline textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}
.field.outline input.invalid,
.field.outline textarea.invalid {
  border-color: #A00707;
}
.field label {
  opacity: 0.6;
  display: block;
  margin-bottom: 5px;
}
.field label .required {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  opacity: 0.6;
}
.field input,
.field textarea {
  padding: 15px 20px;
  display: block;
  width: 100%;
  font-family: 'sf_mono', sans-serif;
  font-size: 14px;
  color: #474543;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.3);
}
.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
  /* Internet Explorer */
  color: rgba(0, 0, 0, 0.3);
}
.field input::placeholder,
.field textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.field textarea {
  height: 200px;
  resize: none;
}
.field select {
  width: 100%;
}
.field .selectWrapper .select2-container .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.field .select2-container {
  width: 100% !important;
}
.field .select2-container .select2-selection--single {
  border: none;
  border-radius: 0px;
  padding: 12px 20px;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 20px;
}
.field .select2-container .select2-selection--single .select2-selection__rendered .title,
.field .select2-container .select2-selection--single .select2-selection__rendered .price {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
}
.field .select2-container .select2-selection--single .select2-selection__rendered .title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.field .select2-container .select2-selection--single .select2-selection__rendered .price {
  width: 100px;
  text-align: right;
  font-weight: 600;
}
.field .select2-container .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.field.check label {
  opacity: 1;
}
.field.check .container {
  font-weight: 300;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
}
.field.check .container input {
  display: none;
}
.field.check .container input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.check .container .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #474543;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 8px;
  text-align: center;
  color: #ffffff;
}
.field.check .container .checkmark:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #474543;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.check .container .checkmark i {
  position: relative;
  z-index: 1;
  margin-left: 1px;
}
.field.check .container .info {
  color: #474543;
  text-transform: none;
  font-weight: 400;
  position: relative;
  z-index: 1;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.field.invalid input,
.field.invalid textarea {
  border-color: #A00707;
}
.field.invalid .selectWrapper .select2-container .select2-selection--single {
  border-color: #A00707;
}
.field.captcha {
  margin-bottom: 0;
}
.field.captcha .errorMessage {
  display: none;
  color: #A00707;
  margin-bottom: 20px;
}
.field.captcha .errorMessage.active {
  display: block;
}
.field.submit .submit {
  display: block;
  width: 100%;
  border: 2px solid transparent;
  height: 50px;
  background: #F87B20;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.submit .submit:hover {
  background: #CE5700;
}
.field.submit .submit.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.field.submit .submit.success {
  pointer-events: none;
  background: #474543;
}
.field.submit .submit.success .sendText {
  margin-top: -20px;
  opacity: 0;
}
.field.submit .submit.success .success {
  margin-top: 0;
  opacity: 1;
}
.field.submit .submit .sendText {
  text-align: center;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.submit .submit .success {
  text-align: center;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field .extraInfoText {
  margin-top: 10px !important;
  font-size: 12px;
}
.googleText {
  display: block;
  width: 100%;
  padding-right: 20px;
}
.googleText p {
  font-size: 12px;
  line-height: 18px;
}
.googleText p a {
  color: #883a61;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.googleText p a:hover {
  color: #F87B20;
}
.grecaptcha-badge {
  visibility: hidden;
}
.select2-container--default .select2-dropdown {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  overflow: hidden;
  margin-top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option {
  padding: 10px 20px;
  color: #474543;
  display: block;
  position: relative;
  background: transparent !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option:first-child {
  border-top: none;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #A04D77 !important;
  color: #ffffff;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:before {
  opacity: 0.2;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option .title,
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option .price {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option .price {
  width: 100px;
  text-align: right;
  font-weight: 600;
  padding-right: 20px;
}
.c-scrollbar {
  z-index: 99;
  opacity: 1;
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-scrollbar:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.c-scrollbar.hidden {
  opacity: 0;
}
.c-scrollbar .c-scrollbar_thumb {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  width: 5px;
}
.textLink {
  color: #A04D77;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}
.textLink:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.textLink:hover i {
  margin-left: 10px;
}
.textLink.white {
  color: #ffffff;
}
.textLink.white:after {
  background: #ffffff;
}
.textLink.dark {
  color: #883a61;
}
.textLink.dark:after {
  background: #883a61;
}
.textLink i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textLink:after {
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  top: auto;
  width: 0;
  right: 0;
  bottom: 0;
  background: #A04D77;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button {
  display: inline-block;
  padding: 13px 30px;
  background: #A04D77;
  border-radius: 25px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-family: 'sf_mono', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #ffffff;
  background: #883a61;
}
.button.primary {
  background: #F87B20;
  color: #ffffff;
  border-radius: 0;
}
.button.primary:hover {
  color: #ffffff;
  background: #CE5700;
}
div.xdsoft_datetimepicker {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
div.xdsoft_datetimepicker .xdsoft_calendar th,
div.xdsoft_datetimepicker .xdsoft_calendar td {
  color: #474543;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.xdsoft_datetimepicker .xdsoft_calendar th:hover,
div.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #A04D77 !important;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_other_month,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
  opacity: 1;
  cursor: pointer;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_other_month.xdsoft_disabled,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  pointer-events: none !important;
  opacity: 0.2 !important;
  color: #474543;
  background: transparent !important;
  font-weight: 400;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_other_month.xdsoft_highlighted_default,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_highlighted_default {
  pointer-events: all;
  box-shadow: none;
  background: transparent;
  color: #A04D77;
  font-weight: 600;
  opacity: 1 !important;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_other_month.xdsoft_highlighted_default:hover,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_highlighted_default:hover {
  color: #A04D77 !important;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_other_month.xdsoft_highlighted_default.xdsoft_today,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_highlighted_default.xdsoft_today {
  color: #ffffff;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #F87B20;
  box-shadow: none;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current:hover,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover {
  background: #F87B20 !important;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current.xdsoft_today,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_today {
  color: #ffffff;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current.xdsoft_disabled,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled {
  color: #F87B20;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_today,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #A04D77;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_highlighted_default,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  pointer-events: all;
  box-shadow: none;
  background: transparent;
  color: #A04D77;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_highlighted_default:hover,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default:hover {
  color: #A04D77;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_highlighted_default.xdsoft_today,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default.xdsoft_today {
  color: #ffffff;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_disabled,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  pointer-events: none;
  opacity: 0.2;
  color: #474543;
  background: transparent;
  font-weight: 400;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_disabled.xdsoft_highlighted_default,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled.xdsoft_highlighted_default {
  pointer-events: all;
  box-shadow: none;
  background: transparent;
  color: #A04D77;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_disabled.xdsoft_highlighted_default:hover,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled.xdsoft_highlighted_default:hover {
  color: #A04D77 !important;
}
div.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_disabled.xdsoft_highlighted_default.xdsoft_today,
div.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled.xdsoft_highlighted_default.xdsoft_today {
  color: #ffffff;
  font-weight: 600;
  opacity: 1;
}
div.xdsoft_datetimepicker .xdsoft_calendar th div,
div.xdsoft_datetimepicker .xdsoft_calendar td div {
  padding-right: 0;
}
div.xdsoft_datetimepicker .xdsoft_calendar th {
  pointer-events: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
@media all and (max-width: 1024px) {
  .bigTitle {
    font-size: 140px;
    line-height: 110px;
  }
  .normalBigTitle {
    font-size: 70px;
    line-height: 70px;
  }
  .normalSmallTitle {
    font-size: 30px;
    line-height: 35px;
  }
  .smallTitle {
    font-size: 30px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .bigTitle {
    font-size: 100px;
    line-height: 80px;
  }
  .normalBigTitle {
    font-size: 40px;
    line-height: 45px;
  }
  .normalTitle {
    font-size: 30px;
    line-height: 35px;
  }
  .normalSmallTitle {
    font-size: 25px;
    line-height: 30px;
  }
  .smallTitle {
    font-size: 25px;
    line-height: 30px;
  }
  .smallTitle.colIntro {
    font-size: 20px;
    line-height: 25px;
  }
}
@media all and (max-width: 420px) {
  form .fields .field.half {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*# sourceMappingURL=default.css.map */