/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


#flex-container {
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  overflow: hidden;
}


.raw-item {
   position: absolute;
   width: 225px;
   padding-left: 20px;
}

.raw-item h1 {
  font-size: 4rem;
  line-height: 4rem;
  color: #FFF;
}

.rawfda-item p {
  font-size: 1.2rem;
}

#hero-img {
  margin-right: 100px;
  position: relative;
  pointer-events: none;
}

#fly {
  color: #FCC608;
}


#hs_cos_wrapper_module_16763409332313 .drop-shadow-1 {
  border-radius: 50px;
}


#hs_cos_wrapper_module_16763409332313 .drop-shadow-2 {
  border-radius: 50px;
}



#hs_cos_wrapper_module_16763409332313 .drop-shadow-3 {
  border-radius: 50px;
}


.map-container {
  display: flex;
  margin: auto;
  gap: 20px;
  align-items: center;
  background-color: orange;
  border-radius: 50px;
  max-width: 1200px;
  padding: 40px 40px;
  flex-direction: column;
  justify-content: center;
}

.map-item-1 h2 {
  color: #FFF;
  font-size: 2rem;
  text-align: center;
}

.map-item-1 p {
  color: #FFF;
  text-align: center;
}

.map-item-1 {
  width: 450px;
  padding: 0 20px;
}

#hs_cos_wrapper_widget_1676849370334 {
  margin-bottom: 40px;
}

.IQ-container {
  display: flex;
  flex-direction: row;
  max-height: 600px;
  max-width: 1200px;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
  border-radius: 50px;
}



.IQ-item-1 {
  align-self: center;
  position: absolute;
  padding-right: 20rem;
  padding-top: 8rem;
  
}

/*.IQ-item-top {
  padding-bottom: 10rem;
} 
*/

 .IQ-item-1 h2 {
  font-size: 2.5rem;
}

 .IQ-item-1 h5 {
  font-size: 2.5rem;
}

 .IQ-item-2 {
  position: relative;
}

#IQ_img {
  border-radius: 50px;
}

#hs_cos_wrapper_widget_1676914864653 {
  margin-top: 6rem;
}

/* ================================= 
  Testimonial Video Block - Home Page
==================================== */

#hs_cos_wrapper_widget_1676558221736 .hhs-video-text-mod {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1770B8;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    border-radius: 50px;
}



/* MEDIA QUERIES */

@media (min-width: 600px) {
  
  .raw-item {
    width: 250px;
  }
  
  .raw-item h1 {
    font-size: 5rem;
    line-height: 5rem;
   
  }
  
}


@media (min-width: 768px) {
  
 .flex-item {
  margin-right: 0px;
  pointer-events: none; 
  
  }
  
 #flex-container {
  justify-content: flex-end;
  }
  
  .raw-item {
   padding-right: 20px;
   padding-left: 0px;
  }
  
  .map-container {
    flex-direction: row;
  }
}


@media (min-width: 1024px) {
  #flex-container {
    justify-content: center;
    margin-left: -20rem;
  /*  height: 90vh; */
  }
  
  .flex-item {
  position: relative;
  margin-right: 2rem;
  z-index: 2;
}
  
  .raw-item {
    margin-left: 60rem;
    z-index: 2;
    width: auto;
  }
  
  .raw-item h1 {
    font-size: 8rem;
    padding-bottom: 2rem;
    line-height: 9rem;
  }
  
  .map-item-1 h2 {
    font-size: 3.2rem;
    text-align: left;
  }
  
  .map-item-1 p {
  text-align: left;
  font-size: 1.4rem
}
}

@media (min-width: 1250px) {
.raw-item {
    margin-left: 70rem;
    max-width: 400px;
  }
}


@media (min-width: 1920px) {
  .raw-item h1 .item-3 {
    margin-left: 25rem;
   
  }
  
  .raw-item {
    margin-left: 75rem;
  }
  
  #flex-container {
    /* height: 100vh; */
    
  }
}


@media (min-width: 2125px) {
  .raw-item h1 .item-3 {
    margin-left: 10rem;
  }
}

/* Portrait iPhone X*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    
    .IQ-container {
      display: none;
    }

}


/* Portrait iPad Pro*/

@media only screen and (min-width: 1024px) and (orientation: portrait)
{ .raw-item {
  margin-left: 60rem;
  }
  
  #flex-container {
 /*   margin-bottom: -6rem; */
  }
  
}


@media (max-width: 1920px) {
  #hero-img {
    margin-right: -200px;
    max-width: 90%;
  
}


@media (max-width: 767px) {
  
  .map-container{
  margin-right: 20px;
  margin-left: 20px;
  }
  
  #hs_cos_wrapper_widget_1676558221736 .hhs-video-text-mod {
  margin-right: 20px;
  margin-left: 20px;
  }
  
  .IQ-container {
    width: auto;
    margin: 10rem 0 5rem;
    display: none;
  }
  
  #IQ_img {
    display: none;
  }
  
  .map-item-1 {
    width: auto;
  }
  
  .IQ-item-1 {
    padding-right: 0rem;
  }
  
   .IQ-item-1 h2 {
  font-size: 2rem;
}
  
 .IQ-item-1 h5 {
  font-size: 1rem;
}
  
  #hero-img {
    object-position: 50px;
    max-width: 130%;
  }
  
  #flex-container {
  /*  height: 500px; */
    overflow: hidden;
  }
  
  #hs_cos_wrapper_widget_1676558221736 .hhs-video-text-mod {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #1770B8;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    border-radius: 0px;
}
  
  #hs_cos_wrapper_widget_1676558221736 .hhs-rich-text {
    margin-top: 1rem;
  }
  
}
  

@media (min-width: 768px) and (max-width: 1025px) {
  .IQ-item-1 {
    padding-right: 25rem;
  }
  
}

@media (max-width: 375px) {
  
  #hero-img {
    margin-top: 25px;
    overflow: hidden;
  }
  
}

  @media (min-height: 400px) and (orientation: landscape) {
    #flex-container { 
      height: 800px;
    }
  }




/* ================================= 
Testimonial Block (aside) - Fiber 55 Page
==================================== */

@media (min-width: 1024px) {
#hs_cos_wrapper_widget_1680724683396 .c2 .fiber55-wrapper-testimonial {
  margin-top: 31.75rem !important;
  }
}



.cta-item-3 {
  font-size: 16px;
  font-weight: bold;
  background-color: #f19d1f;
  box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
}