:root {
  --black-light: #20201e;
  --white: white;
  --greyed-nav: #8d909b;
  --gainsboro: #e7e7e7;
  --silver-nav: #c2c2c2;
  --medium-spring-green: #57e5a8;
  --greyed-out-nav: rgba(141, 144, 155, .46);
  --ten: 10px;
  --form-background: rgba(3, 3, 3, .75);
  --transparent-log-in: rgba(255, 255, 255, .16);
}

body {
  color: var(--black-light);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

p {
  color: var(--black-light);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.nav-link {
  color: var(--greyed-nav);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: none;
}

.nav-link:hover {
  color: #8d909b;
}

.nav-link.w--current {
  color: var(--greyed-nav);
  display: none;
}

.nav-link.w--current:hover {
  color: var(--greyed-nav);
  -webkit-text-stroke-color: var(--greyed-nav);
}

.nav-link.w--current:visited {
  color: var(--greyed-nav);
}

.container {
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.navbar {
  object-fit: fill;
  background-color: rgba(32, 32, 30, .5);
  padding-left: 25px;
  padding-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand {
  width: 100px;
  margin-top: 3px;
  overflow: visible;
}

.brand.w--current {
  width: 100px;
  object-fit: fill;
  margin-top: 3px;
  display: block;
  position: static;
  overflow: visible;
}

.hero-section {
  height: 100vh;
  color: #363732;
  padding: 0;
  overflow: visible;
}

.footer {
  background-color: var(--black-light);
  margin-top: -1px;
  padding: 70px 25px 50px;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 81px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-heading {
  color: var(--gainsboro);
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.footer-flexbox {
  flex-direction: column;
  display: flex;
}

.footer-flexbox.social {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.footer-link {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--silver-nav);
}

.footer-link.w--current, .footer-link.w--current:visited {
  color: var(--greyed-nav);
}

.copyright-heading {
  color: var(--gainsboro);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.company-text-block {
  color: rgba(231, 231, 231, .9);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.company-text-block.address {
  margin-top: 10px;
}

.company-text-block.number {
  margin-top: 20px;
}

.facebook {
  width: 25px;
}

.social-media-link-block {
  flex: 0 auto;
  align-self: center;
  margin-right: 7px;
  display: none;
}

.social-media-link-block-end {
  align-self: center;
  margin-right: 40px;
  display: none;
}

.twitter {
  width: 30px;
}

.linkedin {
  width: 24px;
}

.vimeo {
  width: 25px;
  margin-top: 2px;
}

.background-video {
  z-index: -1;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tag-slider-1 {
  text-align: center;
  text-transform: none;
  font-size: 45px;
  line-height: 52px;
}

.button-wrapper {
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  display: none;
}

.container-nav {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrapper-fse {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-fse {
  color: var(--white);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.discover-button {
  width: 190px;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  transition: all .25s ease-in-out;
}

.discover-button:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--medium-spring-green);
  transform: scale3d(1none, 1none, 1none);
  color: var(--black-light);
  letter-spacing: 1px;
}

.title-slider-2 {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  text-align: center;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.tag-slider-2 {
  text-align: center;
  text-transform: none;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
  overflow: hidden;
}

.title-2 {
  opacity: 1;
  display: block;
}

.title-3, .title-1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  margin-top: -65px;
}

.section {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/tech-daily-ztYmIQecyH4-unsplash-min.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding: 70px 25px 60px;
  display: none;
  position: relative;
}

.flexbox {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: static;
}

.right-box {
  width: 50%;
  height: auto;
  text-align: center;
  background-color: rgba(231, 231, 231, 0);
  align-self: stretch;
  padding-left: 0;
}

.left-box {
  width: 50%;
  height: auto;
  color: var(--medium-spring-green);
  text-align: center;
  background-color: rgba(231, 231, 231, 0);
  order: 0;
  align-self: stretch;
  padding-right: 0;
}

.feature-text {
  color: var(--white);
  text-align: left;
  margin-left: 5px;
}

.feature-text.light {
  color: var(--white);
}

.feature {
  float: none;
  clear: none;
  text-align: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tick-image {
  align-self: flex-start;
  margin-top: 5px;
}

.services-container {
  width: 95%;
  height: 95%;
  background-color: rgba(231, 231, 231, .2);
  border-radius: 20px;
  padding: 25px;
  transition: all .6s;
  display: inline-block;
}

.services-container:hover {
  background-color: rgba(255, 255, 255, .65);
}

.section-heading {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 36px;
}

.title-slider {
  z-index: 1;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 270px;
}

.icon-2 {
  color: rgba(54, 55, 50, 0);
}

.div-block-6 {
  opacity: .96;
}

.div-block-7 {
  opacity: .92;
}

.div-block-8 {
  opacity: .81;
}

.div-block-9 {
  opacity: .8;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15 {
  opacity: 1;
}

.div-block-16 {
  opacity: .92;
}

.div-block-17 {
  opacity: .72;
}

.div-block-18 {
  opacity: .76;
}

.div-block-19, .div-block-20, .div-block-21, .div-block-22 {
  opacity: 1;
}

.div-block-23 {
  max-width: 900px;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

.icon-3 {
  color: rgba(54, 55, 50, 0);
}

.title-slider-1 {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 80px;
}

.title-slider-3-copy {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  text-align: center;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.tag-slider-3-copy {
  text-align: center;
  text-transform: none;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
  overflow: hidden;
}

.slide-nav {
  margin-bottom: 70px;
  display: none;
  position: static;
}

.section-animated {
  z-index: 0;
  background-color: #000;
  display: none;
  position: relative;
  overflow: hidden;
}

.wrapper-animated-section {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 70px 25px 60px;
  position: relative;
}

.background-image {
  z-index: -1;
  background-image: url('../images/adam-smigielski-K5mPtONmpHM-unsplash-min.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image._1 {
  background-image: none;
}

.right-arrow {
  z-index: -1;
  display: none;
}

.discover-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.button {
  width: 190px;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  transition: all .25s ease-in-out;
}

.button:hover {
  border-color: var(--medium-spring-green);
  background-color: var(--medium-spring-green);
  transform: scale3d(1none, 1none, 1none);
  color: var(--black-light);
  letter-spacing: 1px;
}

.div-block-24 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  position: relative;
}

.transparent-div-block-hero {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-26 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-2 {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-animated-copy {
  z-index: 0;
  background-color: #000;
  display: none;
  position: relative;
  overflow: hidden;
}

.panoramic-section {
  z-index: 0;
  background-color: #000;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-services {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 100px 25px 90px;
  position: relative;
}

.transparent-div {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panoramic-background-image {
  z-index: -2;
  width: 2400px;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.panoramic-background-image._1 {
  background-image: none;
}

.div-block-27 {
  width: 1400px;
  height: 100%;
  background-image: url('../images/Wide-data-center-1319520962.jpg');
  background-position: 0%;
  background-size: cover;
  overflow: visible;
}

.div-block-28 {
  width: 100%;
  height: 100%;
  background-image: url('../images/shutterstock_1319520962_scaled_1080Height.jpg');
  background-position: 0 0;
  background-size: auto 100%;
}

.nav-link-1 {
  color: var(--greyed-nav);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.nav-link-1:hover {
  color: #8d909b;
}

.nav-link-1.w--current {
  color: var(--greyed-nav);
  display: inline-block;
}

.nav-link-1.w--current:hover {
  color: var(--greyed-nav);
  -webkit-text-stroke-color: var(--greyed-nav);
}

.nav-link-1.w--current:visited {
  color: var(--greyed-nav);
}

.nav-link-1.home {
  color: var(--white);
  padding-top: 8px;
}

.nav-link-1.home:hover {
  color: var(--silver-nav);
}

.nav-link-1.home.w--current {
  display: inline-block;
}

.footer-link-log-in {
  color: var(--greyed-out-nav);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link-log-in.w--current, .footer-link-log-in.w--current:visited {
  color: var(--greyed-nav);
}

.social-media-link-block-linkedin {
  flex: 0 auto;
  align-self: center;
  margin-right: 7px;
}

.image-8 {
  width: 35px;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.title-4 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-slider-4 {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  text-align: center;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.tag-slider-4 {
  text-align: center;
  text-transform: none;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
  overflow: hidden;
}

.title-5 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-slider-5 {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  text-align: center;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.tag-slider-5 {
  text-align: center;
  text-transform: none;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
  overflow: hidden;
}

.bold-text {
  font-size: 60px;
  line-height: 72px;
}

.left-arrow {
  z-index: -1;
}

.mask, .slide, .slide-2, .slide-3, .slide-4, .slide-5 {
  z-index: 1;
}

.log-in-section {
  height: 100vh;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/shutterstock_1394052911-HD1920-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-log-in {
  z-index: 1;
  height: 100vh;
  flex-direction: row;
  align-items: center;
  padding: 70px 25px;
  display: flex;
  position: relative;
}

.container-log-in {
  z-index: 2;
  width: 400px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 28%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-log-in.inside {
  display: none;
}

.container-log-in.outside {
  width: 500px;
  height: 50%;
  max-width: 500px;
  display: none;
  top: 20%;
}

.container-log-in.mobile {
  width: 500px;
  height: 50%;
  max-width: 500px;
  display: block;
  top: 23%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--ten);
  background-color: var(--form-background);
  border: 1px solid rgba(255, 255, 255, .31);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 40px 75px;
  display: block;
}

.heading {
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.field-label {
  color: var(--white);
  margin-bottom: 10px;
}

.submit-button {
  border-radius: var(--ten);
  background-color: var(--medium-spring-green);
  flex: 1;
  margin-top: 20px;
  margin-left: 5px;
}

.submit-button:hover {
  background-color: rgba(87, 229, 168, .74);
}

.button-2 {
  border-radius: var(--ten);
  background-color: var(--greyed-out-nav);
  text-align: center;
  flex: 1;
  margin-right: 5px;
}

.button-2:hover {
  background-color: rgba(141, 144, 155, .32);
}

.button-flexbox {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.text-field {
  border-radius: var(--ten);
  background-color: rgba(255, 255, 255, .81);
  margin-bottom: 20px;
}

.text-field:hover {
  background-color: rgba(255, 255, 255, .94);
}

.image-9 {
  position: absolute;
}

.image-10 {
  position: absolute;
  top: 39.5%;
  bottom: auto;
  left: 62%;
  right: 0%;
}

.success-message {
  border-radius: var(--ten);
  background-color: var(--form-background);
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block {
  color: var(--white);
}

.error-message {
  z-index: 1;
  width: 439px;
  background-color: rgba(255, 255, 255, 0);
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  border-radius: var(--ten);
  color: var(--white);
  text-align: center;
  background-color: #ac5959;
  padding: 5px;
}

.background-login {
  height: 100vh;
  background-image: url('../images/shutterstock_1394052911-HD1920-min.jpg');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video-copy {
  z-index: -1;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bold-text-2 {
  font-size: 60px;
  line-height: 72px;
}

.text-span {
  font-weight: 700;
}

.footer-link-copy {
  color: var(--greyed-out-nav);
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link-copy.w--current, .footer-link-copy.w--current:visited {
  color: var(--greyed-nav);
}

.footer-link-log-in-copy {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link-log-in-copy:hover {
  color: var(--silver-nav);
}

.footer-link-log-in-copy.w--current, .footer-link-log-in-copy.w--current:visited {
  color: var(--greyed-nav);
}

.large {
  font-weight: 600;
}

.text-block-3 {
  border-radius: var(--ten);
  color: var(--white);
  text-align: center;
  background-color: rgba(87, 229, 168, .58);
  padding: 5px;
}

.div-block-29 {
  width: 439px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-unlinked {
  color: var(--greyed-nav);
  padding: 8px 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.text-block-4 {
  color: var(--greyed-out-nav);
}

.footer-link-unlinked {
  color: var(--greyed-out-nav);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: relative;
}

.div-block-30, .div-block-31 {
  position: relative;
}

.link-block {
  max-width: 100px;
}

.html-embed {
  margin-top: 65px;
  margin-bottom: 0;
}

.html-embed-copy {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.html-embed-copy-copy {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.nav-and-trading-wrapper {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrappertrading-numbers {
  background-color: rgba(32, 32, 30, .5);
}

.link-block-2 {
  max-width: 100px;
}

.navbar-login {
  object-fit: fill;
  background-color: rgba(32, 32, 30, .5);
  padding-left: 25px;
  padding-right: 10px;
  position: static;
  top: auto;
}

.hero-section-home {
  height: 100vh;
  color: #363732;
  padding: 0;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video {
    z-index: -1;
  }

  .tag-slider-1 {
    font-size: 52px;
    line-height: 58px;
  }

  .button-wrapper {
    margin-top: -30px;
    position: relative;
  }

  .container-nav {
    width: auto;
    max-width: 100%;
  }

  .text-block-fse {
    font-size: 28px;
    font-weight: 500;
    line-height: 21px;
  }

  .title-slider-2 {
    font-size: 80px;
    line-height: 88px;
  }

  .tag-slider-2 {
    font-size: 52px;
    line-height: 58px;
  }

  .title-2 {
    margin-top: 0;
    top: 35%;
  }

  .title-3, .title-1 {
    max-width: 1200px;
    margin-top: 0;
    top: 35%;
  }

  .title-slider {
    margin-top: 40vh;
  }

  .div-block-23 {
    max-width: 1200px;
  }

  .title-slider-3-copy {
    font-size: 80px;
    line-height: 88px;
  }

  .tag-slider-3-copy {
    font-size: 52px;
    line-height: 58px;
  }

  .slide-nav {
    margin-bottom: 50px;
  }

  .discover-wrapper {
    position: absolute;
    bottom: 20%;
  }

  .panoramic-background-image {
    width: 3000px;
  }

  .div-block-28 {
    background-position: 50%;
    background-size: auto 150%;
  }

  .nav-link-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-4 {
    max-width: 1200px;
    margin-top: 0;
    top: 35%;
  }

  .title-slider-4 {
    font-size: 80px;
    line-height: 88px;
  }

  .tag-slider-4 {
    font-size: 52px;
    line-height: 58px;
  }

  .title-5 {
    max-width: 1200px;
    margin-top: 0;
    top: 35%;
  }

  .title-slider-5 {
    font-size: 80px;
    line-height: 88px;
  }

  .tag-slider-5 {
    font-size: 52px;
    line-height: 58px;
  }

  .bold-text {
    font-size: 80px;
    line-height: 88px;
  }

  .log-in-section {
    height: 100vh;
  }

  .wrapper-log-in {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-log-in {
    width: 500px;
    max-width: 500px;
    top: 34%;
  }

  .container-log-in.outside {
    height: 30%;
    top: 28%;
  }

  .container-log-in.mobile {
    height: 30%;
    top: 33%;
  }

  .form {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    top: 300px;
    left: 0%;
    right: auto;
  }

  .error-message {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .background-login {
    background-size: cover;
  }

  .background-video-copy {
    z-index: -1;
  }

  .bold-text-2 {
    font-size: 80px;
    line-height: 88px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 650px;
  }

  .div-block-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .social-media-link-block-end {
    margin-right: 20px;
  }

  .background-video {
    height: auto;
  }

  .tag-slider-1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .container-nav {
    display: block;
  }

  .wrapper-fse {
    display: none;
  }

  .discover-button {
    height: auto;
  }

  .title-slider-2 {
    font-size: 35px;
    line-height: 42px;
  }

  .tag-slider-2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .title-2, .title-3, .title-1 {
    margin-top: 0;
    top: 28%;
  }

  .section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 0%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .title-slider {
    margin-top: 200px;
  }

  .title-slider-1, .title-slider-3-copy {
    font-size: 35px;
    line-height: 42px;
  }

  .tag-slider-3-copy {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .slide-nav {
    margin-bottom: 80px;
  }

  .wrapper-animated-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 0%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .discover-wrapper {
    margin-bottom: 120px;
  }

  .button {
    height: auto;
  }

  .wrapper-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 0%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .title-4 {
    margin-top: 0;
    top: 28%;
  }

  .title-slider-4 {
    font-size: 35px;
    line-height: 42px;
  }

  .tag-slider-4 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .title-5 {
    margin-top: 0;
    top: 28%;
  }

  .title-slider-5 {
    font-size: 35px;
    line-height: 42px;
  }

  .tag-slider-5 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .log-in-section {
    height: auto;
  }

  .wrapper-log-in {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .container-log-in {
    margin-top: -180px;
    top: 43%;
  }

  .container-log-in.outside {
    top: 36%;
  }

  .container-log-in.mobile {
    top: 46%;
  }

  .success-message {
    top: 33%;
  }

  .background-video-copy {
    height: 650px;
  }

  .bold-text-2 {
    font-size: 35px;
    line-height: 42px;
  }

  .hero-section-home {
    height: 650px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 12px;
  }

  .brand {
    margin-top: 0;
    padding-left: 0;
  }

  .hero-section {
    height: 750px;
  }

  .footer {
    padding: 60px 20px 40px;
  }

  .div-block-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .facebook {
    margin-right: 4px;
  }

  .icon {
    color: var(--medium-spring-green);
    font-size: 40px;
  }

  .menu-button {
    color: rgba(32, 32, 30, 0);
    padding: 2px 0 8px 8px;
  }

  .menu-button.w--open {
    background-color: rgba(32, 32, 30, 0);
  }

  .nav-menu {
    background-color: rgba(32, 32, 30, .5);
    padding-bottom: 0;
  }

  .twitter, .linkedin {
    margin-right: 4px;
  }

  .background-video {
    z-index: 0;
    height: 460px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .tag-slider-1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .discover-button {
    font-size: 17px;
    line-height: 24px;
  }

  .title-slider-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .tag-slider-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .body {
    margin-top: -100px;
  }

  .section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 20%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexbox {
    flex-direction: column;
  }

  .right-box {
    width: 100%;
  }

  .left-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .feature {
    margin-bottom: 25px;
  }

  .feature.bottom {
    margin-bottom: 0;
  }

  .services-container {
    height: auto;
  }

  .section-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .title-slider {
    margin-top: 130px;
  }

  .title-slider-1, .title-slider-3-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .tag-slider-3-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .slide-nav {
    margin-bottom: 90px;
  }

  .wrapper-animated-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 20%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-image._1 {
    background-position: 100% 0;
  }

  .discover-wrapper {
    margin-bottom: 0;
    top: auto;
    bottom: 46%;
    left: 0%;
    right: 0%;
  }

  .button {
    font-size: 17px;
    line-height: 24px;
  }

  .wrapper-services {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 20%;
    padding: 90px 20px 80px;
  }

  .panoramic-background-image._1 {
    background-position: 100% 0;
  }

  .nav-link-1 {
    text-align: center;
  }

  .image-8 {
    width: 31px;
  }

  .title-slider-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .tag-slider-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .title-slider-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .tag-slider-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .bold-text {
    font-size: 50px;
    line-height: 62px;
  }

  .log-in-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/wance-paleri-Uo40KRVStJo-unsplash-min.jpg');
    background-size: auto, cover;
  }

  .wrapper-log-in {
    height: auto;
    background-image: none;
    padding: 100px 20px 60px;
  }

  .container-log-in {
    margin-top: 0;
    position: static;
  }

  .container-log-in.inside {
    display: block;
  }

  .container-log-in.outside {
    height: 100%;
    display: block;
    position: relative;
  }

  .container-log-in.mobile {
    display: none;
    position: relative;
  }

  .success-message {
    margin-top: 40px;
    margin-bottom: 40px;
    position: static;
  }

  .error-message {
    margin-top: 0;
    top: 85%;
  }

  .background-login {
    z-index: -1;
    height: auto;
    padding-top: 60px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .background-video-copy {
    z-index: 0;
    height: 460px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .form-block {
    position: static;
  }

  .link-block {
    width: 100px;
  }

  .navbar-login {
    padding-left: 20px;
    padding-right: 12px;
  }

  .body-2 {
    margin-top: -100px;
  }

  .hero-section-home {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .copyright-wrapper {
    margin-top: 10px;
  }

  .background-video {
    height: 100vh;
    position: relative;
  }

  .tag-slider-1 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-slider-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .tag-slider-2 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-2, .title-3 {
    top: 20%;
  }

  .title-1 {
    margin-left: auto;
    margin-right: auto;
    top: 20%;
  }

  .body {
    margin-top: -100px;
  }

  .section {
    background-image: linear-gradient(to bottom, null, null), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 30%;
    padding-left: 20px;
  }

  .title-slider {
    margin-top: 28vh;
  }

  .title-slider-1, .title-slider-3-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .tag-slider-3-copy {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    margin-bottom: 40px;
  }

  .wrapper-animated-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 30%;
    padding-left: 20px;
  }

  .background-image._1 {
    background-position: 50% 0;
  }

  .discover-wrapper {
    margin-bottom: 0;
    bottom: 18%;
  }

  .wrapper-services {
    background-image: linear-gradient(to bottom, null, null), url('../images/tech-daily-ztYmIQecyH4-unsplash.jpg');
    background-position: 0 0, 30%;
    padding-left: 20px;
  }

  .panoramic-background-image._1 {
    background-position: 50% 0;
  }

  .div-block-28 {
    background-size: auto 125%;
  }

  .title-4 {
    top: 20%;
  }

  .title-slider-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .tag-slider-4 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-5 {
    top: 20%;
  }

  .title-slider-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .tag-slider-5 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text {
    font-size: 39px;
    line-height: 50px;
  }

  .wrapper-log-in {
    background-image: none;
    padding-top: 160px;
  }

  .container-log-in {
    width: auto;
    max-width: none;
    flex: 1;
  }

  .form {
    padding-bottom: 100px;
  }

  .success-message {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .error-message {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 82.5%;
  }

  .background-login {
    padding-top: 0;
  }

  .background-video-copy {
    height: 100vh;
    position: relative;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-29 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-2 {
    margin-top: -100px;
  }

  .hero-section-home {
    height: auto;
  }
}

#w-node-a53085bc-4934-149e-8d1d-a5a9d3f6f3bb-d1790ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74a4a212-13f7-b0ab-1512-da68d1790eda-d1790ed5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_74a4a212-13f7-b0ab-1512-da68d1790ee6-d1790ed5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_74a4a212-13f7-b0ab-1512-da68d1790ef4-d1790ed5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_74a4a212-13f7-b0ab-1512-da68d1790f0a-d1790ed5 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6c27e0a7-818a-2d14-4b9d-bc18287c7d44-41cbbbe8 {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d44eb435-2836-095f-5136-8e5c23234369-41cbbbe8 {
  justify-self: center;
}

#w-node-c6a31d4c-80a6-9d3c-5e0c-619b41cbbbec-41cbbbe8 {
  justify-self: end;
}

#w-node-edf85c8c-b740-593a-56e5-4d982d3cba35-f0a99f5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-edf85c8c-b740-593a-56e5-4d982d3cba36-f0a99f5a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-edf85c8c-b740-593a-56e5-4d982d3cba38-f0a99f5a {
  justify-self: center;
}

#w-node-edf85c8c-b740-593a-56e5-4d982d3cba3b-f0a99f5a {
  justify-self: end;
}

#w-node-b1cf54e9-e7a0-48db-5344-0bc37f02f15b-f0a99f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd0-f0a99f5a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd8-f0a99f5a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7ce6-f0a99f5a {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cfc-f0a99f5a {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790eda-d1790ed5, #w-node-_74a4a212-13f7-b0ab-1512-da68d1790ee6-d1790ed5, #w-node-_74a4a212-13f7-b0ab-1512-da68d1790ef4-d1790ed5, #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd0-f0a99f5a, #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd8-f0a99f5a, #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7ce6-f0a99f5a {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790f0a-d1790ed5, #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cfc-f0a99f5a {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790eda-d1790ed5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790ee6-d1790ed5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790ef4-d1790ed5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790f0a-d1790ed5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd0-f0a99f5a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd8-f0a99f5a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7ce6-f0a99f5a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cfc-f0a99f5a {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790eda-d1790ed5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790ee6-d1790ed5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790ef4-d1790ed5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_74a4a212-13f7-b0ab-1512-da68d1790f0a-d1790ed5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd0-f0a99f5a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cd8-f0a99f5a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7ce6-f0a99f5a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-eaf17bff-ba26-6f59-b1f2-536e7d3a7cfc-f0a99f5a {
    grid-area: 5 / 1 / 6 / 2;
  }
}


