﻿@font-face {
  font-family: "fonts/Maison Neue";
  src: url("fonts/MaisonNeue-Bold.eot");
  src: url("fonts/MaisonNeue-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MaisonNeue-Bold.woff2") format("woff2"), url("fonts/MaisonNeue-Bold.woff") format("woff"), url("fonts/MaisonNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("fonts/MaisonNeue-DemiBold.eot");
  src: url("fonts/MaisonNeue-DemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/MaisonNeue-DemiBold.woff2") format("woff2"), url("fonts/MaisonNeue-DemiBold.woff") format("woff"), url("fonts/MaisonNeue-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fonts/Maison Neue";
  src: url("fonts/MaisonNeue-Medium.eot");
  src: url("fonts/MaisonNeue-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/MaisonNeue-Medium.woff2") format("woff2"), url("fonts/MaisonNeue-Medium.woff") format("woff"), url("fonts/MaisonNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header .top-message {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  height: 4rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: #0C0C0E;
  color: #fff;
}
header .link::before, header .link::after {
  background: #fff;
}
header.light {
  background: #fff;
}
header.light .link::before, header.light .link::after {
  background: #0C0C0E;
}
header.light nav .menu li a {
  color: #0C0C0E;
}
header.light .membership .user {
  color: #0C0C0E;
}
header.light .membership .user i {
  background: #0C0C0E;
}
header.light .membership .user i svg {
  fill: #fff;
}
header.light .mobile-menu {
  color: #0C0C0E !important;
}
header.light .mobile-menu .icon {
  background: #0C0C0E !important;
}
header.light .mobile-menu .icon #hamburger-menu span {
  background: #fff !important;
}
header nav {
  width: 100%;
  padding: 3.4rem 5vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  header nav {
    --minFontSize: 5rem;
    --maxFontSize: 7rem;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
    line-height: 9rem;
    padding: 1.2rem 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  header nav {
    height: 7rem;
  }
}
header nav .logo {
  width: 14rem;
}
@media only screen and (max-width: 1024px) {
  header nav .logo {
    width: 7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
header nav .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  header nav .menu {
    display: none;
  }
}
header nav .menu li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1.6vw;
}
@media only screen and (max-width: 1600px) {
  header nav .menu li {
    padding: 0 1.5rem;
  }
}
header nav .menu li a {
  font-size: 1.2vw;
  font-weight: 500;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 5rem;
}
@media only screen and (max-width: 1600px) {
  header nav .menu li a {
    font-size: 1.8rem;
  }
}
header .membership {
  width: 14rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 1024px) {
  header .membership {
    width: auto;
  }
}
header .membership .user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff;
  align-items: center;
  font-weight: 500;
  font-size: 1.2vw;
}
@media only screen and (max-width: 1600px) {
  header .membership .user {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  header .membership .user {
    display: none;
  }
}
header .membership .user i {
  width: 4.5rem;
  height: 4.5rem;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  header .membership .user i {
    width: 3.5rem;
    height: 3.5rem;
  }
}
header .membership .user i svg {
  fill: #0C0C0E;
}
header .membership .mobile-menu {
  display: none;
  color: #fff;
  align-items: center;
  font-weight: 500;
  font-size: 1.2vw;
  margin-left: 1.2rem;
  overflow: hidden;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  header .membership .mobile-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .membership .mobile-menu .icon {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 100%;
  margin-left: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .membership .mobile-menu .icon #hamburger-menu {
  width: 2rem;
  height: 1rem;
  position: relative;
}
header .membership .mobile-menu .icon #hamburger-menu span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #0C0C0E;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}
header .membership .mobile-menu .icon #hamburger-menu span:nth-child(1) {
  top: 0;
}
header .membership .mobile-menu .icon #hamburger-menu span:nth-child(2) {
  top: 9px;
}
header .membership .mobile-menu .icon #hamburger-menu.open span:nth-child(1) {
  transform: translateY(5px) rotate(135deg);
}
header .membership .mobile-menu .icon #hamburger-menu.open span:nth-child(2) {
  transform: translateY(-5px) rotate(-135deg);
}

.mobile-menu-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 11rem;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.mobile-menu-content.visible {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu-content .button {
  width: 100%;
  margin-bottom: 2rem;
}
.mobile-menu-content .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  padding: 0 4rem;
}
.mobile-menu-content .menu li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1.6vw;
  justify-content: center;
  width: 100%;
}
.mobile-menu-content .menu li span {
  color: #fff;
}
.mobile-menu-content .menu li svg {
  margin-right: 2rem;
}
@media only screen and (max-width: 1600px) {
  .mobile-menu-content .menu li {
    padding: 0 1.5rem;
  }
}
.mobile-menu-content .menu li a {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0C0C0E;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 6rem;
}

/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
footer {
  padding: 5vw;
  background: #0C0C0E;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 2.8rem;
  }
}
footer nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
footer nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer nav ul {
    flex-direction: column;
    width: 100%;
    margin-top: 4rem;
  }
}
footer nav ul li {
  padding-right: 2.2vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer nav ul li {
    padding: 0;
  }
}
footer nav ul li a {
  font-size: 1.2vw;
  line-height: 5rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  footer nav ul li a {
    font-size: 1.6rem;
  }
}
footer .left {
  width: 40vw;
}
@media only screen and (max-width: 1024px) {
  footer .left {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .left.logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
footer .left.logo img {
  width: 15rem;
}
@media only screen and (max-width: 1024px) {
  footer .left.logo img {
    width: 10rem;
  }
}
footer .left .top {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .left .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
footer .left .top .button {
  width: 5rem;
}
footer .bottom {
  margin-top: 5vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .bottom {
    flex-direction: column;
    align-items: start;
  }
}
footer .bottom .contact {
  font-size: 2.8vw;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  footer .bottom .contact {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  footer .bottom .contact {
    font-size: 2.2rem;
  }
}
footer .bottom .copyright {
  font-size: 0.8vw;
  color: #525253;
  margin: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  footer .bottom .copyright {
    font-size: 1.6rem;
  }
}
footer .bottom .bottom-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 648px) {
  footer .bottom .bottom-nav ul {
    flex-direction: column;
  }
}
footer .bottom .bottom-nav ul li {
  padding-right: 0.8vw;
}
footer .bottom .bottom-nav ul li:hover a {
  color: #fff;
}
footer .bottom .bottom-nav ul li a {
  font-size: 0.8vw;
  color: #525253;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  footer .bottom .bottom-nav ul li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 648px) {
  footer .bottom .bottom-nav ul li a {
    line-height: 3.5rem;
  }
}
footer .left, footer .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
footer .right .app-download {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .right .app-download {
    margin-top: 4rem;
  }
}
footer .right .app-download a:last-child {
  margin-left: 2rem;
}
footer .right .app-download a img {
  width: 10vw;
}
@media only screen and (max-width: 1024px) {
  footer .right .app-download a img {
    width: 12rem;
  }
}
footer .right .social {
  width: 31rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .right .social {
    justify-content: start;
  }
}
footer .right .social img {
  /*width: 3rem;*/
	width: auto;
  margin-right: 3.4rem;
}
@media only screen and (max-width: 1024px) {
  footer .right .social img {
    width: 40px;
    justify-content: start;
  }
}
footer .link::before, footer .link::after {
  background: #fff;
}

/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
/*#region Grid & Cols */
.row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.container {
  max-width: 160rem;
  width: 100%;
  margin: 0 auto;
}

.grid [class*=col-] {
  margin: 1rem;
  background: #381CFF;
  min-height: 9rem;
  font-size: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-self: flex-start;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.grid [class*=col-] .flex {
  flex-wrap: wrap;
}

[class*=col-] {
  margin: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
[class*=col-] .flex {
  flex-wrap: wrap;
}
[class*=col-] .inside {
  margin-left: -1rem;
  margin-right: -1rem;
  flex: auto;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
[class*=col-] .inside .col-6, [class*=col-] .inside .col-4 {
  height: auto;
  margin: 0 1rem;
}
[class*=col-] .inside .col-6-small, [class*=col-] .inside .col-4-small {
  margin: 0 1rem;
  background: yellow;
}

.col-auto {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.col-12 {
  flex-basis: 100%;
}

.col-6 {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}
.col-6.small {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 414px) {
  .col-6.small {
    width: 100%;
  }
}

.col-3 {
  width: calc(25% - 2rem);
}
@media only screen and (max-width: 1024px) {
  .col-3 {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: calc(33.3333333333% - 2rem);
}
@media only screen and (max-width: 1024px) {
  .col-4 {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}
.col-4.small {
  width: calc(33.3333333333% - 2rem);
}
@media only screen and (max-width: 414px) {
  .col-4.small {
    width: 100%;
  }
}

.col-5 {
  width: calc(20% - 2rem);
}
@media only screen and (max-width: 1024px) {
  .col-5 {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
}

/*[class~="col-6"], [class~="col-4"], [class~="col-3"] {

}*/
/*#endregion */
/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
.button {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 0 4rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  height: 3vw;
  border-radius: 6vw;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .button {
    font-size: 1.8rem;
    height: 5rem;
    border-radius: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .button {
    padding: 0 2rem;
  }
}
.button::before, .button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button.primary {
  font-weight: 700;
  border: 2px solid #0C0C0E;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
}
.button.primary span {
  position: relative;
  mix-blend-mode: difference;
}
.button.primary::before {
  content: "";
  background: #0C0C0E;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  color: #fff;
}
.button.primary:hover::before {
  transform: translate3d(0, -105%, 0);
}
.button.border {
  font-weight: 700;
  border: 2px solid #fff;
  overflow: hidden;
  font-weight: 500;
  color: #fff;
}
.button.border span {
  position: relative;
  mix-blend-mode: difference;
}
.button.border::before {
  content: "";
  background: #0C0C0E;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  color: #fff;
}
.button.border:hover::before {
  transform: translate3d(0, -105%, 0);
}

.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.link::before, .link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0C0C0E;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.link::before {
  content: "";
  /* show by default */
}
.link.line-animated::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.link.line-animated:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 2, 1);
}

/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(12, 12, 14, 0.2);
  -webkit-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -moz-transition: all 0.1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  z-index: 3;
  visibility: hidden;
}
body.visible {
  overflow: hidden;
}
body.visible:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -moz-transition: all 1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
body.modal-visible {
  overflow: hidden;
}
body.modal-visible:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -moz-transition: all 1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

/*#region Form */
form {
  width: 70vw;
  padding: 5vw;
  background: #fff;
  border-radius: 0.5vw;
  margin-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  form {
    padding: 2rem;
    width: 90%;
    margin-top: 2rem;
  }
}
form .form-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1024px) {
  form .form-item {
    margin-bottom: 2rem;
  }
}
form label {
  font-size: 2.4rem;
  color: #0C0C0E;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  form label {
    font-size: 1.6rem;
  }
}
form .textbox input, form .textbox textarea {
  width: 100%;
  height: 7rem;
  padding: 0;
  font-size: 1.5rem;
  color: #0C0C0E;
  border-bottom: solid #ddd 0.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  form .textbox input, form .textbox textarea {
    font-size: 1.6rem;
    height: 5rem;
  }
}
form .textbox input:focus, form .textbox textarea:focus {
  background: #fff;
  border-bottom: solid rgba(12, 12, 14, 0.4) 0.1rem;
}
form .textbox input::-webkit-input-placeholder, form .textbox textarea::-webkit-input-placeholder {
  /* Edge */
  color: #9D9DA4;
}
form .textbox input:-ms-input-placeholder, form .textbox textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9D9DA4;
}
form .textbox input::placeholder, form .textbox textarea::placeholder {
  color: #9D9DA4;
}
form .textbox textarea {
  font-family: "fonts/Maison Neue", sans-serif;
  resize: none;
  padding: 1rem 0;
  overflow: hidden;
  min-height: 10rem;
  max-height: 15rem;
}

/*#endregion */
/*#region Selectric */
.selectbox {
  flex: auto;
}
.selectbox .selectric {
  background: none;
  border-radius: 0.5rem;
  border: solid #ddd 0.1rem;
  border-radius: 0.5rem;
}
.selectbox .selectric .label {
  height: 5.3rem;
  line-height: 5.5rem;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.selectbox .selectric .button {
  height: 5.5rem;
  background: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.selectbox .selectric .button:after {
  display: none;
}
.selectbox .selectric .button:before {
  content: "";
  background: url("../images/icons/components/icon-arrow.svg") no-repeat center center;
  width: 7rem;
  height: 5rem;
  position: absolute;
}
.selectbox .selectric-open .selectric .button:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.selectbox .selectric-items {
  background: #fff;
  border: none;
}
.selectbox .selectric-items ul li {
  line-height: 3.5rem;
  font-size: 1.5rem;
}
.selectbox .selectric-items ul li.selected, .selectbox .selectric-items ul li.highlighted {
  color: #fff;
  background: #381CFF;
}
/*#endregion */
/*#region Checkbox */
.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-grow: 1;
  align-content: center;
  align-items: center;
  height: 4rem;
}
@media only screen and (max-width: 1024px) {
  .checkbox {
    height: auto;
    padding-bottom: 2rem;
  }
}
.checkbox .link {
  text-align: left;
  font-size: 1.5rem;
}
.checkbox .link a {
  color: #381CFF;
  text-decoration: underline;
  cursor: pointer;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  position: relative;
}
/*
.checkbox input:checked + :after {
  content: "";
  background: url(../images/icons/components/check.svg) no-repeat center center;
  background-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  text-align: center;
}
*/
.checkbox input:checked + :before {
  background: #381CFF;
}
.checkbox input:checked + label {
  color: #0C0C0E;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  color: #90989F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .checkbox label {
    font-size: 1.6rem;
  }
}
.checkbox label:before {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  flex-basis: 2.5rem;
  content: "";
  -webkit-appearance: none;
  background: #DDE4E6;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1rem;
  border-radius: 0.5rem;
}

/*#endregion */
/*#region Checkbox - Radio Button Text */
.checkbox-radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.checkbox-radio input[type=radio], .checkbox-radio input[type=checkbox] {
  opacity: 0;
  display: none;
  margin: 0;
}
.checkbox-radio input[type=radio] + label, .checkbox-radio input[type=checkbox] + label {
  cursor: pointer;
  height: 4rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 2rem;
  color: #0C0C0E;
  border: solid #ddd 0.1rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
}
.checkbox-radio input[type=radio]:checked + label, .checkbox-radio input[type=checkbox]:checked + label {
  background: #381CFF;
  border: solid #ddd 0.1rem;
  color: #fff;
}

/*#endregion */
/*#region Radio Button */
.radio-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 1.5rem;
}
.radio-button label {
  margin: 0 2rem 0 0;
}
.radio-button [type=radio]:checked, .radio-button [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-button [type=radio]:checked + label, .radio-button [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  color: #0C0C0E;
}
.radio-button [type=radio]:checked + label:before, .radio-button [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: solid #ddd 0.1rem;
  border-radius: 100%;
  background: #fff;
}
.radio-button [type=radio]:checked + label:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #381CFF;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}
.radio-button [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #381CFF;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  opacity: 0;
}
.radio-button [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*#endregion */
/*#region Date Picker */
.date-picker {
  position: relative;
}
.date-picker:before {
  content: "";
  width: 5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/components/icon-calendar.svg) no-repeat center center;
  background-size: 2.5rem;
  opacity: 0.5;
}
.date-picker input {
  cursor: pointer;
}

#ui-datepicker-div {
  display: none;
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

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

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #78909C;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 3rem;
  transition: 0.3s all;
  color: #0C0C0E;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 0.8rem;
  margin: 0.2rem;
}
.ui-datepicker-calendar tbody td a:hover {
  background: rgba(56, 28, 255, 0.2);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background: #381CFF;
  color: #fff;
  border-radius: 0.5rem;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

/*#endregion */
/*#region Breadcrumb */
.breadcrumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  font-size: 1.5rem;
  color: #0C0C0E;
  line-height: 5rem;
  padding: 0 1.5rem;
}
.breadcrumb li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:after {
  content: "/";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  color: rgba(12, 12, 14, 0.2);
}
.breadcrumb li a {
  font-size: 1.5rem;
  color: #381CFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.breadcrumb li svg {
  width: 1.7rem;
  fill: #381CFF;
}
.breadcrumb.center {
  justify-content: center;
}
.breadcrumb.solid svg, .breadcrumb.dark svg {
  width: 1.7rem;
  fill: #fff;
}
.breadcrumb.solid {
  background: #381CFF;
  color: #fff;
  border-radius: 0.5rem;
}
.breadcrumb.solid li:after {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb.solid li a {
  color: #fff;
}
.breadcrumb.dark {
  background: #0C0C0E;
  color: #fff;
  border-radius: 0.5rem;
}
.breadcrumb.dark li:after {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb.dark li a {
  color: #fff;
}
.breadcrumb.icon li:after {
  content: ">";
}

/*#endregion */
/*#region Pagination */
.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pagination button {
  min-width: 4rem;
  height: 4rem;
  cursor: pointer;
  background: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0C0C0E;
  font-size: 1.4rem;
}
.pagination button span {
  padding: 0 1.5rem;
  font-size: 1.4rem;
}
.pagination button:hover {
  color: #381CFF;
}
.pagination button:hover svg {
  fill: #381CFF;
}
.pagination svg {
  width: 0.6rem;
  fill: #0C0C0E;
}
.pagination .radius {
  border-radius: 100% !important;
}
.pagination.solid button.active {
  background: #1d00e8;
}
.pagination.border button.active, .pagination.light button.active {
  background: #381CFF;
  color: #fff;
  border: solid #381CFF 0.1rem;
  border-radius: 0.5rem;
}
.pagination.border button.active {
  border-radius: 0;
}
.pagination.border {
  border: solid #ddd 0.1rem;
}
.pagination.border button {
  border-right: solid #ddd 0.1rem;
}
.pagination.border button:last-child {
  border: none;
}
.pagination.solid {
  background: #381CFF;
  border-radius: 0.5rem;
}
.pagination.solid button {
  border-right: solid #ddd 0.1rem;
  color: #fff;
}
.pagination.solid button:hover {
  background: #1d00e8;
  color: #fff;
}
.pagination.solid button:hover svg {
  fill: #fff;
}
.pagination.solid button:last-child {
  border: none;
}
.pagination.solid button.active {
  color: #fff;
  border-right: solid #ddd 0.1rem;
  border-radius: 0;
}
.pagination.solid button svg {
  fill: #fff;
}
.pagination.dark {
  background: #535360;
  border-radius: 0.5rem;
}
.pagination.dark button {
  border-right: solid #ddd 0.1rem;
  color: #fff;
}
.pagination.dark button:hover {
  background: #0C0C0E;
  color: #fff;
}
.pagination.dark button:hover svg {
  fill: #fff;
}
.pagination.dark button:last-child {
  border: none;
}
.pagination.dark button.active {
  color: #fff;
  background: #0C0C0E;
}
.pagination.dark button svg {
  fill: #fff;
}

/*#endregion */
/*#region Modal */
.modalbox-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  min-height: 40rem;
  background: #D4D7DE;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}

.modal-box {
  flex-direction: column;
  display: flex;
  position: fixed;
  z-index: 10;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  visibility: hidden;
}
.modal-box.visible {
  visibility: visible;
}

.modal, .modal-demo {
  max-width: 60rem;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
}
.modal .modal-head, .modal-demo .modal-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 6rem;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1.5rem;
}
.modal .modal-head .title, .modal-demo .modal-head .title {
  font-size: 2rem;
  color: #0C0C0E;
}
.modal .modal-head .close-modalbox, .modal-demo .modal-head .close-modalbox {
  width: 6rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.modal .modal-head .close-modalbox img, .modal-demo .modal-head .close-modalbox img {
  width: 1.2rem;
}
.modal .modal-content, .modal-demo .modal-content {
  padding: 1.5rem;
}
.modal .modal-content p, .modal-demo .modal-content p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #0C0C0E;
}
.modal .open-modalbox, .modal-demo .open-modalbox {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #381CFF;
  font-weight: 500;
  margin-top: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
}
.modal .modal-buttons, .modal-demo .modal-buttons {
  width: 100%;
  padding: 2rem 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.modal .modal-buttons button, .modal-demo .modal-buttons button {
  margin-left: 1rem;
}

/*#endregion */
/*#region Flex */
/*#endregion */
/*#region Animated */
/*#region Transition */
/*#endregion *


/*#endregion */
/*#region Fonts */
/*#endregion */
/*#region Main */
/*#endregion */
/*#region Colors */
/*#endregion */
/*#region Button Colors */
/*#endregion */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 0.5rem;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.slider-wrapper {
  overflow: hidden;
}
.slider-wrapper .slider-content {
  height: 40vh;
  overflow: hidden;
}
.slider-wrapper [class*=col-] {
  display: block;
}
.slider-wrapper .column {
  flex-direction: row;
}

.thumb-slider .gallery-top {
  height: 80%;
  width: 100%;
}
.thumb-slider .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.thumb-slider .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
}
.thumb-slider .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.thumb-slider .gallery-thumbs {
  margin-top: 1rem;
  max-width: 95rem;
}
.thumb-slider .gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.thumb-slider .gallery-thumbs .swiper-slide-thumb-active {
  background: #1600b5;
}

.swiper-button-next, .swiper-button-prev {
  background: url(../images/icons/slider/icon-arrow.svg) no-repeat center center;
  background-size: 2.2rem;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.5;
}
.swiper-button-next:after, .swiper-button-prev:after {
  opacity: 0;
}

.swiper-button-prev {
  transform: rotate(90deg);
}

.swiper-button-next {
  transform: rotate(-90deg);
}

body, html {
  font-family: "fonts/Maison Neue", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  list-style: none;
}

body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.dark {
  background: #0C0C0E;
}
body.contact, body.page-template-meet-page_tr, body.page-template-contact-page_tr {
  background: white;
  background: linear-gradient(-90deg, white 0%, #fde4cf 11%, #f7d7d4 22%, #efc1db 44%, #e8b0df 60%, #bf9dd8 79%, #7484c6 100%);
}
body.contact header.light, body.page-template-meet-page_tr header.light, body.page-template-contact-page_tr header.light {
  background: none;
}

img {
  width: 100%;
  height: 100%;
}

.container {
  padding: 0 1rem;
  align-items: self-start;
}

#luxy {
  top: 0;
}

/*#viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#scroll-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
}*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0C0C0E;
  overflow: hidden;
  z-index: 10;
}
.loading img {
  width: 350px;
  margin: 10% 40%;
}

.page-load {
  opacity: 0;
  transform: translateY(100px);
}


#luxy .button.primary.susRepBtn span { font-size: 1vw; line-height: auto; display: inline-block; margin: 0; }
.content.defPage .about .caption p { font-size: 1vw; }
.content.defPage .about .caption ul { font-size: 1vw; }
.content.defPage .about .caption ul li { list-style: inside; list-style-type: disc; }

header nav .logo img { width: auto; max-height: 74px; }
@media only screen and (max-width: 1600px) {
	header nav .logo img { vertical-align: sub; }
}

.screen-reader-response { display: none !important; }
.wpcf7-form .bottom a { color: #000; }
.langSwitc { text-transform: uppercase; }
.developAgency { text-align: left; font-size: 0.8vw; color: #525253; margin-top: 30px; }
.developAgency a { color: #525253; }

#presB { width: 100%; }
#presB .presList { list-style: none; width: 100%; }
#presB .presList li { width: 100%; list-style: none; margin-bottom: 20px; padding: 20px 0; border-bottom: 1px solid #bbb; justify-content: space-between; align-items: center; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: row; }
#presB .presList li span { display: inline-block; margin: 0; font-size: 1.5vw; }
#presB .presList li span.captionB {  }
#presB .presList li span.captionB h5 { font-size: 1.8vw; }
#presB .presList li span.captionB .date { font-size: 1vw; }
#presB .presList li a { display: inline-block; color: #000; display: flex; justify-content: center; align-items: center; position: relative; cursor: pointer; }
#presB .presList li a span { font-size: 1.2vw; transition: all 0.3s; padding: 0 2rem; }
#presB .presList li a i { display: flex; justify-content: center; align-items: center; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 2.2vw; height: 2.2vw; border: solid #000 0.2rem; }
#presB .presList li a svg { stroke: #000; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; transform: rotate(90deg); }
#presB .presList li a:hover i svg { margin-top: 1.5rem; margin-left: 0; }


