
.simple_cta_box {
  margin: 2rem auto 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}


.simple_cta_box .content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 900px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center; 
  -ms-flex-pack: center;
  justify-content: center;
}

.simple_cta_box .ib-hero__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default !important;
  pointer-events: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.simple_cta_box .ib-hero__tiles--left,
.simple_cta_box .ib-hero__tiles--right {
  width: 50%;
  padding: 0 5px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.simple_cta_box .ib-hero__tiles--left {
  margin-top: -32%;
  -webkit-animation: c-left 30s linear infinite;
  animation: c-left 30s linear infinite;
}

.simple_cta_box .ib-hero__tiles--right {
  -webkit-animation: c-right 30s linear infinite;
  animation: c-right 30s linear infinite;
}

.simple_cta_box .ib-hero__tile {
  position: relative;
  display: block;
  cursor: default !important;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
  transition: transform 1.5s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1);
  border-radius: 6px;
  background-color: #e7edfa;
}

.simple_cta_box .ib-hero__tile:before {
  display: block;
  width: 100%;
  padding-top: 133.33333%;
  content: '';
}

.simple_cta_box .ib-hero__tile:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 75px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 32, 35, 0)), to(#1d2023));
  background: linear-gradient(180deg, rgba(29, 32, 35, 0) 0%, #1d2023 100%);
}

.simple_cta_box .ib-hero__tile:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.simple_cta_box .ib-hero__tile > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
  transition: -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
  transition: transform 2s cubic-bezier(.19, 1, .22, 1);
  transition: transform 2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 2s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: none;
  filter: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.simple_cta_box .ib-hero__tile .tile__tag {
  font-weight: 800;
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 30px;
  color: #fff;
  border-radius: 8px;
  background-color: #34393f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple_cta_box .ib-hero__tile .tile__metas {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 14px;
  color: #fff;
}

.simple_cta_box .ib-hero__tile .tile__metas__firstname {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 20.475px;
  line-height: 130%;
  color: #FFFFFF;
}

.simple_cta_box .ib-hero__tile .tile__metas__lastname {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 15.3562px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}


.simple_cta_box .ib-hero__logo {
  margin-bottom: 38px;
}

.simple_cta_box .ib-hero__main-title {
 /* Display 2/🖥 Desktop */
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 120%;
    /* or 86px */
    letter-spacing: -0.02em;
    /* Grey/600 */
    color: #1D2023;    
    margin-bottom: 32px;
}

.simple_cta_box .ib-hero__cta-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.simple_cta_box .ib-hero__cta__btn a {
     /* Grey/600 */
    background: #1D2023;
    border-radius: 8px;
    /* Button/🖥 Desktop */
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    /* identical to box height, or 16px */
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    margin-right: 16px;
}

.ib-hero__cta__btn .ib_btn_2 {
  margin-left: 4rem;
}

.simple_cta_box .ib-hero__cta__btn a:hover {
  background-color: #1BC74E;
}
.simple_cta_box .ib-hero__cta__btn--m6 img {
  max-height: 48px;
  width: auto;
}

.simple_cta_box .ib-hero__cta__btn .ib-hero__cta__btn--m6 {
  background: transparent !important;
  padding: 0;
}

.ibbu-button-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media (min-width: 769px) {
  .simple_cta_box .ib-hero__tiles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 57.5%;
    padding: 0 12px;
    pointer-events: auto;
  }
  .simple_cta_box .ib-hero__tiles--left,
  .simple_cta_box .ib-hero__tiles--right {
    padding: 0 12px;
  }
  .simple_cta_box .ib-hero__text {
    width: 42.5%;
    margin: 100px 0 160px 57.5%;
    padding: 116px 0 0 40px;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .simple_cta_box .ib-hero__tiles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: calc(100% - 34px);
  }
  .simple_cta_box .ib-hero__text {
    position: relative;
    z-index: 1;
    width: 530px;
    padding: 70px 55px;
    margin-top: 60px;
    text-align: center;
    border-radius: 24px;
    background: #fff;
  }
}


@media (min-width: 577px) and (max-width: 1200px) {
  .simple_cta_box .ib-hero__main-title {
    font-size:56px;
  }
}

@media (max-width: 768px) {
  .simple_cta_box .ib-hero__logo {
    margin-bottom: 32px;
  }
  .simple_cta_box .ib-hero__cta-wrapper {
    margin-top: 32px;
    flex-direction: column;
  }
  .simple_cta_box .ib-hero__cta__btn a {
    margin-right: 0;
  }

}
@media (max-width: 576px) {
  .simple_cta_box .content-wrapper {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .simple_cta_box .ib-hero__tiles {
    overflow: hidden;
    width: 100%;
    height: calc(100% - 300px);
  }
  .simple_cta_box .ib-hero__text {
    margin-bottom: 24px;
    padding: 0 14px;
    text-align: center;
  }
  .simple_cta_box .ib-hero__logo {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 68px;
  }
  .simple_cta_box .ib-hero__main-title {
    font-size: 44px;
  }
  .simple_cta_box .ib-hero__cta__btn--m6 img {
    margin-top: 24px;
  }
  .simple_cta_box .ib-hero__cta-wrapper{
    align-items: center;
    margin-top: 20px;
  }
  .simple_cta_box .ib-hero__cta__btn a{
    font-size: 16px;
    padding: 12px 20px;
  }
  .simple_cta_box .ib-hero__cta__btn--m6 {
    margin-bottom: 0px;
    transform: scale(.9);
  }
}

@media (max-width: 450px) {
  .simple_cta_box .content-wrapper {
    padding-top:80px;
  }
}