.alp {
  font-size: 16px;
  height: 100%;
}
.alp .alp-container {
  height: 100%;
}
.alp .alp-container .alp-components-container {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.alp .alp-container .alp-components-container .alp-content {
  width: min(90vw, 1440px);
  margin-left: auto;
  margin-right: auto;
}
.alp .alp-container .alp-components-container > div {
  width: 100%;
  height: 100%;
}
.alp .alp-container .alp-components-container .d-none {
  display: none;
}

.alp-builder__component {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  padding-top: 40px;
}
.alp-builder__component--align-left {
  text-align: left;
}
.alp-builder__component--align-center {
  text-align: center;
}
.alp-builder__component--align-right {
  text-align: right;
}

.alp-builder__component--heading {
  max-width: 750px;
}
.alp-builder__component--heading .alp-builder-heading {
  line-height: 1.3em;
}
.alp-builder__component--heading .alp-builder-heading p {
  padding: 0;
}
.alp-builder__component--heading .alp-builder-heading--weight_normal {
  font-weight: 500;
}
.alp-builder__component--heading .alp-builder-heading--weight_semi_bold {
  font-weight: 600;
}
.alp-builder__component--heading .alp-builder-heading--weight_bold {
  font-weight: 700;
}
.alp-builder__component--heading .alp-builder-heading--weight_bolder {
  font-weight: 800;
}
.alp-builder__component--heading .alp-builder-heading--weight_heavy {
  font-weight: 900;
}

.alp-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  border: unset;
  padding: 0;
  border-radius: 0;
  transition: all 0.5s ease-in;
}
.alp-btn.alp-btn-tinted {
  background-color: #07438B;
  color: #fff !important;
}
.alp-btn.alp-btn-tinted .alp-btn__text {
  border: 2px solid transparent;
}
.alp-btn.alp-btn-tinted:hover {
  background-color: #1D67F0;
}
.alp-btn:not(.alp-btn-tinted) {
  background-color: #fff;
  color: #07438B !important;
}
.alp-btn:not(.alp-btn-tinted) .alp-btn__text {
  border: 1px solid #07438B;
}
.alp-btn:not(.alp-btn-tinted):hover {
  background-color: #07438B;
  color: #fff !important;
}
.alp-btn.alp-btn-sm .alp-btn__text {
  font-size: 16px;
  width: 117px;
  height: 39px;
}
.alp-btn.alp-btn-md .alp-btn__text {
  font-size: 18px;
  width: 147px;
  height: 49px;
}
.alp-btn.alp-btn-lg .alp-btn__text {
  font-size: 24px;
  width: 180px;
  height: 60px;
}
.alp-btn__text {
  position: relative;
  z-index: 1;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 10px;
  text-align: center;
}

#hero-button .alp-builder-btns__inner {
  text-align: center;
}

.alp-builder__component--link a {
  color: #07438B;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.alp-builder__component--link a:hover {
  border-bottom-color: #07438B;
  color: #07438B !important;
}
.alp-builder__component--link .right-arrow {
  color: #07438B;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 18px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px;
}

.alp-builder__component--paragraph {
  max-width: 800px;
}
.alp-builder__component--paragraph .alp_paragraph {
  font-weight: 500;
  line-height: 42px;
  color: #505355;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--paragraph .alp_paragraph {
    line-height: 30px;
  }
}

section.alp-builder__component--video {
  height: 790px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  section.alp-builder__component--video {
    margin-top: 0;
    height: 440px;
  }
}
section.alp-builder__component--video .alp-builder-video_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 5px 0;
  cursor: pointer;
}
section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner video, section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner iframe {
  width: 100%;
  height: 750px;
  object-fit: cover;
  outline: none;
}
@media screen and (max-width: 576px) {
  section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner video, section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner iframe {
    height: 400px;
  }
}
section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner .alp-builder-video__btn {
  text-indent: -9999px;
  cursor: pointer;
  transition: all ease 250ms;
  -webkit-appearance: none;
  appearance: none;
  border: 2.5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transform-origin: center center;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}
section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner .alp-builder-video__btn:hover {
  box-shadow: 0 0 4px black;
  transform: scale(1.05) translate(-50%, -50%);
}
section.alp-builder__component--video .alp-builder-video_container .alp-builder-video__inner .alp-builder-video__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: url(../assets/alp/alp_play_icon.svg) center/100% no-repeat;
}

.alp-builder__component--image .alp-builder-image__pic {
  height: 100%;
}
.alp-builder__component--image .alp-builder-image__img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Different Image styling*/
}
.alp-builder__component--image .alp-builder-image__img.medium {
  width: 640px;
}
.alp-builder__component--image .alp-builder-image__img.full_size {
  width: 100%;
}
.alp-builder__component--image .alp-builder-image__img.full_width {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--image .alp-builder-image__img {
    width: 100%;
    height: 204px;
    object-fit: cover;
  }
}

.alp-builder__component--swiper {
  background-color: #FBFBFD;
  padding-left: 20px;
  margin-top: 30px;
  padding-top: 0 !important;
}
.alp-builder__component--swiper .alp-builder_swiper_component {
  display: flex;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component {
    flex-direction: column;
    max-height: 980px;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide {
    flex-direction: column;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-left-column, .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-left-column, .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column {
    flex: 0 0 100%;
    align-items: center;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-left-column {
  align-items: center;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-left-column {
    margin-bottom: 70px;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner {
  display: flex;
  flex-direction: column;
  max-width: 90%;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner {
    max-width: 100%;
    align-items: center;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner .alp-builder-slide__heading {
  font-size: 32px;
  font-weight: 600;
  max-width: 460px;
  line-height: 33px;
  color: #2E2F31;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner .alp-builder-slide__heading {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner .alp-builder-slide__text {
  font-size: 16px;
  line-height: 130%;
  color: #505355;
  font-weight: 500;
  padding-top: 20px;
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner .alp-builder-slide__text p {
  font-size: 16px;
  line-height: 130%;
  color: #505355;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner .alp-builder-slide__text {
    text-align: center;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .swiper-slide.alp-builder-slide .slide-right-column .slide-right-column-inner .alp-builder-btns__inner {
  padding-top: 30px;
}
.alp-builder__component--swiper .alp-builder_swiper_component .alp_swiper_component_pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  height: auto;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .alp_swiper_component_pagination.swiper-pagination-bullets {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.alp-builder__component--swiper .alp-builder_swiper_component .alp_swiper_component_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 10px;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--swiper .alp-builder_swiper_component .alp_swiper_component_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.alp-builder__component--swiper .alp-builder-swiper_arrow_icon {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.alp-builder__component--swiper .alp-builder-swiper_arrow_icon img {
  display: inline-block;
  width: 18px;
  height: 23px;
}
.alp-builder__component--swiper .alp-builder-swiper_arrow_icon .hoverToolTip {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.alp-builder__component--swiper .alp-builder-swiper_arrow_icon .hoverToolTip .toolTipText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  transition: 1s;
}
.alp-builder__component--swiper .alp-builder-swiper_arrow_icon a:hover .hoverToolTip {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.alp-builder__component--how_to {
  margin-top: 120px;
  background-color: #FBFBFD;
  padding: 10px;
}
.alp-builder__component--how_to .alp-builder-how_to_header .alp-builder-how_to__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 49px;
  color: #2E2F31;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_header .alp-builder-how_to__heading {
    font-size: 24px !important;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_header .alp-builder-how-to-text {
  font-weight: 500;
  max-width: 600px;
  font-size: 18px;
  line-height: 140%;
  margin: 0 auto;
  color: #484848;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_header .alp-builder-how-to-text {
    font-size: 16px !important;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_steps_container {
  padding: 0 50px;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_steps_container {
    padding: 0;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper.isDesktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 150px;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper.isDesktop {
    display: none;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper.isMobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper.isMobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper .alp-builder-how_to_steps {
  display: flex;
  flex: 1 1 100%;
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper .alp-builder-how_to_steps {
    flex-direction: column;
    padding: 20px 0;
    border-bottom: none;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper .alp-builder-how_to_steps > span {
  margin-right: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #2E2F31;
}
.alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper .alp-builder-how_to_steps > p {
  color: #535353;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_steps_container .alp-builder-how_to_steps_wrapper .alp-builder-how_to_steps > p {
    padding-top: 20px;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_video_text_container {
    margin-top: 0;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container.alp-builder__component--align-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container.alp-builder__component--align-left {
    grid-template-columns: 1fr;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container.alp-builder__component--align-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container.alp-builder__component--align-center .alp-builder-how_to_video_text {
  flex: 0 0 45%;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container.alp-builder__component--align-center .alp-builder-how_to_video_text {
    flex: 0 0 100%;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text {
  display: flex;
  flex-basis: calc(50% - 40px);
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 55px;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text {
    display: grid;
    justify-content: unset;
    flex-basis: auto;
    padding: 20px 0;
  }
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text .how-to-video__inner {
  position: relative;
  height: 250px;
  width: 100%;
  margin: 5px 0 24px 0;
  cursor: pointer;
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text .how-to-video__inner video,
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text .how-to-video__inner iframe {
  width: 100%;
  height: 250px;
  object-fit: cover;
  outline: none;
  pointer-events: none;
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text .how-to-video__inner .how-to-video__btn {
  text-indent: -9999px;
  cursor: pointer;
  transition: all ease 250ms;
  -webkit-appearance: none;
  appearance: none;
  border: 2.5px solid #fff;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transform-origin: center center;
  border-radius: 50%;
  background: transparent;
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text .how-to-video__inner .how-to-video__btn:hover {
  box-shadow: 0 0 4px black;
  transform: scale(1.05) translate(-50%, -50%);
}
.alp-builder__component--how_to .alp-builder-how_to_video_text_container .alp-builder-how_to_video_container .alp-builder-how_to_video_text .how-to-video__inner .how-to-video__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: url(../assets/alp/alp_play_icon.svg) center/100% no-repeat;
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  display: none;
  overflow: auto;
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 55%;
}
@media screen and (min-width: 1280px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
    top: 55%;
  }
}
@media screen and (min-width: 1280px) and (max-height: 500px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) and (max-height: 400px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) and (max-height: 300px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
    width: 20%;
  }
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
    width: 100%;
  }
}
@media screen and (max-height: 600px) and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox {
    top: 52%;
  }
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_close {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_close {
    justify-content: center;
  }
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_close i {
  position: absolute;
  top: -3rem;
  right: -3rem;
  font-size: 35px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0.6;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_close i {
    right: unset;
    font-size: 25px;
  }
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_close i:hover {
  opacity: 1;
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video {
  width: 100%;
  height: 100%;
  position: relative;
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video video {
  width: 100%;
  height: 100%;
  outline: none;
}
.alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
  width: 100%;
  height: 500px;
  outline: none;
}
@media screen and (min-height: 700px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
    height: 600px;
  }
}
@media screen and (min-height: 900px) and (max-width: 980px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
    height: 800px;
  }
}
@media screen and (max-height: 600px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
    height: 400px;
  }
}
@media screen and (max-height: 500px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
    height: 350px;
  }
}
@media screen and (max-height: 400px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
    height: 300px;
  }
}
@media screen and (max-height: 300px) {
  .alp-builder__component--how_to .alp-builder_how_to_lightbox_container .alp-builder_how_to_lightbox .alp-builder_how_to_lightbox_video iframe {
    height: 200px;
  }
}

.alp-builder__component--app_compatibility .ac-toggles.desktop .ac-toggles-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.alp-builder__component--app_compatibility .ac-toggles.desktop .ac-toggles-inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--app_compatibility .ac-toggles.desktop .ac-toggles-inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
  }
}
.alp-builder__component--app_compatibility .ac-toggles.desktop .ac-toggles-inner .ac-toggle-button {
  min-width: 136px;
  width: 200px;
  min-height: 48px;
  height: 70px;
  overflow: hidden;
  margin: 5px;
  padding: 14px 36px;
  background: #fff;
  color: #07438B;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #07438B;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--app_compatibility .ac-toggles.desktop .ac-toggles-inner .ac-toggle-button {
    width: 160px;
    min-height: 38px;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 24px;
    font-weight: 700;
  }
}
.alp-builder__component--app_compatibility .ac-toggles.desktop .ac-toggles-inner .ac-toggle-button.active-toggle {
  background: #07438B;
  color: #fff;
}
.alp-builder__component--app_compatibility .ac-toggles.mobile {
  display: none;
}
.alp-builder__component--app_compatibility .ac-toggles.mobile .toggles-select {
  width: 100%;
  min-height: 40px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #07438B;
}
.alp-builder__component--app_compatibility .ac-apps-main {
  margin-top: 40px;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner {
    grid-template-columns: 1fr;
  }
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 6%;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-logo {
  width: 50px;
  height: 50px;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-logo img {
  max-width: 100%;
  max-height: 100%;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-heading .app-name {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #2E2F31 !important;
  line-height: 32px !important;
  padding-bottom: 0 !important;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-desc .app-desc {
  font-size: 16px;
  color: #484848;
  font-weight: 500;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .badge {
  height: 46px;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .badge {
    height: 40px;
  }
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .badge.android-badge {
  max-width: 150px;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .badge .download-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .badge .download-link .badge-image {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .ac-cta-button {
  background: #fff;
  color: #07438B;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #07438B;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  min-height: 46px;
  border-radius: 5px;
}
.alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .ac-cta-button:hover {
  background: #07438B;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--app_compatibility .ac-apps-main .ac-apps-main-inner .ac-single-app .ac-single-app-inner .ac-single-app-badges .ac-cta-button {
    min-height: 40px;
  }
}

.alp-builder__component--resources {
  max-width: 1200px;
  grid-gap: 50px;
}
.alp-builder__component--resources.alp-builder__component--align-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--resources.alp-builder__component--align-left {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 660px) {
  .alp-builder__component--resources.alp-builder__component--align-left {
    grid-template-columns: 1fr;
  }
}
.alp-builder__component--resources.alp-builder__component--align-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.alp-builder__component--resources.alp-builder__component--align-center .alp-builder-resources_card {
  flex: 0 0 30%;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--resources.alp-builder__component--align-center .alp-builder-resources_card {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 576px) {
  .alp-builder__component--resources.alp-builder__component--align-center .alp-builder-resources_card {
    flex: 0 0 100%;
  }
}
.alp-builder__component--resources .alp-builder-resources_card {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.alp-builder__component--resources .alp-builder-resources_card .alp-builder-resources_image_wrapper {
  width: 310px;
  height: 200px;
}
.alp-builder__component--resources .alp-builder-resources_card div {
  text-align: center;
}
.alp-builder__component--resources .alp-builder-resources_card div .alp-builder-resources_card__img {
  width: 310px;
  height: 200px;
}
.alp-builder__component--resources .alp-builder-resources_card div.alp-builder-resources_card__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 139%;
  color: #484848;
}
.alp-builder__component--resources .alp-builder-resources_card div.alp-builder-resources_card__link {
  margin-top: 30px;
}
.alp-builder__component--resources .alp-builder-resources_card div.alp-builder-resources_card__link a {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: #07438B;
  transition: all 0.4s ease-in-out;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.alp-builder__component--resources .alp-builder-resources_card div.alp-builder-resources_card__link a:hover {
  border-bottom-color: #07438B;
  color: #07438B !important;
}

.alp-builder__component--features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.alp-builder__component--features .alp-builder-features_card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  margin-top: 10px;
  flex: 0 0 25%;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--features .alp-builder-features_card {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 576px) {
  .alp-builder__component--features .alp-builder-features_card {
    flex: 0 0 100%;
  }
}
.alp-builder__component--features .alp-builder-features_card .alp-builder-features_head_icon {
  width: 90px;
  height: 90px;
}
.alp-builder__component--features .alp-builder-features_card div {
  margin-top: 10px;
  text-align: center;
}
.alp-builder__component--features .alp-builder-features_card div .alp-builder-features_heading {
  height: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}
.alp-builder__component--features .alp-builder-features_card div.alp-builder-features_text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: #484848;
}
.alp-builder__component--features .alp-builder-features_card div.alp-builder-features_text p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: #484848;
}
.alp-builder__component--features .alp-builder-features_card div.alp-builder-features_arrow_link {
  margin-top: 20px;
  text-align: center;
  align-self: center;
}
.alp-builder__component--features .alp-builder-features_card div.alp-builder-features_arrow_link .alp-builder-features_arrow_icon img {
  max-width: 18px;
  max-height: 23px;
}

.alp-builder__component--icon_text {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 55px;
  padding-top: 80px !important;
}
.alp-builder__component--icon_text.alp-builder__component--align-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .alp-builder__component--icon_text {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .alp-builder__component--icon_text {
    grid-gap: 35px;
  }
}
.alp-builder__component--icon_text .alp-builder-icon_text_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--icon_text .alp-builder-icon_text_card {
    margin-bottom: 20px;
  }
}
.alp-builder__component--icon_text .alp-builder-icon_text_card .alp-builder-icon_text_image_wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alp-builder__component--icon_text .alp-builder-icon_text_card .alp-builder-icon_text_image_wrapper .alp-builder-icon_text_card__media {
  width: 150px;
  height: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .alp-builder__component--icon_text .alp-builder-icon_text_card .alp-builder-icon_text_image_wrapper .alp-builder-icon_text_card__media {
    width: 100px;
    height: 100px;
  }
}
.alp-builder__component--icon_text .alp-builder-icon_text_card .alp-builder-icon_text_image_wrapper .alp-builder-icon_text_card__media .alp-builder-icon_text_card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alp-builder__component--icon_text .alp-builder-icon_text_card .alp-builder-icon_text_card__text {
  padding-top: 20px;
  text-align: center;
}

.alp-builder-image_text_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .alp-builder-image_text_container {
    margin-top: 0;
  }
}
.alp-builder-image_text_container > div {
  display: flex;
  flex-basis: calc(50% - 40px);
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 55px;
}
@media screen and (max-width: 576px) {
  .alp-builder-image_text_container > div {
    flex-basis: auto;
    padding: 30px 0;
  }
}
.alp-builder-image_text_container > div .alp-builder-image_text__inner {
  margin-bottom: 24px;
}
.alp-builder-image_text_container > div .alp-builder-image_text__inner .alp-builder-image_text__media {
  display: block;
  max-width: 450px;
  max-height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.alp-builder-image_text_container > div .alp-builder-image_text__inner .alp-builder-image_text__media > img {
  object-fit: contain;
  height: 100%;
  max-width: 100%;
}
.alp-builder-image_text_container > div .alp-builder-image_text_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 576px) {
  .alp-builder-image_text_container > div .alp-builder-image_text_text {
    font-size: 16px;
  }
}

.alp-builder-icon_image_wrapper {
  text-align: center;
}
.alp-builder-icon_image_wrapper .alp-builder-icon_img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 576px) {
  .alp-builder-icon_image_wrapper .alp-builder-icon_img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 980px) {
  .alp-builder-icon_image_wrapper .alp-builder-icon_img {
    width: 90px;
    height: 90px;
  }
}

.alp-builder-arrow_link {
  position: relative;
  padding-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.alp-builder-arrow_link .hoverToolTip {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.alp-builder-arrow_link .hoverToolTip .toolTipText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  transition: 1s;
}
.alp-builder-arrow_link a:hover .hoverToolTip {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.alp-formcta {
  padding-top: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 1140px) {
  .alp-formcta {
    padding-left: max(2rem, (100vw - 1440px) / 2);
  }
}
.alp-formcta__heading {
  font-weight: 700;
  line-height: 49px;
  max-width: 90vw;
  margin: 0 auto;
  padding: 0;
}
h2.alp-formcta__heading {
  font-size: 42px;
}
@media screen and (max-width: 576px) {
  h2.alp-formcta__heading {
    font-size: 24px;
  }
}

h3.alp-formcta__heading {
  font-size: 36px;
}
@media screen and (max-width: 576px) {
  h3.alp-formcta__heading {
    font-size: 20px;
  }
}

.alp-formcta__subhead {
  margin-top: 1rem;
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .alp-formcta__subhead {
    font-size: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .alp-formcta__body, .alp-formcta__media {
    width: 50%;
  }
}
.alp-formcta__body {
  width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .alp-formcta__body {
    width: clamp(320px, 60vw, 640px);
    margin: auto;
  }
}
@media screen and (min-width: 1140px) {
  .alp-formcta__body {
    margin-left: 0;
  }
}
.alp-formcta__body .alp-formcta__form .gform_wrapper form.i-form .gform_body .gform_fields li.gfield {
  width: 100%;
}
.alp-formcta__body .alp-formcta__form .gform_wrapper form.i-form .gform_footer button.gform_button.button {
  display: inline-block !important;
}
.alp-formcta__media {
  display: none;
  margin-left: 4rem;
}
@media screen and (min-width: 1140px) {
  .alp-formcta__media {
    display: block;
  }
  .alp-formcta__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.alp-builder__component--shortcode_name {
  padding-top: 0 !important;
}
