/* @tailwind base; */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@tailwind components;
@tailwind utilities;
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

::selection {
  /*background: #FDDD8A;*/
  background: #3EC2D5;
}

body {
  color: #2F333F;
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
}

html {
  /*background-color: #EEFCFD;*/
  background-color: #F6F7F9;
}

h1 {
  color: #D5F5F8;
  font-family: "Work Sans", sans-serif;
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.625rem; /* 105.714% */
  letter-spacing: -0.15rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2:not(.hndle) {
  /*color: #101828;*/
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128.125%;
  letter-spacing: -0.16rem;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  h2:not(.hndle) {
    font-size: 3.25rem;
    line-height: 5.125rem;
  }
}
h2.sm {
  /*color: #FFF;*/
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.125rem; /* 157.692% */
  letter-spacing: -0.13rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2.xl {
  /*color: #101828;*/
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.125rem; /* 102.5% */
  letter-spacing: -0.2rem;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  /*color: #101828;*/
  color: #293E51;
  text-align: center;
  text-shadow: 0px 3px 33px rgba(78, 133, 169, 0.13);
  font-family: "Work Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 136.364%;
  letter-spacing: -0.0825rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 2.0625rem;
  }
}
h4 {
  color: #101828;
  font-family: "Work Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 100% */
  letter-spacing: -0.075rem;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  /*color: #697282;*/
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 145.833% */
  letter-spacing: -0.06rem;
  margin: 0 0 1rem;
}

h2 + p {
  margin-top: 0.75rem;
}

.link-text {
  color: #FFF;
}

.home {
  /*background: url('/wp-content/themes/boost/img/bg-texture-01.svg');*/
  /*background-attachment: fixed;*/
  /*background-position: right top;*/
  /*background-repeat: no-repeat;*/
  /*background-size: auto 34vh;*/
  transition: 0.2s all ease-in-out;
}

@media (min-width: 640px) {
  .home {
    /*background-size: auto 60vh;*/
  }
}
@media (min-width: 768px) {
  .home {
    /*background-size: auto 85vh;*/
  }
}
@media (min-width: 768px) {
  .home {
    /*background-size: auto 60vh;*/
  }
}
@media (min-width: 1024px) {
  .home {
    /*background-size: auto 85vh;*/
  }
}
.home h1 {
  /*background: url('/wp-content/themes/boost/img/bi-logo.svg');*/
  /*background-position: left top;*/
  /*background-repeat: no-repeat;*/
  /*background-size: auto 100%;*/
  /*color:#FFFFFF;*/
  /*height: 70px;*/
  /*left: -24px;*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*position: relative;*/
  /*width: 200px;*/
}

@media (min-width: 640px) {
  .home h1 {
    /*left: -38px;*/
    /*height: 109px;*/
    /*width: 310px;*/
  }
}
@media (min-width: 768px) {
  .home h1 {
    /*left: -51px;*/
    /*height: 149px;*/
    /*width: 424px;*/
  }
}
.home p {
  color: #101828;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.0375rem;
  line-height: 1.5625rem;
  margin: 1rem 0 2.5rem;
}

@media (min-width: 640px) {
  .home p {
    font-size: 17px;
    line-height: 30px;
    margin: 2.25rem 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .home p {
    font-size: 1.1875rem;
    line-height: 2rem;
  }
}
.home p:last-child {
  margin-bottom: 0;
}

.home .site-main a.btn-secondary {
  align-items: center;
  background-color: #F0F0F0;
  border-radius: 0.5rem;
  color: #101828;
  display: inline-flex;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02125rem;
  line-height: normal;
  justify-content: center;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.home .site-main a.btn-secondary:hover,
.home .site-main a.btn-secondary:focus {
  background-color: #16536c;
  border-color: #16536c;
  color: #fff;
}

.home .site-main a.link-button {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.home .site-main a.link-button:hover,
.home .site-main a.link-button:focus {
  background-color: #16536c;
  border-color: #16536c;
  color: #fff;
}

@media (min-width: 640px) {
  .home .site-main a.link-button {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .home .site-main a.link-button {
    font-size: 19px;
  }
}
.home .columns {
  align-items: center;
  display: flex;
  /*height: 100vh;*/
}

.columns-style2 ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  gap: 2rem;
  letter-spacing: 0.02125rem;
  line-height: 1.1875rem; /* 111.765% */
  list-style: none;
  margin: 10px 0 24px;
  padding: 0;
}

.columns-style2 li:nth-of-type(1) {
  font-weight: 500;
  letter-spacing: -0.125px;
}

.entry-content .fluentform {
  margin: 0 auto;
  max-width: 1358px;
}

.cta-style1 p + a {
  /*margin-top: 2.25rem;*/
}

.social-menu-icon {
  display: block;
  height: 22px;
  width: 22px;
}

.social-menu-icon.linkedin {
  background: url("/wp-content/themes/boost/img/icon-linkedin.svg") center center no-repeat;
  background-size: auto 100%;
}

.social-menu-icon.x {
  background: url("/wp-content/themes/boost/img/icon-x.svg") center center no-repeat;
  background-size: auto 100%;
}

.home .hero {
  background: #2F333F;
  height: auto;
  overflow: hidden;
  padding-bottom: 370px !important;
}

@media (min-width: 768px) {
  .home .hero {
    padding-bottom: 370px !important;
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .home .hero {
    padding-bottom: 259px !important;
    padding-top: 0px;
  }
}
.home .hero h1 {
  color: #D5F5F8;
  font-family: "Work Sans";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105.714%;
  letter-spacing: -0.2625rem;
  margin-bottom: 0;
  margin-top: 6rem;
}

@media (min-width: 640px) {
  .home .hero h1 {
    margin-top: 12rem;
  }
}
@media (min-width: 768px) {
  .home .hero h1 {
    font-size: 4.375rem;
    margin-top: 0;
  }
}
.home .hero .left-col {
  padding-right: 0rem;
}

.home .hero .right-col img {
  position: absolute;
  right: -5rem;
  bottom: 5rem;
}

@media (min-width: 640px) {
  .home .hero .left-col {
    padding-right: 16rem;
  }
  .home .hero .right-col img {
    right: -5rem;
    top: 13rem;
    width: 40vw;
  }
}
@media (min-width: 768px) {
  .home .hero .left-col {
    padding-right: 16rem;
  }
  .home .hero .right-col img {
    top: 0rem;
  }
}
@media (min-width: 1024px) {
  .home .hero .left-col {
    padding-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .home .hero .left-col {
    padding-right: 6rem;
  }
  .home .hero .right-col img {
    position: relative;
    right: -7vw;
    bottom: -5vw;
  }
}
@media (min-width: 1280px) {
  .home .hero .right-col img {
    position: absolute;
    right: -5rem;
    top: 0;
  }
}
@media (min-width: 1536px) {
  .home .hero .right-col img {
    position: absolute;
    right: -15rem;
    top: 0;
  }
}
.home .hero p {
  color: #FFFFFF;
  margin-top: 2rem;
}

.home .pill {
  height: auto;
  margin: -100px auto 0;
  max-width: 84vw;
  position: relative;
  text-align: center;
  z-index: 40;
}

.home .pill > div {
  background: #FFFFFF;
  border-radius: 140px;
  padding: 50px 50px 70px;
}

@media (min-width: 768px) {
  .home .pill {
    height: auto;
    margin: -218px auto 0;
    max-width: 1490px;
  }
  .home .pill > div {
    border-radius: 400px;
    padding: 100px 130px;
  }
}
.home .spotlight {
  /*overflow: hidden;*/
  margin-top: 50px;
}

@media (min-width: 768px) {
  .home .spotlight {
    margin-top: 150px;
    /*overflow-y: visible;*/
  }
}
.home .spotlight h2 {
  color: #293E51;
  margin-bottom: 30px;
  position: relative;
  will-change: transform;
  transform: translateZ(0);
}

@media (min-width: 768px) {
  .home .spotlight h2 {
    color: #D5F5F8;
    margin-top: 80px;
  }
}
.home .spotlight h2:before {
  background: url("/wp-content/themes/boost/img/spotlight.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 843px 430px;
  top: -90px;
  content: "";
  display: none;
  height: 899px;
  position: absolute;
  right: -118px;
  top: -90px;
  width: 633px;
  z-index: -1;
  pointer-events: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .home .spotlight h2:before {
    display: block;
    background-size: 633px 899px;
    top: -158px;
  }
}
@media (min-width: 1024px) {
  .home .spotlight h2:before {
    display: block;
  }
}
.home .spotlight .left-col > div {
  align-items: start;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.home .cards img {
  max-height: 68px;
}

@media (min-width: 768px) {
  .home .cards img {
    max-height: 80px;
  }
}
.home .separator {
  height: auto;
  padding-top: 70px !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .home .separator {
    padding-top: 150px !important;
  }
}
.home .separator h3 {
  position: relative;
  max-width: 80vw;
}

.home .separator h3:before {
  background: url("/wp-content/themes/boost/img/separator.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 62px 70px;
  content: "";
  display: block;
  height: 70px;
  left: 50%;
  margin-bottom: 100px;
  margin-left: -31px;
  position: relative;
  width: 62px;
}

@media (min-width: 1024px) {
  .home .separator h3:before {
    background-size: 105px 120px;
    margin-left: -52.5px;
    height: 120px;
    width: 105px;
  }
}
.home .cta:before {
  background: url("/wp-content/themes/boost/img/bg-texture-02.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 36vw auto;
  transition: 0.2s all ease-in-out;
  content: "";
  width: 42vw;
  height: 68vw;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 24rem;
}

@media (min-width: 768px) {
  .home .cta:before {
    background: url("/wp-content/themes/boost/img/bg-texture-02.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 22vw auto;
    transition: 0.2s all ease-in-out;
    content: "";
    width: 22vw;
    height: 38vw;
    position: absolute;
    z-index: -1;
    left: 0;
    top: auto;
    bottom: -16vw;
  }
}
.page-template-page-lead-form {
  background: #2F333F;
}

.date {
  align-items: center;
  background: #204A59;
  border-radius: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 6px 10px;
  text-align: center;
}

.date p:nth-of-type(1) {
  color: #D5F5F8;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1875rem; /* 95% */
  margin: 0;
  width: 100%;
}

.date p:nth-of-type(2) {
  color: #FFF;
  font-family: "Source Sans 3", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .date {
    padding: 24px;
  }
  .date p:nth-of-type(1) {
    font-size: 1.25rem;
    line-height: 1.1875rem;
  }
  .date p:nth-of-type(2) {
    font-size: 4.125rem;
    line-height: 3.75rem;
  }
}
.cta-actions {
  display: flex;
}

body .site-footer,
body .site-footer a {
  color: #315673;
}

body:not(.home) .site-footer,
body:not(.home) .site-footer a {
  color: #E9EFF5;
}

body .site-footer a {
  text-decoration: none;
  border-bottom: 1.5px solid #a2c1d7;
  line-height: 1.25;
}

.home .site-footer p {
  color: #315673;
  font-size: 0.875rem;
  margin-top: 0;
}

.home .site-footer p.copyright {
  color: #315673;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .home .site-footer p {
    font-size: 0.875rem;
    line-height: 30px;
  }
  .home .site-footer p.copyright {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .home .site-footer p {
    font-size: 0.9375rem;
    line-height: 2rem;
  }
  .home .site-footer p.copyright {
    font-size: 1.0625rem;
  }
}
.ff-default .ff-el-form-control {
  display: flex;
  /*width: 15rem;*/
  height: 3rem;
  padding: 0.8125rem 1.5rem;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 2.5rem;
  background: #f6f7f9;
  border: 2.5px solid #f6f7f9;
  box-sizing: border-box;
  color: #0A324E;
  font-family: "Work Sans";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02125rem;
}

.ff-default textarea.ff-el-form-control {
  height: 10.5rem;
  padding: 1rem 1.5rem;
  align-items: flex-start;
  flex: 1 0 0;
}

.ff-default .ff-el-form-control:focus,
.ff-default .ff-el-form-control:focus-visible {
  border-radius: 2.5rem;
  border: 2.5px solid #79DBE7;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(78, 133, 169, 0.15) inset;
  color: #101828;
  font-family: "Work Sans";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.02125rem;
}

.ff-default .ff_btn_style,
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; /* default gap (smaller screens) */
  padding: 0.75rem 1rem; /* py-3 px-4 */
  border-radius: 50px;
  border: 1px solid #3EC2D5;
  box-shadow: 0px 48px 100px 0px rgba(17, 12, 46, 0.15);
  background-color: #10303C;
  background-color: #3EC2D5 !important;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 700; /* bold */
  letter-spacing: -0.015rem;
  line-height: 1.2635; /* leading-none */
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-default .ff_btn_style:hover {
  background-color: #16536D;
  color: white;
}

@media (min-width: 640px) {
  .ff-default .ff_btn_style,
  form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    font-size: 17px;
    gap: 0.75rem; /* sm:gap-3 */
    padding: 0.75rem 1.25rem; /* sm:px-5 sm:py-3 */
    font-size: 1rem; /* sm:text-base */
  }
}
@media (min-width: 768px) {
  .ff-default .ff_btn_style,
  form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    font-size: 19px;
  }
}
/*.ff-default .ff_btn_style {*/
/*    display: flex;*/
/*    padding: 0.875rem 1.5rem;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 0.625rem;*/
/*    border-radius: 3.125rem;*/
/*    box-shadow: 0px 48px 100px 0px rgba(17, 12, 46, 0.15);*/
/*}*/
/*form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {*/
/*    background-color: #3EC2D5 !important;*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    font-family: 'Work Sans', sans-serif;*/
/*    font-size: 1.1875rem;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    letter-spacing: -0.015rem;*/
/*}*/
.fluentform .ff-el-group {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .ff-default textarea.ff-el-form-control {
    padding: 1rem;
  }
  .fluentform .ff-el-group {
    margin-bottom: 20px;
  }
}
