/* UPDATED CSS */
/* MAIN */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.style {
  z-index: 3 !important;
  position: relative;
}
/* NAVIGATION */
@media screen and (max-width: 700px) {
  .menu-4 {
    display: none;
  }
  .sidebar,
  .openbtn {
    z-index: 1000;
    position: relative;
  }
}

@media screen and (min-width: 700px) {
  .sidebar,
  .openbtn {
    display: none;
    z-index: 1000;
  }
}
@media screen and (min-width: 700px) {
  .style {
    /* background-color: #fff !important; */
    width: 100%;
    padding: 0.5vw;
    z-index: 10 !important;
  }}
  .nav-button {
    background-color: transparent;
    float: left;
    margin-left:0.5vw !important;
    margin-top: 0.3vw;
    font-size:1.6vw;
    color:#f79622 !important;
  }

  .nav-button :hover {
  cursor: pointer;
  }

  .menu-4 {
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
    margin-top: 0.5vw;
    width: 70vw;
    float: right;
  }
  .menu-4 * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .menu-4 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    overflow: hidden;
  }
  .menu-4 a {
    padding: 0.3em 0;
    /* color: #212121; */
    color: white;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
    font-size: 0.8vw;
  }

  .menu-4 a:before,
  .menu-4 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .menu-4 a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 90vw;
    content: "";
    background-color: #e67e22;
  }
  .menu-4 a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    /* color: #212121; */
    color: white;
    white-space: nowrap;
  }
  .menu-4 li:hover a,
  .menu-4 .current a {
    transform: translateY(100%);
    
  }

  .logo {
    width: 5.5vw;
    float: left;
margin-right: 1vw;
margin-left: 1vw;

  }

/* FOOTER */
footer {
  background-color: #343a40;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5vw !important;
}
.logo-footer {
  width: 5vw;
  padding-bottom: 1.5vw;
  padding-top: 1.5vw;
}

footer li {
  list-style: none;
  margin: 10px;
  display: inline-block;
}

.icons {
  padding: 0vw;
  padding-bottom: 1vw;
  padding-top: 1vw;
}

.icons a {
  background: #fff;
  color: #343a40;
  padding: 15px;
  font-size: 20px;
  border-radius: 100vw;
  display: flex;
  font-weight: bold;
}
.icons a:hover {
  color: #f79622;
  transition: 0.5s;
}

.footer-p {
  color: white;
  font-weight: lighter;
  font-size: 1vw;
}

.menu a {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: medium;
  padding: -40px !important;
}
.menu a:hover {
  color: #f79622;
  transition: 0.5s;
  font-weight: bold;
  text-decoration: none;
}

.footer-copyright {
  background-color: #2a2e33;
  color: #ffffff;
  padding-bottom: 1.5vw;
padding-top: 1.5vw;
  text-transform: capitalize;
}

.footer-copyright p {
  margin-bottom: 0px;
  font-size: 1vw;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .logo-footer {
    width: 20vw;
  }

  .logo, .nav-button {
    display: none !important;
  }

  .menu li a {
    font-size: small;
  }
  .menu {
    margin-left: -10vw;
    font-size: medium;
  }
  .footer-copyright p {
    font-size: 4.5vw;
  }
  .footer {

    margin-top: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .logo-footer {
    width: 20vw;
  }

  .logo, .nav-button {
    display: none !important;
  }

  .menu li a {
    font-size: small;
  }
  .menu {
    margin-left: -2.5vw;
    margin-right: auto;
    width: 95vw;
  }
  .footer-copyright p {
    font-size: 4vw;
  }
  .footer {
    margin-top: 30vw !important;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .logo-footer {
    width: 20vw;
  }

  .logo, .nav-button {
    display: none !important;
  }

  .menu li a {
    font-size: small;
  }
  .menu {
    margin-left: -2vw;
    margin-right: auto;
    width: 95vw;
  }
  .footer-copyright p {
    font-size: 3.5vw;
  }
  .footer {
    margin-top: 30vw !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .logo {
    width: 10vw;
  }
  .logo-footer {
    width: 10vw;
  }

  .nav-button {
    margin-top: 0.8vw;
    font-size: 3vw;
  }
  .menu-4{
    margin-top: 1.2vw;
    width: fit-content;
  }
  .menu-4 a {
    font-size: 1.6vw;
  }
  .menu {
    width: 100vw;
  }
  .footer-copyright p {
    font-size: 2vw;
  }
  .footer {
    margin-top: 10vw !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .logo-footer {
    width: 10vw;
  }
  .logo {
    width: 10vw;
    margin-top: 0.4vw;
  }
  .nav-button {
    margin-top: 0.4vw;
    font-size: 3.2vw;
  }
  .menu-4{
    margin-top: 1.2vw;
  }
  .menu-4 a {
    font-size: 1vw;
  }
  .menu {
    width: 95vw;
  }
  .footer-copyright p {
    font-size: 1.6vw;
  }
  .footer {
    margin-top: 10vw !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .logo-footer {
    width: 7vw;
  }

  .menu li a {
    font-size: 1vw;
  }
  .menu {
    width: 95vw;
  }
  .menu-4 a {
    font-size: 1.1vw;
  }
  .footer-copyright p {
    font-size: 1vw;
  }
  .footer {
    margin-top: 10vw !important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 2560px) {
  .logo-footer {
    width: 5vw;
  }

  .menu li a {
    font-size: 1vw;
  }
  .menu {
    width: 90vw;
    margin-left: 5vw;
    margin-bottom: 1vw;
  }
  .footer-copyright p {
    font-size: 1vw;
  }
  /* .footer {
    margin-top: 10vw !important;
  } */
  .icons a {
    font-size: 28px;
    padding: 12px;
  }
}
/* HOMEPAGE */
.slider {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.slide1,.slide2,.slide3,.slide4 {
  background-size: cover;
 position: absolute;
 width: 100%;
 height: 54vw;
}
.slide1 {background: url(images/image1.jpg)no-repeat center;animation:fade1 15s infinite;} 
.slide2 {background: url(images/image2.jpg)no-repeat center;animation:fade2 15s infinite;}
.slide3 {background: url(images/image3.jpg)no-repeat center;animation:fade3 15s infinite;}
.slide4 {background: url(images/image2.jpg)no-repeat center;animation:fade4 15s infinite;}
@keyframes fade1{0%{opacity:1}25% {opacity: 0}50% {opacity: 0}75% {opacity: 0}100% {opacity: 1}}
@keyframes fade2{0%{opacity:0}25% {opacity: 1}50% {opacity: 0}75% {opacity: 0}100% {opacity: 0}}
@keyframes fade3{0%{opacity:0}25% {opacity: 0}50% {opacity: 1}75% {opacity: 0}100% {opacity: 0}}
@keyframes fade4{0%{opacity:0}25% {opacity: 0}50% {opacity: 0}75% {opacity: 1}100% {opacity: 0}}

/* #stage {
  width: 100% !important;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

#stage a {
  position:absolute;
}
#stage a img {
  width: 100%;
  height: 58vw;
  top: 0vw;
  bottom: 0;
  pointer-events: none;
z-index: 0 !important;
position: absolute;
transition: all 0.5s ease-in-out;
}

#stage a:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 4s;
  animation-duration:3s;
  animation-fill-mode: forwards;
  z-index: 20;
}
#stage a:nth-of-type(2) {
  z-index: 10;
}
#stage a:nth-of-type(n+3) {
  display: none;
}

@keyframes fader {
  from { opacity: 1.0; }
  to   { opacity: 0.0; }
} */

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  pointer-events: none;

}

.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  height: 57.9vw;
  top: -2.3vw;
  z-index: 2 !important;
}

video{
  width: 100%;
  height: 60vw;
  position: absolute;
  transition: all 150ms linear;
  top: -2.3vw;
  bottom: 0;
  pointer-events: none;
  z-index: 1 !important;
  
}

.video-container {
  width: 100% !important;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.iBos {
  width: 8vw !important;
  margin-left: auto;
  margin-right: auto;
  display:block;
}
.hp-banner {
  height: 800px;
  width: 100px;
}

.hp-banner-text {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hp-banner-text button:hover {
  background-color: #555;
  color: white;
}
.hp-banner-text h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 10px;
  /* padding-top: 2vw; */
  padding: 2vw;
  /* line-height: 125vw; */
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}
.hp-banner-text h3 {
  font-weight: normal;
  font-size: 1.5vw;
  margin-top: 5vw;
  text-transform: uppercase;
  font-weight: lighter;
}

.hp-banner-text p {
  font-size: 1vw;
  font-weight: lighter;
  width: 90vw;
  padding-top: 10px;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50vw;
  margin-left: -30px;
  bottom: 20px;
  top: 115vw;
}

.arrows path {
  stroke: #f79622;
  fill: transparent;
  stroke-width: 5px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 5s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}

.top {
  --offset: 50px;

  position: sticky;
  bottom: 20px;
  margin-right: 10px;
  place-self: end;
  margin-top: calc(100vh + var(--offset));

  /* visual styling */
  width: 45px;
  aspect-ratio: 1;
  background: #ff8b24;
  border-radius: 10px;
}
.top:before {
  content: "";
  position: absolute;
  inset: 30vw;
  transform: translateY(20vw) rotate(-45deg);
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

p {
  font-size: 25px;
}

.hp-learnmore {
  border: none;
  outline: 0;
  display: block;

  color: rgb(255, 255, 255);
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.1vw;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.hp-button-container {
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
}

.hp-button-container i {
  color: #f79622;
  font-size: 3vw !important;
}

.hp-button-container i:hover{
  cursor: pointer;
}
#myBtn i:hover{
  cursor: pointer;
}
/* remove the below if you don't want smooth scrolling */
html,
body {
  scroll-behavior: smooth;
}

.hp-section-1-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0vw;
  background-color: #fff;
  color: #444;
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  height: auto;
  transform: scale(1);
  position: relative;
  top: 10vw;
}

@media (prefers-reduced-motion: no-preference) {
  .hp-section-1-container {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}
.hp-section-1-container-transition {
  opacity: 1;
  transform: none;
}

.hp-section-1-item {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  height: auto;
}

/* .hp-section-1-item:nth-child(3) {
  margin-top: 20vw;
} */

.hp-section-1-item h1 {
  text-align: center;
  color: #646464;
  font-size: 2vw;
}
.hp-section-1-item p {
  color: #646464;
  text-align: center;
  font-size: 1vw;
  margin-top: 2vw;
}

.hp-section-1-item a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.hp-section-1-item button:hover {
  background-color: #555;
  color: white;
}

.hp-wf-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70vw;
}
.hp-wf-learnmore {
  border: none;
  outline: 0;
  display: block;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  background-color: #44b2af !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 1vw;
  letter-spacing: 0.1vw;
  text-decoration: none;
  width: 15vw !important;
  margin-left: 32.5vw;
  margin-right: 32.5vw;
}

.hp-wf-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: auto;
  column-gap: 2vw;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
}

.hp-wf-card {
  display: flex;
  height: 9vw;
  width: 9vw;
  background-color: #edf3f7;
  border-radius: 10px;
  /*   margin-left: -50px; */
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
}

.hp-wf-icon {
  height: 6vw;
  width: 6vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 1.5vw;
  display: block;
}
.wf-overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-wf-card:nth-of-type(1):hover .wf-overlay-1 {
  opacity: 1;
}
.wf-text-1 {
  color: #02b2ae;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.6vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.wf-overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-wf-card:nth-of-type(2):hover .wf-overlay-2 {
  opacity: 1;
}
.wf-text-2 {
  color: #02b2ae;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.wf-overlay-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-wf-card:nth-of-type(3):hover .wf-overlay-3 {
  opacity: 1;
}
.wf-text-3 {
  color: #02b2ae;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.6vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.wf-overlay-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-wf-card:nth-of-type(4):hover .wf-overlay-4 {
  opacity: 1;
}
.wf-text-4 {
  color: #02b2ae;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.6vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.wf-overlay-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-wf-card:nth-of-type(5):hover .wf-overlay-5 {
  opacity: 1;
}
.wf-text-5 {
  color: #02b2ae;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  z-index: 10 !important;
  font-weight: bold;
  margin-top: 2.6vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.wf-overlay-6 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-wf-card:nth-of-type(6):hover .wf-overlay-6 {
  opacity: 1;
}
.wf-text-6 {
  color: #02b2ae;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.6vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.hp-section-2-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 5vw;
  background-color: #fff;
  color: #444;
  width: 70vw;
  margin-left: 15vw;
  margin-right: 15vw;
  height: auto;
  transform: scale(1);
  position: relative;
  top: 20vw;
}

.hp-section-2-item-text {
  margin-left: 1vw;
  text-align: left;
}

.hp-section-2-item {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  height: auto;
  width: fit-content;
}

.hp-section-2-item h1 {
  text-align: left;
  color: #646464;
  font-size: 2vw;
}
.hp-section-2-item p {
  color: #646464;
  text-align: left;
  font-size: 1vw;
  margin-top: 2vw;
}
.hp-section-2-item a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.hp-cp-learnmore {
  width: 15vw !important; 
  display: block !important;
  background-color: #e53054 !important;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 1vw;
  border: none;
  outline: 0;
  margin-top: 2vw;
  letter-spacing: 0.1vw;

}

.hp-cp-image {
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hp-cp-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1vw;
  grid-gap: 2vw;
  width: fit-content;
  margin-left: 1vw;
  margin-right: auto;
  margin-top: 3vw;
}

.hp-cp-card {
  display: flex;
  height: 9vw;
  width: 9vw;
  background-color: #fae5ea;
  border-radius: 10px;
  /*   margin-left: -50px; */
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
}

.hp-cp-icon {
  height: 6vw;
  width: 6vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 1.5vw;
  display: block;
}
.cp-overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fae5ea;
  border-radius: 19px;
}

.hp-cp-card:nth-of-type(1):hover .cp-overlay-1 {
  opacity: 1;
}
.cp-text-1 {
  color: #e53054;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cp-overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fae5ea;
  border-radius: 19px;
}

.hp-cp-card:nth-of-type(2):hover .cp-overlay-2 {
  opacity: 1;
}
.cp-text-2 {
  color: #e53054;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cp-overlay-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fae5ea;
  border-radius: 19px;
}

.hp-cp-card:nth-of-type(3):hover .cp-overlay-3 {
  opacity: 1;
}
.cp-text-3 {
  color: #e53054;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cp-overlay-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fae5ea;
  border-radius: 19px;
}

.hp-cp-card:nth-of-type(4):hover .cp-overlay-4 {
  opacity: 1;
}
.cp-text-4 {
  color: #e53054;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cp-overlay-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fae5ea;
  border-radius: 19px;
}

.hp-cp-card:nth-of-type(5):hover .cp-overlay-5 {
  opacity: 1;
}
.cp-text-5 {
  color: #e53054;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.4vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cp-overlay-6 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fae5ea;
  border-radius: 19px;
}

.hp-cp-card:nth-of-type(6):hover .cp-overlay-6 {
  opacity: 1;
}
.cp-text-6 {
  color: #e53054;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.4vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.hp-section-3-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 5vw;
  background-color: #fff;
  color: #444;
  width: 70vw;
  margin-left: 15vw;
  margin-right: 15vw;
  height: auto;
  transform: scale(1);
  position: relative;
  top: 30vw;
}

.hp-section-3-item {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  height: auto;
  width: fit-content;
}

.hp-section-3-item h1 {
  text-align: left;
  color: #646464;
  font-size: 2vw;
}
.hp-section-3-item h3 {
  text-align: left;
  color: #646464;
  font-weight: normal;
  margin-bottom: 1vw;
  font-size: 1.5vw;
}
.hp-section-3-item h4 {
  text-align: left;
  color: #646464;
  font-size: 1.2vw;
  text-transform: uppercase;
  font-weight: lighter;
}
.hp-section-3-item p {
  color: #646464;
  text-align: left;
  font-size: 1vw;
  margin-top: 2vw;
}
.hp-section-3-item a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
.hp-cm-learnmore {
  width: 15vw !important; 
  display: block !important;
  background-color: #4aaadb !important;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 1vw;
  border: none;
  outline: 0;
  margin-top: 2vw;
  letter-spacing: 0.1vw;
}
.hp-cm-image {
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hp-section-4-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 5vw;
  color: #444;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 34vw;
}

.hp-section-4-item {
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150vw;
  height: auto;
  width: auto;
}
.hp-cm-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2vw;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hp-cm-card {
  display: flex;
  height: 9vw;
  width: 9vw;
  background-color: #edf3f7;
  border-radius: 10px;
  /*   margin-left: -50px; */
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
}

.hp-cm-icon {
  height: 6vw;
  width: 6vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-top: 1.5vw;
  display: block;
}
.cm-overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-cm-card:nth-of-type(1):hover .cm-overlay-1 {
  opacity: 1;
}
.cm-text-1 {
  color: #4aaadb;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cm-overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-cm-card:nth-of-type(2):hover .cm-overlay-2 {
  opacity: 1;
}
.cm-text-2 {
  color: #4aaadb;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cm-overlay-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-cm-card:nth-of-type(3):hover .cm-overlay-3 {
  opacity: 1;
}
.cm-text-3 {
  color: #4aaadb;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cm-overlay-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-cm-card:nth-of-type(4):hover .cm-overlay-4 {
  opacity: 1;
}
.cm-text-4 {
  color: #4aaadb;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 2.4vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cm-overlay-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-cm-card:nth-of-type(5):hover .cm-overlay-5 {
  opacity: 1;
}
.cm-text-5 {
  color: #4aaadb;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cm-overlay-6 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9vw;
  width: 9vw;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #edf3f7;
  border-radius: 19px;
}

.hp-cm-card:nth-of-type(6):hover .cm-overlay-6 {
  opacity: 1;
}
.cm-text-6 {
  color: #4aaadb;
  font-size: 0.8vw;
  padding: 1vw;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-top: 3vw;
  text-transform: uppercase;
  word-wrap: normal;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* RESPONSIVENESS */
@media only screen and (max-width: 320px) {

  .slider {
    width: 100%;
    display:block;
    height: 100vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25.1vw;

  }
  .slide1,.slide2,.slide3,.slide4 {
    height: 100vh;
    object-fit: cover;
  }
video {
  display: none;
}
  .video-container {
     display: none; 
  }
  #myBtn {
    display: none !important;
  }
  
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: #f79622;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1vw;
  }

  .sidebar a:hover {
    color: #f1f1f1;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidebar li::marker {
    color: #f79622;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: grey;
    color: #f79622;
    padding: 10px 15px;
    border: none;
    z-index: 20;
    margin-left: 85%;
    border-radius: 10%;
    font-weight: bold;
  }

  .openbtn:hover {
    background-color: #444;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  }
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
    height: 100vh;
    top: 0vw;
    object-fit: cover;
    z-index: 2 !important;
  }

  video {
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: all 150ms linear;
    top: 0vw;
    bottom: 0;
    object-fit: cover;
    z-index: 1 !important;
  }
  .iBos {
    width: 30vw !important;

  }
  .hp-banner-text {
    width: 90vw;

  }
  .hp-banner-text h1 {
    font-size: 9vw;
    letter-spacing: 2.5vw !important;

  }

  .hp-button-container i {
    font-size: 12vw !important;
  }
  .hp-section-1-container {
    top: 0vw !important;
    width: 90vw !important;
    margin-left: 5vw;
  }
  .hp-section-1-item {
    width: auto;
  } 
  
  .hp-section-1-item:nth-child(4) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;display: block;
  }
  .hp-wf-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 8vw;
  }
  .hp-section-1-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .hp-section-1-item p {
    font-size: 4.5vw;
    text-align: left;
  }
  .hp-wf-learnmore {
    font-size: 4.5vw;
    margin-top: 5vw;
    width: 50vw !important;
    margin-left: 17.5vw !important;
    margin-right: 17.5vw !important;
    display: block;
    align-items: center;
  }

 
  .hp-wf-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-wf-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .wf-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-5 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .hp-section-2-container {
    top: 15vw !important;
    width: 90vw !important;
    margin-left: 5vw;
    grid-template-columns:auto
  }  
  
  .hp-cp-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 15vw;
  }
  .hp-section-2-item {
    width: auto;
  }

  .hp-section-2-item:nth-child(2) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-section-2-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .hp-section-2-item p {
    font-size: 4.5vw;
    text-align: left;
  }
  .hp-cp-learnmore {
    font-size: 4.5vw;
    margin-top: 5vw;
    width: 50vw !important;
    margin-left: 18.5vw !important;
    display: block;
    align-items: center;
  }

  .hp-cp-image {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-cp-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .cp-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-5 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .hp-section-3-container {
    top: 25vw !important;
    width: 90vw !important;
    margin-left: 5vw;
    grid-template-columns:auto
  }

  .hp-cm-learnmore {
    font-size: 4.5vw;
    margin-top: 5vw;
    width: 50vw !important;
    margin-left: 18.5vw !important;
    display: block;
    align-items: center;
  }
  .hp-cm-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 15vw;
  }
  .hp-section-3-item {
    width: auto;
  }

  .hp-section-4-item:nth-child(1) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  .hp-section-4-container {
    margin-top: 20vw;
    width: 90vw !important;
    margin-left: auto;
    grid-template-columns:auto
  }

  .hp-section-4-item {
    width: auto;
    padding: 0vw;
  }

  .hp-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .hp-section-3-item h3 {
    font-size: 6vw;
    text-align: left;
  }
  .hp-section-3-item h4 {
    font-size: 5vw;
    text-align: left;
  }
  .hp-section-3-item p {
    font-size: 4.5vw;
    text-align: left;
  }

  
 
  .hp-cm-image {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cm-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-cm-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .cm-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-5 {
    font-size: 5vw;
    letter-spacing: 1.5px;

    margin-top: 2.5vw;
  }
  .cm-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  #myBtn {
    padding-right: 15vw;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  video {
    display: none;
  }
    .video-container {
       display: none; 
    }
  .slider {
    width: 100%;
    display:block;
    height: 100vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -21.5vw;

  }
  .slide1,.slide2,.slide3,.slide4 {
    height: 100vh;
  }
 
  #myBtn {
    display: none !important;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: #f79622;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1vw;
  }

  .sidebar a:hover {
    color: #f1f1f1;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidebar li::marker {
    color: #f79622;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: grey;
    color: #f79622;
    padding: 10px 15px;
    border: none;
    z-index: 20;
    margin-left: 85%;
    border-radius: 10%;
    font-weight: bold;
  }

  .openbtn:hover {
    background-color: #444;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  }
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
    height: 100vh;
    top: 0vw;
    object-fit: cover;
    z-index: 2 !important;
  }

  video {
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: all 150ms linear;
    top: 0vw;
    bottom: 0;
    object-fit: cover;
    z-index: 1 !important;
  }
  .iBos {
    width: 30vw !important;

  }
  .hp-banner-text {

    width: 90vw;
  }
  .hp-banner-text h1 {
    font-size: 9vw;
    letter-spacing: 2vw;
  }
  .hp-button-container i {
    font-size: 12vw !important;
  }
  .hp-button-container i {
    font-size: 12vw !important;
  }
  .hp-section-1-container {
    top: 0vw !important;
    width: 90vw !important;
    margin-left: 5vw;
  }
  .hp-section-1-item {
    width: auto;
  } 
  
  .hp-section-1-item:nth-child(4) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-wf-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 8vw;
  }
  .hp-wf-learnmore {
    width: 50vw !important;
    font-size: 4vw;
    margin-top: 5vw;
    margin-left: 17.5vw;
    margin-right: 17.5vw;
  }
  .hp-section-1-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .hp-section-1-item p {
    font-size: 4vw;
    text-align: left;
  }
  

  .hp-wf-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-wf-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .wf-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-5 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .hp-section-2-container {
    top: 15vw !important;
    width: 90vw !important;
    margin-left: 5vw;
    grid-template-columns:auto
  }  
  
  .hp-cp-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 15vw;
  }
  .hp-section-2-item {
    width: auto;
  }

  .hp-section-2-item:nth-child(2) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-learnmore {
    width: 50vw !important;
    font-size: 4vw;
    margin-top: 5vw;
    margin-left: 18vw;
    margin-right: 14vw;
  }
  .hp-section-2-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .hp-section-2-item p {
    font-size: 4vw;
    text-align: left;
  }
  

  .hp-cp-image {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-cp-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .cp-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-5 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .hp-section-3-container {
    top: 25vw !important;
    width: 90vw !important;
    margin-left: 5vw;
    grid-template-columns:auto
  }

  .hp-cm-learnmore {
    font-size: 4.5vw;
    margin-top: 5vw;
    width: 50vw !important;
    margin-left: 18.5vw !important;
    display: block;
    align-items: center;
  }
  .hp-cm-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 15vw;
  }
  .hp-section-3-item {
    width: auto;
  }

  .hp-section-4-item:nth-child(1) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  .hp-section-4-container {
    margin-top: 20vw;
    width: 90vw !important;
    margin-left: auto;
    grid-template-columns:auto
  }

  .hp-section-4-item {
    width: auto;
    padding: 0vw;
  }
  .hp-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .hp-section-3-item h3 {
    font-size: 6.5vw;
    text-align: left;
  }
  .hp-section-3-item h4 {
    font-size: 5vw;
    text-align: left;
  }
  .hp-section-3-item p {
    font-size: 4vw;
    text-align: left;
  }
  
  .hp-cm-image {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cm-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-cm-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .cm-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-5 {
    font-size: 5vw;
    letter-spacing: 1.5px;

    margin-top: 2.5vw;
  }
  .cm-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  #myBtn {
    padding-right: 12vw;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .slider {
    width: 100%;
    display:block;
    height: 100vh;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18.9vw;

  }
  .slide1,.slide2,.slide3,.slide4 {
    height: 100vh;
  }

 
  video {
    display: none;
  }
    .video-container {
       display: none; 
    }
  #myBtn {
    display: none !important;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: #f79622;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1vw;
  }

  .sidebar a:hover {
    color: #f1f1f1;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidebar li::marker {
    color: #f79622;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: grey;
    color: #f79622;
    padding: 10px 15px;
    border: none;
    z-index: 20;
    margin-left: 85%;
    border-radius: 10%;
    font-weight: bold;
  }

  .openbtn:hover {
    background-color: #444;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  }
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
    height: 100vh;
    top: 0vw;
    object-fit: cover;
    z-index: 2 !important;
  }

  video {
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: all 150ms linear;
    top: 0vw;
    bottom: 0;
    object-fit: cover;
    z-index: 1 !important;
  }
  .iBos {
    width: 30vw !important;
  }
  .hp-banner-text {

    width: 90vw;

  }
  .hp-banner-text h1 {
    font-size: 9vw;
    letter-spacing: 2vw;
  }
  .hp-button-container i {
    font-size: 12vw !important;
  }
  .hp-section-1-container {
    top: 0vw !important;
    width: 90vw !important;
    margin-left: 5vw;
  }
  .hp-section-1-item {
    width: auto;
  } 
  
  .hp-section-1-item:nth-child(4) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-wf-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 8vw;
  }
  .hp-wf-learnmore {
    width: 50vw !important;
    font-size: 4vw;
    margin-top: 5vw;
    margin-left: 17.5vw;
    margin-right: 17.5vw;
  }

  .hp-section-1-item h1 {
    font-size: 7vw;
    text-align: left;
  }
  .hp-section-1-item p {
    font-size: 3.5vw;
    text-align: left;
  }

  .hp-wf-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-wf-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .wf-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-5 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .wf-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .wf-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .hp-section-2-container {
    top: 15vw !important;
    width: 90vw !important;
    margin-left: 5vw;
    grid-template-columns:auto
  }  
  
  .hp-cp-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 15vw;
  }
  .hp-section-2-item {
    width: auto;
  }

  .hp-section-2-item:nth-child(2) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-learnmore {
    width: 50vw !important;
    font-size: 4vw;
    margin-top: 5vw;
    margin-left: 18vw;
    margin-right: 14vw;
  }
  .hp-section-2-item h1 {
    font-size: 7vw;
    text-align: left;
  }
  .hp-section-2-item p {
    font-size: 3.5vw;
    text-align: left;
  }

  .hp-cp-image {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-cp-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .cp-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-5 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cp-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cp-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .hp-section-3-container {
    top: 25vw !important;
    width: 90vw !important;
    margin-left: 5vw;
    grid-template-columns:auto
  }

  .hp-cm-learnmore {
    font-size: 4.5vw;
    margin-top: 5vw;
    width: 50vw !important;
    margin-left: 18.5vw !important;
    display: block;
    align-items: center;
  }
  .hp-cm-container {
    grid-template-columns: auto auto;
    row-gap: 4vw !important;
    width: 85vw;
    margin-left: auto;
    margin-top: 15vw;
  }
  .hp-section-3-item {
    width: auto;
  }

  .hp-section-4-item:nth-child(1) {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  .hp-section-4-container {
    margin-top: 20vw;
    width: 90vw !important;
    margin-left: auto;
    grid-template-columns:auto
  }

  .hp-section-4-item {
    width: auto;
    padding: 0vw;
  }
  .hp-section-3-item h1 {
    font-size: 7vw;
    text-align: left;
  }
  .hp-section-3-item h3 {
    font-size: 5.5vw;
    text-align: left;
  }
  .hp-section-3-item h4 {
    font-size: 4.5vw;
    text-align: left;
  }
  .hp-section-3-item p {
    font-size: 3.5vw;
    text-align: left;
  }
 
  .hp-cm-image {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cm-card {
    width: 40vw;
    height: 40vw;
  }
  .hp-cm-icon {
    width: 25vw;
    height: 25vw;
    margin-left: 7.5vw;
    margin-top: 7.5vw;
  }
  .cm-text-1 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-1 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-2 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-2 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-3 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-3 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-4 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-4 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-5 {
    font-size: 5vw;
    letter-spacing: 1.5px;

    margin-top: 2.5vw;
  }
  .cm-overlay-5 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  .cm-text-6 {
    font-size: 4vw;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .cm-overlay-6 {
    top: 8vw;
    height: 30vw;
    width: 40vw;
  }
  #myBtn {
    padding-right: 10vw;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  #myBtn {
    display: none !important;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: #f79622;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1vw;
  }

  .sidebar a:hover {
    color: #f1f1f1;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidebar li::marker {
    color: #f79622;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: grey;
    color: #f79622;
    padding: 10px 15px;
    border: none;
    z-index: 20;
    margin-left: 85%;
    border-radius: 10%;
    font-weight: bold;
  }

  .openbtn:hover {
    background-color: #444;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  }
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
    height: 100vh;
    top: 0vw;
    object-fit: cover;
    z-index: 2 !important;
  }

  video {
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: all 150ms linear;
    top: 0vw;
    bottom: 0;
    object-fit: cover;
    z-index: 1 !important;
  }
  .iBos {
    width: 15vw !important;
  }
  .hp-banner-text {

    width: 90vw;
  }
  .hp-banner-text h1 {
    font-size: 7vw;
  }

  .hp-button-container i {
    font-size: 6vw !important;
  }
  .hp-section-1-container {
    top: 0vw !important;
    width: 80vw;
    margin-left: 10vw;
  }
  .hp-section-1-item {
    width:80vw;
  }
  .hp-section-1-item h1 {
    font-size: 4vw;
    text-align: left;
  }
  .hp-section-1-item p {
    font-size: 2vw;
    text-align: left;
  }
  .hp-wf-image {
    width: 80vw;
  }
  .hp-wf-learnmore {
    width: 30vw !important;
    font-size: 2.5vw;
    margin-top: 5vw;
    margin-left: 25vw;
    margin-right: 25vw;
  }
  .hp-wf-container {
    grid-template-columns: auto auto auto;
    row-gap: 2vw !important;
    margin-top: 5vw;
  }
  .hp-wf-card {
    width: 25vw;
    height: 25vw;
  }
  .hp-wf-icon {
    width: 15vw;
    height: 15vw;
    margin-left: 5vw;
    margin-top: 5vw;
  }
  .wf-text-1 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-1 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .wf-text-2 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-2 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .wf-text-3 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-3 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .wf-text-4 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-4 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .wf-text-5 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-5 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .wf-text-6 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-6 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .hp-section-2-container {
    top: 15vw !important;
    width: 80vw;
    margin-left: 10vw;
    grid-template-columns: auto;
  }
  .hp-section-2-item h1 {
    font-size: 4vw;
    text-align: left;
  }
  .hp-section-2-item p {
    font-size: 2vw;
    text-align: left;
  }
  .hp-cp-learnmore {
    width: 30vw !important;
    font-size: 2.5vw;
    margin-top: 5vw;
    margin-left: 25vw;
    margin-right: 25vw;
  }
  .hp-cp-container {
    grid-template-columns: auto auto auto;
    row-gap: 2vw !important;
    margin-top: 5vw;
  }
  .hp-section-2-item {
    width: auto;
  }
  .hp-cp-image {
    width: 35vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-card {
    width: 25vw;
    height: 25vw;
  }
  .hp-cp-icon {
    width: 15vw;
    height: 15vw;
    margin-left: 5vw;
    margin-top: 5vw;
  }
  .cp-text-1 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-1 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cp-text-2 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-2 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cp-text-3 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-3 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cp-text-4 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-4 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cp-text-5 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-5 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cp-text-6 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-6 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .hp-section-3-container {
    top: 25vw !important;
    width: 80vw;
    margin-left: 10vw;
    grid-template-columns: auto;
  }
  .hp-section-3-item h1 {
    font-size: 4vw;
    text-align: left;
  }
  .hp-section-3-item p {
    font-size: 2vw;
    text-align: left;
  }
  .hp-cm-learnmore {
    width: 30vw !important;
    font-size: 2.5vw;
    margin-top: 5vw;
    margin-left: 25vw;
    margin-right: 25vw;
  }
  .hp-section-3-item h3 {
    font-size: 3vw;
    text-align: left;
  }
  .hp-section-3-item h4 {
    font-size: 2.5vw;
    text-align: left;
  }
  .hp-section-4-container {
    margin-top: 30vw !important;
    width: 80vw;
    margin-left: 8vw;
    grid-template-columns: auto;
  }

  .hp-cm-container {
    grid-template-columns: auto auto auto;
    row-gap: 2vw !important;
    margin-top: 0vw;
    margin-left: 0vw;
    margin-right: 0vw;
  }
  .hp-section-3-item {
    width: auto;
  }
  .hp-cm-image {
    width: 55vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cm-card {
    width: 25vw;
    height: 25vw;
  }
  .hp-cm-icon {
    width: 15vw;
    height: 15vw;
    margin-left: 5vw;
    margin-top: 5vw;
  }
  .cm-text-1 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-1 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cm-text-2 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-2 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cm-text-3 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-3 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cm-text-4 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-4 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cm-text-5 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-5 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  .cm-text-6 {
    font-size: 2.5vw;
    letter-spacing: 1.5px;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-6 {
    top: 5vw;
    height: 15vw;
    width: 25vw;
  }
  #myBtn {
    padding-right: 8vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-4 li {
    font-size: 1.2vw;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    background-color: #f79622;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
  }

  .sidebar a:hover {
    color: #f1f1f1;
  }

  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidebar li::marker {
    color: #f79622;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: grey;
    color: #f79622;
    padding: 10px 15px;
    border: none;
    z-index: 20;
    margin-left: 85%;
    border-radius: 10%;
    font-weight: bold;
  }

  .openbtn:hover {
    background-color: #444;
  }

  #main {
    transition: margin-left 0.5s;
    padding: 16px;
  }

  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {
      padding-top: 15px;
    }
    .sidebar a {
      font-size: 18px;
    }
  }
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
    height: 100vh;
    top: 0vw;
    object-fit: cover;
    z-index: 2 !important;
  }

  .logo {
    width: 8vw;
  }

  video {
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: all 150ms linear;
    top: 0vw;
    bottom: 0;
    object-fit: cover;
    z-index: 1 !important;
  }
  .iBos {
    width: 13vw !important;
  }
  .hp-banner-text {
width: 90vw;
  }
  .hp-banner-text h1 {
    font-size: 6vw;
  }

  .hp-button-container i {
    font-size: 5vw !important;
  }
  .hp-section-1-container {
    top: 0vw !important;
    width: 80vw;
    margin-left: 10vw;
  }
  .hp-section-1-item {
    width: 80vw;
  }
  .hp-section-1-item h1 {
    font-size: 3vw;
    text-align: center;
  }
  .hp-section-1-item p {
    font-size: 1.6vw;
    text-align: center;
  }
  .hp-wf-image {
    width: 80vw;
  }
  .hp-wf-learnmore {
    width: 20vw !important;
    font-size: 1.6vw;
    margin-top: 2vw;
    margin-left: 30vw;
    margin-right: 30vw;

  }
  .hp-wf-container {
    grid-template-columns: auto auto auto auto auto auto;
    row-gap: 2vw !important;
    margin-top: 5vw;
  }
  .hp-wf-card {
    width: 12vw;
    height: 12vw;
  }
  .hp-wf-icon {
    width: 8vw;
    height: 8vw;
    margin-left: 2vw;
    margin-top: 2vw;
  }
  .wf-text-1 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-1 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .wf-text-2 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 1.2vw;
    margin-bottom: 1.2vw;
  }
  .wf-overlay-2 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .wf-text-3 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-3 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .wf-text-4 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-4 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .wf-text-5 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-5 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .wf-text-6 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .wf-overlay-6 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .hp-section-2-container {
    top: 15vw !important;
    width: 75vw;
    margin-left: 15vw;
    grid-template-columns: auto auto;
  }
  .hp-section-2-item h1 {
    font-size: 3vw;
    text-align: left;
  }
  .hp-section-2-item p {
    font-size: 1.6vw;
    text-align: left;
  }
  .hp-cp-learnmore {
    width: 20vw !important;
    font-size: 1.6vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;

    display: block;
  }
  .hp-cp-container {
    grid-template-columns: auto auto auto;
    row-gap: 2vw !important;
    margin-top: 5vw;
  }
  .hp-section-2-item {
    width: auto;
  }
  .hp-cp-image {
    width: 20vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cp-card {
    width: 12vw;
    height: 12vw;
  }
  .hp-cp-icon {
    width: 8vw;
    height: 8vw;
    margin-left: 2vw;
    margin-top: 2vw;
  }
  .cp-text-1 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-1 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cp-text-2 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-2 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cp-text-3 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-3 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cp-text-4 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-4 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cp-text-5 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-5 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cp-text-6 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cp-overlay-6 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .hp-section-3-container {
    top: 25vw !important;
    width: 80vw;
    margin-left: 10vw;
    grid-template-columns: auto auto;
  }
  .hp-section-3-item h1 {
    font-size: 3vw;
    text-align: left;
  }
  .hp-section-3-item p {
    font-size: 1.6vw;
    text-align: left;
  }
  .hp-cm-learnmore {
    width: 20vw !important;
    font-size: 1.6vw;
    margin-top: 3vw;
    margin-left: 4.5vw;
    margin-right: auto;

    display: block;
  }
  .hp-section-3-item h3 {
    font-size: 2vw;
    text-align: left;
  }
  .hp-section-3-item h4 {
    font-size: 1.8vw;
    text-align: left;
  }
  .hp-section-4-container {
    margin-top: 30vw !important;
    width: 80vw;
    margin-left: 8vw;
    grid-template-columns: auto;
  }

  .hp-cm-container {
    grid-template-columns: auto auto auto auto auto auto;
    row-gap: 2vw !important;
    margin-top: 0vw;
    margin-left: 0vw;
    margin-right: 0vw;
  }
  .hp-section-3-item {
    width: auto;
  }
  .hp-cm-image {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .hp-cm-card {
    width: 12vw;
    height: 12vw;
  }
  .hp-cm-icon {
    width: 8vw;
    height: 8vw;
    margin-left: 2vw;
    margin-top: 2vw;
  }
  .cm-text-1 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-1 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cm-text-2 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-2 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cm-text-3 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-3 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cm-text-4 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-4 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cm-text-5 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-5 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  .cm-text-6 {
    font-size: 1.3vw;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .cm-overlay-6 {
    top: 2vw;
    height: 8vw;
    width: 12vw;
  }
  #myBtn {
    padding-right: 0vw;
  }
}

/* CSS TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
.bounce {
  animation: bounce 2s linear infinite;
  /* transform: scale(0.3); */
}

@keyframes bounce {
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  70% {
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(-4px);
  }
}

#alternate {
  animation: move-up 2s linear infinite alternate;
}
.animation {
  height: auto;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 7s ease infinite;
}

.zoom-in-out-box-1 {
  animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

#alternate-reverse {
  animation: move-up 5s ease-in-out infinite alternate-reverse;
}

#alternate-reverse-1 {
  animation: move-down 5s ease-in-out infinite alternate-reverse;
}
@keyframes move-up {
  0% {
    /*bottom: 0px;*/
    transform: translateY(0);
  }
  100% {
    /*bottom: 250px;*/
    transform: translateY(-200px);
  }
}

@keyframes move-down {
  0% {
    /*bottom: 0px;*/
    transform: translateY(-160px);
  }
  100% {
    /*bottom: 250px;*/
    transform: translateY(0);
  }
}

#su-alternate-reverse {
  animation: move-up-1 5s ease-in-out infinite alternate-reverse;
}

#su-alternate-reverse-1 {
  animation: move-down-1 5s ease-in-out infinite alternate-reverse;
}
@keyframes move-up-1 {
  0% {
    /*bottom: 0px;*/
    transform: translateY(0);
  }
  100% {
    /*bottom: 250px;*/
    transform: translateY(-60px);
  }
}

@keyframes move-down-1 {
  0% {
    /*bottom: 0px;*/
    transform: translateY(-60px);
  }
  100% {
    /*bottom: 250px;*/
    transform: translateY(0);
  }
}


/* WORKFLOW */
.wf-image {
  width: 10vw;
  margin-left: -4%;
  }
  
  .wf-banner {
    /* background-color: #08496A; */
    width: 100%;
    height: 92.25vh;
    }
  
  .wf-keyword {
  background-color: #44b2af;
  border: #1f726f solid 7px;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  margin-left: -2vw;
  margin-top: -5vw;
  }
  
  .wf-keyword-1{
  background-color: #1f726f;
  border: #44b2af solid 7px;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 0.7vw;
  position: absolute;
  margin-left: 19vw;
  margin-top: -26vw;
  }
  .wf-section-1-container {
   display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 0vw;
  width: 70vw;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
  .wf-section-1-item {
  color: #fff;
  border-radius: 5vw;
  padding: 1vw;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
width: auto; 
  }

  .wf-section-1-item:nth-child(1) {
    width: 38vw;
  }
  
  
  .wf-button-container {
  display: flex;
  
  }
  .wf-banner button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: rgb(255, 255, 255) !important;
  background-color: #44b2af;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  margin-top: 1vw;
  /* margin-left: 0%; */
  font-size: 1vw;
  letter-spacing: 0.1vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0vw 5vw 15vw;
  text-decoration: none !important;
  }
  .wf-banner button a {
  color: white;
  text-decoration: none;
  }
  
  .wf-banner-text button:hover {
  background-color: #e67e22;
  color: white !important;
  text-decoration: none !important;
  }
  .wf-section-1-item h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 1vw;
  margin-top: 1vw;
  }
  .wf-section-1-item h3 {
  font-weight: lighter;
  font-size: 1.5vw;
  margin-top: 1vw;
  letter-spacing: 0.3vw;
  }
  
  .wf-section-1-item p {
  font-size: 1vw;
  font-weight: lighter;
  padding-top: 1vw;
  }
  .wf-banner-image {
  margin-top: 5%; 
  width:25vw;
  }
  
  
  .hp-wf-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
  }
  
  
  .wf-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    color: #444;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    column-gap: 0vw;
  }
  
  .wf-card {
    display: flex;
    height: 12vw;
    width: 9vw;
    background-color: #edf3f7;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem rgb(180, 180, 180);
    transition: 0.4s ease-out;
    position: relative;
    left: 0vw;
  }
/*   
  .hp-wf-icon {
    height: 6vw;
    width: 6vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 1.5vw;
    display: block;
  } */
  .wf1-overlay-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .wf-card:nth-of-type(1):hover .wf1-overlay-1 {
    opacity: 1;
  }
  .wf1-text-1 {
    color: #02b2ae;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .wf1-overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .wf-card:nth-of-type(2):hover .wf1-overlay-2 {
    opacity: 1;
  }
  .wf1-text-2 {
    color: #02b2ae;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .wf1-overlay-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .wf-card:nth-of-type(3):hover .wf1-overlay-3 {
    opacity: 1;
  }
  .wf1-text-3 {
    color: #02b2ae;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .wf1-overlay-4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .wf-card:nth-of-type(4):hover .wf1-overlay-4 {
    opacity: 1;
  }
  .wf1-text-4 {
    color: #02b2ae;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .wf1-overlay-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .wf-card:nth-of-type(5):hover .wf1-overlay-5 {
    opacity: 1;
  }
  .wf1-text-5 {
    color: #02b2ae;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .wf1-overlay-6 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .wf-card:nth-of-type(6):hover .wf1-overlay-6 {
    opacity: 1;
  }
  .wf1-text-6 {
    color: #02b2ae;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  .wf-card-learnmore {
    border: none;
    outline: 0;
    padding: 1vw;
    color: rgb(255, 255, 255);
    background-color: #44b2af !important;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
    font-size: 0.6vw;
    letter-spacing: 0.1vw;
    text-decoration: none;
    width: auto;
    align-items: center;
    position: absolute;
    margin-top: 0.7vw;
    margin-left: 1vw;
    margin-right: 1vw;
    display: block;
    }
    
    .wf-card:hover {
    transform: translateY(-2vw);
    transition: 0.4s ease-out;
  
    }
  

  .wf-card-text {
position: relative;
display: block;
margin-right: auto;

  }
  .wf-title {
  color: rgb(65, 65, 65);
  font-weight:500;
  position: relative;
  font-size: 0.9vw;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  .wf-paragraph {
  color: rgb(65, 65, 65);
  position: relative;
  padding: 15vw;
  top: 150vw;
  padding-top: 50vw;
  }
  .wf-piggy {
    align-items: center;
    width: 5vw;
    height: 5vw;
    margin-top: 2vw;
    margin-left: 2vw;
    margin-right: auto;
  }


  
  
  
  .wf-card-learnmore:hover {
  background-color: #f79622 !important;
  color: white !important;
  text-decoration: none !important;
  }
  
  .wf-container a {
  display: inline-block;
  text-decoration: none;
  color: black;
  /* padding: 10vw; */
  }
  
  .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
 left: 0;
   background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  pointer-events: none; 
  }
  
  .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  }
  
  .modalDialog > div {
  /* margin: 20% auto; */
  background: #ffffff;

  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border-radius: 19px;
  
  /* text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto; */
  z-index: 4;
  position: relative;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  }

  
  .modal-text {
    padding: 3vw !important;
    width: 30vw !important;
  }

  
  .modalDialog h3 {
  font-weight: bold !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 0%;
  font-size: 1.5vw;
  text-align: left;
  }
  
  .modalDialog p {
  font-weight: normal !important;
  margin-top: 2vw;
  text-align: left;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  font-size: 1vw;
  }
  
  .modalDialog ul {
  font-weight: lighter;
  margin-top: 10%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  }
  .modalDialog li {
  list-style: none;
  }
  
  .close {
  cursor: pointer;
  position: relative;
  font-size: 1vw;
float: right;
padding: 0.5vw;
  }
  
  .close:hover {
    cursor: pointer;
    position: relative;
    font-size: 1vw;
  float: right;
  padding: 0.5vw;

  }
  .arrow {
  border: solid black;
  border-width: 0 3vw 3vw 0;
  display: inline-block;
  padding: 3vw;
  }
  
  .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  
  .wf-card-learnmore {
  border: none;
  outline: 0;
  padding: 1vw;
  color: rgb(255, 255, 255);
  background-color: #44b2af !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
  text-decoration: none;
  width: 7vw;
  margin-top: 1vw;
  align-items: center;
  position: relative;
  }
  
  .wf-PO {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  width: 30vw !important;
  position: relative;
  object-fit: fill !important;
  background:none;
  height: auto;
  transition: none;
  }
  
  .wf-section-2-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 3vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 10vw;
  }
  
  .wf-section-2-item {
  color: #444;
  border-radius: 5vw;
  font-size: 150%;
  height: auto;
  text-align: left;
  margin-right: auto;
  /* width: auto; */
  }

  
  .wf-section-2-item h1 {
  font-size: 2vw;
  margin-top: 1vw;
  }
  .wf-section-2-item h3 {
  font-size: 1.07vw;
  margin-top: 1vw;
  color: #44b2af;
  }
  .wf-section-2-item p {
  font-size: 1vw;
  margin-top: 1vw;
  }
  .wf-section-2-item {
  font-size: 1vw;
  }
  
  .wf-section-2-item ::marker {
  color: #44b2af;
  }
  
  
  .wf-section-3-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 1%;
  color: #444;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #08496a;
  height: 30vw;
  margin-top: 10%;
  }
  
  .wf-section-3-item {
  border-radius: 5vw;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  color: white;
  padding: 9vw;
  font-size: 4vw;
  }
  
  
  .wf-section-3-item h1 {
  font-size: 2vw;
  text-align: center;
  font-weight: lighter;
  }
  
  .wf-section-3-item p {
  color: #44b2af;
  font-weight: bold;
  margin-top: 5vw;
  /* margin-top: 60vw; */
  font-size: 1.5vw;
  font-style: italic;
  text-align: center;
  }
  .wf-quote-left {
  font-family: "Times New Roman", Times, serif !important;
  color: white !important;
  float: left;
  font-size: 8vw;
  margin-top: -5vw;
  /* margin-top: -70vw; */
  }
  .wf-quote-right {
  font-family: "Times New Roman", Times, serif !important;
  color: white !important;
  float: right;
  font-size: 8vw;
  /* margin-top: 30vw; */
  margin-top: 2vw;
  }

  
  .wf-section-4-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 2vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 10%;
  
  }
  
  .wf-section-4-item {
  color: #fff;
  border-radius: 5px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  width: auto;
  background-color: #edf3f7;
  border-radius: 50px 19px 19px 50px;
  }
  
  .wf-section-4-item:nth-of-type(1) {
  background-color: #44b2af;
  }
  .wf-section-4-item:nth-of-type(2) {
  background-color: #edf3f7;
  }
  .wf-section-4-item:nth-of-type(4) {
  background-color: #44b2af;
  }
  
  .wf-feedback-circle {
  width: 86vw;
  height: 86vw;
  border-radius: 50vw;
  color: #313131;
  background-color: #91cded;
  margin: 3.5%;
  }
  .wf-section-4-item p {
  /* margin-left: 25%; */
  margin-right: auto;
  padding: 2.5vw;
  /* margin-top: -20%; */
  /* width: 360vw; */
  font-size: 1vw;
  text-align: left;

  color: #444;
  }
  .wf-section-4-item b {
  /* margin-left: 30%; */
  /* width: 300vw; */
  font-size: 0.8vw;
  color: #444;
  text-align: right !important;
  float: right;
  padding-top: 1.2vw;
  /* margin-top: -20%; */
  }
  
  .wf-card a {
  width: 100%;
  }
  
  .wf-section-5-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-gap: 3vw;
    color: #444;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 10vw;
    }
    
    .wf-section-5-item {
    color: #444;
    border-radius: 5vw;
    font-size: 150%;
    height: auto;
    text-align: left;
    margin-right: auto;
    /* width: auto; */
    }
  
    
    .wf-section-5-item h1 {
    font-size: 2vw;
    margin-top: 1vw;
    }
    .wf-section-5-item h3 {
    font-size: 1.07vw;
    margin-top: 1vw;
    color: #44b2af;
    }
    .wf-section-5-item p {
    font-size: 1vw;
    margin-top: 1vw;
    }
    .wf-section-5-item {
    font-size: medium;
    }

   
  .wf-ER {
  margin-left: auto;
  margin-right: auto;
  width: 30vw !important;
  position: relative;
  object-fit: fill !important;
  background:none;
  height: auto;
  transition: none;
  }

  /* RESPONSIVENESS */
  @media only screen and (max-width: 320px) {
.wf-section-1-container {
  grid-template-columns: auto;
  width: 80vw;
}
.wf-section-1-item {
  width: auto !important;
}
.wf-section-1-item h1{
  font-size: 9vw;
  margin-top: 5vw;

}
.wf-section-1-item h3{
  font-size: 6vw;
  margin-top: 5vw;
}
.wf-section-1-item p{
  font-size: 4.5vw;
  margin-top: 5vw;

}
.wf-image {
  width: 45vw;
  margin-left: -5vw;
}
.wf-button-container button{
  width: 55vw;
  font-size: 4.5vw;
  margin-top: 5vw;
}
.wf-section-1-item:nth-child(2){
  display: none;
}
.wf-container {
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  row-gap: 5vw;
  margin-top: 10vw;
}
.wf-card {
  width: 38vw;
  height: 47vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -1rem 0 2rem rgb(180, 180, 180);

}
.wf1-text-1 .wf1-text-2, .wf1-text-3, .wf1-text-4, .wf1-text-5, .wf1-text-6{
  font-size: 3.5vw !important;
  letter-spacing: 1.5px;
  margin-top: 6vw;
  margin-bottom: 6vw;
padding: 2vw;
}
.wf1-overlay-1, .wf1-overlay-2, .wf1-overlay-3, .wf1-overlay-4, .wf1-overlay-5, .wf1-overlay-6{
  top: 2vw;
  height: 30vw;
  width: auto;
}


.wf-piggy {
  width: 25vw;
  height: 25vw;
  margin-left: 6.5vw;
  margin-right: 6vw;
margin-top: 6vw;
}
.wf-card-learnmore {
width: 30vw;
padding: 2vw;
font-size: 4vw;
margin-left:3vw;
margin-right: 1vw;
display: block !important;
margin-top: 2vw;
}
/* .modalDialog {
  height: 100vh;
}
*/
.modal-text {
  padding: 7vw !important;
  width: 80vw !important;
} 
.modalDialog h3 {
  font-size: 6vw; 
}
.modalDialog p {
  font-size: 4.5vw; 
}
.close {
  font-size: 5vw;
  padding: 0vw !important;
  margin-top: 2vw;

}
.close:hover {
  font-size: 5vw;
  padding: 0vw !important;
  margin-top: 2vw;

}
.wf-section-2-container {
  grid-template-columns: auto;
  width: 80vw;
}
.wf-PO {
  width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.wf-section-2-item h1 {
  font-size: 8vw;
  margin-top: 10vw;
}
.wf-section-2-item h3 {
  font-size: 4.5vw;
}
.wf-section-2-item p, ul {
  font-size: 4.5vw;
}
.wf-section-3-container {
  height: 55vh;
}
.wf-section-3-item h1 {
  font-size: 8vw;
  text-align: left;
  margin-top: 15vw;
}
.wf-section-3-item p {
  margin-top: 15vw;
  font-size: 4.5vw;
}
.wf-quote-left {
  font-size: 20vw;
  margin-right: 5vw;
}
.wf-quote-right {
  font-size: 20vw;
  margin-right: 5vw;
  margin-top: -5vw !important;
}
.wf-section-4-container {
  grid-template-columns: auto;
  row-gap: 7vw;
}
.wf-section-4-item {
  height: auto;
  padding: 5vw;
}
.wf-section-4-item p{
font-size: 4.5vw;
}
.wf-section-4-item b{
  font-size: 3vw;

  line-height: 10vw;
  }
  .wf-section-5-container {
    grid-template-columns: auto;
    margin-top: 15vw;
    width: 80vw;
  }
  .wf-ER {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .wf-section-5-item h1 {
    font-size: 8vw;
    margin-top: 5vw;
  }
  .wf-section-5-item h3 {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .wf-section-5-item p {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .wf-section-5-item:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .wf-section-1-container {
    grid-template-columns: auto;
width: 80vw;
  }
  .wf-section-1-item {
    width: auto !important;
  }
  .wf-section-1-item h1{
    font-size: 9vw;
    margin-top: 5vw;
  
  }
  .wf-section-1-item h3{
    font-size: 6.5vw;
    margin-top: 5vw;
  }
  .wf-section-1-item p{
    font-size: 4vw;
    margin-top: 5vw;
  
  }
  .wf-image {
    width: 45vw;
    margin-left: -5vw;
  }
  .wf-button-container button{
    width: 55vw;
    font-size: 4vw;
    margin-top: 5vw;
  }
  .wf-section-1-item:nth-child(2){
    display: none;
  }
  .wf-container {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .wf-card {
    width: 38vw;
    height: 47vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -1rem 0 2rem rgb(180, 180, 180);
  
  }
  .wf1-text-1 .wf1-text-2, .wf1-text-3, .wf1-text-4, .wf1-text-5, .wf1-text-6{
    font-size: 3.5vw !important;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .wf1-overlay-1, .wf1-overlay-2, .wf1-overlay-3, .wf1-overlay-4, .wf1-overlay-5, .wf1-overlay-6{
    top: 2vw;
    height: 30vw;
    width: auto;
  }
  .wf-piggy {
    width: 25vw;
    height: 25vw;
    margin-left: 6.5vw;
    margin-right: 6vw;
  margin-top: 6vw;
  }
  .wf-card-learnmore {
    width: 30vw;
    padding: 3vw;
    font-size: 3.5vw;
    margin-left:3vw;
    margin-right: 3vw;
    display: block !important;
    margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }

  .modal-text {
    padding: 8vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 6.5vw; 
  }
  .modalDialog p {
    font-size: 4vw; 
  }
  .close {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .close:hover {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .wf-section-2-container {
    grid-template-columns: auto;
    width: 80vw;
  }
  .wf-PO {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .wf-section-2-item h1 {
    font-size: 8vw;
    margin-top: 8vw;
  }
  .wf-section-2-item h3 {
    font-size: 4.5vw;
  }
  .wf-section-2-item p, ul {
    font-size: 4vw;
  }
  .wf-section-3-container {
    height: 65vh;
  }
  .wf-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
    margin-top: 15vw;
  }
  .wf-section-3-item p {
    margin-top: 15vw;
    font-size: 4vw;
  }
  .wf-quote-left {
    font-size: 20vw;
    margin-right: 5vw;
  }
  .wf-quote-right {
    font-size: 20vw;
    margin-right: 5vw;
    margin-top: -5vw !important;
  }
  .wf-section-4-container {
    grid-template-columns: auto;
    row-gap: 7vw;
  }
  .wf-section-4-item {
    height: auto;
    padding: 5vw;
  }
  .wf-section-4-item p{
  font-size: 4vw;
  }
  .wf-section-4-item b{
    font-size: 2.5vw;
  
    line-height: 10vw;
    }
    .wf-section-5-container {
      grid-template-columns: auto;
      width: 80vw;
      margin-top: 15vw;
    }
    .wf-ER {
      width: 80vw !important;
      margin-left: auto;
      margin-right: auto;
      display: block !important;
    }
    .wf-section-5-item h1 {
      font-size: 8vw;
      margin-top: 5vw;
    }
    .wf-section-5-item h3 {
      font-size: 4.5vw;
      margin-top: 5vw;
    }
    .wf-section-5-item p {
      font-size: 4vw;
      margin-top: 5vw;
    }
    .wf-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
    } 
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .wf-section-1-container {
    grid-template-columns: auto;
width: 80vw;
  }
  .wf-section-1-item {
    width: auto !important;
  }
  .wf-section-1-item h1{
    font-size: 9vw;
    margin-top: 5vw;
  
  }

  .wf-section-1-item h3{
    font-size: 5.5vw;
    margin-top: 5vw;
  }
  .wf-section-1-item p{
    font-size: 3.5vw;
    margin-top: 5vw;
  
  }
  .wf-image {
    width: 45vw;
    margin-left: -7vw;
  }
  .wf-button-container button{
    width: 55vw;
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .wf-section-1-item:nth-child(2){
    display: none;
  }
  .wf-container {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .wf-card {
    width: 40vw;
    height: 49vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wf-piggy {
    width: 25vw;
    height: 25vw;
    margin-left: 6.5vw;
    margin-right: 6vw;
  margin-top: 6vw;
  }
  .wf1-text-1 .wf1-text-2, .wf1-text-3, .wf1-text-4, .wf1-text-5, .wf1-text-6{
    font-size: 3.5vw !important;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .wf1-overlay-1, .wf1-overlay-2, .wf1-overlay-3, .wf1-overlay-4, .wf1-overlay-5, .wf1-overlay-6{
    top: 2vw;
    height: 30vw;
    width: auto;
  }
  .wf-card-learnmore {
  width: 30vw;
  padding: 3vw;
  font-size: 3.5vw;
  margin-left:4vw;
  margin-right: 4VW;
  margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }
  /* .modalDialog > div {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 50vw;
  } */
  .modal-text {
    padding: 8vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 5.5vw; 
  }
  .modalDialog p {
    font-size: 3.5vw; 
  }
  .close {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .close:hover {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .wf-section-2-container {
    grid-template-columns: auto;
    width: 80vw;
  }
  .wf-PO {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .wf-section-2-item h1 {
    font-size: 7vw;
    margin-top: 5vw;
  }
  .wf-section-2-item h3 {
    font-size: 4vw;
  }
  .wf-section-2-item p, ul {
    font-size: 3.5vw;
  }
  .wf-section-3-container {
    height: 65vh;
  }
  .wf-section-3-item h1 {
    font-size: 7vw;
    text-align: left;
    margin-top: 15vw;
  }
  .wf-section-3-item p {
    margin-top: 15vw;
    font-size: 4vw;
  }
  .wf-quote-left {
    font-size: 15vw;
    margin-right: 5vw;
  }
  .wf-quote-right {
    font-size: 25vw;
    margin-right: 5vw;
    margin-top: -5vw !important;
  }
  .wf-section-4-container {
    grid-template-columns: auto;
    row-gap: 7vw;
  }
  .wf-section-4-item {
    height: auto;
    padding: 5vw;
  }
  .wf-section-4-item p{
  font-size: 3.5vw;
  }
  .wf-section-4-item b{
    font-size: 2.5vw;
  
    line-height: 10vw;
    }
    .wf-section-5-container {
      grid-template-columns: auto;
      margin-top: 15vw;
      width: 80vw;
    }
    .wf-ER {
      width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
    }
    .wf-section-5-item h1 {
      font-size: 7vw;
      margin-top: 5vw;
    }
    .wf-section-5-item h3 {
      font-size: 4.5vw;
      margin-top: 5vw;
    }
    .wf-section-5-item p {
      font-size: 3.5vw;
      margin-top: 5vw;
    }
    .wf-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
    } 
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .wf-banner {
    margin-top: -4.2vw;
  }
  .wf-section-1-item {
    width: 80vw !important;
    margin-left: 2vw;
  }
  .wf-section-1-container {
    grid-template-columns: auto;
    width: auto;
  }
  .wf-section-1-item h1{
    font-size: 4vw;
    margin-top: 2vw;
  
  }
  .wf-section-1-item:nth-child(2){
    display: none;
  }
  .wf-section-1-item h3{
    font-size: 3vw;
    margin-top: 2vw;
  }
  .wf-section-1-item p{
    font-size: 2vw;
    margin-top: 2vw;
  }
  .wf-image {
    width: 20vw;
  }
  .wf-banner-image {
    width: 35vw;
    margin-left: 2vw;
    margin-top: 5vw;
  }
  .wf-keyword {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-left: 0vw;
    margin-top: -7vw;

  }
  .wf-keyword-1 {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-left: 27vw;
    margin-top: -30vw;

  }
  .wf-button-container button{
    width: auto;
    font-size: 2vw;
    margin-top: 5vw;
  }

  .wf-container {
    grid-template-columns: auto auto auto;
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .wf-card {
    width: 20vw;
    height: 26vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wf1-text-1 .wf1-text-2, .wf1-text-3, .wf1-text-4, .wf1-text-5, .wf1-text-6{
    font-size: 1.6vw !important;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .wf1-overlay-1, .wf1-overlay-2, .wf1-overlay-3, .wf1-overlay-4, .wf1-overlay-5, .wf1-overlay-6{
    top: 2vw;
    height: 15vw;
    width: auto;
  }
  .wf-piggy {
    width: 12vw;
    height: 12vw;
    margin-left: 4vw;
    margin-right: 3vw;
  margin-top: 3vw;
  }
  .wf-card-learnmore {
  width: 15vw;
  font-size: 1.8vw;
  margin-left:2.5vw;
  padding: 1.5vw;
  margin-right: auto;
  margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }
  /* .modalDialog > div {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 35vw;
  } */
  .modal-text {
    padding: 6vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 3vw; 
  }
  .modalDialog p {
    font-size: 2vw; 
  }
  .close {
    font-size: 2.5vw;
    padding: 0vw !important;
  }
  .close:hover {
    font-size: 3vw;
    padding: 0vw !important;
  }
  .wf-section-2-container {
    grid-template-columns: auto;
    margin-top: 5vw;
  }
  .wf-PO {
    width: 60vw !important;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .wf-section-2-item h1 {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .wf-section-2-item h3 {
    font-size: 2.5vw;
  }
  .wf-section-2-item p, ul{
    font-size: 2vw;
  }

  .wf-section-3-container {
    height: 65vh;
  }
  .wf-section-3-item h1 {
    font-size: 4vw;
    text-align: left;
    margin-top: 10vw;
  }
  .wf-section-3-item p {
    margin-top: 14vw;
    font-size: 3.5vw;
  }
  .wf-quote-left {
    font-size: 15vw;
    margin-right: 5vw;
  }
  .wf-quote-right {
    font-size: 15vw;
    margin-right: 5vw;
    margin-top: -5vw !important;
  }

  .wf-section-4-container {
    grid-template-columns: auto auto;
    row-gap: 7vw;
    column-gap: 5vw;
  }
  .wf-section-4-item {
    height: 35vh;
    padding: 5vw;
  }
  .wf-section-4-item p{
  font-size: 2vw;
  }
  .wf-section-4-item b{
    font-size: 2vw;
  padding-bottom: 2vw;
    line-height: 3vw;
    }
    .wf-section-5-container {
      grid-template-columns: auto;
      margin-top: 10vw;
    }
    .wf-ER {
      width: 60vw !important;
      margin-left: 5vw;
      margin-right: 5vw;
    }
    .wf-section-5-item h1 {
      font-size: 4vw;
    }
    .wf-section-5-item h3 {
      font-size: 2.5vw;
    }
    .wf-section-5-item p {
      font-size: 2vw;
    }
    .wf-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
      margin-bottom: 5vw;
    } 
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .wf-banner {
    margin-top: -3.2vw;
  }


  .wf-section-1-container {
    grid-template-columns: auto auto;
    width: 70vw;
  }
  .wf-section-1-item {
    width: auto !important;
  }
  .wf-section-1-item h1{
    font-size: 3vw;
    margin-top: 2vw;
  
  }
  .wf-section-1-item h3{
    font-size: 2vw;
    margin-top: 2vw;
  }
  .wf-section-1-item p{
    font-size: 1.6vw;
    margin-top: 2vw;
  width: 40vw;
  }
  .wf-image {
    width: 15vw;
  } 
  .wf-banner-image {
    width: 30vw;

  }
  .wf-keyword {
    width: 7vw;
    height: 7vw;
    font-size: 1.2vw;
    margin-left: -2vw;
    margin-top: -7vw;

  }
  .wf-keyword-1 {
    width: 7vw;
    height: 7vw;
    font-size: 1.2vw;
    margin-left: 22vw;
    margin-top: -28vw;

  }
  .wf-button-container button{
    width: auto;
    font-size: 1.6vw;
    margin-top: 2vw;
  }

  .wf-container {
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    column-gap: 2vw;
    margin-top: 10vw;
  }
  .wf-card {
    width: 12vw;
    height: 18vw;
    margin-left: auto;
    margin-right: auto;
  }
  .wf1-text-1 .wf1-text-2, .wf1-text-3, .wf1-text-4, .wf1-text-5, .wf1-text-6{
    font-size: 1vw !important;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 6vw;
  padding: 1vw;
  }
  .wf1-overlay-1, .wf1-overlay-2, .wf1-overlay-3, .wf1-overlay-4, .wf1-overlay-5, .wf1-overlay-6{
    top: 2vw;
    height: 8vw;
    width: auto;
  }
  .wf-piggy {
    width: 8vw;
    height: 8vw;
    margin-left: 2vw;
    margin-right: 1.2vw;
  margin-top: 2.4vw;
  }
  .wf-card-learnmore {
  width: 10vw;
  font-size: 1.2vw;
  padding: 1vw;
  margin-right: auto;
  margin-top: 1vw;
  margin-left: 1.1vw;
  }
  .modalDialog {
    height: 100vh;
  }

  .modal-text {
    padding: 4vw !important;
    width: 50vw !important;
  }
  .modalDialog h3 {
    font-size: 2vw; 
  }
  .modalDialog p {
    font-size: 1.6vw; 
  }
  .close {
    font-size: 1.8vw;
    padding: 0vw !important;
  }
  .close:hover {
    font-size: 2.5vw;
    padding: 0vw !important;
  }
  .wf-section-2-container {
    grid-template-columns: auto auto;
    margin-top: 10vw;
    width: 80vw;
  }
  .wf-PO {
    width: 40vw !important;

  }
  .wf-section-2-item:nth-child(2) {
    margin-top: 5vw;
  }
  .wf-section-2-item h1 {
    font-size: 3vw;
  }
  .wf-section-2-item h3 {
    font-size: 1.7vw;
  }
  .wf-section-2-item p, ul {
    font-size: 1.6vw;
  }
  .wf-section-3-container {
    height: 50vh;
  }
  .wf-section-3-item h1 {
    font-size: 3vw;
  }
  .wf-section-3-item p {
    margin-top: 7vw;
    font-size: 2.5vw;
  }
  .wf-quote-left, .wf-quote-right {
    font-size: 10vw;
  }
  /* .wf-section-4-container {
    grid-template-columns: auto auto;
    row-gap: 7vw;
    column-gap: 5vw;
  }*/
  .wf-section-4-item {
    /* height: 30vh; */
    padding: 2vw;
  } 
  .wf-section-4-item p{
  font-size: 1.6vw;
  }
  .wf-section-4-item b{
    font-size: 1.5vw;
  padding-bottom: 2vw;
    line-height: 3vw;
    }
    .wf-section-5-container {
      grid-template-columns: auto auto;
      margin-top: 7vw;
      width: 80vw;
    }
    .wf-ER {
      width: 40vw !important;
  
    }
    .wf-section-5-item:nth-child(2) {
      margin-top: 5vw;
    }
    .wf-section-5-item h1 {
      font-size: 3vw;
    }
    .wf-section-5-item h3 {
      font-size: 1.7vw;
    }
    .wf-section-5-item p {
      font-size: 1.6vw;
    }
}

/* CELLOPLUS */
.cp-image {
  width: 8vw;
  }
  
  .cp-banner {
    /* background-color: #08496A; */
    width: 100%;
    height: 92.25vh;
    }
  
  .cp-keyword {
  background-color: #e53054;
  border: #a1213b solid 7px;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  margin-left: -2vw;
  margin-top: -5vw;
  }
  
  .cp-keyword-1{
  background-color: #a1213b;
  border: #e53054 solid 7px;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 0.7vw;
  position: absolute;
  margin-left: 19vw;
  margin-top: -26vw;
  }
  .cp-section-1-container {
   display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 0vw;
  width: 70vw;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
  .cp-section-1-item {
  color: #fff;
  border-radius: 5vw;
  padding: 1vw;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
width: auto; 
  }

  .cp-section-1-item:nth-child(1) {
    width: 38vw;
  }
  
  
  .cp-button-container {
  display: flex;
  
  }
  .cp-banner button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: rgb(255, 255, 255) !important;
  background-color: #e53054;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  margin-top: 1vw;
  /* margin-left: 0%; */
  font-size: 1vw;
  letter-spacing: 0.1vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0vw 5vw 15vw;
  text-decoration: none !important;
  }
  .cp-banner button a {
  color: white;
  text-decoration: none;
  }
  
  .cp-banner-text button:hover {
  background-color: #e67e22;
  color: white !important;
  text-decoration: none !important;
  }
  .cp-section-1-item h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 1vw;
  margin-top: 1vw;
  }
  .cp-section-1-item h3 {
  font-weight: lighter;
  font-size: 1.5vw;
  margin-top: 1vw;
  letter-spacing: 0.3vw;
  }
  
  .cp-section-1-item p {
  font-size: 1vw;
  font-weight: lighter;
  padding-top: 1vw;
  }
  .cp-banner-image {
  margin-top: 5%; 
  width:25vw;
  }
  
/*   
  .hp-cp-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
  }
   */
  
  .cp-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    color: #444;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    column-gap: 0vw;
  }
  
  .cp-card {
    display: flex;
    height: 12vw;
    width: 9vw;
    background-color: #fae5ea;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem rgb(180, 180, 180);
    transition: 0.4s ease-out;
    position: relative;
    left: 0vw;
  }
  
  /* .hp-cp-icon {
    height: 6vw;
    width: 6vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 1.5vw;
    display: block;
  } */
  .cp1-overlay-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fae5ea;
    border-radius: 19px;
  }
  
  .cp-card:nth-of-type(1):hover .cp1-overlay-1 {
    opacity: 1;
  }
  .cp1-text-1 {
    color: #e53054;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cp1-overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fae5ea;
    border-radius: 19px;
  }
  
  .cp-card:nth-of-type(2):hover .cp1-overlay-2 {
    opacity: 1;
  }
  .cp1-text-2 {
    color: #e53054;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cp1-overlay-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fae5ea;
    border-radius: 19px;
  }
  
  .cp-card:nth-of-type(3):hover .cp1-overlay-3 {
    opacity: 1;
  }
  .cp1-text-3 {
    color: #e53054;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cp1-overlay-4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fae5ea;
    border-radius: 19px;
  }
  
  .cp-card:nth-of-type(4):hover .cp1-overlay-4 {
    opacity: 1;
  }
  .cp1-text-4 {
    color: #e53054;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cp1-overlay-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fae5ea;
    border-radius: 19px;
  }
  
  .cp-card:nth-of-type(5):hover .cp1-overlay-5 {
    opacity: 1;
  }
  .cp1-text-5 {
    color: #e53054;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cp1-overlay-6 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fae5ea;
    border-radius: 19px;
  }
  
  .cp-card:nth-of-type(6):hover .cp1-overlay-6 {
    opacity: 1;
  }
  .cp1-text-6 {
    color: #e53054;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  .cp-card-learnmore {
    border: none;
    outline: 0;
    padding: 1vw;
    color: rgb(255, 255, 255);
    background-color: #e53054 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
    font-size: 0.6vw;
    letter-spacing: 0.1vw;
    text-decoration: none;
    width: auto;
    align-items: center;
    position: absolute;
    margin-top: 0.7vw;
    margin-left: 1vw;
    margin-right: 1vw;
    display: block;
    }
    
    .cp-card:hover {
    transform: translateY(-2vw);
    transition: 0.4s ease-out;
  
    }
  

  .cp-card-text {
position: relative;
display: block;
margin-right: auto;

  }
  .cp-title {
  color: rgb(65, 65, 65);
  font-weight:500;
  position: relative;
  font-size: 0.9vw;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  .cp-paragraph {
  color: rgb(65, 65, 65);
  position: relative;
  padding: 15vw;
  top: 150vw;
  padding-top: 50vw;
  }
  .cp-piggy {
    align-items: center;
    width: 5vw;
    height: 5vw;
    margin-top: 2vw;
    margin-left: 2vw;
    margin-right: auto;
  }


  
  
  
  .cp-card-learnmore:hover {
  background-color: #f79622 !important;
  color: white !important;
  text-decoration: none !important;
  }
  
  .cp-container a {
  display: inline-block;
  text-decoration: none;
  color: black;
  /* padding: 10vw; */
  }
  
  .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
 left: 0;
   background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  pointer-events: none; 
  }
  
  .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  }
  
  .modalDialog > div {
  /* margin: 20% auto; */
  background: #ffffff;

  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border-radius: 19px;
  
  /* text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto; */
  z-index: 4;
  position: relative;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  }

  
  .modal-text {
    padding: 3vw !important;
    width: 30vw !important;
  }

 .modal-close  {
  background-color: none !important;
  font-size: 3vw;
  cursor: pointer;
  float: right;
  margin-top: 4vw;
  margin-right: 3vw;

}

.square {
  height: 50vw;
  width: 80vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #02b2ae !important;
}

  .sources-container {
    display: grid;
    grid-template-columns: auto auto auto;
column-gap: 1vw;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
  }

  .sources-container-1 {
    display: grid;
    grid-template-columns: auto;
column-gap: 1vw;
margin-top: 2vw;
margin-left: auto;
margin-right: auto;
  }

  .sources-item {
    cursor: pointer;
    margin-left: auto;
margin-right: auto;
display: block;
  }

  .sources-item img{
width: 4vw;
margin-left: auto;
margin-right: auto;
display: block;
  }
  .modal-video {
    width: 70vw;
z-index: 9999 !important;
top:7vw;
left: 15vw;
right: 15vw;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

height:auto;
    }
    
    /* Utility classes: */
    .u-none {display: none;}
    .u-show {display: block !important;}

  .modalDialog h3 {
  font-weight: bold !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 0%;
  font-size: 1.5vw;
  text-align: left;
  }
  
  .modalDialog p {
  font-weight: normal !important;
  margin-top: 2vw;
  text-align: left;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  font-size: 1vw;
  }
  
  .modalDialog ul {
  font-weight: lighter;
  margin-top: 10%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  }
  .modalDialog li {
  list-style: none;
  }
  
  .close {
  cursor: pointer;
  position: relative;
  font-size: 1vw;
float: right;
padding: 0.5vw;
  }

  .video-close {
    position: relative;
    margin-top:6vw;
    margin-right: 2vw;
    float: right;
  }
  
  .close:hover {
    cursor: pointer;
    position: relative;
    font-size: 1vw;
  float: right;
  padding: 0.5vw;

  }
  .arrow {
  border: solid black;
  border-width: 0 3vw 3vw 0;
  display: inline-block;
  padding: 3vw;
  }
  
  .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  
  .cp-card-learnmore {
  border: none;
  outline: 0;
  padding: 1vw;
  color: rgb(255, 255, 255);
  background-color: #e53054 !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
  text-decoration: none;
  width: 7vw;
  margin-top: 1vw;
  align-items: center;
  position: relative;
  }
  
  .cp-PO {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  width: 30vw !important;
  position: relative;
  object-fit: fill !important;
  background:none;
  height: auto;
  transition: none;
  }
  
  .cp-section-2-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 3vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 10vw;
  }
  
  .cp-section-2-item {
  color: #444;
  border-radius: 5vw;
  font-size: 150%;
  height: auto;
  text-align: left;
  margin-right: auto;
  /* width: auto; */
  }

  
  .cp-section-2-item h1 {
  font-size: 2vw;
  margin-top: 1vw;
  }
  .cp-section-2-item h3 {
  font-size: 1.07vw;
  margin-top: 1vw;
  color: #e53054;
  }
  .cp-section-2-item p {
  font-size: 1vw;
  margin-top: 1vw;
  }
  .cp-section-2-item {
  font-size: 1vw;
  }
  
  .cp-section-2-item ::marker {
  color: #e53054;
  }
  
  
  .cp-section-3-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 1%;
  color: #444;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #08496a;
  height: 30vw;
  margin-top: 10%;
  }
  
  .cp-section-3-item {
  border-radius: 5vw;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  color: white;
  padding: 9vw;
  font-size: 4vw;
  }
  
  
  .cp-section-3-item h1 {
  font-size: 2vw;
  text-align: center;
  font-weight: lighter;
  }
  
  .cp-section-3-item p {
  color: #e53054;
  font-weight: bold;
  margin-top: 5vw;
  /* margin-top: 60vw; */
  font-size: 1.5vw;
  font-style: italic;
  text-align: center;
  }
  .cp-quote-left {
  font-family: "Times New Roman", Times, serif !important;
  color: white !important;
  float: left;
  font-size: 8vw;
  margin-top: -5vw;
  /* margin-top: -70vw; */
  }
  .cp-quote-right {
  font-family: "Times New Roman", Times, serif !important;
  color: white !important;
  float: right;
  font-size: 8vw;
  /* margin-top: 30vw; */
  margin-top: 2vw;
  }

  
  .cp-section-4-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 2vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 10%;
  
  }
  
  .cp-section-4-item {
  color: #fff;
  border-radius: 5px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  width: auto;
  background-color: #fae5ea;
  border-radius: 50px 19px 19px 50px;
  }
  
  .cp-section-4-item:nth-of-type(1) {
  background-color: #e53054;
  }
  .cp-section-4-item:nth-of-type(2) {
  background-color: #fae5ea;
  }
  .cp-section-4-item:nth-of-type(4) {
  background-color: #e53054;
  }
  
  .cp-feedback-circle {
  width: 86vw;
  height: 86vw;
  border-radius: 50vw;
  color: #313131;
  background-color: #91cded;
  margin: 3.5%;
  }
  .cp-section-4-item p {
  /* margin-left: 25%; */
  margin-right: auto;
  padding: 2.5vw;
  /* margin-top: -20%; */
  /* width: 360vw; */
  font-size: 1vw;
  text-align: left;

  color: #444;
  }
  .cp-section-4-item b {
  /* margin-left: 30%; */
  /* width: 300vw; */
  font-size: 0.8vw;
  color: #444;
  text-align: right !important;
  float: right;
  padding-top: 1.2vw;
  /* margin-top: -20%; */
  }
  
  .cp-card a {
  width: 100%;
  }
  
  .cp-section-5-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-gap: 3vw;
    color: #444;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 10vw;
    }
    
    .cp-section-5-item {
    color: #444;
    border-radius: 5vw;
    font-size: 150%;
    height: auto;
    text-align: left;
    margin-right: auto;
    /* width: auto; */
    }
  
    
    .cp-section-5-item h1 {
    font-size: 2vw;
    margin-top: 1vw;
    }
    .cp-section-5-item h3 {
    font-size: 1.07vw;
    margin-top: 1vw;
    color: #e53054;
    }
    .cp-section-5-item p {
    font-size: 1vw;
    margin-top: 1vw;
    }
    .cp-section-5-item {
    font-size: medium;
    }

   
  .cp-ER {
  margin-left: auto;
  margin-right: auto;
  width: 30vw !important;
  position: relative;
  object-fit: fill !important;
  background:none;
  height: auto;
  transition: none;
  }

  /* RESPONSIVENESS */
  @media only screen and (max-width: 320px) {
    .sources-container {
      grid-template-columns: auto auto auto;

  margin-top: 5vw;
    }
    .sources-container-1 {
      grid-template-columns: auto;

  margin-top: 5vw;
    }
  
    .sources-item img{
  width: 18vw;
    }
    .modal-video {

  margin-top: 25vw;

      }
.cp-section-1-container {
  grid-template-columns: auto;
  width: 80vw;
}
.cp-section-1-item {
  width: auto !important;
}
.cp-section-1-item h1{
  font-size: 9vw;
  margin-top: 5vw;

}
.cp-section-1-item h3{
  font-size: 6vw;
  margin-top: 5vw;
}
.cp-section-1-item p{
  font-size: 4.5vw;
  margin-top: 5vw;

}
.cp-image {
  width: 35vw;
}
.cp-button-container button{
  width: 55vw;
  font-size: 4.5vw;
  margin-top: 5vw;
}
.cp-section-1-item:nth-child(2){
  display: none;
}
.cp-container {
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  row-gap: 5vw;
  margin-top: 10vw;
}
.cp-card {
  width: 38vw;
  height: 47vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -1rem 0 2rem rgb(180, 180, 180);

}
.cp1-text-1 .cp1-text-2, .cp1-text-3, .cp1-text-4, .cp1-text-5, .cp1-text-6{
  font-size: 3.5vw !important;
  letter-spacing: 1.5px;
  margin-top: 6vw;
  margin-bottom: 6vw;
padding: 2vw;
}
.cp1-overlay-1, .cp1-overlay-2, .cp1-overlay-3, .cp1-overlay-4, .cp1-overlay-5, .cp1-overlay-6{
  top: 2vw;
  height: 30vw;
  width: auto;
}


.cp-piggy {
  width: 25vw;
  height: 25vw;
  margin-left: 6.5vw;
  margin-right: 6vw;
margin-top: 6vw;
}
.cp-card-learnmore {
width: 30vw;
padding: 2vw;
font-size: 4vw;
margin-left:3vw;
margin-right: 1vw;
display: block !important;
margin-top: 2vw;
}
/* .modalDialog {
  height: 100vh;
}
*/
.modal-text {
  padding: 7vw !important;
  width: 80vw !important;
} 
.modalDialog h3 {
  font-size: 6vw; 
}
.modalDialog p {
  font-size: 4.5vw; 
}
.close {
  font-size: 5vw;
  padding: 0vw !important;
  margin-top: 2vw;

}
.close:hover {
  font-size: 5vw;
  padding: 0vw !important;
  margin-top: 2vw;

}
.cp-section-2-container {
  grid-template-columns: auto;
  width: 80vw;
}
.cp-PO {
  width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.cp-section-2-item h1 {
  font-size: 8vw;
  margin-top: 10vw;
}
.cp-section-2-item h3 {
  font-size: 4.5vw;
}
.cp-section-2-item p, ul {
  font-size: 4.5vw;
}
.cp-section-3-container {
  height: 50vh;
}
.cp-section-3-item h1 {
  font-size: 8vw;
  text-align: left;
  margin-top: 15vw;
}
.cp-section-3-item p {
  margin-top: 15vw;
  font-size: 4.5vw;
}
.cp-quote-left {
  font-size: 20vw;
  margin-right: 5vw;
}
.cp-quote-right {
  font-size: 20vw;
  margin-right: 5vw;
  margin-top: 0vw !important;
}
.cp-section-4-container {
  grid-template-columns: auto;
  row-gap: 7vw;
}
.cp-section-4-item {
  height: auto;
  padding: 5vw;
}
.cp-section-4-item p{
font-size: 4.5vw;
}
.cp-section-4-item b{
  font-size: 3vw;

  line-height: 10vw;
  }
  .cp-section-5-container {
    grid-template-columns: auto;
    margin-top: 15vw;
    width: 80vw;
  }
  .cp-ER {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .cp-section-5-item h1 {
    font-size: 8vw;
    margin-top: 5vw;
  }
  .cp-section-5-item h3 {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .cp-section-5-item p {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .cp-section-5-item:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .sources-container {
    grid-template-columns: auto auto auto;

margin-top: 5vw;
  }
  .sources-container-1 {
    grid-template-columns: auto;

margin-top: 5vw;
  }


  .sources-item img{
width: 18vw;
  }
  .modal-video {

margin-top: 25vw;

    }
  .cp-section-1-container {
    grid-template-columns: auto;
width: 80vw;
  }
  .cp-section-1-item {
    width: auto !important;
  }
  .cp-section-1-item h1{
    font-size: 9vw;
    margin-top: 5vw;
  
  }
  .cp-section-1-item h3{
    font-size: 6.5vw;
    margin-top: 5vw;
  }
  .cp-section-1-item p{
    font-size: 4vw;
    margin-top: 5vw;
  
  }
  .cp-image {
    width: 35vw;
  }
  .cp-button-container button{
    width: 55vw;
    font-size: 4vw;
    margin-top: 5vw;
  }
  .cp-section-1-item:nth-child(2){
    display: none;
  }
  .cp-container {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .cp-card {
    width: 38vw;
    height: 47vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -1rem 0 2rem rgb(180, 180, 180);
  
  }
  .cp1-text-1 .cp1-text-2, .cp1-text-3, .cp1-text-4, .cp1-text-5, .cp1-text-6{
    font-size: 3.5vw !important;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .cp1-overlay-1, .cp1-overlay-2, .cp1-overlay-3, .cp1-overlay-4, .cp1-overlay-5, .cp1-overlay-6{
    top: 2vw;
    height: 30vw;
    width: auto;
  }
  .cp-piggy {
    width: 25vw;
    height: 25vw;
    margin-left: 6.5vw;
    margin-right: 6vw;
  margin-top: 6vw;
  }
  .cp-card-learnmore {
    width: 30vw;
    padding: 3vw;
    font-size: 3.5vw;
    margin-left:3vw;
    margin-right: 3vw;
    display: block !important;
    margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }

  .modal-text {
    padding: 8vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 6.5vw; 
  }
  .modalDialog p {
    font-size: 4vw; 
  }
  .close {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .close:hover {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .cp-section-2-container {
    grid-template-columns: auto;
    width: 80vw;
  }
  .cp-PO {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .cp-section-2-item h1 {
    font-size: 8vw;
    margin-top: 8vw;
  }
  .cp-section-2-item h3 {
    font-size: 4.5vw;
  }
  .cp-section-2-item p, ul {
    font-size: 4vw;
  }
  .cp-section-3-container {
    height: 55vh;
  }
  .cp-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
    margin-top: 15vw;
  }
  .cp-section-3-item p {
    margin-top: 15vw;
    font-size: 4vw;
  }
  .cp-quote-left {
    font-size: 20vw;
    margin-right: 5vw;
  }
  .cp-quote-right {
    font-size: 20vw;
    margin-right: 5vw;
    margin-top: 0vw !important;
  }
  .cp-section-4-container {
    grid-template-columns: auto;
    row-gap: 7vw;
  }
  .cp-section-4-item {
    height: auto;
    padding: 5vw;
  }
  .cp-section-4-item p{
  font-size: 4vw;
  }
  .cp-section-4-item b{
    font-size: 2.5vw;
  
    line-height: 10vw;
    }
    .cp-section-5-container {
      grid-template-columns: auto;
      width: 80vw;
      margin-top: 15vw;
    }
    .cp-ER {
      width: 80vw !important;
      margin-left: auto;
      margin-right: auto;
      display: block !important;
    }
    .cp-section-5-item h1 {
      font-size: 8vw;
      margin-top: 5vw;
    }
    .cp-section-5-item h3 {
      font-size: 4.5vw;
      margin-top: 5vw;
    }
    .cp-section-5-item p {
      font-size: 4vw;
      margin-top: 5vw;
    }
    .cp-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
    } 
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .sources-container {
    grid-template-columns: auto auto auto;

margin-top: 5vw;
  }
  .sources-container-1 {
    grid-template-columns: auto;

margin-top: 5vw;
  }


  .sources-item img{
width: 18vw;
  }
  .modal-video {

margin-top: 25vw;

    }
  .cp-section-1-container {
    grid-template-columns: auto;
width: 80vw;
  }
  .cp-section-1-item {
    width: auto !important;
  }
  .cp-section-1-item h1{
    font-size: 9vw;
    margin-top: 5vw;
  
  }

  .cp-section-1-item h3{
    font-size: 5.5vw;
    margin-top: 5vw;
  }
  .cp-section-1-item p{
    font-size: 3.5vw;
    margin-top: 5vw;
  
  }
  .cp-image {
    width: 30vw;
  }
  .cp-button-container button{
    width: 55vw;
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .cp-section-1-item:nth-child(2){
    display: none;
  }
  .cp-container {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .cp-card {
    width: 40vw;
    height: 49vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-piggy {
    width: 25vw;
    height: 25vw;
    margin-left: 6.5vw;
    margin-right: 6vw;
  margin-top: 6vw;
  }
  .cp1-text-1 .cp1-text-2, .cp1-text-3, .cp1-text-4, .cp1-text-5, .cp1-text-6{
    font-size: 3.5vw !important;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .cp1-overlay-1, .cp1-overlay-2, .cp1-overlay-3, .cp1-overlay-4, .cp1-overlay-5, .cp1-overlay-6{
    top: 2vw;
    height: 30vw;
    width: auto;
  }
  .cp-card-learnmore {
  width: 30vw;
  padding: 3vw;
  font-size: 3.5vw;
  margin-left:4vw;
  margin-right: 4VW;
  margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }
  /* .modalDialog > div {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 50vw;
  } */
  .modal-text {
    padding: 8vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 5.5vw; 
  }
  .modalDialog p {
    font-size: 3.5vw; 
  }
  .close {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .close:hover {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .cp-section-2-container {
    grid-template-columns: auto;
    width: 80vw;
  }
  .cp-PO {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .cp-section-2-item h1 {
    font-size: 7vw;
    margin-top: 5vw;
  }
  .cp-section-2-item h3 {
    font-size: 4vw;
  }
  .cp-section-2-item p, ul {
    font-size: 3.5vw;
  }
  .cp-section-3-container {
    height: 55vh;
  }
  .cp-section-3-item h1 {
    font-size: 7vw;
    text-align: left;
    margin-top: 15vw;
  }
  .cp-section-3-item p {
    margin-top: 15vw;
    font-size: 4vw;
  }
  .cp-quote-left {
    font-size: 20vw;
    margin-right: 5vw;
  }
  .cp-quote-right {
    font-size: 20vw;
    margin-right: 5vw;
    margin-top: 0vw !important;
  }
  .cp-section-4-container {
    grid-template-columns: auto;
    row-gap: 7vw;
  }
  .cp-section-4-item {
    height: auto;
    padding: 5vw;
  }
  .cp-section-4-item p{
  font-size: 3.5vw;
  }
  .cp-section-4-item b{
    font-size: 2.5vw;
  
    line-height: 10vw;
    }
    .cp-section-5-container {
      grid-template-columns: auto;
      margin-top: 15vw;
      width: 80vw;
    }
    .cp-ER {
      width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
    }
    .cp-section-5-item h1 {
      font-size: 7vw;
      margin-top: 5vw;
    }
    .cp-section-5-item h3 {
      font-size: 4.5vw;
      margin-top: 5vw;
    }
    .cp-section-5-item p {
      font-size: 3.5vw;
      margin-top: 5vw;
    }
    .cp-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
    } 
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .sources-container {
    grid-template-columns: auto auto auto;

margin-top: 5vw;
  }
  .sources-container-1 {
    grid-template-columns: auto;

margin-top: 5vw;
  }


  .sources-item img{
width: 10vw;
  }
  .modal-video {

margin-top: 20vw;

    }
  .cp-banner {
    margin-top: -4.2vw;
  }
  .cp-section-1-item {
    width: 80vw !important;
    margin-left: 2vw;
  }
  .cp-section-1-container {
    grid-template-columns: auto;
    width: auto;
  }
  .cp-section-1-item h1{
    font-size: 4vw;
    margin-top: 2vw;
  
  }
  .cp-section-1-item:nth-child(2){
    display: none;
  }
  .cp-section-1-item h3{
    font-size: 3vw;
    margin-top: 2vw;
  }
  .cp-section-1-item p{
    font-size: 2vw;
    margin-top: 2vw;
  }
  .cp-image {
    width: 15vw;
  }
  .cp-banner-image {
    width: 35vw;
    margin-left: 2vw;
    margin-top: 5vw;
  }
  .cp-keyword {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-left: 0vw;
    margin-top: -7vw;

  }
  .cp-keyword-1 {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-left: 27vw;
    margin-top: -30vw;

  }
  .cp-button-container button{
    width: auto;
    font-size: 2vw;
    margin-top: 5vw;
  }

  .cp-container {
    grid-template-columns: auto auto auto;
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .cp-card {
    width: 20vw;
    height: 26vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cp1-text-1 .cp1-text-2, .cp1-text-3, .cp1-text-4, .cp1-text-5, .cp1-text-6{
    font-size: 1.6vw !important;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .cp1-overlay-1, .cp1-overlay-2, .cp1-overlay-3, .cp1-overlay-4, .cp1-overlay-5, .cp1-overlay-6{
    top: 2vw;
    height: 15vw;
    width: auto;
  }
  .cp-piggy {
    width: 12vw;
    height: 12vw;
    margin-left: 4vw;
    margin-right: 3vw;
  margin-top: 3vw;
  }
  .cp-card-learnmore {
  width: 15vw;
  font-size: 1.8vw;
  margin-left:2.5vw;
  padding: 1.5vw;
  margin-right: auto;
  margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }
  /* .modalDialog > div {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 35vw;
  } */
  .modal-text {
    padding: 6vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 3vw; 
  }
  .modalDialog p {
    font-size: 2vw; 
  }
  .close {
    font-size: 2.5vw;
    padding: 0vw !important;
  }
  .close:hover {
    font-size: 3vw;
    padding: 0vw !important;
  }
  .cp-section-2-container {
    grid-template-columns: auto;
    margin-top: 5vw;
  }
  .cp-PO {
    width: 60vw !important;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .cp-section-2-item h1 {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .cp-section-2-item h3 {
    font-size: 2.5vw;
  }
  .cp-section-2-item p, ul{
    font-size: 2vw;
  }

  .cp-section-3-container {
    height: 60vh;
  }
  .cp-section-3-item h1 {
    font-size: 4vw;
    text-align: left;
    margin-top: 10vw;
  }
  .cp-section-3-item p {
    margin-top: 14vw;
    font-size: 3.5vw;
  }
  .cp-quote-left {
    font-size: 15vw;
    margin-right: 5vw;
  }
  .cp-quote-right {
    font-size: 15vw;
    margin-right: 5vw;
    margin-top: 0vw !important;
  }

  .cp-section-4-container {
    grid-template-columns: auto auto;
    row-gap: 7vw;
    column-gap: 5vw;
  }
  .cp-section-4-item {
    height: 37vh;
    padding: 5vw;
  }
  .cp-section-4-item p{
  font-size: 2vw;
  }
  .cp-section-4-item b{
    font-size: 2vw;
  padding-bottom: 2vw;
    line-height: 3vw;
    }
    .cp-section-5-container {
      grid-template-columns: auto;
      margin-top: 10vw;
    }
    .cp-ER {
      width: 60vw !important;
      margin-left: 5vw;
      margin-right: 5vw;
    }
    .cp-section-5-item h1 {
      font-size: 4vw;
    }
    .cp-section-5-item h3 {
      font-size: 2.5vw;
    }
    .cp-section-5-item p {
      font-size: 2vw;
    }
    .cp-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
      margin-bottom: 5vw;
    } 
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sources-container {
    grid-template-columns: auto auto auto;

margin-top: 5vw;
  }
  .sources-container-1 {
    grid-template-columns: auto;

margin-top: 5vw;
  }



  .sources-item img{
width: 8vw;
  }
  .modal-video {

margin-top: 10vw;

    }
  .cp-banner {
    margin-top: -3.2vw;
  }


  .cp-section-1-container {
    grid-template-columns: auto auto;
    width: 70vw;
  }
  .cp-section-1-item {
    width: auto !important;
  }
  .cp-section-1-item h1{
    font-size: 3vw;
    margin-top: 2vw;
  
  }
  .cp-section-1-item h3{
    font-size: 2vw;
    margin-top: 2vw;
  }
  .cp-section-1-item p{
    font-size: 1.6vw;
    margin-top: 2vw;
  width: 40vw;
  }
  .cp-image {
    width: 12vw;
  } 
  .cp-banner-image {
    width: 30vw;

  }
  .cp-keyword {
    width: 7vw;
    height: 7vw;
    font-size: 1.2vw;
    margin-left: -2vw;
    margin-top: -7vw;

  }
  .cp-keyword-1 {
    width: 7vw;
    height: 7vw;
    font-size: 1.2vw;
    margin-left: 22vw;
    margin-top: -28vw;

  }
  .cp-button-container button{
    width: auto;
    font-size: 1.6vw;
    margin-top: 2vw;
  }

  .cp-container {
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    column-gap: 2vw;
    margin-top: 10vw;
  }
  .cp-card {
    width: 12vw;
    height: 18vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cp1-text-1 .cp1-text-2, .cp1-text-3, .cp1-text-4, .cp1-text-5, .cp1-text-6{
    font-size: 1vw !important;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 6vw;
  padding: 1vw;
  }
  .cp1-overlay-1, .cp1-overlay-2, .cp1-overlay-3, .cp1-overlay-4, .cp1-overlay-5, .cp1-overlay-6{
    top: 2vw;
    height: 8vw;
    width: auto;
  }
  .cp-piggy {
    width: 8vw;
    height: 8vw;
    margin-left: 2vw;
    margin-right: 1.2vw;
  margin-top: 2.4vw;
  }
  .cp-card-learnmore {
  width: 10vw;
  font-size: 1.2vw;
  padding: 1vw;
  margin-right: auto;
  margin-top: 1vw;
  margin-left: 1.1vw;
  }
  .modalDialog {
    height: 100vh;
  }

  .modal-text {
    padding: 4vw !important;
    width: 50vw !important;
  }
  .modalDialog h3 {
    font-size: 2vw; 
  }
  .modalDialog p {
    font-size: 1.6vw; 
  }
  .close {
    font-size: 1.8vw;
    padding: 0vw !important;
  }
  .close:hover {
    font-size: 2.5vw;
    padding: 0vw !important;
  }
  .cp-section-2-container {
    grid-template-columns: auto auto;
    margin-top: 10vw;
    width: 80vw;
  }
  .cp-PO {
    width: 40vw !important;

  }
  .cp-section-2-item:nth-child(2) {
    margin-top: 5vw;
  }
  .cp-section-2-item h1 {
    font-size: 3vw;
  }
  .cp-section-2-item h3 {
    font-size: 1.7vw;
  }
  .cp-section-2-item p, ul {
    font-size: 1.6vw;
  }
  .cp-section-3-container {
    height: 50vh;
  }
  .cp-section-3-item h1 {
    font-size: 3vw;
  }
  .cp-section-3-item p {
    margin-top: 7vw;
    font-size: 2.5vw;
  }
  .cp-quote-left, .cp-quote-right {
    font-size: 10vw;
  }
  /* .cp-section-4-container {
    grid-template-columns: auto auto;
    row-gap: 7vw;
    column-gap: 5vw;
  }*/
  .cp-section-4-item {
    /* height: 30vh; */
    padding: 2vw;
  } 
  .cp-section-4-item p{
  font-size: 1.6vw;
  }
  .cp-section-4-item b{
    font-size: 1.5vw;
  padding-bottom: 2vw;
    line-height: 3vw;
    }
    .cp-section-5-container {
      grid-template-columns: auto auto;
      margin-top: 7vw;
      width: 80vw;
    }
    .cp-ER {
      width: 40vw !important;
  
    }
    .cp-section-5-item:nth-child(2) {
      margin-top: 5vw;
    }
    .cp-section-5-item h1 {
      font-size: 3vw;
    }
    .cp-section-5-item h3 {
      font-size: 1.7vw;
    }
    .cp-section-5-item p {
      font-size: 1.6vw;
    }
}
/* CELLOMARINE */
.cm-image {
  width: 8vw;
  }
  
  .cm-banner, .su-banner, .au-banner {
    /* background-color: #08496A; */
    width: 100%;
    height: 100vh;
    margin-top: -4vw;
    }
  
  .cm-keyword {
  background-color: #3ba2d7;
  border: #1d719b solid 7px;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  margin-left: 0vw;
  margin-top: -7vw;
  }
  
  .cm-keyword-1{
  background-color: #1d719b;
  border: #3ba2d7 solid 7px;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 0.7vw;
  position: absolute;
  margin-left: 25vw;
  margin-top: -8vw;
  }
  .cm-section-1-container {
   display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 0vw;
  width: 70vw;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
  .cm-section-1-item {
  color: #fff;
  border-radius: 5vw;
  padding: 1vw;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
width: auto; 
  }

  .cm-section-1-item:nth-child(1) {
    width: 38vw;
  }
  
  
  .cm-button-container {
  display: flex;
  
  }
  .cm-banner button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: rgb(255, 255, 255) !important;
  background-color: #3ba2d7;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  margin-top: 1vw;
  /* margin-left: 0%; */
  font-size: 1vw;
  letter-spacing: 0.1vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0vw 5vw 15vw;
  text-decoration: none !important;
  }
  .cm-banner button a {
  color: white;
  text-decoration: none;
  }
  
  .cm-banner-text button:hover {
  background-color: #e67e22;
  color: white !important;
  text-decoration: none !important;
  }
  .cm-section-1-item h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 1vw;
  margin-top: 1vw;
  }
  .cm-section-1-item h3 {
  font-weight: lighter;
  font-size: 1.5vw;
  margin-top: 1vw;
  letter-spacing: 0.3vw;
  }
  
  .cm-section-1-item p {
  font-size: 1vw;
  font-weight: lighter;
  padding-top: 1vw;
  }
  .cm-banner-image {
  margin-top: 5vw; 
  width:30vw;
  }
  
  
  /* .hp-cm-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
  } */
  
  
  .cm-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    color: #444;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    column-gap: 0vw;
  }
  
  .cm-card {
    display: flex;
    height: 12vw;
    width: 9vw;
    background-color: #edf3f7;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem rgb(180, 180, 180);
    transition: 0.4s ease-out;
    position: relative;
    left: 0vw;
  }
  
  /* .hp-cm-icon {
    height: 6vw;
    width: 6vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 1.5vw;
    display: block;
  } */
  .cm1-overlay-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .cm-card:nth-of-type(1):hover .cm1-overlay-1 {
    opacity: 1;
  }
  .cm1-text-1 {
    color: #3ba2d7;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cm1-overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .cm-card:nth-of-type(2):hover .cm1-overlay-2 {
    opacity: 1;
  }
  .cm1-text-2 {
    color: #3ba2d7;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cm1-overlay-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .cm-card:nth-of-type(3):hover .cm1-overlay-3 {
    opacity: 1;
  }
  .cm1-text-3 {
    color: #3ba2d7;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cm1-overlay-4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .cm-card:nth-of-type(4):hover .cm1-overlay-4 {
    opacity: 1;
  }
  .cm1-text-4 {
    color: #3ba2d7;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cm1-overlay-5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .cm-card:nth-of-type(5):hover .cm1-overlay-5 {
    opacity: 1;
  }
  .cm1-text-5 {
    color: #3ba2d7;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  
  .cm1-overlay-6 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7vw;
    width: 9vw;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #edf3f7;
    border-radius: 19px;
  }
  
  .cm-card:nth-of-type(6):hover .cm1-overlay-6 {
    opacity: 1;
  }
  .cm1-text-6 {
    color: #3ba2d7;
    font-size: 0.8vw;
    padding: 1vw;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 2.6vw;
    text-transform: uppercase;
    word-wrap: normal;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  .cm-card-learnmore {
    border: none;
    outline: 0;
    padding: 1vw;
    color: rgb(255, 255, 255);
    background-color: #3ba2d7 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
    font-size: 0.6vw;
    letter-spacing: 0.1vw;
    text-decoration: none;
    width: auto;
    align-items: center;
    position: absolute;
    margin-top: 0.7vw;
    margin-left: 1vw;
    margin-right: 1vw;
    display: block;
    }
    
    .cm-card:hover {
    transform: translateY(-2vw);
    transition: 0.4s ease-out;
  
    }
  

  .cm-card-text {
position: relative;
display: block;
margin-right: auto;

  }
  .cm-title {
  color: rgb(65, 65, 65);
  font-weight:500;
  position: relative;
  font-size: 0.9vw;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  .cm-paragraph {
  color: rgb(65, 65, 65);
  position: relative;
  padding: 15vw;
  top: 150vw;
  padding-top: 50vw;
  }
  .cm-piggy {
  align-items: center;
  width: 5vw;
  height: 5vw;
  margin-top: 2vw;
  margin-left: 2vw;
  margin-right: auto;
  }


  
  
  
  .cm-card-learnmore:hover {
  background-color: #f79622 !important;
  color: white !important;
  text-decoration: none !important;
  }
  
  .cm-container a {
  display: inline-block;
  text-decoration: none;
  color: black;
  /* padding: 10vw; */
  }
  
  .modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
 left: 0;
   background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  pointer-events: none; 
  }
  
  .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  }
  
  .modalDialog > div {
  /* margin: 20% auto; */
  background: #ffffff;

  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  border-radius: 19px;
  
  /* text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto; */
  z-index: 4;
  position: relative;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  }

  
  .modal-text {
    padding: 3vw !important;
    width: 30vw !important;
  }

  
  .modalDialog h3 {
  font-weight: bold !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 0%;
  font-size: 1.5vw;
  text-align: left;
  }
  
  .modalDialog p {
  font-weight: normal !important;
  margin-top: 2vw;
  text-align: left;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

  font-size: 1vw;
  }
  
  .modalDialog ul {
  font-weight: lighter;
  margin-top: 10%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  }
  .modalDialog li {
  list-style: none;
  }
  
  .close {
  cursor: pointer;
  position: relative;
  font-size: 1vw;
float: right;
padding: 0.5vw;
  }
  
  .close:hover {
    cursor: pointer;
    position: relative;
    font-size: 1vw;
  float: right;
  padding: 0.5vw;

  }
  .arrow {
  border: solid black;
  border-width: 0 3vw 3vw 0;
  display: inline-block;
  padding: 3vw;
  }
  
  .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  
  .cm-card-learnmore {
  border: none;
  outline: 0;
  padding: 1vw;
  color: rgb(255, 255, 255);
  background-color: #3ba2d7 !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
  text-decoration: none;
  width: 7vw;
  margin-top: 1vw;
  align-items: center;
  position: relative;
  }
  
  .cm-PO {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  width: 30vw !important;
  position: relative;
  object-fit: fill !important;
  background:none;
  height: auto;
  transition: none;
  }
  
  .cm-section-2-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 3vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 10vw;
  }
  
  .cm-section-2-item {
  color: #444;
  border-radius: 5vw;
  font-size: 150%;
  height: auto;
  text-align: left;
  margin-right: auto;
  /* width: auto; */
  }

  
  .cm-section-2-item h1 {
  font-size: 2vw;
  margin-top: 1vw;
  }
  .cm-section-2-item h3 {
  font-size: 1.07vw;
  margin-top: 1vw;
  color: #3ba2d7;
  }
  .cm-section-2-item p {
  font-size: 1vw;
  margin-top: 1vw;
  }
  .cm-section-2-item {
  font-size: 1vw;
  }
  
  .cm-section-2-item ::marker {
  color: #3ba2d7;
  }
  
  
  .cm-section-3-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 1%;
  color: #444;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #08496a;
  height: 30vw;
  margin-top: 10%;
  }
  
  .cm-section-3-item {
  border-radius: 5vw;
  height: auto;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  color: white;
  padding: 9vw;
  font-size: 4vw;
  }
  
  
  .cm-section-3-item h1 {
  font-size: 2vw;
  text-align: center;
  font-weight: lighter;
  }
  
  .cm-section-3-item p {
  color: #3ba2d7;
  font-weight: bold;
  margin-top: 5vw;
  /* margin-top: 60vw; */
  font-size: 1.5vw;
  font-style: italic;
  text-align: center;
  }
  .cm-quote-left {
  font-family: "Times New Roman", Times, serif !important;
  color: white !important;
  float: left;
  font-size: 8vw;
  margin-top: -5vw;
  /* margin-top: -70vw; */
  }
  .cm-quote-right {
  font-family: "Times New Roman", Times, serif !important;
  color: white !important;
  float: right;
  font-size: 8vw;
  /* margin-top: 30vw; */
  margin-top: 2vw;
  }

  
  .cm-section-4-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 2vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 10%;
  
  }
  
  .cm-section-4-item {
  color: #fff;
  border-radius: 5px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255, 255, 255);
  width: auto;
  background-color: #edf3f7;
  border-radius: 50px 19px 19px 50px;
  }
  
  .cm-section-4-item:nth-of-type(1) {
  background-color: #3ba2d7;
  }
  .cm-section-4-item:nth-of-type(2) {
  background-color: #edf3f7;
  }
  .cm-section-4-item:nth-of-type(4) {
  background-color: #3ba2d7;
  }
  
  .cm-feedback-circle {
  width: 86vw;
  height: 86vw;
  border-radius: 50vw;
  color: #313131;
  background-color: #91cded;
  margin: 3.5%;
  }
  .cm-section-4-item p {
  /* margin-left: 25%; */
  margin-right: auto;
  padding: 2.5vw;
  /* margin-top: -20%; */
  /* width: 360vw; */
  font-size: 1vw;
  text-align: left;

  color: #444;
  }
  .cm-section-4-item b {
  /* margin-left: 30%; */
  /* width: 300vw; */
  font-size: 0.8vw;
  color: #444;
  text-align: right !important;
  float: right;
  padding-top: 1.2vw;
  /* margin-top: -20%; */
  }
  
  .cm-card a {
  width: 100%;
  }
  
  .cm-section-5-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-gap: 3vw;
    color: #444;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 10vw;
    }
    
    .cm-section-5-item {
    color: #444;
    border-radius: 5vw;
    font-size: 150%;
    height: auto;
    text-align: left;
    margin-right: auto;
    /* width: auto; */
    }
  
    
    .cm-section-5-item h1 {
    font-size: 2vw;
    margin-top: 1vw;
    }
    .cm-section-5-item h3 {
    font-size: 1.07vw;
    margin-top: 1vw;
    color: #3ba2d7;
    }
    .cm-section-5-item p {
    font-size: 1vw;
    margin-top: 1vw;
    }
    .cm-section-5-item {
    font-size: medium;
    }

   
  .cm-ER {
  margin-left: auto;
  margin-right: auto;
  width: 30vw !important;
  position: relative;
  object-fit: fill !important;
  background:none;
  height: auto;
  transition: none;
  }

  /* RESPONSIVENESS */
  @media only screen and (max-width: 320px) {
.cm-section-1-container {
  grid-template-columns: auto;
  width: 80vw;
}
.cm-section-1-item {
  width: auto !important;
}
.cm-section-1-item h1{
  font-size: 9vw;
  margin-top: 5vw;

}
.cm-section-1-item h3{
  font-size: 6vw;
  margin-top: 5vw;
}
.cm-section-1-item p{
  font-size: 4.5vw;
  margin-top: 5vw;

}
.cm-image {
  width: 35vw;
}
.cm-button-container button{
  width: 55vw;
  font-size: 4.5vw;
  margin-top: 5vw;
}
.cm-section-1-item:nth-child(2){
  display: none;
}
.cm-container {
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  row-gap: 5vw;
  margin-top: 10vw;
}
.cm-card {
  width: 38vw;
  height: 47vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -1rem 0 2rem rgb(180, 180, 180);

}
.cm1-text-1 .cm1-text-2, .cm1-text-3, .cm1-text-4, .cm1-text-5, .cm1-text-6{
  font-size: 3.5vw !important;
  letter-spacing: 1.5px;
  margin-top: 6vw;
  margin-bottom: 6vw;
padding: 2vw;
}
.cm1-overlay-1, .cm1-overlay-2, .cm1-overlay-3, .cm1-overlay-4, .cm1-overlay-5, .cm1-overlay-6{
  top: 2vw;
  height: 30vw;
  width: auto;
}


.cm-piggy {
  width: 25vw;
  height: 25vw;
  margin-left: 6.5vw;
  margin-right: 6vw;
margin-top: 6vw;
}
.cm-card-learnmore {
width: 30vw;
padding: 2vw;
font-size: 4vw;
margin-left:3vw;
margin-right: 1vw;
display: block !important;
margin-top: 2vw;
}
/* .modalDialog {
  height: 100vh;
}
*/
.modal-text {
  padding: 7vw !important;
  width: 80vw !important;
} 
.modalDialog h3 {
  font-size: 6vw; 
}
.modalDialog p {
  font-size: 4.5vw; 
}
.close {
  font-size: 5vw;
  padding: 0vw !important;
  margin-top: 2vw;

}
.close:hover {
  font-size: 5vw;
  padding: 0vw !important;
  margin-top: 2vw;

}
.cm-section-2-container {
  grid-template-columns: auto;
  width: 80vw;
}
.cm-PO {
  width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.cm-section-2-item h1 {
  font-size: 8vw;
  margin-top: 10vw;
}
.cm-section-2-item h3 {
  font-size: 4.5vw;
}
.cm-section-2-item p, ul {
  font-size: 4.5vw;
}
.cm-section-3-container {
  height: 60vh;
}
.cm-section-3-item h1 {
  font-size: 8vw;
  text-align: left;
  margin-top: 15vw;
}
.cm-section-3-item p {
  margin-top: 15vw;
  font-size: 4.5vw;
}
.cm-quote-left {
  font-size: 20vw;
  margin-right: 5vw;
}
.cm-quote-right {
  font-size: 20vw;
  margin-right: 5vw;
  margin-top: -5vw !important;
}
.cm-section-4-container {
  grid-template-columns: auto;
  row-gap: 7vw;
}
.cm-section-4-item {
  height: auto;
  padding: 5vw;
}
.cm-section-4-item p{
font-size: 4.5vw;
}
.cm-section-4-item b{
  font-size: 3vw;

  line-height: 10vw;
  }
  .cm-section-5-container {
    grid-template-columns: auto;
    margin-top: 15vw;
    width: 80vw;
  }
  .cm-ER {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .cm-section-5-item h1 {
    font-size: 8vw;
    margin-top: 5vw;
  }
  .cm-section-5-item h3 {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .cm-section-5-item p {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
  .cm-section-5-item:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .cm-section-1-container {
    grid-template-columns: auto;
width: 80vw;
  }
  .cm-section-1-item {
    width: auto !important;
  }
  .cm-section-1-item h1{
    font-size: 9vw;
    margin-top: 5vw;
  
  }
  .cm-section-1-item h3{
    font-size: 6.5vw;
    margin-top: 5vw;
  }
  .cm-section-1-item p{
    font-size: 4vw;
    margin-top: 5vw;
  
  }
  .cm-image {
    width: 35vw;
  }
  .cm-button-container button{
    width: 55vw;
    font-size: 4vw;
    margin-top: 5vw;
  }
  .cm-section-1-item:nth-child(2){
    display: none;
  }
  .cm-container {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .cm-card {
    width: 38vw;
    height: 47vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -1rem 0 2rem rgb(180, 180, 180);
  
  }
  .cm1-text-1 .cm1-text-2, .cm1-text-3, .cm1-text-4, .cm1-text-5, .cm1-text-6{
    font-size: 3.5vw !important;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .cm1-overlay-1, .cm1-overlay-2, .cm1-overlay-3, .cm1-overlay-4, .cm1-overlay-5, .cm1-overlay-6{
    top: 2vw;
    height: 30vw;
    width: auto;
  }
  .cm-piggy {
    width: 25vw;
    height: 25vw;
    margin-left: 6.5vw;
    margin-right: 6vw;
  margin-top: 6vw;
  }
  .cm-card-learnmore {
    width: 30vw;
    padding: 3vw;
    font-size: 3.5vw;
    margin-left:3vw;
    margin-right: 3vw;
    display: block !important;
    margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }

  .modal-text {
    padding: 8vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 6.5vw; 
  }
  .modalDialog p {
    font-size: 4vw; 
  }
  .close {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .close:hover {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .cm-section-2-container {
    grid-template-columns: auto;
    width: 80vw;
  }
  .cm-PO {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .cm-section-2-item h1 {
    font-size: 8vw;
    margin-top: 8vw;
  }
  .cm-section-2-item h3 {
    font-size: 4.5vw;
  }
  .cm-section-2-item p, ul {
    font-size: 4vw;
  }
  .cm-section-3-container {
    height: 65vh;
  }
  .cm-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
    margin-top: 15vw;
  }
  .cm-section-3-item p {
    margin-top: 15vw;
    font-size: 4vw;
  }
  .cm-quote-left {
    font-size: 20vw;
    margin-right: 5vw;
  }
  .cm-quote-right {
    font-size: 20vw;
    margin-right: 5vw;
    margin-top: -5vw !important;
  }
  .cm-section-4-container {
    grid-template-columns: auto;
    row-gap: 7vw;
  }
  .cm-section-4-item {
    height: auto;
    padding: 5vw;
  }
  .cm-section-4-item p{
  font-size: 4vw;
  }
  .cm-section-4-item b{
    font-size: 2.5vw;
  
    line-height: 10vw;
    }
    .cm-section-5-container {
      grid-template-columns: auto;
      width: 80vw;
      margin-top: 15vw;
    }
    .cm-ER {
      width: 80vw !important;
      margin-left: auto;
      margin-right: auto;
      display: block !important;
    }
    .cm-section-5-item h1 {
      font-size: 8vw;
      margin-top: 5vw;
    }
    .cm-section-5-item h3 {
      font-size: 4.5vw;
      margin-top: 5vw;
    }
    .cm-section-5-item p {
      font-size: 4vw;
      margin-top: 5vw;
    }
    .cm-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
    } 
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .cm-section-1-container {
    grid-template-columns: auto;
width: 80vw;
  }
  .cm-section-1-item {
    width: auto !important;
  }
  .cm-section-1-item h1{
    font-size: 9vw;
    margin-top: 5vw;
  
  }

  .cm-section-1-item h3{
    font-size: 5.5vw;
    margin-top: 5vw;
  }
  .cm-section-1-item p{
    font-size: 3.5vw;
    margin-top: 5vw;
  
  }
  .cm-image {
    width: 30vw;
  }
  .cm-button-container button{
    width: 55vw;
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  .cm-section-1-item:nth-child(2){
    display: none;
  }
  .cm-container {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .cm-card {
    width: 40vw;
    height: 49vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cm-piggy {
    width: 25vw;
    height: 25vw;
    margin-left: 6.5vw;
    margin-right: 6vw;
  margin-top: 6vw;
  }
  .cm1-text-1 .cm1-text-2, .cm1-text-3, .cm1-text-4, .cm1-text-5, .cm1-text-6{
    font-size: 3.5vw !important;
    letter-spacing: 1.5px;
    margin-top: 6vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .cm1-overlay-1, .cm1-overlay-2, .cm1-overlay-3, .cm1-overlay-4, .cm1-overlay-5, .cm1-overlay-6{
    top: 2vw;
    height: 30vw;
    width: auto;
  }
  .cm-card-learnmore {
  width: 30vw;
  padding: 3vw;
  font-size: 3.5vw;
  margin-left:4vw;
  margin-right: 4VW;
  margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }
  /* .modalDialog > div {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 50vw;
  } */
  .modal-text {
    padding: 8vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 5.5vw; 
  }
  .modalDialog p {
    font-size: 3.5vw; 
  }
  .close {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .close:hover {
    font-size: 5vw;
    padding: 0vw !important;
    margin-top: 2vw;
  
  }
  .cm-section-2-container {
    grid-template-columns: auto;
    width: 80vw;
  }
  .cm-PO {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .cm-section-2-item h1 {
    font-size: 7vw;
    margin-top: 5vw;
  }
  .cm-section-2-item h3 {
    font-size: 4vw;
  }
  .cm-section-2-item p, ul {
    font-size: 3.5vw;
  }
  .cm-section-3-container {
    height: 65vh;
  }
  .cm-section-3-item h1 {
    font-size: 7vw;
    text-align: left;
    margin-top: 15vw;
  }
  .cm-section-3-item p {
    margin-top: 15vw;
    font-size: 4vw;
  }
  .cm-quote-left {
    font-size: 15vw;
    margin-right: 5vw;
  }
  .cm-quote-right {
    font-size: 25vw;
    margin-right: 5vw;
    margin-top: -5vw !important;
  }
  .cm-section-4-container {
    grid-template-columns: auto;
    row-gap: 7vw;
  }
  .cm-section-4-item {
    height: auto;
    padding: 5vw;
  }
  .cm-section-4-item p{
  font-size: 3.5vw;
  }
  .cm-section-4-item b{
    font-size: 2.5vw;
  
    line-height: 10vw;
    }
    .cm-section-5-container {
      grid-template-columns: auto;
      margin-top: 15vw;
      width: 80vw;
    }
    .cm-ER {
      width: 80vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
    }
    .cm-section-5-item h1 {
      font-size: 7vw;
      margin-top: 5vw;
    }
    .cm-section-5-item h3 {
      font-size: 4.5vw;
      margin-top: 5vw;
    }
    .cm-section-5-item p {
      font-size: 3.5vw;
      margin-top: 5vw;
    }
    .cm-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
    } 
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .cm-banner {
    margin-top: -4.2vw;
  }
  .cm-section-1-item {
    width: 80vw !important;
    margin-left: 2vw;
  }
  .cm-section-1-container {
    grid-template-columns: auto;
    width: auto;
  }
  .cm-section-1-item h1{
    font-size: 4vw;
    margin-top: 2vw;
  
  }
  .cm-section-1-item:nth-child(2){
    display: none;
  }
  .cm-section-1-item h3{
    font-size: 3vw;
    margin-top: 2vw;
  }
  .cm-section-1-item p{
    font-size: 2vw;
    margin-top: 2vw;
  }
  .cm-image {
    width: 15vw;
  }
  .cm-banner-image {
    width: 35vw;
    margin-left: 2vw;
    margin-top: 5vw;
  }
  .cm-keyword {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-left: 0vw;
    margin-top: -7vw;

  }
  .cm-keyword-1 {
    width: 8vw;
    height: 8vw;
    font-size: 1.5vw;
    margin-left: 27vw;
    margin-top: -30vw;

  }
  .cm-button-container button{
    width: auto;
    font-size: 2vw;
    margin-top: 5vw;
  }

  .cm-container {
    grid-template-columns: auto auto auto;
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    row-gap: 5vw;
    margin-top: 10vw;
  }
  .cm-card {
    width: 20vw;
    height: 26vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cm1-text-1 .cm1-text-2, .cm1-text-3, .cm1-text-4, .cm1-text-5, .cm1-text-6{
    font-size: 1.6vw !important;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 6vw;
  padding: 2vw;
  }
  .cm1-overlay-1, .cm1-overlay-2, .cm1-overlay-3, .cm1-overlay-4, .cm1-overlay-5, .cm1-overlay-6{
    top: 2vw;
    height: 15vw;
    width: auto;
  }
  .cm-piggy {
    width: 12vw;
    height: 12vw;
    margin-left: 4vw;
    margin-right: 3vw;
  margin-top: 3vw;
  }
  .cm-card-learnmore {
  width: 15vw;
  font-size: 1.8vw;
  margin-left:2.5vw;
  padding: 1.5vw;
  margin-right: auto;
  margin-top: 2vw;
  }
  .modalDialog {
    height: 100vh;
  }
  /* .modalDialog > div {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 35vw;
  } */
  .modal-text {
    padding: 6vw !important;
    width: 78.5vw !important;
  }
  .modalDialog h3 {
    font-size: 3vw; 
  }
  .modalDialog p {
    font-size: 2vw; 
  }
  .close {
    font-size: 2.5vw;
    padding: 0vw !important;
  }
  .close:hover {
    font-size: 3vw;
    padding: 0vw !important;
  }
  .cm-section-2-container {
    grid-template-columns: auto;
    margin-top: 5vw;
  }
  .cm-PO {
    width: 60vw !important;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .cm-section-2-item h1 {
    font-size: 4vw;
    margin-top: 5vw;
  }
  .cm-section-2-item h3 {
    font-size: 2.5vw;
  }
  .cm-section-2-item p, ul{
    font-size: 2vw;
  }

  .cm-section-3-container {
    height: 73vh;
  }
  .cm-section-3-item h1 {
    font-size: 4vw;
    text-align: left;
    margin-top: 10vw;
  }
  .cm-section-3-item p {
    margin-top: 14vw;
    font-size: 3.5vw;
  }
  .cm-quote-left {
    font-size: 15vw;
    margin-right: 5vw;
  }
  .cm-quote-right {
    font-size: 15vw;
    margin-right: 5vw;
    margin-top: 3vw !important;
  }

  .cm-section-4-container {
    grid-template-columns: auto auto;
    row-gap: 7vw;
    column-gap: 5vw;
  }
  .cm-section-4-item {
    height: 37vh;
    padding: 5vw;
  }
  .cm-section-4-item p{
  font-size: 2vw;
  }
  .cm-section-4-item b{
    font-size: 2vw;
  padding-bottom: 2vw;
    line-height: 3vw;
    }
    .cm-section-5-container {
      grid-template-columns: auto;
      margin-top: 10vw;
    }
    .cm-ER {
      width: 60vw !important;
      margin-left: 5vw;
      margin-right: 5vw;
    }
    .cm-section-5-item h1 {
      font-size: 4vw;
    }
    .cm-section-5-item h3 {
      font-size: 2.5vw;
    }
    .cm-section-5-item p {
      font-size: 2vw;
    }
    .cm-section-5-item:nth-child(2) {
      grid-column: 1;
      grid-row: 1;
      margin-bottom: 5vw;
    } 
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cm-banner {
    margin-top: -3.2vw;
  }


  .cm-section-1-container {
    grid-template-columns: auto auto;
    width: 70vw;
  }
  .cm-section-1-item {
    width: auto !important;
  }
  .cm-section-1-item h1{
    font-size: 3vw;
    margin-top: 2vw;
  
  }
  .cm-section-1-item h3{
    font-size: 2vw;
    margin-top: 2vw;
  }
  .cm-section-1-item p{
    font-size: 1.6vw;
    margin-top: 2vw;
  width: 40vw;
  }
  .cm-image {
    width: 12vw;
  } 
  .cm-banner-image {
    width: 35vw;

  }
  .cm-keyword {
    width: 7vw;
    height: 7vw;
    font-size: 1.2vw;
    margin-left: 0vw;
    margin-top: -4vw;

  }
  .cm-keyword-1 {
    width: 7vw;
    height: 7vw;
    font-size: 1.2vw;
    margin-left: 28vw;
    margin-top: -8vw;

  }
  .cm-button-container button{
    width: auto;
    font-size: 1.6vw;
    margin-top: 2vw;
  }

  .cm-container {
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    column-gap: 2vw;
    margin-top: 10vw;
  }
  .cm-card {
    width: 12vw;
    height: 18vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cm1-text-1 .cm1-text-2, .cm1-text-3, .cm1-text-4, .cm1-text-5, .cm1-text-6{
    font-size: 1vw !important;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    margin-bottom: 6vw;
  padding: 1vw;
  }
  .cm1-overlay-1, .cm1-overlay-2, .cm1-overlay-3, .cm1-overlay-4, .cm1-overlay-5, .cm1-overlay-6{
    top: 2vw;
    height: 8vw;
    width: auto;
  }
  .cm-piggy {
    width: 8vw;
    height: 8vw;
    margin-left: 2vw;
    margin-right: 1.2vw;
  margin-top: 2.4vw;
  }
  .cm-card-learnmore {
  width: 10vw;
  font-size: 1.2vw;
  padding: 1vw;
  margin-right: auto;
  margin-top: 1vw;
  margin-left: 1.1vw;
  }
  .modalDialog {
    height: 100vh;
  }

  .modal-text {
    padding: 4vw !important;
    width: 50vw !important;
  }
  .modalDialog h3 {
    font-size: 2vw; 
  }
  .modalDialog p {
    font-size: 1.6vw; 
  }
  .close {
    font-size: 1.8vw;
    padding: 0vw !important;
  }
  .close:hover {
    font-size: 2.5vw;
    padding: 0vw !important;
  }
  .cm-section-2-container {
    grid-template-columns: auto auto;
    margin-top: 10vw;
    width: 80vw;
  }
  .cm-PO {
    width: 40vw !important;

  }
  .cm-section-2-item:nth-child(2) {
    margin-top: 5vw;
  }
  .cm-section-2-item h1 {
    font-size: 3vw;
  }
  .cm-section-2-item h3 {
    font-size: 1.7vw;
  }
  .cm-section-2-item p, ul {
    font-size: 1.6vw;
  }
  .cm-section-3-container {
    height: 50vh;
  }
  .cm-section-3-item h1 {
    font-size: 3vw;
  }
  .cm-section-3-item p {
    margin-top: 7vw;
    font-size: 2.5vw;
  }
  .cm-quote-left, .cm-quote-right {
    font-size: 10vw;
  }
  /* .cm-section-4-container {
    grid-template-columns: auto auto;
    row-gap: 7vw;
    column-gap: 5vw;
  }*/
  .cm-section-4-item {
    /* height: 30vh; */
    padding: 2vw;
  } 
  .cm-section-4-item p{
  font-size: 1.6vw;
  }
  .cm-section-4-item b{
    font-size: 1.5vw;
  padding-bottom: 2vw;
    line-height: 3vw;
    }
    .cm-section-5-container {
      grid-template-columns: auto auto;
      margin-top: 7vw;
      width: 80vw;
    }
    .cm-ER {
      width: 40vw !important;
  
    }
    .cm-section-5-item:nth-child(2) {
      margin-top: 5vw;
    }
    .cm-section-5-item h1 {
      font-size: 3vw;
    }
    .cm-section-5-item h3 {
      font-size: 1.7vw;
    }
    .cm-section-5-item p {
      font-size: 1.6vw;
    }
}
/* SUPPORT */
.su-section-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 0vw;
  width: 70vw;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.su-section-item {
  color: #fff;
  border-radius: 5px;
  padding: 1vw;
  height: auto;
  text-align: left;
margin-left: auto;
margin-right: auto;
  /* width: 90vw; */
}

.su-section-item button:hover {
  background-color: #555;
  color: white;
}
.su-section-item h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 1vw;
margin-top: 3vw;
}
.su-section-item h3 {
  font-weight: normal;
  font-size: 1.5vw;
  margin-top: 5%;
  text-transform: uppercase;
  font-weight: lighter;
}

.su-section-item p {
  font-size: 1.2vw;
  font-weight: lighter;
margin-top: 1vw;
width: 33vw;
}
.su-section-item img:nth-child(1){
  width: 30vw;
}


.su-button-container {
display: flex;

}
.su-section-item button {
border: none;
outline: 0;
display: inline-block;
padding: 10px 25px;
color: rgb(255, 255, 255) !important;
background-color: #f79622 !important;
text-align: center;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 14px;
margin-top: 2vw;
margin-left: 0%;
font-size: 1vw;
letter-spacing: 0.1vw;
text-decoration: none !important;
}
.su-section-item button a {
color: white;
text-decoration: none;
}

.su-section-item button:hover {
background-color: #e67e22;
color: white !important;
text-decoration: none !important;
}
/* .su-banner {
  height: 800vw;
  width: 100vw;
} */
.su-section-item h1 b {
  font-size: 7.1vw;
  line-height: 100%;
}


.h3-title {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
  text-transform: uppercase;
  margin-top: 5%;
}


.support-section-1-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column: 0%;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5vw;
}

.support-section-1-item {
  display: block;
}

.container-1 {
  position: relative;
  justify-content: space-between;
  display: block;
}

.container-1 .card-1 {
  position: relative;
  cursor: pointer;
}

.container-1 .card-1 .face {
  width: 20vw;
  height: 15vw;
  transition: 0.5s;
}

.container-1 .card-1 .face.face1 {
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 30px;
  transform: translateY(5vw);
}

.container-1 .card-1:hover .face.face1 {
  background: #f79622;
  transform: translateY(0);
}

.container-1 .card-1 .face.face1 .content-1 {
  opacity: 1;
  transition: 0.5s;
}

.container-1 .card-1:hover .face.face1 .content-1 {
  opacity: 1;
}

.container-1 .card-1 .face.face1 .content-1 i {
  max-width: 100px;
  margin-top: 50%;
}

.container-1 .card-1 .face.face1 .content-1 h3 {
  margin-top: 50%;
  padding: 0;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 2em;
}

.container-1 .card-1 .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 30px;

  transform: translateY(-10vw);
}

.container-1 .card-1:hover .face.face2 {
  transform: translateY(0);
}

.container-1 .card-1 .face.face2 .content-1 p {
  margin: 0;
  padding: 0;
  font-size: 0.8vw;

}

.container-1 .card-1 .face.face2 .content-1 a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.container-1 .card-1 .face.face2 .content-1 a:hover {
  background: #333;
  color: #fff;
}

.content-1 img {
  width: 50%;
  margin-right: 25%;
  margin-left: 25%;
  margin-top: 0%;
}

.tv-button {
border: none;
background-color: transparent;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.tv-button a {
  border:none !important;  
  background-color: #f79622;
  border: none !important;
  outline: 0;
  display: block;
  padding: 10px 25px !important;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 1vw;
  letter-spacing: 0.2px;
  text-decoration: none;
  margin-top: 10%;
  text-transform: uppercase;
  font-weight: normal !important;
}


/* RESPONSIVENESS */
@media only screen and (max-width: 320px) {
  .su-section-item {
    width: 80vw;
  }
  .su-section-container {
grid-template-columns: auto;
width: auto;
  }
  .su-section-item h1 {
    font-size: 9vw;
  }
  .su-section-item p {
    font-size: 4.5vw;
    width: 70vw;
  }

  .su-section-container h1 b {
    font-size: 16vw;
  }
  .su-section-item button {
    font-size: 4.5vw;
    margin-top: 10vw;
  }
  .su-section-item img {
    display: none;
  }
  .h3-title {
    font-size: 6vw;
    margin-top: 10vw;
    text-align: left;
    width: 80vw;
  }
  .support-section-1-container {
    grid-template-columns: auto;
    margin-top: 15vw;
  }
  .container-1 .card-1 .face {
    width: 70vw;
    height: 150vw;
  }
  .container-1 .card-1:hover .face.face1 {
    transform: translateY(0vw);

  }
  .container-1 .card-1 .face.face2 {
    transform: translateY(-150vw);
  }
  .container-1 .card-1 .face.face1 .content-1 h3 {
    font-size: 6vw;
  }
  .container-1 .card-1 .face.face2 .content-1 p {
    font-size: 4.5vw;
  }
  .content-1 button {
    font-size: 4.5vw;
  }
  .tv-button a{
    font-size: 4.5vw;
    padding: 2.5vw !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .su-section-item {
    width: 80vw;
  }
  .su-section-container {
grid-template-columns: auto;
width: auto;
  }
    .su-section-item h1 {
      font-size: 9vw;
    }

    .su-section-item h1 b {
      font-size: 16vw;
    }
    .su-section-item p {
      font-size: 4vw;
      width: 70vw;
    }
    .su-section-item button {
      font-size: 4vw;
      margin-top: 10vw;
    }
    .su-section-item img {
      display: none;
    }
    .h3-title {
      font-size: 6.5vw;
      margin-top: 10vw;
      text-align: left;
      width: 80vw;
    }
    .support-section-1-container {
      grid-template-columns: auto;
      margin-top: 15vw;
    }
    .container-1 .card-1 .face {
      width: 70vw;
      height: 135vw;
    }
    .container-1 .card-1:hover .face.face1 {
      transform: translateY(0vw);
  
    }
    .container-1 .card-1 .face.face2 {
      transform: translateY(-150vw);
    }
    .container-1 .card-1 .face.face1 .content-1 h3 {
      font-size: 6.5vw;
    }
    .container-1 .card-1 .face.face2 .content-1 p {
      font-size: 4vw;
    }
    .content-1 button {
      font-size: 4vw;
    }
    .tv-button a{
      font-size: 4.5vw;
      padding: 2.5vw !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .su-section-item {
    width: 80vw;
  }
  .su-section-container {
grid-template-columns: auto;
width: auto;
  }
  .su-section-item h1 {
    font-size: 9vw;
  }
  .su-section-item h1 b{
    font-size: 16vw;
  }
  .su-section-item p {
    font-size: 3.5vw;
    width: 70vw;
  }
  .su-section-item button {
    font-size: 3.5vw;
    margin-top: 10vw;
  }
  .su-section-item img {
    display: none;
  }
  .h3-title {
    font-size: 5.5vw;
    margin-top: 0vw;
    text-align: left;
    width: 80vw;
  }
  .support-section-1-container {
    grid-template-columns: auto;
    margin-top: 15vw;
  }
  .container-1 .card-1 .face {
    width: 70vw;
    height: 100vw;
  }
  .container-1 .card-1:hover .face.face1 {
    transform: translateY(0vw);

  }
  .container-1 .card-1 .face.face2 {
    transform: translateY(-110vw);
  }
  .container-1 .card-1 .face.face1 .content-1 h3 {
    font-size: 5.5vw;
  }
  .container-1 .card-1 .face.face2 .content-1 p {
    font-size: 3.5vw;
  }
  .content-1 button {
    font-size: 3.5vw;
  }
  .tv-button a{
    font-size: 4vw;
    padding: 3vw !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .su-section-item {
    width: 80vw;
  }
  .su-section-container {
grid-template-columns: auto;
width: auto;
  }
  .su-section-item h1 {
    font-size: 7vw;
  }
  .su-section-item h1 b {
    font-size: 13vw;
  }
  .su-section-item p {
    font-size: 2vw;
    width: 70vw;
  }
  .su-section-item button {
    font-size: 2vw;
    margin-top: 5vw;
  }
  .su-section-item img {
    display: none;
  }
  .h3-title {
    font-size: 3vw;
    margin-top: 10vw;
    text-align: left;
  }
  .support-section-1-container {
    grid-template-columns: auto;
    margin-top: 5vw;
  }
  .container-1 .card-1 .face {
    width: 70vw;
    height: 40vw;
  }
  .container-1 .card-1:hover .face.face1 {
    transform: translateY(0vw);

  }
  .container-1 .card-1 .face.face2 {
    transform: translateY(-40vw);
  }
  .container-1 .card-1 .face.face1 .content-1 h3 {
    font-size: 3vw;
  }
  .container-1 .card-1 .face.face2 .content-1 p {
    font-size: 2vw;
  }
  .content-1 button {
    font-size: 2vw;
  }
  .tv-button a{
    font-size: 2vw;
    padding: 2vw !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

  .su-section-container {
    width: auto;
    grid-template-columns: auto auto;
  }
  .su-section-item img:nth-child(1) {
    width: 35vw;
  }
  .su-section-item h1 {
    font-size: 4vw;
  }
  .su-section-item h1 b{
    font-size: 11vw;
  }
  .su-section-item p {
    font-size: 1.6vw;
    width: 40vw;
  }
  .su-section-item button {
    font-size: 1.6vw;
    margin-top: 4vw;
  }
  /* .su-section-item img {
    margin-left: 5vw !important;
    margin-top: 15vw !important;
  } */
  .h3-title {
    font-size: 2vw;
    margin-top: 10vw;
    text-align: left;
  }
  .support-section-1-container {
    grid-template-columns: auto auto auto;
    margin-top: 5vw;
    width: 80vw;
  }
  .container-1 .card-1 .face {
width:25vw;
height: 47vw;
  }
  .container-1 .card-1:hover .face.face1 {
    transform: translateY(0vw);

  }
  .container-1 .card-1 .face.face2 {
    transform: translateY(-45vw);
  }
  .container-1 .card-1 .face.face1 .content-1 h3 {
    font-size: 2vw;
  }
  .container-1 .card-1 .face.face2 .content-1 p {
    font-size: 1.6vw;
  }
  .content-1 button {
    font-size: 1.6vw;
  }
  .tv-button a{
    font-size: 1.6vw;
    padding: 2vw !important;
  }
}

/* CONTACT US */
.rs-banner{
  margin-top: -4vw;
}
.wrapper {
  display: grid;
  column-gap: 0vw;
  width: 85vw;
  grid-template-columns: auto auto auto auto auto auto auto;

  text-align: center;
  color: rgb(255, 255, 255);

  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.wrapper .icon span {
  position: relative;
  z-index: 2;
  height: 10vw;
  width: 10vw;
  display: block;
  background: #0f3f54;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i {
  font-size: 5vw;
  line-height: 10vw;
}
.wrapper .icon .tooltip {
  position: absolute;
  top: 0vw;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border-radius: 25px;
  font-size: 1vw;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-decoration: none !important;
  color: #fff !important;
}
.wrapper .icon:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  top: -5vw;
}
/* .wrapper .icon .tooltip:before {
  position: absolute;
  content: "";
  height: 5vw;
  width: 5vw;
  bottom: -4vw;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
} */
.wrapper .icon:hover span,
.wrapp .icon:hover .tooltip {
  text-shadow: 0vw -1px 0px rgba(0, 0, 0, 0.4);
}
.wrapper .icon:hover span {
  color: #fff;
}
.wrapper .icon span a,
.wrapper .icon:hover span a {
  color: #fff;
}
.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before {
  background: #3b5999;
}
.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip:before {
  background: #46c1f6;
}
.wrapper .whatsapp:hover span,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip:before {
  background: #26cc64;
}
.wrapper .linkedin:hover span,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip:before {
  background: #0077b5;
}
.wrapper .location:hover span,
.wrapper .location:hover .tooltip,
.wrapper .location:hover .tooltip:before {
  background: #e53054;
}
.wrapper .phone:hover span,
.wrapper .phone:hover .tooltip,
.wrapper .phone:hover .tooltip:before {
  background: #ffa923;
}
.wrapper .email:hover span,
.wrapper .email:hover .tooltip,
.wrapper .email:hover .tooltip:before {
  background: purple;
}

.wrapper .location .tooltip,
.wrapper .location:hover .tooltip {
  width: 20vw;
}

/* RESPONSIVENESS */
@media only screen and (max-width: 320px) {
  .wrapper {
    grid-template-columns: auto auto;
    row-gap:15vw;
margin-top: 15vw;
  }
  .wrapper .icon span {
  width: 30vw;
  height: 30vw;

  }
  .wrapper .icon:nth-child(7) {
  grid-column: span 2;
  }
  .wrapper .icon span i {
    font-size: 12vw;
    line-height: 30vw;
  }
  .wrapper .icon .tooltip {
    font-size: 4.5vw;
    align-items: center;
    word-wrap: break-word;
display: none;

  }
  .wrapper .tooltip, .wrapper:hover .tooltip {
width: 50vw;
  }
  .wrapper .icon:hover .tooltip {
    top: -25vw;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .wrapper {
    grid-template-columns: auto auto;
    row-gap:10vw;
    margin-top: 15vw;

  }
  .wrapper .icon span {
  width: 30vw;
  height: 30vw;

  }
  .wrapper .icon:nth-child(7) {
  grid-column: span 2;
  }
  .wrapper .icon span i {
    font-size: 12vw;
    line-height: 30vw;
  }
  .wrapper .icon .tooltip {
    font-size: 4vw;
    align-items: center;
    word-wrap: break-word;
display: none;
  }
  .wrapper .tooltip, .wrapper:hover .tooltip {
width: 50vw;
  }
  .wrapper .icon:hover .tooltip {
    top: -18vw;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .wrapper {
    grid-template-columns: auto auto;
    row-gap:8vw;
grid-template-rows: auto auto auto !important;
margin-top: 8vw;

  }
  .wrapper .icon span {
  width: 27vw;
  height: 27vw;

  }
  .wrapper .icon:nth-child(7) {
  grid-column: span 2;
  }
.wrapper .icon:nth-child(7) {
    grid-row: 0vw !important;


}
  .wrapper .icon span i {
    font-size: 13.5vw;
    line-height: 28vw;
  }
  .wrapper .icon .tooltip {
    font-size: 3.5vw;
    align-items: center;
    word-wrap: break-word;
display: none;
  }
  .wrapper .tooltip, .wrapper:hover .tooltip {
width: auto !important;
  }
  .wrapper .icon:hover .tooltip {
    top: -18vw;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .wrapper {
    grid-template-columns: auto auto auto;
    row-gap:10vw;
    margin-top: 8vw;
  }
  .wrapper .icon span {
  width: 18vw;
  height: 18vw;

  }
  .wrapper .icon:nth-child(7) {
  grid-column: span 3;
  }
  .wrapper .icon span i {
    font-size: 8vw;
    line-height: 18vw;
  }
  .wrapper .icon .tooltip {
    font-size: 2vw;
    align-items: center;
    word-wrap: break-word;

  }
  .wrapper .tooltip, .wrapper:hover .tooltip {
width: auto !important;
  }
  .wrapper .icon:hover .tooltip {
    top: -9vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .wrapper {
    grid-template-columns: auto auto auto auto;
    row-gap:10vw;
    margin-top: 5vw;
  }

    .wrapper .icon:nth-child(6) {
      grid-column: span 2;
      }
      .wrapper .icon span {
        width: 15vw;
        height: 15vw;
      
        }
 
  .wrapper .icon .tooltip {
    font-size: 1.6vw;
    align-items: center;
    word-wrap: break-word;

  }

  .wrapper .icon span i {
    font-size: 7vw;
    line-height: 15vw;
  }
  .wrapper .tooltip, .wrapper:hover .tooltip {
width: auto !important;
  }
  .wrapper .icon:hover .tooltip {
    top: -8vw;
  }
}



/* ABOUT */
.au-section-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 0vw;
  width: 70vw;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.au-section-item {
  color: #fff;
  border-radius: 5px;
  padding: 1vw;
  height: auto;
  text-align: left;
margin-left: auto;
margin-right: auto;
  /* width: 90vw; */
}

.au-section-item button:hover {
  background-color: #555;
  color: white;
}
.au-section-item h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 1vw;
margin-top: 3vw;
}
.au-section-item h3 {
  font-weight: normal;
  font-size: 1.5vw;
  margin-top: 5%;
  text-transform: uppercase;
  font-weight: lighter;
}

.au-section-item p {
  font-size: 1.2vw;
  font-weight: lighter;
margin-top: 1vw;
width: 33vw;
}
.au-section-item img:nth-child(1){
  width: 30vw;
}


.au-button-container {
display: flex;

}
.au-section-item button {
border: none;
outline: 0;
display: inline-block;
padding: 10px 25px;
color: rgb(255, 255, 255) !important;
background-color: #f79622 !important;
text-align: center;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 14px;
margin-top: 2vw;
margin-left: 0%;
font-size: 1vw;
letter-spacing: 0.1vw;
text-decoration: none !important;
}
.au-section-item button a {
color: white;
text-decoration: none;
}

.au-section-item button:hover {
background-color: #e67e22;
color: white !important;
text-decoration: none !important;
}

.au-section-item h1 b {
  font-size: 7.1vw;
  line-height: 100%;
}

.au-section-1-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0%;
  color: #444;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 0vw;
}

.au-section-1-item {
  color: #fff;
  border-radius: 5vw;
  padding: 5vw;
  font-size: 150%;
  height: auto;
  text-align: justify;
  color: rgb(0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
  font-size: 1vw;
}

.au-section-1-item-text {
  text-align: justify;
  position: absolute;
  color: rgb(0, 0, 0);
  margin-top: 5%;
  left: 50%;
  width: 70%;
  font-size: 1vw;
}
.au-section-1-item h1 {
  font-size: 3vw;
  margin-top: 5%;
}
.au-section-1-item h3 {
  font-size: 1.25vw;
  margin-top: 5%;
  color: #f79827;
  text-transform: uppercase;
  text-align: left;
}
.au-section-1-item p {
  font-size: 1vw;
  margin-top: 5%;
}

.au-section-2-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0%;
  background-color: #fff;
  color: #444;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 20%;
}

.au-section-2-item {
  background-color: #fff;
  color: #fff;
  border-radius: 5vw;
  padding: 5vw;
  font-size: 150%;
  height: auto;
}


.au-section-3-container {
  position: relative;
  margin-left: 30vw;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0%;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 20vw;
}

.au-section-3-item {
  text-align: left;
  color: #444;
  border-radius: 5vw;
  padding: 5vw;
  font-size: 150%;
  height: auto;
  width: auto;
}
.au-section-3-item h1 {
  font-size: xx-large;
  margin-top: 5%;
  text-transform: uppercase;
}
.au-section-3-item h3 {
  font-size: x-large;
  margin-top: 3%;
  color: #f79827;
}
.au-section-3-item p {
  font-size: 1vw;
  margin-top: 3%;
}

.user-section-1-container {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
  grid-gap: 2%;
  column-gap: 5%;
  grid-template-columns: auto auto;
  margin-top: 10%;
}

.user-section-1-item {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}
.user-section-1-item:nth-child(1) {
  grid-row: 1 / 1;
}
.user-section-1-item:nth-child(2) {
  grid-row: 2;
  grid-column: 2;
}
.user-section-1-item:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}
.user-section-1-item:nth-child(4) {
  grid-row: 4;
  grid-column: 2;
}
.user-section-1-item:nth-child(5) {
  grid-row: 5;
  grid-column: 1;
}
.user-section-1-item:nth-child(6) {
  grid-row: 6;
  grid-column: 2;
}
.user-section-1-item:nth-child(7) {
  grid-row: 7;
  grid-column: 1;
}


.user-section-1-subitem-1 {
  background-color: #f79622;
  width: 25%;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  float: left;
  padding: 1%;
}
.user-section-1-subitem-2 {
  float: right;
  width: 75%;
  padding: 5%;
}

.user-section-1-subitem-2 h1 {
  text-transform: uppercase;
  font-size: xx-large;
}

.user-section-1-subitem-2 h3 {
  text-transform: uppercase;
  color: #f79622;
  font-size: x-large;
}

.user-section-1-subitem-2 p {
  margin-top: 5%;
  font-size: medium;
}
.user-section-1-subitem-1 img {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
  filter: grayscale(0.7);
  box-shadow: rgba(0, 0, 0, 0.04) 0vw 3vw 5vw;
}

.details {
  background-color: #ee8300;
  padding: 5%;
  margin-top: 5%;
  margin-bottom: 5%;

  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 90%;
  display: block;
}
.user-section-1-subitem-1 :hover {
  cursor: pointer;
}

.details p {
  color: white;
  font-weight: bold;
  font-size: 0.7vw;
  text-align: center;
  margin-top: 10%;
}
.details i {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  margin-top: 10%;
  width: 80%;
}
.details a {
  text-decoration: none;
}

.au-section-3-item a {
  text-decoration: none;
} 

/* RESPONSIVENESS */

@media only screen and (max-width: 320px) {
  .hp-banner, .rs-banner, .su-banner, .wf-banner, .cp-banner, .cm-banner, .au-banner{
    margin-top: -25.5vw;
    height: 100vh;
  }

  .au-section-item img{
    display: none !important;
  }
  .au-section-item {
    width: 80vw;
    margin-left: 2vw;
  }

  .au-section-container {
grid-template-columns: auto;
width: auto;
  }
  .au-section-container h1 {
    font-size: 9vw;
  }
  .au-section-container h1 b {
    font-size: 16vw;
  }
  .au-section-container p {
    font-size: 4.5vw;
    width: auto;
    margin-top: 0vw;
  }
  .au-section-1-container {
    margin-top: 0vw;
    width: 90vw;
  }
  .au-button-container button{
    width: 50vw;
    font-size: 5vw;
    margin-top: 7vw;
  }
  .au-section-1-item {
    width: auto;
  }
  .au-section-1-item h3 {
    font-size: 6vw;
  }
  .au-section-1-item p {
    font-size: 4.5vw;
    text-align: left;
  }
  .user-section-1-container {
    grid-template-columns: auto;
  }
  .user-section-1-item:nth-child(1) {
    grid-row: 1 / 1;
  }
  .user-section-1-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(7) {
    grid-row: 7;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(8) {
    grid-row: 8;
    grid-column: 1;
  }
  .user-section-1-item {
    grid-template-columns: auto;
  }
  .user-section-1-subitem-1 {
    grid-template-columns: auto auto;
    width: 80vw;
    height: auto;
  }
  .user-section-1-subitem-2 {
    width: 80vw;
    height: auto;
    text-align: center;
  }
  .user-section-1-subitem-2 h1 {
    text-align: left;
    margin-top: 5vw;
  }
  .user-section-1-subitem-2 h3 {
    text-align: left;
    margin-top: 5vw;
    font-size: 6vw;
  }
  .user-section-1-subitem-2 p {
    text-align: left;
    margin-top: 5vw;
    font-size: 4.5vw;
  }

  .user-section-1-subitem-1-1 {
    display: grid;
    grid-template-columns: auto;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
  
  .details {
    background-color: #ee8300;
    padding: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
  
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: auto;
    display: block;
  }
  .details p {
    font-size: 4.5vw;
    word-wrap: break-word;
  }
  .au-section-3-container {
    margin-top: 230vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .au-section-1-item {
    width: auto;
  }
  .au-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .au-section-3-item h3 {
    font-size: 5vw;
    text-align: left;
    text-transform: none;
  }
  .au-section-3-item p {
    font-size: 4.5vw;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .hp-banner, .rs-banner, .su-banner, .wf-banner, .cp-banner, .cm-banner, .au-banner{
            margin-top: -21.5vw;
            height: 100vh;
  }
  .au-section-item img, .au-keyword {
    display: none !important;
  }
  .au-section-item {
    width: 80vw;
    margin-left: 2vw;
  }
  .au-section-container {
    grid-template-columns: auto;
    width: auto;
      }
  .au-section-container h1 {
    font-size: 9vw;
  }
  .au-section-container h1 b {
    font-size: 16vw;
  }
  .au-section-container p {
    font-size: 4.5vw;
    width: 80vw;
    margin-top: 1vw;
  }
  .au-section-1-container {
    margin-top: 0vw;
    width: 90vw;
  }
  .au-section-1-item {
    width: auto;
  }
  .au-button-container button{
    width: 50vw;
    font-size: 5vw;
    margin-top: 7vw;
  }
  .au-section-1-item h3 {
    font-size: 6vw;
  }
  .au-section-1-item p {
    font-size: 4.5vw;
    text-align: left;
  }
  .user-section-1-container {
    grid-template-columns: auto;
  }
  .user-section-1-item:nth-child(1) {
    grid-row: 1 / 1;
  }
  .user-section-1-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(7) {
    grid-row: 7;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(8) {
    grid-row: 8;
    grid-column: 1;
  }
  .user-section-1-item {
    grid-template-columns: auto;
  }
  .user-section-1-subitem-1 {
    width: 80vw;
    height: auto;
  }
  .user-section-1-subitem-2 {
    width: 80vw;
    height: auto;
    text-align: center;
  }
  .user-section-1-subitem-2 h1 {
    text-align: left;
    margin-top: 5vw;
    font-size: 8vw;
  }
  .user-section-1-subitem-2 h3 {
    text-align: left;
    margin-top: 5vw;
    font-size: 6vw;
  }
  .user-section-1-subitem-2 p {
    text-align: left;
    margin-top: 4.5vw;
  }
  .details p {
    font-size: 4.5vw;
    word-wrap: break-word;

  }
  .au-section-3-container {
    margin-top: 220vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .au-section-3-item h1 {
    font-size: 8vw;
    text-align: left;
  }
  .au-section-3-item h3 {
    font-size: 5vw;
    text-align: left;
    text-transform: none;
  }
  .au-section-3-item p {
    font-size: 4.5vw;
  }
  .user-section-1-subitem-1-1 {
    display: grid;
    grid-template-columns: auto;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
  
  .details {
    background-color: #ee8300;
    padding: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
  
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: auto;
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .hp-banner, .rs-banner, .su-banner, .wf-banner, .cp-banner, .cm-banner, .au-banner{
    margin-top: -19vw;
    height: 100vh;
  }
  .au-section-item img, .au-keyword {
    display: none !important;
  }
  .au-section-item {
    width: 80vw;
    margin-left: 2vw;
  }
  .au-section-container {
grid-template-columns: auto;
width: auto;
}
  .au-section-container h1 {
    font-size: 9vw;
  }
  .au-section-container h1 b {
    font-size: 16vw;
  }
  .au-section-container p {
    font-size: 3.5vw;
    width: 70vw;
    margin-top: 1vw;
  }
  .au-section-1-container {
    margin-top: 0vw;
    width: 90vw;
  }
  .au-section-1-item {
    width: auto;
  }
  .au-button-container button{
    width: 50vw;
    font-size: 3.5vw;
    margin-top: 7vw;
  }
  .au-section-1-item h3 {
    font-size: 5.5vw;
  }
  .au-section-1-item p {
    font-size: 3.5vw;
  }
  .user-section-1-container {
    grid-template-columns: auto;
  }
  .user-section-1-item:nth-child(1) {
    grid-row: 1 / 1;
  }
  .user-section-1-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(7) {
    grid-row: 7;
    grid-column: 1;
  }
  .user-section-1-item:nth-child(8) {
    grid-row: 8;
    grid-column: 1;
  }
  .user-section-1-item {
    grid-template-columns: auto;
  }
  .user-section-1-subitem-1 {
    width: 80vw;
    height: auto;
  }
  .user-section-1-subitem-2 {
    width: 80vw;
    height: auto;
    text-align: center;
  }
  .user-section-1-subitem-2 h1 {
    text-align: justify;
    margin-top: 3vw;
  }
  .user-section-1-subitem-2 h3 {
    text-align: left;
    margin-top: 5vw;
    font-size: 5.5vw;
  }
  .user-section-1-subitem-2 p {
    text-align: justify;
    font-size: 3.5vw;
  }
  .details p {
    font-size: 3.5vw;
    word-wrap: break-word;
  }
  .au-section-3-container {
    margin-top: 180vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .au-section-3-item h1 {
    font-size: 7vw;
    text-align: left;
  }
  .au-section-3-item h3 {
    font-size: 5vw;
    text-align: left;
    text-transform: none;
  }
  .au-section-3-item p {
    font-size: 3.5vw;
  }
  .user-section-1-subitem-1-1 {
    display: grid;
    grid-template-columns: auto;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
  
  .details {
    background-color: #ee8300;
    padding: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
  
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: auto;
    display: block;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .hp-banner, .rs-banner, .su-banner, .wf-banner, .cp-banner, .cm-banner, .au-banner{
    margin-top: -11.4vw;
    height: 100vh;
  }
  .au-section-item img, .au-keyword {
    display: none !important;
  }
  .au-section-item {
    width: 80vw;
    margin-left: 2vw;
  }
  .au-section-container {
    grid-template-columns: auto;
    width: auto;
  }
  .au-section-container h1 {
    font-size: 7vw;
  }
  .au-section-container h1 b {
    font-size: 13vw;
  }
  .au-section-container p {
    font-size: 2vw;
    width: 60vw;
    margin-top: 0vw;
  }
  .au-section-1-container {
    margin-top: 0vw;
    width: 90vw;
  }
  .au-section-1-item {
    width: auto;
  }
  .au-button-container button{
    width: 30vw;
    font-size: 2vw;
    margin-top: 5vw;
  }
  .au-section-1-item h3 {
    font-size: 3vw;
  }
  .au-section-1-item p {
    font-size: 2vw;
  }
  .user-section-1-container {
    grid-template-columns: auto auto;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
  .user-section-1-item:nth-child(1) {
    grid-row: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(7) {
    grid-row: 7;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(8) {
    grid-row: 8;
    grid-column: 1;
    grid-column: span 2;
  }

  .user-section-1-subitem-1 {
    width: 30%;
  }

  .user-section-1-subitem-2 {
    width: 70%;
  }

  .details p {
    font-size: 1.5vw;
    word-wrap: break-word;
  }
  .au-section-3-container {
    margin-top: 60vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .au-section-3-item h1 {
    font-size: 4vw;
    text-align: left;
  }
  .au-section-3-item h3 {
    font-size: 2.5vw;
    text-align: left;
    text-transform: none;
  }
  .au-section-3-item p {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* .au-section-item img, .au-keyword {
    display: none !important;
  } */

  .hp-banner, .rs-banner, .su-banner, .wf-banner, .cp-banner, .cm-banner, .au-banner{
    margin-top: -9vw;
    height: 100vh;
  }

  .au-section-container {
    width: auto;
    grid-template-columns: auto auto;
  }
  .au-section-item img:nth-child(1) {
    width: 35vw;
  }

  .au-section-container h1 {
    font-size: 6vw;
  }
  .au-section-container h1 b {
    font-size: 11vw;
  }
  .au-section-container p {
    font-size: 1.6vw;
    width: 38vw;

  }
  .au-section-1-container {
    margin-top: 0vw;
    width: 100vw;
  }
  .au-button-container button{
    width: 20vw;
    font-size: 1.6vw;
    margin-top: 5vw;
  }
  .au-section-1-item h3 {
    font-size: 2vw;
  }
  .au-section-1-item p {
    font-size: 1.6vw;
  }
  .user-section-1-container {
    grid-template-columns: auto auto;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
  .user-section-1-item:nth-child(1) {
    grid-row: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(7) {
    grid-row: 7;
    grid-column: 1;
    grid-column: span 2;
  }
  .user-section-1-item:nth-child(8) {
    grid-row: 8;
    grid-column: 1;
    grid-column: span 2;
  }

  .user-section-1-subitem-1 {
    width: 30%;
  }

  .user-section-1-subitem-2 {
    width: 70%;
  }

  .details p {
    font-size: 1.3vw;
    word-wrap: break-word;
  }
  .au-section-3-container {
    margin-top: 40vw;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .au-section-3-item h1 {
    font-size: 3vw;
    text-align: left;
  }
  .au-section-3-item h3 {
    font-size: 2vw;
    text-align: left;
    text-transform: none;
  }
  .au-section-3-item p {
    font-size: 1.6vw;
  }
}


  /* RESOURCES */
  .rs-banner-text {
    text-align: center;
    color: rgb(255, 255, 255);
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 4;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .rs-button-container{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 40vw;
  }
  .rs-banner button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 15px 35px;
    color: rgb(255, 255, 255);
    background-color: #f79622;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
    margin-top: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1vw;
    width: 15vw;
    font-weight: bold;
    word-wrap: break-word;
    height: auto;
    letter-spacing: 0.1vw;
  }
  
  /* .rs-banner-text button:hover {
    background-color: #555;
    color: white;
  } */
  .rs-banner-text h1 {
    font-weight: normal;
    font-size: 3.5vw;
    letter-spacing: 1vw;
    padding-top: 10px;
  }
  
  @media only screen and (max-width: 320px) {
    
    .rs-banner-text {
      width: 80vw;
    }
    
    .rs-button-container{
      margin-top: 15vw;
    }

    .rs-banner button {
      font-size: 4.5vw;
      width: 60vw;
    }

    .rs-banner-text h1 {
      font-size: 9vw;
    }
  }
  
  @media only screen and (min-width: 321px) and (max-width: 375px) {
    .rs-banner-text {

      width: 80vw;
    }
    
    .rs-button-container{
      margin-top: 15vw;
    }

    .rs-banner button {
      font-size: 4vw;
      width: 60vw;
    }

    .rs-banner-text h1 {
      font-size: 9vw;
    }
  }
  
  @media only screen and (min-width: 376px) and (max-width: 425px) {
    .rs-banner-text {

      width: 80vw;
    }
    
    .rs-button-container{
      margin-top: 15vw;
    }

    .rs-banner button {
      font-size: 3.5vw;
      width: 60vw;
    }

    .rs-banner-text h1 {
      font-size: 9vw;
    }
  }
  
  @media only screen and (min-width: 426px) and (max-width: 768px) {
    .rs-banner-text {
      width: 80vw;
    }
    
    .rs-button-container{
      margin-top: 10vw;
    }

    .rs-banner button {
      font-size: 2vw;
      width: 30vw;
    }

    .rs-banner-text h1 {
      font-size: 7vw;
    }
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {

    .rs-banner-text {

      width: 80vw;
    }
    
    .rs-button-container{
      margin-top: 7vw;
    }

    .rs-banner button {
      font-size: 1.6vw;
      width: 30vw;
    }

    .rs-banner-text h1 {
      font-size: 6vw;
    }
  }
  
/* SERVICES */


  .sv-section-1-container {
    text-align: center;
    color: rgb(255, 255, 255);
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 4;
    position: relative;
    display: grid;
    float: left;
    top: 50%;
    grid-template-columns: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .sv-section-1-item {
    color: #fff;
  margin-left: auto;
  margin-right: auto;
  }
  
  .resources-container {
    border-radius: 150vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -2px inset;
    z-index: 0;
    width: 15vw;
    height: 15vw;
    cursor: pointer;
  }
  .support-container {
    border-radius: 150vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -2px inset;
    z-index: 0;
    width: 15vw;
    height: 15vw;
    cursor: pointer;
  }
  .services-p {
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 1.5vw;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 6.5vw;
  }

  @media only screen and (max-width: 320px) {
    .sv-section-1-container {
grid-template-columns: auto;
row-gap: 20vw;
  }
  .resources-container, .support-container {
  width: 55vw;
  height: 55vw;
  }

  .services-p {
    font-size: 4.5vw;
    margin-top: 23.5vw;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  .sv-section-1-container {
grid-template-columns: auto;
row-gap: 20vw;
}
.resources-container, .support-container {
width: 55vw;
height: 55vw;
}
.services-p {
  font-size: 4vw;
  margin-top: 23.5vw;
}
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
  .sv-section-1-container {
grid-template-columns: auto;
row-gap: 20vw;
}
.resources-container, .support-container {
width: 55vw;
height: 55vw;
}
.services-p {
  font-size: 3.5vw;
  margin-top: 25vw;
}
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .sv-section-1-container {
grid-template-columns: auto;
column-gap: 5vw;
width: 85vw;
}
.resources-container, .support-container {
width: 30vw;
height: 30vw;
}
.services-p {
  font-size: 2vw;
  margin-top: 14vw;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sv-section-1-container {
grid-template-columns: auto;
column-gap: 5vw;
width: 80vw;
}
.resources-container, .support-container {
width: 25vw;
height: 25vw;
}
.services-p {
  font-size: 1.6vw;
  margin-top: 11.5vw;
}
}

/* PRODUCTS */
.pr-section-1-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5%;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pr-section-1-item {
  color: #fff;
margin-left: auto;
margin-right: auto;
}
.pr-banner-text {
  width: 100%;
  margin-top: 10%;
}

.pr-banner-text h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 10px;
  padding-top: 10px;
  line-height: 125%;
  width: 100%;
  color: white;
}
.product-wf-container {
  border-radius: 150vw;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -2px inset;
  z-index: 0;
  width: 15vw;
  height: 15vw;
  cursor: pointer;
}
.product-cp-container {
  border-radius: 150vw;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -2px inset;
  z-index: 0;
  width: 15vw;
  height: 15vw;
  cursor: pointer;
}
.product-cm-container {
  border-radius: 150vw;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -2px inset;
  z-index: 0;
  width: 15vw;
  height: 15vw;
  cursor: pointer;
}
.pwf-logo {
  z-index: 1;
  width:  10vw;
  margin-top: 5.5vw;
  margin-bottom: 5.5vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;

}
.pcp-logo {
  z-index: 1;
  width:  8vw;
  margin-top: 5.5vw;
  margin-bottom: 5.5vw;
  margin-left: 3.5vw;
  margin-right: 3.5vw;
}
.pcm-logo {
  z-index: 1;
  width:  10vw;
  margin-top: 5.1vw;
  margin-bottom: 5.5vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
}

@media only screen and (max-width: 320px) {
  .pr-section-1-container {
    grid-template-columns: auto;
    width: auto;
  }

  .product-cm-container, .product-cp-container, .product-wf-container {
    width: 38vw;
    height: 38vw;
    }
    .pwf-logo {
      z-index: 1;
      width:  30vw;
      margin-top: 13vw;
      margin-bottom: 18vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
    .pcp-logo {
      z-index: 1;
      width:  20vw;
      margin-top: 14.5vw;
      margin-bottom: 20vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
    .pcm-logo {
      z-index: 1;
      width:  25vw;
      margin-top: 13vw;
      margin-bottom: 20vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .pr-section-1-container {
    grid-template-columns: auto;
    width: auto;
  }
  .product-cm-container, .product-cp-container, .product-wf-container {
    width: 36vw;
    height: 36vw;
    }
    .pwf-logo {
      z-index: 1;
      width:  30vw;
      margin-top: 12vw;
      margin-bottom: 18vw;
      margin-left: 3vw;
      margin-right: 4vw;
    }
    .pcp-logo {
      z-index: 1;
      width:  24vw;
      margin-top: 13vw;
      margin-bottom: 20vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
    .pcm-logo {
      z-index: 1;
      width:  27vw;
      margin-top: 11.5vw;
      margin-bottom: 20vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .pr-section-1-container {
    grid-template-columns: auto;
    width: auto;
  }
  .product-cm-container, .product-cp-container, .product-wf-container {
    width: 36vw;
    height: 36vw;
    }
    .pwf-logo {
      z-index: 1;
      width:  30vw;
      margin-top: 12vw;
      margin-bottom: 18vw;
      margin-left: 3vw;
      margin-right: 4vw;
    }
    .pcp-logo {
      z-index: 1;
      width:  24vw;
      margin-top: 13vw;
      margin-bottom: 20vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
    .pcm-logo {
      z-index: 1;
      width:  27vw;
      margin-top: 11.5vw;
      margin-bottom: 20vw;
      margin-left: 4vw;
      margin-right: 4vw;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .pr-section-1-container {
    grid-template-columns: auto auto auto;
    width: 80vw;
  }
  .product-cm-container, .product-cp-container, .product-wf-container {
    width: 20vw;
    height: 20vw;
    }
    .pwf-logo {
      z-index: 1;
      width:  15vw;
      margin-top: 7vw;
      margin-bottom: 7vw;
      margin-left: 2.6vw;
      margin-right: 2.6vw;
    }
    .pcp-logo {
      z-index: 1;
      width:  12vw;
      margin-top: 7vw;
      margin-bottom: 7vw;
      margin-left: 3.9vw;
      margin-right: 3.9vw;
    }
    .pcm-logo {
      z-index: 1;
      width:  15vw;
      margin-top: 6.4vw;
      margin-bottom: 7vw;
      margin-left: 2.6vw;
      margin-right: 2.6vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pr-section-1-container {
    grid-template-columns: auto auto auto;
    width: 80vw;
  }
  .product-cm-container, .product-cp-container, .product-wf-container {
    width: 20vw;
    height: 20vw;
    }
    .pwf-logo {
      z-index: 1;
      width:  15vw;
      margin-top: 7vw;
      margin-bottom: 7vw;
      margin-left: 2.6vw;
      margin-right: 2.6vw;
    }
    .pcp-logo {
      z-index: 1;
      width:  12vw;
      margin-top: 7vw;
      margin-bottom: 7vw;
      margin-left: 3.9vw;
      margin-right: 3.9vw;
    }
    .pcm-logo {
      z-index: 1;
      width:  15vw;
      margin-top: 6.4vw;
      margin-bottom: 7vw;
      margin-left: 2.6vw;
      margin-right: 2.6vw;
    }
}

/* CELLO INSTALL */
.cello-p {
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 1.5vw;
  word-wrap: break-word;
  letter-spacing: 5px;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 10vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 320px) {
  .cello-p {
    word-wrap:normal;
    font-size: 4.5vw;
width: auto;

  }}
  @media only screen and (min-width: 321px) and (max-width: 375px) {
    .cello-p {
      word-wrap:normal;
      font-size: 4vw;
  width: auto;
  
     
  }}
  @media only screen and (min-width: 376px) and (max-width: 425px) {
    .cello-p {
      word-wrap:normal;
      font-size: 3.5vw;
  width: auto;
  padding: 5vw;
     
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .cello-p {
    word-wrap:normal;
    font-size: 2vw;
width: auto;
padding: 5vw;
   
}}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cello-p {
    word-wrap:normal;
    font-size: 1.6vw;
width: auto;
padding: 5vw;
   
}}



.install-section-1-container{
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  grid-gap: 3vw;
  color: #444;
  width: 80vw;
  margin-left: auto;
  margin-top: 5vw;
  margin-right: auto;
  height: auto;
  transform: scale(1);
  position: relative;
}

.install-section-1-item {
  color: #fff;
  background-color: #333;
  border-radius: 15px;
  padding: 2vw;
  text-align: center;
  height: auto;
  word-wrap: break-word;
  width: aut0;
}

.install-section-1-item:hover {
  background-color: #f79622;

}

.install-section-1-item a{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2vw;
  color: #fff;
  font-size: 1vw;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.install-image {
  width: 5vw;
  padding-bottom: 1.5vw;
}


@media only screen and (max-width: 320px) {
.install-section-1-container{
  grid-template-columns: auto  ;
  margin-top: 10vw;
  row-gap: 8vw;
}

.install-section-1-item {
  color: #fff;
  background-color: #333;
  border-radius: 15px;
  padding: 2vw;
  text-align: center;
  height: auto;
  word-wrap: break-word;
  width: auto;
}

.install-section-1-item:hover {
  background-color: #f79622;

}

.install-section-1-item a{

  font-size: 4.5vw;
padding: 5vw
}


.install-image {
  width: 15vw;
  padding-bottom: 1.5vw;
}
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .install-section-1-container{
    grid-template-columns: auto  ;
    margin-top: 10vw;
    row-gap: 8vw;
  }
  
  .install-section-1-item {
    color: #fff;
    background-color: #333;
    border-radius: 15px;
    padding: 2vw;
    text-align: center;
    height: auto;
    word-wrap: break-word;
    width: auto;
  }
  
  .install-section-1-item:hover {
    background-color: #f79622;
  
  }
  
  .install-section-1-item a{
  
    font-size: 4.5vw;
  padding: 5vw
  }
  
  
  .install-image {
    width: 15vw;
    padding-bottom: 1.5vw;
  }
  }

  @media only screen and (min-width: 376px) and (max-width: 425px) {
    .install-section-1-container{
      grid-template-columns: auto  ;
      margin-top: 10vw;
      row-gap: 8vw;
    }
    
    .install-section-1-item {
      color: #fff;
      background-color: #333;
      border-radius: 15px;
      padding: 2vw;
      text-align: center;
      height: auto;
      word-wrap: break-word;
      width: auto;
    }
    
    .install-section-1-item:hover {
      background-color: #f79622;
    
    }
    
    .install-section-1-item a{
    
      font-size: 4.5vw;
    padding: 5vw
    }
    
    
    .install-image {
      width: 15vw;
      padding-bottom: 1.5vw;
    }
    }

    @media only screen and (min-width: 426px) and (max-width: 768px) {
      .install-section-1-container{
        grid-template-columns: auto  auto;
        margin-top: 10vw;
        row-gap: 3vw;
        width: 80vw;
      }
      
      .install-section-1-item {
        color: #fff;
        background-color: #333;
        border-radius: 15px;
        padding: 2vw;
        text-align: center;
        height: auto;
        word-wrap: break-word;
        width: auto;
      }
      
      .install-section-1-item:hover {
        background-color: #f79622;
      
      }
      
      .install-section-1-item a{
      
        font-size: 2vw;
      padding: 5vw
      }
      
      
      .install-image {
        width: 10vw;
        padding-bottom: 1.5vw;
      }
      }

      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .install-section-1-container{
          grid-template-columns: auto  auto;
          margin-top: 10vw;
          row-gap: 3vw;
          width: 80vw;
        }
        
        .install-section-1-item {
          color: #fff;
          background-color: #333;
          border-radius: 15px;
          padding: 2vw;
          text-align: center;
          height: auto;
          word-wrap: break-word;
          width: auto;
        }
        
        .install-section-1-item:hover {
          background-color: #f79622;
        
        }
        
        .install-section-1-item a{
        
          font-size: 2vw;
        padding: 5vw
        }
        
        
        .install-image {
          width: 10vw;
          padding-bottom: 1.5vw;
        }
        }

        #loading_indicator {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          border: 10px solid rgb(189, 189, 189);
          border-radius: 50%;
          border-top: 10px solid #f79622;
          width: 100px;
          height: 100px;
          animation: spinIndicator 2s linear infinite;
       }
       @keyframes spinIndicator {
          100% {
             transform: rotate(360deg);
          }
       }


       .pr-banner, .sv-banner, .cu-banner{
         height: 100vh;
       }


       .transition {
        transition: all 2s;
    }
    
    .transition.fading {
        opacity: 0.85;
    }


/* NEWS */
.news-section-container {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  
}
.news-section-1-container {
  grid-template-columns: auto;
  display: grid;
  width: 80vw;
  padding: 1vw;
  margin-left: auto;
  margin-right: auto;
  float: left;

}
.news-section-1-item {
  background-color: #fff;
  padding: 3vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  display: block;
  width: 75vw;
border-radius: 1vw;
}
.news-section-1-item:nth-child(2) {
  background-color: #fff;
  padding: 2vw;
  height: auto;

}
.news-section-1-item img{
  width: 25vw;
  border-radius: 0.5vw;
}
.news-section-2-container {
  grid-template-columns: auto;
  display: grid;
  grid-gap: 2vw;
  width: 18vw;
  margin-left: auto;
  margin-right: auto;
  float: right;
  border-radius: 0.5vw;

}
.news-section-2-item {
  background-color: #fff;
  padding: 2vw;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  border-radius: 0.5vw;
}


.news-section-1-item,.news-section-2-item h1 {
  text-align: center;
  color: #646464;
  font-size: 2vw;
}

.news-section-1-item,.news-section-2-item h3 {
  text-align: left;
  color: #646464;
  font-weight: normal;
  margin-bottom: 1vw;
  font-size: 1.5vw;
}

.news-section-1-item,.news-section-2-item p {
  color: #646464;
  font-size: 0.8vw;
  margin-bottom: 2vw;
}

.news-section-2-item button {
  border: none;
  outline: 0;
  display: block;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  background-color: #f79622 !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 1vw;
  letter-spacing: 0.1vw;
  text-decoration: none !important;

}
.news-section-2-item button a{
color: #fff;
  text-decoration: none !important;

}

.label {
  background-color: lightgray !important;
  opacity: 0.9;
}



.content-width {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.slideshow {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
}

.slideshow-items {
  position: relative;
  width: 100%;
  height: 300px;
}

.item {
  position: absolute;
  width: 65vw;
  height: auto;
}

.item-image-container {
  position: relative;
  width: 43vw;
  padding: 1vw;
  margin-top: 0vw;
  margin-bottom: auto;

}

.item-image-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #686868; */
  opacity: 0;
  z-index: 1;
}

.item-image {
  position: relative;
  width: 30vw;
  height: auto;
  opacity: 0;
  border-radius: 0.2vw;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  display: block;
  /* transition: property name | duration | timing-function | delay  */
  transition: opacity .3s ease-out .45s;
}

.item.active .item-image {
  opacity: 1;
}

.item.active .item-image-container::before {
  opacity: .8;
}

.item-description {
  position: absolute;
  top: 150px;
  right: 0;
  width: 35vw;
  padding-right: 4%;
  /* line-height: 1.8; */
  font-size: 0.8vw;
}

.item-button {
  position: absolute;
  right: 0;
  padding-right: 4%;
  font-size: 0.8vw;
  border: none;
  outline: 0;
  display: block;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  background-color: #f79622 !important;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 1vw;
  letter-spacing: 0.1vw;
  text-decoration: none;

}

/* Staggered Vertical Items ------------------------------------------------------*/
.item-header {
  position: absolute;
  top: 0vw;
  right: 0;
  width: 35vw;
  padding-right: 4%;
  line-height: 1.8;
}

.item-header .vertical-part {
  margin: 0 -4px;
  color: rgb(184, 184, 184) !important;
  font-size: 3vw;
  color: #fff;
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
}

.item-header .vertical-part b {
  transition: .5s;
}

.item-description .vertical-part b {
  transition: .21s;
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
}

.item.active .item-button .vertical-part b {
  transform: translateY(0);
}


/* Controls ----------------------------------------------------------------------*/
.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
  margin-top: 0vw;
}

.controls ul {
  list-style: none;
}

.controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #bdbdd5;
  ;
  cursor: pointer;
}

.controls ul li.active {
  background: #6a6a77;
  ;
}
.news-section-3-container {
  grid-template-columns: auto auto;
  display: grid;
  width: 55vw;
  padding: 1vw;
  float: left;
  row-gap: 1vw;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 1vw;
}
.news-section-3-item {
  padding: 2vw;
  height: auto;

}
 .news-section-3-item:nth-child(1) {
  width: 33vw;
}

.news-section-3-item:nth-child(2) {
  width: 20vw;

  } 
  .news-section-3-item img {
    width: 17vw;
    margin-left: 0vw;
    /* margin-left: auto;
    margin-right: auto;
    display: block; */
  }

  .news-section-3-item h2 {
    color: rgb(184, 184, 184) !important;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 1vw;
  }
  .news-section-3-item p {
    font-size: 1vw;
    margin-top: 2.5vw;
  }
  .news-section-3-item b {

  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  background-color: #f79622 !important;
  text-align: center;
  border-radius: 14px;
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  margin-top: 1vw;
  margin-right: 1vw;
  text-decoration: none;
width: 8vw !important;
}
.news-section-3-item b:nth-child(3) {
  background-color: deeppink !important;
}
.news-section-3-item b:nth-child(4) {
  background-color:deepskyblue !important;
}

.news-section-4-container {
  margin-top: 5vw;
  grid-template-columns: auto;
  display: grid;
  width: 55vw;
  padding: 1vw;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1vw;
  background-color: white;
  float: left;
  row-gap: 1vw;
}
.news-section-4-item {
  padding: 2vw;
  height: auto;

}
 .news-section-4-item:nth-child(1) {
  width: auto;

}

.news-section-4-item:nth-child(2) {
  width: auto;
  padding-top:0vw;

  } 
  .news-section-4-item img {
    width: 49vw;
    margin-left: auto;
    border-radius: 0.4vw;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    object-fit: cover;
  }

  .news-section-4-item h2 {
    color: rgb(184, 184, 184) !important;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 1vw;
  }
  .news-section-4-item p {
    font-size: 1vw;
    margin-top: 2.5vw;
  }
  .news-section-4-item b {

  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: rgb(255, 255, 255);
  background-color: #f79622 !important;
  text-align: center;
  border-radius: 14px;
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  margin-top: 1vw;
  margin-right: 1vw;
  text-decoration: none;
width: 8vw !important;
}
.news-section-4-item b:nth-child(3) {
  background-color:rgb(0, 221, 136) !important;
}
.news-section-4-item b:nth-child(4) {
  background-color:mediumorchid !important;
}

/* USA */
.usa-banner {
  height: 100vh;
}

.usa-section-2-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  color: rgb(255, 255, 255);
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10vw;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  column-gap: 1vw;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  column-gap: 3.5vw;
}

.usa-section-2-item {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.usa-banner-text h1 {
  font-weight: normal;
  font-size: 3.5vw;
  letter-spacing: 10px;
  padding-top: 10px;
  line-height: 125%;
  width: 100%;
  color: white;
}

.usa-2-container {
  border-radius: 150vw;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -2px inset;
  z-index: 0;
  width: 15vw;
  height: 15vw;
  background-color: #06284b;
}

.usa-2-container p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.2vw;
}

.usa-content {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  height: 57.9vw;
  top: -2.3vw;
  z-index: 2 !important;
}

.usa-banner-text {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 55vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.usa {
  width: 10vw !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.usa-back {
  filter: brightness(50%);
  width: 100%;
  height: 60vw;
}

/* .usa-section-3-container {
  display: grid;
  grid-template-columns: auto auto;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60%;
  margin-bottom: auto;
  z-index: 4;
  position: relative;
  column-gap: 1vw;
  background-color: #02b2ae;
  column-gap: 3.5vw;
}

.usa-section-3-item {
  margin-left: auto;
  margin-right: auto;
  background-color: #26cc64;
   width: auto; 

}  
/* .usa-section-3-item:nth-child(1) {
  width: 38vw;
}
.usa-section-3-item:nth-child(2) {
  width: 38vw;
} */

.usa-section-3-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 3vw;
  color: #444;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 3vw;
  }
  
  .usa-section-3-item {
  color: #444;
  border-radius: 5vw;
  font-size: 150%;
  height: auto;
  text-align: left;
  margin-right: auto;
  /* width: auto; */
  }
.usa-section-3-item img {
  width: 25vw;
}

.h1-usa {
  text-align: center;
  margin-top: 62vw;
margin-left: auto;
margin-right: auto;
width: 70vw;
  color: #646464;
  font-size: 2vw;
  text-transform: uppercase;
}

.usa-section-3-item p {
  color: #646464;
  text-align: left;
  font-size: 1vw;
  font-weight: normal;
}

.usa-section-3-item ul li {
  color: #646464;
  text-align: left;
  font-size: 1vw;
  margin-top: 2vw;
}

.usa-section-3-item h1 {
  text-align: left;
  color: #646464;
  font-size: 2vw;
  text-transform: uppercase;
}

.usa-section-3-item h3 {
  font-weight: lighter;
  font-size: 1.5vw;
  margin-top: 1vw;
  letter-spacing: 0.3vw;
}

.usa-section-3-item p {
  font-size: 1vw;
  font-weight: lighter;
  padding-top: 1vw;
}

.usa-section-3-item ul li {
  font-size: 1vw;
  font-weight: lighter;
  margin-left: 4vw;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  color: #646464;
  font-size: 3vw;
  padding: 20px 0;
  position: relative;
  margin-top: 5vw;
  letter-spacing: 0.2vw;
  font-weight: bold;
}

/* Style for the sliding text */
.slider-content {
  white-space: nowrap;
  animation: slide 30s linear infinite;
}

/* Keyframes for sliding animation */
@keyframes slide {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}


/* CELLO DOWNLOAD PAGE */

.manual-install-versions {
  display: block;
  width: 100%;
  border-color: #333;
  border: solid 15px #333;
  border-radius: 15px;
  width: 70vw;
  margin-top: 1em;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
}

.manual-install-link {
  display: block;
  font-size: 2vw;
}
