:root {
  --font-body-family: &#x27;Poppins&#x27;,Helvetica,Arial,Lucida,sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-heading-family: &#x27;Poppins&#x27;,Helvetica,Arial,Lucida,sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;
  --font-body-scale: 1.05;
  --font-heading-scale: 1;
  --color-base-text: 0, 0, 0;
  --color-shadow: 0, 0, 0;
  --color-base-background-1: 255, 255, 255;
  --color-base-background-2: 243, 243, 243;
  --color-base-solid-button-labels: 0,0,0;
  --color-base-outline-button-labels: 72, 37, 71;
  --color-base-accent-1: 0,199,177;
  --color-base-accent-2: 21,31,109;
  --payment-terms-background-color: #faf6ef;
  --gradient-base-background-1: #fff;
  --gradient-base-background-2: #482547;
  --gradient-base-accent-1: #00c7b1;
  --gradient-base-accent-2: #151F6D;
  --media-padding: px;
  --media-border-opacity: 0.05;
  --media-border-width: 0px;
  --media-radius: 0px;
  --media-shadow-opacity: 0;
  --media-shadow-horizontal-offset: 0px;
  --media-shadow-vertical-offset: 0px;
  --media-shadow-blur-radius: 0px;
  --media-shadow-visible: 0;
  --page-width: 120rem;
  --page-width-margin: 0rem;
  --product-card-image-padding: 0rem;
  --product-card-corner-radius: 0rem;
  --product-card-text-alignment: center;
  --product-card-border-width: 0rem;
  --product-card-border-opacity: 0.1;
  --product-card-shadow-opacity: 0.1;
  --product-card-shadow-visible: 1;
  --product-card-shadow-horizontal-offset: 0rem;
  --product-card-shadow-vertical-offset: 0rem;
  --product-card-shadow-blur-radius: 0rem;
  --collection-card-image-padding: 0rem;
  --collection-card-corner-radius: 0rem;
  --collection-card-text-alignment: center;
  --collection-card-border-width: 0rem;
  --collection-card-border-opacity: 0.1;
  --collection-card-shadow-opacity: 0.1;
  --collection-card-shadow-visible: 1;
  --collection-card-shadow-horizontal-offset: 0rem;
  --collection-card-shadow-vertical-offset: 0rem;
  --collection-card-shadow-blur-radius: 0rem;
  --blog-card-image-padding: 0rem;
  --blog-card-corner-radius: 0rem;
  --blog-card-text-alignment: center;
  --blog-card-border-width: 0rem;
  --blog-card-border-opacity: 0.1;
  --blog-card-shadow-opacity: 0.1;
  --blog-card-shadow-visible: 1;
  --blog-card-shadow-horizontal-offset: 0rem;
  --blog-card-shadow-vertical-offset: 0rem;
  --blog-card-shadow-blur-radius: 0rem;
  --badge-corner-radius: 4rem;
  --popup-border-width: 0px;
  --popup-border-opacity: 0.1;
  --popup-corner-radius: 0px;
  --popup-shadow-opacity: 0.1;
  --popup-shadow-horizontal-offset: 6px;
  --popup-shadow-vertical-offset: 6px;
  --popup-shadow-blur-radius: 25px;
  --drawer-border-width: 1px;
  --drawer-border-opacity: 0.1;
  --drawer-shadow-opacity: 0;
  --drawer-shadow-horizontal-offset: 0px;
  --drawer-shadow-vertical-offset: 0px;
  --drawer-shadow-blur-radius: 0px;
  --spacing-sections-desktop: 0px;
  --spacing-sections-mobile: 0px;
  --grid-desktop-vertical-spacing: 40px;
  --grid-desktop-horizontal-spacing: 40px;
  --grid-mobile-vertical-spacing: 20px;
  --grid-mobile-horizontal-spacing: 20px;
  --text-boxes-border-opacity: 0;
  --text-boxes-border-width: 0px;
  --text-boxes-radius: 0px;
  --text-boxes-shadow-opacity: 0;
  --text-boxes-shadow-visible: 0;
  --text-boxes-shadow-horizontal-offset: 0px;
  --text-boxes-shadow-vertical-offset: 0px;
  --text-boxes-shadow-blur-radius: 0px;
  --buttons-radius: 40px;
  --buttons-radius-outset: 41px;
  --buttons-border-width: 1px;
  --buttons-border-opacity: 1;
  --buttons-shadow-opacity: 0.1;
  --buttons-shadow-visible: 1;
  --buttons-shadow-horizontal-offset: 2px;
  --buttons-shadow-vertical-offset: 2px;
  --buttons-shadow-blur-radius: 5px;
  --buttons-border-offset: 0.3px;
  --inputs-radius: 2px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.15;
  --inputs-shadow-opacity: 0.05;
  --inputs-shadow-horizontal-offset: 2px;
  --inputs-margin-offset: 2px;
  --inputs-shadow-vertical-offset: 2px;
  --inputs-shadow-blur-radius: 5px;
  --inputs-radius-outset: 3px;
  --variant-pills-radius: 40px;
  --variant-pills-border-width: 1px;
  --variant-pills-border-opacity: 0.55;
  --variant-pills-shadow-opacity: 0;
  --variant-pills-shadow-horizontal-offset: 0px;
  --variant-pills-shadow-vertical-offset: 0px;
  --variant-pills-shadow-blur-radius: 0px;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
}
body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}

product-form__input input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input input[type="checkbox"] + label {
  border: var(--variant-pills-border-width) solid
    rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 750px) {
  .product-form__input input[type="checkbox"] + label {
    margin: 0.7rem 0 0.2rem 0;
  }
}

.product-form__input input[type="checkbox"]:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

.product-form__swatch {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  min-width: fit-content;
  border: none;
}
.product-form__input input[type="radio"] + label {
  border: var(--variant-pills-border-width) solid
    rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.product-form__input input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset)
    var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius)
    rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input input[type="radio"] + label:hover {
  border-color: rgb(var(--color-foreground));
}

.product-form__input input[type="radio"]:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input input[type="radio"]:checked + label {
    text-decoration: underline;
  }
}

.product-form__input input[type="radio"]:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input input[type="radio"]:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type="radio"]:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input input[type="radio"].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */
.no-js
  .product-form__input
  input[type="radio"]:focus:not(:focus-visible)
  + label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 25rem;
}

.product-form__submit {
  margin-bottom: 1rem;
}

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled="true"]
  + .shopify-payment-button
  .shopify-payment-button__button[disabled],
.product-form__submit[disabled]
  + .shopify-payment-button
  .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

.contact .product-form__input label {
  --color-foreground: 0,199,177;
}

.content-for-layout {
  overflow: hidden;
}

.pitchIcon {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

.package-icon-container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  /*height: 50px;*/
  padding: 0 20px;
  font-weight: bold;
}
.package-icon-container img {
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.flex-vert {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.contrast {
  color: #fff;
}
.thick {
  font-weight: 900;
}

/* modal dialog */

.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding: 50px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-close {
  color: #777;
  float: right;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#legal-agreement {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#legal-agreement input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 25px;
}
.section-template--16661731016921__f141a41b-db45-489a-b822-25017e6a5e5a-padding {
  padding-bottom: 0;
}

#other-service-details {
  height: 50%;
}
#other-service-suggestion {
  height: 100%;
}

.cta-button-group {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .cta-button-group {
    flex-direction: column;
    align-items: center;
  }
  .cta-button-group button {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 750px) {
  .cta-button-group button:nth-child(2) {
    margin-left: 20px;
  }
}
/* custom styles for wesley */

body {
  font-size: 18px;
  color: #070c37;
}
body {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
}

.large-font {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  color: white;
  font-size: 4em;
  line-height: 1;
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
  text-shadow: 2px 2px 54px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.h1 {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 44px !important;
  color: #e10098 !important;
  line-height: 1.1em !important; 
  font-weight: 500;
}

.h2,
.h2-thick {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 40px;
  color: #151F6D;
  line-height: 46px;
}

h3,
.h3 {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  font-size: 32px;
  color: #151F6D;
  line-height: 36px;
}

.thick {
  font-weight: 500;
}

/* reduce font size on mobile */
@media (max-width: 767px) {
  body {
    font-size: 18px; /* Adjust as needed */
  }

  .large-font {
    font-size: 2.6em; /* Adjust as needed */
  }

  .h1,
  .h2 {
    font-size: 2.2em;
  }
  .h3 {
    font-size: 1.2em;
  }
  #take-back2 {
    min-height: 72rem;
  }
}

/* rounded images */
/* #section-collections img,
#section-collections2 img {
  border-radius: 40px 40px 40px 40px;
} */

.button {
  color: #ffffff !important;
  border-width: 2px !important;
  border-color: #151f6d;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600 !important;
  background-color: #151f6d;
  padding-top: 10px !important;
  padding-right: 30px !important;
  padding-bottom: 10px !important;
  padding-left: 30px !important;
  border: 2px solid;
  line-height: 1.7em !important;
}

/* .button::after {
  color: #ffffff;
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  content: attr(data-icon);
  transition: all 300ms ease 0ms;
  font-feature-settings: "kern" 0;
  direction: ltr;
  font-size: 18px;
} */

.button:hover,
.button:focus,
#collections-start-link:hover,
#collections-start-link:focus {
  color: #151F6D !important;
  background-image: initial;
  background-color: #ffffff;
}
.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  box-shadow: none;
}
.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  box-shadow: none;
}
.button::before,
.button::after {
  border-radius: none;
  border: none;
  box-shadow: none;
}

@media only screen and (min-width: 750px) {
  #section-take-back .h2-thick {
    font-size: 3.5rem !important;
  }
}

.drop-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

#ImageWithText--template--16661731016921__8dab893f-db9f-4ef3-83c9-193024b8499d {
  color: white !important;
  background-color: #151f6d !important;
  background: #151f6d !important;
}
#ImageWithText--template--16661731016921__8dab893f-db9f-4ef3-83c9-193024b8499d h2 {
  color: #00c7b1 !important;
}

.background-image {
  background-size: cover;
  background-color: #fff;
  background-position: 50%;
}

/* hero */

.ba-nav {
  display: flex;
  margin-right: 4rem;
  margin-top: 1rem;
  z-index: 1000;
}
.ba-nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ba-nav ul li {
  cursor: pointer;
  color: #151F6D !important;
  text-decoration: none;
}

/* adjustments */

#ImageWithText--template--16661731016921__ee4f8605-60b5-484e-aba0-d75b2bd108f0 {
  background: #fff;
}

.package-description {
  line-height: 27px;
}

.checkbox-group label {
  font-size: 18px;
}

/* footer */

/* General Footer Styles */
footer {
  font-family: Arial, sans-serif;
  background-color: #ebebeb;
}

/* Top Section */
.footer-top {
  background-color: #576161;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-page-width {
  max-width: 1440px;
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .footer-left h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: white;
  margin: 0;
}

.footer-top .footer-left p {
  margin: 5px 0 0;
  font-size: 16px;
}
.footer-top .footer-left {
  padding: 20px 50px;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* footer bottom Section */
.footer-bottom {
  display: relative;
}
.footer-bottom .footer-left {
  background-color: #ebebeb;
  width: 60%;
  font-size: 16px;
  flex: 1;
  padding-left: 10%;
}

.footer-logos {
  margin-bottom: 10px;
}

.footer-logos img {
  max-height: 97px;
  width: auto;
}

.footer-bottom .footer-left p {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #333;
}

.footer-bottom .footer-left a {
  color: #3b73af;
  text-decoration: none;
}

.footer-left a:hover {
  text-decoration: underline;
}

/* Bottom Section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #070c37;
}

.footer-bottom-right {
  display: flex;
  width: 40%;
}

.footer-social {
  background-color: #151F6D;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  flex: 1;
}

.footer-social p {
  color: #00C7B1;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-social a img {
  width: 30px;
  margin-right: 5px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}
.footer-gradient {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,#ec008b,#ba489b,#baaca9,#36bba2);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .footer-page-width,
  .footer-bottom {
    flex-direction: column; /* Stack items vertically */
  }

  .footer-nav {
    display: none;
  }

  .footer-left {
    padding: 5px;
  }
  .footer-bottom-right {
    width: 100%;
  }

  .footer-gradient {
    position: relative; /* Allow it to stack below other elements */
    width: 100%; /* Take up full width */
    flex: 1;
  }
}

/* allow sticky scroll */
@media (min-width: 768px) {
  #MainContent {
    overflow-y: scroll;
  }
}

/* FAQ Container */
.faq-container {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto 10px;
  padding: 20px;
  text-align: center;
}

/* Title and Subtext */
.faq-title {
  color: #0d0f5c;
  font-size: 28px;
  margin-bottom: 30px;
}

/* FAQ Item Styles */
.faq-item {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  text-align: left;
}

/* FAQ Question */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #d11e7a;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
}

.faq-question:hover {
  color: #b80b5a;
}

/* Icon Styles */
.faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* FAQ Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
  margin: 15px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* Open State */
.faq-item.faq-open .faq-answer {
  max-height: 200px; /* Adjust based on content */
  padding-top: 10px;
}

.faq-item.faq-open .faq-icon {
  transform: rotate(-180deg);
}

/* parallax */
#take-back2 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url("../res/slc-pitch3.webp?v=1683909634&width=3840");
  min-height: 72rem;
}

#section-pitch2 .image-with-text__text-item .gradient {
  background: #fff !important;
}
#section-pitch2 .image-with-text__text-item h2 strong,
#section-pitch .image-with-text__text-item h3 strong {
  color: #e10098 ;
}

/* fonts */

@font-face {
  font-family:FontAwesome;
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url(core/admin/fonts/fontawesome/fa-solid-900.eot);
  src:url(core/admin/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),
  url(core/admin/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),
  url(core/admin/fonts/fontawesome/fa-solid-900.woff) format("woff"),
  url(core/admin/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),
  url(core/admin/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}
@font-face {
  font-family:FontAwesome;
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url(core/admin/fonts/fontawesome/fa-brands-400.eot);
  src:url(core/admin/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),
  url(core/admin/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),
  url(core/admin/fonts/fontawesome/fa-brands-400.woff) format("woff"),
  url(core/admin/fonts/fontawesome/fa-brands-400.ttf) format("truetype"),
  url(core/admin/fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
}

/* Original: https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;subset=latin,latin-ext&#038;display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tMMPc.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVGdeL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTufntF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1JlEA.ttf) format('truetype');
}
/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tMMPQ.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntG.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVGdeI.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTufntG.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlEw.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlEw.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnedA.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlEw.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlEw.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlEw.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlEw.woff) format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1JlEw.woff) format('woff');
}
/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tMMPI.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntA.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVGdeO.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTufntA.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecg.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlFQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1JlFQ.woff2) format('woff2');
}

