/**
 * 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.
 */
.wp-block-fl-homepage-why-sttark {
  margin: 0;
}
.wp-block-fl-homepage-why-sttark *, .wp-block-fl-homepage-why-sttark *:visited, .wp-block-fl-homepage-why-sttark *:active {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
}
.wp-block-fl-homepage-why-sttark a {
  color: currentColor;
}
.wp-block-fl-homepage-why-sttark a:hover {
  color: currentColor;
}

.wp-block-fl-homepage-why-sttark .why-us-section {
  background-color: #F8F5F2;
  padding: 56px 20px;
  margin: 0;
  width: 99.7vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.wp-block-fl-homepage-why-sttark .why-us-section_main-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* or 24px */
  text-align: center;
  color: #26313A;
  margin: 0 auto 16px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .why-us-section_main-title {
    margin: 0 auto 48px;
    font-size: 36px;
  }
}

.wp-block-fl-homepage-why-sttark .why-us-section_reasons-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 8px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .why-us-section_reasons-wrapper {
    max-width: 1200px;
    margin: 0 auto 24px;
  }
  .wp-block-fl-homepage-why-sttark .why-us-section_reasons-wrapper > div:nth-child(1) {
    margin-left: 0;
  }
  .wp-block-fl-homepage-why-sttark .why-us-section_reasons-wrapper > div:nth-child(3) {
    margin-right: 0;
  }
}

.wp-block-fl-homepage-why-sttark .reasons-wrapper_reason {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 16px;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .reasons-wrapper_reason {
    margin: 0 18px 16px;
    display: block;
    -webkit-animation: none;
            animation: none;
    flex-shrink: 1;
  }
}
.wp-block-fl-homepage-why-sttark .reasons-wrapper_reason.prev {
  display: block;
}
.wp-block-fl-homepage-why-sttark .reasons-wrapper_reason.next {
  display: block;
}
.wp-block-fl-homepage-why-sttark .reasons-wrapper_reason.center {
  display: block;
}
.wp-block-fl-homepage-why-sttark .reasons-wrapper_reason.right {
  -webkit-animation: entranceRight 600ms ease-in;
          animation: entranceRight 600ms ease-in;
}
.wp-block-fl-homepage-why-sttark .reasons-wrapper_reason.left {
  -webkit-animation: entranceLeft 600ms ease-in;
          animation: entranceLeft 600ms ease-in;
}
@-webkit-keyframes entranceLeft {
  0% {
    opacity: 0;
    margin-left: -50%;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes entranceLeft {
  0% {
    opacity: 0;
    margin-left: -50%;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-webkit-keyframes entranceRight {
  0% {
    opacity: 0;
    margin-right: -50%;
  }
  100% {
    opacity: 1;
    margin-right: 0;
  }
}
@keyframes entranceRight {
  0% {
    opacity: 0;
    margin-right: -50%;
  }
  100% {
    opacity: 1;
    margin-right: 0;
  }
}

.wp-block-fl-homepage-why-sttark .reason_image {
  width: 157px;
  height: 157px;
  margin: 0 auto 16px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .reason_image {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .wp-block-fl-homepage-why-sttark .reason_image {
    width: 256px;
    height: 256px;
  }
}
.wp-block-fl-homepage-why-sttark .reason_image .image_image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
}

.wp-block-fl-homepage-why-sttark .reason_text-wrapper .text-wrapper_title {
  margin: 0 auto 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  text-align: center;
  color: #26313A;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .reason_text-wrapper .text-wrapper_title {
    font-size: 24px;
  }
}
.wp-block-fl-homepage-why-sttark .reason_text-wrapper .text-wrapper_description {
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  text-align: center;
  color: #26313A;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .reason_text-wrapper .text-wrapper_description {
    font-size: 18px;
  }
}

.wp-block-fl-homepage-why-sttark .why-us-section_arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 32px;
  top: auto;
  bottom: 116px;
  width: 95%;
  max-width: 500px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-why-sttark .why-us-section_arrows {
    display: none;
  }
}
.wp-block-fl-homepage-why-sttark .why-us-section_arrows div {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-fl-homepage-why-sttark .why-us-section_arrows:hover {
  cursor: pointer;
}
.wp-block-fl-homepage-why-sttark .why-us-section_arrows .arrows_left svg {
  width: 100%;
  height: 100%;
}
.wp-block-fl-homepage-why-sttark .why-us-section_arrows .arrows_right svg {
  width: 100%;
  height: 100%;
}

.wp-block-fl-homepage-why-sttark .why-us-section_button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-fl-homepage-why-sttark .why-us-section_button-wrapper .why-us-section_button {
  width: auto;
  background-color: transparent;
  padding: 4px 16px;
  border: 1px solid #26313A;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-block-fl-homepage-why-sttark .why-us-section_button-wrapper .why-us-section_button .why-us-section_button-arrow {
  margin-left: 7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #26313A;
}
.wp-block-fl-homepage-why-sttark .why-us-section_button-wrapper .why-us-section_button a {
  font-size: 16px;
  font-weight: 600;
  color: #26313A;
  font-family: "Founders SemiBold";
}
.wp-block-fl-homepage-why-sttark .why-us-section_button-wrapper .why-us-section_button a:hover {
  cursor: pointer;
}

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