/* MAIN.STYL ======================================= */
/* import base styl */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
li,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main,
li,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
strong {
  font-weight: bold;
}
a,
button {
  color: inherit;
  transition: 0.3s;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.fromTopIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1;
}
.fromTopOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, -40px);
  opacity: 0;
}
.fromBottomIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1;
}
.fromBottomOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 40px);
  opacity: 0;
}
.fromLeftIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1;
}
.fromLeftOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(-40px, 0);
  opacity: 0;
}
.fromRightIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(0, 0);
  opacity: 1;
}
.fromRightOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: translate(40px, 0);
  opacity: 0;
}
.scaleUpIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(1, 1);
  opacity: 1;
}
.scaleUpOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(1.3, 1.3);
  opacity: 0;
}
.scaleDownIn {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(1, 1);
  opacity: 1;
}
.scaleDownOut {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  transform: scale(0.7, 0.7);
  opacity: 0;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-Light.otf");
  font-weight: 100;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-ExtraBold.otf");
  font-weight: 800;
}
@font-face {
  font-family: 'Galano-Grotesque';
  src: url("../fonts/Galano-Grotesque-Black.otf");
  font-weight: 900;
}
@font-face {
  font-family: 'Maison Mono';
  src: url("../fonts/Maison_Mono/MaisonMonoRegular.otf");
  font-weight: 400;
}
@font-face {
  font-family: 'Maison Mono';
  src: url("../fonts/Maison_Mono/MaisonMonoBold.otf");
  font-weight: 700;
}
html,
body,
div,
table,
p,
input,
textarea {
  font-family: 'Galano-Grotesque', sans-serif;
  font-size: 14px;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.slide {
  transform: translate3d(0, 0, 0) !important;
}
.slideLeft {
  transform: translate3d(-50%, 0, 0) !important;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.container-jumbo {
  max-width: 1340px;
  margin: 0 auto;
}
.section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  clear: both;
}
.section .section--center {
  text-align: center;
}
.section__title {
  font-size: 36px;
  font-weight: 600;
  color: purpleDark2;
  margin-bottom: 20px;
}
.section__subtitle {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #28ae6f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section__text {
  font-size: 17px;
  color: #f5f5f5;
  margin-bottom: 64px;
  line-height: 1.5;
}
.section__text a {
  color: #800080;
}
.section__text a:hover {
  color: #28ae6f;
}
/* import elements styl */
.select {
  position: relative;
}
.select select {
  position: relative;
  background: #fff url("../img/icons/carret-gray.svg") top 15px right 10px no-repeat;
  background-size: 6px;
  cursor: pointer;
  border: 1px solid gray1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-appearance: none;
  font-size: 16px;
  min-width: 62px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #28ae6f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #28ae6f;
}
.checkbox-label input:checked ~ .checkbox-custom:after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #eee;
  margin-top: 0 !important;
}
.checkbox-label .checkbox-custom:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(0deg) scale(0);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-label .checkbox-span {
  position: absolute;
  left: 40px;
  top: 2px;
  width: 200px;
  width: max-content;
  margin-top: 2px !important;
  font-size: 12px !important;
  color: #333 !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-label .checkbox-span:hover {
  color: #800080;
}
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn.btn--blue {
  color: #fff;
  background: transparent;
  border: 1px solid #3855a5;
}
.btn.btn--blue.btn--fill {
  background: #3855a5;
}
.btn.btn--blue.btn--fill:hover {
  background: transparent;
  color: #3855a5;
}
.btn.btn--blue.btn--empty {
  background: transparent;
}
.btn.btn--blue.btn--empty:hover {
  background: #3855a5;
}
.btn.btn--blue:hover {
  background: #3855a5;
  color: #fff;
}
.btn.btn--yellow {
  color: #d9a535;
  background: transparent;
  border: 1px solid #f2b83b;
}
.btn.btn--yellow.btn--fill {
  background: #f2b83b;
  color: #fff;
}
.btn.btn--yellow.btn--fill:hover {
  background: transparent;
  color: #f2b83b;
}
.btn.btn--yellow.btn--empty:hover {
  background: #f2b83b;
  color: #fff;
}
.btn.btn--yellow:hover {
  background: #fff;
  color: #f2b83b;
}
.btn.btn--green {
  color: #fff;
  background: transparent;
  border: 1px solid #28ae6f;
}
.btn.btn--green.btn--fill {
  background: #28ae6f;
}
.btn.btn--green.btn--fill:hover {
  background: transparent;
  color: #28ae6f;
}
.btn.btn--green.btn--empty {
  background: transparent;
}
.btn.btn--green.btn--empty:hover {
  background: #28ae6f;
}
.btn.btn--green:hover {
  background: #28ae6f;
  color: #fff;
}
.btn.btn--red {
  color: #fff;
  background: transparent;
  border: 1px solid #f2165f;
}
.btn.btn--red.btn--fill {
  background: #f2165f;
}
.btn.btn--red.btn--fill:hover {
  background: transparent;
  color: #f2165f;
}
.btn.btn--red.btn--empty {
  background: transparent;
}
.btn.btn--red.btn--empty:hover {
  background: #f2165f;
}
.btn.btn--red:hover {
  background: #f2165f;
  color: #fff;
}
.btn.btn--text {
  position: relative;
  color: #28ae6f;
  font-weight: 600;
  cursor: pointer;
  min-height: 22px;
}
.btn.btn--text:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #28ae6f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn--text:hover:before {
  bottom: -2px;
}
.btn.btn--disable {
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  color: #fff !important;
  cursor: not-allowed;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  opacity: 0.25 !important;
}
.btn.btn--disable:hover {
  background: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  .btn span {
    bottom: -1px;
  }
}
.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.icon.icon--questionmark {
  background: url("../img/icons/questionmark.svg") center no-repeat;
  background-size: contain;
}
.icon.icon--checkmark-p {
  background: url("../img/icons/checkmark-purple.svg") center no-repeat;
  background-size: contain;
}
.icon.icon--checkmark-po {
  background: url("../img/icons/checkmark.svg") center no-repeat;
  background-size: contain;
}
.icon.icon--checkmark-w {
  background: url("../img/icons/checkmark-white.svg") center no-repeat;
  background-size: contain;
}
.icon.icon--close {
  background: url("../img/icons/menu/menu-close.svg") center no-repeat;
  background-size: contain;
}
.form__icon {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 14px;
  left: 10px;
  z-index: 3;
}
.form__icon.form__icon--email {
  background: url("../img/icons/email.svg") center no-repeat;
  background-size: contain;
}
.form__icon.form__icon--password {
  background: url("../img/icons/password.svg") center no-repeat;
  background-size: contain;
}
.form__icon.form__icon--search {
  background: url("../img/icons/search.svg") center no-repeat;
  background-size: contain;
}
/* import groups styl */
.navBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.navBar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.navBar .navBar__logo {
  width: 40px;
  height: 30px;
  margin-right: 40px;
}
.navBar .navBar__logo svg {
  height: 100%;
}
.navBar .navBar__btn,
.navBar .navBar__close {
  width: 34px;
  height: 34px;
  display: none;
}
.navBar .navBar__btn {
  background: url("../img/icons/menu/menu-mobile.svg") center no-repeat;
  background-size: 30px;
}
.navBar .navBar__close {
  background: url("../img/icons/menu/menu-close.svg") center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 13px;
  right: 5%;
}
.navBar .navBar__mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #3855a5;
  opacity: 0.75;
  display: none;
}
.navBar .navBar__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBar .navBar__nav .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.navBar .navBar__nav .user:hover .user-img {
  border-color: #f2b83b;
}
.navBar .navBar__nav .user .user-img {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #28ae6f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBar .navBar__nav .user .user-img img {
  width: 100%;
  height: auto;
}
.navBar .navBar__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
}
.navBar .navBar__nav ul li {
  margin-right: 40px;
}
.navBar .navBar__nav ul li:last-child {
  margin-right: 0;
}
.navBar .navBar__nav ul li .nav__link {
  position: relative;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: blue1;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBar .navBar__nav ul li .nav__link:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  right: 0;
  content: '';
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navBar .navBar__nav ul li .nav__link:hover {
  color: #800080;
}
.navBar .navBar__nav ul li .nav__link:hover:after,
.navBar .navBar__nav ul li .nav__link.active:after {
  background: #800080;
}
.sidenav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  width: 200px;
  background-color: #3855a5;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  height: calc(100% - 64px);
  z-index: 99;
}
.sidenav__list {
  width: 100%;
}
.sidenav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidenav__item:first-child {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sidenav__item:last-child {
  margin-top: 50px;
}
.sidenav__item:hover {
  background-color: #f2b83b;
}
.sidenav__item.sidenav__item--active {
  background-color: #28ae6f;
}
.sidenav__icon {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #fff;
}
.sidenav__text {
  color: #fff;
  font-weight: 500;
}
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -webkit-transition: all opacity ease;
  -moz-transition: all opacity ease;
  -o-transition: all opacity ease;
  -ms-transition: all opacity ease;
  transition: all opacity ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -webkit-transition: all -webkit-transform ease;
  -moz-transition: all -webkit-transform ease;
  -o-transition: all -webkit-transform ease;
  -ms-transition: all -webkit-transform ease;
  transition: all -webkit-transform ease;
  -webkit-transition: all transform ease;
  -moz-transition: all transform ease;
  -o-transition: all transform ease;
  -ms-transition: all transform ease;
  transition: all transform ease;
  -webkit-transition: all transform 1s ease ease;
  -moz-transition: all transform 1s ease ease;
  -o-transition: all transform 1s ease ease;
  -ms-transition: all transform 1s ease ease;
  transition: all transform 1s ease ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -webkit-transition: all max-height ease;
  -moz-transition: all max-height ease;
  -o-transition: all max-height ease;
  -ms-transition: all max-height ease;
  transition: all max-height ease;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -ms-border-bottom-left-radius: 0.5em;
  -o-border-bottom-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -ms-border-bottom-right-radius: 0.5em;
  -o-border-bottom-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -ms-border-top-left-radius: 0.5em;
  -o-border-top-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -ms-border-top-right-radius: 0.5em;
  -o-border-top-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating>.cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn+.cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0;
}
.cc-window {
  font-family: 'Galano-Grotesque', sans-serif;
  width: 90% !important;
  margin: 0 auto 20px auto;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3);
  box-shadow: 0 0 50px rgba(0,0,0,0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #fff url("/img/icons/cookie.svg") no-repeat left 26px center !important;
  background-size: 30px !important;
}
.cc-message {
  padding-left: 50px;
}
.cc-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cc-link {
  padding: 0 !important;
}
@media only screen and (max-width: 981px), only screen and (max-device-width: 981px) {
  .cc-window {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .cc-btn {
    margin: 0 auto;
  }
  .cc-message {
    font-size: 14px;
  }
}
.modalWrap {
  max-height: 100%;
}
.modalBox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  margin: 50px 0;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  z-index: 1000;
}
.modal .modalBox {
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
  z-index: 1001;
}
.modal .modalBox.modalBox--wide {
  max-width: 600px;
}
.modal .modalBox__logo {
  max-width: 100px;
  margin-bottom: 20px;
}
.modal .modalBox__title,
.modal .modalBox__question {
  font-size: 17px;
  color: #333;
  line-height: 2;
  margin-bottom: 34px;
}
.modal .modalBox__frame {
  margin-bottom: 34px;
}
.modal .modalBox__frame iframe {
  width: 100%;
  height: 300px;
}
.modal .modal__h2 {
  display: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 20px auto;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.modal .modalBox__text {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 56px;
}
.modal .modalBox__btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modalBox__btn {
  max-width: 185px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.modal .modalBox__btn .btn {
  height: 44px;
}
.form-wrap {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .formWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.form .form__field {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #f5f5f5;
}
.form .form__field input,
.form .form__field textarea,
.form .form__field select {
  background-color: #fff !important;
}
.form .form__field-title {
  /* color: #333;
  margin-bottom: 10px; */
  /* LukaK Added this */
    color: #333;
    margin: 10px;
    font-size: 16px;
    font-weight: 600;
}
}
.form .form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-bottom: 26px;
  position: relative;
}
.form .form__item:last-child {
  margin-bottom: 0;
}
.form .form__item.form__item--mb50 {
  margin-bottom: 50px;
}
.form .form__item .form__text {
  font-size: 14px;
  color: #333;
  border: 1px solid #f5f5f5;
  background-color: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  min-height: 40px;
}
.form .form__item label {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.form .form__item input[type=text],
.form .form__item input[type=email],
.form .form__item input[type=password],
.form .form__item input[type=file],
.form .form__item textarea,
.form .form__item select {
  width: 100%;
  min-height: 40px;
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.form .form__item input[type=text]:focus,
.form .form__item input[type=email]:focus,
.form .form__item input[type=password]:focus,
.form .form__item input[type=file]:focus,
.form .form__item textarea:focus,
.form .form__item select:focus {
  border-color: #f5f5f5;
}
.form .form__item select {
  cursor: pointer;
}
.form .form__item textarea {
  max-width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 600px;
  min-height: 100px;
  resize: vertical;
}
.form .form__item input[type="file"] {
  padding: 8px 12px;
}
/* Sorry LukaH I dont know if this srew someting :) */
.RichTextEditor__root___2QXK- {
  width: 100%;
  min-height: 250px;
}
/* .form .form__item span {
  font-size: 11px;
  color: #f5f5f5;
  margin-top: 10px;
  text-align: left;
  max-width: 300px;
  line-height: 1.5;
} */
.form .form__title {
  font-size: 17px;
  color: #333;
}
.form .form__error {
  font-size: 11px;
  color: #f2165f;
  text-align: left;
  margin: 8px 0 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  transform: translate3d(0, -30px, 0);
  height: 0;
  max-height: 0;
  z-index: 0;
  visibility: hidden;
}
.form .form__error.form__error--show {
  transform: translate3d(0, 0, 0);
  height: auto;
  max-height: none;
  visibility: visible;
}
.form #form__message {
  width: 100%;
  display: none;
}
.form .form__message {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f2165f;
  background-color: rgba(242,22,95,0.2);
  color: #f2165f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.form .form__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-left: 20px;
  opacity: 0.5;
}
.form .form__close:hover {
  opacity: 0.8;
}
.form .form__close svg {
  width: 60%;
  height: auto;
}
.form .form__close svg path {
  stroke: #f2165f;
}
.form .form__itemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form .form__checkbox .checkbox-label {
  margin: 0;
}
.form .form__checkbox .checkbox-label .checkbox-custom {
  border-color: grayLight4;
  margin-top: 0;
}
.form .form__checkbox .checkbox-label .checkbox-span {
  top: 5px;
  margin-top: 0;
}
.form .form__checkbox .checkbox-label input:checked ~ .checkbox-custom {
  border-color: #800080;
}
.form.form--signin {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.form.form--signin .form__title {
  margin-bottom: 16px;
}
.form.form--signin .form__item {
  width: 100%;
  margin-bottom: 17px;
}
.form.form--signin .form__item:last-child {
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}
.form.form--signin .form__item .btn {
  width: 100%;
}
.form.form--signin .form__item a {
  font-size: 11px;
  color: #f5f5f5;
}
.form.form--signin .form__item a:hover {
  color: #28ae6f;
}
.form.form--signin .form__item input[type=email],
.form.form--signin .form__item input[name=search],
.form.form--signin .form__item input[type=password] {
  font-weight: 500;
  width: 100%;
  min-height: 40px;
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.form.form--signin .form__item input[type=email]:focus,
.form.form--signin .form__item input[name=search]:focus,
.form.form--signin .form__item input[type=password]:focus {
  border-color: grayLight4;
}
.table-wrap {
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-wrap.table-wrap--nopadding {
  padding: 0;
}
.table__title {
  color: #333;
  margin-bottom: 10px;
}
.table {
  background-color: rgba(245,245,245,0.7);
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
  width: 100%;
}
.table th,
.table td {
  padding: 20px;
  border: none;
  text-align: center;
}
.table th {
  background-color: #d9a535;
  color: #fff;
  text-transform: uppercase;
}
.table td {
  color: #333;
}
.table tr {
  cursor: pointer;
}
.table tr:first-child {
  cursor: default;
}
.table tr:nth-child(odd) {
  background-color: #fff;
}
.table tr:hover {
  background-color: rgba(217,165,53,0.2);
}
.table tr.table--paused td {
  color: rgba(51,51,51,0.6);
}
.notifications__status.notifications__status--green {
  color: #28ae6f;
}
.notifications__status.notifications__status--yellow {
  color: #d9a535;
}
.notifications__status.notifications__status--red {
  color: #f2165f;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pagination .pagination__item {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .pagination__item:hover {
  background-color: #eee;
}
.pagination .pagination__item.pagination__item--active {
  background-color: #f2b83b;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaderOuter {
  display: inline-block;
  vertical-align: middle;
}
.loaderInner {
  display: flex;
  height: 48px;
  width: 48px;
  animation: 1s ease-in-out 0s 1 normal forwards running spin;
}
.loaderInner svg {
  fill: none;
  stroke: #28ae6f;
  stroke-dasharray: 135.088px;
  stroke-dashoffset: 108.071px;
  stroke-linecap: round;
  stroke-width: 5px;
  transform-origin: center center;
  animation: 0.86s cubic-bezier(0.4, 0.15, 0.6, 0.85) 0s infinite normal none running spin;
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  position: fixed;
  width: calc(100% - 240px);
  left: 290px;
  top: 80px;
  transform: translate3d(-5%, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #3855a5;
  background-color: rgba(56,85,165,0.2);
  color: #3855a5;
  z-index: 10000;
}
.alert .alert__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert .alert__close svg {
  width: 12px;
  height: 12px;
}
.alert .alert__close svg path {
  stroke: #3855a5;
}
.alert.alert--red {
  border-color: #f2165f;
  background-color: rgba(242,22,95,0.2);
  color: #f2165f;
}
.alert.alert--red .alert__close svg path {
  stroke: #f2165f;
}
.alert.alert--yellow {
  border-color: #f2b83b;
  background-color: rgba(242,184,59,0.2);
  color: #f2b83b;
}
.alert.alert--yellow .alert__close svg path {
  stroke: #f2b83b;
}
.alert.alert--green {
  border-color: #28ae6f;
  background-color: rgba(40,174,111,0.2);
  color: #28ae6f;
}
.alert.alert--green .alert__close svg path {
  stroke: #28ae6f;
}
.alert.alert--gray {
  border-color: #333;
  background-color: rgba(51,51,51,0.2);
  color: #333;
}
.alert.alert--gray .alert__close svg path {
  stroke: #333;
}
/* import sections styl */
#landing.modal {
  background-color: #fff;
}
#landing .modalBox {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  padding-bottom: 40px;
  min-width: 260px;
}
#landing .modalBox__account {
  color: #f5f5f5;
}
.landing__title {
  font-size: 18px;
  margin-bottom: 40px;
}
.landing {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: column;
  grid-gap: 20px;
}
.landing .landing__card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #28ae6f;
  color: #fff;
}
.landing .landing__card:hover {
  background-color: #f2b83b;
}
#signin.modal {
  background-color: #fff;
}
#signin .modalBox {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  padding-bottom: 40px;
}
#signin .modalBox__account {
  color: #f5f5f5;
}
#signin .modalBox__account .btn {
  width: 120px;
}
.dashboard {
  padding-top: 64px;
}
.dashboard .dashboard__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #828282;
  font-weight: 400;
  text-transform: uppercase;
}
.dashboard .dashboard__main {
  width: calc(100% - 200px);
  position: relative;
  margin-left: auto;
}
.dashboard .dashboard__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard .dashboard__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.main {
  position: relative;
}
#destinations {
  position: relative;
  z-index: 10;
}
.destination.dashboard__main {
  width: 100%;
}
.destination .dashboard__row .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.destination .destination-list {
  width: 100%;
  margin-top: 50px;
}
.destination .destination-list .container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}
.destination .destinationItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 100px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.destination .destinationItem:hover {
  background-color: #d9a535;
}
.destination .destinationItem:hover .destination__name {
  color: #fff;
}
.destination .destination__name {
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.destinationEdit {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dashboard__row {
  padding-left: 20px;
  padding-right: 20px;
}
.alert__text {
  margin: 0 auto;
  text-align: center;
}
.IQMPassView {
  margin: 50px auto;
}
@media only screen and (max-width: 981px), only screen and (max-device-width: 981px) {
  .IQMPassView .container {
    flex-flow: column nowrap;
    width: 90%;
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
.IQMPassView h1 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.IQMPassView p {
  line-height: 2;
}
#deals {
  padding: 50px 0;
}
@media only screen and (max-width: 981px), only screen and (max-device-width: 981px) {
  #deals .container {
    flex-flow: column nowrap;
    width: 90%;
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
#deals h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
#deals .deals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}
@media only screen and (max-width: 981px), only screen and (max-device-width: 981px) {
  #deals .deals {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  #deals .deals {
    grid-template-columns: 1fr;
  }
}
#deals .deals__item {
  position: relative;
  background: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#deals .deals__discount {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#deals .deals__h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
#deals .deals__text {
  font-size: 14px;
}
/* import query styl */
@media only screen and (max-width: 1201px), only screen and (max-device-width: 1201px) {
  .container {
    width: 960px;
  }
}
@media only screen and (max-width: 981px), only screen and (max-device-width: 981px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .section__subtitle {
    font-size: 13px;
  }
  .section__title {
    font-size: 30px;
  }
  .section__text {
    font-size: 14px;
  }
  .section .container {
    flex-flow: column nowrap;
    width: 90%;
/* iOS 11 */
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
/* iOS 11.2+ */
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
  .navBar {
    position: fixed;
    padding-top: 0;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navBar .navBar__nav {
    position: fixed;
    top: 5%;
    right: 5%;
    left: 5%;
    transform: translate3d(140%, 0, 0);
    width: 90%;
    height: auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center !important;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0 0 0;
    z-index: 5;
  }
  .navBar .navBar__logo {
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 5;
  }
  .navBar .navBar__logo svg {
    width: 34px;
    height: 34px;
  }
  .navBar .navBar__nav ul {
    flex-flow: column nowrap;
    width: 100%;
    margin-top: 20px;
  }
  .navBar .navBar__nav ul li {
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .navBar .navBar__nav ul li:last-child .btn.btn--purple.btn--empty {
    width: 90%;
    background-color: #28ae6f;
    border-color: #28ae6f;
    color: #fff;
  }
  .navBar .navBar__nav ul li:last-child .btn.btn--purple.btn--empty:hover {
    color: #28ae6f;
    background-color: transparent;
  }
  .navBar .navBar__nav ul li .nav__link {
    height: 40px;
  }
  .navBar .navBar__nav ul li .nav__link.active:before {
    display: none;
  }
  .navBar .navBar__btn,
  .navBar .navBar__close {
    display: block;
  }
  #signin.section {
    overflow: auto;
  }
  .modalBox-wrap {
    margin: 20px 0 40px 0;
    width: 100%;
  }
  .modal .modalBox {
    max-width: 100%;
    padding: 30px 30px 60px 30px;
    width: 95%;
    height: 95%;
    overflow: auto;
  }
  .modalBox__form {
    width: 100%;
  }
  .modal .modal__h2 {
    display: block;
  }
  #signin .modalBox {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  #signin .form.form--signin .form__title {
    color: #f5f5f5;
    text-align: center;
    margin: 0 auto 20px auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
  }
  #signin .form.form--signin .form__item:last-child {
    text-align: right;
    margin: 0 auto;
  }
  #signin .form.form--signin .form__item:last-child a {
    margin: 0 0 0 auto;
  }
  #signin.modal .modalBox__oauth {
    width: 90%;
    margin: 34px auto 0 auto;
  }
  #signin .modalBox__footer {
    margin-top: 0;
  }
  .modal .modalBox__frame iframe {
    height: 200px;
  }
  .landing {
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }
}
