html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 200;
}

h3 {
  font-size: 1.8rem;
  font-weight: 200;
}

h4 {
  font-size: 1.6rem;
  font-weight: 200;
}

p {
  font-size: 1.125rem;
}

.logo {
  margin-left: 150px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar-text {
  margin-left: 150px;
  margin-right: 150px;
  color: #333;
  font-size: 14px;
}

.page-wrapper {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-wrapper {
  width: 100%;
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5) 0%, transparent 25%), linear-gradient(90deg, #3b3b3b 0%, #3b3b3b 50%, #f7f5f5 50%, #f7f5f5 100%);
}

.hero-wrapper-image {
  width: 100%;
  background: url("https://image.email-pclawtimematters.com/lib/fe881373776d0c7e72/m/1/8997b8ce-b4a9-4ee7-8c86-0383259b0308.jpg") no-repeat center center;
  background-size: cover;
}

.amp-hero-wrapper-image {
  width: 100%;
  background: url("https://image.email-pclawtimematters.com/lib/fe881373776d0c7e72/m/1/63418716-e44d-446b-bc85-0aa7a7d7a0af.jpg") no-repeat center center;
  background-size: cover;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px;
  padding: 100px 0px;
}

.amp-logo-wrapper {
  display: flex;
  justify-content: center;
}

.amp-logo {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 400px;
  height: 155px;
}

.main-info {
  margin: 32px 44px;
  color: #FFFFFF;
  text-align: left;
  padding: 24px;
}

.main-info h3,
h1 {
  margin: 0px;
}

.main-info-text {
  padding-top: 20px;
  font-weight: 200;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: left;
  border-radius: 2%;
  background-color: white;
  color: #373A37;
  padding: 52px;
  margin: 32px 44px;
}

.extra-info {
  display: flex;
  flex-direction: column;
  align-items: column;
  justify-content: center;
}

.icon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
  margin-top: 32px;
  padding: 24px 12px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.icon-image {
  height: 48px;
  width: 48px;
}

.icon-text {
  padding-top: 32px;
  color: #373A37;
  text-align: center;
}

.additional-text {
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 1120px;
  margin: 52px 0px;
  padding: 24px;
}

.additional-text-info {
  padding: 12px 0px;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-introduction {
  padding: 0px 38px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-introduction p {
  padding: 24px;
}

.additional-text-list-wrapper {
  padding: 0px 48px;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-list {
  color: #E42A31;
  font-size: 24px;
}

.additional-text-list li p {
  color: #373A37;
}

.additional-text-list li a {
  color: #373A37;
  font-size: 1.125rem;
}

.additional-text-after-list-content {
  padding: 12px 38px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.additional-text-after-list-content h4 {
  color: #E42A31;
}

.additional-text-image {
  height: 150px;
  width: 150px;
  margin: 32px 0px;
}

.embedded-video {
  width: 820px;
  height: 565px;
  margin: 104px 0px 0px 0px;
}

.end-list-section {
  width: 100%;
  display: flex;
  align-items: column;
  justify-content: center;
  background-color: #e1e6e9;
}

.phone-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-image {
  height: 480px;
  width: 280px;
}

.phone-image-item {
  height: 480px;
  width: 280px;
}

.phone-text-wrapper h3 {
  padding-bottom: 32px;
  text-align: center;
  color: #373A37;
}

.gp-item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  color: #373A37;
}

.gp-item i {
  font-size: 32px;
  flex: 0.1;
  text-align: center;
}

.gp-item p {
  margin: 0px;
  padding-left: 24px;
  flex: 1
}

.gp-selected {
  color: #E42A31;
}

.end-note {
  text-align: left;
  font-size: 10px;
}

.contact-link {
  color: black;
}

.contact-link:hover {
  text-decoration: none;
  color: #333;
}

.footer {
  width: 100%;
  background-color: #373A37;
}

.footer-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 32px 44px;
}

.footer-col {
  text-align: center;
}

.footer-text {
  text-decoration: none;
  color: white;
  margin: 0px;
}

.footer-text:hover {
  color: white;
  opacity: 0.9;
}

.copyright-text {
  font-size: 12.8px;
  color: white;
}

.footer-linkedin {
  padding-right: 4px;
}

.carousel-wrapper {
  width: 820px;
  height: 565px;
  margin: 32px 0px;
}

.carousel-item-container {
  height: 565px;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 124px;
}

.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

@media only screen and (max-width: 991px) {
  .hero-wrapper {
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%), linear-gradient(180deg, #3b3b3b 0%, #3b3b3b 70%, #f7f5f5 70%, #f7f5f5 100%);
  }

  .main-info {
    text-align: center;
  }
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .logo {
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .amp-logo {
    width: 300px;
    height: 115px;
  }

  .navbar-text {
    margin-left: 12px;
    margin-right: 12px;
    color: #333;
    font-size: 14px;
  }

  .form {
    margin: 32px 12px;
  }

  .hero-content {
    padding: 0px;
  }

  .main-info {
    text-align: center;
    padding: 0px;
  }

  .additional-text-info {
    align-items: center;
  }

  .embedded-video {
    width: 320px;
    height: 265px;
    margin: 100px 0px 0px 0px;
  }

  .phone-text-wrapper h3 {
    padding: 52px 0px;
  }

  .carousel-heading {
    padding: 0px 50px;
  }

  .carousel-wrapper {
    width: 320px;
    height: 700px;
    margin: 32px 0px;
  }

  .carousel-item-container {
    height: 700px;
    padding: 0px;
  }
  
}


