/*!
Theme Name: YouMap
Theme URI: https://youmap.com/
Author: YouMap
Author URI: https://youmap.com/
Description: YouMap
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: youmap
*/
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-size: 100%;
  outline: none;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Rubik", sans-serif;
  color: #35363a;
  -webkit-font-smoothing: antialiased;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1279px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
    overflow: hidden;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}

#footer-top {
  min-height: 294px;
  margin-bottom: -3px;
}

.violet-button,
.post-password-form input[type="submit"] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 63px;
  height: 60px;
  background-color: #802aff;
  border-radius: 30px;
  padding: 0 46px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
}
.violet-button:hover,
.post-password-form input[type="submit"]:hover {
  opacity: 0.75;
}

.violet-button--ghost {
  display: inline-block;
  font-weight: 500 !important;
  font-size: 14 !important;
  line-height: 52px;
  height: 52px;
  border-radius: 30px;
  padding: 0 18px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #802aff;
  color: #802aff;
}
.violet-button--ghost:hover {
  background-color: #802aff;
  color: #ffffff !important;
}

.orange-button {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #f4af03;
  text-decoration: underline;
}
.orange-button:hover {
  color: #db9d03;
}

.purple-button {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #802aff;
  text-decoration: none;
}
.purple-button:hover {
  color: #db9d03;
}

.planet {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
}

.form-input,
.post-password-form input[name="post_password"] {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding-left: 24px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
  color: #7a7f8a;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-input:focus,
.post-password-form input[name="post_password"]:focus {
  border-color: #802aff;
}

input,
textarea {
  font-family: "Rubik", sans-serif;
}

.form-textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  outline: none;
  min-height: 279px;
  line-height: 1.75;
  padding-left: 24px;
  padding-top: 17px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
  color: #7a7f8a;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  resize: vertical;
}
.form-textarea:focus {
  border-color: #802aff;
}

.form-input-error {
  border: 1px solid #ff5f4d;
  color: #ff5f4d;
}
.form-input-error::placeholder {
  color: #ff5f4d;
}
.form-input-error:focus {
  color: #7a7f8a;
}
.form-input-error:focus::placeholder {
  color: #7a7f8a;
}

.form-input-white-bg:-webkit-autofill,
.form-input-white-bg:-webkit-autofill:hover,
.form-input-white-bg:-webkit-autofill:focus {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-input-gray-bg:-webkit-autofill,
.form-input-gray-bg:-webkit-autofill:hover,
.form-input-gray-bg:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f2f5f9 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-input-dark-text {
  color: #35363a;
}

.form-input-white-bg {
  background-color: #ffffff;
}

.form-input-gray-bg,
.post-password-form input[name="post_password"] {
  background-color: #f2f5f9;
}

::placeholder {
  font-family: "Rubik", sans-serif;
  color: #7a7f8a;
  font-size: 16px;
  font-size: 1rem;
}

#form-message {
  display: none;
  position: fixed;
  max-width: 293px;
  width: 100%;
  border-radius: 8px;
  border-right: 15px solid transparent;
  box-shadow: 0 35px 100px 0 rgba(165, 165, 165, 0.3);
  padding: 24px 30px;
  box-sizing: border-box;
  color: #35363a;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
  background-color: #ffffff;
  opacity: 0;
  right: 80px;
  bottom: 78%;
  z-index: 9999;
  background-color: #ffffff;
}
#form-message.success {
  border-right-color: #802aff;
}
#form-message.error {
  border-right-color: #ff5f4d;
  color: #ff5f4d;
}
@media (max-width: 767px) {
  #form-message {
    bottom: initial;
    top: 76px;
    right: initial;
    left: 5%;
    max-width: 90%;
    transform: rotateX(-50%);
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.88;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.disable-scroll {
  overflow: hidden;
}

@media (max-width: 1279px) {
  ::-moz-selection {
    background: transparent;
  }

  ::selection {
    background: transparent;
  }

  * {
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-tap-highlight-color: transparent;
  }

  .modal-video-close-btn {
    width: 25px !important;
    height: 25px !important;
    right: 0px !important;
  }
}
header {
  display: flex;
  align-items: center;
  height: 100px;
  position: relative;
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  header {
    height: 90px;
  }
}
header .container {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 140px;
  height: 50px;
  display: block;
  z-index: 10;
}
header .logo svg {
  width: 140px;
  height: 50px;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav ul li {
  margin-left: 28px;
}
@media screen and (max-width: 1280px) {
  header nav ul li {
    margin-left: 18px;
  }
}
@media screen and (max-width: 1065px) {
  header nav ul li {
    margin-left: 9px;
  }
}
header nav ul li.menu-item-button {
  margin-left: 90px;
}
header nav ul li.menu-item-button a {
  background: #802aff;
  color: #ffffff;
  padding: 15px 18px;
  border-radius: 30px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header nav ul li.menu-item-button a::after {
  content: unset;
}
header nav ul li.menu-item-button a:hover {
  opacity: 0.75;
}
header nav ul li.menu-item-button--ghost {
  margin-left: 0;
}
header nav ul li.menu-item-button--ghost a {
  border: 1px solid #802aff;
  color: #802aff;
  padding: 15px 18px;
  border-radius: 30px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header nav ul li.menu-item-button--ghost a::after {
  content: unset;
}
header nav ul li.menu-item-button--ghost a:hover {
  background: #802aff;
  color: #ffffff;
}
header nav ul .current_page_item a {
  border-bottom: 3px solid #f4af03;
}
header nav ul .current_page_item a:after {
  display: none !important;
}
header nav ul .current_page_item a:hover:after,
header nav ul .current_page_item a:active:after,
header nav ul .current_page_item a:focus:after {
  display: none !important;
}
header nav ul a {
  color: #35363a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.69;
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
  padding-bottom: 0px;
  white-space: nowrap;
}
header nav ul a:after {
  content: "";
  width: 0;
  height: 3px;
  background: 0 0;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s;
}
@media (max-width: 1279px) {
  header nav ul a:after {
    top: 28px;
  }
}
header nav ul a:hover:after,
header nav ul a:active:after,
header nav ul a:focus:after {
  display: block;
  background: #f4af03;
  width: 100%;
}
header span.p1,
header span.p2,
header span.p3,
header span.p4 {
  display: none;
}
@media (max-width: 1300px) {
  header nav ul li.menu-item-button {
    margin-left: 0;
  }
}
@media (max-width: 1190px) {
  header .menu-header-menu-container {
    display: none;
    opacity: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    position: fixed;
  }
  header .menu-header-menu-container.open {
    display: block;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  header .container {
    overflow-x: visible;
  }
  header span.p1,
  header span.p2,
  header span.p3,
  header span.p4 {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
  header .p1 {
    top: 101px;
    right: 35px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABQVBMVEUAAACpaP+cT/+PSP+QSf+NQP+SR/+eU/+QSP+RSf+PR/+WTP+QSP+QSP+QSf+AKf+AKf+QSP+QSP+QSf+RSf+RSv+TSf+AKf+CLP+QSf+QSP+QSP+AKv+QSf+AKv+RSf+AK/+RSf+RSf+QR/+TSv+QSP+PSf+QSP+QSP+QSf+QSP+AKv+QSf+QSP+QSf+AKf+DL/+AKv+AKv+AKf+QSf+QSf+AKf+AK/+QSf+AK/+BK/+GN/+LP/+QSP+PSf+RSP+RTf+PSP9/Kf/IqPiobP+DL/+LPP+BK/+maf+PRf+BLf+GNf+FMv+dW/+obf6hYv+YU/+VTv+RSP+qcP6jZf+OQv+JPf+rcv65jvu/l/rEofmgXv+LQP+JOf+DMf+sdf29lPq8kPqUSv+0gvyuefy3iPvGpfm1hvy3ifvBmvmwffuJm9WPAAAAQXRSTlMAAwvs4BcUBvZqVBD78NDMv7SGdFs6I/zs1qegl45XS0RDMCoc5drYysC4t6SYYff04NzHrpybg4JkNeLMrXt4HuQH61cAAANXSURBVEjHnZZnW+JAEICDCqjYwAJiQcVez16u7pAAgUgXEQQp1vv/P+B2N2tIQhLWez+Eh4e8OzM7OyECD+7lxcmT0NHx1MW1R/gaK1PQJbi3/BV1kkrxfEGOJ4BwesOpui6DAFK2Uo0RXt+TcaIvunjc0RCAkiGmxt87bO8NcLgSQOEhZiKDs59093UVSJVeYz1U0gBTfTKfSYOSfcY3tzpNo91UAC4d3cM7iCfFTLPaEUXRZFckCK44uCNIKoiEe3LpmDJ/wmXbu9OonKZuvt7G15a5bhnANvQvhJQ4cUljcuJ976YBTNm4AYRkgKyongm59BbrAa9q3a4lhFAZIBGXiJuoiRl8d/XlTX9aigCWp/wAYdLASN3i7DMPrSLeO13THwAWLY7zAiI0mJvALrGL5Ko/bRJM9rphREmxuDXqlpJ0hQ9D0Sdm13uGVJib1VzMU0xHHkJm148YCZqz6mZz9LNo6FgBjozuwC5TWdpt6tZStPKkseY7ODa6O0iDdilH3FuyTp24YrHy8f5UfKFy2nhKfNtM1FoVJy4tQMaudtJbaqsudK5nAukoA7VzBerWmZuh1446Gtdd1z2P9MigQ2FuTZHyLHIBgh7NXd9ERho6mRifFdyKz+pg7Gnu3BAy8aiTc8xVF3qhXYZlzd1APUigQaczR12oicVm9RngVGBEiesUWi6V2kAp0KOmANwwd20QWVEHMyyH+3h3pGbHkTUNMJMi257EOYVcfVwkS5aBcdxvc6q7Ooxskc2xJRy5jd2os8tIm+x6Tgb47hNU5pEzjz2pSz8GBMY46kdZMaiPfq/wCXliDY2Mhp10uZxu4JlOSemyjMIu3QwvbZ+TB/A+4uOcuGYifO6S9R8qlxuwdD3zPO5vS3d9i8cdsXTZNDszdmjW2FTxuKOWLpsMZ4Yjlm5kmMddte7RGIc7Pmtdr+qO+cMOhQ+uCZZcaVm5bbd8I2r32kNXplmN2LhDc4INvk38a9TphG6uC7Z4RyNsuHdZgYHpCZ074bZ3ze8iaAsH8nbtbZ/AwQEL5DGUvzPA43rYzT62jSq7XK7wBxH86s0eNmRnXoEP8iqz71I7QIebfuXEO70wo716Ug50Lj8/zY8rftheXwn/hyswOHQo9OcfFw4aeJZMV9MAAAAASUVORK5CYII=");
  }
  header .p2 {
    top: 165px;
    left: 35px;
    width: 25px;
    height: 34px;
    background-size: 25px 34px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABFCAMAAADQBC7EAAABlVBMVEX/DD0AAAD/Ll3/DT/QzMXNzcz7GEX/DUX/WE7/Dj//E0b9IU3SvcH/D0L/EEL/FUH/F0b/Dz7/Dz7/DT7/Ej//E0D/EED/z1L/DT//CTv/Cjz/H0T/SCL/Dz//Dz//Dz//zkv/ET7/Dz//Dj//KzD/Dj//ED7/Dj7/DT//Dj3/DD//DD7/yzz/D0L/FD//zEH/QSX/zEj/Dz//yT//xzn/Dj/QzMz/yDr/Dj7/xzv/xzr/xzr/Gjr/yD3/zD3/DD6Iabj/yUGmMXD/NSz/ED//zEX/Dz//Fj3EpLr/ykD/Dz//KjH/xzz/Dz3/xzv/xzr1EUf/xzvPz8//GTm6IXX/Gjr/yT7/Dz7/0Ub/Uh3/Dz//3Hvl5eX/gRr/02D/Oyj/RSP/Th7/SyD/Ezz/ITX/JjP/Myz/UB3/ET7/Fjv/Gjn/Ly7/QyT/SCL/Whz/Zxv/fhr/12v/Hjf/KTH/LS//Niv/Pyb/TR//axv/exr/23f/2XH/0Vn/VR3/dBvMzMz/QSX/YBz/Xhz/bhvU1NR7T6nnTTIb2fj9AAAAWXRSTlMqAAUnBaMtEgMkDQqxIh4XFu+MSxwaEP45NTAI+/rfd/n0yaupooNsX1lGPTcjGRLw6OPZvLanpZiUc2ZjLBkU/vPx6ubg0dDPxr2dmoWFf2tWT0dGRiEgCylAx0wAAANwSURBVEjHxZbnQ9pQEMCP0EpIGpSh1t3aYW3V7l1r9977vRoDiAiyrHvPtn93z0TCvQiSfOrvA+QDP+7d5e4S8FXlxqeB2+8GfNWp7hwZPfpwdWXs8p2Lnpy1n8iv1psDHpwxVJCVsat3f3hzzGAnbg97dJDVE3c9OsjYVe9O6zWvDlbvoicH79L7+57qtrr28uMR1/en1azym2EvfXCtde0paR1XjvyNZOHCkdXRGyNNgYAiuXTURg0aRo+BiT8WkOo5cpMfkD3HJqQe6gTQsB1iddR0lCAAcSjNUnVnCIA6In61iiOHQHSctBxwpCDUcaDJ4Uh+qOegJDoaiM7vag4o1GkGh7NJHEJHxQmAgy+bLz709PUfBwdBuexIINL2+tGDP38TBWP2eeQCCDSWnSHxXKc72fbS7jpDJtMnI+1AkSxHDPP5Eist67peYiaLqe6o0BCWEwPCvU5W1JHlImMLBkPmwuccZQAxzNfOnY3S8vTuDqswcTIqBgKhaO2XitP6NBOZnLpCCujfc2ifnWaYyhKziRsJ/Nzip6CC6gOZFrmzpOsbjBnpSetUnI/n8TvVdZ6WGxQaZh1Pts7ynOcYssCRGbwwaKCgDxqJ83jbPFmB8zRD5jkyjheJTLgBbGQg6VyIL+l6EX+TN6xsOJJiyAwn9VaBzE1fsrhRYoR0hk8lrcQiZPiADM5Z5iSBxh45fgZshI6+xWoxx6+T0RMc61+TceZkQnTo2awf52YcxkI2K5yNOn3p/SyscPPz1gVLYfki1NFIrWmA5DjnU5ZkoNNPtgLQVfCMZJLjiFEOFKZjJ1QukqKlQubZfg+doo0NEu3RsGE7hQz2TdJMb4rTHo3hLNAF+jYTZ4ncbN7snNm5Qrm7z9AdjA5t0obebHxvABbJxM1y3t0GFWR0VCAcv5LJYh5btrKIhRZm+7u5Q4JUinajkk2Ug6Sx4uF+ILSYjgJCpF68L+l8YXIxbkygwbvPA2HQh87BBd/zhFcIO3aisu+oINLe86rLFLp6zzpWtmbv+BCAU4ue67kXbQMnqu3IQXBHgDx/OvyulGbhOae4UTSZOEigvjIo+YjjKlJI9lHHTU6NVd9DpFBtw99S6x1J1WoFkQ95F2updqdiUp13PiUm5qWNEIM6ImpgKKQFg4NarEkhAnHq8B+df900Lw8M7o2PAAAAAElFTkSuQmCC");
  }
  header .p3 {
    top: 470px;
    right: 64px;
    width: 50px;
    height: 36px;
    background-size: 50px 36px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAABRCAMAAAA5OwLXAAACfFBMVEUAAAD/zTH+ykn/yT3+zVL//6P9xz//vSj/vij/vyr/wSv/vSj/vSf8xDr/vSf/vSP/z0X/z1b/vSf1sAT1sAP/vSf8xjz/vSf+vy3/vyv/xzL/wyr/wy//wij/vCb/vSj9y0v9yUb/vSj/vCf/vSf9yEH/vSj1sAP/vSf8xDT1sgf+wCz+vy3/xi//vyj/0Vj1sAP+zE3/vSf/vCf9xz7/vCj/vSf/vCf/vCj1sAT/vSf/vSf8xDf2sAT7xTb/vij/vij/vSf/vSj2sAP/vSn3sgT2swr9zE/8xTr9yEX/vSf/vSj7xj3/vSj/vCj7xjz/vCf/vSf/vif2sgT+wS39wzD3sgX/1nb/vSf6wS/3swr+0WL5txb+0mv/vSj+0GT8xz70sAT8z2H1sAT1sAT1swz5thL8xTr1sAP1sQP1sAP1sAX/vif1sAT9z1n2rwT2sAX4uB79z1n2sQb1sAP4sAT/013/vCf/z0j/0Fr/2YP/xjn/5K70rwP/5rP/ykX/xzr/zkX/zEL/vSn/yj//yDz/xjr/z0f/5K3/wTH/2YH/2H7/0Ez/xTb/3Y7/viv/46n/4Z7/1nX/vyz8uBz/2Hv/1XL/wS//wC74txf/46X/4Zr/13j/1W//0mP/zUP/wzP/4aP/2oj/1Gb/yUH/yT7/xDX2sw7/24D/12v/02n/1GH/0l7/z13/0U//xzn/vSj/4qH/35f/3IX/2XT/zlT/yk7/ykr8yEX/xkX/xD70sQj/24r/02z/01j/0lX/xT//yTz/wzv/vi/4uyL6txj/2YT/2HH/0GD/01r/y1L/0Ev6xDj5vyv4tRH1sQf/3pT+uyT/2X75wTETAmaWAAAAd3RSTlMACvAE/gHReFpFJ/W3rYMMB/7y7N7JwaVUNh4WFBD8+vXp5+Xc2b+pnndnMSwiHf75+Ozf3dnY1s3HxaiMi4KAcmllUD47Gf7l1tG7uq2hm5eOYFVLQi/4+PXy4N/Z1dTHwbu0r66ro6Gcm5WJgXtzcXBqWEpENJYBOFEAAAdiSURBVGjezZr1V9tAHMCDjMHGmAtszN3d3d3d3d0ubdouLVWgSBkdwxkwtjHGBBlj7q7/0CKXXi/Jpe3WvbfPTzx4r5/31bs0UCHTKnZW1879+3bo2aHfxKmDW3ZLov4p3edO6wvk9B8c25b6N0TExvcE6rTuuj4q/MIes8YCLcbNaRdeYfKa1iAQfWeHUdpiLh5hSl4p42ZYxl3qygR+TIgLl7FVZ4DIc1eaaT/MViYH/XVa97AY16Kc5rhLaBUsyNpvfhj6tCuQuGKliVReASJ3t0+ZsmffoKMzhp7f2PbPGtWX1DxJ+PSpqtSaB0QuG310GnR6QajTM3Ki1DE2mufZu4wsk+neM1Upm4KciI6H50WEYBzRDxpdQsvcLDCJFNCqmF3IiVlnLAw6q/2hsZb7vPS6fJOPO2rGkgoLg5wYo48EJ20L65jCV/FOtglh+CTFZUYhsgyHXcXZ/Przw+dbzgSzAOKh0UJz3DD5cQOGZeMcVoc4KHZGoBQIXEXG1/U6gfHJAZUtgUCmYKS/I2FBnTSOAqzF7CixsgwE7qMqyfhFJxEZaE8k9vLFeKf8mRRl1oObUh0ddiix2xg/4ID++CYar+oQkT20CzlOnGyujnUGk+nBHb557r375L9zfPg7Xfh4PtT5MUBTuQYIsNxomHhupr/7WY3PPoM5UZSQr7yxSocxU2uVi2l10XS1QVA+oOVUIA1rQ84UAPkh9A6uHKOxFeLF1jHTH5wmgVzl4PuEOVwB3CwKEnJVVGKsIhrjgEAlnQ7nP19l+CuhEs5SKcORB/z4JnUPIpKoXCYeHTT9AM7+bVqJQ8im3ZfJlBxhQLAwm9vLnMMIxmFAwEJXm0TKkUgRJyDS+lgn42ddcA0knpGlNA33eB2yKFrIDcjMphYciMaVywlHVk8Y5E3ReJ8m4bDWMoDMJO7DYpGTPJrrtkqVzBYL+ZQmYrGxQIPh3Mctx5RL1G7kg4yXAY9NquQNmoyDsV0HZBK4D+yDKWOUxnkdjUax/xx0hrhW02kNuLHMIysnUFQ3HUYXuTBqBr+kYPN8chKDxPeBi+wcGdFbu2MXThGWP+B5QZebBIiVRFuPnNvYGB3OcNy4oCNvhKU0w/MqWyU0S4kD/lTLCLjvEpTjZcYxsjKONgqIt2Rp89QphPzSqbWaud6xMNg2V/Ky3OvxFBUjZRvMONQo8g3wXKfp23jzyE5mm3B6IHKAkoY0vYDnNjSOGuFvPAWNsHsY/hKZbyr4AE3KY5IV3AhF496tSdVD0qAzBo9R4is8RAggkZ3FnaW4MadIjygUjO1b+W8cUYca1kIcRAQWprxxHxXq/SmXV3LjaKR8AxuWAMuQcaODTEwqwsMflu2QMbmTUa50kJRWsrGWla6ULz16Gbk6XXQihdgv6dBYkrcqKUy24tKlSxUuvorFUoiINJ1uCIU4ZyQrlZTYVY22SyKv7ja8ffxWoSzEChnBpbW5qjlwYtHThwoVUHmrwGkwOMsyZMoibJ+fMH5p5Iq76Fcz1j5krDbUpJn81wd8WqEw2wDJxoyp2DkZ0VG6UUdXYUNCpIR5gd+Tr4t5hULIfX/lNnzRQSMfaJVvFVg1z2WIG0BcvLLwngHDL7c7KIzFOsRDTnkQPhmQMSv3al7jtSyDjDKfca/s4oHdNK8aByXBtU7Gqjg+ar47DQqcsG/TTlI4Q3T+fOmU3KI1vGzhR6TVWiLltRZXNqEAca4Jxk0XKRltMOXnCxQ1EJ8S9Iz8wizY7f4Pds9zxQoSlbtaUHK6YMrF3G9mwf5RFo+1WiyVyMjUp5YZyDj5PXeWUhIjv4DBZyA3jXghChm33wMz20DyoclMLU6iAiqju3GDKhQzU3FgCSeE+L1H43svFJJxPva8XIo8WC1xYuKoafJlIBpF7PXFXv5+kR3ImPERgJaig9CxiMgYF9+KpdgZyaaAV00fi4ty4SFxP4Axy8ufYyPUH+x0akQ3Nj1PF3n2obq6/InXw4eGyAqQ1JeAozOlTqROgxqvGJWca9o5fQQE5hKU0zWMxSg0nAyNlD6GQtC3HUEZEU02pupDVeanuqBQbJ5Qw8wlCImJzX6SCXx0SKaIjCcYy/VkylQymtEge2wnk9RbXelFhoCZdRY8eQUwJkVpfrus7vSQjfhgOu+lPQJy4ihNkiKJSnKcTujLTmsCSlYG/L63TXulskivybX7Zfn5BYWP1B/Z21IB2dBHobyt1yb3VsMroM7mYVQwrB8wKvgw0558dAEyc6ggGX6oD27NVbV53zeKOiIJIb2Mmb47sj1KbSEu89yqaUI2IoNDf3m4YciqLgP6RPYeE13/vqgwt9BbdKu4pv55JgiOFVHUn9N2IICkpIBgWd2C+hvarQChkvDXb2hb9gxJ2CGW+nvm9wvBOLlVeF62rwxW2Ot42N6Az98ZlHFZKyp8RM0ZFzin3ajwErV2kqZwYBz1D0hcPZbg65+AUhruUOMSpvaST0V8y0Tq3xKRGJvQNX7q0omTB8Zz/3szPIr6//kN9ylbFWuWVtIAAAAASUVORK5CYII=");
  }
  header .p4 {
    top: 488px;
    right: 50px;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAA+VBMVEUAAAAAkMUAkMUAkMUAkMUAkscAlckAkMUAkcYAkcUAkscAlsQAntMAkMUAkMUAkMUAkMUAkcUAkcUAkcUAkcYAkscAlcYAmMgAldUAj8QAkMUAkMQAkMQAkMUAkcYAkMUAkcQAj8SW3fZPt96R2/VVu+FYuNUNlclkw+ZfwORZvOJQt94bnc5zy+tTt9ospdNguc4FkcZouMKL1/KH1fB/0e95zuxlwN49r9g3rNYJksATlb5suL0vnrdhsLCL2PN6zu2T1+qK1OptyOhQuN5Fs9teu9hduNAVmsxatclkuMcbmcAbl7wnmrlYrrZrtLRAo7NLprBXqq7+0Q68AAAAIXRSTlMAt/jz6kYVj4s2Lg0L/t/GtK6eYFYkHRAG2dPHupWCd2hu4dAkAAABE0lEQVQY003Q53LCMBAEYLnFhdAhkJ7TudtgbEoIENJ7z/s/TGRL9mT/6Zub1cwSkUHfNM3+LvmfXhPAiz2oS1plOxLEwZRSavsJdMT93n4a0DL+c7OW4/DAWxRgh+HIxyUc5WrAHT+b4r0TYgJwxkrlCyoycgBSAFCH5BTmVen5GopoRIq52NezBU4uCz0hqijw0XlEdH9ybRPlQZQijjNE/GIqEWVZlkav39sII6YtcpgwuZrbN+NsC/DrZkx1oqc2pY7jTlD8xdIlFoSUBh68b1gxR3lAiOTNaPACUN+gy/U4H0eJbzH6YK83jo1iHk3+dJ/WUEa1mOWsrlYVNqxq9o4sTDH46MK7ektqG70af/4BObkxEuAGBY0AAAAASUVORK5CYII=");
  }
  header .logo {
    height: auto;
    width: 163px;
  }
  header .logo svg {
    width: 163px;
    height: 40px;
  }
  header nav {
    margin-top: 0px;
  }
  header nav ul {
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 90px;
    padding-top: 40px;
    height: 100vh;
    background-color: #ffffff;
  }
  header nav ul li {
    margin: 0 0 25px;
  }
  header nav ul a {
    line-height: 1.44;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 1190px) and (orientation: landscape) {
  header .container {
    overflow-x: visible;
  }
  header span.p1,
  header span.p2,
  header span.p3,
  header span.p4 {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
  header .p1 {
    top: 101px;
    right: 35px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABQVBMVEUAAACpaP+cT/+PSP+QSf+NQP+SR/+eU/+QSP+RSf+PR/+WTP+QSP+QSP+QSf+AKf+AKf+QSP+QSP+QSf+RSf+RSv+TSf+AKf+CLP+QSf+QSP+QSP+AKv+QSf+AKv+RSf+AK/+RSf+RSf+QR/+TSv+QSP+PSf+QSP+QSP+QSf+QSP+AKv+QSf+QSP+QSf+AKf+DL/+AKv+AKv+AKf+QSf+QSf+AKf+AK/+QSf+AK/+BK/+GN/+LP/+QSP+PSf+RSP+RTf+PSP9/Kf/IqPiobP+DL/+LPP+BK/+maf+PRf+BLf+GNf+FMv+dW/+obf6hYv+YU/+VTv+RSP+qcP6jZf+OQv+JPf+rcv65jvu/l/rEofmgXv+LQP+JOf+DMf+sdf29lPq8kPqUSv+0gvyuefy3iPvGpfm1hvy3ifvBmvmwffuJm9WPAAAAQXRSTlMAAwvs4BcUBvZqVBD78NDMv7SGdFs6I/zs1qegl45XS0RDMCoc5drYysC4t6SYYff04NzHrpybg4JkNeLMrXt4HuQH61cAAANXSURBVEjHnZZnW+JAEICDCqjYwAJiQcVez16u7pAAgUgXEQQp1vv/P+B2N2tIQhLWez+Eh4e8OzM7OyECD+7lxcmT0NHx1MW1R/gaK1PQJbi3/BV1kkrxfEGOJ4BwesOpui6DAFK2Uo0RXt+TcaIvunjc0RCAkiGmxt87bO8NcLgSQOEhZiKDs59093UVSJVeYz1U0gBTfTKfSYOSfcY3tzpNo91UAC4d3cM7iCfFTLPaEUXRZFckCK44uCNIKoiEe3LpmDJ/wmXbu9OonKZuvt7G15a5bhnANvQvhJQ4cUljcuJ976YBTNm4AYRkgKyongm59BbrAa9q3a4lhFAZIBGXiJuoiRl8d/XlTX9aigCWp/wAYdLASN3i7DMPrSLeO13THwAWLY7zAiI0mJvALrGL5Ko/bRJM9rphREmxuDXqlpJ0hQ9D0Sdm13uGVJib1VzMU0xHHkJm148YCZqz6mZz9LNo6FgBjozuwC5TWdpt6tZStPKkseY7ODa6O0iDdilH3FuyTp24YrHy8f5UfKFy2nhKfNtM1FoVJy4tQMaudtJbaqsudK5nAukoA7VzBerWmZuh1446Gtdd1z2P9MigQ2FuTZHyLHIBgh7NXd9ERho6mRifFdyKz+pg7Gnu3BAy8aiTc8xVF3qhXYZlzd1APUigQaczR12oicVm9RngVGBEiesUWi6V2kAp0KOmANwwd20QWVEHMyyH+3h3pGbHkTUNMJMi257EOYVcfVwkS5aBcdxvc6q7Ooxskc2xJRy5jd2os8tIm+x6Tgb47hNU5pEzjz2pSz8GBMY46kdZMaiPfq/wCXliDY2Mhp10uZxu4JlOSemyjMIu3QwvbZ+TB/A+4uOcuGYifO6S9R8qlxuwdD3zPO5vS3d9i8cdsXTZNDszdmjW2FTxuKOWLpsMZ4Yjlm5kmMddte7RGIc7Pmtdr+qO+cMOhQ+uCZZcaVm5bbd8I2r32kNXplmN2LhDc4INvk38a9TphG6uC7Z4RyNsuHdZgYHpCZ074bZ3ze8iaAsH8nbtbZ/AwQEL5DGUvzPA43rYzT62jSq7XK7wBxH86s0eNmRnXoEP8iqz71I7QIebfuXEO70wo716Ug50Lj8/zY8rftheXwn/hyswOHQo9OcfFw4aeJZMV9MAAAAASUVORK5CYII=");
  }
  header .p2 {
    top: 165px;
    left: 35px;
    width: 25px;
    height: 34px;
    background-size: 25px 34px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABFCAMAAADQBC7EAAABlVBMVEX/DD0AAAD/Ll3/DT/QzMXNzcz7GEX/DUX/WE7/Dj//E0b9IU3SvcH/D0L/EEL/FUH/F0b/Dz7/Dz7/DT7/Ej//E0D/EED/z1L/DT//CTv/Cjz/H0T/SCL/Dz//Dz//Dz//zkv/ET7/Dz//Dj//KzD/Dj//ED7/Dj7/DT//Dj3/DD//DD7/yzz/D0L/FD//zEH/QSX/zEj/Dz//yT//xzn/Dj/QzMz/yDr/Dj7/xzv/xzr/xzr/Gjr/yD3/zD3/DD6Iabj/yUGmMXD/NSz/ED//zEX/Dz//Fj3EpLr/ykD/Dz//KjH/xzz/Dz3/xzv/xzr1EUf/xzvPz8//GTm6IXX/Gjr/yT7/Dz7/0Ub/Uh3/Dz//3Hvl5eX/gRr/02D/Oyj/RSP/Th7/SyD/Ezz/ITX/JjP/Myz/UB3/ET7/Fjv/Gjn/Ly7/QyT/SCL/Whz/Zxv/fhr/12v/Hjf/KTH/LS//Niv/Pyb/TR//axv/exr/23f/2XH/0Vn/VR3/dBvMzMz/QSX/YBz/Xhz/bhvU1NR7T6nnTTIb2fj9AAAAWXRSTlMqAAUnBaMtEgMkDQqxIh4XFu+MSxwaEP45NTAI+/rfd/n0yaupooNsX1lGPTcjGRLw6OPZvLanpZiUc2ZjLBkU/vPx6ubg0dDPxr2dmoWFf2tWT0dGRiEgCylAx0wAAANwSURBVEjHxZbnQ9pQEMCP0EpIGpSh1t3aYW3V7l1r9977vRoDiAiyrHvPtn93z0TCvQiSfOrvA+QDP+7d5e4S8FXlxqeB2+8GfNWp7hwZPfpwdWXs8p2Lnpy1n8iv1psDHpwxVJCVsat3f3hzzGAnbg97dJDVE3c9OsjYVe9O6zWvDlbvoicH79L7+57qtrr28uMR1/en1azym2EvfXCtde0paR1XjvyNZOHCkdXRGyNNgYAiuXTURg0aRo+BiT8WkOo5cpMfkD3HJqQe6gTQsB1iddR0lCAAcSjNUnVnCIA6In61iiOHQHSctBxwpCDUcaDJ4Uh+qOegJDoaiM7vag4o1GkGh7NJHEJHxQmAgy+bLz709PUfBwdBuexIINL2+tGDP38TBWP2eeQCCDSWnSHxXKc72fbS7jpDJtMnI+1AkSxHDPP5Eist67peYiaLqe6o0BCWEwPCvU5W1JHlImMLBkPmwuccZQAxzNfOnY3S8vTuDqswcTIqBgKhaO2XitP6NBOZnLpCCujfc2ifnWaYyhKziRsJ/Nzip6CC6gOZFrmzpOsbjBnpSetUnI/n8TvVdZ6WGxQaZh1Pts7ynOcYssCRGbwwaKCgDxqJ83jbPFmB8zRD5jkyjheJTLgBbGQg6VyIL+l6EX+TN6xsOJJiyAwn9VaBzE1fsrhRYoR0hk8lrcQiZPiADM5Z5iSBxh45fgZshI6+xWoxx6+T0RMc61+TceZkQnTo2awf52YcxkI2K5yNOn3p/SyscPPz1gVLYfki1NFIrWmA5DjnU5ZkoNNPtgLQVfCMZJLjiFEOFKZjJ1QukqKlQubZfg+doo0NEu3RsGE7hQz2TdJMb4rTHo3hLNAF+jYTZ4ncbN7snNm5Qrm7z9AdjA5t0obebHxvABbJxM1y3t0GFWR0VCAcv5LJYh5btrKIhRZm+7u5Q4JUinajkk2Ug6Sx4uF+ILSYjgJCpF68L+l8YXIxbkygwbvPA2HQh87BBd/zhFcIO3aisu+oINLe86rLFLp6zzpWtmbv+BCAU4ue67kXbQMnqu3IQXBHgDx/OvyulGbhOae4UTSZOEigvjIo+YjjKlJI9lHHTU6NVd9DpFBtw99S6x1J1WoFkQ95F2updqdiUp13PiUm5qWNEIM6ImpgKKQFg4NarEkhAnHq8B+df900Lw8M7o2PAAAAAElFTkSuQmCC");
  }
  header .p3 {
    top: 470px;
    right: 64px;
    width: 50px;
    height: 36px;
    background-size: 50px 36px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAABRCAMAAAA5OwLXAAACfFBMVEUAAAD/zTH+ykn/yT3+zVL//6P9xz//vSj/vij/vyr/wSv/vSj/vSf8xDr/vSf/vSP/z0X/z1b/vSf1sAT1sAP/vSf8xjz/vSf+vy3/vyv/xzL/wyr/wy//wij/vCb/vSj9y0v9yUb/vSj/vCf/vSf9yEH/vSj1sAP/vSf8xDT1sgf+wCz+vy3/xi//vyj/0Vj1sAP+zE3/vSf/vCf9xz7/vCj/vSf/vCf/vCj1sAT/vSf/vSf8xDf2sAT7xTb/vij/vij/vSf/vSj2sAP/vSn3sgT2swr9zE/8xTr9yEX/vSf/vSj7xj3/vSj/vCj7xjz/vCf/vSf/vif2sgT+wS39wzD3sgX/1nb/vSf6wS/3swr+0WL5txb+0mv/vSj+0GT8xz70sAT8z2H1sAT1sAT1swz5thL8xTr1sAP1sQP1sAP1sAX/vif1sAT9z1n2rwT2sAX4uB79z1n2sQb1sAP4sAT/013/vCf/z0j/0Fr/2YP/xjn/5K70rwP/5rP/ykX/xzr/zkX/zEL/vSn/yj//yDz/xjr/z0f/5K3/wTH/2YH/2H7/0Ez/xTb/3Y7/viv/46n/4Z7/1nX/vyz8uBz/2Hv/1XL/wS//wC74txf/46X/4Zr/13j/1W//0mP/zUP/wzP/4aP/2oj/1Gb/yUH/yT7/xDX2sw7/24D/12v/02n/1GH/0l7/z13/0U//xzn/vSj/4qH/35f/3IX/2XT/zlT/yk7/ykr8yEX/xkX/xD70sQj/24r/02z/01j/0lX/xT//yTz/wzv/vi/4uyL6txj/2YT/2HH/0GD/01r/y1L/0Ev6xDj5vyv4tRH1sQf/3pT+uyT/2X75wTETAmaWAAAAd3RSTlMACvAE/gHReFpFJ/W3rYMMB/7y7N7JwaVUNh4WFBD8+vXp5+Xc2b+pnndnMSwiHf75+Ozf3dnY1s3HxaiMi4KAcmllUD47Gf7l1tG7uq2hm5eOYFVLQi/4+PXy4N/Z1dTHwbu0r66ro6Gcm5WJgXtzcXBqWEpENJYBOFEAAAdiSURBVGjezZr1V9tAHMCDjMHGmAtszN3d3d3d3d0ubdouLVWgSBkdwxkwtjHGBBlj7q7/0CKXXi/Jpe3WvbfPTzx4r5/31bs0UCHTKnZW1879+3bo2aHfxKmDW3ZLov4p3edO6wvk9B8c25b6N0TExvcE6rTuuj4q/MIes8YCLcbNaRdeYfKa1iAQfWeHUdpiLh5hSl4p42ZYxl3qygR+TIgLl7FVZ4DIc1eaaT/MViYH/XVa97AY16Kc5rhLaBUsyNpvfhj6tCuQuGKliVReASJ3t0+ZsmffoKMzhp7f2PbPGtWX1DxJ+PSpqtSaB0QuG310GnR6QajTM3Ki1DE2mufZu4wsk+neM1Upm4KciI6H50WEYBzRDxpdQsvcLDCJFNCqmF3IiVlnLAw6q/2hsZb7vPS6fJOPO2rGkgoLg5wYo48EJ20L65jCV/FOtglh+CTFZUYhsgyHXcXZ/Przw+dbzgSzAOKh0UJz3DD5cQOGZeMcVoc4KHZGoBQIXEXG1/U6gfHJAZUtgUCmYKS/I2FBnTSOAqzF7CixsgwE7qMqyfhFJxEZaE8k9vLFeKf8mRRl1oObUh0ddiix2xg/4ID++CYar+oQkT20CzlOnGyujnUGk+nBHb557r375L9zfPg7Xfh4PtT5MUBTuQYIsNxomHhupr/7WY3PPoM5UZSQr7yxSocxU2uVi2l10XS1QVA+oOVUIA1rQ84UAPkh9A6uHKOxFeLF1jHTH5wmgVzl4PuEOVwB3CwKEnJVVGKsIhrjgEAlnQ7nP19l+CuhEs5SKcORB/z4JnUPIpKoXCYeHTT9AM7+bVqJQ8im3ZfJlBxhQLAwm9vLnMMIxmFAwEJXm0TKkUgRJyDS+lgn42ddcA0knpGlNA33eB2yKFrIDcjMphYciMaVywlHVk8Y5E3ReJ8m4bDWMoDMJO7DYpGTPJrrtkqVzBYL+ZQmYrGxQIPh3Mctx5RL1G7kg4yXAY9NquQNmoyDsV0HZBK4D+yDKWOUxnkdjUax/xx0hrhW02kNuLHMIysnUFQ3HUYXuTBqBr+kYPN8chKDxPeBi+wcGdFbu2MXThGWP+B5QZebBIiVRFuPnNvYGB3OcNy4oCNvhKU0w/MqWyU0S4kD/lTLCLjvEpTjZcYxsjKONgqIt2Rp89QphPzSqbWaud6xMNg2V/Ky3OvxFBUjZRvMONQo8g3wXKfp23jzyE5mm3B6IHKAkoY0vYDnNjSOGuFvPAWNsHsY/hKZbyr4AE3KY5IV3AhF496tSdVD0qAzBo9R4is8RAggkZ3FnaW4MadIjygUjO1b+W8cUYca1kIcRAQWprxxHxXq/SmXV3LjaKR8AxuWAMuQcaODTEwqwsMflu2QMbmTUa50kJRWsrGWla6ULz16Gbk6XXQihdgv6dBYkrcqKUy24tKlSxUuvorFUoiINJ1uCIU4ZyQrlZTYVY22SyKv7ja8ffxWoSzEChnBpbW5qjlwYtHThwoVUHmrwGkwOMsyZMoibJ+fMH5p5Iq76Fcz1j5krDbUpJn81wd8WqEw2wDJxoyp2DkZ0VG6UUdXYUNCpIR5gd+Tr4t5hULIfX/lNnzRQSMfaJVvFVg1z2WIG0BcvLLwngHDL7c7KIzFOsRDTnkQPhmQMSv3al7jtSyDjDKfca/s4oHdNK8aByXBtU7Gqjg+ar47DQqcsG/TTlI4Q3T+fOmU3KI1vGzhR6TVWiLltRZXNqEAca4Jxk0XKRltMOXnCxQ1EJ8S9Iz8wizY7f4Pds9zxQoSlbtaUHK6YMrF3G9mwf5RFo+1WiyVyMjUp5YZyDj5PXeWUhIjv4DBZyA3jXghChm33wMz20DyoclMLU6iAiqju3GDKhQzU3FgCSeE+L1H43svFJJxPva8XIo8WC1xYuKoafJlIBpF7PXFXv5+kR3ImPERgJaig9CxiMgYF9+KpdgZyaaAV00fi4ty4SFxP4Axy8ufYyPUH+x0akQ3Nj1PF3n2obq6/InXw4eGyAqQ1JeAozOlTqROgxqvGJWca9o5fQQE5hKU0zWMxSg0nAyNlD6GQtC3HUEZEU02pupDVeanuqBQbJ5Qw8wlCImJzX6SCXx0SKaIjCcYy/VkylQymtEge2wnk9RbXelFhoCZdRY8eQUwJkVpfrus7vSQjfhgOu+lPQJy4ihNkiKJSnKcTujLTmsCSlYG/L63TXulskivybX7Zfn5BYWP1B/Z21IB2dBHobyt1yb3VsMroM7mYVQwrB8wKvgw0558dAEyc6ggGX6oD27NVbV53zeKOiIJIb2Mmb47sj1KbSEu89yqaUI2IoNDf3m4YciqLgP6RPYeE13/vqgwt9BbdKu4pv55JgiOFVHUn9N2IICkpIBgWd2C+hvarQChkvDXb2hb9gxJ2CGW+nvm9wvBOLlVeF62rwxW2Ot42N6Az98ZlHFZKyp8RM0ZFzin3ajwErV2kqZwYBz1D0hcPZbg65+AUhruUOMSpvaST0V8y0Tq3xKRGJvQNX7q0omTB8Zz/3szPIr6//kN9ylbFWuWVtIAAAAASUVORK5CYII=");
  }
  header .p4 {
    top: 488px;
    right: 50px;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAA+VBMVEUAAAAAkMUAkMUAkMUAkMUAkscAlckAkMUAkcYAkcUAkscAlsQAntMAkMUAkMUAkMUAkMUAkcUAkcUAkcUAkcYAkscAlcYAmMgAldUAj8QAkMUAkMQAkMQAkMUAkcYAkMUAkcQAj8SW3fZPt96R2/VVu+FYuNUNlclkw+ZfwORZvOJQt94bnc5zy+tTt9ospdNguc4FkcZouMKL1/KH1fB/0e95zuxlwN49r9g3rNYJksATlb5suL0vnrdhsLCL2PN6zu2T1+qK1OptyOhQuN5Fs9teu9hduNAVmsxatclkuMcbmcAbl7wnmrlYrrZrtLRAo7NLprBXqq7+0Q68AAAAIXRSTlMAt/jz6kYVj4s2Lg0L/t/GtK6eYFYkHRAG2dPHupWCd2hu4dAkAAABE0lEQVQY003Q53LCMBAEYLnFhdAhkJ7TudtgbEoIENJ7z/s/TGRL9mT/6Zub1cwSkUHfNM3+LvmfXhPAiz2oS1plOxLEwZRSavsJdMT93n4a0DL+c7OW4/DAWxRgh+HIxyUc5WrAHT+b4r0TYgJwxkrlCyoycgBSAFCH5BTmVen5GopoRIq52NezBU4uCz0hqijw0XlEdH9ybRPlQZQijjNE/GIqEWVZlkav39sII6YtcpgwuZrbN+NsC/DrZkx1oqc2pY7jTlD8xdIlFoSUBh68b1gxR3lAiOTNaPACUN+gy/U4H0eJbzH6YK83jo1iHk3+dJ/WUEa1mOWsrlYVNqxq9o4sTDH46MK7ektqG70af/4BObkxEuAGBY0AAAAASUVORK5CYII=");
  }
  header .menu-header-menu-container {
    display: none;
    opacity: 0;
  }
  header .menu-header-menu-container.open {
    display: block;
  }
  header .logo {
    height: auto;
    width: 163px;
  }
  header .logo svg {
    width: 163px;
    height: 40px;
  }
  header nav {
    margin-top: 0px;
  }
  header nav ul {
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
    padding-top: 70px;
    padding-bottom: 50vh;
    overflow: scroll;
    background-color: #ffffff;
  }
  header nav ul li {
    margin: 0 0 40px;
  }
  header nav ul a {
    line-height: 1.44;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 767px) {
  header .logo {
    height: auto;
    width: 106px;
  }
  header .logo svg {
    width: 106px;
    height: 26px;
  }
  header nav ul {
    top: 60px;
  }
  header nav ul a {
    line-height: 1.44;
    font-size: 18px;
    font-size: 1.125rem;
  }
  header .p1 {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  header .p2 {
    width: 17px;
    height: 23px;
    background-size: 17px 23px;
  }
  header .p3 {
    width: 38px;
    height: 27px;
    background-size: 38px 27px;
  }
  header .p4 {
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
  }
}

@media (max-width: 1024px) {
  .shadow-static {
    box-shadow: 0 35px 50px 0 rgba(165, 165, 165, 0.3);
    background-color: #ffffff;
    transition: all 0.25s;
  }
}
@media (max-width: 500px) {
  .shadow-static {
    height: 60px;
  }
}

@media (max-width: 1279px) {
  header + section:first-of-type {
    margin-top: 110px !important;
  }
}

@media (max-width: 1279px) {
  header + section:last-of-type {
    margin-bottom: 130px !important;
  }
}

#hamburger-container {
  display: none;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamburger-container:focus,
#hamburger-container:active,
#hamburger-container:visited,
#hamburger-container:hover,
#hamburger-container:focus-within,
#hamburger-container:focus-visible {
  background-color: transparent;
}
@media (max-width: 1190px) {
  #hamburger-container {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  #hamburger-container {
    width: 22px;
    height: 22px;
    margin-top: 5px;
  }
}

#hamburger-container span {
  display: block;
  position: absolute;
  width: 100%;
  background: #35363a;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  height: 4px;
}
@media (max-width: 767px) {
  #hamburger-container span {
    height: 2px;
  }
}

#hamburger-container span:nth-child(1) {
  top: 0px;
}

#hamburger-container span:nth-child(2),
#hamburger-container span:nth-child(3) {
  top: 10px;
}
@media (max-width: 767px) {
  #hamburger-container span:nth-child(2),
  #hamburger-container span:nth-child(3) {
    top: 5px;
  }
}

#hamburger-container span:nth-child(4) {
  width: 65%;
  top: 20px;
}
@media (max-width: 767px) {
  #hamburger-container span:nth-child(4) {
    top: 10px;
  }
}

#hamburger-container.open span:nth-child(1) {
  width: 0%;
  left: 50%;
  top: 10px;
}
@media (max-width: 767px) {
  #hamburger-container.open span:nth-child(1) {
    top: 5px;
  }
}

#hamburger-container.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-container.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-container.open span:nth-child(4) {
  width: 0%;
  left: 50%;
  top: 10px;
}
@media (max-width: 767px) {
  #hamburger-container.open span:nth-child(4) {
    top: 5px;
  }
}

#home-hero-section {
  max-width: 1440px;
  width: 100%;
  min-height: 620px;
  background-size: 1113px 717px;
  background-repeat: no-repeat;
  background-position: 403px top;
  padding-top: 0px;
  margin-bottom: 113px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
#home-hero-section #hero-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 716px;
  padding-top: 185px;
}
#home-hero-section #hero-section h1 {
  font-size: 64px;
  font-size: 4rem;
  max-width: 560px;
  line-height: 1.38;
  font-weight: 500;
  margin-bottom: 50px;
  opacity: 0;
}
#home-hero-section #hero-section h1 strong {
  color: #802aff;
}
#home-hero-section #hero-section p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 31px;
  max-width: 530px;
  opacity: 0;
}
#home-hero-section #hero-section .buttons-container {
  opacity: 0;
  display: flex;
  gap: 16px;
}
#home-hero-section #hero-section .buttons-container .violet-button {
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
}
#home-hero-section #hero-section #screen-container {
  position: absolute;
  z-index: 4;
  width: 701px;
  height: 391px;
  right: 0;
  top: 185px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  opacity: 0;
}
#home-hero-section #hero-section #screen-container span {
  width: 92px;
  height: 100px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
#home-hero-section #hero-section #screen-container span.screen-1-icon-1 {
  bottom: 34px;
  left: 12px;
}
#home-hero-section #hero-section #screen-container span.screen-1-icon-2 {
  top: 5px;
  left: 240px;
}
#home-hero-section #hero-section #screen-container span.screen-1-icon-3 {
  top: 158px;
  right: 40px;
}
/* OLD TABLET STYLES - COMMENTED FOR NEW RESPONSIVE LAYOUT
@media (max-width: 1279px) {
  #home-hero-section #hero-section {
    padding-top: 172px;
    height: 805px;
  }
  #home-hero-section #hero-section h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: 40px;
    max-width: 50%;
  }
  #home-hero-section #hero-section p {
    padding-left: 0px;
    max-width: 334px;
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
  #home-hero-section #hero-section #screen-container {
    right: -30%;
    width: 70%;
  }
  #home-hero-section #hero-section #screen-container span {
    width: 72px;
    height: 90px;
  }
  #home-hero-section #hero-section #screen-container span.screen-1-icon-1 {
    bottom: 94px;
    left: 22px;
  }
  #home-hero-section #hero-section #screen-container span.screen-1-icon-2 {
    top: 35px;
    left: 160px;
  }
  #home-hero-section #hero-section #screen-container span.screen-1-icon-3 {
    top: 158px;
    right: 40px;
  }
}
*/
/* OLD MOBILE STYLES - COMMENTED FOR NEW RESPONSIVE LAYOUT
@media (max-width: 767px) {
  #home-hero-section {
    min-height: 501px !important;
    margin-bottom: 81px;
    margin-top: 0px !important;
    background-position: 29% top;
  }
  #home-hero-section #hero-section {
    padding-top: 110px;
    height: 550px;
  }
  #home-hero-section #hero-section h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
    max-width: unset;
  }
  #home-hero-section #hero-section p {
    max-width: 214px;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
  #home-hero-section #hero-section p br {
    display: none;
  }
  #home-hero-section #hero-section .buttons-container {
    flex-direction: column;
    max-width: 214px;
  }
  #home-hero-section #hero-section #screen-container {
    bottom: 0;
    width: 90%;
    right: -60%;
  }
  #home-hero-section #hero-section #screen-container span {
    width: 67px;
    height: 67px;
  }
}
*/

/* Updated home hero section for responsive layout */
@media (max-width: 1279px) {
  #home-hero-section {
    min-height: auto;
    margin-top: 50px; /* Increased margin-top by 50px */
  }

  #home-hero-section #hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  #home-hero-section #hero-section .hero-content {
    width: 100%;
    max-width: 600px;
  }

  #home-hero-section #hero-section .hero-content h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: 30px; /* Reduced margin for tighter spacing */
    max-width: none;
    text-align: center;
  }

  /* Image comes right after h1 */
  #home-hero-section #hero-section .hero-content #screen-container {
    position: static;
    width: 100%;
    max-width: 701px;
    height: 391px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 30px auto; /* Added margin-bottom */
  }

  #home-hero-section #hero-section .hero-content p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: none;
    text-align: center;
  }

  #home-hero-section #hero-section .hero-content .buttons-container {
    justify-content: center;
    display: flex;
    gap: 16px; /* Keep buttons side by side */
  }

  /* Hide the animated icons on tablet/mobile for cleaner look */
  #home-hero-section #hero-section .hero-content #screen-container span {
    display: none;
  }
}

@media (max-width: 767px) {
  #home-hero-section {
    margin-bottom: 81px;
    margin-top: 50px; /* Increased margin-top by 50px for mobile too */
  }

  #home-hero-section #hero-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #home-hero-section #hero-section .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }

  #home-hero-section #hero-section .hero-content h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 20px; /* Reduced for tighter spacing */
  }

  /* Image on mobile - full width with aspect ratio */
  #home-hero-section #hero-section .hero-content #screen-container {
    width: 100%;
    max-width: 100vw;
    height: 0;
    padding-bottom: 55.8%; /* Maintain aspect ratio: 391/701 * 100% = 55.8% */
    background-size: contain;
    margin: 0 auto 20px auto;
  }

  #home-hero-section #hero-section .hero-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 30px;
  }

  #home-hero-section #hero-section .hero-content .buttons-container {
    display: flex;
    flex-direction: row; /* Keep buttons side by side on mobile */
    gap: 12px;
    justify-content: center;
    align-items: center;
  }

  /* Make buttons smaller on mobile to fit side by side */
  #home-hero-section
    #hero-section
    .hero-content
    .buttons-container
    .violet-button,
  #home-hero-section
    #hero-section
    .hero-content
    .buttons-container
    .violet-button--ghost {
    font-size: 14px;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
  }
}

#home-top-section {
  max-width: 1440px;
  width: 100%;
  min-height: 620px;
  background-size: 1113px 717px;
  background-repeat: no-repeat;
  background-position: 403px top;
  padding-top: 0px;
  margin-bottom: 113px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
#home-top-section #top-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 716px;
  padding-top: 185px;
}
#home-top-section #top-section h1 {
  font-size: 64px;
  font-size: 4rem;
  max-width: 710px;
  line-height: 1.38;
  font-weight: 500;
  margin-bottom: 50px;
  opacity: 0;
}
#home-top-section #top-section p {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 108px;
  line-height: 1.75;
  margin-bottom: 31px;
  max-width: 416px;
  opacity: 0;
}
#home-top-section #top-section #video-modal-button {
  margin-left: 108px;
  opacity: 0;
}
#home-top-section #top-section #buttons-container {
  padding-left: 108px;
}
#home-top-section #top-section #buttons-container a {
  display: none;
  height: 71px;
  border-radius: 42px;
  padding-left: 24px;
  padding-right: 40px;
  line-height: 71px;
}
#home-top-section #top-section #buttons-container a span {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 46px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}
#home-top-section #top-section #buttons-container .slider-1 {
  background-color: #fef8e6;
}
#home-top-section #top-section #buttons-container .slider-1 span {
  color: #ffb513;
}
#home-top-section #top-section #buttons-container .slider-2 {
  background-color: #eaeaea;
}
#home-top-section #top-section #buttons-container .slider-2 span {
  color: #7f7f7f;
}
#home-top-section #top-section #buttons-container .slider-3 {
  background-color: #e6f1cc;
}
#home-top-section #top-section #buttons-container .slider-3 span {
  color: #83ba01;
}
#home-top-section #top-section #phone-container {
  position: absolute;
  z-index: 4;
  width: 505px;
  height: 720px;
  right: 47px;
  top: 39px;
  background-repeat: no-repeat;
  background-size: 505px 632px;
  background-position: center center;
  opacity: 0;
}
#home-top-section #top-section #phone-container span {
  width: 134px;
  height: 134px;
  position: absolute;
  background-size: 134px 134px;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
#home-top-section #top-section #phone-container .phone-1-icon-1 {
  top: 208px;
  left: 238px;
}
#home-top-section #top-section #phone-container .phone-1-icon-2 {
  top: 335px;
  left: 116px;
}
#home-top-section #top-section #phone-container .phone-1-icon-3 {
  top: 378px;
  left: 329px;
}
#home-top-section #top-section #phone-container .phone-2-icon-1 {
  top: 181px;
  left: 45px;
}
#home-top-section #top-section #phone-container .phone-2-icon-2 {
  top: 384px;
  left: 55px;
}
#home-top-section #top-section #phone-container .phone-2-icon-3 {
  top: 307px;
  left: 237px;
}
#home-top-section #top-section #phone-container .phone-3-icon-1 {
  top: 241px;
  left: 133px;
}
#home-top-section #top-section #phone-container .phone-3-icon-2 {
  top: 401px;
  left: 199px;
}
#home-top-section #top-section #phone-container .phone-3-icon-3 {
  top: 225px;
  left: 329px;
}
#home-top-section .download-app {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1064px;
  min-height: 142px;
  border-radius: 6px;
  box-shadow: 0 15px 30px 0 rgba(165, 165, 165, 0.3);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-top-section .download-app span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
  margin-right: 50px;
}
#home-top-section .download-app a {
  width: 203px;
  height: 70px;
  border-radius: 40px;
  background-color: #802aff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-top-section .download-app a:hover {
  opacity: 0.75;
}
@media (max-width: 1279px) {
  #home-top-section .download-app {
    flex-direction: column;
    max-width: 95%;
  }
  #home-top-section .download-app span {
    margin-bottom: 35px;
    margin-top: 25px;
    text-align: center;
    margin-right: 0px;
  }
  #home-top-section .download-app a {
    margin-bottom: 35px;
  }
  #home-top-section #top-section {
    padding-top: 172px;
    height: 805px;
  }
  #home-top-section #top-section h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: 40px;
    max-width: 50%;
  }
  #home-top-section #top-section p {
    padding-left: 0px;
    max-width: 334px;
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
  }
  #home-top-section #top-section #video-modal-button {
    margin-left: 0px;
  }
  #home-top-section #top-section #buttons-container {
    padding-left: 0px;
  }
  #home-top-section #top-section #buttons-container .slider-3 span {
    width: 220px !important;
  }
  #home-top-section #top-section #phone-container {
    top: initial;
    bottom: 0px;
    right: -23px;
    width: 490px;
    height: 641px;
    background-size: 490px 641px;
  }
  #home-top-section #top-section #phone-container span {
    width: 120px;
    height: 120px;
    background-size: 120px 120px;
  }
  #home-top-section #top-section #phone-container .phone-1-icon-3 {
    left: 300px;
  }
  #home-top-section #top-section #phone-container .phone-3-icon-3 {
    left: 300px;
  }
}
@media (max-width: 1024px) {
  #home-top-section {
    background-position: -111% top;
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #home-top-section {
    background-position: 19% top;
  }
}
@media (max-width: 767px) {
  #home-top-section {
    min-height: 501px !important;
    margin-bottom: 81px;
    margin-top: 0px !important;
    background-position: 29% top;
  }
  #home-top-section #top-section {
    padding-top: 110px;
    height: 550px;
  }
  #home-top-section #top-section h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
    max-width: unset;
  }
  #home-top-section #top-section p {
    max-width: 214px;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
  #home-top-section #top-section p br {
    display: none;
  }
  #home-top-section #top-section #video-modal-button {
    margin-left: 0px;
  }
  #home-top-section #top-section #buttons-container {
    padding-left: 0px;
    max-width: 174px;
  }
  #home-top-section #top-section #buttons-container a {
    height: 52px;
    line-height: 52px;
    padding-left: 19px;
    padding-right: 24px;
    max-width: 130px;
  }
  #home-top-section #top-section #buttons-container a span {
    padding-left: 30px;
    background-size: 20px 20px;
    font-size: 16px;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #home-top-section #top-section #phone-container {
    width: 274px;
    height: 343px;
    background-size: 274px 343px;
    top: initial;
    bottom: 0px;
    right: -100px;
  }
  #home-top-section #top-section #phone-container span {
    width: 67px;
    height: 67px;
    background-size: 67px 67px;
  }
  #home-top-section #top-section #phone-container .phone-1-icon-1 {
    left: 100px;
    top: 107px;
  }
  #home-top-section #top-section #phone-container .phone-1-icon-2 {
    left: 39px;
    top: 170px;
  }
  #home-top-section #top-section #phone-container .phone-1-icon-3 {
    left: 128px;
    top: 203px;
  }
  #home-top-section #top-section #phone-container .phone-2-icon-1 {
    left: 90px;
    top: 75px;
  }
  #home-top-section #top-section #phone-container .phone-2-icon-2 {
    left: 50px;
    top: 160px;
  }
  #home-top-section #top-section #phone-container .phone-2-icon-3 {
    left: 110px;
    top: 225px;
  }
  #home-top-section #top-section #phone-container .phone-3-icon-1 {
    left: 50px;
    top: 100px;
  }
  #home-top-section #top-section #phone-container .phone-3-icon-2 {
    left: 100px;
    top: 150px;
  }
  #home-top-section #top-section #phone-container .phone-3-icon-3 {
    left: 90px;
    top: 225px;
  }
}
@media (max-width: 700px) and (orientation: landscape) {
  #home-top-section {
    background-position: 155px top;
  }
}
@media (max-width: 420px) {
  #home-top-section {
    background-position: 22% top;
  }
}
@media (max-width: 375px) {
  #home-top-section {
    background-position: 36% top;
  }
}
@media (max-width: 320px) {
  #home-top-section {
    background-position: 49% top;
  }
}

@media (max-width: 767px) {
  #home-top-section #top-section #buttons-container .slider-3 {
    max-width: 170px !important;
  }
}
@media (max-width: 340px) {
  #home-top-section #top-section #buttons-container .slider-3 span {
    width: 110px !important;
    display: block !important;
  }
}
#home-slider-section {
  margin-bottom: 73px;
  position: relative;
  z-index: 20;
}
#home-slider-section h2 {
  text-align: center;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 60px;
  font-size: 3.75rem;
}
#home-slider-section p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
  line-height: 1.75;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 48px;
}
#home-slider-section h2,
#home-slider-section p {
  opacity: 0;
}
#home-slider-section #home-slider-section-pagination {
  position: absolute;
  width: 7px;
  display: flex;
  flex-direction: column;
  left: 106px;
  top: 612px;
  opacity: 0;
}
#home-slider-section #home-slider-section-pagination span {
  width: 7px;
  height: 7px;
  margin-bottom: 7px;
  background-color: #dddddd;
  border-radius: 50%;
  cursor: pointer;
}
#home-slider-section #home-slider-section-pagination span.active {
  background-color: #ffc103;
}
@media (max-width: 767px) {
  #home-slider-section #home-slider-section-pagination {
    display: none;
  }
}
@media (max-width: 1279px) {
  #home-slider-section {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
  }
  #home-slider-section h2 {
    max-width: 500px;
  }
  #home-slider-section p {
    max-width: 620px;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  #home-slider-section {
    margin-bottom: 0px;
    max-width: 360px;
    overflow-y: hidden;
  }
  #home-slider-section h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.24;
    margin-bottom: 20px;
  }
  #home-slider-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 40px;
  }
}

#home-slider-section-container,
#home-slider-section-container-mobile {
  position: relative;
  margin-bottom: 43px;
  display: flex;
  width: 1055px;
  margin-left: auto;
  margin-right: auto;
}
#home-slider-section-container .left,
#home-slider-section-container-mobile .left {
  width: 502px;
  padding-right: 137px;
  position: relative;
  height: 875px;
  overflow: hidden;
}
#home-slider-section-container .left img,
#home-slider-section-container-mobile .left img {
  position: absolute;
  opacity: 0;
}
#home-slider-section-container .left .s1-phone,
#home-slider-section-container-mobile .left .s1-phone {
  height: auto;
  left: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#home-slider-section-container .left .s1-i1,
#home-slider-section-container-mobile .left .s1-i1 {
  max-width: 173px;
  height: auto;
  left: 30px;
  top: 162px;
}
#home-slider-section-container .left .s1-i2,
#home-slider-section-container-mobile .left .s1-i2 {
  max-width: 180px;
  height: auto;
  left: 45px;
  top: 360px;
}
#home-slider-section-container .left .s1-i3,
#home-slider-section-container-mobile .left .s1-i3 {
  max-width: 180px;
  height: auto;
  left: 302px;
  top: 157px;
}
#home-slider-section-container .left .s1-i4,
#home-slider-section-container-mobile .left .s1-i4 {
  max-width: 138px;
  height: auto;
  left: 250px;
  top: 590px;
}
#home-slider-section-container .left .s1-i5,
#home-slider-section-container-mobile .left .s1-i5 {
  max-width: 161px;
  height: auto;
  left: 315px;
  top: 614px;
}
#home-slider-section-container .left .s1-i6,
#home-slider-section-container-mobile .left .s1-i6 {
  max-width: 174px;
  height: auto;
  left: 402px;
  top: 589px;
}
#home-slider-section-container .left .s2-phone,
#home-slider-section-container-mobile .left .s2-phone {
  max-width: 502px;
  height: auto;
  left: 0px;
  top: 0px;
}
#home-slider-section-container .left .s2-i1,
#home-slider-section-container-mobile .left .s2-i1 {
  max-width: 174px;
  height: auto;
  left: 288px;
  top: 300px;
}
#home-slider-section-container .left .s2-i2,
#home-slider-section-container-mobile .left .s2-i2 {
  max-width: 462px;
  height: auto;
  left: 16px;
  top: 543px;
}
#home-slider-section-container .left .s3-phone,
#home-slider-section-container-mobile .left .s3-phone {
  max-width: 502px;
  height: auto;
  left: 0px;
  top: 0px;
}
#home-slider-section-container .left .s3-i1,
#home-slider-section-container-mobile .left .s3-i1 {
  max-width: 370px;
  height: auto;
  left: 188px;
  top: 271px;
}
#home-slider-section-container .left .s3-i2,
#home-slider-section-container-mobile .left .s3-i2 {
  max-width: 370px;
  height: auto;
  left: 214px;
  top: 379px;
}
#home-slider-section-container .right,
#home-slider-section-container-mobile .right {
  width: 416px;
  padding-top: 119px;
}
#home-slider-section-container .right div.s1,
#home-slider-section-container .right div.s2,
#home-slider-section-container .right div.s3,
#home-slider-section-container-mobile .right div.s1,
#home-slider-section-container-mobile .right div.s2,
#home-slider-section-container-mobile .right div.s3 {
  opacity: 0;
}
#home-slider-section-container .right h3,
#home-slider-section-container-mobile .right h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.69px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#home-slider-section-container .right span,
#home-slider-section-container-mobile .right span {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 60px;
  display: block;
}
#home-slider-section-container .right .s1-t1,
#home-slider-section-container-mobile .right .s1-t1 {
  color: #fb866c;
}
#home-slider-section-container .right .s2-t1,
#home-slider-section-container-mobile .right .s2-t1 {
  color: #2e94ea;
}
#home-slider-section-container .right .s3-t1,
#home-slider-section-container-mobile .right .s3-t1 {
  color: #ed9c00;
}
@media (max-width: 1279px) {
  #home-slider-section-container,
  #home-slider-section-container-mobile {
    width: 100%;
    max-width: 600px;
  }
  #home-slider-section-container .left,
  #home-slider-section-container-mobile .left {
    width: 100%;
    max-width: 331px;
    padding-right: 0px;
    height: 550px;
  }
  #home-slider-section-container .left .s1-phone,
  #home-slider-section-container .left .s2-phone,
  #home-slider-section-container .left .s3-phone,
  #home-slider-section-container-mobile .left .s1-phone,
  #home-slider-section-container-mobile .left .s2-phone,
  #home-slider-section-container-mobile .left .s3-phone {
    max-width: 100%;
  }
  #home-slider-section-container .left .s1-i1,
  #home-slider-section-container-mobile .left .s1-i1 {
    max-width: 114px;
    left: 6px;
    top: 88px;
  }
  #home-slider-section-container .left .s1-i2,
  #home-slider-section-container-mobile .left .s1-i2 {
    max-width: 119px;
    left: 26px;
    top: 203px;
  }
  #home-slider-section-container .left .s1-i3,
  #home-slider-section-container-mobile .left .s1-i3 {
    max-width: 119px;
    top: 85px;
    left: 163px;
  }
  #home-slider-section-container .left .s1-i4,
  #home-slider-section-container-mobile .left .s1-i4 {
    max-width: 80px;
    left: 143px;
    top: 341px;
  }
  #home-slider-section-container .left .s1-i5,
  #home-slider-section-container-mobile .left .s1-i5 {
    max-width: 96px;
    left: 177px;
    top: 375px;
  }
  #home-slider-section-container .left .s1-i6,
  #home-slider-section-container-mobile .left .s1-i6 {
    max-width: 100px;
    left: 204px;
    top: 326px;
  }
  #home-slider-section-container .left .s2-i1,
  #home-slider-section-container-mobile .left .s2-i1 {
    max-width: 114px;
    left: 161px;
    top: 159px;
  }
  #home-slider-section-container .left .s2-i2,
  #home-slider-section-container-mobile .left .s2-i2 {
    max-width: 270px;
    left: 10px;
    top: 300px;
  }
  #home-slider-section-container .left .s3-i1,
  #home-slider-section-container-mobile .left .s3-i1 {
    max-width: 240px;
    left: 26px;
    top: 171px;
  }
  #home-slider-section-container .left .s3-i2,
  #home-slider-section-container-mobile .left .s3-i2 {
    max-width: 240px;
    left: 50px;
    top: 245px;
  }
  #home-slider-section-container .right,
  #home-slider-section-container-mobile .right {
    width: 100%;
    max-width: 326px;
    padding-top: 15px;
    margin-left: 20px;
  }
  #home-slider-section-container .right span br,
  #home-slider-section-container-mobile .right span br {
    display: none;
  }
}

@media (max-width: 767px) {
  #home-slider-section-container {
    display: none;
  }
}
#home-slider-section-container-mobile {
  display: none;
}

@media (max-width: 767px) {
  #home-slider-section-container-mobile {
    width: 100%;
    max-width: 263px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  #home-slider-section-container-mobile .left,
  #home-slider-section-container-mobile .right {
    display: none;
  }
  #home-slider-section-container-mobile .s1-phone {
    order: 1;
  }
  #home-slider-section-container-mobile div.s1 {
    order: 2;
  }
  #home-slider-section-container-mobile .s2-phone {
    order: 3;
  }
  #home-slider-section-container-mobile div.s2 {
    order: 4;
  }
  #home-slider-section-container-mobile .s3-phone {
    order: 5;
  }
  #home-slider-section-container-mobile div.s3 {
    order: 6;
  }
  #home-slider-section-container-mobile .s1-i1,
  #home-slider-section-container-mobile .s1-i2,
  #home-slider-section-container-mobile .s1-i3,
  #home-slider-section-container-mobile .s1-i4,
  #home-slider-section-container-mobile .s1-i5,
  #home-slider-section-container-mobile .s1-i6,
  #home-slider-section-container-mobile .s2-i1,
  #home-slider-section-container-mobile .s2-i2,
  #home-slider-section-container-mobile .s3-i1,
  #home-slider-section-container-mobile .s3-i2 {
    position: absolute;
  }
  #home-slider-section-container-mobile .s1-i1 {
    max-width: 89px;
    left: 20px;
    top: 84px;
  }
  #home-slider-section-container-mobile .s1-i2 {
    max-width: 93px;
    top: 187px;
    left: 21px;
  }
  #home-slider-section-container-mobile .s1-i3 {
    max-width: 93px;
    right: 0;
    top: 81px;
  }
  #home-slider-section-container-mobile .s1-i4 {
    max-width: 71px;
    top: 323px;
    left: 135px;
  }
  #home-slider-section-container-mobile .s1-i5 {
    max-width: 83px;
    right: 12px;
    top: 333px;
  }
  #home-slider-section-container-mobile .s1-i6 {
    max-width: 83px;
    right: -28px;
    top: 318px;
  }
  #home-slider-section-container-mobile .s2-i1 {
    top: 708px;
    right: 26px;
    max-width: 87px;
  }
  #home-slider-section-container-mobile .s2-i2 {
    top: 839px;
    left: 6%;
    max-width: 240px;
  }
  #home-slider-section-container-mobile .s3-i1 {
    max-width: 165px;
    top: 1260px;
    right: -5px;
  }
  #home-slider-section-container-mobile .s3-i2 {
    max-width: 165px;
    top: 1310px;
    right: -20px;
  }
  #home-slider-section-container-mobile div.s1,
  #home-slider-section-container-mobile div.s2,
  #home-slider-section-container-mobile div.s3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    background-color: #ffffff;
  }
  #home-slider-section-container-mobile div.s1 h3,
  #home-slider-section-container-mobile div.s2 h3,
  #home-slider-section-container-mobile div.s3 h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.22px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 17px;
  }
  #home-slider-section-container-mobile div.s1 span,
  #home-slider-section-container-mobile div.s2 span,
  #home-slider-section-container-mobile div.s3 span {
    max-width: 220px;
    text-align: center;
    line-height: 1.88;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 50px;
  }
  #home-slider-section-container-mobile div.s1 span br,
  #home-slider-section-container-mobile div.s2 span br,
  #home-slider-section-container-mobile div.s3 span br {
    display: none;
  }
  #home-slider-section-container-mobile div.s1 h3 {
    color: #fb866c;
  }
  #home-slider-section-container-mobile div.s2 h3 {
    color: #2e94ea;
  }
  #home-slider-section-container-mobile div.s3 h3 {
    color: #ed9c00;
  }
}

/* Updated ambassador section styles */
#home-ambassador-section {
  display: flex;
  justify-content: space-between;
  min-height: 734px;
  margin-bottom: 80px;
}

#home-ambassador-section .ambassador-content {
  max-width: 524px;
  flex-basis: 524px;
  opacity: 1;
}

#home-ambassador-section .ambassador-content h2 {
  margin-top: 164px;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 60px;
  font-size: 3.75rem;
}

#home-ambassador-section .ambassador-content p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 45px;
  line-height: 1.75;
  max-width: 416px;
}

/* Responsive image - hidden on desktop, visible on tablet/mobile */
#home-ambassador-section #responsive-ambassador-img {
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Desktop image - visible on desktop, hidden on tablet/mobile */
#home-ambassador-section #desktop-ambassador-img {
  max-width: 661px;
  flex-basis: 661px;
  height: 734px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Hidden elements for JS compatibility */
#tablet-ambassador-img,
#mobile-ambassador-img {
  display: none;
}
/* Tablet and below - centered content with image under h2 */
@media (max-width: 1279px) {
  #home-ambassador-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: auto;
  }

  #home-ambassador-section .ambassador-content {
    max-width: 100%;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #home-ambassador-section .ambassador-content h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #home-ambassador-section .ambassador-content p {
    max-width: 500px;
    margin-bottom: 30px;
  }

  /* Hide desktop image, show responsive image */
  #home-ambassador-section #desktop-ambassador-img {
    display: none;
  }

  #home-ambassador-section #responsive-ambassador-img {
    display: block;
    width: 100%;
    max-width: 505px;
    height: 565px;
    margin-bottom: 30px;
  }
}
/* Mobile styles */
@media (max-width: 767px) {
  #home-ambassador-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
  }

  #home-ambassador-section .ambassador-content h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 20px;
  }

  #home-ambassador-section .ambassador-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 30px;
    max-width: 100%;
  }

  #home-ambassador-section .ambassador-content a {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* Responsive image sizing for mobile */
  #home-ambassador-section #responsive-ambassador-img {
    max-width: 471px;
    height: 527px;
    margin-bottom: 20px;
  }
}
/*
Old ambassador section responsive styles - commented out:

@media (max-width: 767px) {
  #home-ambassador-section div + div {
    right: -20%;
  }
}
@media (max-width: 700px) and (min-width: 560px) {
  #home-ambassador-section {
    min-height: 700px;
  }
  #home-ambassador-section div + div {
    right: -4%;
    top: 20px;
  }
}
@media (max-width: 420px) {
  #home-ambassador-section div + div {
    right: -23%;
    top: 140px;
  }
}
@media (max-width: 380px) {
  #home-ambassador-section div + div {
    right: -25%;
  }
}
@media (max-width: 360px) {
  #home-ambassador-section div + div {
    right: -26%;
  }
}
@media (max-width: 320px) {
  #home-ambassador-section div + div {
    right: -29%;
  }
}
*/

#home-mapping-section {
  position: relative;
  z-index: 20;
  margin-bottom: 50px;
}
#home-mapping-section h2 {
  text-align: center;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 60px;
  font-size: 3.75rem;
}
#home-mapping-section p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
  line-height: 1.75;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
#home-mapping-section h2,
#home-mapping-section p {
  opacity: 0;
}
#home-mapping-section .mapping-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #home-mapping-section {
    margin-bottom: 95px;
  }
  #home-mapping-section h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #home-mapping-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 0;
  }
}

.home-download-app-section {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fbfbfb;
  border-radius: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .home-download-app-section {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
.home-download-app-section .download-badge {
  border: 2px solid #9c9c9c;
  background: #ffffff;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9c9c9c;
  border-radius: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
.home-download-app-section .download-badge picture,
.home-download-app-section .download-badge img {
  width: 20px;
  height: 20px;
}
.home-download-app-section h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  color: #141316;
}
@media (max-width: 767px) {
  .home-download-app-section h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.home-download-app-section .download-app {
  margin-top: 32px;
}

.home-blog-section {
  border: 1px solid #d8d8d8;
  padding: 64px 52px 64px 52px;
  border-radius: 10px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1279px) {
  .home-blog-section {
    flex-direction: column;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
.home-blog-section .blog-content {
  max-width: 543px;
  flex-basis: 543px;
}
@media (max-width: 1279px) {
  .home-blog-section .blog-content {
    max-width: unset;
    flex-basis: unset;
  }
}
.home-blog-section .blog-content h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .home-blog-section .blog-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.home-blog-section .blog-content > a {
  margin-top: 30px;
  margin-bottom: 40px;
}
.home-blog-section .blog-content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
.home-blog-section .blog-content p a {
  color: #802aff;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.home-blog-section .blog-content p a:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .home-blog-section .blog-content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.home-blog-section .blog-image img {
  display: block;
  max-width: 100%;
}

.home-awards-section {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 1279px) {
  .home-awards-section {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-awards-section {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}

.home-awards-section .awards-content {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .home-awards-section .awards-content {
    margin-bottom: 40px;
  }
}

.home-awards-section .awards-content h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 8px;
  color: #3c3c3c;
  opacity: 0;
}
@media (max-width: 1279px) {
  .home-awards-section .awards-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home-awards-section .awards-content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.home-awards-section .awards-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #3c3c3c;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
}
@media (max-width: 1279px) {
  .home-awards-section .awards-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-awards-section .awards-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-awards-section .awards-bubble {
  position: absolute;
  top: 0;
  right: -150px;
  z-index: 10;
  opacity: 0;
}

@media (max-width: 767px) {
  .home-awards-section .awards-bubble {
    top: -40px;
    right: 0;
  }
}

.home-awards-section .awards-bubble img {
  width: 117px;
  height: 120px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .home-awards-section .awards-bubble img {
    width: 80px;
    height: 82px;
  }
}

.home-awards-section .awards-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  opacity: 0;
}
@media (max-width: 1279px) {
  .home-awards-section .awards-images {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .home-awards-section .awards-images {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.home-awards-section .award-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 382px;
  height: 128px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
.home-awards-section .award-item.middle {
  height: 168px;
}
@media (max-width: 1314px) {
  .home-awards-section .award-item.middle {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .home-awards-section .award-item {
    width: 100%;
    max-width: 382px;
  }
}

.home-awards-section .award-item img {
  width: 289px;
  height: 88px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .home-awards-section .award-item img {
    width: 289px;
    height: 88px;
    object-fit: contain;
  }
}

#home-explore-section {
  margin-bottom: 120px;
  position: relative;
}
#home-explore-section .home-explore-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  #home-explore-section .home-explore-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
#home-explore-section .home-explore-heading .home-explore-text {
  max-width: 611px;
}
#home-explore-section .home-explore-heading .home-explore-text h2 {
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 48px;
  font-size: 3rem;
  color: #313131;
}
@media (max-width: 767px) {
  #home-explore-section .home-explore-heading .home-explore-text h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
#home-explore-section .home-explore-heading .home-explore-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  #home-explore-section .home-explore-heading .home-explore-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories::after {
  content: "";
  display: block;
  position: relative;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #f3f3f3;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul {
  list-style: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
@media (max-width: 1400px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-categories
    ul {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1279px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-categories
    ul {
    margin-right: 0;
    padding-right: 0;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul::-webkit-scrollbar {
  display: none;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul
  li {
  padding-bottom: 4px;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul
  li
  a {
  display: block;
  padding: 16px 26px;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #929599;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-categories
    ul
    li
    a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul
  li
  a:hover {
  color: #313131;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul
  li.active
  a {
  font-weight: 600;
  color: #313131;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-categories
  ul
  li.active
  a:after {
  content: "";
  display: block;
  bottom: -4px;
  left: 0px;
  height: 8px;
  width: 100%;
  background: #ffc108;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards {
  min-height: 810px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
}
@media (max-width: 1279px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-wrapper
    .home-explore-maps-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-wrapper
    .home-explore-maps-cards {
    grid-template-columns: 1fr;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: block;
  height: 100%;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-image {
  width: 100%;
  height: 186px;
  overflow: hidden;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-content {
  padding: 36px 28px;
  position: relative;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-content
  .home-explore-map-avatar {
  position: absolute;
  top: -26px;
  right: 26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-content
  .home-explore-map-title {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #202020;
}
@media (max-width: 767px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-wrapper
    .home-explore-maps-cards
    .home-explore-map-card
    a
    .home-explore-map-content
    .home-explore-map-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-content
  .home-explore-map-stats {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a
  .home-explore-map-content
  .home-explore-map-description {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1rem;
  color: #5f5f5f;
}
@media (max-width: 767px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-wrapper
    .home-explore-maps-cards
    .home-explore-map-card
    a
    .home-explore-map-content
    .home-explore-map-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-wrapper
  .home-explore-maps-cards
  .home-explore-map-card
  a:hover
  .home-explore-map-image
  img {
  transform: scale(1.1);
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination {
  margin-top: 60px;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}
@media (max-width: 767px) {
  #home-explore-section
    .home-explore-maps-container
    .home-explore-maps-pagination
    ul {
    gap: 20px;
  }
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li
  a,
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li
  span {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1rem;
  color: #bebebe;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 0;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li
  a:hover,
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li
  span:hover {
  color: #802aff;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.active
  a {
  color: #802aff;
  font-weight: 600;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.prev
  a,
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.next
  a {
  background: #802aff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.prev
  a:hover,
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.next
  a:hover {
  opacity: 0.75;
}
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.prev.disabled
  a,
#home-explore-section
  .home-explore-maps-container
  .home-explore-maps-pagination
  ul
  li.next.disabled
  a {
  pointer-events: none;
  opacity: 0.5;
}

#home-maps-section {
  margin-bottom: 100px;
  position: relative;
}
#home-maps-section > div {
  padding-left: 80px;
}
#home-maps-section > div h2 {
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 60px;
  font-size: 3.75rem;
}
#home-maps-section > div .map-list {
  display: flex;
  flex-wrap: wrap;
}
#home-maps-section > div .map-list .map-list-item {
  margin-bottom: 28px;
  flex: 0 0 200px;
  margin-right: 16px;
  display: block;
}
#home-maps-section > div .map-list .map-list-item:nth-child(5n) {
  margin-right: 0;
}
#home-maps-section > div .map-list .map-list-item a .map-image {
  border-radius: 8px;
  overflow: hidden;
  width: 200px;
  display: flex;
  height: 130px;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
#home-maps-section > div .map-list .map-list-item a .map-image img {
  width: 100%;
  transform-origin: center;
  transition: all 0.3s;
  object-fit: cover;
}
#home-maps-section > div .map-list .map-list-item a h3 {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#home-maps-section > div .map-list .map-list-item a p {
  font-size: 1rem;
  line-height: 1.75;
  color: #7a7f8a;
}
#home-maps-section > div .map-list .map-list-item a p span {
  color: #000;
  font-size: 1.3em;
  line-height: 22px;
  margin: 0 5px;
  display: inline-block;
  opacity: 0.6;
}
#home-maps-section > div .map-list .map-list-item a:hover .map-image img {
  transform: scale(1.1);
}
#home-maps-section > div .map-list .map-list-item a:hover h3 {
  text-decoration: underline;
}
#home-maps-section > div .map-list .owl-stage-outer {
  overflow: hidden;
  margin-right: -24px;
}
#home-maps-section > div .map-list .owl-stage-outer .owl-stage {
  display: flex;
}
#home-maps-section > div .map-list .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
}
#home-maps-section > div .map-list .owl-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 4px;
  background: none;
  padding: 0;
}
#home-maps-section > div .map-list .owl-dots button span {
  background: #f3f3f3;
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
  transition: all 0.3s;
}
#home-maps-section > div .map-list .owl-dots button.active span,
#home-maps-section > div .map-list .owl-dots button:hover span {
  background: #ffc108;
}
#home-maps-section > div .map-list .owl-nav.disabled {
  display: none;
}
#home-maps-section > div .map-list-mobile {
  display: none;
}
#home-maps-section > div .map-list-load-more {
  text-align: center;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1279px) {
  #home-maps-section {
    margin-bottom: 80px;
  }
  #home-maps-section > div {
    padding-left: 0px;
  }
}
@media (max-width: 1163px) {
  #home-maps-section > div .map-list .map-list-item:nth-child(5n) {
    margin-right: 16px;
  }
  #home-maps-section > div .map-list .map-list-item:nth-child(4n) {
    margin-right: 0;
  }
  #home-maps-section > div .map-list .map-list-item:nth-child(n + 9) {
    display: none;
  }
  #home-maps-section > div .map-list-load-more {
    display: block;
  }
}
@media (max-width: 948px) {
  #home-maps-section > div .map-list .map-list-item:nth-child(5n),
  #home-maps-section > div .map-list .map-list-item:nth-child(4n) {
    margin-right: 16px;
  }
  #home-maps-section > div .map-list .map-list-item:nth-child(3n) {
    margin-right: 0;
  }
  #home-maps-section > div .map-list .map-list-item:nth-child(n + 9) {
    display: block;
  }
  #home-maps-section > div .map-list .map-list-item:nth-child(n + 10) {
    display: none;
  }
}
@media (max-width: 767px) {
  #home-maps-section {
    margin-bottom: 50px;
  }
  #home-maps-section > div h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #home-maps-section > div .map-list {
    display: none;
  }
  #home-maps-section > div .map-list-mobile {
    display: flex;
  }
  #home-maps-section > div .map-list-mobile .map-list-item {
    display: block;
  }
  #home-maps-section > div .map-list-load-more {
    display: none;
  }
}

#home-video-section {
  display: flex;
  margin-bottom: 200px;
}
#home-video-section .video {
  margin-left: 80px;
  width: 524px;
  flex-basis: 524px;
  height: 524px;
  background-size: 524px 524px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#home-video-section .video:hover .play {
  transform: scale(1.3);
}
#home-video-section .video .play {
  width: 88px;
  height: 88px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#home-video-section .description {
  width: 432px;
  flex-basis: 432px;
  margin-left: 114px;
  opacity: 0;
}
#home-video-section .description .quote {
  width: 88px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 128px;
  margin-bottom: 50px;
}
#home-video-section .description p {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.38;
  text-align: center;
  max-width: 432px;
  font-style: italic;
}
@media (max-width: 1279px) {
  #home-video-section {
    margin-bottom: 120px;
  }
  #home-video-section .video {
    max-width: 326px;
    flex-basis: 326px;
    height: 326px;
    background-size: 326px 326px;
    margin-left: 0px;
  }
  #home-video-section .description {
    width: 304px;
    flex-basis: 304px;
    margin-left: 28px;
  }
  #home-video-section .description .quote {
    width: 62px;
    height: 13px;
    margin-bottom: 24px;
    margin-top: 62px;
  }
  #home-video-section .description p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.29;
  }
}
@media (max-width: 767px) {
  #home-video-section {
    margin-bottom: 100px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  #home-video-section .description {
    order: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
  }
  #home-video-section .description .quote {
    width: 53px;
    height: 11px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #home-video-section .description p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.37;
    margin-bottom: 34px;
  }
  #home-video-section .video {
    max-width: 240px;
    flex-basis: 240px;
    height: 240px;
    width: 240px;
    margin-left: 0;
    order: 2;
  }
  #home-video-section .video .play {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  #home-video-section .description p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1279px) {
  .home.disable-scroll header {
    background-color: #ffffff;
    transition: all 300ms ease-in-out;
  }
}

.recent-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .recent-posts {
    max-width: 324px;
  }
}
.recent-posts .post {
  margin-right: 0;
  max-width: 324px;
}
@media (max-width: 768px) {
  .recent-posts .post:last-of-type {
    display: none;
  }
}
.recent-posts .recent-posts-nav {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .recent-posts .recent-posts-nav {
    margin-bottom: 20px;
  }
}
.recent-posts .recent-posts-nav p {
  text-transform: uppercase;
  color: #2e94ea;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.69;
  font-weight: bold;
}
@media (max-width: 600px) {
  .recent-posts .recent-posts-nav p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 11.22px;
  }
}
.recent-posts .recent-posts-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #f4af03;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  text-decoration: underline;
  line-height: 1.69;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 600px) {
  .recent-posts .recent-posts-nav a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 11.22px;
  }
}
.recent-posts .recent-posts-nav a:hover {
  color: #db9d03;
}

.video-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.video-modal .player-container {
  position: relative;
  width: 80vw;
}
.video-modal .player-container .plyr {
  width: 100%;
}
.video-modal .player-container .video-modal-close {
  position: absolute;
  z-index: 1;
  height: 24px;
  width: 24px;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .video-modal .player-container .video-modal-close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .video-modal .player-container .video-modal-close {
    top: 10px;
    right: 10px;
  }
}

.plyr--full-ui input[type="range"] {
  color: #802aff !important;
}

.plyr__control--overlaid {
  background: rgba(128, 42, 255, 0.8) !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #802aff !important;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(128, 42, 255, 0.5) !important;
}

.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #802aff !important;
}

.ytp-show-cards-title {
  display: none !important;
}

#about-top-section {
  padding-top: 172px;
  min-height: 830px;
}
#about-top-section span.mobile {
  display: none;
}
#about-top-section #planet-1 {
  top: 130px;
  left: 612px;
  width: 29px;
  height: 37px;
  background-size: 29px 37px;
  opacity: 0;
  z-index: 100;
}
#about-top-section h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 50px;
  opacity: 0;
  max-width: 517px;
}
#about-top-section p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 517px;
}
#about-top-section .part-1 {
  opacity: 0;
  max-width: 516px;
}
#about-top-section .top {
  position: relative;
}
#about-top-section .top a {
  opacity: 0;
}
#about-top-section .top div.text-part,
#about-top-section .top div.img-part {
  position: absolute;
  width: 100%;
  max-width: 100%;
  margin-right: 126px;
}
#about-top-section .top div.img-part {
  margin-right: 0px;
  right: 0;
  max-width: 628px;
}
#about-top-section .top img {
  margin-top: 32px;
  opacity: 0;
}
#about-top-section .description {
  width: 100%;
  max-width: 1080px;
  display: block;
}
#about-top-section .description p {
  display: none;
  opacity: 0;
}
#about-top-section .description #show-less,
#about-top-section .description #show-less-1 {
  display: none;
  opacity: 1 !important;
}
#about-top-section .description p {
  margin-top: 70px;
}
#about-top-section .description div {
  width: 100%;
  max-width: 532px;
  margin-right: 16px;
  float: left;
}
#about-top-section .description div + div {
  max-width: 532px;
  margin-right: 0px;
}
@media (min-width: 1280px) {
  #about-top-section .open #show-less {
    display: block !important;
  }
  #about-top-section .open #show-less-1 {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  #about-top-section .open #show-less-1 {
    display: block !important;
  }
  #about-top-section .open #show-less {
    display: none !important;
  }
}
@media (max-width: 1330px) {
  #about-top-section .description {
    margin-left: 100px;
  }
}
@media (max-width: 1220px) {
  #about-top-section .top div.img-part img {
    position: absolute;
    max-width: 450px;
    right: 0px;
  }
}
@media (max-width: 1279px) {
  #about-top-section {
    min-height: initial;
    padding-top: 52px;
  }
  #about-top-section #planet-1 {
    top: 78px;
    left: 502px;
  }
  #about-top-section .description {
    margin-left: auto;
  }
  #about-top-section .description p {
    margin-top: 0px;
  }
  #about-top-section .description div {
    margin-left: 0px;
  }
  #about-top-section .top {
    display: flex;
    min-height: 700px;
  }
  #about-top-section h1 {
    font-size: 42px;
    font-size: 2.625rem;
    max-width: 100%;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #about-top-section .part-1 {
    margin-left: 0px;
    max-width: 330px;
  }
  #about-top-section .top div.text-part {
    max-width: 360px;
  }
  #about-top-section .top div.img-part {
    max-width: 320px;
    padding-top: 127px;
  }
  #about-top-section .top div.text-part,
  #about-top-section .top div.img-part {
    position: relative;
    margin-right: 0px;
  }
  #about-top-section .top div.img-part {
    min-height: 366px;
    position: relative;
  }
  #about-top-section .top div.img-part img {
    position: absolute;
    max-width: 450px;
    right: -138px;
  }
}
@media (max-width: 767px) {
  #about-top-section {
    min-height: initial;
    padding-top: 0px;
  }
  #about-top-section .description p {
    margin-top: 0px;
  }
  #about-top-section .description div {
    margin-right: 0px;
  }
  #about-top-section h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
    max-width: 90%;
  }
  #about-top-section p {
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 20px;
  }
  #about-top-section a#read-more,
  #about-top-section a#show-less,
  #about-top-section a#show-less-1 {
    font-size: 16px;
    font-size: 1rem;
  }
  #about-top-section .part-1 {
    margin-left: 0px;
    max-width: 100%;
  }
  #about-top-section .top {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 102px;
  }
  #about-top-section .top #planet-1 {
    bottom: 36px;
    left: 26px;
    top: initial;
    width: 19px;
    height: 24px;
    background-size: 19px 24px;
  }
  #about-top-section .top div.text-part,
  #about-top-section .top div.img-part {
    position: relative;
    margin-right: 0px;
  }
  #about-top-section .top div.img-part {
    min-height: 285px;
    position: relative;
  }
  #about-top-section .top div.img-part img {
    position: absolute;
    max-width: 350px;
    right: -85px;
  }
}

#about-team {
  position: relative;
  opacity: 0;
}
#about-team .description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
  margin-bottom: 139px;
  opacity: 0;
}
#about-team .main-text {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
}
#about-team #main-text {
  opacity: 0;
}
#about-team .planet1 {
  left: 128px;
  top: 128px;
  width: 69px;
  height: 48px;
  background-size: 69px 48px;
}
#about-team .planet2 {
  left: 1135px;
  top: -114px;
  width: 61px;
  height: 87px;
  background-size: 61px 87px;
}
@media (max-width: 1279px) {
  #about-team {
    padding-top: 200px;
  }
  #about-team .planet1 {
    left: 50px;
    top: 335px;
  }
  #about-team .planet2 {
    left: initial;
    right: 50px;
    top: 50px;
  }
  #about-team .description {
    margin-bottom: 170px;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #about-team .description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 90px;
  }
  #about-team #main-text {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
  }
  #about-team .planet1 {
    width: 46px;
    height: 32px;
    background-size: 46px 32px;
    left: initial;
    right: 24px;
    top: 130px;
  }
  #about-team .planet2 {
    display: none;
  }
}

#about-team-section {
  padding-top: 154px;
}
#about-team-section .person {
  opacity: 0;
}
#about-team-section .owners {
  display: flex;
  max-width: 640px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  position: relative;
}
#about-team-section .owners .planet3 {
  left: -331px;
  top: 183px;
  width: 82px;
  height: 91px;
  background-size: 82px 91px;
}
#about-team-section .team {
  display: flex;
  max-width: 1000px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  position: relative;
}
#about-team-section .team .planet4 {
  right: -122px;
  top: 392px;
  width: 39px;
  height: 63px;
  background-size: 39px 63px;
}
#about-team-section .team .person {
  max-width: 200px;
  flex-basis: 200px;
  margin-left: 61px;
  margin-right: 61px;
  margin-bottom: 87px;
}
#about-team-section .team .person .person-name {
  margin-top: 230px;
}
#about-team-section .team .person .social-box {
  width: 162px;
  height: 162px;
  top: 12px;
  left: 26.5px;
}
#about-team-section .team .person .social-box picture {
  display: flex;
  justify-content: center;
}
#about-team-section .team .person .social-box img {
  max-width: 50%;
}
#about-team-section .team .person .profil-image {
  max-width: 162px;
  max-height: 162px;
  top: 12px;
  left: 26.5px;
}
#about-team-section .team .person .shadow {
  -webkit-filter: drop-shadow(0 18px 105px rgba(165, 165, 165, 0.5));
  filter: drop-shadow(0 18px 105px rgba(165, 165, 165, 0.5));
}
#about-team-section .team .person .violet-shadow {
  -webkit-filter: drop-shadow(0 18px 105px rgba(128, 42, 255, 0.5));
  filter: drop-shadow(0 18px 105px rgba(128, 42, 255, 0.5));
}
#about-team-section .person {
  width: 100%;
  max-width: 270px;
  flex-basis: 270px;
  position: relative;
  margin-bottom: 134px;
}
#about-team-section .person .person-name {
  margin-top: 325px;
}
#about-team-section .person .person-name p {
  font-weight: 500;
  line-height: 1.46;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
}
#about-team-section .person .person-name span {
  font-size: 16px;
  font-size: 1rem;
  color: #7a7f8a;
  line-height: 1.75;
  display: block;
  text-align: center;
}
#about-team-section .person .social-box {
  width: 221px;
  height: 221px;
  border-radius: 100%;
  position: absolute;
  z-index: 30;
  top: 15px;
  left: 35px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
#about-team-section .person .social-box a {
  margin: 0 16px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#about-team-section .person .social-box a:hover {
  opacity: 0.7;
}
#about-team-section .person .profil-image {
  max-width: 219px;
  max-height: 219px;
  border-radius: 100%;
  position: absolute;
  z-index: 20;
  top: 16px;
  left: 36px;
  cursor: pointer;
}
#about-team-section .person .shadow {
  -webkit-filter: drop-shadow(0 48px 135px rgba(165, 165, 165, 0.5));
  filter: drop-shadow(0 48px 135px rgba(165, 165, 165, 0.5));
  fill: #ffffff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
#about-team-section .person .violet-shadow {
  fill: #802aff;
  -webkit-filter: drop-shadow(0 48px 135px rgba(128, 42, 255, 0.5));
  filter: drop-shadow(0 48px 135px rgba(128, 42, 255, 0.5));
}
@media (max-width: 1279px) {
  #about-team-section {
    padding-top: 100px;
  }
  #about-team-section .owners .plane3 {
    display: none;
  }
  #about-team-section .team .planet4,
  #about-team-section .team .planet5,
  #about-team-section .team .planet6,
  #about-team-section .team .planet7 {
    display: none;
  }
}
@media (max-width: 767px) {
  #about-team-section {
    padding-top: 30px;
  }
  #about-team-section span.mobile {
    display: block;
  }
  #about-team-section .owners,
  #about-team-section .team {
    flex-direction: column;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
  }
  #about-team-section .team .person {
    margin-left: 0;
    margin-right: 0;
  }
  #about-team-section .owners .planet3 {
    width: 57px;
    height: 63px;
    background-size: 57px 63px;
    left: 24px;
    bottom: 0;
    top: initial;
  }
  #about-team-section .team .planet4 {
    right: 24px;
    top: 660px;
    width: 27px;
    height: 44px;
    background-size: 27px 44px;
  }
  #about-team-section .team .planet5 {
    top: 1790px;
    left: 24px;
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
  }
  #about-team-section .team .planet6 {
    top: 2465px;
    right: 24px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  #about-team-section .team .planet7 {
    top: 3190px;
    left: 24px;
    width: 19px;
    height: 24px;
    background-size: 19px 24px;
  }
  #about-team-section .person,
  #about-team-section .team .person {
    max-width: 220px;
    flex-basis: 220px;
    margin-bottom: 30px;
  }
  #about-team-section .person svg.shadow,
  #about-team-section .team .person svg.shadow {
    width: 220px;
    height: 223px;
  }
  #about-team-section .person .profil-image,
  #about-team-section .team .person .profil-image {
    max-width: 178px;
    max-height: 178px;
    top: 13px;
    left: 30px;
  }
  #about-team-section .person .social-box,
  #about-team-section .team .person .social-box {
    width: 178px;
    height: 178px;
    max-width: 178px;
    max-height: 178px;
    top: 13px;
    left: 30px;
  }
  #about-team-section .person .person-name,
  #about-team-section .team .person .person-name {
    margin-top: 250px;
  }
  #about-team-section .team .person .social-box {
    top: 13px;
    left: 30px;
  }
}

#about-rocket-section {
  margin-top: 74px;
  position: relative;
}
#about-rocket-section #footer-bg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}
#about-rocket-section #rocket {
  max-width: 99px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  height: auto;
}
#about-rocket-section div {
  padding-top: 34px;
  background-color: #eef4fb;
}
#about-rocket-section span {
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#about-rocket-section p {
  line-height: 1.46;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 63px;
}
#about-rocket-section a {
  margin-bottom: 48px;
}
@media (max-width: 1279px) {
  #about-rocket-section div {
    padding-top: 170px;
  }
  #about-rocket-section a {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  #about-rocket-section {
    margin-top: 82px;
  }
  #about-rocket-section #rocket {
    max-width: 69px;
    top: -47px;
  }
  #about-rocket-section div {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  #about-rocket-section p {
    line-height: 1.464;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 40px;
    text-align: center;
    max-width: 235px;
  }
  #about-rocket-section .violet-button {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 190px;
  }
}

#job-top-section {
  margin-top: 67px;
  margin-bottom: 80px;
  display: flex;
}
#job-top-section .left-side {
  max-width: 624px;
  flex-basis: 624px;
  margin-right: 125px;
}
#job-top-section .right-side {
  max-width: 523px;
  flex-basis: 523px;
  padding-top: 32px;
}
#job-top-section img,
#job-top-section h1,
#job-top-section p {
  opacity: 0;
}
#job-top-section h1 {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 55px;
}
#job-top-section p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  padding-left: 101px;
  max-width: 416px;
}
@media (max-width: 1279px) {
  #job-top-section {
    padding-top: 52px;
  }
  #job-top-section h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #job-top-section p {
    padding-left: 0px;
    max-width: 290px;
  }
  #job-top-section .left-side {
    margin-right: 0px;
    max-width: 750px;
    flex-basis: 750px;
  }
  #job-top-section .right-side {
    min-height: 490px;
    position: relative;
    max-width: 375px;
    flex-basis: 375px;
  }
  #job-top-section .right-side img {
    position: absolute;
    max-width: 460px;
    right: -135px;
    top: 150px;
  }
}
@media (max-width: 767px) {
  #job-top-section {
    flex-direction: column;
    margin-bottom: 91px;
  }
  #job-top-section h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
  }
  #job-top-section p {
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 0;
    max-width: 100%;
    margin-left: 0px;
    line-height: 1.53;
    margin-bottom: 40px;
  }
  #job-top-section .left-side,
  #job-top-section .right-side {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  #job-top-section .right-side {
    min-height: 288px;
    position: relative;
  }
  #job-top-section .right-side img {
    position: absolute;
    max-width: 350px;
    right: -85px;
  }
}

#job-form-section {
  opacity: 0;
  position: relative;
}
#job-form-section .planet1 {
  width: 29px;
  height: 37px;
  background-size: 29px 37px;
  top: 608px;
  left: 120px;
}
#job-form-section .planet2 {
  width: 61px;
  height: 87px;
  background-size: 61px 87px;
  top: 528px;
  left: 1100px;
}
#job-form-section .planet3 {
  width: 155px;
  height: 133px;
  background-size: 155px 133px;
  top: 0px;
  left: 0px;
}
#job-form-section form {
  width: 100%;
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
#job-form-section form input,
#job-form-section form textarea {
  margin-bottom: 20px;
}
#job-form-section h2 {
  margin-bottom: 42px;
  line-height: 1.46;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
#job-form-section .txt-2 {
  margin-top: 30px;
  margin-bottom: 27px;
}
#job-form-section .txt-3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 34px;
}
#job-form-section a {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
#job-form-section .txt-4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #7a7f8a;
  text-align: center;
  margin-bottom: 78px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  #job-form-section {
    padding-top: 100px;
    margin-top: -100px;
  }
  #job-form-section .planet1,
  #job-form-section .planet2 {
    display: none;
  }
  #job-form-section .planet3 {
    left: 50px;
  }
  #job-form-section form {
    padding-top: 90px;
  }
  #job-form-section .txt-4 {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  #job-form-section {
    margin-bottom: 160px;
  }
  #job-form-section .planet1,
  #job-form-section .planet2,
  #job-form-section .planet3 {
    display: none;
  }
  #job-form-section .txt-1,
  #job-form-section .txt-2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 20px;
  }
  #job-form-section .txt-2 {
    margin-top: 40px;
  }
  #job-form-section .txt-3 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.88;
    margin-bottom: 20px;
  }
  #job-form-section .txt-4 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.85;
  }
  #job-form-section form input {
    margin-bottom: 16px;
  }
  #job-form-section form textarea {
    margin-bottom: 30px;
  }
  #job-form-section #send-form {
    padding-left: 32px;
    padding-right: 32px;
  }
}

#job-form-section + footer {
  background-color: #ffffff;
}

#features-section {
  overflow: hidden;
}
#features-section .container {
  overflow: visible !important;
}
#features-section .mobile-img {
  display: none;
}
#features-section h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.38;
}
#features-section span {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1.69px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
#features-section h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 30px;
}
#features-section p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
}
#features-section .shadow {
  width: 304px;
  height: 658px;
  box-shadow: 0 2px 400px 0 rgba(39, 43, 93, 0.22),
    0 0 12px 0 rgba(39, 43, 93, 0.07);
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
}
#features-section .shadow img {
  border-radius: 25px;
}
#features-section .shadow video {
  position: relative;
  z-index: 100;
  border-radius: 25px;
  width: 304px;
  height: 658px;
}
@media (max-width: 768px) {
  #features-section .shadow video {
    width: 173px;
    height: 374px;
  }
}
#features-section .shadow .cloud {
  border-radius: 0px;
}
@media (max-width: 1279px) {
  #features-section .shadow {
    box-shadow: 0 2px 50px 0 rgba(39, 43, 93, 0.22),
      0 0 12px 0 rgba(39, 43, 93, 0.07) !important;
  }
}
#features-section img {
  max-width: 304px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1279px) {
  #features-section {
    margin-bottom: 0px !important;
  }
}
#features-section #features-section-1 {
  display: flex;
  padding-top: 172px;
  padding-bottom: 80px;
}
#features-section #features-section-1 .left-side {
  max-width: 605px;
  flex-basis: 605px;
  margin-right: 119px;
}
#features-section #features-section-1 .right-side {
  max-width: 556px;
  flex-basis: 556px;
  padding-top: 168px;
  opacity: 0;
}
#features-section #features-section-1 h1 {
  margin-bottom: 120px;
  opacity: 0;
}
#features-section #features-section-1 span,
#features-section #features-section-1 h2,
#features-section #features-section-1 p {
  margin-left: 108px;
  opacity: 0;
}
#features-section #features-section-1 span {
  color: #fb866c;
}
#features-section #features-section-1 .cloud {
  position: absolute;
  z-index: -1;
  max-width: 556px;
  bottom: 71px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
@media (max-width: 1279px) {
  #features-section #features-section-1 {
    padding-top: 52px;
    padding-bottom: 245px;
  }
  #features-section #features-section-1 h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33;
    margin-bottom: 120px;
  }
  #features-section #features-section-1 .left-side {
    margin-right: 0px;
  }
  #features-section #features-section-1 .left-side h2,
  #features-section #features-section-1 .left-side p,
  #features-section #features-section-1 .left-side span {
    margin-left: 0px;
  }
  #features-section #features-section-1 .left-side p {
    padding-right: 20px;
  }
  #features-section #features-section-1 .right-side {
    padding-top: 505px;
  }
}
@media (max-width: 767px) {
  #features-section #features-section-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #features-section #features-section-1 h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 50px;
  }
}
#features-section #features-section-2 {
  padding-top: 58px;
}
#features-section #features-section-2 .section-2-bg {
  max-height: 298px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1450px) {
  #features-section #features-section-2 .section-2-bg {
    max-height: 100%;
  }
}
#features-section #features-section-2 .shadow {
  box-shadow: 0 2px 400px 0 rgba(39, 43, 93, 0.22),
    0 0 12px 0 rgba(39, 43, 93, 0.07);
}
#features-section #features-section-2 .container {
  display: flex;
}
#features-section #features-section-2 span {
  color: #2e94ea;
}
#features-section #features-section-2 .container-bg {
  min-height: 382px;
  padding-bottom: 100px;
  width: 100%;
  background-color: #eef4fb;
  margin-top: -3px;
}
#features-section #features-section-2 .left-side {
  max-width: 304px;
  flex-basis: 304px;
  margin-left: 108px;
  margin-right: 234px;
}
#features-section #features-section-2 .left-side .shadow {
  margin-top: -276px;
  z-index: 5;
}
#features-section #features-section-2 .left-side img {
  max-width: 304px;
}
#features-section #features-section-2 .right-side {
  max-width: 524px;
  flex-basis: 524px;
  padding-top: 62px;
  opacity: 0;
}
@media (max-width: 1279px) {
  #features-section #features-section-2 {
    padding-top: 0px;
  }
  #features-section #features-section-2 .container-bg {
    padding-bottom: 0px;
  }
  #features-section #features-section-2 .left-side {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 1100px;
  }
  #features-section #features-section-2 .left-side .shadow {
    margin-top: 185px;
  }
  #features-section #features-section-2 .right-side {
    padding-top: 251px;
    padding-left: 68px;
  }
}
@media (max-width: 767px) {
  #features-section #features-section-2 .container-bg {
    max-height: 600px;
  }
}
#features-section #features-section-3 {
  padding-top: 160px;
  margin-bottom: 100px;
  display: flex;
}
#features-section #features-section-3 .shadow {
  box-shadow: 0 2px 50px 0 rgba(39, 43, 93, 0.22),
    0 0 12px 0 rgba(39, 43, 93, 0.07);
}
#features-section #features-section-3 .left-side {
  max-width: 524px;
  flex-basis: 524px;
  margin-left: 108px;
  margin-right: 92px;
  opacity: 0;
}
#features-section #features-section-3 span {
  margin-top: 303px;
  color: #ed9c00;
}
#features-section #features-section-3 .cloud {
  position: absolute;
  z-index: -1;
  max-width: 556px;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
#features-section #features-section-3 .right-side {
  max-width: 556px;
  flex-basis: 556px;
}
#features-section #features-section-3 .right-side img {
  max-width: 556px;
}
@media (max-width: 1279px) {
  #features-section #features-section-3 {
    padding-top: 200px;
  }
  #features-section #features-section-3 .left-side {
    margin-right: 0px;
    margin-left: 0px;
  }
  #features-section #features-section-3 .left-side span {
    margin-top: 0px;
  }
  #features-section #features-section-3 .right-side {
    padding-top: 140px;
    padding-left: 85px;
    min-height: 720px;
  }
}
@media (max-width: 767px) {
  #features-section #features-section-3 {
    max-height: 400px;
  }
}
#features-section #features-section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 74px;
  display: flex;
}
#features-section #features-section-4 .shadow {
  box-shadow: 0 2px 400px 0 rgba(39, 43, 93, 0.22),
    0 0 12px 0 rgba(39, 43, 93, 0.07);
}
#features-section #features-section-4 .left-side {
  max-width: 524px;
  flex-basis: 524px;
  margin-right: 124px;
}
#features-section #features-section-4 span {
  margin-top: 219px;
  color: #ed9c00;
}
#features-section #features-section-4 .cloud {
  position: absolute;
  z-index: -1;
  max-width: 524px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
#features-section #features-section-4 .right-side {
  max-width: 524px;
  flex-basis: 524px;
  opacity: 0;
}
@media (max-width: 1279px) {
  #features-section #features-section-4 {
    padding-top: 225px;
  }
  #features-section #features-section-4 .shadow {
    box-shadow: 0 2px 50px 0 rgba(39, 43, 93, 0.22),
      0 0 12px 0 rgba(39, 43, 93, 0.07) !important;
  }
  #features-section #features-section-4 .left-side {
    margin-right: 75px;
  }
  #features-section #features-section-4 .right-side span {
    margin-top: 380px;
  }
}
#features-section #features-section-5 .section-5-bg {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
#features-section #features-section-5 .container-bg {
  padding-bottom: 80px;
  width: 100%;
  background-color: #eef4fb;
  margin-top: -3px;
}
#features-section #features-section-5 .container {
  display: flex;
  padding-left: 108px;
  overflow: hidden;
}
#features-section #features-section-5 .left-side {
  max-width: 524px;
  flex-basis: 524px;
  margin-right: 240px;
  margin-top: -278px;
  z-index: 10;
  opacity: 0;
}
#features-section #features-section-5 .left-side img {
  max-width: 308px;
  height: auto;
}
#features-section #features-section-5 .left-side img#desktop-features-img {
  display: block;
}
@media (max-width: 767px) {
  #features-section #features-section-5 .left-side img#desktop-features-img {
    display: none;
  }
}
#features-section #features-section-5 .left-side img#mobile-features-img {
  display: none;
}
@media (max-width: 767px) {
  #features-section #features-section-5 .left-side img#mobile-features-img {
    display: block;
  }
}
#features-section #features-section-5 .right-side {
  max-width: 304px;
  flex-basis: 304px;
  margin-top: -330px;
  z-index: 10;
}
#features-section #features-section-5 .color-1 {
  color: #2e94ea;
}
#features-section #features-section-5 .color-2 {
  color: #fb866c;
}
#features-section #features-section-5 p {
  margin-bottom: 85px;
  max-width: 95%;
}
#features-section #features-section-5 .text {
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  #features-section #features-section-5 .container-bg {
    padding-bottom: 200px;
  }
  #features-section #features-section-5 .container {
    padding-left: 50px;
  }
  #features-section #features-section-5 .left-side {
    margin-top: 0px;
    margin-right: 68px;
    min-width: initial;
  }
  #features-section #features-section-5 .right-side {
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  #features-section {
    margin-bottom: 0px !important;
  }
  #features-section section {
    flex-direction: column;
  }
  #features-section .left-side,
  #features-section .right-side {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #features-section span {
    margin-left: 0px !important;
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.22;
  }
  #features-section h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: 0px !important;
  }
  #features-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-left: 0px !important;
    margin-bottom: 40px;
  }
  #features-section .shadow {
    width: 173px;
    height: 374px;
    box-shadow: 0 2px 75px 0 rgba(39, 43, 93, 0.22),
      0 0 12px 0 rgba(39, 43, 93, 0.07) !important;
  }
  #features-section .shadow img {
    max-width: 173px;
  }
  #features-section #features-section-1 .cloud {
    max-width: 330px;
    bottom: 34px;
  }
  #features-section #features-section-1 {
    padding-bottom: 80px;
  }
  #features-section #features-section-2 .container-bg {
    min-height: initial;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  #features-section #features-section-2 .container {
    flex-direction: column-reverse;
    overflow-x: initial;
    overflow: hidden;
  }
  #features-section #features-section-2 .shadow {
    margin-top: 0px !important;
  }
  #features-section #features-section-2 .shadow img {
    max-width: 100%;
  }
  #features-section #features-section-3 {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 0px;
  }
  #features-section #features-section-3 span {
    margin-top: 0px;
  }
  #features-section #features-section-3.container {
    overflow-x: initial;
    overflow: hidden;
  }
  #features-section #features-section-3 .shadow .cloud {
    max-width: 330px;
  }
  #features-section #features-section-3 .shadow .cloud + img {
    max-width: 100%;
  }
  #features-section #features-section-4 {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 80px;
    flex-direction: column-reverse;
  }
  #features-section #features-section-4.container {
    overflow-x: initial;
    overflow: hidden;
  }
  #features-section #features-section-4 span {
    margin-top: 0px;
  }
  #features-section #features-section-4 .cloud {
    max-width: 330px;
  }
  #features-section #features-section-5 .container-bg {
    padding-bottom: 144px;
    min-height: initial;
  }
  #features-section #features-section-5 .container-bg .container {
    overflow-x: initial;
    overflow: hidden;
    flex-direction: column;
    padding-left: 24px;
  }
  #features-section #features-section-5 p {
    margin-bottom: 40px;
  }
  #features-section #features-section-5 .left-side img {
    max-width: 100%;
  }
  #features-section #features-section-5 .right-side {
    display: none;
  }
  #features-section #features-section-5 .mobile-img {
    display: block;
    margin-bottom: 60px;
  }
  #features-section #features-section-5 p.text + img {
    max-width: 270px;
  }
}

.page-template-explore {
  background-color: #f9f8fb;
}

#explore-heading-section {
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
  padding-top: 185px;
  overflow: visible;
}
@media (max-width: 1279px) {
  #explore-heading-section {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #explore-heading-section {
    padding-top: 40px;
  }
}
#explore-heading-section .explore-heading-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1279px) {
  #explore-heading-section .explore-heading-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
#explore-heading-section .explore-heading-heading .explore-heading-text {
  max-width: 761px;
}
#explore-heading-section .explore-heading-heading .explore-heading-text h1 {
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 56px;
  font-size: 3.5rem;
  color: #313131;
}
#explore-heading-section .explore-heading-heading .explore-heading-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: #3c3c3c;
}
#explore-heading-section .explore-heading-heading .explore-heading-text p a {
  font-weight: 600;
  color: #802aff;
}
#explore-heading-section
  .explore-heading-heading
  .explore-heading-search
  .explore-heading-search-wrapper {
  position: relative;
  min-width: 384px;
}
#explore-heading-section
  .explore-heading-heading
  .explore-heading-search
  .explore-heading-search-wrapper
  .explore-heading-search-icon {
  position: absolute;
  left: 20px;
  top: 14px;
}
#explore-heading-section
  .explore-heading-heading
  .explore-heading-search
  .explore-heading-search-wrapper
  .explore-heading-search-icon
  svg {
  width: 24px;
  height: 24px;
}
#explore-heading-section
  .explore-heading-heading
  .explore-heading-search
  .explore-heading-search-wrapper
  input {
  width: 100%;
  max-width: calc(100% - 76px);
  box-shadow: 0px 4px 12px 0px #847e8d1a;
  border-radius: 100px;
  padding: 15px 20px 15px 56px;
  border: 1px solid #fff;
  color: #7a7f8a;
  line-height: 1.5;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
}
#explore-heading-section
  .explore-heading-heading
  .explore-heading-search
  .explore-heading-search-wrapper
  input::placeholder {
  color: #ababab;
}
#explore-heading-section
  .explore-heading-heading
  .explore-heading-search
  .explore-heading-search-wrapper
  input:focus {
  border: 1px solid #802aff;
}

#explore-map-section .explore-map-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #explore-map-section .explore-map-wrapper {
    flex-direction: column;
  }
}
#explore-map-section .explore-map-wrapper .explore-map-categories h2 {
  margin-bottom: 32px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #3c3c3c;
}
#explore-map-section .explore-map-wrapper .explore-map-categories ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 767px) {
  #explore-map-section .explore-map-wrapper .explore-map-categories ul {
    gap: 12px;
    flex-direction: row;
    overflow-y: scroll;
    margin-right: -24px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
}
#explore-map-section .explore-map-wrapper .explore-map-categories ul li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.33;
  font-weight: 400;
  color: #626262;
  white-space: nowrap;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#explore-map-section
  .explore-map-wrapper
  .explore-map-categories
  ul
  li.active
  a {
  color: #802aff;
  font-weight: 600;
}
#explore-map-section
  .explore-map-wrapper
  .explore-map-categories
  ul
  li:hover
  a {
  color: #802aff;
}
#explore-map-section .explore-map-wrapper .explore-maps-wrapper {
  flex-basis: 80%;
  min-height: 150vh;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  align-items: start;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: block;
  height: 100%;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-image {
  width: 100%;
  height: 186px;
  overflow: hidden;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-content {
  padding: 36px 28px;
  position: relative;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-content
  .explore-map-avatar {
  position: absolute;
  top: -26px;
  right: 26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-content
  .explore-map-title {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #202020;
}
@media (max-width: 767px) {
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card
    > div
    .explore-map-content
    .explore-map-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-content
  .explore-map-stats {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-content
  .explore-map-description {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 28px;
  min-height: 48px;
  font-size: 16px;
  font-size: 1rem;
  color: #5f5f5f;
}
@media (max-width: 767px) {
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card
    > div
    .explore-map-content
    .explore-map-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div
  .explore-map-content
  a {
  display: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card
  > div:hover
  .explore-map-content
  a {
  display: inline-block;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card:first-child {
  grid-area: 1/1/2/3;
  align-self: stretch;
  max-height: 396px;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card:first-child
  > div {
  display: flex;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card:first-child
  > div
  .explore-map-image {
  width: 50%;
  height: 100%;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card:first-child
  > div
  .explore-map-avatar {
  display: none;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card:first-child
  > div
  .explore-map-content {
  width: calc(50% - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-map-container
  .explore-map-card:first-child
  > div
  .explore-map-content
  a {
  display: inline-block;
}
@media (max-width: 1279px) {
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card
    > div
    .explore-map-content
    a {
    display: inline-block;
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card:first-child {
    grid-area: unset;
    max-height: unset;
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card:first-child
    > div {
    display: block;
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card:first-child
    > div
    .explore-map-image {
    width: 100%;
    height: 186px;
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card:first-child
    > div
    .explore-map-avatar {
    display: block;
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card:first-child
    > div
    .explore-map-content {
    width: unset;
  }
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container
    .explore-map-card:first-child
    > div
    .explore-map-content
    a {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-map-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination {
  margin-top: 60px;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}
@media (max-width: 767px) {
  #explore-map-section
    .explore-map-wrapper
    .explore-maps-wrapper
    .explore-maps-pagination
    ul {
    gap: 20px;
  }
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li
  a,
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li
  span {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1rem;
  color: #bebebe;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 0;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li
  a:hover,
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li
  span:hover {
  color: #802aff;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.active
  a {
  color: #802aff;
  font-weight: 600;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.prev
  a,
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.next
  a {
  background: #802aff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.prev
  a:hover,
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.next
  a:hover {
  opacity: 0.75;
}
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.prev.disabled
  a,
#explore-map-section
  .explore-map-wrapper
  .explore-maps-wrapper
  .explore-maps-pagination
  ul
  li.next.disabled
  a {
  pointer-events: none;
  opacity: 0.5;
}

#ambassadors-section-1 {
  margin-top: 172px;
  margin-bottom: 130px;
  display: flex;
}
#ambassadors-section-1.container {
  overflow-y: hidden;
  overflow-x: hidden;
}
#ambassadors-section-1 h1 {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 50px;
  opacity: 0;
}
#ambassadors-section-1 p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  opacity: 0;
}
#ambassadors-section-1 .left-side {
  max-width: 524px;
  flex-basis: 524px;
  margin-right: 108px;
}
#ambassadors-section-1 .right-side {
  max-width: 650px;
  flex-basis: 650px;
}
#ambassadors-section-1 .right-side img {
  max-width: 650px;
  opacity: 0;
}
@media (max-width: 1279px) {
  #ambassadors-section-1 {
    padding-top: 52px;
    margin-bottom: 60px;
  }
  #ambassadors-section-1 h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #ambassadors-section-1 p {
    padding-left: 0px;
    max-width: 326px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #ambassadors-section-1 a {
    margin-left: 0px;
  }
  #ambassadors-section-1 .left-side {
    margin-right: 0px;
    max-width: 750px;
    flex-basis: 750px;
  }
  #ambassadors-section-1 .right-side {
    min-height: 620px;
    position: relative;
    max-width: 375px;
    flex-basis: 375px;
  }
  #ambassadors-section-1 .right-side img {
    position: absolute;
    max-width: 460px;
    right: -138px;
    top: 225px;
  }
}
@media (max-width: 767px) {
  #ambassadors-section-1 {
    flex-direction: column;
    margin-bottom: 25px;
  }
  #ambassadors-section-1 h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
  }
  #ambassadors-section-1 p {
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 40px;
  }
  #ambassadors-section-1 .left-side,
  #ambassadors-section-1 .right-side {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  #ambassadors-section-1 .right-side {
    min-height: 305px;
    position: relative;
  }
  #ambassadors-section-1 .right-side img {
    position: absolute;
    max-width: 350px;
    right: -85px;
    top: 0px;
  }
}

#ambassadors-section-2 {
  opacity: 0;
}
#ambassadors-section-2 .our-mission-description {
  text-align: center;
  position: relative;
}
#ambassadors-section-2 .our-mission-description .planet1 {
  width: 29px;
  height: 37px;
  background-size: 29px 37px;
  top: -90px;
  left: 120px;
}
#ambassadors-section-2 .our-mission-description .planet2 {
  width: 49px;
  height: 49px;
  background-size: 49px 49px;
  top: -10px;
  right: 81px;
}
#ambassadors-section-2 .our-mission-description h2,
#ambassadors-section-2 .our-mission-description h3,
#ambassadors-section-2 .our-mission-description p {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
#ambassadors-section-2 .our-mission-description h2,
#ambassadors-section-2 .our-mission-description h3 {
  font-weight: 500;
}
#ambassadors-section-2 .our-mission-description h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.46;
  margin-bottom: 160px;
  max-width: 670px;
  display: none;
}
#ambassadors-section-2 .our-mission-description h3 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.33;
  margin-bottom: 20px;
}
#ambassadors-section-2 .our-mission-description p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 70px;
  line-height: 1.75;
  max-width: 705px;
}
#ambassadors-section-2 .our-mission-list {
  width: 972px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
  opacity: 0;
}
#ambassadors-section-2 .our-mission-list div {
  max-width: 200px;
  flex-basis: 200px;
  margin-bottom: 120px;
  margin-right: 62px;
  margin-left: 62px;
}
#ambassadors-section-2 .our-mission-list div:nth-child(1) img {
  max-width: 48px;
}
#ambassadors-section-2 .our-mission-list div:nth-child(2) img,
#ambassadors-section-2 .our-mission-list div:nth-child(3) img,
#ambassadors-section-2 .our-mission-list div:nth-child(4) img,
#ambassadors-section-2 .our-mission-list div:nth-child(5) img,
#ambassadors-section-2 .our-mission-list div:nth-child(6) img {
  max-width: 60px;
}
#ambassadors-section-2 .our-mission-list img {
  max-width: 60px;
  margin-bottom: 40px;
  display: block;
}
#ambassadors-section-2 .our-mission-list h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
  margin-bottom: 12px;
}
#ambassadors-section-2 .our-mission-list p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #7a7f8a;
}
@media (max-width: 1400px) {
  #ambassadors-section-2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media (max-width: 1279px) {
  #ambassadors-section-2 {
    padding-top: 100px;
    margin-top: -100px;
  }
  #ambassadors-section-2 .our-mission-description h2 {
    display: none;
  }
  #ambassadors-section-2 .our-mission-description h3 {
    padding-top: 75px;
  }
  #ambassadors-section-2 .our-mission-description .planet1 {
    width: 29px;
    height: 37px;
    background-size: 29px 37px;
    right: initial;
    left: 28px;
  }
  #ambassadors-section-2 .our-mission-description .planet2 {
    left: initial;
    right: 0;
    top: 0;
  }
  #ambassadors-section-2 .our-mission-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #ambassadors-section-2 .our-mission-description {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #ambassadors-section-2 .our-mission-description h2 {
    display: none;
  }
  #ambassadors-section-2 .our-mission-description h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 20px;
  }
  #ambassadors-section-2 .our-mission-description p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
  #ambassadors-section-2 .our-mission-description .planet1 {
    top: 260px;
    right: 0px;
    width: 27px;
    height: 44px;
    background-size: 27px 44px;
    left: initial;
  }
  #ambassadors-section-2 .our-mission-description .planet2 {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    top: 0px;
    left: 0px;
  }
  #ambassadors-section-2 .our-mission-list {
    width: 100%;
    margin-bottom: 0px;
  }
  #ambassadors-section-2 .our-mission-list div {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 auto 50px;
    clear: both;
  }
  #ambassadors-section-2 .our-mission-list div img {
    float: left;
    max-width: 45px;
    width: 45px;
    margin-right: 24px;
  }
  #ambassadors-section-2 .our-mission-list div h4 {
    float: right;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 8px;
    width: 74%;
  }
  #ambassadors-section-2 .our-mission-list div p {
    float: right;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.85;
    width: 74%;
  }
}

#ambassadors-section-3 {
  position: relative;
  display: flex;
  margin-bottom: 95px;
}
#ambassadors-section-3 .planet1 {
  width: 69px;
  height: 48px;
  background-size: 69px 48px;
  top: -103px;
  right: -25px;
}
#ambassadors-section-3 .planet2 {
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  top: 627px;
  left: 85px;
}
#ambassadors-section-3 .planet3 {
  width: 39px;
  height: 63px;
  background-size: 39px 63px;
  bottom: 116px;
  right: 0px;
}
#ambassadors-section-3 .left-side {
  max-width: 380px;
  flex-basis: 380px;
  margin-right: 160px;
  margin-left: 108px;
  opacity: 0;
}
#ambassadors-section-3 .left-side h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
}
#ambassadors-section-3 .right-side {
  max-width: 524px;
  flex-basis: 524px;
  opacity: 0;
}
#ambassadors-section-3 .right-side h3,
#ambassadors-section-3 .right-side li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
}
#ambassadors-section-3 .right-side .title {
  margin-bottom: 42px;
}
#ambassadors-section-3 .right-side h3 {
  margin-bottom: 10px;
  margin-left: -19px;
}
#ambassadors-section-3 .right-side ul {
  list-style-type: disc;
}
#ambassadors-section-3 .right-side ul li {
  margin-bottom: 20px;
}
#ambassadors-section-3 .right-side ul li:last-of-type {
  margin-bottom: 38px;
}
@media (max-width: 1279px) {
  #ambassadors-section-3 {
    flex-direction: column;
  }
  #ambassadors-section-3 .planet1 {
    top: 45px;
    right: 160px;
  }
  #ambassadors-section-3 .planet2 {
    left: initial;
    right: 75px;
    top: 275px;
  }
  #ambassadors-section-3 .planet3 {
    bottom: 0px;
    right: 75px;
  }
  #ambassadors-section-3 .right-side,
  #ambassadors-section-3 .left-side {
    max-width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  #ambassadors-section-3 .right-side {
    padding-left: 25px;
  }
  #ambassadors-section-3 .left-side h2 {
    max-width: 380px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #ambassadors-section-3 {
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 42px;
  }
  #ambassadors-section-3 .planet2 {
    right: 9%;
    left: initial;
    top: 2px;
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
  }
  #ambassadors-section-3 .planet1,
  #ambassadors-section-3 .planet3 {
    display: none;
  }
  #ambassadors-section-3 .right-side .title {
    margin-bottom: 20px;
  }
  #ambassadors-section-3 .left-side,
  #ambassadors-section-3 .right-side {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }
  #ambassadors-section-3 .left-side h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 50px;
    max-width: 80%;
  }
  #ambassadors-section-3 .right-side h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.88;
    margin-bottom: 20px;
  }
  #ambassadors-section-3 .right-side ul {
    width: 95%;
    margin-left: 5%;
  }
  #ambassadors-section-3 .right-side li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.88;
    margin-bottom: 15px;
  }
}

#ambassadors-section-4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#ambassadors-section-4 form {
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
#ambassadors-section-4 .ambassadors-section-4 {
  padding-bottom: 20px;
  background-color: #eef4fb;
  margin-top: -27px;
}
#ambassadors-section-4 .ambassadors-section-4 p {
  opacity: 0;
}
#ambassadors-section-4 h2 {
  line-height: 1.33;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
}
#ambassadors-section-4 p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.75;
  font-size: 20px;
  font-size: 1.25rem;
}
#ambassadors-section-4 .form-input,
#ambassadors-section-4 .form-textarea {
  margin-bottom: 20px;
}

/* Ambassadors Privacy checkbox */
.ambassadors-privacy-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: -5px;
}

.ambassadors-privacy-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  transition: all 0.2s ease;
}

.ambassadors-privacy-checkbox:checked {
  background-color: #802aff;
  border-color: #802aff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.ambassadors-privacy-checkbox.error {
  border-color: #ef4444;
  border-width: 2px;
}

.ambassadors-privacy-label {
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  cursor: pointer;
  margin: 0;
}

.ambassadors-privacy-label a {
  color: #802aff;
  text-decoration: underline;
}

@media (max-width: 1279px) {
  #ambassadors-section-4 {
    margin-top: 0px;
  }
  #ambassadors-section-4 h2 {
    padding-top: 50px;
  }
  #ambassadors-section-4 #send-form {
    margin-bottom: 130px;
  }
  #ambassadors-section-4 form {
    max-width: 800px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  #ambassadors-section-4 h2 {
    line-height: 1.24;
    font-size: 34px;
    font-size: 2.125rem;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  #ambassadors-section-4 p {
    line-height: 1.53;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  #ambassadors-section-4 .ambassadors-section-4 {
    margin-top: 0px;
    padding-top: 67px;
    padding-bottom: 170px;
  }
  #ambassadors-section-4 form {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
  #ambassadors-section-4 #send-form {
    padding-left: 32px;
    padding-right: 32px;
  }
  #ambassadors-section-4 .form-input {
    margin-bottom: 16px;
  }
  #ambassadors-section-4 .form-textarea {
    margin-bottom: 30px;
  }
}

#partners-section-1 {
  margin-top: 154px;
  margin-bottom: 148px;
  display: flex;
}
#partners-section-1 h1 {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.38;
  margin-top: 18px;
  margin-bottom: 50px;
  opacity: 0;
}
#partners-section-1 p {
  margin-left: 108px;
  margin-right: 108px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  opacity: 0;
}
#partners-section-1 .partners-content {
  max-width: 632px;
  flex-basis: 632px;
  margin-right: 18px;
}
#partners-section-1 #desktop-partners-img {
  max-width: 628px;
  flex-basis: 628px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 551px;
  opacity: 0;
}
#partners-section-1 #responsive-partners-img {
  display: none;
}
@media (max-width: 1279px) {
  #partners-section-1 {
    padding-top: 52px;
    margin-bottom: 60px;
    flex-direction: column;
    text-align: center;
  }
  #partners-section-1.container {
    overflow: hidden;
  }
  #partners-section-1 h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #partners-section-1 p {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  #partners-section-1 .partners-content {
    margin-right: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
  #partners-section-1 #desktop-partners-img {
    display: none;
  }
  #partners-section-1 #responsive-partners-img {
    display: block;
    width: 100%;
    max-width: 505px;
    height: 443px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  #partners-section-1 {
    margin-bottom: 99px;
    text-align: center;
  }
  #partners-section-1 h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
  }
  #partners-section-1 p {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 40px;
    max-width: 100%;
  }
  #partners-section-1 .partners-content {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* Responsive image sizing for mobile */
  #partners-section-1 #responsive-partners-img {
    max-width: 350px;
    height: 307px;
    margin-bottom: 20px;
  }
}

#partners-section-2.container {
  max-width: 1296px;
  display: flex;
  flex-wrap: wrap;
}
#partners-section-2 .parners-list {
  max-width: 624px;
  flex-basis: 632px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 36px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 64px;
  padding-bottom: 56px;
  padding-right: 40px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: flex;
  opacity: 0;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: 3px solid transparent;
}
#partners-section-2 .parners-list:hover h2 {
  color: #802aff;
}
#partners-section-2 .parners-list .left-side {
  max-width: 185px;
  flex-basis: 185px;
  margin-right: 36px;
}
#partners-section-2 .parners-list .left-side img {
  max-width: 100%;
}
#partners-section-2 .parners-list .right-side {
  max-width: 350px;
}
#partners-section-2 .parners-list .right-side h2 {
  margin-top: 8px;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #35363a;
}
#partners-section-2 .parners-list .right-side p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #7a7f8a;
  margin-bottom: 38px;
}
#partners-section-2 .parners-list .right-side .read-more {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #802aff;
}
#partners-section-2 .parners-list:hover h2 {
  color: #802aff;
}
@media (max-width: 1400px) {
  #partners-section-2 {
    justify-content: center;
  }
  #partners-section-2 .parners-list:last-of-type {
    margin-bottom: 150px;
  }
}
@media (max-width: 1279px) {
  #partners-section-2 {
    margin-bottom: 60px;
  }
  #partners-section-2.container {
    flex-direction: column;
    align-items: center;
  }
  #partners-section-2 .parners-list {
    max-height: 360px;
  }
}
@media (max-width: 767px) {
  #partners-section-2 {
    margin-bottom: 114px;
    flex-direction: column;
    align-items: center;
  }
  #partners-section-2 .parners-list {
    max-width: 320px;
    flex-basis: 320px;
    padding: 16px;
    margin: 0 auto 56px;
    max-height: initial;
    display: block;
    z-index: 2;
  }
  #partners-section-2 .parners-list .left-side,
  #partners-section-2 .parners-list .right-side {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
  }
  #partners-section-2 .parners-list .left-side img,
  #partners-section-2 .parners-list .right-side img {
    max-width: 100%;
    height: 185px;
    max-height: 185px;
    display: block;
    margin: 0 auto;
  }
  #partners-section-2 .parners-list .left-side h2,
  #partners-section-2 .parners-list .right-side h2 {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 8px;
    margin-top: 0px;
  }
  #partners-section-2 .parners-list .left-side p,
  #partners-section-2 .parners-list .right-side p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 25px;
    min-height: initial;
  }
  #partners-section-2 .parners-list .left-side a,
  #partners-section-2 .parners-list .right-side a {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    display: block;
  }
  #partners-section-2 .parners-list .left-side {
    margin-bottom: 20px;
    max-height: 185px;
    height: 185px;
  }
  #partners-section-2 .parners-list:last-of-type {
    margin-bottom: 120px;
  }
}

#partners-details-section-1 {
  margin-top: 155px !important;
  margin-top: 54px;
  margin-bottom: 132px;
  display: flex;
}
#partners-details-section-1 .download-app {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#partners-details-section-1 .download-app:hover {
  opacity: 0.75;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#partners-details-section-1.container {
  overflow: hidden;
}
#partners-details-section-1 h1 {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.38;
  margin-top: 18px;
  margin-bottom: 50px;
  opacity: 0;
}
#partners-details-section-1 p {
  max-width: 474px;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 3rem;
  line-height: 1.75;
  opacity: 0;
  color: #3c3c3c;
}
#partners-details-section-1 .cut-text-container {
  height: 205px;
  overflow: hidden;
  position: relative;
}
#partners-details-section-1 .cut-text-container .dots {
  position: absolute;
  right: 0;
  top: 170px;
  width: 20px;
  padding: 5px;
  height: 30px;
  background-color: #fff;
}
#partners-details-section-1 a {
  opacity: 0;
}
#partners-details-section-1 .more-text,
#partners-details-section-1 #show-less {
  display: none;
}
#partners-details-section-1 .more-text,
#partners-details-section-1 .dots {
  padding: 0px;
  margin: 0px;
}
#partners-details-section-1 .left-side {
  max-width: 640px;
  flex-basis: 640px;
  margin-right: 119px;
}
#partners-details-section-1 .right-side {
  max-width: 631px;
  flex-basis: 631px;
}
#partners-details-section-1 .right-side img {
  max-width: 631px;
  opacity: 0;
}
@media (max-width: 1279px) {
  #partners-details-section-1 {
    padding-top: 80px;
    margin-bottom: 60px;
    margin-top: 55px !important;
  }
  #partners-details-section-1.container {
    overflow: hidden;
  }
  #partners-details-section-1 h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #partners-details-section-1 p {
    padding-left: 0px;
    max-width: 326px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #partners-details-section-1 a {
    margin-left: 0px;
  }
  #partners-details-section-1 .left-side {
    margin-right: 0px;
    max-width: 750px;
    flex-basis: 750px;
  }
  #partners-details-section-1 .right-side {
    min-height: 568px;
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #partners-details-section-1 .right-side img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #partners-details-section-1 .download-app {
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #partners-details-section-1 .download-app {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1.container {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 p {
    margin-left: 0;
    margin-right: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 20px;
    padding-right: 24px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 .cut-text-container {
    height: 148px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 .cut-text-container .dots {
    top: 115px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 .left-side,
  #partners-details-section-1 .right-side {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #partners-details-section-1 .right-side {
    min-height: auto;
    position: relative;
    text-align: center;
    order: -1;
  }
  #partners-details-section-1 .right-side img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
    width: 100%;
  }
}

#partners-details-section-2 {
  overflow: hidden;
  margin-bottom: 100px;
  max-width: 1304px;
}
#partners-details-section-2 .owl-carousel {
  display: flex;
}
#partners-details-section-2 .owl-stage {
  display: flex;
}
#partners-details-section-2 .owl-nav {
  display: none;
}
#partners-details-section-2 .owl-dots {
  display: none;
}
#partners-details-section-2 .partners-list {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
#partners-details-section-2 .partners-list-inner-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
  border: 3px solid transparent;
  padding: 28px 15px;
  margin: 0 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
#partners-details-section-2 .partners-list-inner-wrapper:hover h2 {
  color: #802aff;
}
#partners-details-section-2 .partners-list-inner-wrapper--active {
  border: 3px solid #802aff;
  pointer-events: none;
  cursor: initial;
}
#partners-details-section-2 .partners-list-inner-wrapper--active:hover h2 {
  color: #000;
}
#partners-details-section-2 .left-side {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#partners-details-section-2 .left-side img {
  max-width: 50px;
}
#partners-details-section-2 .right-side {
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partners-details-section-2 .right-side h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 7px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #000;
}
#partners-details-section-2 .right-side p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #bfbfbf;
}

#partners-details-section-3-main-content
  .partners-details-section-3-main-content-1-wrapper {
  margin-bottom: 62px;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-3-main-content-1-wrapper {
    margin-bottom: 100px;
  }
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper-background {
  background-color: #eef4fb;
  width: 100%;
  height: 100%;
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper {
  background-color: #eef4fb;
  position: relative;
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper
  .right-side {
  flex: 0 0 50%;
  margin-right: 100px;
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper
  .right-side
  p {
  margin-left: 0;
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper
  lottie-player {
  margin: 0;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-3-main-content-2-wrapper
    lottie-player {
    margin: -15% 0;
  }
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper
  .left-side {
  display: flex;
  position: absolute;
  width: 75%;
  left: 40%;
  right: 0;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-3-main-content-2-wrapper
    .left-side {
    position: initial;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-3-main-content
    .partners-details-section-3-main-content-2-wrapper
    .left-side {
    position: initial;
    width: 150%;
    margin-bottom: 50px;
  }
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper-background-top {
  background-color: #fff;
  height: auto;
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-2-wrapper-background-down {
  background-color: #fff;
  margin-bottom: 64px;
  height: auto;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-3-main-content-2-wrapper-background-down {
    margin-bottom: 100px;
  }
}
#partners-details-section-3-main-content
  .partners-details-section-3-main-content-3-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-3-main-content-3-wrapper {
    margin-bottom: 50px;
  }
}
#partners-details-section-3-main-content .download-app {
  margin-top: 43px;
  display: flex;
  align-items: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 767px) {
  #partners-details-section-3-main-content .download-app {
    justify-content: center;
    margin-top: 0;
  }
}
#partners-details-section-3-main-content .download-app:hover {
  opacity: 0.75;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#partners-details-section-3-main-content
  .partners-details-section-main-content-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-main-content-wrapper {
    flex-direction: column;
  }
}
#partners-details-section-3-main-content
  .partners-details-section-main-content-wrapper
  .right-side {
  flex: 0 0 44%;
  margin-top: 78px;
  margin-left: 37px;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-main-content-wrapper
    .right-side {
    order: -1;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#partners-details-section-3-main-content
  .partners-details-section-main-content-wrapper
  h2 {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 30px;
  display: block;
  opacity: 0;
}
#partners-details-section-3-main-content
  .partners-details-section-main-content-wrapper
  p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 45px;
  display: block;
  opacity: 0;
  margin-left: 34px;
}
@media (max-width: 1279px) {
  #partners-details-section-3-main-content
    .partners-details-section-main-content-wrapper
    p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #partners-details-section-3-main-content
    .partners-details-section-main-content-wrapper
    h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 26px;
  }
  #partners-details-section-3-main-content
    .partners-details-section-main-content-wrapper
    p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
}

#partners-details-section-3 #form-cloud-bg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#partners-details-section-3 .container-bg {
  background-color: #eef4fb;
}
#partners-details-section-3 .container {
  margin-top: -15px;
  max-width: 632px;
}
#partners-details-section-3 h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  opacity: 0;
}
#partners-details-section-3 p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 45px;
  text-align: center;
  display: block;
  opacity: 0;
}
#partners-details-section-3 form {
  opacity: 0;
}
#partners-details-section-3 input,
#partners-details-section-3 textarea {
  margin-bottom: 20px;
  background-color: #f2f5f9;
  color: #8c8b8b;
}
@media (max-width: 1279px) {
  #partners-details-section-3 .container {
    margin-top: 0px;
    max-width: 800px;
  }
  #partners-details-section-3 h2 {
    margin-top: 50px;
  }
  #partners-details-section-3 #send-form {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-3 .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #partners-details-section-3 h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 26px;
    margin-top: 0px;
  }
  #partners-details-section-3 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
  #partners-details-section-3 #send-form {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 0;
  }
  #partners-details-section-3 .form-input {
    margin-bottom: 16px;
  }
  #partners-details-section-3 .form-textarea {
    margin-bottom: 30px;
  }
}

#partners-details-section-4 {
  margin-top: 100px;
}
#partners-details-section-4 .download-app {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 767px) {
  #partners-details-section-4 .download-app {
    justify-content: center;
  }
}
#partners-details-section-4 .download-app:hover {
  opacity: 0.75;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#partners-details-section-4 h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  opacity: 0;
}
#partners-details-section-4 p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
  display: block;
  opacity: 0;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media (max-width: 1279px) {
  #partners-details-section-4 h2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-4 h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 26px;
  }
  #partners-details-section-4 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
}

#partners-details-section-5 {
  margin-top: 130px;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  #partners-details-section-5 {
    margin-top: 100px;
  }
}
#partners-details-section-5 li.arrow-left a {
  width: 36px;
  height: 36px;
  background: #8029ff;
  border-radius: 50%;
  color: white !important;
  margin-right: 30px;
}
#partners-details-section-5 li.arrow-right a {
  width: 36px;
  height: 36px;
  background: #8029ff;
  border-radius: 50%;
  color: white !important;
  margin-left: 30px;
}
#partners-details-section-5 #ym-category-articles {
  margin-left: 70px;
}
#partners-details-section-5 .ym-category {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
#partners-details-section-5 .ym-category .active {
  color: #000;
}
#partners-details-section-5 .ym-category .active:after {
  font-weight: 500;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffc108;
  display: block;
  top: 3px;
  position: relative;
  border-radius: 1.5px;
}
#partners-details-section-5 .ym-category button {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #6d7278;
  font-size: 20px;
  font-size: 1.25rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}
#partners-details-section-5 .ym-category button span {
  padding: 0 25px;
}
#partners-details-section-5 #ym-category-articles-content {
  display: none;
}
#partners-details-section-5 #ym-category-maps-content {
  display: none;
}
#partners-details-section-5 #maps-stuff .map-list-item {
  display: none;
}
#partners-details-section-5 .active {
  display: block !important;
}
#partners-details-section-5 .ym-blog-posts-wrapper--desc img {
  width: 100%;
  height: auto;
}
#partners-details-section-5 .ym-blog-posts-wrapper--data {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 1rem;
  color: #7a7f8a;
  font-family: "Rubik", sans-serif;
  line-height: 1.25;
  padding-left: 18px;
  padding-right: 18px;
}
#partners-details-section-5 .ym-blog-posts-wrapper--data .dot-span {
  position: relative;
  padding-left: 14px;
}
#partners-details-section-5 .ym-blog-posts-wrapper--data span strong {
  position: absolute;
  left: 5px;
  top: 8px;
  text-indent: -99999px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #68686d;
}
#partners-details-section-5 #blog-posts-load-more {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
#partners-details-section-5 #maps-load-more {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
#partners-details-section-5 h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem;
  color: #3c3c3c;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}
#partners-details-section-5 .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1279px) {
  #partners-details-section-5 .blog-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #partners-details-section-5 .blog-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#partners-details-section-5 .maps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1279px) {
  #partners-details-section-5 .maps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #partners-details-section-5 .maps-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#partners-details-section-5 .maps-grid .map-list-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
  border: 3px solid transparent;
}
#partners-details-section-5 .maps-grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
#partners-details-section-5 .maps-grid p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8c8b8b;
  opacity: 1;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 28px;
}
#partners-details-section-5 .maps-grid a.map-image {
  display: flex;
  flex-direction: column;
}
#partners-details-section-5 .maps-grid div.map-image {
  border-radius: 8px;
  height: 192px;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
#partners-details-section-5 .maps-grid div.map-image img {
  height: 100%;
  width: 100%;
  transform-origin: center;
  object-fit: cover;
}
#partners-details-section-5 h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: left;
  display: block;
  opacity: 0;
}
#partners-details-section-5 p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 45px;
  text-align: left;
  display: block;
  opacity: 0;
  max-width: 957px;
}
@media (max-width: 1279px) {
  #partners-details-section-5 h2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #partners-details-section-5 h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 26px;
  }
  #partners-details-section-5 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
}
#partners-details-section-5 #blog-posts-full-content-wrapper {
  display: none;
}
#partners-details-section-5 #maps-full-content-wrapper {
  display: none;
}
#partners-details-section-5 #stuff {
  margin-bottom: 15px;
}
#partners-details-section-5 #stuff > * {
  display: none;
}
#partners-details-section-5 .pagination,
#partners-details-section-5 .maps-pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partners-details-section-5 .pagination li,
#partners-details-section-5 .maps-pagination li {
  float: left;
}
#partners-details-section-5 .pagination li a,
#partners-details-section-5 .maps-pagination li a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #b3b4b6;
}
#partners-details-section-5 .pagination li a:hover,
#partners-details-section-5 .maps-pagination li a:hover {
  opacity: 0.75;
}
#partners-details-section-5 .pagination li a.active,
#partners-details-section-5 .maps-pagination li a.active {
  color: #8029ff;
}
#partners-details-section-5 .pagination .disabled,
#partners-details-section-5 .maps-pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}
#partners-details-section-5 .pagination .disabled:hover,
#partners-details-section-5 .maps-pagination .disabled:hover {
  opacity: 1;
}

@media (max-width: 1279px) {
  .partners-template footer .container,
  .partners-template footer .left-menu {
    margin-top: 25px;
  }
}

#contact-section-1 {
  display: flex;
  margin-top: 172px;
  margin-bottom: 50px;
}
#contact-section-1 .right-side {
  max-width: 632px;
  flex-basis: 632px;
  margin-top: 115px;
}
#contact-section-1 .right-side form {
  opacity: 0;
}
#contact-section-1 .right-side input,
#contact-section-1 .right-side textarea {
  margin-bottom: 20px;
}
#contact-section-1 .right-side a {
  padding-left: 56px;
  padding-right: 56px;
}
#contact-section-1 .right-side .flex-center {
  justify-content: flex-start;
}
#contact-section-1 .left-side {
  max-width: 632px;
  flex-basis: 632px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}
#contact-section-1 .left-side img {
  max-width: 416px;
  opacity: 0;
}
#contact-section-1 .left-side h1 {
  font-weight: 500;
  font-size: 56px;
  font-size: 3.5rem;
  margin-bottom: 50px;
  opacity: 0;
}
#contact-section-1 .left-side p,
#contact-section-1 .left-side a {
  line-height: 1.75;
  font-size: 20px;
  font-size: 1.25rem;
}
#contact-section-1 .left-side p {
  color: #3c3c3c;
  margin-bottom: 45px;
  max-width: 431px;
  opacity: 0;
}
#contact-section-1 .left-side a {
  color: #802aff;
}

/* Privacy checkbox */
.contact-privacy-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: -5px;
}

.contact-privacy-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  transition: all 0.2s ease;
}

.contact-privacy-checkbox:checked {
  background-color: #802aff;
  border-color: #802aff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.contact-privacy-checkbox.error {
  border-color: #ef4444;
  border-width: 2px;
}

.contact-privacy-label {
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  cursor: pointer;
  margin: 0;
}

.contact-privacy-label a {
  color: #802aff;
  text-decoration: underline;
}

@media (max-width: 1279px) {
  #contact-section-1 {
    padding-top: 52px;
    margin-bottom: 60px;
    flex-direction: column;
    display: flex;
  }
  #contact-section-1 .right-side,
  #contact-section-1 .left-side {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
  #contact-section-1 .left-side h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #contact-section-1 .left-side p {
    padding-left: 0px;
    max-width: 431px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  #contact-section-1 .left-side img {
    margin-left: 0px;
    margin-bottom: 80px;
    max-width: 431px;
  }
  #contact-section-1 .right-side .flex-center {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #contact-section-1 {
    flex-direction: column;
  }
  #contact-section-1 .left-side,
  #contact-section-1 .right-side {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
  #contact-section-1 .left-side h1,
  #contact-section-1 .right-side h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
  }
  #contact-section-1 .left-side p,
  #contact-section-1 .right-side p {
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
  #contact-section-1 .left-side p a,
  #contact-section-1 .right-side p a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
  }
  #contact-section-1 .left-side {
    padding-bottom: 245px;
    position: relative;
  }
  #contact-section-1 .left-side img {
    margin: 0;
    position: absolute;
    width: 320px;
    top: 188px;
    right: -45px;
  }
  #contact-section-1 .right-side .flex-center {
    justify-content: center;
  }
  #contact-section-1 .right-side .flex-center a {
    max-width: 104px;
    padding-left: 34px;
    padding-right: 34px;
  }
}

#error-section {
  display: flex;
  margin-top: 149px;
  margin-bottom: 50px;
}
#error-section .right-side {
  max-width: 632px;
  flex-basis: 632px;
}
#error-section .right-side img {
  max-width: 632px;
  opacity: 0;
}
#error-section .left-side {
  max-width: 632px;
  flex-basis: 632px;
  margin-right: 16px;
  margin-top: 23px;
}
#error-section .left-side h1 {
  font-weight: 500;
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 50px;
  opacity: 0;
}
#error-section .left-side p {
  color: #3c3c3c;
  margin-left: 108px;
  margin-bottom: 34px;
  max-width: 310px;
  line-height: 1.75;
  opacity: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
#error-section .left-side a {
  margin-left: 108px;
  opacity: 0;
}
@media (max-width: 1279px) {
  #error-section {
    flex-direction: column;
    display: flex;
    padding-top: 52px;
  }
  #error-section .right-side,
  #error-section .left-side {
    max-width: 100%;
    flex-basis: 100%;
  }
  #error-section .left-side {
    margin-top: 0px;
  }
  #error-section .left-side h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.33;
    margin-bottom: 40px;
  }
  #error-section .left-side p {
    margin-left: 0px;
  }
  #error-section .left-side a {
    margin-left: 0px;
  }
  #error-section .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #error-section {
    flex-direction: column;
    margin-bottom: 113px !important;
  }
  #error-section .left-side h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 30px;
  }
  #error-section .left-side p {
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 40px;
  }
  #error-section .left-side a {
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 0px;
    margin-bottom: 31px;
  }
  #error-section .left-side,
  #error-section .right-side {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
  #error-section .right-side {
    min-height: 268px;
    position: relative;
  }
  #error-section .right-side img {
    position: absolute;
    max-width: 350px;
    right: -38px;
  }
}

#text-page {
  opacity: 0;
  min-height: 60vh;
  margin-top: 180px;
  margin-bottom: 52px;
}
#text-page.container {
  max-width: 1064px;
}
#text-page .from-email h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #text-page .from-email h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 10px;
  }
}
#text-page .from-email p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 450px;
}
#text-page .text-box {
  display: flex;
  margin-bottom: 28px;
}
#text-page h2 {
  max-width: 416px;
  flex-basis: 416px;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33;
  margin-right: 124px;
}
#text-page p {
  max-width: 524px;
  flex-basis: 524px;
  padding-top: 22px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media (max-width: 1279px) {
  #text-page {
    margin-bottom: 50px;
    padding-top: 52px;
  }
  #text-page .text-box {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #text-page h2 {
    margin-right: 0px;
    max-width: 100%;
    flex-basis: 100%;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.24;
    margin-bottom: 0px;
  }
  #text-page p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.53;
    flex-basis: 100%;
    max-width: 100%;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  #text-page {
    padding-top: 0px;
  }
}

#blog-section {
  padding-top: 122px;
}
@media (max-width: 1024px) {
  #blog-section {
    padding-top: unset;
  }
}
#blog-section .blog-into {
  display: flex;
  margin-top: 32px;
  margin-bottom: 131px;
}
#blog-section .blog-into.author {
  margin-top: 102px;
  margin-bottom: 231px;
}
@media (max-width: 1024px) {
  #blog-section .blog-into.author {
    margin-top: 202px;
  }
}
@media (max-width: 480px) {
  #blog-section .blog-into.author {
    flex-direction: column-reverse;
    margin-top: 140px;
  }
}
/* Desktop styles for blog-content and images */
#blog-section .blog-content {
  width: 52%;
}

#blog-section #desktop-blog-img {
  width: 48%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}

#blog-section #responsive-blog-img {
  display: none;
}

/* Tablet styles */
@media (max-width: 1024px) {
  #blog-section .blog-into {
    margin-top: 162px;
    margin-bottom: 89px;
    flex-direction: column;
    text-align: center;
  }

  #blog-section .blog-content {
    width: 100%;
  }

  #blog-section #desktop-blog-img {
    display: none;
  }

  #blog-section #responsive-blog-img {
    display: block;
    width: 100%;
    max-width: 450px;
    height: 320px;
    min-height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  #blog-section .blog-into {
    margin-top: 122px;
    margin-bottom: 61px;
    text-align: center;
  }

  #blog-section .blog-content {
    width: 100%;
  }

  #blog-section #responsive-blog-img {
    max-width: 340px;
    height: 242px;
    min-height: 242px;
    margin: 20px auto;
  }
}
#blog-section .blog-content h1 {
  padding-top: 40px;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.38;
  color: #35363a;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  #blog-section .blog-content h1 {
    padding-top: 0px;
    margin-bottom: 20px;
    font-size: 42px;
    font-size: 2.625rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #blog-section .blog-content h1 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 28px;
    text-align: center;
  }
}
#blog-section .blog-content h2,
#blog-section .blog-content p {
  line-height: 1.75;
  color: #35363a;
  font-size: 16px;
  font-size: 1rem;
  max-width: 481px;
  margin-bottom: 72px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 1024px) {
  #blog-section .blog-content h2,
  #blog-section .blog-content p {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #blog-section .blog-content h2,
  #blog-section .blog-content p {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
#blog-section .blog-content img {
  margin-left: 98px;
  max-width: 29px;
  height: auto;
}
@media (max-width: 1024px) {
  #blog-section .blog-content img {
    margin-left: 0px;
    margin-bottom: 66px;
  }
}
@media (max-width: 480px) {
  #blog-section .blog-content img {
    display: none;
  }
}
#blog-section .text-area.author {
  position: relative;
}
@media (max-width: 480px) {
  #blog-section .text-area.author {
    margin-top: 100px;
  }
}
#blog-section .text-area.author h1 {
  padding-top: 0;
}
#blog-section .text-area.author .user-planet1 {
  position: absolute;
  top: -50px;
  right: 70px;
}
#blog-section .text-area.author .user-planet2 {
  position: absolute;
  bottom: -90px;
  left: 128px;
}
/* Old image-area styles removed - now using dual-element approach */
#blog-section .blog-posts {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #blog-section .blog-posts {
    padding-bottom: 40px;
  }
}
#blog-section .blog-posts .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #blog-section .blog-posts .alm-reveal {
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  #blog-section .blog-posts .alm-reveal {
    flex-direction: column;
    align-items: center;
  }
}
#blog-section .blog-posts-icon {
  position: absolute;
}
#blog-section .blog-posts-icon-1 {
  left: 0;
  top: 30%;
  max-width: 45px;
  height: auto;
}
@media (max-width: 1315px) {
  #blog-section .blog-posts-icon-1 {
    display: none;
  }
}
#blog-section .blog-posts-icon-2 {
  right: 0;
  top: 70%;
  max-width: 39px;
  height: auto;
}
@media (max-width: 1024px) {
  #blog-section .blog-posts-icon-2 {
    right: -25px;
    top: 740px;
  }
}
@media (max-width: 480px) {
  #blog-section .blog-posts-icon-2 {
    display: none;
  }
}

.post {
  width: 32%;
  max-width: 32%;
  margin-right: 1%;
  margin-bottom: 23px;
  min-height: 374px;
}
@media (max-width: 1024px) {
  .post {
    width: 47%;
    max-width: 47%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .post {
    width: 100%;
    max-width: 272px;
    min-height: initial;
    margin-bottom: 65px;
  }
}
.post img {
  max-width: 324px;
  border-radius: 8px;
  max-height: 202px;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .post img {
    max-width: 100%;
  }
}
.post h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem;
  color: #3c3c3c;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
.post p {
  font-size: 16px;
  font-size: 1rem;
  color: #7a7f8a;
  font-family: "Rubik", sans-serif;
  line-height: 1.25;
  padding-left: 18px;
  padding-right: 18px;
}
.post p span {
  position: relative;
  padding-left: 14px;
}
.post p span strong {
  position: absolute;
  left: 5px;
  top: 8px;
  text-indent: -99999px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #68686d;
}

@media (max-width: 1400px) {
  .post-main-container {
    overflow: visible;
  }
}
@media (max-width: 1279px) {
  .post-main-container {
    overflow: hidden;
  }
}

.breadcrumbs {
  padding: 100px 0 40px;
  margin-top: 100px;
}
@media (max-width: 600px) {
  .breadcrumbs {
    margin-top: 50px;
    padding: 60px 0 40px;
  }
}
.breadcrumbs ul {
  display: flex;
  gap: 55px;
}
@media (max-width: 600px) {
  .breadcrumbs ul {
    gap: 20px;
  }
}
.breadcrumbs ul li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
}
@media (max-width: 600px) {
  .breadcrumbs ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.breadcrumbs ul li a {
  color: #373737;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.breadcrumbs ul li a:hover {
  color: #000000;
}
.breadcrumbs ul li strong {
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumbs ul li strong {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
  }
}

.post-content-container {
  display: flex;
  gap: 44px;
}
@media (max-width: 1279px) {
  .post-content-container {
    flex-direction: column-reverse;
  }
}
.post-content-container .post-toc {
  width: 400px;
  max-width: 100%;
}
.post-content-container .post-toc .lwptoc {
  position: sticky;
  top: 120px;
  margin-top: 0;
  margin: 0;
}
.post-content-container .post-toc .lwptoc .lwptoc_i {
  padding: 24px;
  background: #f1e7ff;
  color: #000000;
  border-radius: 10px;
}
.post-content-container .post-toc .lwptoc .lwptoc_i .lwptoc_header {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 42px;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child,
.post-content-container .post-toc .lwptoc .lwptoc_i .lwptoc_items .lwptoc_item {
  margin-top: 0;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child
  .lwptoc_itemWrap,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item
  .lwptoc_itemWrap {
  margin: 0;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child
  a,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item
  a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #373737;
  padding-left: 12px;
  position: relative;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child
  a::before,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item
  a::before {
  position: absolute;
  left: 0;
  content: "";
  background: #373737;
  border-radius: 50%;
  display: block;
  height: 5px;
  width: 5px;
  top: 12px;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child
  a:hover,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item
  a:hover {
  color: #802aff;
  font-weight: 600;
  border-bottom: none !important;
}
@media (max-width: 1024px) {
  .post-content-container
    .post-toc
    .lwptoc
    .lwptoc_i
    .lwptoc_items
    .lwptoc_item:first-child
    a:hover,
  .post-content-container
    .post-toc
    .lwptoc
    .lwptoc_i
    .lwptoc_items
    .lwptoc_item
    a:hover {
    font-weight: 400;
    color: #373737;
  }
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child
  a:hover::before,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item
  a:hover::before {
  background: #802aff;
}
@media (max-width: 1024px) {
  .post-content-container
    .post-toc
    .lwptoc
    .lwptoc_i
    .lwptoc_items
    .lwptoc_item:first-child
    a:hover::before,
  .post-content-container
    .post-toc
    .lwptoc
    .lwptoc_i
    .lwptoc_items
    .lwptoc_item
    a:hover::before {
    background: #373737;
  }
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child.current
  > a,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item.current
  > a {
  color: #802aff;
  font-weight: 600;
  border-bottom: none !important;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child.current
  > a:hover,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item.current
  > a:hover {
  color: #802aff;
  font-weight: 600;
  border-bottom: none !important;
}
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item:first-child.current
  > a:hover::before,
.post-content-container
  .post-toc
  .lwptoc
  .lwptoc_i
  .lwptoc_items
  .lwptoc_item.current
  > a:hover::before {
  background: #802aff;
}
@media (max-width: 1279px) {
  .post-content-container
    .post-toc
    .lwptoc
    .lwptoc_i
    .lwptoc_items
    .lwptoc_item:first-child.current
    > a,
  .post-content-container
    .post-toc
    .lwptoc
    .lwptoc_i
    .lwptoc_items
    .lwptoc_item.current
    > a {
    font-weight: 400;
    color: #373737;
  }
}
.post-content-container .post-toc .lwptoc .lwptoc_i a,
.post-content-container .post-toc .lwptoc .lwptoc_i span {
  display: block;
}

.post-container {
  position: relative;
}
.post-container .post-author-avatar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.post-container .post-author-avatar img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}
.post-container .post-author-avatar span a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #4a4a4a;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.post-container .post-author-avatar span a:hover {
  color: #802aff;
}
.post-container .post-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .post-container .post-box {
    flex-direction: column;
  }
}
.post-container .share-box-sticky {
  position: absolute;
  right: 50px;
  top: 84px;
}
@media (max-width: 1330px) {
  .post-container .share-box-sticky {
    position: initial;
  }
}
.post-container .post-title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.38;
  font-family: "Rubik", sans-serif;
  color: #35363a;
  margin-bottom: 10px;
  max-width: 1026px;
}
@media (max-width: 1024px) {
  .post-container .post-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 600px) {
  .post-container .post-title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
    margin-bottom: 16px;
  }
}
.post-container .post-publish-data {
  font-size: 16px;
  font-size: 1rem;
  color: #7a7f8a;
  font-family: "Rubik", sans-serif;
  line-height: 1.25;
}
.post-container .post-publish-data a {
  color: #7a7f8a;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.post-container .post-publish-data a:hover {
  color: #802aff;
}
@media (max-width: 600px) {
  .post-container .post-publish-data {
    line-height: 28px;
    margin-bottom: 24px;
    max-width: 250px;
  }
}
.post-container .post-publish-data span {
  position: relative;
  padding-left: 14px;
}
.post-container .post-publish-data span strong {
  position: absolute;
  left: 5px;
  top: 8px;
  text-indent: -99999px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #68686d;
}
@media (max-width: 600px) {
  .post-container .post-publish-data span.second {
    display: none;
  }
}
.post-container .popular-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .post-container .popular-posts {
    max-width: 324px;
  }
}
.post-container .popular-posts .post {
  margin-right: 0;
  max-width: 324px;
}
@media (max-width: 768px) {
  .post-container .popular-posts .post:last-of-type {
    display: none;
  }
}
.post-container .popular-posts .popular-posts-nav {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .post-container .popular-posts .popular-posts-nav {
    margin-bottom: 20px;
  }
}
.post-container .popular-posts .popular-posts-nav p {
  text-transform: uppercase;
  color: #2e94ea;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.69;
  font-weight: bold;
}
@media (max-width: 600px) {
  .post-container .popular-posts .popular-posts-nav p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 11.22px;
  }
}
.post-container .popular-posts .popular-posts-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #f4af03;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  text-decoration: underline;
  line-height: 1.69;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 600px) {
  .post-container .popular-posts .popular-posts-nav a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 11.22px;
  }
}
.post-container .popular-posts .popular-posts-nav a:hover {
  color: #db9d03;
}
.post-container .post-additional-blocks {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.post-container .blog-download-app-section {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fbfbfb;
  border-radius: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .post-container .blog-download-app-section {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
.post-container .blog-download-app-section .download-badge {
  border: 2px solid #9c9c9c;
  background: #ffffff;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9c9c9c;
  border-radius: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
.post-container .blog-download-app-section .download-badge picture,
.post-container .blog-download-app-section .download-badge img {
  width: 20px;
  height: 20px;
}
.post-container .blog-download-app-section h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  color: #141316;
}
@media (max-width: 767px) {
  .post-container .blog-download-app-section h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.post-container .blog-download-app-section .download-app {
  margin-top: 32px;
}
.post-container .post-content {
  margin: 40px auto 0px;
  max-width: 848px;
}
@media (max-width: 1024px) {
  .post-container .post-content {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .post-container .post-content {
    margin-top: 24px;
  }
}
.post-container .post-content .has-text-align-center,
.post-container .post-content .aligncenter {
  text-align: center;
}
.post-container .post-content .alignleft {
  float: left;
  margin-right: 76px;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .post-container .post-content .alignleft {
    margin-right: 43px;
    margin-bottom: 26px;
  }
}
@media (max-width: 600px) {
  .post-container .post-content .alignleft {
    float: initial;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.post-container .post-content .alignright {
  float: right;
  margin-left: 76px;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .post-container .post-content .alignright {
    margin-left: 43px;
    margin-bottom: 26px;
  }
}
@media (max-width: 600px) {
  .post-container .post-content .alignright {
    float: initial;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.post-container .post-content .alignnone {
  margin-bottom: 60px;
  display: block;
}
.post-container .post-content img {
  border-radius: 8px;
}
.post-container .post-content p {
  font-family: "Rubik", sans-serif;
  color: #35363a;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
}
@media (max-width: 600px) {
  .post-container .post-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24.5px;
    margin-bottom: 50px;
  }
}
.post-container .post-content strong {
  font-weight: 500;
}
.post-container .post-content blockquote {
  max-width: 432px;
  margin: 60px auto 60px;
  display: block;
  background: url("https://youmap.com/wp-content/uploads/quote.png") no-repeat
    center top;
  padding-top: 60px;
  display: block;
  clear: both;
}
.post-container .post-content blockquote cite {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .post-container .post-content blockquote {
    padding-top: 30px;
    background-size: 53px 11px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.post-container .post-content blockquote p {
  margin: 0;
  line-height: 44px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  text-align: center;
  font-style: italic;
}
@media (max-width: 600px) {
  .post-container .post-content blockquote p {
    line-height: 33px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.post-container .post-content h1,
.post-container .post-content h2,
.post-container .post-content h3,
.post-container .post-content h4,
.post-container .post-content h5,
.post-container .post-content h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 130%;
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Rubik", sans-serif;
  color: #35363a;
}
@media (max-width: 600px) {
  .post-container .post-content h1,
  .post-container .post-content h2,
  .post-container .post-content h3,
  .post-container .post-content h4,
  .post-container .post-content h5,
  .post-container .post-content h6 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 42px;
  }
}
.post-container .post-content h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.45;
}
@media (max-width: 600px) {
  .post-container .post-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.post-container .post-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.45;
}
@media (max-width: 600px) {
  .post-container .post-content h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.post-container .post-content h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .post-container .post-content h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.post-container .post-content h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .post-container .post-content h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.post-container .post-content ul,
.post-container .post-content ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .post-container .post-content ul,
  .post-container .post-content ol {
    margin-bottom: 20px;
    padding-inline-start: 20px;
  }
}
.post-container .post-content ul ul,
.post-container .post-content ul ol,
.post-container .post-content ol ul,
.post-container .post-content ol ol {
  margin-bottom: unset;
}
.post-container .post-content ol {
  list-style-type: decimal;
}
.post-container .post-content ul {
  list-style-type: disc;
}
.post-container .post-content em {
  font-style: italic;
}
.post-container .post-content li {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Rubik", sans-serif;
  color: #35363a;
}
@media (max-width: 600px) {
  .post-container .post-content li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.post-container .post-content a {
  color: #2e94ea;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 600px) {
  .post-container .post-content a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.post-container .post-content .wp-block-image {
  margin-block-end: 2em;
}
.post-container .post-content .wp-block-image figcaption {
  margin-top: 10px;
  word-break: break-word;
}
.post-container .post-content .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  margin-block-end: 2em;
}
.post-container .post-content .wp-block-media-text .wp-block-media-text__media,
.post-container
  .post-content
  .wp-block-media-text
  .wp-block-media-text__content {
  flex: 0 0 47%;
}
.post-container
  .post-content
  .wp-block-media-text.has-media-on-the-right
  .wp-block-media-text__media {
  order: 1;
}
@media (max-width: 767px) {
  .post-container .post-content .wp-block-media-text {
    display: unset;
  }
  .post-container
    .post-content
    .wp-block-media-text
    .wp-block-media-text__media {
    margin-block-end: 1em;
  }
}
.post-container .post-content .wp-block-embed-youtube {
  margin-block-end: 2em;
}
.post-container .post-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.post-container
  .post-content
  .wp-block-embed-youtube
  .wp-block-embed__wrapper
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-container .post-content .wp-block-columns {
  display: flex;
  justify-content: space-between;
  margin-block-end: 2em;
}
.post-container .post-content .wp-block-columns .wp-block-column {
  flex: 1 1 50%;
  margin-right: 2em;
}
@media (max-width: 767px) {
  .post-container .post-content .wp-block-columns {
    display: unset;
  }
  .post-container .post-content .wp-block-columns .wp-block-column {
    margin-right: unset;
    margin-block-end: 1em;
  }
}
.post-container .post-content .wp-block-gallery .blocks-gallery-grid {
  list-style-type: none;
  padding: unset;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post-container .post-content .wp-block-gallery .blocks-gallery-grid {
    display: unset;
  }
}
.post-container .post-content .wp-block-gallery.columns-2 .blocks-gallery-item {
  flex: 0 0 48%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .post-container
    .post-content
    .wp-block-gallery.columns-2
    .blocks-gallery-item {
    margin-right: unset;
  }
}
.post-container
  .post-content
  .wp-block-gallery.columns-2
  .blocks-gallery-item
  .blocks-gallery-item__caption {
  word-break: break-word;
}
.post-container .post-content .wp-block-gallery.columns-3 .blocks-gallery-item {
  flex: 0 0 31%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .post-container
    .post-content
    .wp-block-gallery.columns-3
    .blocks-gallery-item {
    margin-right: unset;
  }
}
.post-container .post-content .wp-block-gallery.columns-4 .blocks-gallery-item {
  flex: 0 0 23%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .post-container
    .post-content
    .wp-block-gallery.columns-4
    .blocks-gallery-item {
    margin-right: unset;
  }
}
.post-container .post-author {
  margin-top: 40px;
  margin-bottom: 23px;
  box-sizing: border-box;
  padding: 40px 44px;
  background-color: #edf3fa;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .post-container .post-author {
    flex-direction: column;
    align-items: center;
    padding: 40px 16px;
  }
}
.post-container .post-author .person {
  width: 200px;
  height: 203px;
  max-width: 200px;
  flex-basis: 200px;
  margin-right: 64px;
  position: relative;
}
@media (max-width: 900px) {
  .post-container .post-author .person {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .post-container .post-author .person {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.post-container .post-author .person img {
  border-radius: 100%;
  position: absolute;
  z-index: 20;
  top: 12px;
  left: 28px;
  cursor: pointer;
  width: 160px;
  height: 160px;
}
.post-container .post-author .person .shadow {
  -webkit-filter: drop-shadow(0 18px 35px rgba(165, 165, 165, 0.5));
  filter: drop-shadow(0 18px 35px rgba(165, 165, 165, 0.5));
  fill: #ffffff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 10;
  position: absolute;
  cursor: pointer;
}
.post-container .post-author .post-author-info {
  max-width: 432px;
}
@media (max-width: 900px) {
  .post-container .post-author .post-author-info {
    max-width: 370px;
    flex-basis: 370px;
  }
}
@media (max-width: 800px) {
  .post-container .post-author .post-author-info {
    max-width: 360px;
    flex-basis: 360px;
  }
}
@media (max-width: 767px) {
  .post-container .post-author .post-author-info {
    text-align: center;
  }
}
.post-container .post-author .post-author-info .name a {
  font-size: 24px;
  font-size: 1.5rem;
  color: #35363a;
  font-family: "Rubik", sans-serif;
  line-height: 1.46;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.post-container .post-author .post-author-info .name a:hover {
  color: #802aff;
}
.post-container .post-author .post-author-info .txt {
  font-size: 16px;
  font-size: 1rem;
  color: #7a7f8a;
  font-family: "Rubik", sans-serif;
  line-height: 1.75;
  margin-bottom: 18px;
}
.post-container .share-box span {
  text-transform: uppercase;
  color: #2e94ea;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.69;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 600px) {
  .post-container .share-box span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.22px;
  }
}
.post-container .share-box .share-icons {
  display: flex;
}
.post-container .share-box .share-icons a {
  width: 28px;
  height: 28px;
  margin-right: 24px;
}
.post-container .share-box .share-icons .facebook {
  background: url("https://youmap.com/wp-content/uploads/share-icon-facebook.png")
    no-repeat center;
}
.post-container .share-box .share-icons .twitter {
  background: url("https://youmap.com/wp-content/uploads/share-icon-twitter.png")
    no-repeat center;
}
.post-container .share-box .share-icons .anchor {
  background: url("https://youmap.com/wp-content/uploads/share-icon-anchor.png")
    no-repeat center;
  position: relative;
}
.post-container .share-box .share-icons .custom-tooltip {
  position: absolute;
  width: 172px;
  height: 43px;
  box-shadow: 0 0 50px 0 rgba(165, 165, 165, 0.3);
  background-color: #ffffff;
  border-radius: 43px;
  right: -23px;
  top: 45px;
  align-items: center;
  justify-content: center;
  display: none;
}
.post-container .share-box .share-icons .custom-tooltip p {
  color: #8c8b8b;
  font-size: 14px;
  font-size: 0.875rem;
  background: url("https://youmap.com/wp-content/uploads/copy-tooltip-icon.png")
    no-repeat left center;
  padding-left: 25px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0px !important;
}
.post-container .featured-image {
  display: block;
  max-width: 100%;
  margin: 30px auto 0px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .post-container .featured-image {
    margin-top: 20px;
  }
}

#media-kit-section .media-kit-area {
  display: flex;
  margin-top: 67px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  #media-kit-section .media-kit-area {
    margin-top: 162px;
    margin-bottom: 89px;
  }
}
@media (max-width: 480px) {
  #media-kit-section .media-kit-area {
    flex-direction: column;
    margin-top: 122px;
    margin-bottom: 80px;
  }
}
#media-kit-section .text-area {
  width: 52%;
}
@media (max-width: 480px) {
  #media-kit-section .text-area {
    width: 100%;
  }
}
#media-kit-section .text-area h1 {
  padding-top: 40px;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.38;
  color: #35363a;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #media-kit-section .text-area h1 {
    padding-top: 0px;
    margin-bottom: 40px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 480px) {
  #media-kit-section .text-area h1 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 30px;
  }
}
#media-kit-section .text-area h2 {
  margin-left: 108px;
  line-height: 1.75;
  color: #35363a;
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 416px;
  margin-bottom: 72px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 1024px) {
  #media-kit-section .text-area h2 {
    max-width: 326px;
    margin-bottom: 106px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #media-kit-section .text-area h2 {
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 60px;
  }
}
#media-kit-section .image-area {
  width: 48%;
}
#media-kit-section .image-area img {
  height: auto;
}
@media (max-width: 480px) {
  #media-kit-section .image-area {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #media-kit-section .image-area {
    position: relative;
  }
  #media-kit-section .image-area img {
    position: absolute;
    bottom: 0;
    right: -132px;
    width: 450px;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  #media-kit-section .image-area img {
    right: -106px;
  }
}
@media (max-width: 700px) {
  #media-kit-section .image-area img {
    width: 298px;
    max-width: 298px;
    right: -78px;
  }
}
@media (max-width: 480px) {
  #media-kit-section .image-area {
    height: 306px;
  }
  #media-kit-section .image-area img {
    bottom: initial;
    width: 340px;
    max-width: 340px;
    right: -83px;
  }
}
#media-kit-section .media-kit-elements {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media (max-width: 1100px) {
  #media-kit-section .media-kit-elements {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  #media-kit-section .media-kit-elements {
    margin-bottom: 70px;
  }
}
#media-kit-section .media-kit-lists {
  max-width: 632px;
  flex-basis: 632px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-right: 45px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: flex;
  opacity: 0;
  cursor: pointer;
}
#media-kit-section .media-kit-lists:hover {
  border-radius: 8px;
  box-shadow: 0 35px 100px 0 rgba(165, 165, 165, 0.3);
}
@media (max-width: 1400px) {
  #media-kit-section .media-kit-lists {
    max-width: 600px;
    flex-basis: 600px;
  }
}
@media (max-width: 1340px) {
  #media-kit-section .media-kit-lists {
    max-width: 550px;
    flex-basis: 550px;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1240px) {
  #media-kit-section .media-kit-lists {
    max-width: 480px;
    flex-basis: 480px;
  }
}
@media (max-width: 1100px) {
  #media-kit-section .media-kit-lists {
    max-width: 632px;
    flex-basis: 632px;
    max-height: 350px;
  }
}
#media-kit-section .media-kit-lists .left-side {
  max-width: 185px;
  flex-basis: 185px;
  margin-right: 62px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#media-kit-section .media-kit-lists .left-side img {
  max-width: 100%;
  max-height: 185px;
  margin-top: 20px;
  object-fit: contain;
}
#media-kit-section .media-kit-lists .right-side {
  max-width: 270px;
  flex-basis: 270px;
}
#media-kit-section .media-kit-lists .right-side h2 {
  margin-top: 8px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.46;
  font-weight: 500;
  margin-bottom: 12px;
}
#media-kit-section .media-kit-lists .right-side p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #7a7f8a;
  min-height: 112px;
  margin-bottom: 39px;
}
@media (max-width: 1400px) {
  #media-kit-section {
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  #media-kit-section {
    margin-bottom: 60px;
  }
  #media-kit-section.container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #media-kit-section {
    margin-bottom: 65px;
    flex-direction: column;
    align-items: center;
  }
  #media-kit-section .media-kit-lists {
    max-width: 320px;
    flex-basis: 320px;
    padding: 16px;
    margin: 0 auto 56px;
    max-height: initial;
    display: block;
  }
  #media-kit-section .media-kit-lists .left-side,
  #media-kit-section .media-kit-lists .right-side {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
  }
  #media-kit-section .media-kit-lists .left-side img,
  #media-kit-section .media-kit-lists .right-side img {
    max-width: 100%;
    height: 185px;
    max-height: 185px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  #media-kit-section .media-kit-lists .left-side img,
  #media-kit-section .media-kit-lists .right-side img {
    height: 154px;
    max-height: 154px;
  }
}
@media (max-width: 767px) {
  #media-kit-section .media-kit-lists .left-side h2,
  #media-kit-section .media-kit-lists .right-side h2 {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 8px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #media-kit-section .media-kit-lists .left-side p,
  #media-kit-section .media-kit-lists .right-side p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 25px;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  #media-kit-section .media-kit-lists .left-side a,
  #media-kit-section .media-kit-lists .right-side a {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    display: block;
  }
}
@media (max-width: 767px) {
  #media-kit-section .media-kit-lists .left-side {
    margin-bottom: 20px;
    max-height: 185px;
    height: 185px;
  }
}

footer {
  background-color: #eef4fb;
  min-height: 192px;
  width: 100%;
  display: flex;
  align-items: center;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1245px;
  margin-bottom: 72px;
  padding-top: 72px;
}
footer .footer-logo {
  width: 100%;
  margin-bottom: 12px;
}
footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 15%;
}
footer .footer-column ul.menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-column ul.menu li a {
  color: #7a7f8a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
footer .footer-column ul.menu li a:hover {
  text-decoration: underline;
}
footer .footer-column.footer-column-1 {
  color: #7a7f8a;
  line-height: 26px;
  width: 30%;
}
footer .footer-column.footer-column-1 a {
  color: #802aff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 600;
}
footer .footer-column.footer-column-1 a:hover {
  text-decoration: none;
  color: #35363a;
}
footer .footer-column.footer-column-1 .footer-social {
  display: flex;
  gap: 24px;
}
footer .footer-column.footer-column-1 .footer-social svg {
  width: 32px;
  height: 32px;
}
footer .footer-column.footer-column-5 {
  gap: 0;
  margin-top: -100px;
  width: 20%;
  text-align: right;
  margin-left: auto;
}
footer .footer-column.footer-column-5 section:not(:first-child) {
  margin-top: -20px;
}
footer .footer-column.footer-column-5 picture,
footer .footer-column.footer-column-5 img {
  max-width: 222px;
}
@media (max-width: 1279px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    padding-top: 40px;
  }
  footer .footer-logo {
    text-align: center;
  }
  footer .footer-column {
    width: 100%;
  }
  footer .footer-column.footer-column-1 {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  footer .footer-column.footer-column-5 {
    margin-top: 0;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  footer .footer-column ul.menu {
    justify-content: center;
    flex-direction: row;
  }
  footer .footer-column ul.menu li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  footer .footer-column.footer-column-1 a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-logo {
    text-align: left;
  }
  footer .footer-column ul.menu {
    flex-direction: column;
  }
  footer .footer-column ul.menu li a {
    font-size: 16px;
    font-size: 1rem;
  }
  footer .footer-column.footer-column-1 {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  footer .footer-column.footer-column-1 a {
    font-size: 16px;
    font-size: 1rem;
  }
  footer .footer-column.footer-column-5 {
    margin-top: 0;
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
}

#footer-copyright {
  background: #eef4fb;
  color: #7a7f8a;
  font-size: 13px;
  margin: 0 auto;
  padding: 0 20px 25px;
  display: block;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #footer-copyright {
    text-align: left;
  }
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  40%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUpS1I1 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
@keyframes slideOutUpS1I1Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUpS1I2 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes slideOutUpS1I2Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUpS1I3 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
@keyframes slideOutUpS1I3Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUpS1I4 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes slideOutUpS1I4Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUpS1I5 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -38px, 0);
    transform: translate3d(0, -38px, 0);
  }
}
@keyframes slideOutUpS1I5Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -38px, 0);
    transform: translate3d(0, -38px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUpS1I6 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -58px, 0);
    transform: translate3d(0, -58px, 0);
  }
}
@keyframes slideOutUpS1I6Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -58px, 0);
    transform: translate3d(0, -58px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUpS2I1 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -28px, 0);
    transform: translate3d(0, -28px, 0);
  }
}
@keyframes slideOutUpS2I1Up {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -28px, 0);
    transform: translate3d(0, -28px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideOutUpS2I1 {
  -webkit-animation-name: slideOutUpS2I1;
  animation-name: slideOutUpS2I1;
}

.slideOutUpS2I1Up {
  -webkit-animation-name: slideOutUpS2I1Up;
  animation-name: slideOutUpS2I1Up;
}

.slideOutUpS1I6 {
  -webkit-animation-name: slideOutUpS1I6;
  animation-name: slideOutUpS1I6;
}

.slideOutUpS1I6Up {
  -webkit-animation-name: slideOutUpS1I6Up;
  animation-name: slideOutUpS1I6Up;
}

.slideOutUpS1I5 {
  -webkit-animation-name: slideOutUpS1I5;
  animation-name: slideOutUpS1I5;
}

.slideOutUpS1I5Up {
  -webkit-animation-name: slideOutUpS1I5Up;
  animation-name: slideOutUpS1I5Up;
}

.slideOutUpS1I4 {
  -webkit-animation-name: slideOutUpS1I4;
  animation-name: slideOutUpS1I4;
}

.slideOutUpS1I4Up {
  -webkit-animation-name: slideOutUpS1I4Up;
  animation-name: slideOutUpS1I4Up;
}

.slideOutUpS1I3 {
  -webkit-animation-name: slideOutUpS1I3;
  animation-name: slideOutUpS1I3;
}

.slideOutUpS1I3Up {
  -webkit-animation-name: slideOutUpS1I3Up;
  animation-name: slideOutUpS1I3Up;
}

.slideOutUpS1I2 {
  -webkit-animation-name: slideOutUpS1I2;
  animation-name: slideOutUpS1I2;
}

.slideOutUpS1I2Up {
  -webkit-animation-name: slideOutUpS1I2Up;
  animation-name: slideOutUpS1I2Up;
}

.slideOutUpS1I1 {
  -webkit-animation-name: slideOutUpS1I1;
  animation-name: slideOutUpS1I1;
}

.slideOutUpS1I1Up {
  -webkit-animation-name: slideOutUpS1I1Up;
  animation-name: slideOutUpS1I1Up;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes ldio-jdi6301i5ae {
  0% {
    transform: translate(8px, 42px) scale(0);
  }
  25% {
    transform: translate(8px, 42px) scale(0);
  }
  50% {
    transform: translate(8px, 42px) scale(1);
  }
  75% {
    transform: translate(42px, 42px) scale(1);
  }
  100% {
    transform: translate(76px, 42px) scale(1);
  }
}
@keyframes ldio-jdi6301i5ae-r {
  0% {
    transform: translate(76px, 42px) scale(1);
  }
  100% {
    transform: translate(76px, 42px) scale(0);
  }
}
@keyframes ldio-jdi6301i5ae-c {
  0% {
    background: #ffffff;
  }
  25% {
    background: #ffffff;
  }
  50% {
    background: #ffffff;
  }
  75% {
    background: #ffffff;
  }
  100% {
    background: #ffffff;
  }
}
.ldio-jdi6301i5ae div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(42px, 42px) scale(1);
  background: #ffffff;
  animation: ldio-jdi6301i5ae 1.8181818182s infinite
    cubic-bezier(0, 0.5, 0.5, 1);
}

.ldio-jdi6301i5ae div:nth-child(1) {
  background: #ffffff;
  transform: translate(76px, 42px) scale(1);
  animation: ldio-jdi6301i5ae-r 0.4545454545s infinite
      cubic-bezier(0, 0.5, 0.5, 1),
    ldio-jdi6301i5ae-c 1.8181818182s infinite step-start;
}

.ldio-jdi6301i5ae div:nth-child(2) {
  animation-delay: -0.4545454545s;
  background: #ffffff;
}

.ldio-jdi6301i5ae div:nth-child(3) {
  animation-delay: -0.9090909091s;
  background: #ffffff;
}

.ldio-jdi6301i5ae div:nth-child(4) {
  animation-delay: -1.3636363636s;
  background: #ffffff;
}

.ldio-jdi6301i5ae div:nth-child(5) {
  animation-delay: -1.8181818182s;
  background: #ffffff;
}

.loadingio-spinner-ellipsis-5gd1bvalbij {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-jdi6301i5ae {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.32);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-jdi6301i5ae div {
  box-sizing: content-box;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 90%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 49% !important;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

#tutorial .post-password-form {
  min-height: 70vh;
  max-width: 480px;
  width: 100%;
  margin: 100px auto;
}
#tutorial .post-password-form p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
#tutorial .post-password-form p:first-of-type {
  margin-bottom: 50px;
}
#tutorial .post-password-form p:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#tutorial .post-password-form p:last-of-type input[type="password"] {
  margin-bottom: 30px;
  margin-top: 15px;
}

#tutorial-box {
  min-height: 70vh;
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tutorial-box .box {
  width: 200px;
  flex-basis: 200px;
  max-width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border-radius: 16px;
}
#tutorial-box .box:hover {
  box-shadow: 0 35px 100px 0 rgba(165, 165, 165, 0.3);
}
#tutorial-box .box img {
  max-width: 150px;
  cursor: pointer;
  display: none;
}
#tutorial-box .box img:first-of-type {
  display: block;
}
#tutorial-box .box p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

#faq-page-wrapper {
  margin-top: 100px;
  min-height: calc(100vh - 650px);
  padding: 64px 0;
  display: flex;
  justify-content: center;
}

#faq-page-wrapper .faq-content-wrapper {
  max-width: 900px;
  width: 100%;
}

@media (max-width: 1000px) {
  #faq-page-wrapper .faq-content-wrapper {
    max-width: none; /* auto */
    width: 90%;
  }
}

#faq-page-wrapper .faq-title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 500;
}

#faq-page-wrapper .faq-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 12px;
}

/* FAQ Accordion */
#faq-page-wrapper .faq-accordion {
  margin-top: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
}

#faq-page-wrapper .faq-item {
  background: #fff;
}

#faq-page-wrapper .faq-header {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 0 16px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

#faq-page-wrapper .faq-item:last-child .faq-header {
  border-bottom: none;
}

#faq-page-wrapper .faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

#faq-page-wrapper .faq-icon.open {
  transform: rotate(0deg);
}

#faq-page-wrapper .faq-drawer {
  padding: 16px;
  background-color: #f2f5f9;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #7a7f8a;
}

#faq-page-wrapper .faq-item:last-child .faq-drawer {
  border-top: 1px solid #dbdbdb;
  border-bottom: none;
}

#faq-page-wrapper .faq-questions-box {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}

#faq-page-wrapper .faq-questions-box .violet-button,
#faq-page-wrapper .faq-questions-box .violet-button--ghost {
  width: 125px;
  height: 52px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#faq-page-wrapper .faq-questions-box .buttons-side {
  display: flex;
  gap: 10px;
}

#faq-page-wrapper .faq-questions-box .text-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#faq-page-wrapper .faq-questions-box .text-side .title {
  font-weight: 700;
}

@media (max-width: 900px) {
  #faq-page-wrapper .faq-questions-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 24px 16px;
    gap: 20px;
  }
}

#faq-page-wrapper .faq-app-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 20px;
}

#faq-page-wrapper .faq-app-buttons .violet-button--ghost {
  padding: 0 24px;
  height: 52px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 900px) {
  #faq-page-wrapper .faq-app-buttons {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  #faq-page-wrapper .faq-app-buttons {
    flex-direction: column;
    align-items: center;
  }

  #faq-page-wrapper .faq-app-buttons .violet-button--ghost {
    width: 90%;
    max-width: 90%;
  }
}

/* FAQ page animation */
#faq-page-wrapper .faq-content-wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#faq-page-wrapper .faq-content-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
