/* ---- hero section ---- */
#hero-section-wrapper {
  display: flex;
  align-items: center;
  padding: 120px 0;
  min-height: 920px;
}
#hero-section-wrapper .hero-content-wrapper {
  position: relative;
  max-width: 750px;
  padding: 40px 45px 0 45px;
}
#hero-section-wrapper .hero-content {
  position: relative;
  z-index: 1;
}
#hero-section-wrapper .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #FF6F19;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#hero-section-wrapper h1 {
  font-size: 67px;
  font-weight: 900;
  line-height: 90%;
  color: #F5F5F5;
  margin: 0 0 30px 0;
}
#hero-section-wrapper h1 p {
  margin: 0;
}
#hero-section-wrapper strong {
  font-weight: 900;
  color: #FF6F19;
}
#hero-section-wrapper a.primary-button {
  display: inline-block;
}
/* ---- image left text right section ---- */
#image-left-text-right-wrapper {
  padding: 100px 0;
}
#image-left-text-right-wrapper h2 {
  font-size: 45px;
  font-weight: 900;
  color: #3A3A3A;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#image-left-text-right-wrapper h2 strong {
  font-weight: 900;
  color: #FF6F19;
}
#image-left-text-right-wrapper .text-box p {
  color: #0C0C0F;
  font-size: 24px;
  font-weight: 400;
}
#image-left-text-right-wrapper .text-box p strong {
  color: #FF6F19;
}
#image-left-text-right-wrapper .image-box {
  width: 100%;
}
#image-left-text-right-wrapper .image-box img {
  display: block;
  max-width: 594px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#integration-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#integration-section img.integrations-background-image {
  display: block;
  width: 100%;
  height: auto;
}
#integration-section .position-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#integration-section .content-box {
  padding: 36px;
  border-radius: 25px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  margin: 0 0 30px 0;
}
#integration-section .content-box p.box-title {
  font-size: 20px;
}
#integration-section .content-box p.box-title {
  font-weight: 700;
  color: #FF5F00;
}
#integration-section .content-box ul li {
  font-size: 16px;
}
#integration-section img.app-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  transition: .2s linear all;
  transition-delay: 0.8s;
}
#integration-section img.app-image.show {
  bottom: 20%;
}
#integration-section img.hand-image {
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translate(-50%);
  transition: .3s linear all;
  transition-delay: 1.1s;
}
#integration-section img.hand-image.show {
  bottom: 0;
}


/* ---- addons section ---- */
#addons-section {
  padding: 100px 0;
  background-color: #F5F5F5;
}
#addons-section h2.title {
  color: #3A3A3A;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 90%;
}
#addons-section h2.title strong {
  font-weight: 700;
  color: #FF5F00;
}
#addons-section p.subtitle {
  color: #3A3A3A;
  line-height: 100%;
}
#addons-section p.subtitle strong {
  color: #FF5F00;
}
#addons-section .addon-box {
  border-radius: 8px;
  overflow: hidden;
}
#addons-section .addon-box img {
  width: 100%;
}
#addons-section .addon-box .addon-content {
  padding: 40px 24px 24px 24px;
  background-color: #FFFFFF;
}
#addons-section .addon-box .tag {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #969898;
}
#addons-section .addon-box h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  color: #0C0C0F;
}
#addons-section .addon-box .content {
  font-size: 16px;
  font-weight: 300;
  min-height: 72px;
  color: #5F6363;
  margin: 0 0 18px 0;
}
#addons-section .addon-box a.cta {
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  color: #00C8FF;
}

/* ---- slide in animation ---- */
img.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: transform 1s;
}
img.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transition: transform 1s;
}
@media (prefers-reduced-motion: no-preference) {
  /* .hidden {
    transition: none;
  } */
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 992px) {
  #integration-section {
    background-color: #0C0C0F;
  }
  #integration-section .position-block {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #integration-section img.integrations-background-image,
  #integration-section img.app-image,
  #integration-section img.hand-image {
    display: none;
  }
}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 440px) {

}
