* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main {
  display: block;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

input,
select {
  -webkit-appearance:none;
  border: none;
  margin: 0;
  padding: 0;
}

a,
a:focus,
button,
button:focus{
  outline: none;
  box-shadow: none;
}

:after {
  box-sizing: border-box;
}

#pi_tracking_opt_in_div {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #585858;
  background-color: #fff;
}

.header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header__wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(calc(100vw - 1342px) / 2);
  background-color: #fff;
}

.header__links {
  display: flex;
  align-items: center;
  column-gap: 40px;
  max-width: 330px;
  padding: 27px 0 21px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.header__links:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 85px;
  background-color: #fff;
  border-radius: 0 0 17px 0;
  transform: skewX(-33deg);
  z-index: -1;
}

.header__logo-link {
  transition: opacity .3s;
}

.container {
  max-width: 1470px;
  padding: 0 64px;
  margin: 0 auto;
}

.fs__wrapper {
  position: relative;
  z-index: 1;
}

.fs__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.fs__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fs {
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
  min-height: 807px;
  height: calc(100vh - 82px);
}

.fs__content {
  flex: 1;
  color: #fff;
}

h1 {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.7px;
  text-transform: uppercase;
  max-width: 780px;
}

.fs__form {
  border-radius: 24px;
  background-color: #fff;
  padding: 43px 50px 34px;
  max-width: 467px;
  width: 100%;
  box-shadow: 0 12px 80px 0 #00000012;
}

.fs__thank-icon {
  display: none;
  margin-bottom: 23px;
}

.fs__form.submitted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs__form.submitted iframe {
  height: 410px;
}

.fs__form.submitted .fs__thank-icon {
  display: block;
}

.fs__form.submitted .fs__form-title {
  display: none;
}

.fs__form iframe {
  width: 100%;
}

.fs__form-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: #005EAB;
  text-align: center;
  max-width: 340px;
  margin: 0 auto 14px;
}

.fs__subtitle {
  font-family: 'Birthstone', cursive;
  font-size: 78px;
  line-height: 1;
  margin: -3px 0 37px;
  letter-spacing: .7px;
}

.fs__text {
  max-width: 580px;
}

.fs__text p {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .2px;
  margin-bottom: 17px;
}

.fs__text p:last-of-type {
  margin-bottom: 0;
}

.fs__date {
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-top: 20px;
}

.fs__bottom-text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .2px;
  margin-top: 30px;
}

.footer {
  padding: 30px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2px;
  color: #6D6D6D;
}

.footer__nav {
  display: flex;
  column-gap: 5px;
}

.footer__nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #6D6D6D;
  letter-spacing: .2px;
  transition: opacity .3s;
}

.footer__nav-separate {
  display: inline-block;
  margin-left: 1px;
}

@media screen and (min-width: 1025px) {
  .header__logo-link:hover {
    text-decoration: underline;
    opacity: .7;
  }

  .footer__nav-link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1470px) {
  .header__wrapper:before {
    width: 64px;
  }
}

@media screen and (max-width: 1280px) {
  h1 {
    max-width: 620px;
  }
}

@media screen and (max-width: 1200px) {
  .fs {
    min-height: unset;
    height: auto;
    padding: 155px 0 60px;
    align-items: flex-start;
  }

  h1 {
    font-size: 60px;
  }

  .fs__subtitle {
    font-size: 62px;
    margin-top: 0;
  }
}


@media screen and (max-width: 1024px) {
  .header__links {
    column-gap: 37px;
    max-width: 328px;
  }

  .fs {
    display: block;
    max-width: 672px;
    margin: 0 auto;
  }

  h1 {
    font-size: 64px;
    max-width: 100%;
  }

  .fs__subtitle {
    font-size: 78px;
    margin-bottom: 35px;
  }

  .fs__text {
    max-width: 100%;
  }

  .fs__form {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 40px;
  }

  .header__wrapper:before {
    width: 40px;
  }

  .header__links {
    padding: 15px 0;
  }

  .header__logo-link svg {
    height: auto;
  }

  .header__logo-infuse svg {
    width: 100px;
  }

  .header__logo-sense svg {
    width: 105px;
  }

  .fs {
    padding: 144px 0 52px;
  }

  h1 {
    font-size: 54px;
    margin-bottom: 10px;
  }

  .fs__subtitle {
    font-size: 58px;
    white-space: nowrap;
    margin-bottom: 46px;
  }

  .fs__bottom-text {
    margin-top: 23px;
    line-height: 1.45;
  }

  .fs__form {
    margin-top: 51px;
  }

  .footer {
    flex-direction: column;
    gap: 16px;
  }

  .footer__nav {
    column-gap: 15px;
  }

  .footer__nav-item {
    text-decoration: underline;
  }

  .footer__nav-item:nth-child(1) {
    order: 3;
  }

  .footer__nav-item:nth-child(2) {
    order: 1;
  }

  .footer__nav-item:nth-child(3) {
    order: 2;
  }

  .footer__nav-link,
  .footer__copyright {
    font-weight: 400;
    font-size: 13px;
  }

  .footer__nav-separate {
    display: none;
  }
}


@media screen and (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .header__wrapper:before {
    width: 20px;
  }

  .header__logo-infuse svg {
    width: 75px;
  }

  .header__logo-sense svg {
    width: 78px;
  }

  .header__links {
    column-gap: 22px;
    padding: 15px 0 11px;
    max-width: 180px;
  }

  .header__links:after {
    right: -35px;
    width: 75px;
    border-radius: 0 0 11px 0;
  }

  .fs__form {
    padding: 43px 30px 34px;
  }

  .fs__form.submitted iframe {
    max-width: 365px;
  }

  .footer {
    padding: 28px 0;
  }
}

@media screen and (max-width: 480px) {
  h1 span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 389px) {
  .fs__subtitle {
    white-space: wrap;
  }
}