@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Teko:300,400,500,700&amp;subset=latin-ext");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;0,900;1,600;1,900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  line-height: 1;
  overflow-x: hidden;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Verdana Thin";
  src: url("../font/EOT/HelvNeue35_W1G.eot?#iefix");
  src: url("../font/EOT/HelvNeue35_W1G.eot?#iefix") format("eot"), url("../font/WOFF2/HelvNeue35_W1G.woff2") format("woff2"), url("../font/WOFF/HelvNeue35_W1G.woff") format("woff"), url("../font/TTF/HelvNeue35_W1G.ttf") format("truetype"), url("../font/SVG/HelvNeue35_W1G.svg") format("svg");
}

@font-face {
  font-family: "Verdana";
  src: url("../font/EOT/HelvNeue45_W1G.eot?#iefix");
  src: url("../font/EOT/HelvNeue45_W1G.eot?#iefix") format("eot"), url("../font/WOFF2/HelvNeue45_W1G.woff2") format("woff2"), url("../font/WOFF/HelvNeue45_W1G.woff") format("woff"), url("../font/TTF/HelvNeue45_W1G.ttf") format("truetype"), url("../font/SVG/HelvNeue45_W1G.svg") format("svg");
}

@font-face {
  font-family: "Verdana Strong";
  src: url("../font/EOT/HelvNeue55_W1G.eot?#iefix");
  src: url("../font/EOT/HelvNeue55_W1G.eot?#iefix") format("eot"), url("../font/WOFF2/HelvNeue55_W1G.woff2") format("woff2"), url("../font/WOFF/HelvNeue55_W1G.woff") format("woff"), url("../font/TTF/HelvNeue55_W1G.ttf") format("truetype"), url("../font/SVG/HelvNeue55_W1G.svg") format("svg");
}

@font-face {
  font-family: "Verdana Bolder";
  src: url("../font/EOT/HelvNeue65_W1G.eot?#iefix");
  src: url("../font/EOT/HelvNeue65_W1G.eot?#iefix") format("eot"), url("../font/WOFF2/HelvNeue65_W1G.woff2") format("woff2"), url("../font/WOFF/HelvNeue65_W1G.woff") format("woff"), url("../font/TTF/HelvNeue65_W1G.ttf") format("truetype"), url("../font/SVG/HelvNeue65_W1G.svg") format("svg");
}

@font-face {
  font-family: 'Raleway', sans-serif;
  src: url("../font/EOT/HelvNeue75_W1G.eot?#iefix");
  src: url("../font/EOT/HelvNeue75_W1G.eot?#iefix") format("eot"), url("../font/WOFF2/HelvNeue75_W1G.woff2") format("woff2"), url("../font/WOFF/HelvNeue75_W1G.woff") format("woff"), url("../font/TTF/HelvNeue75_W1G.ttf") format("truetype"), url("../font/SVG/HelvNeue75_W1G.svg") format("svg");
}

@font-face {
  font-family: "IcoMoon";
  src: url("../font/EOT/icomoon.eot?#iefix");
  src: url("../font/EOT/icomoon.eot?#iefix") format("eot"), url("../font/WOFF/icomoon.woff") format("woff"), url("../font/TTF/icomoon.ttf") format("truetype"), url("../font/SVG/icomoon.svg") format("svg");
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.cmsContainer {
  display: block;
  width: 100%;
  padding: 0 5px;
}

.cmsContainer p {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 767pxpx) {
  .cmsContainer p {
    font-size: 16px;
  }
}

.cmsContainer strong {
  font-weight: 600;
}

.cmsContainer b {
  font-weight: 600;
}

.cmsContainer em, .cmsContainer i {
  font-style: italic;
}

.cmsContainer u, .cmsContainer ins {
  text-decoration: underline;
}

.cmsContainer small {
  font-size: smaller;
}

.cmsContainer mark {
  background-color: #ff0;
  color: inherit;
}

.cmsContainer del {
  text-decoration: line-through;
}

.cmsContainer sub {
  font-size: smaller;
  vertical-align: sub;
}

.cmsContainer sup {
  font-size: smaller;
  vertical-align: super;
}

.cmsContainer ul {
  display: block;
  padding-left: 20px;
  list-style-type: disc;
}

.cmsContainer ol {
  display: block;
  padding-left: 20px;
  list-style-type: decimal;
}

.cmsContainer li {
  display: list-item;
  text-align: match-parent;
  padding-left: 1em;
  text-indent: -.7em;
}

.cmsContainer li::before {
  content: "";
  background-color: #fa8c2f;
  width: 6px;
  height: 6px;
}

.cmsContainer table {
  display: table;
  width: 100%;
  border-color: #333;
  color: #333;
  border-collapse: collapse;
  border-spacing: 2px;
}

.cmsContainer tr {
  display: table-row;
  border-color: inherit;
  background-color: #fff;
  vertical-align: inherit;
}

.cmsContainer tr:nth-child(even) {
  background-color: #d8d8d8;
}

.cmsContainer td, .cmsContainer th {
  padding: 8px;
  border: 1px solid #333;
  text-align: left;
}

.cmsContainer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.cmsContainer a {
  color: inherit;
  text-decoration: none;
}

.cmsContainer .cms-col-25 {
  width: 25%;
  padding: 15px;
  float: left;
}

@media (max-width: 767pxpx) {
  .cmsContainer .cms-col-25 {
    width: 100%;
  }
}

.cmsContainer .cms-col-33 {
  width: 33.33%;
  padding: 15px;
  float: left;
}

@media (max-width: 767pxpx) {
  .cmsContainer .cms-col-33 {
    width: 100%;
  }
}

.cmsContainer .cms-col-50 {
  width: 50%;
  padding: 15px;
  float: left;
}

@media (max-width: 767pxpx) {
  .cmsContainer .cms-col-50 {
    width: 100%;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex='0'] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  user-select: none;
  border: 1px solid gray;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}

.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}

.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}

.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}

.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  filter: blur(0px);
  transition: filter 0.3s;
}

.qs-controls.qs-blur {
  filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  transition: background 0.15s;
}

.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}

.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}

.qs-arrow:after {
  content: '';
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}

.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  transform: translate(25%, -50%);
}

.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.qs-month-year:hover {
  border-bottom: 1px solid gray;
}

.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: 0.5ex;
}

.qs-year {
  padding-left: 0.5ex;
}

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0px);
  transition: filter 0.3s;
}

.qs-squares.qs-blur {
  filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}

.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}

.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}

.qs-event:after {
  content: '';
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.header {
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #19202f;
  border-bottom: 4px solid #fa8c2f;
  z-index: 99;
}

.header.-noMenu > .header__content > .header__toggle {
  display: none;
}

.header.-noMenu > .header__content > .header__container {
  display: none;
}

.header__logo {
	padding-top: 13px;
}

.header__content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 13px 0;
}

.header__content::before, .header__content::after {
  display: table;
  content: " ";
}

.header__content::after {
  clear: both;
}

@media (max-width: 1300px) {
  .header__content {
    padding: 13px 20px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .header__container {
    width: auto;
    position: absolute;
    top: 84.44px;
    right: -100%;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  .header__container.-expanded {
    right: 0px;
  }
}

.header__toggle {
  display: block;
  cursor: pointer;
  position: absolute;
  height: 20px;
  right: 20px;
  top: 30px;
  width: 24px;
  z-index: 100;
}

@media (min-width: 767px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle .header__toggleBar, .header__toggle .header__toggleBar::after, .header__toggle .header__toggleBar::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  background: #fff;
  content: '';
  height: 3px;
  width: 100%;
}

.header__toggle .header__toggleBar {
  margin-top: 0;
}

.header__toggle .header__toggleBar::after {
  margin-top: 10px;
}

.header__toggle .header__toggleBar::before {
  margin-top: -10px;
}

.header__toggle.-expanded .header__toggleBar {
  background: transparent;
}

.header__toggle.-expanded .header__toggleBar::after, .header__toggle.-expanded .header__toggleBar::before {
  background: #fff;
  margin-top: 0;
}

.header__toggle.-expanded .header__toggleBar::after {
  transform: rotate(45deg);
  background-color: #fff;
}

.header__toggle.-expanded .header__toggleBar::before {
  transform: rotate(-45deg);
  background-color: #fff;
}

.costAnalysis {
  background-color: #fff;
}

.costAnalysis__content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
  padding: 40px 0 50px;
}

.costAnalysis__content::before, .costAnalysis__content::after {
  display: table;
  content: " ";
}

.costAnalysis__content::after {
  clear: both;
}

@media (max-width: 767px) {
  .costAnalysis__content {
    width: 100%;
    padding: 30px 20px;
  }
}

.costAnalysis__subTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
 /* max-width: 610px; */
  margin-bottom: 20px;
}

.costAnalysis__info, .costAnalysis__listTitle, .costAnalysis__listItem {
  font-family: 'Verdana';
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 40px;
}

.costAnalysis__listTitle {
  margin-bottom: 20px;
}

.costAnalysis__list {
  margin-bottom: 40px;
}

.costAnalysis__inputContainer {
  display: flex;
  align-items: center;
}

.costAnalysis__listItem {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -.7em;
}

.costAnalysis__listItem span {
  margin-left: 9px;
}

.costAnalysis__listItem .tooltip {
  margin-left: 9px;
}

.costAnalysis__listItem::before {
  content: "";
  background-color: #fa8c2f;
  width: 6px;
  height: 6px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}

.costAnalysis__bottomPanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 500px) {
  .costAnalysis__bottomPanel {
    flex-direction: column-reverse;
  }
}

.costAnalysis__drag {
  margin-bottom: 40px;
}

.costAnalysis__inputsContainer {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .costAnalysis__inputsContainer.-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.costAnalysis__inputsContainer.-noWrap > .customSelect {
  width: 50%;
}

.costAnalysis__inputsContainer.-noWrap > .customSelectWithLabel {
  width: 50%;
}

@media (max-width: 767px) {
  .costAnalysis__inputsContainer.-noWrap > .customSelect > .selectric-wrapper > .selectric {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .costAnalysis__inputsContainer.-noWrap > .customSelectWithLabel > .customSelectWithLabel__select > .customSelect > .selectric-wrapper > .selectric {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .costAnalysis__inputsContainer.-noWrap > .customSelect > .selectric-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .costAnalysis__inputsContainer.-noWrap > .customSelectWithLabel > .customSelectWithLabel__select > .customSelect > .selectric-wrapper {
    width: 100%;
  }
}

.costAnalysis__inputsContainer div:first-child {
  margin-right: 20px;
}

.costAnalysis__text {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 21px;
}

.costAnalysis .customInput__input {
  background-color: #f5f5f5 !important;
}

.costAnalysis .selectric-wrapper {
  width: 295px;
}

.costAnalysis .selectric {
  width: 295px;
}

@media (max-width: 767px) {
  .costAnalysis .selectric {
    max-width: 250px;
  }
}

.costAnalysis .customSubmit {
  width: 190px;
}

@media (max-width: 500px) {
  .costAnalysis .customSubmit {
    margin-bottom: 20px;
  }
}

.costAnalysis .datePicker__input {
  height: 50px;
}

.menu {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 3.5rem;
}

@media (max-width: 767px) {
  .menu {
    display: none;
  }
}

.menu__item {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 .75rem;
}

.menu__item a {
  color: #fff;
  text-decoration: none;
}

.menu__item a:hover {
  color: #fa8c2f;
}

.loginPanel {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .loginPanel {
    display: none;
  }
}

.loginPanel__item:first-child {
  margin-right: 21px;
}

.loginPanel__itemContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .loginPanel__itemContent {
    display: none;
  }
}

.loginPanel__itemContent:hover svg {
  filter: invert(45%) sepia(92%) saturate(1765%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

.loginPanel__itemContent svg {
  margin-bottom: 6px;
}

.loginPanel__itemContent img {
  margin-bottom: 6px;
}

.loginPanel__itemContent:hover img {
  filter: invert(45%) sepia(92%) saturate(1765%) hue-rotate(1deg) brightness(104%) contrast(104%);
}


.loginPanel__itemText {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.customButton {
  display: block;
  min-width: 190px;
  padding: 15px 30px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  outline: none;
  border-radius: 50px;
  margin-top: 1rem;
  margin-right: 1rem;  
}

.customButton.-primary {
  background-color: #fa8c2f;
  border-radius: 50px;
  color: #fff;

}

.customButton.-primary:hover {
  background-color: #ff7b0c;
}

.customButton.-ghost {
  background-color: transparent;
  border: 3px solid #19202f;
  color: #000;
}

.customButton.-ghost:hover {
  background-color: #19202f;
  color: #fff;
  
}

.customButton.-onBlack {
  background-color: #19202f;
  border: 3px solid #fff;
  color: #fff;
}

.customButton.-onBlack:hover {
  background-color: #fa8c2f;
  border: 3px solid #fa8c2f;
}

.customButton.-onGrey:hover {

}

.customButton.-fullWidth {
  width: 100%;
}

.anyQuestions {
  display: block;
  background-color: #19202f;
  font-family: 'Raleway', sans-serif;
}

.anyQuestions__container {
  display: flex;
  max-width: 1240px;
  margin: auto;
  padding: 70px 20px;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .anyQuestions__container {
    flex-direction: column;
    gap: 50px;
  }
}

.anyQuestions__item.-line {
  display: none;
  position: relative;
  height: 500px;
  border-left: 1px solid #666;
  align-items: center;
}

@media (max-width: 767px) {
  .anyQuestions__item.-line {
    display: none;
  }
}

.anyQuestions__title {
  color: #fff;
  font-size: 60px;
}

@media (max-width: 767px) {
  .anyQuestions__title {
    text-align: center;
  }
}

.anyQuestions__arrow {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #000;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-left: -17px;
  transform: rotate(-45deg);
}

.anyQuestions__link {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.anyQuestions__link:hover {
  text-decoration: none;
  color: #fa8c2f;
}

.anyQuestions__link:hover > .anyQuestions__box > .anyQuestions__icon {
  transform: translateX(10px);
}

.anyQuestions__link:hover > .anyQuestions__box > .anyQuestions__icon:before {
  color: #fa8c2f;
}

.anyQuestions__link:hover > .anyQuestions__box > .anyQuestions__icon.-arrow {
  transform: translateX(10px) rotate(180deg);
}

.anyQuestions__link:hover > .anyQuestions__box > .anyQuestions__inner > .anyQuestions__icon:before {
  color: #fa8c2f;
}

.anyQuestions__link:focus {
  color: #fff;
}

.anyQuestions__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 100px;
}

@media (max-width: 767px) {
  .anyQuestions__box {
    gap: 50px;
  }
}

.anyQuestions__box.-borderBottom {
  border-bottom: 1px solid #666;
}

.anyQuestions__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.anyQuestions__text {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}

.anyQuestions__icon.-file:before {
  content: '\e90a';
  font-size: 32px;
  font-family: "icomoon";
  color: #fff;
}

.anyQuestions__icon.-phone:before {
  content: '\e901';
  font-size: 32px;
  font-family: "icomoon";
  color: #fff;
}

.anyQuestions__icon.-arrow {
  transform: rotate(180deg);
}

.anyQuestions__icon.-arrow:before {
  content: '\e905';
  font-size: 28px;
  font-family: "icomoon";
  color: #fff;
}

.customCheckbox {
  display: flex;
  position: relative;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.customCheckbox__check {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.customCheckbox__check:checked ~ .customCheckbox__label {
  background: url("../images/ok.jpg");
  background-repeat: no-repeat;
}

.customCheckbox__label {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../images/no.jpg");
  background-repeat: no-repeat;
  align-self: flex-start;
}

.customCheckbox__text {
  display: inline-block;
  font-family: "Verdana";
  padding-top: 2px;
  font-size: 14px;
  color: #000;
}

.customCheckbox__text.-bold {
  font-weight: bold;
}

.customCheckbox__link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  font-family: 'Raleway', sans-serif;
}

.customCheckbox__link:hover {
  color: #000;
}

.customCheckbox__link:focus {
  color: #000;
}

.tooltip {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .tooltip.-hiddenOnMobile {
    display: none;
  }
}

.tooltip__textContainer {
  display: none;
  position: absolute;
  bottom: 100%;
  max-width: 430px;
  padding: 7px 10px  10px;
  background-color: #f5f5f5;
  margin-bottom: 13px;
  z-index: 9;
}

@media (max-width: 767px) {
  .tooltip__textContainer {
    width: 300px;
    max-width: none;
    right: 0;
  }
}

@media (max-width: 400px) {
  .tooltip__textContainer {
    width: 200px;
  }
}

.tooltip__image {
  margin-left: 13px;
  height: 17px;
  width: 17px;
}

.tooltip__text {
  position: relative;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.tooltip__shapeContainer {
  position: absolute;
  width: calc(100% + 20px);
  height: 25px;
}

.tooltip__shape {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid #f5f5f5;
}

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  max-width: 320px;
  height: 50px;
  font-family: "Verdana" !important;
}

.selectric-wrapper:hover {
  border-bottom: 0px solid orange;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0;
  background: #f5f5f5;
  position: relative;
  border-radius: 50px;
  padding: 3px 5px;
}



.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 44px 0 15px;
  font-size: 14px;
  line-height: 44px;
  color: #000000;
  height: 44px;
  padding-left: 0px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 24px;
  top: 8px;
  bottom: 0;
  color: #f5f5f5;
}

.selectric .button:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  color: white;
  background-image: url("../../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
}

.selectric-focus .selectric {
  border-color: #aaa;
}

.selectric-hover .selectric {
  border-color: #b8b8b8;
}

.selectric-hover .selectric .button {
  color: #f5f5f5 !important;
}

.selectric-hover .selectric .button:after {
  background-image: url("../../assets/images/arrow-orange-down.svg");
}

.selectric-open {
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;  
 }

.selectric-open .selectric {
  border-color: #f5f5f5;
  background: #f5f5f5;
}

.selectric-open .selectric-items {
  display: block;
  border-radius: 15px;
  margin-top: 5px;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-open {
  border-bottom: 0px solid orange;
  
}

.selectric-open .button:after {
  background-image: url("../../assets/images/arrow-orange-down.svg");
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li:last-child {
	border-bottom: none;}

.selectric-items li {
  display: block;
  padding: 16px 25px 16px 15px;
  border-bottom: 1px solid #dddddd;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #efefef;
  color: #444;
}

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}

.selectric-items li:hover {
  background: #f0f0f0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.selectric-wrapper {
  font-family: 'Verdana Boldest';
}

@media (max-width: 767px) {
  .selectric-wrapper {
    max-width: 250px;
  }
}

.selectric-scroll {
  width: 100%;
}

.customModal__container {
  padding: 20px 20px 40px;
}

.customModal__title {
  margin-bottom: 35px;
  font-family: 'Raleway', sans-serif;
  opacity: 0.9;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.customModal__text {
  margin-bottom: 40px;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.customModal__buttons {
  display: flex;
  justify-content: flex-end;
}

.customModal__buttons button:first-child {
  margin-right: 20px;
}

.modaal-close {
  position: absolute;
}

.modaal-close:before, .modaal-close:after {
  background-color: #000 !important;
}

.datePicker__icon {
  position: absolute;
  max-height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  object-fit: contain;
}

.datePicker__icon.-hidden {
  display: none;
}

.qs-datepicker {
  margin-right: 0px !important;
}

.qs-datepicker-container {
  font-family: "Verdana";
  width: auto;
  max-width: 295px;
  border: 0;
  margin-top: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: #fff;
  overflow: visible;
  margin-right: 0px !important;
  border-radius: 10px;
}

.qs-datepicker-container.-visible {
  display: block;
}

.qs-datepicker-container:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 10px;
  border: 8px solid transparent;
  border-right-color: #fff;
  content: "";
  z-index: 2;
  transform: rotate(90deg);
}

.qs-controls {
  padding: 10px 2px 5px 2px;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  margin-right: 0px !important;
  border-radius: 10px;
}

.qs-month-year {
  border: 0;
  padding-top: 5px;
}

.qs-month-year:hover {
  border: 0;
}

.qs-squares {
  margin: 10px 30px 20px 30px;
  justify-content: space-between;
  row-gap: 4px;
  margin-right: 30px !important;
}

.qs-day {
  padding: 10px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

.qs-num {
  font-size: 12px;
  padding: 8px 2px;
  margin: auto;
}

.qs-square {
  width: calc(100% / 7 - 4px);
  height: calc((100% - 40px) / 10);
  margin-right: 4px !important;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  border-radius: 50%;
  background-color: #fa8c2f;
  color: #fff;
}

.qs-active {
  background-color: #fa8c2f;
  border-radius: 50%;
  color: #fff;
}

.qs-overlay {
  background: #fff;
  color: #000;
  font-size: 14px;
}

.qs-arrow.qs-left:after {
  content: "‹";
  font-size: 20px;
  font-weight: bold;
  border-right-color: #fff;
  line-height: 1;
  right: -100%;
}

.qs-arrow.qs-right:after {
  content: "›";
  font-size: 20px;
  font-weight: bold;
  border-left-color: #fff;
  line-height: 1;
  left: -100%;
}

.qs-arrow:hover {
  background-color: #fff;
}

.qs-arrow:hover.qs-right:hover:after {
  border-left-color: #fff;
}

.qs-arrow:hover.qs-left:hover:after {
  border-right-color: #fff;
}

.qs-current {
  font-weight: normal;
  text-decoration: none;
}

.customInput {
  display: block;
  position: relative;
  max-width: 295px;
  margin-bottom: 1rem;
  
}

@media (max-width: 767px) {
  .customInput {
    max-width: 250px;
  }
}

.customInput.-grey > .customInput__input {
  background-color: #f5f5f5;
  z-index: 1;
}

.customInput.-grey > .customInput__input::placeholder {
  color: #f5f5f5;
}

.customInput.-grey > .customInput__input.-validationError {
  border-bottom: 2px solid #cd3c14;
}

.customInput.-white {
  padding-bottom: 2px;
  border-bottom: 0px solid #666;
}

.customInput.-white:hover {
  border-bottom: 0px solid #fa8c2f;
}

.customInput.-white > .customInput__input:placeholder {
  color: #666;
}

.customInput.-white > .customInput__label {
  display: none;
}

.customInput__input {
  height: 50px;
  width: 295px;
  position: relative;
  padding: 5px 30px 5px 30px;
  border: 0;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  outline: none;
  background-color: #f5f5f5;
}

.customInput__input:focus {
	  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .customInput__input {
    max-width: 250px;
  }
}

.customInput__label {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #666;
  z-index: 1;
}

.customInput__input:focus + .customInput__label {
  top: 5px;
  transform: none;
  font-size: 12px;
  
}

.customInput__input:not(:placeholder-shown) + .customInput__label {
  top: 5px;
  transform: none;
  font-size: 12px;
}

.customInput__error {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.customInput__error.-validationError {
  display: block;
}

.formAlert {
  display: block;
  padding: 5px 0px;
  color: #cd3c14;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.checkboxAlert {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.checkboxAlert__icon {
  object-fit: contain;
  height: 20px;
  width: 20px;
}

.checkboxAlert__text {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.universalMessage {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}

.universalMessage__icon {
  object-fit: contain;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.universalMessage__text {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #19202f;
  font-weight: 600;
}

.universalMessage__subText {
  display: block;
  font-size: 14px;
  font-family: "Verdana";
}

.universalMessage__subText.-notUse {
  display: none;
}

.universalMessage__link {
  display: inline;
  padding-left: 3px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.universalMessage__link:hover {
  color: #000;
}

.universalMessage__link:focus {
  color: #000;
}

.stepIndicator {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.stepIndicator__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 30px;
  width: 33.33%;
  height: 50px;
  background-color: #19202f;

}

.stepIndicator__item.-first {
  padding-left: 20px;
}

@media (max-width: 969px) {
  .stepIndicator__item.-first.-active {
    width: calc(33.33% + 25px);
  }
}

.stepIndicator__item.-first > .stepIndicator__square {
  z-index: 4;
}

.stepIndicator__item.-first > .stepIndicator__square.-white {
  z-index: 3;
}

.stepIndicator__item.-active > .stepIndicator__title {
  color: #fff;
}

@media (min-width: 767px) {
  .stepIndicator__item.-active > .stepIndicator__text {
    display: block;
    margin-right: -30px;
  }
}

@media (max-width: 767px) {
  .stepIndicator__item {
    width: 20%;
  }
  .stepIndicator__item.-active {
    width: 60%;
  }
  .stepIndicator__item.-active.-first {
    width: 60%;
  }
}

.stepIndicator__title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #fff;
  z-index: 5;
}

.stepIndicator__text {
  display: none;
  padding-left: 5px;
  font-family: "Verdana";
  color: #fff;
  z-index: 5;
}

.stepIndicator__square {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  transform: scale(1, 2) rotate(-45deg);
  background-color: #19202f;
  z-index: 2;
}

.stepIndicator__square.-white {
  background-color: #fff;
  right: -7px;
  z-index: 1;
}

.-passed {
  background-color: #19202f;
}

.-passed > .stepIndicator__square {
  background-color: #19202f;
}

.-passed > .stepIndicator__square.-white {
  background-color: #fff;
}

.-active {
  background-color: #fa8c2f;
}

.-active > .stepIndicator__square {
  background-color: #fa8c2f;
}

.-active > .stepIndicator__square.-white {
  background-color: #fff;
}

.tutorial__title {
  margin-bottom: 29px;
  opacity: 0.9;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.tutorial__text, .tutorial__listItem p {
  margin-bottom: 21px;
  font-family: "Verdana";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000;
}

.tutorial__listHeader, .tutorial__listItem span {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.tutorial__list {
  margin-bottom: 20px;
}

.tutorial__listItem {
  padding-left: 1em;
  text-indent: -.7em;
}

.tutorial__listItem p {
  display: inline;
}

.tutorial__listItem span {
  margin-left: 9px;
}

.tutorial__listItem::before {
  content: "";
  background-color: #fa8c2f;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  display: inline-block;
}

.tutorial__bottomText {
  margin-bottom: 30px;
  font-family: "Verdana Strong";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.tutorial__iframe {
  width: 100%;
  height: 438px;
}

@media (max-width: 500px) {
  .tutorial__iframe {
    height: 280px;
  }
}

.modaal-container {
  max-width: 820px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.fileDropzone {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 30px;
  gap: 40px;
}

.fileDropzone__container {
	padding-left: 40px;
}
@media (max-width: 767px) {
.fileDropzone__container {
	padding-left: 0px;
	padding-top: 20px;
}
	
	}
@media (max-width: 767px) {
  .fileDropzone {
    flex-direction: column;
  }
}

.fileDropzone.-withoutDropzone {
  flex-direction: column;
  gap: 10px;
}

.fileDropzone.-withoutDropzone > .fileDropzone__container {
  order: -1;
}

.fileDropzone.-notShow {
  display: none;
}

.fileDropzone .dropzone {
  display: block;
  background: url(../images/bills.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 40px;
  min-width: 560px;
  min-height: 336px;
  margin-bottom: 20px;
  border: 2px dashed #ccc;
  font-size: 14px;
  font-family: "Verdana";
}

.fileDropzone .dropzone.-notActive {
  display: none;
}

@media (max-width: 969px) {
  .fileDropzone .dropzone {
    min-width: 460px;
  }
}

.fileDropzone .dz-message {
  margin-top: 35%;
}

@media (max-width: 969px) {
  .fileDropzone .dz-message {
    margin-top: 42%;
  }
}

.fileDropzone .fallback {
  opacity: 1;
}

.fileDropzone__input {
  position: absolute;
  height: 50px;
  width: 190px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.fileDropzone__title {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
}

.fileDropzone__name {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.fileDropzone__name::after {
  content: '\e91b';
  font-family: "icomoon";
  padding-left: 5px;
  cursor: pointer;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.banner__item {
  width: 50%;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 13px 30px 13px 20px;
}

@media (min-width: 1240px) {
  .banner__item {
    padding-left: calc((100% - 1240px)/2);
  }
}

@media (max-width: 767px) {
  .banner__item {
    width: 100%;
  }
}

.banner__title {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  letter-spacing: -0.2px;
  color: #fa8c2f;
  width: 90%;
  align-self: flex-end;
  font-weight: 600;
}

@media (max-width: 969px) {
  .banner__title {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .banner__title {
    padding-bottom: 40px;
    width: 100%;
  }
}

.banner__text {
  font-family: "Verdana";
  font-size: 14px;
  color: #19202f;
  padding-right: 80px;
  width: 90%;
  align-self: flex-end;
  line-height: 1.5;
}

@media (max-width: 969px) {
  .banner__text {
    padding-bottom: 10px;
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  .banner__text {
    padding-bottom: 40px;
    width: 100%;
  }
}

.banner__img {
  max-width: 50%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .banner__img {
    max-width: 100%;
    object-fit: contain;
  }
}

.banner .customButton {
  margin-left: 10%;
}

@media (max-width: 767px) {
  .banner .customButton {
    margin-left: 0;
  }
}

.topBar {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .topBar {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .topBar.-withoutStepIndicator > .topBar__container > .topBar__title {
    order: 0;
  }
}

.topBar.-withoutStepIndicator > .topBar__container > .topBar__subTitle {
  display: block;
}

.topBar.-withoutStepIndicator > .topBar__container > .stepIndicator {
  display: none;
}

.topBar.-onlyTitle > .topBar__container > .stepIndicator {
  display: none;
}

.topBar__container {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin: auto;
  width: 90%;
}

@media (max-width: 767px) {
  .topBar__container {
    width: 100%;
  }
}

.topBar__title {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  letter-spacing: -0.27px;
  font-weight: 600;
  color: #19202f;
  padding: 40px 0px 20px 0px;
}

@media (max-width: 1240px) {
  .topBar__title {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  .topBar__title {
    order: 1;
    padding: 20px 13px;
  }
}

@media (max-width: 610px) {
  .topBar__title {
    font-size: 24px;
    letter-spacing: -0.2px;
  }
}

.topBar__subTitle {
  display: none;
  font-size: 14px;
  font-weight: normal;
  font-family: "Verdana";
}

@media (max-width: 1240px) {
  .topBar__subTitle {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.registerPageContent {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
  margin-bottom: 174px;
}

.registerPageContent::before, .registerPageContent::after {
  display: table;
  content: " ";
}

.registerPageContent::after {
  clear: both;
}

@media (max-width: 968px) {
  .registerPageContent {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.registerPageContent__item.-line {
  display: none;
  position: relative;
  height: 500px;
  border-left: 1px solid #ccc;
  align-items: center;
}

@media (max-width: 969px) {
  .registerPageContent__item.-line {
    display: none;
  }
}

.registerPageContent__arrow {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: -18px;
  transform: rotate(-45deg);
}

.registerPageContent__formTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4rem;
  color: #19202f;
  letter-spacing: normal;
  margin-bottom: 2.4rem;
}

.registerPageContent__form {
  border: 8px solid  #cecdd4;
  padding: 50px;
  margin-bottom: 40px;
  max-width: 450px;
  
}

@media (max-width: 969px) {
  .registerPageContent__form {
    margin: 0 auto;
  }
}

.registerPageContent__inputContainer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.registerPageContent__inputContainer .tooltip {
  margin-left: 20px;
}

.registerPageContent form .customButton {
  width: 295px;
}

.registerPageContent form .customCheckbox {
  margin-bottom: 20px;
}

.welcomeSection {
  max-width: 505px;
  margin-right: 200px;

}

@media (max-width: 969px) {
  .welcomeSection {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.welcomeSection__itemTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 5rem;
  font-weight: 600;
  color: #19202f;
  font-stretch: normal;
  font-style: normal;
  line-height: 6rem;
  letter-spacing: normal;
  margin-bottom: 20px;
}

@media (max-width: 969px) {
  .welcomeSection__itemTitle {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

.welcomeSection__subTitle {
  font-family: Verdana;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6rem;
  letter-spacing: normal;
}

.contact {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 5;
}

@media (max-width: 767px) {
  .contact {
    right: 10px;
  }
}

.contact__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.21);
  background-color: #f2961c;
}

.contact__speechBubble {
  width: 30px;
  height: 30px;
}
.contact__circle.-displayNone {
  display: none;
}

.contactOptions {
  display: block;
  position: relative;
  background-color: #f2961c;
  border-radius: 20px;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.21);
  padding: 12px 20px;
  color: #fff;
  width: 280px;
}

.contactOptions.-displayNone {
  display: none;
}

.contactOptions__title {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
}

.contactOptions__icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.contactOptions__icon.-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.contactOptions__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}

.contactOptions__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-bottom: 10px;
}

.contactOptions__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.contactOptions__text {
  font-size: 14px;
  line-height: 1.38;
  font-family: "Verdana";
  letter-spacing: -0.23px;
  padding-left: 10px;
}

.contactForm {
  display: block;
  width: 320px;
  border-radius: 8px;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.21);
}

.contactForm.-displayNone {
  display: none;
}

.contactForm__title {
  display: block;
  position: relative;
  padding: 15px;
  background-color: #19202f;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
}

.contactForm__icon {
  position: absolute;
  object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.contactForm__icon.-minimize {
  max-width: 15px;
  right: 35px;
  padding: 10px 0px;
}

.contactForm__icon.-close {
  max-width: 14px;
  right: 15px;
}

.contactForm__form {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0px 0px 8px 8px;
}

.contactForm__info {
  font-family: "Verdana";
  font-size: 14px;
  line-height: 1.29;
  padding-bottom: 15px;
}

.contactForm__textarea {
  width: 290px;
  height: 302px;
  background-color: #f5f5f5;
  padding: 15px;
  margin: 15px 0px;
  resize: none;
  border: none;
  border-bottom: 0px solid #000;
  outline: none;
  font-family: 'Raleway', sans-serif;
  border-radius: 10px;
}

.contactForm__textarea:hover {
  border-bottom: 0px solid #ff7b0c;
}

.contactForm__textarea:focus {
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.notRememberPasswordSection {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.notRememberPasswordSection__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 295px;
  margin: 0px 13px;
  padding: 40px 0px;
}

@media (min-width: 1240px) {
  .notRememberPasswordSection__container {
    margin: 0px calc((100% - 1240px)/2);
  }
}

.loginPageContent {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;

}

.loginPageContent::before, .loginPageContent::after {
  display: table;
  content: " ";
}

.loginPageContent::after {
  clear: both;
}

@media (max-width: 968px) {
  .loginPageContent {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.loginPageContent__item.-line {
  display: none;
  position: relative;
  height: 500px;
  border-left: 0px solid #ccc;
  align-items: center;
}

@media (max-width: 969px) {
  .loginPageContent__item.-line {
    display: none;
  }
}

.loginPageContent__arrow {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: -18px;
  transform: rotate(-45deg);
}

.loginPageContent__form {
	border: 8px solid  #cecdd4;
	padding: 50px;
  max-width: 450px;
}

.loginPageContent__formTitle {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: normal;
  color: #19202f;
  margin-bottom: 2.4rem;
}

@media (max-width: 969px) {
  .loginPageContent__form {
    margin: 0 auto;
  }
}

.loginPageContent__inputContainer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.loginPageContent__inputContainer .tooltip {
  margin-left: 20px;
}

.loginPageContent form .customButton {
  width: 295px;
  margin-top: 20px;
}

.loginPageContent form .customCheckbox {
  margin-bottom: 20px;
}

.link {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4rem;
  letter-spacing: normal;
  text-decoration: underline;
  color: #fa8c2f;
}

.link:hover {
  color: #fa8c2f;
}

.link:focus {
  color: #fa8c2f;
}

.customSubmit {
  display: block;
  width: 295px;
  padding: 15px 30px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  outline: none;
}

.customSubmit.-primary {
  background-color: #fa8c2f;
  border-radius: 50px;
  color: #fff;
  margin-top: 1rem;
}

.customSubmit.-primary:hover {
  background-color: #ff7b0c;
}

.customSubmit.-ghost {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.customSubmit.-ghost:hover {
  background-color: #f5f5f5;
}

.customSubmit.-onBlack {
  background-color: #19202f;
  border: 2px solid #fff;
  color: #fff;
}

.customSubmit.-onBlack:hover {
  background-color: #0d0d0d;
}

.customSubmit.-onGrey:hover {
  background-color: #fff;
}

.customSubmit.-fullWidth {
  width: 100%;
}

.customInputWithLabel {
  margin-bottom: 30px;
  max-width: 295px;
}

@media (max-width: 767px) {
  .customInputWithLabel {
    max-width: 250px;
  }
}

.customInputWithLabel__title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.customSelectWithLabel {
  margin-bottom: 27px;
  max-width: 295px;
}

.customSelectWithLabel__title {
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.customCheckboxWithLabel {
  margin-bottom: 31px;
}

.customCheckboxWithLabel__title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 11px;
}

.datePickerWithLabel {
  margin-bottom: 30px;
}

.datePickerWithLabel__title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.line {
  margin: 43px 0 40px;
  height: 1px;
  max-width: 630px;
  background-color: #ccc;
}

.validationAccept {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.validationAccept__container {
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 130px;
  padding: 0px 13px;
}

@media (min-width: 1240px) {
  .validationAccept__container {
    padding: 0px calc((100% - 1240px)/2);
  }
}

.passwordReset {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: left;
}

.passwordReset__container {
  display: block;
  margin: auto;
  padding: 0px 13px;
}

@media (min-width: 1240px) {
  .passwordReset__container {
    padding: 0px calc((100% - 1240px)/2);
  }
}

.passwordReset__text {
  padding-top: 40px;
  font-family: "Verdana";
  font-size: 14px;
}

.passwordReset__text b {
  font-family: 'Raleway', sans-serif;
}

.speechBubble {
  display: block;
  max-width: 50%;
  padding: 15px;
  font-family: "Verdana";
  font-size: 14px;
}

.speechBubble.-left {
  background-color: #fff;
  color: #000;
  border-radius: 5px 12px 12px 0px;
  align-self: flex-start;
}

.speechBubble.-right {
  background-color: #527edb;
  color: #fff;
  border-radius: 12px 5px 0px 12px;
  align-self: flex-end;
}

.speechBubbleWithName {
  display: block;
  position: relative;
}

.speechBubbleWithName.-left {
  align-self: flex-start;
}

.speechBubbleWithName.-left > .speechBubbleWithName__box > .speechBubble {
  max-width: 100%;
  border-radius: 12px 12px 12px 0px;
}

.speechBubbleWithName.-right {
  align-self: flex-end;
}

.speechBubbleWithName.-right > .speechBubbleWithName__box > .speechBubble {
  max-width: 100%;
  border-radius: 12px 12px 0px 12px;
}

.speechBubbleWithName__title {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
}

.speechBubbleWithNameAndDate {
  display: flex;
  position: relative;
}

.speechBubbleWithNameAndDate.-left {
  justify-content: flex-start;
}

.speechBubbleWithNameAndDate.-left > .speechBubbleWithNameAndDate__box > .speechBubble {
  max-width: 100%;
  border-radius: 12px 12px 12px 0px;
}

.speechBubbleWithNameAndDate.-right {
  justify-content: flex-end;
}

.speechBubbleWithNameAndDate.-right > .speechBubbleWithNameAndDate__box > .speechBubble {
  max-width: 100%;
  border-radius: 12px 12px 0px 12px;
}

.speechBubbleWithNameAndDate__date {
  position: absolute;
  font-family: "Verdana";
  font-size: 12px;
  color: #666;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

.speechBubbleWithNameAndDate__title {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
}

.chatWindow {
  display: block;
  width: 526px;
  border-radius: 4px;
  border: solid 1px #ddd;
  overflow: hidden;
}

@media (max-width: 767px) {
  .chatWindow {
    width: 100%;
    border: 0;
    overflow: visible;
  }
}

.chatWindow.-notActive {
  display: none;
}

.chatWindow__header {
  display: block;
  padding: 16px;
  background-color: #19202f;
  color: #fff;
  border-radius: 0px 4px 0px 0px;
}

@media (max-width: 767px) {
  .chatWindow__header {
    display: none;
  }
}

.chatWindow__topic {
  font-family: "Verdana";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.chatWindow__title {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.chatWindow__container {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  max-height: 406px;
  overflow-y: scroll;
  gap: 5px;
  padding: 15px;
}

.chatWindow__container::-webkit-scrollbar {
  opacity: 0;
}

.chatWindow__newMessage {
  display: flex;
  position: relative;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 14px;
  border-radius: 4px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
}

.chatWindow__fileInput {
  display: block;
  position: absolute;
  height: 100%;
  width: 10px;
  z-index: 1;
  opacity: 0;
}

.chatWindow__attachment {
  width: 10px;
  height: 18px;
  background: url("../images/attach.svg");
  background-repeat: no-repeat;
}

.chatWindow__input {
  height: 100%;
  width: 90%;
  border: 0;
  outline: 0;
  font-family: "Verdana";
  font-size: 14px;
}

.chatWindow__button {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.messageItem {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 20px;
  color: #000;
  min-width: 295px;
  cursor: pointer;
}

.messageItem.-active {
  background-color: #19202f;
  color: #fff;
}

.messageItem.-notBorderBottom {
  border: 0;
}

.messageItem.-new > .messageItem__newMessage {
  display: block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 50%;
  background-color: #fa8c2f;
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.messageItem.-new > .messageItem__info {
  font-family: 'Raleway', sans-serif;
}

.messageItem__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Verdana";
}

.messageItem__title {
  font-size: 18px;
}

.messageItem__date {
  font-size: 12px;
  line-height: 1.67;
}

.messageItem__newMessage {
  display: none;
}

.myMessages {
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .myMessages {
    width: 100%;
    padding-top: 20px;
  }
}

.myMessages__title {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 20px;
}

.myMessages__container {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .myMessages__container {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.myMessages__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #ddd;
  border-right: 0;
}

.myMessages__list.-notActive {
  display: none;
}

@media (max-width: 767px) {
  .myMessages__list {
    border: 0;
  }
}

.myMessages__link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
}

.summaryContent {
  min-height: 100%;
  background-color: #fff;
}

.summaryContent__content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 40px;
}

.summaryContent__content::before, .summaryContent__content::after {
  display: table;
  content: " ";
}

.summaryContent__content::after {
  clear: both;
}

.summaryContent__subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  max-width: 90%;
  margin: 30px 0 33px;
}

.summaryContent__buttons {
  display: flex;
}

.summaryContent__buttons button:first-child {
  margin-right: 20px;
}

.list {
  margin-bottom: 40px;
}

.list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -.7em;
  font-family: 'Raleway', sans-serif;
}

.list__item span {
  margin-left: 9px;
}

.list__item .tooltip {
  margin-left: 9px;
}

.list__item::before {
  content: "";
  background-color: #fa8c2f;
  min-width: 6px;
  height: 6px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}

.myProfileSection {
  display: block;
  background-color: #fff;
}

.myProfileSection__container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 40px 13px;
}

@media (min-width: 1240px) {
  .myProfileSection__container {
    padding: 40px calc((100% - 1240px) /2);
  }
}

@media (max-width: 1280px) {
  .myProfileSection__container {
    flex-direction: column;
    align-items: center;
  }
}

.myProfileSection__line {
  display: none;
}

@media (max-width: 767px) {
  .myProfileSection__line {
    display: block;
    width: calc(100% + 26px);
    height: 1px;
    background-color: #ccc;
  }
}

.myProfileData {
  display: block;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .myProfileData {
    width: 100%;
  }
}

.myProfileData__title {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  padding-bottom: 20px;
}

.myProfileData__subTitle {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
}

.myProfileData__container {
  padding-bottom: 20px;
}

.myProfileData__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.myProfileData__inner {
  display: flex;
  flex-direction: column;
}

.myProfileData__dataName {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.myProfileData__text {
  font-size: 14px;
  font-family: "Verdana";
}

.myProfileData__link {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
  color: #000;
}

.myProfileData__link:hover {
  text-decoration: underline;
  color: #000;
}

.myProfileData__link:focus {
  text-decoration: underline;
  color: #000;
}

.myProfileData__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion {
  display: block;
  max-width: 90%;

}

@media (max-width: 767px) {
  .accordion {
    max-width: 100%;
  }
}

.accordion__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  padding: 20px 0px;
  cursor: pointer;
  
}

.accordion__title:before {
  content: url("../images/arrow-down.svg");
  margin-right: 15px;
}

.accordion.-rotate > .accordion__title:before {
  transform: rotate(180deg);
}

.accordion.-rotate.-open > .accordion__title:before {
  transform: rotate(0deg);
}

.accordion.-open > .accordion__title:before {
  transform: rotate(180deg);
}

.accordion.-open > .accordion__text {
  display: block;
}

.accordion__text {
  display: none;
  font-size: 14px;
  font-family: "Verdana";
  padding-left: 50px;
  padding-bottom: 20px;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .accordion__text {
    padding-left: 10px;
  }
}

.accordion__text a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.accordion__text a:hover {
  color: #000;
  text-decoration: underline;
}

.accordion__text a:focus {
  color: #000;
  text-decoration: underline;
}

.accordion__text b {
  font-family: 'Raleway', sans-serif;
}

.accordion__text table {
  min-width: 100%;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}

.accordion__text th {
  width: calc(100%/3);
  padding: 10px 10px 10px 0px;
  border-bottom: 2px solid #ccc;
}

.accordion__text td {
  width: calc(100%/3);
  padding: 10px 20px 10px 0px;
  box-shadow: inset 0 1px 0 0 #ccc;
}

.accordion__name {
  font-family: "Verdana";
}

.accordion__subTitle {
  padding: 10px 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.faqSection {
  display: block;
  background-color: #f5f5f5;
}

.faqSection__container {
  padding: 40px 13px;
  background-color: #fff;
}

@media (min-width: 1240px) {
  .faqSection__container {
    padding: 40px calc((100% - 1240px) /2);
  }
}

.faqSection__box {
  display: block;
  background-color: #fff;
  max-width: 50%;
  padding: 20px;
}

@media (max-width: 767px) {
  .faqSection__box {
    max-width: 100%;
  }
}

.faqSection__title {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
}

.contactSection {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.contactSection__container {
  padding: 40px 13px;
}

@media (min-width: 1240px) {
  .contactSection__container {
    padding: 40px calc((100% - 1240px) /2);
  }
}

.contactSection__name {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

.contactSection__textarea {
  width: 610px;
  height: 300px;
  background-color: #f5f5f5;
  padding: 25px;
  margin: 15px 0px;
  resize: none;
  border: none;
  outline: none;
  font-size: 14px;  
  font-family: "Verdana", sans-serif;
  border-radius: 20px;

}

@media (max-width: 610px) {
  .contactSection__textarea {
    width: 100%;
  }
}

.contactSection__textarea:hover {

}

.contactSection__textarea:focus {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contactSend {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.whatToDo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(33% - 10px);
}

@media (max-width: 767px) {
  .whatToDo {
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 450px) {
  .whatToDo {
    max-width: 100%;
  }
}

.whatToDo__circle {
  display: block;
  background-color: #fa8c2f;
  padding: 8px 15px;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.whatToDo__title {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.29;
  padding-bottom: 10px;
}

.whatToDo__text {
  font-size: 14px;
  font-family: "Verdana";
}

.customHr {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin: 20px 0;
}

.readyAnalysis {
  display: block;
}

.readyAnalysis__container {
  background-color: #fff;
  padding: 40px 13px;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;   
}

.readyAnalysis__icon {
  height: 20px;
  width: 20px;
}

@media (min-width: 1240px) {
  .readyAnalysis__container {
    padding: 40px calc((100% - 1240px)/2);
  }
}

.readyAnalysis__container.-white {
  background-color: #fff;
}

.readyAnalysis__title {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 1;
}

.readyAnalysis__listElement {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.readyAnalysis__listElement::before {
  content: "";
  background-color: #fa8c2f;
  min-width: 6px;
  height: 6px;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}

.readyAnalysis__listElement a {
  color: #000;
  text-decoration: underline;
}

.readyAnalysis__listElement a:hover {
  color: #000;
  text-decoration: underline;
}

.readyAnalysis__listElement a:focus {
  color: #000;
  text-decoration: underline;
}

.readyAnalysis__text {
  font-family: "Verdana";
  font-size: 14px;
  line-height: 1;
}

.readyAnalysis__box {
  display: flex;
  padding: 20px 0px;
  gap: 20px;
  flex-wrap: wrap;
}

.readyAnalysis__download {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.readyAnalysis__downloadItem {
  display: flex;
  align-items: center;
  gap: 10px;
}

.readyAnalysis__downloadItem a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.readyAnalysis__downloadItem a:hover {
  color: #000;
  text-decoration: underline;
}

.readyAnalysis__downloadItem a:focus {
  color: #000;
  text-decoration: underline;
}

.tableAnalysis {
  width: 100%;
}

@media (max-width: 767px) {
  .tableAnalysis {
    display: none;
  }
}

.tableAnalysis__title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 10px;
  border-bottom: 2px solid #ccc;
}

.tableAnalysis__cell {
  padding: 10px;
  font-family: "Verdana";
  font-size: 14px;
  box-shadow: inset 0 1px 0 0 #ccc;
}

.tableAnalysis__cell b {
  font-family: 'Raleway', sans-serif;
}

.tableAnalysis__cell a {
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
  color:  #fa8c2f;
  cursor: pointer;
}

.tableAnalysis__cell a:hover {
  text-decoration: underline;
  color: #000;
}

.tableAnalysis__cell a:focus {
  text-decoration: underline;
  color: #000;
}

.tableAnalysis__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.tableAnalysis__icon {
  max-width: 16px;
  object-fit: contain;
}

.dashboard {
  display: block;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}

.dashboard__container {
  width: 100%;
  padding: 40px 13px;
}

@media (min-width: 1240px) {
  .dashboard__container {
    padding: 40px calc((100% - 1240px)/2);
  }
}

.dashboard__title {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  max-width: 50%;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .dashboard__title {
    max-width: 100%;
  }
}

.dashboard__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.menuMobile {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .menuMobile {
    display: block;
    margin-left: 0.5rem;
    gap: 10px;
  }
}

.menuMobile__item {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.menuMobile__item::before {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.menuMobile__item.-analysis::before {
  background-image: url("../images/documents.svg");
}

.menuMobile__item.-mark::before {
  background-image: url("../images/contact/question.svg");
}

.menuMobile__item.-phone::before {
  background-image: url("../images/phone.svg");
}

.menuMobile__item.-people::before {
  background-image: url("../images/people.svg");
}

.menuMobile__item.-withoutBorder {
  border-bottom: 0;
}

.menuMobile__item a {
  color: #000;
  text-decoration: none;
}

.menuMobile__item a:hover {
  color: #000;
}

.menuMobile__item a:focus {
  color: #000;
}

.mobileTableItem {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  font-family: "Verdana";
}

.mobileTableItem.-notBorderBottom {
  border: 0;
}

.mobileTableItem__box {
  display: flex;
  gap: 55px;
}

.mobileTableItem__title {
  font-family: "Verdana";
  font-size: 14px;
}

.mobileTableItem__text {
  display: flex;
  align-items: center;
  fex-wrap: wrap;
  font-family: "Verdana";
  font-size: 14px;
}

.mobileTableItem__text b {
  font-family: 'Raleway', sans-serif;
}

.mobileTableItem__text a {
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

.mobileTableItem__icon {
  object-fit: contain;
  max-width: 16px;
  margin-right: 10px;
}

.mobileTable {
  display: none;
}

@media (max-width: 767px) {
  .mobileTable {
    display: block;
    background-color: #fff;
  }
}


.homeSection {
  display: block;
  
}

@media (min-width: 1024px) {
  .homeSection {
    display: flex;
    align-items: flex-start;

  }
}
@media (min-width: 1240px) {
  .homeSection {
    padding: 40px calc((100% - 1240px) /2);
  }
}
.homeSection__container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  background-color: #fff;
  justify-content: space-evenly;
  max-width: 940px;
}


.homeSection__box {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 47%;
  margin-bottom: 15px;
  padding: 20px 30px;
  text-align: center;
}

.homeSection__number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  background-color: #f2961c;
  border-radius: 50%;
}

.homeSection__number.sml {
  font-size: 16px;
  padding: 15px 20px;

}

.homeSection__number.nrml {
  font-size: 20px;
  padding: 10px 20px 15px 20px;

  }

 .homeSection__number.lrg {
   font-size: 24px;
   padding: 10px 20px 15px 20px;
   }


.homeSection__box h3 {
  font-size: 28px;
  font-weight: normal;
  color: #343d51;
  padding: 8px 0 16px 0;
}
.homeSection__box p {
  line-height: 1.3;
  padding-bottom: 16px;
}

.homeSection__box button {
   margin: 10px auto;
}
@media (max-width: 825px) {
  .homeSection__box {
   width: 100%;
  }
}

.homeSection__sidebar {
  margin-top: 20px;
  display: block;
  width: 300px;
}
@media (max-width: 1023px) {
  .homeSection__sidebar  {
   width: 100%;
  }
}


.homeSection__sidebar img {
  width: 100%;
  height: auto;
  display: block;
}

.homeSection__sidebar h3 {
 font-size: 28px;
 font-weight: normal;
 color: #343d51;
 padding: 0 0 10px 0;
}

.news__box {
  padding: 20px;
  background-color: #fff;
  border-bottom: 4px solid #f2961c;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .news__box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.news__box__icons {
  margin-right: 10px; 
}
.news__box__title {
  display: block;
  padding: 5px 0;
  color: #f2961c;
  text-decoration: none;
}

.news__box__title:hover {
  color: #ff7b0c;
}
.homeSection__icons2 {
  margin: 20px; 
}
/*# sourceMappingURL=main.min.css.map */
