@charset "UTF-8";
.br-4 {
  border-radius: 4rem;
}

.br-12 {
  border-radius: 12rem;
}

.br-20 {
  border-radius: 20rem;
}

.h1 {
  font-family: "Roboto";
  font-size: 62rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 15rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.h1 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 48rem;
  }
}
@media (max-width: 580px) {
  .h1 {
    font-size: 38rem;
  }
}

.h2 {
  font-family: "Roboto";
  font-size: 48rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 10rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.h2 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .h2 {
    font-size: 38rem;
  }
}
@media (max-width: 580px) {
  .h2 {
    font-size: 32rem;
  }
}

.h3 {
  font-family: "Roboto";
  font-size: 32rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 10rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.h3 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .h3 {
    font-size: 32rem;
  }
}
@media (max-width: 580px) {
  .h3 {
    font-size: 28rem;
  }
}

.h4 {
  font-family: "Roboto";
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 10rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.h4 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .h4 {
    font-size: 28rem;
  }
}
@media (max-width: 580px) {
  .h4 {
    font-size: 24rem;
  }
}

.h5 {
  font-family: "Roboto";
  font-size: 20rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 10rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.h5 span {
  font-weight: 400;
}
@media (max-width: 580px) {
  .h5 {
    font-size: 20rem;
  }
}

.h6 {
  font-family: "Roboto";
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 10rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.h6 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .h6 {
    font-size: 20rem;
  }
}
@media (max-width: 580px) {
  .h6 {
    font-size: 18rem;
  }
}

.b1 {
  font-family: "Roboto";
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  .b1 {
    font-size: 17rem;
  }
}

.b2 {
  font-family: "Roboto";
  font-size: 18rem;
  line-height: 1.6;
  color: #4F4C4D;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  .b2 {
    font-size: 16rem;
  }
}

.b3 {
  font-family: "Roboto";
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 20rem;
  color: #4F4C4D;
}
@media (max-width: 580px) {
  .b3 {
    font-size: 15rem;
  }
}

.b4 {
  font-family: "Roboto";
  font-size: 14rem;
  line-height: 1.6;
  margin-bottom: 20rem;
  color: #4F4C4D;
}
@media (max-width: 580px) {
  .b4 {
    font-size: 14rem;
  }
}

.b5 {
  font-family: "Roboto";
  font-size: 13rem;
  line-height: 1.6;
  margin-bottom: 20rem;
  color: #4F4C4D;
}
@media (max-width: 580px) {
  .b5 {
    font-size: 13rem;
  }
}

.b6 {
  font-family: "Roboto";
  font-size: 12rem;
  line-height: 1.6;
  margin-bottom: 10rem;
  color: #4F4C4D;
}
@media (max-width: 580px) {
  .b6 {
    font-size: 12rem;
  }
}

.eyebrow {
  font-family: "Roboto";
  font-size: 16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10rem;
  color: #0066b3;
  font-size: 0.85em;
  font-weight: 600;
}

h1 sup,
h1 sub,
h2 sup,
h2 sub,
h3 sup,
h3 sub {
  font-size: 55% !important;
}

span sup,
span sub,
p sup,
p sub,
h4 sup,
h4 sub,
h5 sup,
h5 sub,
h6 sup,
h6 sub {
  font-size: 75% !important;
}

p:has(+ ul:not(.checklist)) {
  margin-bottom: 5rem !important;
}

p:has(+ ol:not(.checklist)) {
  margin-bottom: 5rem !important;
}

a.button,
span.button a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
}
a.button:hover, a.button:focus,
span.button a:hover,
span.button a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}

a.button-large,
span.button-large a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  padding: 16rem 24rem;
  font-size: 18rem;
}
a.button-large:hover, a.button-large:focus,
span.button-large a:hover,
span.button-large a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}

a.button-stroked,
span.button-stroked a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  background-color: transparent;
  color: #231F20 !important;
  text-decoration: none !important;
}
a.button-stroked:hover, a.button-stroked:focus,
span.button-stroked a:hover,
span.button-stroked a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}

a.button-text,
span.button-text a {
  font-weight: bold;
  margin: 20rem 0;
  cursor: pointer;
  position: relative;
  padding-right: 4rem;
  color: #231F20;
  text-decoration: none;
}
a.button-text:after,
span.button-text a:after {
  content: "";
  display: inline-block;
  margin-left: 8rem;
  width: 12rem;
  height: 12rem;
  background-image: url("https://info.firstinspires.org/hubfs/web/design/first-web/Elements/buttonTextArrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s ease-in;
}
a.button-text:hover:after, a.button-text:focus:after,
span.button-text a:hover:after,
span.button-text a:focus:after {
  transform: translateX(4rem);
  filter: brightness(0);
}

a.button-white,
span.button-white a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  background-color: #fff;
  color: #231F20 !important;
  border: 2rem solid #fff;
  text-decoration: none !important;
}
a.button-white:hover, a.button-white:focus,
span.button-white a:hover,
span.button-white a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}
a.button-white:hover, a.button-white:focus,
span.button-white a:hover,
span.button-white a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  color: #231F20 !important;
}

a.button-stroked-white,
span.button-stroked-white a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  background-color: transparent;
  color: #231F20 !important;
  text-decoration: none !important;
  color: #fff !important;
  border-color: #fff;
  text-decoration: none !important;
}
a.button-stroked-white:hover, a.button-stroked-white:focus,
span.button-stroked-white a:hover,
span.button-stroked-white a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}
a.button-stroked-white:hover, a.button-stroked-white:focus,
span.button-stroked-white a:hover,
span.button-stroked-white a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  color: #231F20 !important;
}

a.button-text-white,
span.button-text-white a {
  font-weight: bold;
  margin: 20rem 0;
  cursor: pointer;
  position: relative;
  padding-right: 4rem;
  color: #231F20;
  text-decoration: none;
  color: #fff;
}
a.button-text-white:after,
span.button-text-white a:after {
  content: "";
  display: inline-block;
  margin-left: 8rem;
  width: 12rem;
  height: 12rem;
  background-image: url("https://info.firstinspires.org/hubfs/web/design/first-web/Elements/buttonTextArrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s ease-in;
}
a.button-text-white:hover:after, a.button-text-white:focus:after,
span.button-text-white a:hover:after,
span.button-text-white a:focus:after {
  transform: translateX(4rem);
  filter: brightness(0);
}
a.button-text-white:after,
span.button-text-white a:after {
  filter: brightness(0) invert(1);
}
a.button-text-white:hover, a.button-text-white:focus,
span.button-text-white a:hover,
span.button-text-white a:focus {
  opacity: 0.8;
  color: #fff;
}
a.button-text-white:hover:after, a.button-text-white:focus:after,
span.button-text-white a:hover:after,
span.button-text-white a:focus:after {
  filter: brightness(0) invert(1);
}

.button-group {
  display: flex;
  gap: 20rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30rem;
}
.button-group.left-aligned {
  justify-content: flex-start;
}
.button-group.center-aligned {
  justify-content: center;
}
.button-group.right-aligned {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .button-group span.button-span {
    width: auto;
  }
}
.button-group span.button-span a {
  margin: 0;
}

.form .submitted-message {
  text-align: center;
  border-radius: 12rem;
  background-color: #fdfdfd;
  border: 2rem solid #E3E2E3;
  font-weight: bold;
  padding: 40rem;
}

.hs-web-interactives-top-anchor form {
  background-color: #f7f7f7;
  border: 2rem solid #E3E2E3;
  border-radius: 12rem;
  padding: 40rem;
  max-width: 580rem;
  margin: 0 auto;
  float: none;
  overflow: auto;
}
@media (max-width: 1024px) {
  .hs-web-interactives-top-anchor form {
    padding: 20rem;
  }
}
.hs-web-interactives-top-anchor form h3 {
  font-family: "Roboto";
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 10rem;
  line-height: 1.2;
  margin-top: 0;
  color: #231F20;
}
.hs-web-interactives-top-anchor form h3 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .hs-web-interactives-top-anchor form h3 {
    font-size: 20rem;
  }
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form h3 {
    font-size: 18rem;
  }
}
.hs-web-interactives-top-anchor form div.legal-consent-container p,
.hs-web-interactives-top-anchor form div.legal-consent-container .hs-form-booleancheckbox label {
  font-family: "Roboto";
  font-size: 12rem;
  line-height: 1.6;
  margin-bottom: 10rem;
  color: #4F4C4D;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form div.legal-consent-container p,
  .hs-web-interactives-top-anchor form div.legal-consent-container .hs-form-booleancheckbox label {
    font-size: 12rem;
  }
}
.hs-web-interactives-top-anchor form.hs-form fieldset, .hs-web-interactives-top-anchor form.mixitup-multifilter fieldset, .hs-web-interactives-top-anchor form fieldset {
  max-width: none;
}
.hs-web-interactives-top-anchor form.hs-form .hs_error_rollup, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs_error_rollup, .hs-web-interactives-top-anchor form .hs_error_rollup {
  flex: 0 0 100%;
  margin: 0;
  display: none;
}
.hs-web-interactives-top-anchor form.hs-form .hs_error_rollup ul.hs-error-msgs, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs_error_rollup ul.hs-error-msgs, .hs-web-interactives-top-anchor form .hs_error_rollup ul.hs-error-msgs {
  animation: fadeIn2 0.5s ease;
  margin-bottom: 20rem;
}
.hs-web-interactives-top-anchor form.hs-form .hs_error_rollup ul.hs-error-msgs li, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs_error_rollup ul.hs-error-msgs li, .hs-web-interactives-top-anchor form .hs_error_rollup ul.hs-error-msgs li {
  margin-bottom: 0;
}
.hs-web-interactives-top-anchor form.hs-form .hs_error_rollup ul.hs-error-msgs li label, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs_error_rollup ul.hs-error-msgs li label, .hs-web-interactives-top-anchor form .hs_error_rollup ul.hs-error-msgs li label {
  color: red;
  font-size: 18rem;
  text-align: center;
  padding: 10rem 0 0;
  margin: 20rem 0 0;
  display: block;
  flex: 0 0 100%;
  font-weight: normal;
  text-transform: none;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-field > label, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-field > label, .hs-web-interactives-top-anchor form .hs-form-field > label {
  line-height: 1.2;
}
.hs-web-interactives-top-anchor form.hs-form .input input[type=text],
.hs-web-interactives-top-anchor form.hs-form .input input[type=number],
.hs-web-interactives-top-anchor form.hs-form .input input[type=tel],
.hs-web-interactives-top-anchor form.hs-form .input input[type=email], .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=text],
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=number],
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=tel],
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=email], .hs-web-interactives-top-anchor form .input input[type=text],
.hs-web-interactives-top-anchor form .input input[type=number],
.hs-web-interactives-top-anchor form .input input[type=tel],
.hs-web-interactives-top-anchor form .input input[type=email] {
  border: 1rem solid #E9E9E9;
  border-radius: 4rem;
  margin-top: 2rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  background-color: #fff;
  padding: 16rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 55rem;
}
.hs-web-interactives-top-anchor form.hs-form .input input[type=text].error, .hs-web-interactives-top-anchor form.hs-form .input input[type=text].invalid,
.hs-web-interactives-top-anchor form.hs-form .input input[type=number].error,
.hs-web-interactives-top-anchor form.hs-form .input input[type=number].invalid,
.hs-web-interactives-top-anchor form.hs-form .input input[type=tel].error,
.hs-web-interactives-top-anchor form.hs-form .input input[type=tel].invalid,
.hs-web-interactives-top-anchor form.hs-form .input input[type=email].error,
.hs-web-interactives-top-anchor form.hs-form .input input[type=email].invalid, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=text].error, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=text].invalid,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=number].error,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=number].invalid,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=tel].error,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=tel].invalid,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=email].error,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=email].invalid, .hs-web-interactives-top-anchor form .input input[type=text].error, .hs-web-interactives-top-anchor form .input input[type=text].invalid,
.hs-web-interactives-top-anchor form .input input[type=number].error,
.hs-web-interactives-top-anchor form .input input[type=number].invalid,
.hs-web-interactives-top-anchor form .input input[type=tel].error,
.hs-web-interactives-top-anchor form .input input[type=tel].invalid,
.hs-web-interactives-top-anchor form .input input[type=email].error,
.hs-web-interactives-top-anchor form .input input[type=email].invalid {
  border: 1rem solid red;
}
.hs-web-interactives-top-anchor form.hs-form .input input[type=text]::-moz-placeholder, .hs-web-interactives-top-anchor form.hs-form .input input[type=number]::-moz-placeholder, .hs-web-interactives-top-anchor form.hs-form .input input[type=tel]::-moz-placeholder, .hs-web-interactives-top-anchor form.hs-form .input input[type=email]::-moz-placeholder, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=text]::-moz-placeholder, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=number]::-moz-placeholder, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=tel]::-moz-placeholder, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=email]::-moz-placeholder, .hs-web-interactives-top-anchor form .input input[type=text]::-moz-placeholder, .hs-web-interactives-top-anchor form .input input[type=number]::-moz-placeholder, .hs-web-interactives-top-anchor form .input input[type=tel]::-moz-placeholder, .hs-web-interactives-top-anchor form .input input[type=email]::-moz-placeholder {
  color: #9a989a;
}
.hs-web-interactives-top-anchor form.hs-form .input input[type=text]::placeholder,
.hs-web-interactives-top-anchor form.hs-form .input input[type=number]::placeholder,
.hs-web-interactives-top-anchor form.hs-form .input input[type=tel]::placeholder,
.hs-web-interactives-top-anchor form.hs-form .input input[type=email]::placeholder, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=text]::placeholder,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=number]::placeholder,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=tel]::placeholder,
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=email]::placeholder, .hs-web-interactives-top-anchor form .input input[type=text]::placeholder,
.hs-web-interactives-top-anchor form .input input[type=number]::placeholder,
.hs-web-interactives-top-anchor form .input input[type=tel]::placeholder,
.hs-web-interactives-top-anchor form .input input[type=email]::placeholder {
  color: #9a989a;
}
.hs-web-interactives-top-anchor form.hs-form .input input[type=checkbox],
.hs-web-interactives-top-anchor form.hs-form .input input[type=radio], .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=checkbox],
.hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=radio], .hs-web-interactives-top-anchor form .input input[type=checkbox],
.hs-web-interactives-top-anchor form .input input[type=radio] {
  width: auto;
}
.hs-web-interactives-top-anchor form.hs-form .input input select, .hs-web-interactives-top-anchor form.mixitup-multifilter .input input select, .hs-web-interactives-top-anchor form .input input select {
  border: 0;
  border-radius: 4rem;
  margin-top: 2rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  background-color: #fff;
}
.hs-web-interactives-top-anchor form.hs-form .input input[type=file], .hs-web-interactives-top-anchor form.mixitup-multifilter .input input[type=file], .hs-web-interactives-top-anchor form .input input[type=file] {
  font-size: 16rem;
  font-family: "Roboto";
  background-color: transparent;
  position: relative;
  font-weight: bold;
  margin-bottom: 23rem;
}
.hs-web-interactives-top-anchor form.hs-form .input select, .hs-web-interactives-top-anchor form.mixitup-multifilter .input select, .hs-web-interactives-top-anchor form .input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("//cdn2.hubspot.net/hubfs/302335/select-arrow.png") no-repeat;
  background-size: 13rem 8rem;
  background-position: 97% 51%;
  border: 1rem solid #E9E9E9;
  border-radius: 4rem;
  margin-top: 2rem;
  margin-bottom: 20rem;
  font-size: 16rem;
  background-color: #fff;
  padding: 16rem;
}
.hs-web-interactives-top-anchor form.hs-form .input + .hs-error-msgs, .hs-web-interactives-top-anchor form.mixitup-multifilter .input + .hs-error-msgs, .hs-web-interactives-top-anchor form .input + .hs-error-msgs {
  position: relative;
  width: 100%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0rem 0 20rem;
  padding: 0;
  animation: fadeIn1 0.3s ease;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .input + .hs-error-msgs, .hs-web-interactives-top-anchor form.mixitup-multifilter .input + .hs-error-msgs, .hs-web-interactives-top-anchor form .input + .hs-error-msgs {
    position: relative;
  }
}
.hs-web-interactives-top-anchor form.hs-form .input + .hs-error-msgs li, .hs-web-interactives-top-anchor form.mixitup-multifilter .input + .hs-error-msgs li, .hs-web-interactives-top-anchor form .input + .hs-error-msgs li {
  position: relative;
  text-align: center;
  background: red;
  display: inline-block;
  color: white;
  border-radius: 5rem;
  padding: 5rem 8rem;
  line-height: 1.2;
}
.hs-web-interactives-top-anchor form.hs-form .input + .hs-error-msgs li:before, .hs-web-interactives-top-anchor form.mixitup-multifilter .input + .hs-error-msgs li:before, .hs-web-interactives-top-anchor form .input + .hs-error-msgs li:before {
  border-style: solid;
  border-width: 0 8rem 8rem 8rem;
  bottom: 100%;
  border-color: transparent transparent red transparent;
  position: absolute;
  height: 8rem;
  width: 0rem;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.hs-web-interactives-top-anchor form.hs-form .input + .hs-error-msgs li label, .hs-web-interactives-top-anchor form.mixitup-multifilter .input + .hs-error-msgs li label, .hs-web-interactives-top-anchor form .input + .hs-error-msgs li label {
  font-size: 12rem;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 1rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .input + .hs-error-msgs li label, .hs-web-interactives-top-anchor form.mixitup-multifilter .input + .hs-error-msgs li label, .hs-web-interactives-top-anchor form .input + .hs-error-msgs li label {
    font-size: 12rem;
  }
}
.hs-web-interactives-top-anchor form.hs-form .hs_upload_resume, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs_upload_resume, .hs-web-interactives-top-anchor form .hs_upload_resume {
  margin-bottom: -3rem;
}
.hs-web-interactives-top-anchor form.hs-form textarea, .hs-web-interactives-top-anchor form.mixitup-multifilter textarea, .hs-web-interactives-top-anchor form textarea {
  border: 0;
  border-radius: 4rem;
  margin-top: 3rem;
  margin-bottom: 20rem;
  min-height: 100rem;
  font-size: 16rem;
  background-color: #fff;
  width: 100%;
  border: 1rem solid #E9E9E9;
}
.hs-web-interactives-top-anchor form.hs-form textarea.invalid, .hs-web-interactives-top-anchor form.mixitup-multifilter textarea.invalid, .hs-web-interactives-top-anchor form textarea.invalid {
  border: 1px solid red;
}
.hs-web-interactives-top-anchor form.hs-form ul, .hs-web-interactives-top-anchor form.mixitup-multifilter ul, .hs-web-interactives-top-anchor form ul {
  padding: 0;
}
.hs-web-interactives-top-anchor form.hs-form ul.inputs-list, .hs-web-interactives-top-anchor form.mixitup-multifilter ul.inputs-list, .hs-web-interactives-top-anchor form ul.inputs-list {
  margin-bottom: 17rem;
}
.hs-web-interactives-top-anchor form.hs-form li, .hs-web-interactives-top-anchor form.mixitup-multifilter li, .hs-web-interactives-top-anchor form li {
  list-style-type: none;
}
.hs-web-interactives-top-anchor form.hs-form li.hs-form-booleancheckbox, .hs-web-interactives-top-anchor form.mixitup-multifilter li.hs-form-booleancheckbox, .hs-web-interactives-top-anchor form li.hs-form-booleancheckbox {
  margin-bottom: 0;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox,
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox, .hs-web-interactives-top-anchor form .hs-form-checkbox,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox,
.hs-web-interactives-top-anchor form .hs-form-checkbox,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox {
  line-height: 1.2;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox input,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox input,
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox input,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox input, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox input, .hs-web-interactives-top-anchor form .hs-form-checkbox input,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox input,
.hs-web-interactives-top-anchor form .hs-form-checkbox input,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox input {
  width: auto;
  margin: 0 10rem 15rem 0;
  position: relative;
  top: 8rem;
  float: left;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox label,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label,
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox label,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox label,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox label,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label, .hs-web-interactives-top-anchor form .hs-form-checkbox label,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox label,
.hs-web-interactives-top-anchor form .hs-form-checkbox label,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox label {
  font-size: 16rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox label span,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label span,
.hs-web-interactives-top-anchor form.hs-form .hs-form-checkbox label span,
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label span, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox label span,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label span,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-checkbox label span,
.hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label span, .hs-web-interactives-top-anchor form .hs-form-checkbox label span,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox label span,
.hs-web-interactives-top-anchor form .hs-form-checkbox label span,
.hs-web-interactives-top-anchor form .hs-form-booleancheckbox label span {
  position: relative;
  top: 2rem;
  font-size: 12rem;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-radio,
.hs-web-interactives-top-anchor form.hs-form .form-columns-1 .hs-form-radio,
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 .hs-form-radio,
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-radio, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-radio,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 .hs-form-radio,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .hs-form-radio,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-radio, .hs-web-interactives-top-anchor form .hs-form-radio,
.hs-web-interactives-top-anchor form .form-columns-1 .hs-form-radio,
.hs-web-interactives-top-anchor form .form-columns-2 .hs-form-radio,
.hs-web-interactives-top-anchor form .form-columns-3 .hs-form-radio {
  display: inline-block;
  margin-right: 20rem;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-radio input,
.hs-web-interactives-top-anchor form.hs-form .form-columns-1 .hs-form-radio input,
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 .hs-form-radio input,
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-radio input, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-radio input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 .hs-form-radio input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .hs-form-radio input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-radio input, .hs-web-interactives-top-anchor form .hs-form-radio input,
.hs-web-interactives-top-anchor form .form-columns-1 .hs-form-radio input,
.hs-web-interactives-top-anchor form .form-columns-2 .hs-form-radio input,
.hs-web-interactives-top-anchor form .form-columns-3 .hs-form-radio input {
  width: auto;
  margin-right: 10rem;
  margin-left: 2rem;
  position: relative;
  top: -2rem;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-radio span,
.hs-web-interactives-top-anchor form.hs-form .form-columns-1 .hs-form-radio span,
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 .hs-form-radio span,
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-radio span, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-radio span,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 .hs-form-radio span,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .hs-form-radio span,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-radio span, .hs-web-interactives-top-anchor form .hs-form-radio span,
.hs-web-interactives-top-anchor form .form-columns-1 .hs-form-radio span,
.hs-web-interactives-top-anchor form .form-columns-2 .hs-form-radio span,
.hs-web-interactives-top-anchor form .form-columns-3 .hs-form-radio span {
  font-size: 14rem;
  font-weight: normal;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .hs-form-radio,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-1 .hs-form-radio,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 .hs-form-radio,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-radio, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-radio,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 .hs-form-radio,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .hs-form-radio,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-radio, .hs-web-interactives-top-anchor form .hs-form-radio,
  .hs-web-interactives-top-anchor form .form-columns-1 .hs-form-radio,
  .hs-web-interactives-top-anchor form .form-columns-2 .hs-form-radio,
  .hs-web-interactives-top-anchor form .form-columns-3 .hs-form-radio {
    display: block;
  }
  .hs-web-interactives-top-anchor form.hs-form .hs-form-radio input,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-1 .hs-form-radio input,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 .hs-form-radio input,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-radio input, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-radio input,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 .hs-form-radio input,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .hs-form-radio input,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-radio input, .hs-web-interactives-top-anchor form .hs-form-radio input,
  .hs-web-interactives-top-anchor form .form-columns-1 .hs-form-radio input,
  .hs-web-interactives-top-anchor form .form-columns-2 .hs-form-radio input,
  .hs-web-interactives-top-anchor form .form-columns-3 .hs-form-radio input {
    margin-bottom: 0;
    position: relative;
    top: 2rem;
  }
}
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-field, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-field, .hs-web-interactives-top-anchor form .form-columns-3 .hs-form-field {
  width: 33.05%;
}
@media (max-width: 1024px) {
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-field, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-field, .hs-web-interactives-top-anchor form .form-columns-3 .hs-form-field {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 .hs-form-field, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .hs-form-field, .hs-web-interactives-top-anchor form .form-columns-3 .hs-form-field {
    width: 100%;
  }
}
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 div:last-child div, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 div:last-child div, .hs-web-interactives-top-anchor form .form-columns-3 div:last-child div {
  margin-right: 0;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 .hs-form-field, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .hs-form-field, .hs-web-interactives-top-anchor form .form-columns-2 .hs-form-field {
    width: 100%;
  }
}
.hs-web-interactives-top-anchor form.hs-form .form-columns-1 .input,
.hs-web-interactives-top-anchor form.hs-form .form-columns-1 select,
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 .input,
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 select,
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 .input,
.hs-web-interactives-top-anchor form.hs-form .form-columns-3 select, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 .input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 select,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 .input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 select,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 .input,
.hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 select, .hs-web-interactives-top-anchor form .form-columns-1 .input,
.hs-web-interactives-top-anchor form .form-columns-1 select,
.hs-web-interactives-top-anchor form .form-columns-2 .input,
.hs-web-interactives-top-anchor form .form-columns-2 select,
.hs-web-interactives-top-anchor form .form-columns-3 .input,
.hs-web-interactives-top-anchor form .form-columns-3 select {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .form-columns-1 div div,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-1 div:last-child div,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 div div,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 div:last-child div,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 div div,
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 div:last-child div, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 div div,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 div:last-child div,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 div div,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 div:last-child div,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 div div,
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 div:last-child div, .hs-web-interactives-top-anchor form .form-columns-1 div div,
  .hs-web-interactives-top-anchor form .form-columns-1 div:last-child div,
  .hs-web-interactives-top-anchor form .form-columns-2 div div,
  .hs-web-interactives-top-anchor form .form-columns-2 div:last-child div,
  .hs-web-interactives-top-anchor form .form-columns-3 div div,
  .hs-web-interactives-top-anchor form .form-columns-3 div:last-child div {
    margin-right: 8rem;
  }
  .hs-web-interactives-top-anchor form.hs-form .form-columns-1 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.hs-form .form-columns-1 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.hs-form .form-columns-3 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]), .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-1 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-3 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]), .hs-web-interactives-top-anchor form .form-columns-1 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form .form-columns-1 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form .form-columns-2 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form .form-columns-2 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form .form-columns-3 div div .hs-input:not([type=checkbox]):not([type=radio]),
  .hs-web-interactives-top-anchor form .form-columns-3 div:last-child div .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
  }
}
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 > div, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 > div, .hs-web-interactives-top-anchor form .form-columns-2 > div {
  width: calc(50% - 10rem);
}
.hs-web-interactives-top-anchor form.hs-form .form-columns-2 > div:last-of-type, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 > div:last-of-type, .hs-web-interactives-top-anchor form .form-columns-2 > div:last-of-type {
  margin-left: 20rem;
}
@media (max-width: 580px) {
  .hs-web-interactives-top-anchor form.hs-form .form-columns-2 > div:last-of-type, .hs-web-interactives-top-anchor form.mixitup-multifilter .form-columns-2 > div:last-of-type, .hs-web-interactives-top-anchor form .form-columns-2 > div:last-of-type {
    margin-left: 0;
  }
}
.hs-web-interactives-top-anchor form.hs-form .hs-button, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-button, .hs-web-interactives-top-anchor form .hs-button {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  padding: 16rem 24rem;
  font-size: 18rem;
  display: block;
  width: 100%;
  margin: 40rem auto 0 auto;
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.hs-web-interactives-top-anchor form.hs-form .hs-button:hover, .hs-web-interactives-top-anchor form.hs-form .hs-button:focus, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-button:hover, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-button:focus, .hs-web-interactives-top-anchor form .hs-button:hover, .hs-web-interactives-top-anchor form .hs-button:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label input, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label input, .hs-web-interactives-top-anchor form .hs-form-booleancheckbox label input {
  width: 20rem;
  height: 20rem;
  top: 0;
  cursor: pointer;
  margin-bottom: 0;
  border: 1rem solid #E9E9E9;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label input[type=checkbox]:checked, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label input[type=checkbox]:checked, .hs-web-interactives-top-anchor form .hs-form-booleancheckbox label input[type=checkbox]:checked {
  background-color: #0091ce;
  background-image: url("https://info.firstinspires.org/hubfs/web/design/first-web/Elements/inputCheck.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label input[type=checkbox], .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label input[type=checkbox], .hs-web-interactives-top-anchor form .hs-form-booleancheckbox label input[type=checkbox] {
  margin-right: 12rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: none;
  font-size: 1em;
}
.hs-web-interactives-top-anchor form.hs-form .hs-form-booleancheckbox label span, .hs-web-interactives-top-anchor form.mixitup-multifilter .hs-form-booleancheckbox label span, .hs-web-interactives-top-anchor form .hs-form-booleancheckbox label span {
  font-size: 16rem;
}
.hs-web-interactives-top-anchor form .hsfc-Step {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-Step__Content label.hsfc-FieldLabel {
  margin-bottom: 0 !important;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-Step__Content input[type=text],
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-Step__Content input[type=number],
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-Step__Content input[type=tel],
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-Step__Content input[type=email] {
  background-color: #fff !important;
  height: 55rem !important;
  border: 1rem solid #E9E9E9 !important;
  border-radius: 4rem !important;
  margin-top: 2rem !important;
  margin-bottom: 0rem !important;
  font-size: 16rem !important;
  padding: 16rem !important;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-CheckboxField label input {
  width: 20rem;
  height: 20rem;
  top: 0;
  border: 1rem solid #E9E9E9;
  cursor: pointer;
  margin-right: 0 !important;
  position: relative;
  top: -2rem;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-CheckboxField label input::after {
  display: none;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-CheckboxField label input[type=checkbox]:checked {
  background-color: #0091ce;
  background-image: url("https://info.firstinspires.org/hubfs/web/design/first-web/Elements/inputCheck.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-CheckboxField label input[type=checkbox] {
  margin-right: 12rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: none;
  font-size: 1em;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-NavigationRow__Buttons:has(> :first-child:last-child) {
  justify-content: center;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-NavigationRow__Buttons button {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  padding: 16rem 24rem;
  font-size: 18rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hs-web-interactives-top-anchor form .hsfc-Step .hsfc-NavigationRow__Buttons button:hover, .hs-web-interactives-top-anchor form .hsfc-Step .hsfc-NavigationRow__Buttons button:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}
.hs-web-interactives-top-anchor form input[type=text],
.hs-web-interactives-top-anchor form input[type=email],
.hs-web-interactives-top-anchor form input[type=tel],
.hs-web-interactives-top-anchor form input[type=number] {
  min-height: 40rem;
}

[data-hsfc-id=Renderer] .hsfc-TextInput {
  min-height: 40rem;
}

header.u4m-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  background-color: #fff;
  width: 100%;
}
header.u4m-header.mobile-menu-open {
  position: relative;
}
.hs-inline-edit header.u4m-header {
  pointer-events: none;
  position: absolute;
}
body.hs-landing-page header.u4m-header {
  position: relative;
  animation: none;
}
body.hs-landing-page header.u4m-header .top-navigation,
body.hs-landing-page header.u4m-header .navigation-wrap {
  display: none !important;
}
body:not(.hs-landing-page).page-scrolled header.u4m-header {
  box-shadow: 0rem 4rem 40rem rgba(35, 31, 32, 0.2);
}
header.u4m-header .top-navigation {
  background-color: #231F20;
}
@media (max-width: 1024px) {
  header.u4m-header .top-navigation {
    display: none;
  }
}
header.u4m-header .top-navigation .inner {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280rem;
  padding-left: 20rem;
  padding-right: 20rem;
  padding: 12rem 20rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30rem;
  font-size: 14rem;
  font-weight: 500;
}
header.u4m-header .top-navigation .inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 30rem;
}
header.u4m-header .top-navigation .inner ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header.u4m-header .top-navigation .inner ul li a {
  transition: 0.25s ease-in;
  color: #fff;
  line-height: 1;
  font-size: 14rem;
  font-weight: 500;
}
header.u4m-header .top-navigation .inner ul li a:hover, header.u4m-header .top-navigation .inner ul li a:focus {
  text-decoration: underline;
  opacity: 0.8;
}
header.u4m-header .top-navigation .inner .search-toggle {
  display: flex;
}
body.search-overlay-active header.u4m-header .top-navigation .inner .search-toggle {
  opacity: 0;
  pointer-events: none;
}
body.hs-landing-page header.u4m-header .top-navigation .inner .search-toggle {
  display: none;
}
@media (max-width: 1024px) {
  header.u4m-header .top-navigation .inner .search-toggle {
    display: none;
  }
}
header.u4m-header .top-navigation .inner .search-toggle svg {
  cursor: pointer;
  transition: 0.25s ease-in;
}
header.u4m-header .top-navigation .inner .search-toggle svg:hover, header.u4m-header .top-navigation .inner .search-toggle svg:focus {
  opacity: 0.8;
}
header.u4m-header .top-navigation .inner .search-toggle svg path {
  fill: #fff;
}
header.u4m-header .inner.primary-nav {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280rem;
  padding-left: 20rem;
  padding-right: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100rem;
  transition: 0.25s ease-in padding, 0.25s ease-in min-height;
  /*****************************************/
  /* button.hamburger-toggle               
  /*****************************************/
  /*****************************************/
  /* .offscreen-menu                   
  /*****************************************/
}
.page-scrolled:not(.hs-landing-page) header.u4m-header .inner.primary-nav {
  min-height: 80rem;
}
header.u4m-header .inner.primary-nav .logo {
  flex-grow: 1;
  display: flex;
}
header.u4m-header .inner.primary-nav .logo img {
  width: auto;
  height: 40rem;
}
header.u4m-header .inner.primary-nav .logo a {
  line-height: 1;
}
header.u4m-header .inner.primary-nav .navigation-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header.u4m-header .inner.primary-nav .navigation-wrap {
    display: none;
  }
}
header.u4m-header .inner.primary-nav .navigation-wrap .button-group {
  justify-content: flex-end;
  margin: 0 0 0 25rem;
  gap: 20rem;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle {
  display: none;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  background: transparent;
  border: 0;
  z-index: 99;
  position: relative;
  top: -5rem;
}
html.menu-open header.u4m-header .inner.primary-nav button.hamburger-toggle {
  display: flex;
}
@media (max-width: 1024px) {
  header.u4m-header .inner.primary-nav button.hamburger-toggle {
    display: block;
  }
  .u4-landing-page header.u4m-header .inner.primary-nav button.hamburger-toggle {
    display: none;
  }
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.close {
  transform: scale3d(0.8, 0.8, 0.8);
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.x2 .lines:before, header.u4m-header .inner.primary-nav button.hamburger-toggle.x2 .lines:after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.x2.close .lines {
  transition: background 0.3s 0 ease;
  background: transparent;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.x2.close .lines:before, header.u4m-header .inner.primary-nav button.hamburger-toggle.x2.close .lines:after {
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 30rem;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
header.u4m-header .inner.primary-nav button.hamburger-toggle:hover, header.u4m-header .inner.primary-nav button.hamburger-toggle:focus {
  background: transparent;
  opacity: 1;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle:active {
  background: transparent;
  transition: 0;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle .lines {
  display: inline-block;
  width: 30rem;
  height: 3rem;
  background: #231F20;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle .lines:before,
header.u4m-header .inner.primary-nav button.hamburger-toggle .lines:after {
  display: inline-block;
  width: 30rem;
  height: 3rem;
  background: #231F20;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.28571rem center;
}
.menu-open header.u4m-header .inner.primary-nav button.hamburger-toggle .lines:before, .menu-open header.u4m-header .inner.primary-nav button.hamburger-toggle .lines:after {
  background: #fff;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle .lines:before {
  top: 10rem;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle .lines:after {
  top: -10rem;
}
header.u4m-header .inner.primary-nav button.hamburger-toggle.close {
  background: #231F20;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.hs-landing-page header.u4m-header .inner.primary-nav button.hamburger-toggle {
  display: none;
}
header.u4m-header .inner.primary-nav .offscreen-menu {
  transition: 0.25s ease-in;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
  visibility: hidden;
  display: none;
}
.menu-open header.u4m-header .inner.primary-nav .offscreen-menu {
  top: 0;
  opacity: 1;
  z-index: 98;
  pointer-events: auto;
  height: 100vh;
  visibility: visible;
}
.menu-closing header.u4m-header .inner.primary-nav .offscreen-menu {
  top: -100vh;
}
header.u4m-header .inner.primary-nav .offscreen-menu .content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 57, 116, 0.98);
  border: 0;
  padding: 80rem 0 30rem 0;
  overflow: scroll;
  position: relative;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div {
  margin-top: 40rem;
  margin-bottom: 0rem;
  padding-top: 20rem;
  border-top: solid 2rem rgba(255, 255, 255, 0.1);
  border-bottom: solid 2rem rgba(255, 255, 255, 0.1);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div ul[role=menu] {
  padding-left: 0;
  list-style-type: none;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div ul li:hover > a {
  background: rgba(154, 152, 154, 0.1);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 0;
  margin: 10rem 0;
  padding-bottom: 10rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div a {
  font-family: "Roboto";
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 20rem;
  margin-bottom: 0;
  color: #fff;
  border-bottom: 0;
  /* Get rid of HubSpot's width limitations */
  overflow: visible;
  max-width: none;
  width: auto;
  white-space: normal;
}
@media (max-width: 580px) {
  header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div a {
    font-size: 17rem;
  }
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li.hs-menu-depth-2 a {
  font-family: "Roboto";
  font-size: 18rem;
  line-height: 1.6;
  color: #4F4C4D;
  margin-bottom: 20rem;
  margin-bottom: 0;
  padding: 10rem;
  width: 100%;
  color: #fff;
}
@media (max-width: 580px) {
  header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li.hs-menu-depth-2 a {
    font-size: 16rem;
  }
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li.hs-menu-depth-3 a {
  font-family: "Roboto";
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 20rem;
  color: #4F4C4D;
  margin-bottom: 0;
  padding: 10;
  color: #fff;
}
@media (max-width: 580px) {
  header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li.hs-menu-depth-3 a {
    font-size: 15rem;
  }
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li.hs-item-has-children > a:after {
  position: relative;
  top: 2rem;
  content: "›";
  display: inline-block;
  margin-left: 7rem;
  font-size: 22rem;
  transform: rotate(90deg);
  font-family: "Georgia";
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li.hs-item-has-children.toggled > a:after {
  transform: rotate(270deg);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div li {
  margin-bottom: 0;
  text-align: center;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div ul li.hs-item-has-children ul {
  display: none;
  position: relative;
  z-index: 999;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-1 {
  background-color: transparent;
  transition: 0.25s ease-in;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-2 {
  background-color: transparent;
  transition: 0.25s ease-in;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-3 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-1.toggled {
  transition: 0.25s ease-in;
  background-color: rgba(154, 152, 154, 0.1);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-1.toggled > a {
  background-color: rgba(0, 102, 179, 0.8);
  color: #fff;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-2.toggled {
  transition: 0.25s ease-in;
  background-color: rgba(154, 152, 154, 0.1);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-menu div .hs-menu-depth-2.toggled > a {
  background-color: rgba(0, 102, 179, 0.8);
  color: #fff;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta {
  text-align: center;
  padding: 20rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group {
  margin: 0;
  justify-content: center;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  background-color: #fff;
  color: #231F20 !important;
  border: 2rem solid #fff;
  text-decoration: none !important;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button a:hover, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button a:hover, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  color: #231F20 !important;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-stroked a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #231F20;
  border: 2rem solid #231F20;
  border-radius: 4rem;
  padding: 10rem 24rem;
  margin: 30rem 0 0 0;
  transition: 0.1s ease-in;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  background-color: transparent;
  color: #231F20 !important;
  text-decoration: none !important;
  color: #fff !important;
  border-color: #fff;
  text-decoration: none !important;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-stroked a:hover, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-stroked a:focus {
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff !important;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-stroked a:hover, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-stroked a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  color: #231F20 !important;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a {
  font-weight: bold;
  margin: 20rem 0;
  cursor: pointer;
  position: relative;
  padding-right: 4rem;
  color: #231F20;
  text-decoration: none;
  color: #fff;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:after {
  content: "";
  display: inline-block;
  margin-left: 8rem;
  width: 12rem;
  height: 12rem;
  background-image: url("https://info.firstinspires.org/hubfs/web/design/first-web/Elements/buttonTextArrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s ease-in;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:hover:after, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:focus:after {
  transform: translateX(4rem);
  filter: brightness(0);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:after {
  filter: brightness(0) invert(1);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:hover, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:focus {
  opacity: 0.8;
  color: #fff;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:hover:after, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-cta .button-group .button-text a:focus:after {
  filter: brightness(0) invert(1);
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search {
  margin-bottom: 20rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280rem;
  padding-left: 20rem;
  padding-right: 20rem;
  max-width: 700rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar form {
  display: flex;
  margin-bottom: 0;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar form input.search-input {
  border: 0;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  line-height: 1;
  padding: 10rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar form input.search-input::-moz-placeholder {
  color: #9A989A;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar form input.search-input::placeholder {
  color: #9A989A;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-button {
  border: 0;
  background-color: #0066b3;
  padding: 10rem 15rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-button:hover svg path, header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-button:focus svg path {
  opacity: 0.8;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-button svg path {
  fill: #fff;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-button i {
  color: #fff;
  transition: 0.1s ease-in;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-button:hover i {
  color: #231F20;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field .hs-search-field__bar .search-toggle-button {
  opacity: 0;
  display: none;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field ul.hs-search-field__suggestions {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field ul.hs-search-field__suggestions li {
  text-align: center;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field ul.hs-search-field__suggestions li#results-for {
  color: #fff;
  font-weight: bold;
  margin-top: 20rem;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field ul.hs-search-field__suggestions li a {
  color: #fff;
}
header.u4m-header .inner.primary-nav .offscreen-menu .mobile-search .hs-search-field ul.hs-search-field__suggestions li a:hover {
  color: #231F20;
}
@media (max-width: 1024px) {
  header.u4m-header .inner.primary-nav .offscreen-menu {
    display: block;
  }
}
header.u4m-header .primary-nav .menu {
  display: flex;
  align-items: center;
}
header.u4m-header .primary-nav .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header.u4m-header .primary-nav .menu ul.main-menu {
  display: flex;
  align-items: center;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item {
  margin: 0;
  padding: 42rem 15rem;
  color: #231F20;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5rem;
  position: relative;
  line-height: 1;
  transition: 0.25s ease-in;
  background-color: rgba(233, 233, 233, 0);
}
.page-scrolled header.u4m-header .primary-nav .menu ul.main-menu li.parent-item {
  padding: 32rem 15rem;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item svg {
  transition: 0.25s ease-in;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item:hover, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item:focus {
  background-color: #e9e9e9;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item:hover svg, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item:focus svg {
  transform: rotate(-180deg);
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item a.parent-a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children:hover ul.single-column-child-items, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children:focus ul.single-column-child-items {
  opacity: 1;
  pointer-events: auto;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children ul.single-column-child-items {
  border-radius: 12rem;
  border: 2rem solid #E3E2E3;
  border-top-left-radius: 0 !important;
  background-color: #fdfdfd;
  position: absolute;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding: 20rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: flex-start;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children ul.single-column-child-items li {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children ul.single-column-child-items li a {
  font-weight: 400;
  color: #231F20;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children ul.single-column-child-items li a:hover, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children ul.single-column-child-items li a:focus {
  text-decoration: underline;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children:hover .mega-menu-bg-wrapper, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children:focus .mega-menu-bg-wrapper {
  opacity: 1;
  pointer-events: auto;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper {
  padding: 50rem 0;
  position: fixed;
  border-top: 2rem solid #E3E2E3;
  background-color: rgba(240, 240, 240, 0.98);
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 1920rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280rem;
  padding-left: 20rem;
  padding-right: 20rem;
  max-width: 1120rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
  --cols: 3;
  -moz-columns: var(--cols);
       columns: var(--cols);
  --gap: 20rem;
  gap: var(--gap);
  flex-wrap: wrap;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket {
  flex-basis: calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1));
  flex-grow: 1;
  background-color: #fff;
  border-radius: 12rem;
  box-shadow: 0px 4px 20px rgba(35, 31, 32, 0.1);
  overflow: hidden;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper {
  padding: 20rem 30rem;
  background-color: #0066b3;
  color: #fff;
  position: relative;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper.linked {
  transition: 0.25s ease-in;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper.linked:hover, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper.linked:focus {
  opacity: 0.8;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper.linked:hover .group-title, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper.linked:focus .group-title {
  text-decoration: underline;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper.linked a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper .group-title {
  margin-bottom: 0;
  font-size: 20rem;
  font-weight: bold;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper .group-subtitle {
  margin-top: 5rem;
  display: block;
  font-weight: 500;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper p,
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-upper a {
  color: #fff;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap ul.bucket-submenu {
  padding: 20rem 30rem;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  position: relative;
  position: relative;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap ul.bucket-submenu li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap ul.bucket-submenu li a {
  color: #231F20;
  font-weight: 400;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap ul.bucket-submenu li a:hover, header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap ul.bucket-submenu li a:focus {
  text-decoration: underline;
}
header.u4m-header .primary-nav .menu ul.main-menu li.parent-item.has-children .mega-menu-bg-wrapper .inner .mega-menu-bucket .bucket-list-wrap ul.bucket-submenu:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: calc(100% - 40rem);
  background-color: #E3E2E3;
}
header.u4m-header .search-overlay {
  padding: 11rem 0;
  background-color: rgba(35, 31, 32, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  visibility: hidden;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.search-overlay-active header.u4m-header .search-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
header.u4m-header .search-overlay .hs-search-field {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280rem;
  padding-left: 20rem;
  padding-right: 20rem;
  width: 100%;
  max-width: 768px;
  position: relative;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar {
  position: relative;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar form {
  display: flex;
  margin-bottom: 0;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar form input.search-input {
  border: 0;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  line-height: 1;
  padding: 10rem;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar form input.search-input::-moz-placeholder {
  color: #9A989A;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar form input.search-input::placeholder {
  color: #9A989A;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar .search-button {
  border: 0;
  background-color: #0066b3;
  padding: 10rem 15rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar .search-button i {
  color: #fff;
  transition: 0.1s ease-in;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar .search-button:hover {
  background-color: #003974;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar .search-button svg path {
  fill: #fff;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar .search-overlay-close {
  margin-top: 7rem;
  font-size: 17rem;
  color: #fff;
  cursor: pointer;
  transition: 0.1s ease-in;
  position: absolute;
  top: 0;
  right: -30px;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__bar .search-overlay-close:hover {
  opacity: 0.5;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__suggestions {
  position: absolute;
  top: calc(100% + 5px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.0705882353);
  left: 20px;
  width: calc(100% - 40px);
  list-style-type: none;
  padding-left: 0;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__suggestions li#results-for {
  color: #231F20;
  font-weight: bold;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__suggestions li a {
  color: #231F20;
}
header.u4m-header .search-overlay .hs-search-field .hs-search-field__suggestions li a:hover {
  color: #231F20;
}
header.u4m-header .search-overlay .hs-search-field.hs-search-field--open .hs-search-field__bar {
  box-shadow: 0rem 4rem 40rem rgba(35, 31, 32, 0.2);
}
header.u4m-header .search-overlay .hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 10rem;
  border-radius: 0 0 4rem 4rem;
  background-color: white;
}
header.u4m-header.fll {
  /* FLL styles */
}