/* line 1, ../sass/_presets.scss */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

/* line 7, ../sass/_presets.scss */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

/* line 16, ../sass/_presets.scss */
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
}

/* line 25, ../sass/_presets.scss */
img {
  height: auto;
}

/* line 28, ../sass/_presets.scss */
body {
  margin: 0 0 0 0 !important;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  scroll-behavior: smooth;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/* line 41, ../sass/_presets.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* line 44, ../sass/_presets.scss */
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/* line 48, ../sass/_presets.scss */
body.is-loading {
  overflow: hidden;
}

/* line 52, ../sass/_presets.scss */
h1, h2, h3, h4, h5, h6 {
  cursor: auto;
  user-select: none !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

/* line 59, ../sass/_presets.scss */
select::-ms-expand {
  display: none !important;
}

/* line 62, ../sass/_presets.scss */
select:focus {
  outline: none !important;
}

/* line 65, ../sass/_presets.scss */
label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 15px;
  vertical-align: top;
}
/* line 73, ../sass/_presets.scss */
label em {
  color: #ff0000;
}

/* line 77, ../sass/_presets.scss */
strong {
  font-weight: 700;
}

/* line 80, ../sass/_presets.scss */
.clearfix {
  display: table;
  clear: both;
}

/* line 84, ../sass/_presets.scss */
.main-title {
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
  color: #ffffff;
  letter-spacing: 0;
  font: 800 6rem/1.1 "Source Sans Pro", sans-serif;
}

/* line 91, ../sass/_presets.scss */
.sub-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 44px;
  line-height: 50px;
  color: #292929;
  font-weight: normal;
}

/* line 100, ../sass/_presets.scss */
.btn {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #FFC900;
  color: #ffffff;
  background-color: #FFC900;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0 30px;
  cursor: pointer;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}
/* line 127, ../sass/_presets.scss */
.btn:hover {
  border-color: #e9b905;
  background: #e9b905;
}
/* line 131, ../sass/_presets.scss */
.btn:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 134, ../sass/_presets.scss */
.btn.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
/* line 139, ../sass/_presets.scss */
.btn.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
/* line 156, ../sass/_presets.scss */
.btn.blue-btn {
  border: 1px solid #0077b5;
  color: #ffffff;
  background-color: #0077b5;
}
/* line 160, ../sass/_presets.scss */
.btn.blue-btn:hover {
  border: 1px solid #015e8f;
  color: #ffffff;
  background-color: #015e8f;
}
/* line 166, ../sass/_presets.scss */
.btn.yellow-btn {
  border: 1px solid #fcb92c;
  color: #ffffff;
  background-color: #fcb92c;
}
/* line 170, ../sass/_presets.scss */
.btn.yellow-btn:hover {
  border: 1px solid #eaaa24;
  color: #ffffff;
  background-color: #eaaa24;
}
/* line 176, ../sass/_presets.scss */
.btn.red-btn {
  border: 1px solid #ea1d24;
  color: #ffffff;
  background-color: #ea1d24;
}
/* line 180, ../sass/_presets.scss */
.btn.red-btn:hover {
  border: 1px solid #ec6a6a;
  color: #000;
  background-color: #ec6a6a;
}
/* line 186, ../sass/_presets.scss */
.btn.green-btn {
  border: 1px solid #21a87d;
  color: #ffffff;
  background-color: #21a87d;
}
/* line 190, ../sass/_presets.scss */
.btn.green-btn:hover {
  border: 1px solid #1d956f;
  color: #ffffff;
  background-color: #1d956f;
}
/* line 196, ../sass/_presets.scss */
.btn.gray {
  background: #6d6e71;
  border: 1px solid #6d6e71;
  color: #ffffff;
}
/* line 200, ../sass/_presets.scss */
.btn.gray:hover {
  border: 1px solid #626366;
  color: #ffffff;
  background-color: #626366;
}
/* line 206, ../sass/_presets.scss */
.btn.orange-btn {
  background: #ffffff;
  border: 2px solid #f08413;
  color: #000000;
}
/* line 210, ../sass/_presets.scss */
.btn.orange-btn:hover {
  border: 2px solid #db7811;
  color: #ffffff;
  background-color: #db7811;
}
/* line 216, ../sass/_presets.scss */
.btn.medium {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 223, ../sass/_presets.scss */
.btn.large {
  height: 50px;
  line-height: 48px;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 229, ../sass/_presets.scss */
.btn.small {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 500;
}
/* line 235, ../sass/_presets.scss */
.btn.curve {
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
/* line 239, ../sass/_presets.scss */
.btn.blank {
  background: transparent;
  border-bottom: 1px solid #FFC900;
  color: #FFC900;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 246, ../sass/_presets.scss */
.btn.blank::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #FFC900;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transform-origin: bottom;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
/* line 260, ../sass/_presets.scss */
.btn.blank:hover {
  color: #292929;
}
/* line 262, ../sass/_presets.scss */
.btn.blank:hover::before {
  transform: translateY(0);
}
/* line 266, ../sass/_presets.scss */
.btn.blank.white {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
/* line 270, ../sass/_presets.scss */
.btn.blank.white::after {
  background: #ffffff;
}
/* line 273, ../sass/_presets.scss */
.btn.blank.white:hover {
  color: #FFC900;
}
/* line 278, ../sass/_presets.scss */
.btn.white {
  background: #ffffff;
  color: #292929;
  border: 1px solid #ffffff;
}
/* line 282, ../sass/_presets.scss */
.btn.white:hover {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}
/* line 287, ../sass/_presets.scss */
.btn.gradient {
  border: none !important;
  background: linear-gradient(45deg, #FFC900, #f1a16d);
}

/* line 292, ../sass/_presets.scss */
.input-text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #292929;
  font-size: 13px;
  height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
/* line 316, ../sass/_presets.scss */
.input-text.large {
  height: 50px;
  font-size: 16px;
}
/* line 320, ../sass/_presets.scss */
.input-text.small {
  height: 34px;
}
/* line 323, ../sass/_presets.scss */
.input-text.curve {
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
/* line 327, ../sass/_presets.scss */
.input-text::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: #6e6d6d;
  font-weight: 400;
}
/* line 332, ../sass/_presets.scss */
.input-text:focus {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #FFC900;
}
/* line 336, ../sass/_presets.scss */
.input-text.validation-failed {
  border-color: #df280a;
  color: #df280a;
}
/* line 339, ../sass/_presets.scss */
.input-text.validation-failed::placeholder {
  color: #df280a;
}
/* line 342, ../sass/_presets.scss */
.input-text.validation-failed:focus {
  outline-color: #ef9384;
  border-color: #df280a;
  color: #df280a;
}
/* line 346, ../sass/_presets.scss */
.input-text.validation-failed:focus::placeholder {
  color: #df280a;
}

/* line 352, ../sass/_presets.scss */
.input-div {
  width: 100%;
  position: relative;
}

/* line 356, ../sass/_presets.scss */
.input-checkbox {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}
/* line 366, ../sass/_presets.scss */
.input-checkbox:checked {
  border: 1px solid #0077b5;
  background: #0077b5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MDdmOWM0Mi04NTg0LWJjNDItYjAzZS1kYTRhOTQzNjk5ZmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTBFQkUxNkQ2MkIyMTFFQkI4NUVCODFGNUUwMjFDRDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTBFQkUxNkM2MkIyMTFFQkI4NUVCODFGNUUwMjFDRDAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODA3ZjljNDItODU4NC1iYzQyLWIwM2UtZGE0YTk0MzY5OWZjIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgwN2Y5YzQyLTg1ODQtYmM0Mi1iMDNlLWRhNGE5NDM2OTlmYyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt9Vvh0AAABmSURBVAgdBcGxDUEBAEDB12EEUagl1qD6jaj0anZgC2ERiSVEKXbQS85dkiTJzMI4SZLk7GGVJEkGvO2TJFn6YqusPZxk6omjlL2Pn8EVF0nJBnA3kpTkgJe5JCWZuNlJkpIkSZL+cCt6c5X0nDIAAAAASUVORK5CYII=) no-repeat center;
}

/* line 371, ../sass/_presets.scss */
.input-radio {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  position: relative;
}
/* line 382, ../sass/_presets.scss */
.input-radio::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #ffffff;
}
/* line 392, ../sass/_presets.scss */
.input-radio:checked::before {
  background: #0077b5;
}

/* line 397, ../sass/_presets.scss */
.input-text:-webkit-autofill {
  background-color: #ffffff !important;
}

/* line 400, ../sass/_presets.scss */
textarea.input-text {
  padding: 15px 15px;
  height: 90px;
}

/* line 404, ../sass/_presets.scss */
select.input-text {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM5RTE4RUUxMEVCQzExRUI4QkVEOTI3RDk3MDQwRERDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM5RTE4RUUyMEVCQzExRUI4QkVEOTI3RDk3MDQwRERDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzlFMThFREYwRUJDMTFFQjhCRUQ5MjdEOTcwNDBEREMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzlFMThFRTAwRUJDMTFFQjhCRUQ5MjdEOTcwNDBEREMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57Fw0+AAAAqklEQVR42qSMPQ6CUBCEN7E2JDb+xMTaO9CQAA0NnaWX8BJ6PysKICZUNIQD4GC+BqMIz0m+vLe7M7Mws5tYibu56yTO/echOpE6FqXk+x5bioxFMrMoIZfR85Incg7xxKIYf05+oI0oMAQ/igJ8BbmP2ooSY/TFE3Ev8Y9qLSoC4dstZF/hm6SdqAn67Hzmmvss7UVLwYW3Ze+kg2goapj/0lFceUf1FGAASw4p0cwkX5MAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 40px;
  background-size: 10px;
}

/* line 411, ../sass/_presets.scss */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 16009;
}
/* line 419, ../sass/_presets.scss */
.loader span {
  position: absolute;
  top: 40px;
  left: calc(50% - 45px);
  font-size: 12px;
  width: 90px;
  line-height: 15px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px black;
  color: #292929;
  text-align: center;
}
/* line 430, ../sass/_presets.scss */
.loader span::before {
  content: '';
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(191, 191, 191, 0.9);
}
/* line 441, ../sass/_presets.scss */
.loader .loader-wrap {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}
/* line 450, ../sass/_presets.scss */
.loader .loader-wrap::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 3px solid rgba(69, 89, 93, 0.52);
  box-sizing: border-box;
}
/* line 461, ../sass/_presets.scss */
.loader .loader-wrap::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: spinAround 0.6s linear;
  animation: spinAround 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #252525 transparent transparent;
  border-style: solid;
  border-width: 3px;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  box-sizing: border-box;
}

/* line 482, ../sass/_presets.scss */
p {
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 0 0;
  padding: 0;
  letter-spacing: 0.5px;
}
/* line 490, ../sass/_presets.scss */
p a {
  color: #FFC900;
}
/* line 492, ../sass/_presets.scss */
p a:hover {
  color: #e9b905;
}

/* line 499, ../sass/_presets.scss */
fieldset {
  border: none;
  margin: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  min-width: 1px;
  padding: 0 0 0 0;
}
/* line 506, ../sass/_presets.scss */
fieldset label.input-label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 23px);
  height: auto;
  color: #6e6d6d;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}
/* line 517, ../sass/_presets.scss */
fieldset label.input-label a {
  font-size: 13px;
  line-height: 17px;
  color: #0077b5;
  font-weight: 500;
  display: inline;
}

/* line 526, ../sass/_presets.scss */
.inline {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

/* line 531, ../sass/_presets.scss */
.col-1 {
  width: 100%;
  padding: 0px 15px;
}

/* line 535, ../sass/_presets.scss */
.col-2 {
  width: 50%;
  padding: 0px 15px;
}

/* line 539, ../sass/_presets.scss */
.col-3 {
  width: 33.3333%;
  padding: 0px 15px;
}

/* line 543, ../sass/_presets.scss */
.col-4 {
  width: 25%;
  padding: 0px 15px;
}

/* line 547, ../sass/_presets.scss */
.col-5 {
  width: 20%;
  padding: 0px 15px;
}

/* line 551, ../sass/_presets.scss */
.col-75 {
  width: 75%;
  padding: 0px 15px;
}

/* line 555, ../sass/_presets.scss */
.col-container {
  font-size: 0px;
}

/* line 558, ../sass/_presets.scss */
.row {
  margin: 0px -15px;
}

/* line 561, ../sass/_presets.scss */
.container {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}

/* line 566, ../sass/_presets.scss */
.column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 571, ../sass/_presets.scss */
.columns {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 0 0 0;
}
/* line 576, ../sass/_presets.scss */
.columns .col {
  padding: 0 15px;
}

/* line 580, ../sass/_presets.scss */
.margin-top {
  margin-top: 124px;
}

/* line 583, ../sass/_presets.scss */
.social {
  font-size: 0px;
  margin: 0px 0px 0px 0px;
}
/* line 586, ../sass/_presets.scss */
.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
/* line 590, ../sass/_presets.scss */
.social li a {
  display: block;
  font-size: 20px;
  color: #292929;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
/* line 598, ../sass/_presets.scss */
.social li a.facebook:hover {
  color: #3b5998;
}
/* line 603, ../sass/_presets.scss */
.social li a.instagram:hover {
  color: #d82c7d;
}
/* line 608, ../sass/_presets.scss */
.social li a.pinterest:hover {
  color: #e60023;
}
/* line 613, ../sass/_presets.scss */
.social li a.linkedin:hover {
  color: #0077b5;
}
/* line 618, ../sass/_presets.scss */
.social li a.skype:hover {
  color: #0078ca;
}
/* line 623, ../sass/_presets.scss */
.social li a.whatsapp:hover {
  color: #00e676;
}
/* line 628, ../sass/_presets.scss */
.social li a:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
/* line 631, ../sass/_presets.scss */
.social li a:hover i {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
/* line 636, ../sass/_presets.scss */
.social li a.facebook:hover, .social li a.facebook:active, .social li a.facebook:focus {
  color: #3b5998;
}
/* line 640, ../sass/_presets.scss */
.social li a.g-plus:hover, .social li a.g-plus:active, .social li a.g-plus:focus {
  transition: 0.1s;
  color: #e53935;
}
/* line 645, ../sass/_presets.scss */
.social li a.instagram:hover, .social li a.instagram:active, .social li a.instagram:focus {
  transition: 0.1s;
  color: #d82c7d;
}
/* line 649, ../sass/_presets.scss */
.social li a.twitter:hover, .social li a.twitter:active, .social li a.twitter:focus {
  transition: 0.1s;
  color: #1da1f2;
}
/* line 653, ../sass/_presets.scss */
.social li a.linkedin:hover, .social li a.linkedin:active, .social li a.linkedin:focus {
  transition: 0.1s;
  color: #0077b5;
  background-color: transparent;
}
/* line 658, ../sass/_presets.scss */
.social li a.youtube:hover, .social li a.youtube:active, .social li a.youtube:focus {
  transition: 0.1s;
  color: #ff0000;
}
/* line 663, ../sass/_presets.scss */
.social.side {
  position: fixed;
  left: 0px;
  top: calc(50% - 34px);
  z-index: 999;
}
/* line 668, ../sass/_presets.scss */
.social.side li {
  display: block;
  margin: 0px;
}
/* line 671, ../sass/_presets.scss */
.social.side li a {
  background: #FFC900;
  color: #ffffff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 679, ../sass/_presets.scss */
.social.side li a.facebook {
  border-radius: 0px 7px 0px 0px;
  overflow: hidden;
}
/* line 682, ../sass/_presets.scss */
.social.side li a.facebook:hover {
  background: #3b5998;
  color: #ffffff;
}
/* line 687, ../sass/_presets.scss */
.social.side li a.instagram {
  position: relative;
  border-radius: 0px 0px 7px 0px;
  overflow: hidden;
}
/* line 691, ../sass/_presets.scss */
.social.side li a.instagram::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff9341, #fc2e7d, #a23cad);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  z-index: 0;
}
/* line 704, ../sass/_presets.scss */
.social.side li a.instagram i {
  position: relative;
  z-index: 1;
}
/* line 708, ../sass/_presets.scss */
.social.side li a.instagram:hover {
  color: #ffffff;
}
/* line 710, ../sass/_presets.scss */
.social.side li a.instagram:hover::after {
  opacity: 1;
}

/* line 719, ../sass/_presets.scss */
.goto-top {
  font-size: 20px;
  position: fixed;
  right: 10px;
  bottom: 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  color: #e9e9e9;
  letter-spacing: 6px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0 10px 0 15px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  background: #FFC900;
  border-color: #FFC900;
  z-index: 10;
}
/* line 739, ../sass/_presets.scss */
.goto-top:hover {
  background: #e9b905;
  border-color: #e9b905;
}
/* line 743, ../sass/_presets.scss */
.goto-top.open {
  opacity: 1;
  visibility: visible;
}

/* line 748, ../sass/_presets.scss */
.close-div {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
/* line 760, ../sass/_presets.scss */
.close-div.open {
  opacity: 1;
  visibility: visible;
}

/* line 765, ../sass/_presets.scss */
.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s cubic-bezier(0.32, 0.1, 0.3, 1);
}
/* line 781, ../sass/_presets.scss */
.overlay::before {
  font-size: 20px;
  color: #ffffff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 793, ../sass/_presets.scss */
.slick-initialized .slick-track {
  font-size: 0px;
}
/* line 795, ../sass/_presets.scss */
.slick-initialized .slick-track .slick-slide {
  float: none;
  display: inline-block !important;
  vertical-align: middle;
}

/* line 802, ../sass/_presets.scss */
.box {
  padding: 70px 0px;
  text-align: center;
}

/* line 806, ../sass/_presets.scss */
.description {
  width: 1185px;
  max-width: 100%;
  display: block;
  margin: 0px auto 50px auto;
}

/* line 812, ../sass/_presets.scss */
.rotate-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFC900;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 16001;
}
/* line 825, ../sass/_presets.scss */
.rotate-screen .img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
/* line 829, ../sass/_presets.scss */
.rotate-screen .img img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 50px;
}
/* line 836, ../sass/_presets.scss */
.rotate-screen h4 {
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

/* line 844, ../sass/_presets.scss */
.fancybox-overlay {
  overflow-y: hidden !important;
}

/* line 847, ../sass/_presets.scss */
.fancybox-skin {
  padding: 1px !important;
}
/* line 849, ../sass/_presets.scss */
.fancybox-skin .fancybox-outer {
  overflow: hidden;
  border-radius: 3px;
}

/* line 855, ../sass/_presets.scss */
.fancybox-title-float-wrap .child {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}

/* line 863, ../sass/_presets.scss */
.fancybox-inner a {
  color: #FFC900;
}
/* line 865, ../sass/_presets.scss */
.fancybox-inner a:hover {
  color: #e9b905;
}

/* line 872, ../sass/_presets.scss */
.owl-carousel .owl-nav div,
.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-appearance: none;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: calc(50% - 25px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: #FFC900;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
/* line 889, ../sass/_presets.scss */
.owl-carousel .owl-nav div::before,
.owl-carousel .owl-nav button::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
/* line 898, ../sass/_presets.scss */
.owl-carousel .owl-nav div span,
.owl-carousel .owl-nav button span {
  display: none;
}
/* line 901, ../sass/_presets.scss */
.owl-carousel .owl-nav div.owl-prev,
.owl-carousel .owl-nav button.owl-prev {
  padding-left: 8px;
  left: 0;
}
/* line 904, ../sass/_presets.scss */
.owl-carousel .owl-nav div.owl-prev::before,
.owl-carousel .owl-nav button.owl-prev::before {
  transform: rotate(-45deg);
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
/* line 910, ../sass/_presets.scss */
.owl-carousel .owl-nav div.owl-next,
.owl-carousel .owl-nav button.owl-next {
  padding-right: 8px;
  right: 0;
}
/* line 913, ../sass/_presets.scss */
.owl-carousel .owl-nav div.owl-next::before,
.owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(45deg);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
/* line 919, ../sass/_presets.scss */
.owl-carousel .owl-nav div:hover,
.owl-carousel .owl-nav button:hover {
  opacity: 1;
}

/* line 925, ../sass/_presets.scss */
.view-more {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: top;
}
/* line 933, ../sass/_presets.scss */
.view-more::after {
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #292929;
  position: absolute;
  right: 0px;
  top: 4px;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}

/* line 945, ../sass/_presets.scss */
.display-table {
  display: table;
  width: 100%;
}

/* line 949, ../sass/_presets.scss */
.table-row {
  display: table-row;
  width: 100%;
}

/* line 953, ../sass/_presets.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 957, ../sass/_presets.scss */
.hide-desktop {
  display: none;
}

/* line 960, ../sass/_presets.scss */
.display-mobile {
  display: none;
}

/* line 963, ../sass/_presets.scss */
.separator {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 968, ../sass/_presets.scss */
.separator::before {
  content: '';
  display: block;
  width: calc(50% - 25px);
  height: 1px;
  background: #eeeeee;
}
/* line 975, ../sass/_presets.scss */
.separator::after {
  content: '';
  display: block;
  width: calc(50% - 25px);
  height: 1px;
  background: #eeeeee;
}
/* line 982, ../sass/_presets.scss */
.separator span {
  font-weight: 600;
  color: #292929;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  width: 20px;
}

/* line 991, ../sass/_presets.scss */
.top-border {
  border-top: 40px solid #e9eef4;
}

/* line 994, ../sass/_presets.scss */
.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
/* line 1001, ../sass/_presets.scss */
.pagination .page {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 7px;
  line-height: 34px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #eeeeee;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
/* line 1012, ../sass/_presets.scss */
.pagination .page:hover {
  background: #eeeeee;
  color: #ffffff;
}
/* line 1016, ../sass/_presets.scss */
.pagination .page.current {
  border-color: #0077b5;
  background: #0077b5;
  color: #ffffff;
}

/* line 1023, ../sass/_presets.scss */
.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 16001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
/* line 1034, ../sass/_presets.scss */
.popup-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* line 1039, ../sass/_presets.scss */
.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 600px;
  max-width: 90%;
  max-height: 80vh;
  z-index: 16002;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
/* line 1056, ../sass/_presets.scss */
.popup .content {
  padding: 30px 0;
  position: relative;
  font-size: 0;
}
/* line 1060, ../sass/_presets.scss */
.popup .content .popup-close {
  position: absolute;
  right: -42px;
  top: -15px;
  padding: 0 !important;
  line-height: normal;
  width: 35px !important;
  height: 35px;
  border-radius: 35px !important;
}
/* line 1069, ../sass/_presets.scss */
.popup .content .popup-close i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* line 1076, ../sass/_presets.scss */
.popup .content .popup-close:hover {
  display: flex;
}
/* line 1080, ../sass/_presets.scss */
.popup .content .input-text {
  border-radius: 4px 0 0 4px;
  width: calc(100% - 120px);
}
/* line 1084, ../sass/_presets.scss */
.popup .content .btn {
  border-radius: 0 4px 4px 0;
  padding: 0 15px;
  width: 120px;
}
/* line 1091, ../sass/_presets.scss */
.popup .content .form fieldset label {
  display: block;
}
/* line 1094, ../sass/_presets.scss */
.popup .content .form fieldset .input-text {
  border-radius: 4px;
  width: 100%;
}
/* line 1099, ../sass/_presets.scss */
.popup .content .form .submit {
  text-align: right;
}
/* line 1101, ../sass/_presets.scss */
.popup .content .form .submit .btn {
  border-radius: 4px;
}
/* line 1107, ../sass/_presets.scss */
.popup.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* line 1113, ../sass/_presets.scss */
.ui-datepicker {
  font-family: "Avenir Next W01",-apple-system,system-ui,BlinkMacSystemFont,sans-serif !important;
}
/* line 1115, ../sass/_presets.scss */
.ui-datepicker select {
  font-family: "Avenir Next W01",-apple-system,system-ui,BlinkMacSystemFont,sans-serif !important;
}

/* line 1119, ../sass/_presets.scss */
a.details {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding: 0 50px 0 0;
  color: #292929;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
/* line 1129, ../sass/_presets.scss */
a.details::after {
  content: '';
  display: block;
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk2IDk2IiBoZWlnaHQ9Ijk2cHgiIGlkPSJhcnJvd19yaWdodCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgOTYgOTYiIHdpZHRoPSI5NnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNMTIsNTJoNjIuMzQ0TDUyLjg4OCw3My40NTZjLTEuNTYyLDEuNTYyLTEuNTYyLDQuMDk1LTAuMDAxLDUuNjU2YzEuNTYyLDEuNTYyLDQuMDk2LDEuNTYyLDUuNjU4LDBsMjguMjgzLTI4LjI4NGwwLDAgIGMwLjE4Ni0wLjE4NiwwLjM1Mi0wLjM5MSwwLjQ5OC0wLjYwOWMwLjA2Ny0wLjEwMSwwLjExNC0wLjIxLDAuMTcyLTAuMzE1YzAuMDY2LTAuMTI0LDAuMTQyLTAuMjQyLDAuMTk1LTAuMzczICBjMC4wNTctMC4xMzUsMC4wODktMC4yNzUsMC4xMjktMC40MTVjMC4wMzMtMC4xMTEsMC4wNzYtMC4yMTcsMC4wOTktMC4zMzFDODcuOTczLDQ4LjUyNSw4OCw0OC4yNjMsODgsNDhsMCwwICBjMC0wLjAwMy0wLjAwMS0wLjAwNi0wLjAwMS0wLjAwOWMtMC4wMDEtMC4yNTktMC4wMjctMC41MTktMC4wNzgtMC43NzRjLTAuMDI0LTAuMTItMC4wNjktMC4yMzEtMC4xMDQtMC4zNDkgIGMtMC4wMzktMC4xMzMtMC4wNjktMC4yNjgtMC4xMjMtMC4zOTdjLTAuMDU4LTAuMTM5LTAuMTM2LTAuMjY1LTAuMjA4LTAuMzk2Yy0wLjA1NC0wLjA5OC0wLjA5Ny0wLjE5OC0wLjE1OS0wLjI5MiAgYy0wLjE0Ni0wLjIyMS0wLjMxNC0wLjQyNy0wLjUwMS0wLjYxNEw1OC41NDQsMTYuODg4Yy0xLjU2Mi0xLjU2Mi00LjA5NS0xLjU2Mi01LjY1Ny0wLjAwMWMtMS41NjIsMS41NjItMS41NjIsNC4wOTUsMCw1LjY1OCAgTDc0LjM0Myw0NEwxMiw0NGMtMi4yMDksMC00LDEuNzkxLTQsNEM4LDUwLjIwOSw5Ljc5MSw1MiwxMiw1MnoiLz48L3N2Zz4=) no-repeat center;
  background-size: 27px;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
/* line 1141, ../sass/_presets.scss */
a.details.light {
  color: #ffffff;
}
/* line 1143, ../sass/_presets.scss */
a.details.light::after {
  filter: invert(1);
  -webkit-filter: invert(1);
}
/* line 1149, ../sass/_presets.scss */
a.details:hover::after {
  right: -10px;
}

/* line 1154, ../sass/_presets.scss */
.line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
/* line 1158, ../sass/_presets.scss */
.line::before {
  display: table;
  clear: both;
}
/* line 1162, ../sass/_presets.scss */
.line::after {
  display: table;
  clear: both;
}

/* line 1167, ../sass/_presets.scss */
img {
  max-width: 100%;
  height: auto;
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1270, ../sass/_presets.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1296, ../sass/_presets.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1322, ../sass/_presets.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media only screen and (max-width: 767px) {
  /* line 1328, ../sass/_presets.scss */
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-75 {
    width: 100%;
  }

  /* line 1336, ../sass/_presets.scss */
  .main-title {
    font-size: 20px;
    line-height: 23px;
    margin: 0px 0px 20px 0px;
    letter-spacing: 0px;
  }

  /* line 1342, ../sass/_presets.scss */
  .description {
    width: 100%;
  }
  /* line 1344, ../sass/_presets.scss */
  .description p {
    font-size: 13px;
    line-height: 18px;
  }

  /* line 1349, ../sass/_presets.scss */
  p {
    font-size: 13px;
    line-height: 18px;
  }

  /* line 1353, ../sass/_presets.scss */
  .box {
    padding: 40px 0px;
  }

  /* line 1356, ../sass/_presets.scss */
  .hide-desktop {
    display: block;
  }

  /* line 1359, ../sass/_presets.scss */
  .display-mobile {
    display: inline-block;
    vertical-align: top;
  }

  /* line 1363, ../sass/_presets.scss */
  .margin-top {
    margin-top: 148px;
  }

  /* line 1367, ../sass/_presets.scss */
  .popup .content {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 993px) {
  /* line 1373, ../sass/_presets.scss */
  .main-title {
    font-size: 32px;
    line-height: 36px;
  }

  /* line 1377, ../sass/_presets.scss */
  .margin-top {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 994px) and (max-width: 1024px) {
  /* line 1382, ../sass/_presets.scss */
  .margin-top {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1387, ../sass/_presets.scss */
  .margin-top {
    margin-top: 104px;
  }
}
@media only screen and (max-width: 993px) and (orientation: landscape) {
  /* line 1392, ../sass/_presets.scss */
  body {
    overflow: hidden;
    height: 100vh;
  }

  /* line 1396, ../sass/_presets.scss */
  .rotate-screen {
    display: flex !important;
  }
}
/* container style */
@media (min-width: 576px) {
  /* line 1403, ../sass/_presets.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 1408, ../sass/_presets.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 1413, ../sass/_presets.scss */
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 601px) {
  /* line 1418, ../sass/_presets.scss */
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 602px) and (max-width: 993px) {
  /* line 1423, ../sass/_presets.scss */
  .container {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1428, ../sass/_presets.scss */
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 1433, ../sass/_presets.scss */
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 1438, ../sass/_presets.scss */
  .container {
    max-width: 1366px;
  }
}
@media only screen and (min-width: 1700px) {
  /* line 1443, ../sass/_presets.scss */
  .container {
    max-width: 1500px;
  }

  /* line 1446, ../sass/_presets.scss */
  .main-title {
    font: 800 8rem/1.1 "Source Sans Pro", sans-serif;
  }
}
/* line 2, ../sass/_styles.scss */
.banner .logo {
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 8, ../sass/_styles.scss */
.banner .logo a {
  display: block;
  width: 196px;
  height: auto;
}
/* line 12, ../sass/_styles.scss */
.banner .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 19, ../sass/_styles.scss */
.banner .showcase {
  display: flex;
  align-items: center;
}
/* line 22, ../sass/_styles.scss */
.banner .showcase .image {
  width: calc(35% - 35px);
  position: relative;
  overflow: hidden;
  height: calc(100vh - 220px);
  margin: 0 0 0 35px;
}
/* line 28, ../sass/_styles.scss */
.banner .showcase .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 103%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
}
/* line 47, ../sass/_styles.scss */
.banner .showcase .text {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5% 0 35px;
}
/* line 53, ../sass/_styles.scss */
.banner .showcase .text h1 {
  width: 100%;
  margin: 0 0 40px 0;
}
/* line 57, ../sass/_styles.scss */
.banner .showcase .text p {
  line-height: 2.6;
  margin: 0 0 45px 0;
  width: 100%;
  position: relative;
  padding: 0 0 0 20px;
}
/* line 63, ../sass/_styles.scss */
.banner .showcase .text p::before {
  content: '';
  height: 50px;
  width: 3px;
  background: #FFC900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 74, ../sass/_styles.scss */
.banner .showcase .text .btn {
  display: block;
}

/* line 80, ../sass/_styles.scss */
.design-lab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 1px;
  padding: 0 0 60px 0;
  background: #0B0B0B;
}
/* line 88, ../sass/_styles.scss */
.design-lab img {
  width: 100%;
  margin: 0 0 30px 0;
}
/* line 92, ../sass/_styles.scss */
.design-lab p {
  line-height: 2.6;
  margin: 0 0 45px 0;
}

/* line 98, ../sass/_styles.scss */
.image-blocks .image-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 102, ../sass/_styles.scss */
.image-blocks .image-block .image {
  height: 100vh;
  width: 50%;
  position: relative;
  overflow: hidden;
}
/* line 107, ../sass/_styles.scss */
.image-blocks .image-block .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 103%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
}
/* line 126, ../sass/_styles.scss */
.image-blocks .image-block .text {
  width: 50%;
  padding: 0 35px 0 8%;
}
/* line 129, ../sass/_styles.scss */
.image-blocks .image-block .text p {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 45px 0;
  line-height: 2.6;
}
/* line 134, ../sass/_styles.scss */
.image-blocks .image-block .text p::before {
  content: '';
  height: 50px;
  width: 3px;
  background: #FFC900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 146, ../sass/_styles.scss */
.image-blocks .image-block:nth-of-type(odd) {
  background: #111111;
}
/* line 148, ../sass/_styles.scss */
.image-blocks .image-block:nth-of-type(odd) .image {
  order: 2;
}
/* line 151, ../sass/_styles.scss */
.image-blocks .image-block:nth-of-type(odd) .text {
  order: 1;
  text-align: right;
  padding: 0 8% 0 35px;
}
/* line 155, ../sass/_styles.scss */
.image-blocks .image-block:nth-of-type(odd) .text p {
  padding: 0 20px 0 0;
}
/* line 157, ../sass/_styles.scss */
.image-blocks .image-block:nth-of-type(odd) .text p::before {
  left: auto;
  right: 0;
}

/* line 166, ../sass/_styles.scss */
.copyright {
  text-align: center;
  padding: 25px 0;
}

/* line 170, ../sass/_styles.scss */
.play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 177, ../sass/_styles.scss */
.play::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
/* line 191, ../sass/_styles.scss */
.play::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #ffffff;
  background: transparent;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 3px;
}

/* line 206, ../sass/_styles.scss */
.fancybox-wrap {
  width: auto !important;
}
/* line 208, ../sass/_styles.scss */
.fancybox-wrap .fancybox-inner {
  height: auto !important;
  width: auto !important;
}
/* line 211, ../sass/_styles.scss */
.fancybox-wrap .fancybox-inner .fancybox-iframe {
  width: 600px;
  height: 350px;
  max-width: 90vw;
}

/* line 218, ../sass/_styles.scss */
.follow {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
}
/* line 224, ../sass/_styles.scss */
.follow li {
  display: block;
  padding: 10px 0;
}
/* line 227, ../sass/_styles.scss */
.follow li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  overflow: hidden;
}
/* line 238, ../sass/_styles.scss */
.follow li a.imdb {
  font-size: 36px;
  color: #ffffff;
  background: #000000;
}
/* line 243, ../sass/_styles.scss */
.follow li a:hover {
  color: #ffffff;
}
/* line 245, ../sass/_styles.scss */
.follow li a:hover.twitter {
  background: #2ba5da;
}
/* line 248, ../sass/_styles.scss */
.follow li a:hover.facebook {
  background: #395498;
}
/* line 251, ../sass/_styles.scss */
.follow li a:hover.instagram {
  background: #0B0B0B;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
/* line 255, ../sass/_styles.scss */
.follow li a:hover.youtube {
  background: #ff0000;
}
/* line 258, ../sass/_styles.scss */
.follow li a:hover.linkedin {
  background: #0077b0;
}
/* line 261, ../sass/_styles.scss */
.follow li a:hover.phone {
  background: #FFC900;
}
/* line 264, ../sass/_styles.scss */
.follow li a:hover.mail {
  background: #FFC900;
}
/* line 267, ../sass/_styles.scss */
.follow li a:hover.imdb {
  color: #edbf17;
  background: #ffffff;
}

/* line 275, ../sass/_styles.scss */
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 10px;
  font-weight: 200;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
/* line 293, ../sass/_styles.scss */
.loading span .loder-icon {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: none;
}
/* line 301, ../sass/_styles.scss */
.loading span .loder-icon::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}

/* line 320, ../sass/_styles.scss */
#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  transition: 1s 0.4s;
}
/* line 329, ../sass/_styles.scss */
#overlay #progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}
/* line 336, ../sass/_styles.scss */
#overlay #progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  /* line 352, ../sass/_styles.scss */
  .btn.large {
    height: 34px;
    line-height: 33px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  /* line 360, ../sass/_styles.scss */
  .main-title {
    font: 800 2.9rem/1.1 "Source Sans Pro", sans-serif;
  }

  /* line 364, ../sass/_styles.scss */
  .banner .logo {
    height: 150px;
  }
  /* line 366, ../sass/_styles.scss */
  .banner .logo a {
    width: 130px;
  }
  /* line 370, ../sass/_styles.scss */
  .banner .showcase {
    flex-wrap: wrap;
  }
  /* line 372, ../sass/_styles.scss */
  .banner .showcase .image {
    height: auto;
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 376, ../sass/_styles.scss */
  .banner .showcase .image img {
    width: 100%;
    min-height: 1px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  /* line 385, ../sass/_styles.scss */
  .banner .showcase .text {
    padding: 30px 20px 60px 20px;
    width: 100%;
  }
  /* line 388, ../sass/_styles.scss */
  .banner .showcase .text .main-title {
    margin: 0 0 20px 0;
  }
  /* line 391, ../sass/_styles.scss */
  .banner .showcase .text p {
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
  /* line 394, ../sass/_styles.scss */
  .banner .showcase .text p::before {
    height: 100%;
  }
  /* line 397, ../sass/_styles.scss */
  .banner .showcase .text p br {
    display: none;
  }

  /* line 405, ../sass/_styles.scss */
  .design-lab p {
    line-height: 1.3;
    margin: 0 0 20px 0;
    padding: 0 20px;
  }
  /* line 409, ../sass/_styles.scss */
  .design-lab p br {
    display: none;
  }

  /* line 415, ../sass/_styles.scss */
  .image-blocks .image-block {
    flex-wrap: wrap;
  }
  /* line 417, ../sass/_styles.scss */
  .image-blocks .image-block .image {
    height: auto;
    width: 100%;
    order: 1;
  }
  /* line 421, ../sass/_styles.scss */
  .image-blocks .image-block .image img {
    width: 100%;
    min-height: 1px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  /* line 430, ../sass/_styles.scss */
  .image-blocks .image-block .text {
    width: 100%;
    order: 2;
    padding: 60px 20px;
  }
  /* line 434, ../sass/_styles.scss */
  .image-blocks .image-block .text p {
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
  /* line 437, ../sass/_styles.scss */
  .image-blocks .image-block .text p::before {
    height: 100%;
  }
  /* line 440, ../sass/_styles.scss */
  .image-blocks .image-block .text p br {
    display: none;
  }
  /* line 446, ../sass/_styles.scss */
  .image-blocks .image-block:nth-of-type(odd) .image {
    order: 1;
  }
  /* line 449, ../sass/_styles.scss */
  .image-blocks .image-block:nth-of-type(odd) .text {
    text-align: left;
    order: 2;
    padding: 60px 20px;
  }
  /* line 453, ../sass/_styles.scss */
  .image-blocks .image-block:nth-of-type(odd) .text p {
    padding: 0 0 0 20px;
  }
  /* line 455, ../sass/_styles.scss */
  .image-blocks .image-block:nth-of-type(odd) .text p::before {
    right: auto;
    left: 0;
  }

  /* line 464, ../sass/_styles.scss */
  .follow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: auto;
    right: auto;
    transform: none;
    margin: 25px 0 0 0;
  }
  /* line 474, ../sass/_styles.scss */
  .follow li {
    padding: 0 0 0 0;
  }
  /* line 476, ../sass/_styles.scss */
  .follow li a {
    border-radius: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 484, ../sass/_styles.scss */
  .btn.large {
    height: 40px;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 491, ../sass/_styles.scss */
  .main-title {
    font: 800 2.9rem/1.1 "Source Sans Pro", sans-serif;
  }

  /* line 495, ../sass/_styles.scss */
  .banner .logo {
    height: 150px;
  }
  /* line 497, ../sass/_styles.scss */
  .banner .logo a {
    width: 130px;
  }
  /* line 502, ../sass/_styles.scss */
  .banner .showcase .image {
    height: 360px;
    margin: 0 0 0 20px;
    width: calc(35% - 20px);
  }
  /* line 507, ../sass/_styles.scss */
  .banner .showcase .text {
    padding: 0 20px;
  }
  /* line 509, ../sass/_styles.scss */
  .banner .showcase .text .main-title {
    margin: 0 0 20px 0;
  }
  /* line 512, ../sass/_styles.scss */
  .banner .showcase .text p {
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
  /* line 515, ../sass/_styles.scss */
  .banner .showcase .text p::before {
    height: 100%;
  }
  /* line 518, ../sass/_styles.scss */
  .banner .showcase .text p br {
    display: none;
  }

  /* line 526, ../sass/_styles.scss */
  .design-lab p {
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
  /* line 529, ../sass/_styles.scss */
  .design-lab p br {
    display: none;
  }

  /* line 536, ../sass/_styles.scss */
  .image-blocks .image-block .image {
    height: 50vh;
  }
  /* line 539, ../sass/_styles.scss */
  .image-blocks .image-block .text {
    padding: 0 20px;
  }
  /* line 541, ../sass/_styles.scss */
  .image-blocks .image-block .text p {
    line-height: 1.3;
    margin: 0 0 20px 0;
  }
  /* line 544, ../sass/_styles.scss */
  .image-blocks .image-block .text p::before {
    height: 100%;
  }
  /* line 547, ../sass/_styles.scss */
  .image-blocks .image-block .text p br {
    display: none;
  }
  /* line 553, ../sass/_styles.scss */
  .image-blocks .image-block:nth-of-type(odd) .text {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 561, ../sass/_styles.scss */
  .main-title {
    font: 800 4rem/1.1 "Source Sans Pro", sans-serif;
  }

  /* line 565, ../sass/_styles.scss */
  .banner .logo {
    height: 150px;
  }
  /* line 567, ../sass/_styles.scss */
  .banner .logo a {
    width: 130px;
  }
  /* line 572, ../sass/_styles.scss */
  .banner .showcase .image {
    height: calc(50vh - 150px);
  }
  /* line 576, ../sass/_styles.scss */
  .banner .showcase .text p {
    line-height: 1.3;
  }
  /* line 578, ../sass/_styles.scss */
  .banner .showcase .text p br {
    display: none;
  }

  /* line 586, ../sass/_styles.scss */
  .design-lab p {
    line-height: 1.3;
  }
  /* line 588, ../sass/_styles.scss */
  .design-lab p br {
    display: none;
  }

  /* line 595, ../sass/_styles.scss */
  .image-blocks .image-block .image {
    height: 50vh;
  }
  /* line 599, ../sass/_styles.scss */
  .image-blocks .image-block .text p {
    line-height: 1.3;
  }
  /* line 601, ../sass/_styles.scss */
  .image-blocks .image-block .text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  /* line 610, ../sass/_styles.scss */
  .main-title {
    font: 800 5rem/1.1 "Source Sans Pro", sans-serif;
  }

  /* line 614, ../sass/_styles.scss */
  .banner .logo {
    height: 150px;
  }
  /* line 616, ../sass/_styles.scss */
  .banner .logo a {
    width: 130px;
  }
  /* line 621, ../sass/_styles.scss */
  .banner .showcase .image {
    height: calc(100vh - 150px);
  }
  /* line 625, ../sass/_styles.scss */
  .banner .showcase .text p {
    line-height: 1.3;
  }
  /* line 627, ../sass/_styles.scss */
  .banner .showcase .text p br {
    display: none;
  }

  /* line 635, ../sass/_styles.scss */
  .design-lab p {
    line-height: 1.3;
  }

  /* line 642, ../sass/_styles.scss */
  .image-blocks .image-block .text p {
    line-height: 1.3;
  }
  /* line 644, ../sass/_styles.scss */
  .image-blocks .image-block .text p br {
    display: none;
  }
}
