html {
  font-size: 100%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: "Averta Thin";
  src: url("../fonts/averta-thin.woff2") format("woff2"),
    url("../fonts/averta-thin.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Averta Light";
  src: url("../fonts/averta-light.woff2") format("woff2"),
    url("../fonts/averta-light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Averta Regular";
  src: url("../fonts/averta-regular.woff2") format("woff2"),
    url("../fonts/averta-regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Averta SemiBold";
  src: url("../fonts/averta-semibold.woff2") format("woff2"),
    url("../fonts/averta-semibold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Averta Bold";
  src: url("../fonts/averta-bold.woff2") format("woff2"),
    url("../fonts/averta-bold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Black.woff2") format("woff2"),
    url("../fonts/TTNorms-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"),
    url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"),
    url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Light.woff2") format("woff2"),
    url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
*:focus {
  outline: none !important;
}
body {
  font-family: "Averta Regular", sans-serif;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000;
  overflow-x: hidden;
}
a:link,
a:visited {
  color: #cf4520;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #de502a;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Averta Bold", sans-serif;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
ul {
  list-style-type: disc;
}
p {
  font-family: "Averta Regular", sans-serif;
  margin-bottom: 1.5rem;
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid #000;
}
sup {
  top: -1.5em;
}
sub,
sup {
  position: relative;
  font-size: 35%;
  line-height: 0;
  vertical-align: baseline;
}
*::selection {
  background: #cf4520;
  color: #fff;
}
*::-moz-selection {
  background: #cf4520;
  color: #fff;
}
.lead {
  font-size: 26px;
  line-height: 32px;
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "Averta Regular", sans-serif;
}
.small-caps {
  font-size: 12px;
  line-height: 14px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  font-family: "Averta Regular", sans-serif;
}
.footnote {
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-family: "Averta Regular", sans-serif;
}
.heading-line {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Vitesse Book", serif;
  text-transform: uppercase;
  margin: 60px 0;
}
.heading-line:before {
  border-top: 1px solid #000;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.heading-line span {
  background: #fff;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .heading-line {
    margin: 30px 0;
  }
}
.section-content h2 {
  font-size: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Vitesse Bold", serif;
}
.section-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Vitesse Bold", serif;
}
.section-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Averta Regular", sans-serif;
  text-transform: uppercase;
}
.section-content h4.small {
  font-size: 12px;
  line-height: 14px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "Averta Regular", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 1152px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  .container {
    max-width: 1152px;
  }
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .m-pad {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#pagination {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  list-style: none;
  z-index: 999;
}
#pagination li {
  position: relative;
  margin: 1px 0;
  width: 50px;
  height: 36px;
  transition: all 0.5s ease;
}
#pagination a {
  display: flex;
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
  color: inherit;
  height: 100%;
  overflow: hidden;
  width: 6px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
}
#pagination a > span {
  position: absolute;
  width: 150px;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
body.home #pagination li:nth-of-type(1) a,
body.page2 #pagination li:nth-of-type(2) a,
body.page7 #pagination li:nth-of-type(3) a,
body.page8 #pagination li:nth-of-type(4) a,
body.page9 #pagination li:nth-of-type(5) a,
body.page10 #pagination li:nth-of-type(6) a {
  background: #fff;
}
@media (max-width: 991px) {
  #pagination li:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  #pagination li:hover {
    opacity: 1;
  }
  #pagination li:hover a {
    width: 150px;
    background: #fff;
  }
}
.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: all 0.5s ease-out;
  z-index: 999;
  text-align: right;
}
.header .burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.header .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.header .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.header .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.header ul.menu {
  position: relative;
  display: block;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header ul.menu li.menu-item {
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.49s;
}
.header ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.42s;
}
.header ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.35s;
}
.header ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.28s;
}
.header ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.21s;
}
.header ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.14s;
}
.header ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.07s;
}
.header ul.menu li.menu-item a {
  pointer-events: none;
  display: inline-block;
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-family: "Averta Bold", sans-serif;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: bold;
}
.header ul.menu li.menu-item:not(:first-child) a {
  background: linear-gradient(
    -45deg,
    #ffc600,
    #ee7752,
    #e73c7e,
    #11b4ef,
    #23d5ab
  );
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header ul.menu li.menu-item a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 10vh;
  top: 0;
  right: 0px;
  z-index: -1;
  transition: width 0.5s;
  background: linear-gradient(
    -45deg,
    #ffc600,
    #ee7752,
    #e73c7e,
    #11b4ef,
    #23d5ab
  );
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
}
@media (min-width: 768px) {
  .header ul.menu li.menu-item a:hover {
    background: none;
    -webkit-text-fill-color: initial;
  }
  .header ul.menu li.menu-item a:hover:before {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header ul.menu li.menu-item a {
    font-size: 6vh;
    line-height: 9vh;
  }
  .header ul.menu li.menu-item a:before {
    height: 9vh;
  }
  .header ul.menu li:first-child a {
    pointer-events: none;
    cursor: not-allowed;
    line-height: 6vh;
    margin-bottom: 20px;
  }
}
.header.menu-opened {
  height: 100%;
  background-color: #000f3b;
}
.header.menu-opened ul.menu li.menu-item a {
  pointer-events: inherit;
}
.header.menu-opened .burger-container {
  transform: rotate(90deg);
}
.header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.header.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.header.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
.header.menu-opened ul.menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.header.menu-opened ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.27s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.34s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.41s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.48s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.55s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.62s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.69s;
}
.header.menu-opened .icon.icon-bag {
  transform: translateX(75px);
  transition-delay: 0.3s;
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.screen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.screen-inner {
  max-width: 80vw;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  line-height: 30px;
  z-index: 1;
  flex-wrap: wrap;
  color: #fff;
}
.screen-inner > span {
  opacity: 0.1;
}
.screen-inner h1,
.screen-inner h2,
.screen-inner h3,
.screen-inner h4,
.screen-inner h4,
.screen-inner h6 {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  font-size: 10vw;
  line-height: initial;
}
.screen-inner h1 > span,
.screen-inner h2 > span,
.screen-inner h3 > span,
.screen-inner h4 > span,
.screen-inner h4 > span,
.screen-inner h6 > span {
  opacity: 0.1;
}
.screen-inner.active {
  z-index: 2;
}
.screen-inner.active > span {
  opacity: 0.4;
}
.screen-inner.active h1 > span,
.screen-inner.active h2 > span,
.screen-inner.active h3 > span,
.screen-inner.active h4 > span,
.screen-inner.active h4 > span,
.screen-inner.active h6 > span {
  opacity: 1;
}
.homelink,
.infolink,
.worklink,
.honorslink,
.contactlink {
  cursor: pointer;
}
.fi {
  text-align: center;
  text-transform: uppercase;
}
h1 > span > span,
h2 > span > span {
  background: linear-gradient(
    -45deg,
    #ffc600,
    #ee7752,
    #e73c7e,
    #11b4ef,
    #23d5ab
  );
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 991px) {
  .home-txt > span.fi {
    display: none;
  }
  .screen-inner > a {
    width: 100%;
  }
  .screen-inner h1,
  .screen-inner h2,
  .screen-inner h3,
  .screen-inner h4,
  .screen-inner h4,
  .screen-inner h6 {
    font-size: 52px;
    line-height: 58px;
    font-size: 3.25rem;
    line-height: 3.625rem;
    font-weight: 100;
    margin-bottom: 0.5em;
  }
  .sline {
    margin-bottom: 0 !important;
  }
  .sline > span > span,
  .nline > span > span {
    -webkit-text-fill-color: #fff !important;
  }
}
@media (max-width: 991px) {
  .hero {
    display: none;
  }
  .screen-inner h1,
  .screen-inner h2,
  .screen-inner h3,
  .screen-inner h4,
  .screen-inner h4,
  .screen-inner h6 {
    font-size: 36px;
    line-height: 42px;
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 0.5em;
  }
  .sline {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .fi {
    font-size: 24px;
    line-height: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .screen-inner > a {
    margin: 0.5rem 0;
  }
}
.page-txt {
  flex-wrap: wrap;
  color: #fff;
  font-family: "Averta Regular", sans-serif;
  position: relative;
  background: linear-gradient(
    -45deg,
    #ffc600,
    #ee7752,
    #e73c7e,
    #11b4ef,
    #23d5ab
  );
  background-size: 400% 400%;
  animation: Gradient 30s ease infinite;
}
.page-txt > section {
  display: flex;
  flex-direction: column;
  z-index: 2;
  max-width: 50vw;
  margin: 2rem auto;
}
@media (max-width: 992px) {
  .page-txt > section {
    margin: 3rem auto;
  }
}
.page-txt p,
.page-txt h2 {
  display: inline-block;
  float: left;
  width: 90%;
  margin: 0;
}
.page-txt h2 {
  margin-bottom: 1rem;
}
.page-txt h2 > span {
  display: block;
  width: 100%;
}
.page-txt h2 > span:first-child {
  line-height: 32px;
  font-size: 0.75rem;
  line-height: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Averta Light", sans-serif;
  letter-spacing: 0.2rem;
}
.page-txt h2 > span:last-child {
  font-size: 80px;
  line-height: 80px;
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: -0.2rem;
}
.page-txt h2 > span.fromBottomIn:first-child {
  transition-delay: 0.5s;
}
.page-txt h2 > span.fromBottomIn:last-child {
  transition-delay: 0.7s;
}
.page-txt h2 > span:first-child.fromBottomIn {
  opacity: 0.5;
}
.page-txt h3 {
  margin: 0.3rem;
  line-height: 1.5rem;
}
.page-txt p {
  font-size: 21px;
  line-height: 40px;
  font-size: 1.3125rem;
  line-height: 2.5rem;
  margin: 0 0 2rem 0;
}
.page-txt a:link,
.page-txt a:visited {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-size: 2rem;
  line-height: 2.5rem;
  transition-delay: 1s;
}
.page-txt a:link span,
.page-txt a:visited span {
  padding: 0.3rem 1rem 0.5rem 1rem;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 69%;
  transition: background-size 0.3s ease;
}
.page-txt a:hover span,
.page-txt a:active span,
.page-txt a:focus span {
  background-size: 100% 100%;
}
.page-txt p.fromBottomIn {
  transition-delay: 0.9s;
}
.page-txt h3:nth-child(1) {
  transition-delay: 1s;
}
.page-txt h3:nth-child(2) {
  transition-delay: 1.2s;
}
.page-txt h3:nth-child(3) {
  transition-delay: 1.3s;
}
.page-txt h3:nth-child(4) {
  transition-delay: 1.4s;
}
.page-txt h3:nth-child(5) {
  transition-delay: 1.5s;
}
.page-txt h3:nth-child(6) {
  transition-delay: 1.6s;
}
.page-txt h3:nth-child(7) {
  transition-delay: 1.7s;
}
.page-txt h3:nth-child(8) {
  transition-delay: 1.8s;
}
.page-txt h3:nth-child(9) {
  transition-delay: 1.9s;
}
.page-txt h3:nth-child(10) {
  transition-delay: 2s;
}
.page-txt h3:nth-child(11) {
  transition-delay: 2.1s;
}
.page-txt h3:nth-child(12) {
  transition-delay: 2.2s;
}
.page-txt h3:nth-child(13) {
  transition-delay: 2.3s;
}
.page-txt h3:nth-child(14) {
  transition-delay: 2.4s;
}
.page-txt h3:nth-child(15) {
  transition-delay: 2.5s;
}
.video-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 15, 59, 0.7);
  z-index: 1;
}
.video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  .page-txt > section {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .page-txt > section {
    width: 80%;
  }
  .page-txt h2 > span:first-child {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-txt h2 > span:last-child {
    font-size: 48px;
    line-height: 52px;
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: -0.1rem;
  }
  .page-txt h3 {
    margin: 0.5rem 0;
  }
  .page-txt p {
    font-size: 18px;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .page-txt a:link,
  .page-txt a:visited {
    font-size: 24px;
    line-height: 32px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.section-contact {
  font-family: "Averta Bold", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: bold;
}
.section-contact .alert {
  line-height: 30px;
  margin-bottom: 16px;
}
.section-contact textarea {
  height: 34px;
}
.section-contact input[type="text"],
.section-contact input[type="email"],
.section-contact textarea {
  opacity: 0.6;
  background: none;
  border: none;
  font-family: "Averta Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.section-contact ::-webkit-input-placeholder {
  font-family: "Averta Bold", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.section-contact ::-moz-placeholder {
  font-family: "Averta Bold", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.section-contact :-ms-input-placeholder {
  font-family: "Averta Bold", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.section-contact :-moz-placeholder {
  font-family: "Averta Bold", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.section-contact input[type="submit"] {
  opacity: 1;
  background: none;
  border: none;
  font-family: "Averta Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  padding: 0;
}
.section-contact .txt,
.section-contact .hide {
  font: inherit;
  margin: 0;
  padding: 0;
  color: #fff;
}
.section-contact .txt {
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.section-contact .submit {
  display: inline-block;
  cursor: pointer;
}
.section-contact .submit span {
  cursor: pointer;
  padding: 0.3rem 1rem 0.5rem 1rem;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 69%;
  transition: background-size 0.3s ease;
}
.section-contact .submit:hover span {
  background-size: 100% 88%;
}
.section-contact div.fromBottomIn {
  transition-delay: 1s;
}
@media (max-width: 480px) {
  .section-contact .comma {
    display: none;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Averta Regular", sans-serif;
  font-style: normal;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialised;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000f3b;
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(100%, #000f3b),
    color-stop(100%, #000a26)
  );
  background: linear-gradient(135deg, #000f3b, #000a26);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startcolor', endColorstr='#$endcolor', GradientType=1);
}
.page-txt {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.page-txt section {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: normal;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.home-txt {
  opacity: 0;
}
@media (min-width: 992px) {
  .screen-inner {
    max-width: 900px;
    padding: 30px;
  }
  .screen-inner > span {
    display: inline;
  }
  .screen-inner h1,
  .screen-inner h2,
  .screen-inner h3,
  .screen-inner h4,
  .screen-inner h5,
  .screen-inner h6 {
    flex: none;
    letter-spacing: initial;
  }
  .screen-inner h1:before,
  .screen-inner h2:before,
  .screen-inner h3:before,
  .screen-inner h4:before,
  .screen-inner h5:before,
  .screen-inner h6:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 30px;
    top: 0;
    left: 0px;
    z-index: -1;
    transition: width 1s;
    background: linear-gradient(
      -45deg,
      #ffc600,
      #ee7752,
      #e73c7e,
      #11b4ef,
      #23d5ab
    );
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
  }
  .screen-inner h1:hover > span > span,
  .screen-inner h2:hover > span > span,
  .screen-inner h3:hover > span > span,
  .screen-inner h4:hover > span > span,
  .screen-inner h5:hover > span > span,
  .screen-inner h6:hover > span > span {
    -webkit-text-fill-color: initial;
  }
  .screen-inner h1:hover:before,
  .screen-inner h2:hover:before,
  .screen-inner h3:hover:before,
  .screen-inner h4:hover:before,
  .screen-inner h5:hover:before,
  .screen-inner h6:hover:before {
    width: 100%;
  }
  .fi {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 30px;
    font-size: 0.875rem;
    line-height: 1.875rem;
  }
  .whiteline {
    font-weight: normal !important;
  }
}
@media (min-width: 1300px) {
  .screen-inner {
    max-width: 1300px;
    padding: 30px;
  }
  .screen-inner h1:before,
  .screen-inner h2:before,
  .screen-inner h3:before,
  .screen-inner h4:before,
  .screen-inner h5:before,
  .screen-inner h6:before {
    height: 40px;
  }
  .fi {
    font-size: 18px;
    line-height: 40px;
    font-size: 1.125rem;
    line-height: 2.5rem;
    width: 38px;
    height: 40px;
  }
}
.page-wrap .work-media {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 100vh;
}
.page-wrap .work-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-wrap .work-media ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-wrap .work {
  z-index: 1;
}
.page-wrap .work .work-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
/*# sourceMappingURL=style.min.css.map */
