:root {
  --orange: #ff8b12;
  --black: #000;
}

body {
  background-color: #000;
  background-color: var(--black);
  color: #ff8b12;
  color: var(--orange);
  font-size: 45px;
}

body.disable-highers {
  background-position-y: 269px;
  -webkit-background-size: 210% 210%;
  -o-background-size: 210%;
  background-size: 210%;
}

@media only screen and (max-width: 767px) {
  body.disable-highers {
    -webkit-background-size: 450% 450%;
    -o-background-size: 450%;
    background-size: 450%;
    background-position-y: top;
    overflow-x: hidden;
  }
}

a:hover {
  color: black;
}

.content-wrapper {
  padding-top: 170px;
  max-width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .content-wrapper {
    padding: 100px 20px;
  }
}

.content-wrapper h2 {
  text-align: center;
}

.block {
  overflow: hidden;
}

.hide {
  display: none !important;
}

.btn:hover {
  color: #000;
  color: var(--black);
  background-color: #ff8b12;
  background-color: var(--orange);
  border: 1px solid #000;
  border: 1px solid var(--black);
}

#cookie-law-info-bar {
  /* display: block !important; */
  height: 240px;
  width: 240px;
  bottom: 30px !important;
  right: 45px;
  left: unset;
  margin: 0;
  background-image: url('../img/bg-cookies.svg');
  background-color: transparent !important;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  color: #ff8b12 !important;
  color: var(--orange) !important;
  padding: 35px !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  font-size: 11px;
  font-family: 'Sharp15' !important;
  cursor: auto !important;
}

#cookie-law-info-bar > * {
  cursor: auto !important;
}

#cookie-law-info-bar a {
  cursor: pointer !important;
}

@media only screen and (max-width: 1024px) {
  #cookie-law-info-bar {
    top: 50%;
    left: 50%;
    bottom: unset !important;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#cookie-law-info-bar span {
  position: absolute;
  top: 50%;
  width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  line-height: 1.1;
}

#cookie-law-info-bar a:first-of-type {
  text-transform: lowercase;
  text-decoration: underline;
}

#cookie-law-info-bar a:last-of-type {
  font-family: 'Monument';
  font-size: 16px;
  width: 45px;
  font-weight: bold;
  border: 1px solid #ff8b12;
  border: 1px solid var(--orange);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 5px 0 0;
  padding: 12px 6px 10px;
}

#cookie-law-info-bar a:last-of-type:hover {
  color: black !important;
  background-color: #ff8b12 !important;
  background-color: var(--orange) !important;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

small,
input,
textarea,
select,
button,
ul {
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

@font-face {
  font-family: 'Monument';
  src: url('../fonts/Monument_Extended/MonumentExtended-Bold.eot');
  src: url('../fonts/Monument_Extended/MonumentExtended-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Monument_Extended/MonumentExtended-Bold.woff') format('woff'), url('../fonts/Monument_Extended/MonumentExtended-Bold.ttf') format('truetype'), url('../fonts/Monument_Extended/MonumentExtended-Bold.svg#MonumentExtendedBold') format('svg');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Monument';
  src: url('../fonts/Monument_Extended/MonumentExtended-Regular.eot');
  src: url('../fonts/Monument_Extended/MonumentExtended-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Monument_Extended/MonumentExtended-Regular.woff') format('woff'), url('../fonts/Monument_Extended/MonumentExtended-Regular.ttf') format('truetype'), url('../fonts/Monument_Extended/MonumentExtended-Regular.svg#MonumentExtendedRegular') format('svg');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Monument';
  src: url('../fonts/Monument_Extended/MonumentExtended-Light.eot');
  src: url('../fonts/Monument_Extended/MonumentExtended-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Monument_Extended/MonumentExtended-Light.woff') format('woff'), url('../fonts/Monument_Extended/MonumentExtended-Light.ttf') format('truetype'), url('../fonts/Monument_Extended/MonumentExtended-Light.svg#MonumentExtendedLight') format('svg');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Monument';
  src: url('../fonts/Monument_Extended/MonumentExtended-Ultralight.eot');
  src: url('../fonts/Monument_Extended/MonumentExtended-Ultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/Monument_Extended/MonumentExtended-Ultralight.woff') format('woff'), url('../fonts/Monument_Extended/MonumentExtended-Ultralight.ttf') format('truetype'), url('../fonts/Monument_Extended/MonumentExtended-Ultralight.svg#MonumentExtendedUltralight') format('svg');
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Sharp15';
  src: url('../fonts/Sharp_Grotesk_Book_15/SharpGroteskBook15.eot');
  src: url('../fonts/Sharp_Grotesk_Book_15/SharpGroteskBook15.eot?#iefix') format('embedded-opentype'), url('../fonts/Sharp_Grotesk_Book_15/SharpGroteskBook15.woff') format('woff'), url('../fonts/Sharp_Grotesk_Book_15/SharpGroteskBook15.ttf') format('truetype'), url('../fonts/Sharp_Grotesk_Book_15/SharpGroteskBook15.svg#SharpGroteskBook15') format('svg');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Sharp15';
  src: url('../fonts/Sharp_Grotesk_SmBold_15/SharpGroteskSmBold15.eot');
  src: url('../fonts/Sharp_Grotesk_SmBold_15/SharpGroteskSmBold15.eot?#iefix') format('embedded-opentype'), url('../fonts/Sharp_Grotesk_SmBold_15/SharpGroteskSmBold15.woff') format('woff'), url('../fonts/Sharp_Grotesk_SmBold_15/SharpGroteskSmBold15.ttf') format('truetype'), url('../fonts/Sharp_Grotesk_SmBold_15/SharpGroteskSmBold15.svg#SharpGroteskSmBold15') format('svg');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Sharp15';
  src: url('../fonts/Sharp_Grotesk_Medium_15/SharpGroteskMedium15.eot');
  src: url('../fonts/Sharp_Grotesk_Medium_15/SharpGroteskMedium15.eot?#iefix') format('embedded-opentype'), url('../fonts/Sharp_Grotesk_Medium_15/SharpGroteskMedium15.woff') format('woff'), url('../fonts/Sharp_Grotesk_Medium_15/SharpGroteskMedium15.ttf') format('truetype'), url('../fonts/Sharp_Grotesk_Medium_15/SharpGroteskMedium15.svg#SharpGroteskMedium15') format('svg');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Sharp18';
  src: url('../fonts/Sharp_Grotesk_Light_18/SharpGroteskLight18.eot');
  src: url('../fonts/Sharp_Grotesk_Light_18/SharpGroteskLight18.eot?#iefix') format('embedded-opentype'), url('../fonts/Sharp_Grotesk_Light_18/SharpGroteskLight18.woff') format('woff'), url('../fonts/Sharp_Grotesk_Light_18/SharpGroteskLight18.ttf') format('truetype'), url('../fonts/Sharp_Grotesk_Light_18/SharpGroteskLight18.svg#SharpGroteskLight18') format('svg');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Sharp11';
  src: url('../fonts/Sharp_Grotesk_Bold_Italic_11/SharpGroteskBoldItalic11.eot');
  src: url('../fonts/Sharp_Grotesk_Bold_Italic_11/SharpGroteskBoldItalic11.eot?#iefix') format('embedded-opentype'), url('../fonts/Sharp_Grotesk_Bold_Italic_11/SharpGroteskBoldItalic11.woff') format('woff'), url('../fonts/Sharp_Grotesk_Bold_Italic_11/SharpGroteskBoldItalic11.woff2') format('woff2'), url('../fonts/Sharp_Grotesk_Bold_Italic_11/SharpGroteskBoldItalic11.ttf') format('truetype'), url('../fonts/Sharp_Grotesk_Bold_Italic_11/SharpGroteskBoldItalic11.svg#SharpGroteskBoldItalic11') format('svg');
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Sharp13';
  src: url('../fonts/Sharp_Grotesk_Bold_Italic_13/SharpGroteskBoldItalic13.eot');
  src: url('../fonts/Sharp_Grotesk_Bold_Italic_13/SharpGroteskBoldItalic13.eot?#iefix') format('embedded-opentype'), url('../fonts/Sharp_Grotesk_Bold_Italic_13/SharpGroteskBoldItalic13.woff') format('woff'), url('../fonts/Sharp_Grotesk_Bold_Italic_13/SharpGroteskBoldItalic13.woff2') format('woff2'), url('../fonts/Sharp_Grotesk_Bold_Italic_13/SharpGroteskBoldItalic13.ttf') format('truetype'), url('../fonts/Sharp_Grotesk_Bold_Italic_13/SharpGroteskBoldItalic13.svg#SharpGroteskBoldItalic13') format('svg');
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

* {
  font-family: 'Monument', sans-serif;
}

h1 {
  font-size: 220px;
  font-family: 'Sharp11';
  line-height: -webkit-calc(182/220);
  line-height: -moz-calc(182/220);
  line-height: calc(182/220);
  text-transform: uppercase;
  font-family: 'Sharp11';
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 110px;
    line-height: -webkit-calc(182/110);
    line-height: -moz-calc(182/110);
    line-height: calc(182/110);
  }
}

h2 {
  font-size: 120px;
  font-family: 'Sharp11';
  line-height: -webkit-calc(120/120);
  line-height: -moz-calc(120/120);
  line-height: calc(120/120);
  text-transform: uppercase;
  font-family: 'Sharp11';
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 44.98px;
  }
}

h3 {
  font-size: 48px;
  line-height: -webkit-calc(44/48);
  line-height: -moz-calc(44/48);
  line-height: calc(44/48);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 17.99px;
  }
}

.sm-light {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .sm-light {
    font-size: 14px;
  }
}

.plain {
  font-size: 16px;
  line-height: -webkit-calc(29/16);
  line-height: -moz-calc(29/16);
  line-height: calc(29/16);
}

.plain strong {
  font-weight: bold;
}

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

@media only screen and (max-width: 767px) {
  .xs {
    font-size: 10.98px;
  }
}

nav {
  width: 100%;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  font-size: 20px;
  background-color: #ff8b12;
  background-color: var(--orange);
  color: #000;
  color: var(--black);
  border-bottom: #000 solid 1px;
  border-bottom: var(--black) solid 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  nav {
    background-color: #ff8b12;
    background-color: var(--orange);
    color: #000;
    color: var(--black);
  }
}

nav .left {
  left: 0;
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  nav .left {
    display: none;
  }
}

nav .logo {
  left: 0;
  right: 0;
  top: 15px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav .logo figure {
  border: black 1px solid;
  background-color: #ff8b12;
  background-color: var(--orange);
  padding: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  nav .logo a {
    z-index: 11;
  }
}

nav .right {
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  nav .right {
    display: none;
  }
}

nav div.social-media ul li:hover {
  border: none;
}

nav div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 33%;
}

nav div ul li {
  padding: 0 9.5px;
  margin: 0 9.5px;
  border: transparent solid 1px;
  -webkit-border-radius: 20.5px;
  -moz-border-radius: 20.5px;
  border-radius: 20.5px;
}

nav div ul li:hover {
  border: #000 solid 1px;
  border: var(--black) solid 1px;
}

@media only screen and (max-width: 767px) {
  nav div ul li:hover {
    border: none;
  }
}

nav div ul li.item--apply {
  background: #000;
  background: var(--black);
  color: #ff8b12;
  color: var(--orange);
}

nav div ul li.item--apply:hover a {
  color: #ff8b12;
  color: var(--orange);
}

@media only screen and (max-width: 767px) {
  nav div ul li.item--apply:hover a {
    color: #000;
    color: var(--black);
  }
}

@media only screen and (max-width: 767px) {
  nav div ul li.item--apply {
    background: #ff8b12;
    background: var(--orange);
    color: #000;
    color: var(--black);
  }
}

nav .burger-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
}

@media only screen and (max-width: 767px) {
  nav .burger-menu {
    opacity: 1;
    visibility: visible;
    width: 30px;
    height: 22px;
    top: 15px;
    left: 12px;
    position: fixed;
    z-index: 9;
  }
}

nav .burger-menu img {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

nav .burger-menu img.close {
  display: none;
}

nav .burger-menu.close img.menu {
  display: none;
}

nav .burger-menu.close img.close {
  display: block;
}

nav .project-by-roor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  -moz-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}

nav .project-by-roor img.mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  nav .project-by-roor img.mob {
    display: block;
    height: 22px;
    max-width: 80px;
    top: 15px;
    right: 12px;
    position: absolute;
  }
}

nav .project-by-roor img.desk {
  display: block;
  position: absolute;
  max-height: 19px;
  top: 80px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  nav .project-by-roor img.desk {
    display: none;
  }
}

nav .project-by-roor.filter {
  -webkit-filter: brightness(0%) !important;
  filter: brightness(0%) !important;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  -moz-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}

nav .mobile-nav {
  display: none;
}

@media only screen and (max-width: 767px) {
  nav .mobile-nav.open-menu {
    font-size: 33.9px;
    display: block;
    /* min-height: 100vh; */
    width: 100%;
    background-color: #ff8b12;
    background-color: var(--orange);
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 3;
  }

  nav .mobile-nav.open-menu > div {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  nav .mobile-nav.open-menu > div div.menu-menu-mobile-container {
    height: 80%;
    width: 100%;
  }

  nav .mobile-nav.open-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  nav .mobile-nav.open-menu ul li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  nav .mobile-nav .contact-menu {
    color: #ff8b12;
    color: var(--orange);
    background-color: #000;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    height: 20%;
  }
}

nav .mobile-nav .contact-menu div > * {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  nav .mobile-nav .contact-menu .social-media {
    padding-top: 0;
    padding-bottom: 28px;
  }
}

nav .mobile-nav .contact-menu .social-media ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

nav .mobile-nav .contact-menu .social-media ul li {
  height: 40px;
  border-bottom: 0;
}

nav .mobile-nav .contact-menu .social-media ul a {
  padding: 0 5.5px;
}

nav .mobile-nav .contact-menu .by-roor {
  padding-top: 45px;
  font-size: 13.16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  nav .mobile-nav .contact-menu .by-roor {
    font-size: 10.89px;
    padding-top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  nav .mobile-nav .contact-menu .by-roor p {
    margin: 0;
  }
}

nav .mobile-nav .contact-menu a.legal-terms {
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: none;
}

nav.disable-apply li.item--apply {
  display: none !important;
}

nav.hide-a li.item--apply {
  display: none !important;
}

nav.hide-h li.item--higher {
  display: none !important;
}

body.disable-highers li.item--higher {
  display: none !important;
}

body.page-template-page-terms section.contact-menu {
  padding-top: 0;
  position: relative;
  text-align: center;
}

body.page-template-page-terms section.contact-menu .social-media ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home {
  background: url('../img/bg-thg.svg') top center;
  -webkit-background-size: 140% 140%;
  -o-background-size: 140%;
  background-size: 140%;
  background-repeat: no-repeat;
  background-position-y: 240px;
  background-color: black;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .home {
    -webkit-background-size: auto auto;
    -o-background-size: auto;
    background-size: auto;
    background-position-y: -97px;
  }
}

.home section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
}

@media only screen and (max-width: 767px) {
  .home section {
    width: 100%;
  }
}

.home section .section-content {
  text-align: center;
  max-width: 1172px;
  min-height: 100vh;
}

.home section .section-content--manifesto {
  max-width: 100vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto {
    padding-top: 65px;
  }
}

.home section .section-content--manifesto ul {
  list-style: none;
  font-size: 45px;
  font-weight: 600;
  line-height: -webkit-calc(58/45);
  line-height: -moz-calc(58/45);
  line-height: calc(58/45);
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto ul {
    font-size: 17px;
    line-height: -webkit-calc(24/17);
    line-height: -moz-calc(24/17);
    line-height: calc(24/17);
    max-width: 100%;
  }
}

.home section .section-content--manifesto ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto ul li {
    padding: 0 15px;
  }
}

.home section .section-content--manifesto ul li .oval {
  margin: 32px;
  width: 22.47px;
  height: 22.47px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff8b12;
  background: var(--orange);
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto ul li .oval {
    width: 11px;
    height: 11px;
    margin: 22px;
  }
}

.home section .section-content--manifesto .video-holder {
  position: relative;
  width: 100vw;
}

.home section .section-content--manifesto .video-holder .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
  display: none;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto .video-holder .play-btn {
    width: 70px;
  }
}

.home section .section-content--manifesto .video-holder video {
  width: 100% !important;
  height: auto !important;
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto .video-holder video {
    padding-top: 0;
  }
}

.home section .section-content--manifesto .by-roor {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto .by-roor {
    display: block;
    color: #000;
    color: var(--black);
    text-transform: uppercase;
    padding-top: 0;
  }

  .home section .section-content--manifesto .by-roor p {
    margin: 0;
    font-size: 9px;
  }

  .home section .section-content--manifesto .by-roor img {
    width: 40%;
    vertical-align: top;
  }
}

.home section .section-content--manifesto .manifesto-text {
  max-width: 1172px;
  width: 100%;
  padding-top: 106px;
  padding-bottom: 144px;
  font-size: 36px;
  font-weight: 800;
  line-height: -webkit-calc(44/36);
  line-height: -moz-calc(44/36);
  line-height: calc(44/36);
  color: #000;
  color: var(--black);
}

@media only screen and (max-width: 767px) {
  .home section .section-content--manifesto .manifesto-text {
    font-size: 17px;
    line-height: -webkit-calc(24/17);
    line-height: -moz-calc(24/17);
    line-height: calc(24/17);
    max-width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.home section .section-content--creators {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 130px;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--creators {
    padding-bottom: 0;
  }
}

.home section .section-content--creators .content--creators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home section .section-content--creators h3 {
  z-index: 9;
  padding-top: 130px;
}

.home section .section-content--creators ul {
  max-width: 1172px;
  text-align: center;
  list-style: none;
}

.home section .section-content--creators ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.home section .section-content--creators ul li h2 {
  padding-top: 70px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--creators ul li h2 {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home section .section-content--creators ul li h2.highlight {
    color: #000;
    color: var(--black);
    -webkit-text-stroke: 2px #ff8b12;
    -webkit-text-stroke: 2px var(--orange);
  }
}

.home section .section-content--creators ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.home section .section-content--creators ul li span p:nth-child(2)::before {
  content: '·';
  margin: 0 5px;
}

.home section .section-content--creators ul li:hover a h2 {
  color: #000;
  color: var(--black);
  -webkit-text-stroke: 2px #ff8b12;
  -webkit-text-stroke: 2px var(--orange);
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.home section .section-content--creators ul li img {
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--creators ul li img {
    height: 0;
    opacity: 1;
    position: relative;
    width: 80%;
  }
}

.home section .section-content--creators ul li img.show-crea {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .home section .section-content--creators ul li a.disable-desktop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
}

.home section .section-content--creators ul li:hover img.creator-img {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.home section .section-content--creators ul li:last-child {
  padding-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .home section .section-content--creators ul li:last-child {
    padding-bottom: 0;
  }
}

.home section .section-content--creators ul li.hide-creator {
  display: none;
}

.home section .section-content--creators.hide-highers {
  display: none;
}

footer {
  bottom: 0;
  /* top: 50px; */
  width: 100vw;
  min-height: 525px;
  font-size: 17.54px;
  color: #000;
  color: var(--black);
  font-weight: 300;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 150px;
  background: url('../img/footer-bg.svg') top center;
  -webkit-background-size: 113% 113%;
  -o-background-size: 113%;
  background-size: 113%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  footer {
    min-height: 410px;
    font-size: 14.52px;
    width: 100%;
    background: url('../img/bg-footer-mobile.svg') top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

footer section {
  padding-top: 45px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  footer section {
    padding-top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  footer section#contact.menu-is-open {
    display: none;
  }
}

footer section div > * {
  text-align: center;
}

footer section .social-media {
  padding-top: 20px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  footer section .social-media {
    padding-top: 15px;
    padding-bottom: 28px;
  }
}

footer section .social-media ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

footer section .social-media ul a {
  padding: 0 5.5px;
}

footer section .by-roor {
  padding-top: 45px;
  font-size: 13.16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  footer section .by-roor {
    font-size: 10.89px;
    padding-top: 28px;
  }
}

footer section a.legal-terms {
  text-transform: uppercase;
  border-bottom: 1px solid;
}

footer.nav-mobile {
  background: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

footer.nav-mobile section {
  padding-bottom: 0;
}

footer.nav-mobile .section-content--apply {
  display: none;
}

footer.nav-mobile .legal-terms {
  margin-bottom: 15px;
}

footer .section-content--apply {
  text-align: center;
  max-width: 1172px;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 40px;
}

footer .section-content--apply h2 {
  font-size: 167px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply h2 {
    font-size: 44.98px;
  }
}

footer .section-content--apply .wpcf7 {
  max-width: 100%;
  width: 727px;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 {
    width: 314px;
  }
}

footer .section-content--apply .wpcf7 span {
  /* min-height: 98px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 span {
    min-height: auto;
  }
}

footer .section-content--apply .wpcf7 .wpcf7-not-valid-tip {
  background-color: #ff8b12;
  background-color: var(--orange);
  color: #000;
  color: var(--black);
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: #000 1px solid;
  border: var(--black) 1px solid;
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}

footer .section-content--apply .wpcf7 .acceptance-72 .wpcf7-not-valid-tip {
  position: absolute;
  -webkit-box-shadow: 15px 15px #000;
  -moz-box-shadow: 15px 15px #000;
  box-shadow: 15px 15px #000;
  -webkit-box-shadow: 15px 15px var(--black);
  -moz-box-shadow: 15px 15px var(--black);
  box-shadow: 15px 15px var(--black);
  border-bottom: #000 1px solid;
  border-bottom: var(--black) 1px solid;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 .acceptance-72 .wpcf7-not-valid-tip {
    -webkit-box-shadow: 5px 5px #000;
    -moz-box-shadow: 5px 5px #000;
    box-shadow: 5px 5px #000;
    -webkit-box-shadow: 5px 5px var(--black);
    -moz-box-shadow: 5px 5px var(--black);
    box-shadow: 5px 5px var(--black);
    margin-top: 60px;
  }
}

footer .section-content--apply .wpcf7 br {
  display: none;
}

footer .section-content--apply .wpcf7 input {
  width: 100%;
  min-height: 98px;
  border: 0;
  border-top: 1px solid #000;
  border-top: 1px solid var(--black);
  border-right: 1px solid #000;
  border-right: 1px solid var(--black);
  border-left: 1px solid #000;
  border-left: 1px solid var(--black);
  background: #ff8b12;
  background: var(--orange);
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 input {
    min-height: 60px;
    font-size: 17px;
  }
}

footer .section-content--apply .wpcf7 input::-webkit-input-placeholder {
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

footer .section-content--apply .wpcf7 input:-moz-placeholder {
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

footer .section-content--apply .wpcf7 input::-moz-placeholder {
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

footer .section-content--apply .wpcf7 input:-ms-input-placeholder {
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

footer .section-content--apply .wpcf7 input::-ms-input-placeholder {
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

footer .section-content--apply .wpcf7 input::placeholder {
  font-size: 24px;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 input::-webkit-input-placeholder {
    font-size: 17px;
  }

  footer .section-content--apply .wpcf7 input:-moz-placeholder {
    font-size: 17px;
  }

  footer .section-content--apply .wpcf7 input::-moz-placeholder {
    font-size: 17px;
  }

  footer .section-content--apply .wpcf7 input:-ms-input-placeholder {
    font-size: 17px;
  }

  footer .section-content--apply .wpcf7 input::-ms-input-placeholder {
    font-size: 17px;
  }

  footer .section-content--apply .wpcf7 input::placeholder {
    font-size: 17px;
  }
}

footer .section-content--apply .wpcf7 input:focus::-webkit-input-placeholder {
  color: transparent;
}

footer .section-content--apply .wpcf7 input:focus:-moz-placeholder {
  color: transparent;
}

footer .section-content--apply .wpcf7 input:focus::-moz-placeholder {
  color: transparent;
}

footer .section-content--apply .wpcf7 input:focus:-ms-input-placeholder {
  color: transparent;
}

footer .section-content--apply .wpcf7 input:focus::-ms-input-placeholder {
  color: transparent;
}

footer .section-content--apply .wpcf7 input:focus::placeholder {
  color: transparent;
}

footer .section-content--apply .wpcf7 input.wpcf7-submit {
  min-height: 98px;
  font-size: 24px;
  text-transform: uppercase;
  background: #000;
  background: var(--black);
  color: #ff8b12;
  color: var(--orange);
}

footer .section-content--apply .wpcf7 input.wpcf7-submit:hover {
  color: #000;
  color: var(--black);
  background-color: #ff8b12;
  background-color: var(--orange);
  border: 1px solid #000;
  border: 1px solid var(--black);
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 input.wpcf7-submit {
    min-height: 60px;
    font-size: 17px;
  }
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance > span {
  margin: 0;
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input {
  width: 40px;
  min-height: 40px;
  opacity: 0;
  position: absolute;
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 .wpcf7-acceptance label input + span {
    font-size: 10.98px;
  }
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input + span:after {
  content: '';
  margin-left: 40px;
  display: inline-block;
  vertical-align: text-top;
  width: 50px;
  height: 25px;
  background: #ff8b12;
  background: var(--orange);
  border: #000 solid 2px !important;
  border: var(--black) solid 2px !important;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 .wpcf7-acceptance label input + span:after {
    height: 20px;
    width: 60px;
    margin-left: 20px;
  }
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:hover + span:before {
  content: '';
  position: absolute;
  right: 17px;
  top: 10px;
  background: #000;
  background: var(--black);
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  -moz-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  -webkit-box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  -moz-box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:hover + span:before {
    right: 15px;
    top: 8px;
  }
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:checked + span:after {
  background: #ff8b12;
  background: var(--orange);
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:disabled + span {
  color: #b8b8b8;
  cursor: auto;
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:disabled + span:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ff8b12;
  background: var(--orange);
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:checked + span:before {
  content: '';
  position: absolute;
  right: 17px;
  top: 10px;
  background: #000;
  background: var(--black);
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  -moz-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  -webkit-box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  -moz-box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  box-shadow: 2px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 .wpcf7-acceptance label input:checked + span:before {
    right: 15px;
    top: 8px;
  }
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label span.wpcf7-list-item-label {
  padding-bottom: 40px;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label.privacy {
  display: inline-block;
}

footer .section-content--apply .wpcf7 .wpcf7-acceptance label.privacy a {
  border-bottom: 1px solid;
}

footer .section-content--apply .wpcf7 form .wpcf7-response-output {
  border: 0;
  color: black;
  font-size: 29px;
  position: absolute;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  footer .section-content--apply .wpcf7 form .wpcf7-response-output {
    font-size: 17px;
    line-height: -webkit-calc(24/17);
    line-height: -moz-calc(24/17);
    line-height: calc(24/17);
  }
}

footer .section-content--apply .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

footer .section-content--apply a.xs {
  text-transform: uppercase;
  color: #000;
  color: var(--black);
  border-bottom: 1px solid;
}

footer .section-content--apply.hide-apply {
  display: none;
}

footer.disable-highers {
  background: none;
}

body:not(.home) {
  overflow-x: hidden;
}

body:not(.home) footer {
  top: 130px;
}

body:not(.home) footer .section-content--apply {
  display: none;
}

.ico-insta {
  background-image: url('../img/icons/ico-insta.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

.ico-fb {
  background-image: url('../img/icons/ico-fb.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

.ico-email {
  background-image: url('../img/icons/ico-mail.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

.ico-yt {
  background-image: url('../img/icons/ico-yt.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

/* menu mobile */

.ico-insta-nav {
  background-image: url('../img/icons/ico-insta-nav.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

.ico-fb-nav {
  background-image: url('../img/icons/ico-fb-nav.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

.ico-email-nav {
  background-image: url('../img/icons/ico-mail-nav.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

.ico-yt-nav {
  background-image: url('../img/icons/ico-yt-nav.svg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 33px;
  width: 33px;
}

body.page-template-page-terms {
  background-image: url('../img/thglogo.png');
  -webkit-background-size: 130px 128px;
  -o-background-size: 130px 128px;
  background-size: 130px 128px;
  overflow-x: hidden;
}

body.page-template-page-terms section {
  padding-top: 170px;
  position: relative;
}

body.page-template-page-terms section h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 90px;
}

body.page-template-page-terms section .section-content {
  padding-right: 65px;
  padding-left: 65px;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-terms section .section-content {
    padding-right: 27px;
    padding-left: 27px;
  }
}

body.page-template-page-terms section .section-content .section--terms {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-terms section .section-content .section--terms {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.page-template-page-terms section .section-content .section--terms .wrapper-numbers {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 98px;
  line-height: 0.9;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #ff8b12;
  -webkit-text-stroke: 1px var(--orange);
  color: #000;
  color: var(--black);
  padding-right: 39px;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-terms section .section-content .section--terms .wrapper-numbers {
    padding-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    line-height: -webkit-calc(68/48);
    line-height: -moz-calc(68/48);
    line-height: calc(68/48);
  }
}

body.page-template-page-terms section .section-content .section--terms .wrapper-numbers p {
  padding-bottom: 31px;
}

body.page-template-page-terms section .section-content .section--terms .wrapper-laws {
  width: 100%;
  font-size: 18px;
  line-height: -webkit-calc(25/18);
  line-height: -moz-calc(25/18);
  line-height: calc(25/18);
  padding-left: 39px;
  border-left: 1px solid #ff8b12;
  border-left: 1px solid var(--orange);
  padding-bottom: 124px;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-terms section .section-content .section--terms .wrapper-laws {
    padding-left: 0;
    border-left: 0;
    font-size: 14px;
    line-height: -webkit-calc(20/14);
    line-height: -moz-calc(20/14);
    line-height: calc(20/14);
    padding-bottom: 80px;
  }
}

body.page-template-page-terms section .section-content .section--terms div.oval {
  position: absolute;
  top: 11px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-template-page-terms section .section-content .section--terms div.oval span {
  width: 22.47px;
  height: 22.47px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff8b12;
  background: var(--orange);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  body.page-template-page-terms section .section-content .section--terms div.oval span {
    display: none;
  }
}

body.page-template-page-terms.terms {
  position: relative;
}

@-webkit-keyframes rotating {
  0 {
    -webkit-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }

  50% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(360deg);
    transform: translateY(0) translateX(-50%) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }
}

@-moz-keyframes rotating {
  0 {
    -moz-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }

  50% {
    -moz-transform: translateY(0) translateX(-50%) rotate(360deg);
    transform: translateY(0) translateX(-50%) rotate(360deg);
  }

  100% {
    -moz-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }
}

@-o-keyframes rotating {
  0 {
    -o-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }

  50% {
    -o-transform: translateY(0) translateX(-50%) rotate(360deg);
    transform: translateY(0) translateX(-50%) rotate(360deg);
  }

  100% {
    -o-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }
}

@keyframes rotating {
  0 {
    -webkit-transform: translateY(0) translateX(-50%) rotate(0);
    -moz-transform: translateY(0) translateX(-50%) rotate(0);
    -o-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }

  50% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(360deg);
    -moz-transform: translateY(0) translateX(-50%) rotate(360deg);
    -o-transform: translateY(0) translateX(-50%) rotate(360deg);
    transform: translateY(0) translateX(-50%) rotate(360deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(0);
    -moz-transform: translateY(0) translateX(-50%) rotate(0);
    -o-transform: translateY(0) translateX(-50%) rotate(0);
    transform: translateY(0) translateX(-50%) rotate(0);
  }
}

.creators-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .creators-bg::before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('../img/bg-round.svg') top center;
    -webkit-background-size: auto auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    /* animation: rotating 40s infinite; */
  }
}

.creators-bg img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 400%;
  -webkit-animation: rotating 500s infinite;
  -moz-animation: rotating 500s infinite;
  -o-animation: rotating 500s infinite;
  animation: rotating 500s infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /* transform-origin:-20% -40%; */
  z-index: -1;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .creators-bg img {
    width: 720%;
  }
}
