@font-face {
  font-family: 'Raleway-font';
  src: url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-font';
  src: url('../fonts/Raleway-Black.woff2') format('woff2'), url('../fonts/Raleway-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-font';
  src: url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-font';
  src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-font';
  src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway-font';
  src: url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?yfzn9a2');
  src: url('../fonts/icomoon.eot?yfzn9a2#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?yfzn9a2') format('truetype'), url('../fonts/icomoon.woff?yfzn9a2') format('woff'), url('../fonts/icomoon.svg?yfzn9a2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tiktok:before {
  content: "\e900";
}
.icon-search:before {
  content: "\f002";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e903";
}
.slider .innerSlider {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.slider .slidesContainer {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.slider .slidesContainer .square {
  min-width: 300px;
  display: inline-block;
  float: none;
}
.slider.single .indicator {
  display: none;
}
.slider.single .sliderBullets {
  display: none;
}
.slider.single .sliderButton {
  display: none;
}
.slider .indicator {
  height: 65px;
  left: 324px;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 30;
  border-radius: 65px;
  margin-top: -30px;
  border: 2px solid #ffffff;
  margin-left: -38px;
  touch-action: none;
  pointer-events: none;
}
.slider .sliderBullets {
  text-align: center;
  margin-top: 20px;
}
.slider .sliderBullets.black .bullet:after {
  background: #282828;
}
.slider .sliderBullets.black .bullet.active:after {
  border: 2px solid #282828;
}
.slider .sliderBullets .bullet {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 0 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  -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;
}
.slider .sliderBullets .bullet:hover {
  background: rgba(0, 0, 0, 0.2);
}
.slider .sliderBullets .bullet.active {
  background: #fff;
}
.slider .sliderButton {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  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;
}
.slider .sliderButton i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
}
.slider .sliderButton:hover i {
  opacity: 0.6;
}
.slider .sliderButton.next,
.slider .sliderButton.prev {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .sliderButton.next.disabled,
.slider .sliderButton.prev.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.slider .sliderButton.prev {
  left: 20px;
}
.slider .sliderButton.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #e5e5e5;
}
::selection {
  color: #fff;
  background: #e5e5e5;
}
*:focus {
  outline: none;
}
body #trp_ald_modal_container {
  background: rgba(0, 0, 0, 0.6);
}
body #trp_ald_modal_container #trp_ald_modal_popup {
  border: none;
  box-shadow: none;
  background: #fff;
  font-family: 'Raleway-font', sans-serif !important;
}
body #trp_ald_modal_container #trp_ald_modal_popup .trp_ald_ls_container {
  width: 80%;
}
body #trp_ald_modal_container #trp_ald_modal_popup .trp_ald_ls_container .trp-ls-shortcode-current-language {
  padding-top: 12px;
  border-color: #ff6500;
  border-radius: 0;
}
body #trp_ald_modal_container #trp_ald_modal_popup #trp_ald_popup_change_language {
  background: #ff6500;
  border-color: #ff6500;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px !important;
  font-family: 'Raleway-font', sans-serif !important;
  -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 #trp_ald_modal_container #trp_ald_modal_popup #trp_ald_popup_change_language:hover {
  background: #ce641f;
  border-color: #ce641f;
}
body #trp_ald_modal_container #trp_ald_modal_popup #trp_ald_x_button_and_textarea #trp_ald_x_button {
  display: none;
}
body #trp_ald_modal_container #trp_ald_modal_popup #trp_ald_x_button_and_textarea #trp_ald_x_button_textarea {
  color: #ff6500 !important;
  -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 #trp_ald_modal_container #trp_ald_modal_popup #trp_ald_x_button_and_textarea #trp_ald_x_button_textarea:hover {
  color: #ce641f !important;
}
a {
  text-decoration: none;
  display: inline-block;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input[type=radio],
input[type=checkbox] {
  accent-color: #fa6300;
}
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;
}
.lazyBackground.lazy {
  background-image: none!important;
}
html {
  overflow: auto;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway-font', sans-serif;
  background: #fff;
  color: #000;
  overflow-x: clip;
}
html p,
body p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 27px;
}
html p:last-child,
body p:last-child {
  margin-bottom: 0;
}
html ul,
body ul {
  margin-bottom: 45px;
}
html ul:last-child,
body ul:last-child {
  margin-bottom: 0;
}
html.fadeOut [data-scroll-container],
body.fadeOut [data-scroll-container] {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  -ms-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  -o-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
}
html [data-scroll-container],
body [data-scroll-container] {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  -ms-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  -o-transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
  transition: opacity 0.3s 0s, pointer-events 0.3s 0s;
}
html.overflow,
body.overflow {
  overflow: clip;
}
html .contentScroller,
body .contentScroller {
  /*        overflow:hidden;*/
  /*        position:relative; */
  top: 0;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  /*        .transform(translateY(0));*/
  -webkit-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  -moz-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  -ms-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, pointer-events 0.6s 0s, transform 0.6s 0s;
}
html .contentScroller section:first-child,
body .contentScroller section:first-child {
  margin-top: 0;
}
html .contentScroller .pageContainer,
body .contentScroller .pageContainer {
  padding-top: 100px;
}
html .contentScroller .pageContainer.topBarActive,
body .contentScroller .pageContainer.topBarActive {
  padding-top: 140px;
}
strong,
b {
  font-weight: 500;
}
.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;
}
[data-scroll-speed] {
  will-change: transform;
}
.contentWrapper {
  padding: 0 100px;
  margin: 0 auto;
  max-width: 100%;
  width: 1880px;
}
.contentWrapper.smaller {
  width: 1200px;
}
.bigTitle {
  font-size: 65px;
  line-height: 65px;
  font-weight: 800;
}
.bigTitle strong,
.bigTitle b {
  font-weight: 800;
  color: #b7b7b7;
}
.bigTitle.textVersion {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
}
.normalBigTitle {
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
}
.normalBigTitle strong,
.normalBigTitle b {
  font-weight: 800;
  color: #b7b7b7;
}
.normalBigTitle.textVersion {
  font-weight: 700;
}
.normalTitle {
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
}
.normalTitle strong,
.normalTitle b {
  font-weight: 800;
  color: #b7b7b7;
}
.normalTitle.textVersion {
  font-weight: 700;
}
.quoteTitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.quoteTitle.primary {
  color: #b7b7b7;
}
.smallTitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.smallTitle strong,
.smallTitle b {
  font-weight: 800;
  color: #b7b7b7;
}
.subTitle {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.extraTitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 3.5px;
  color: #ff6500;
}
.extraTitle.noSpacing {
  letter-spacing: 0px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.button {
  background: #e5e5e5;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 22px 30px;
  border: none;
  cursor: pointer;
  border-radius: 40px !important;
  text-transform: uppercase;
  -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:after {
  display: none !important;
}
.button:hover {
  background: #ff6500;
  color: #fff;
}
.button:hover .markerIcon svg path {
  fill: #fff;
}
.button.light {
  background: #fff;
  color: #000;
}
.button.light:hover {
  background: #ff6500;
}
.button.primary {
  background: #ff6500;
  color: #fff;
}
.button.primary:hover {
  background: #000;
}
.button.primary.hoverWhite:hover {
  background: #fff;
  color: #000;
}
.button.dark {
  background: #000;
  color: #fff;
}
.button.dark:hover {
  background: #ff6500;
}
.button.outline {
  padding: 20px 28px;
  border: 1px solid #ff6500;
  background: transparent;
  color: #fff;
}
.button.outline:hover {
  background: #ff6500;
}
.button.outlineGrey {
  padding: 20px 28px;
  border: 1px solid #282828;
  background: #e5e5e5;
  color: #282828;
}
.button.outlineGrey:hover {
  background: #ff6500;
}
.button.blackOutline {
  border: 1px solid #000;
  background: transparent;
}
.button.blackOutline:hover {
  background: #000;
  color: #fff;
}
.button.smaller {
  padding: 15px 30px;
  font-size: 14px;
}
.button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.button .markerIcon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  margin-left: 10px;
  margin-top: -2px;
}
.button .markerIcon svg {
  display: block;
  width: 100%;
  height: auto;
}
.button .markerIcon svg path {
  fill: #000;
  -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;
}
.breadCrumbs {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.breadCrumbs .innerBreadcrumbs {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadCrumbs .innerBreadcrumbs .divider {
  margin: 0 5px;
  opacity: 0.4;
}
.breadCrumbs .innerBreadcrumbs .link.current {
  opacity: 0.4;
}
.breadCrumbs .innerBreadcrumbs .link a {
  color: #000;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.breadCrumbs .innerBreadcrumbs .link a:hover {
  color: #ff6500;
}
.select2-container .select2-dropdown {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results__option {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
}
.select2-container .select2-dropdown .select2-results__option[aria-selected="true"] {
  background: #ff6500;
  color: #fff;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #282828;
  color: #fff;
}
.c-scrollbar {
  z-index: 14;
  -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.hidden {
  opacity: 0;
}
.c-scrollbar .c-scrollbar_thumb {
  background: #b7b7b7;
  opacity: 1;
}
#CybotCookiebotDialog {
  z-index: 9999999999999999999999999999999 !important;
}
.errorBlock {
  position: relative;
}
.errorBlock .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.errorBlock .background:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.errorBlock .innerContainer {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 250px 0;
  text-align: center;
  color: #fff;
}
.errorBlock .innerContainer .bigTitle {
  font-size: 100px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.errorBlock .innerContainer .normalTitle {
  display: block;
  margin-bottom: 20px;
}
.errorBlock .innerContainer .text {
  display: block;
  margin-bottom: 20px;
}
@media all and (max-width: 1400px) {
  html p,
  body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  html p:last-child,
  body p:last-child {
    margin-bottom: 0;
  }
  html .contentScroller .pageContainer,
  body .contentScroller .pageContainer {
    padding-top: 100px;
  }
  html .contentScroller .pageContainer.topBarActive,
  body .contentScroller .pageContainer.topBarActive {
    padding-top: 140px;
  }
  .contentWrapper {
    padding: 0 50px;
  }
  .bigTitle {
    font-size: 55px;
    line-height: 55px;
  }
}
@media all and (max-width: 1024px) {
  .contentWrapper {
    padding: 0 20px;
  }
  .bigTitle {
    font-size: 45px;
    line-height: 45px;
  }
  .normalBigTitle {
    font-size: 28px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  html .contentScroller .pageContainer,
  body .contentScroller .pageContainer {
    padding-top: 70px;
  }
  html .contentScroller .pageContainer.topBarActive,
  body .contentScroller .pageContainer.topBarActive {
    padding-top: 110px;
  }
  .bigTitle {
    font-size: 38px;
    line-height: 38px;
  }
  .quoteTitle {
    font-size: 16px;
    line-height: 16px;
  }
  .smallTitle {
    font-size: 16px;
    line-height: 16px;
  }
  .button {
    font-size: 14px;
    padding: 18px 30px;
  }
  .errorBlock .innerContainer {
    padding: 150px 0;
  }
}
@media all and (max-width: 450px) {
  .bigTitle {
    font-size: 30px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=default.css.map */