/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
* {
  box-sizing: border-box;
}

.wp-block-fl-homepage-partner-feature-section {
  position: relative;
  width: 100%;
  position: relative;
  margin: 0;
}

.wp-block-fl-homepage-partner-feature-section .transparent-bkg {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  width: 99.7vw;
  left: calc(-50vw + 50%);
}

.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature {
  padding: 56px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 99.7vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles {
    margin: 0 auto 0 8vw;
    width: 45%;
    max-width: 665px;
  }
}
@media (min-width: 1500px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles {
    margin: 0 auto 0 15vw;
  }
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles * {
  margin: 0 auto 8px;
  text-align: center;
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles .top-titles_top-claim {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #0473B1;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles .top-titles_top-claim {
    font-size: 20px;
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
    line-height: 20px;
  }
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles .top-titles_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #26313A;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles .top-titles_title {
    font-size: 36px;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    line-height: 43px;
  }
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles .top-titles_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #26313A;
  margin-bottom: 16px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_top-titles .top-titles_description {
    font-size: 18px;
    width: 100%;
    text-align: left;
    line-height: 25px;
  }
}

.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_video {
  width: 100%;
  position: relative;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_video {
    margin: 0 auto 0 8vw;
    width: 45%;
    max-width: 665px;
  }
}
@media (min-width: 1500px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_video {
    margin: 0 auto 0 15vw;
  }
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_video video {
  position: relative;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper {
  position: relative;
  width: 100%;
  max-width: 550px;
  max-height: 308px;
  margin: 0 auto;
  height: calc((100vw - 40px) / 1.7);
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper {
    margin: 0 auto 0 8vw;
    width: 45%;
    max-width: 665px;
    max-height: 372px;
    height: calc((45vw - 40px) / 1.7);
  }
}
@media (min-width: 1500px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper {
    margin: 0 auto 0 15vw;
  }
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper .thumbnail-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper .thumbnail-wrapper_thumbnail {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper .thumbnail_play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 40px solid white;
}
.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_thumbnail-wrapper .thumbnail_play-icon:hover {
  cursor: pointer;
}

.wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_sample-label {
  display: none;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5%;
  margin: auto;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_sample-label {
    display: block;
  }
}
@media (min-width: 1271px) {
  .wp-block-fl-homepage-partner-feature-section .homepage-partner-feature_sample-label {
    background-position: -100px center;
    right: -15%;
  }
}

/*# sourceMappingURL=style-index.css.map*/