:root {
  --fonts--paragraph-font: Nunito, sans-serif;
  --heading: #0b2251;
  --fonts--heading-font: Ubuntu, Helvetica, sans-serif;
  --paragraph: #454e5e;
  --primary: #d71920;
  --transparent: #fff0;
  --white: #fff;
  --extra: #0b2e6b;
  --secondary: #eaf2ff;
  --tertiary: #f6f8fc;
  --black: #0f0f0f;
  --border: #d1d6e0;
  --fonts--icon-font: "Material Icons", sans-serif;
  --color-2: #0b2e6b;
  --color-3: #f3f6fb;
}

body {
  font-family: var(--fonts--paragraph-font);
  color: var(--heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  font-family: var(--fonts--heading-font);
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  font-family: var(--fonts--heading-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  font-family: var(--fonts--heading-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  font-family: var(--fonts--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  font-family: var(--fonts--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  font-family: var(--fonts--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  font-family: var(--fonts--paragraph-font);
  color: var(--paragraph);
  margin-bottom: 0;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 60px;
  list-style-type: decimal;
  display: flex;
}

img {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--primary);
  color: var(--primary);
  background-image: url("https://cdn.prod.website-files.com/69b411ad8cb4cfd86ca2c13e/69b411af8cb4cfd86ca2c1ef_right%20(1).webp");
  background-position: 20px 10px;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 50px 20px 30px 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.middle-allign {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.style-guide-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.container.breadcrumb-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.max-w-1500px {
  max-width: 1500px;
}

.container._2-column-container {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.checkout-total-price-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 20px;
  display: flex;
}

.checkout-product-title {
  font-size: 16px;
  line-height: 140%;
}

._20px-bold-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

._30px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 140%;
}

.checkout-product-price {
  color: #da000b;
  font-weight: 800;
}

.checkout-field {
  border-color: var(--border);
  background-color: #fff0;
  border-radius: 0;
  height: 48px;
  transition: border-color .2s;
}

.checkout-field:hover {
  border-color: var(--primary);
}

.checkout-product-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-billing {
  margin-top: 0;
}

.checkout-quantity-block {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.sticky-right-bar {
  border: 1px solid var(--border);
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 620px;
  padding: 45px 50px;
  display: flex;
  position: static;
  top: 100px;
  overflow: hidden;
}

.users-form-button {
  background-color: var(--primary);
  border-radius: 0;
  height: 55px;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transition: color .3s, background-color .5s;
}

.users-form-button:hover {
  background-color: var(--black);
}

.checkout-total-price {
  color: #da000b;
  font-size: 30px;
  font-weight: 800;
  line-height: 139%;
}

.order-item-list {
  margin-bottom: 0;
}

.checkout-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 90px;
  display: flex;
}

.checkout-label {
  margin-bottom: 6px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.apple-pay {
  border-radius: 5px;
  height: 55px;
}

.checkout-image {
  width: 100%;
  height: 100%;
}

.block-contents {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.checkout-title {
  width: 100%;
  margin-top: 20px;
  font-size: 30px;
  line-height: 42px;
}

.checkout-title.with-border {
  border-bottom: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 8px;
}

.checkout-wrapper {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 700px;
  margin-right: 0;
  display: flex;
}

.checkout-product-info-block {
  flex: none;
  margin-left: 0;
  margin-right: 0;
}

.checkout-header {
  margin-bottom: 30px;
}

.block {
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.checkout-sub-title {
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.checkout-sub-title.with-border {
  border-bottom: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 8px;
}

._18px-title {
  font-size: 18px;
  font-weight: 800;
  transition: color .2s;
}

.checkout-products-wrapper {
  border-bottom: 1px solid var(--primary);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.line-item {
  margin-bottom: 0;
}

._20px-price {
  color: var(--primary);
  font-size: 20px;
  line-height: 28px;
}

.total-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid var(--primary);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .square-image.values-image.laptop-height-662px._1440px-up-height-516px {
    height: 516px;
  }

  .div-block-4.img-none-viewpoint.single-row {
    grid-column-gap: 16px;
    grid-column-gap: 16px;
    grid-column-gap: 16px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2.tablet.mobile.laptop._1440px-up {
    grid-template-rows: 250px 250px;
  }

  .laptop-height-662px._1440px-up-height-516px {
    height: 516px;
  }
}

@media screen and (max-width: 991px) {
  .container._2-column-container {
    flex-flow: column;
  }

  .page-title {
    font-size: 50px;
    line-height: 65px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.black-bg {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid-4-columns.style-guide {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    border-top: 3px solid var(--primary);
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 30px 50px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: var(--transparent);
    flex-direction: row;
  }

  .nav-list {
    text-align: center;
  }

  .nav-button-list {
    margin-left: 0;
  }

  .banner-image-wrapper, .banner-content {
    width: 100%;
  }

  .hero-title {
    text-align: left;
    font-size: 60px;
  }

  .links-and-menu {
    border-top: 1px solid #d2d2d2;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    width: 100%;
    padding: 30px 20px;
  }

  .dropdown-faq-block {
    align-items: stretch;
    min-width: auto;
  }

  .dropdown-wrapper {
    flex-flow: column;
  }

  .mask.related-post {
    max-width: 300px;
    height: 180px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-cover-image {
    height: 400px;
  }

  .info-block {
    width: 100%;
  }

  .blog-title {
    font-size: 40px;
    line-height: 56px;
  }

  .blog-contents {
    min-width: auto;
  }

  ._2-column-block-top {
    flex-flow: column;
  }

  .blog-widget {
    width: 100%;
  }

  .sidebar, .featured-blogs {
    max-width: none;
  }

  .post-title {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-column-block {
    flex-flow: column;
  }

  ._2-column-block.reverse-in-mobile {
    flex-flow: wrap-reverse;
  }

  .image-wrapper {
    width: auto;
  }

  .contents {
    width: 100%;
  }

  .list-divider.hiddne-on-tablet {
    display: none;
  }

  .hamburger-menu {
    transition: transform .3s;
  }

  .hamburger-menu:hover {
    transform: scale(.96);
  }

  .hamburger-menu.w--open {
    background-color: #0000;
  }

  .hamburger-upper-line {
    background-color: var(--black);
    width: 36px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-middle-line {
    background-color: var(--black);
    width: 36px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom-line {
    background-color: var(--black);
    width: 36px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-dropdown-contents-body {
    box-shadow: none;
    margin-top: 20px;
    transform: translate(0);
  }

  .nav-dropdown-contents-body.w--open {
    position: static;
  }

  .nav-dropdown-links-block {
    padding: 0 20px 20px 10px;
  }

  .nav-dropdown-contents {
    width: auto;
    height: auto;
    display: none;
    position: static;
  }

  .nav-dropdown-contents.w--open {
    transform: none;
  }

  .copyright-text {
    text-align: center;
    padding-left: 0;
  }

  .subscription-block {
    max-width: 98%;
  }

  .footer-paragraph {
    max-width: none;
  }

  .list-block.tablet-margin-10px {
    margin-left: 10px;
  }

  .footer-block {
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.logo-block {
    border-right-style: none;
    max-width: none;
  }

  .footer-block.subscribe-block {
    max-width: none;
  }

  .footer-nav {
    margin-top: -50px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .square-image {
    aspect-ratio: 1;
  }

  .background-style {
    width: 60%;
    max-height: 60%;
  }

  .background-style.right-top {
    max-height: 55%;
  }

  .portrait-image.tablet-image-margin-150 {
    width: 70%;
    margin-left: 150px;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .testimonial-contents-block {
    width: 100%;
    margin-bottom: 60px;
  }

  .testimonial-tabs-menu {
    flex-direction: row;
    max-width: none;
  }

  .projects-mask {
    max-width: 60%;
  }

  .contact-form-banner {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  ._36px-title-white {
    font-size: 30px;
  }

  .contents-40 {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .project-main-image-wrapper, .details-block {
    width: auto;
  }

  ._2-column-block-stretch {
    flex-flow: column;
  }

  .width-70 {
    max-width: none;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-block {
    flex-flow: wrap-reverse;
    padding-top: 60px;
  }

  .bottom-image-wrapper {
    width: auto;
    max-width: none;
  }

  .sticky-right-bar, .order-details-wrapper, .thank-you-container {
    max-width: none;
  }

  .users-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .account-tabs-menu {
    max-width: none;
  }

  .account-tab-contents {
    margin-top: 20px;
    margin-left: 0;
  }

  .product-price-block {
    flex-flow: row;
  }

  .product-card {
    max-width: none;
  }

  .product-details-block {
    max-width: 720px;
  }

  .discounts-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .discounts-wrapper.tablet-flex-down {
    flex-flow: column;
  }

  .discounts-card.tablet-width-90 {
    width: 90%;
  }

  .hero-strip-row, .logo-strip {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .ministrys-wrapper {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .ministrys-cards {
    width: 90%;
  }

  .hidden-on-tablet {
    display: none;
  }

  .menu-service-list-dropdown {
    grid-column-gap: 44px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .show-on-tablet {
    display: block;
  }

  .logo-image {
    max-width: 120px;
  }

  .logo-image.smaller {
    max-width: 100px;
  }

  .nav-dropdown-links-block-2 {
    padding: 0 20px 20px 10px;
  }

  .nav-dropdown-contents-body-2 {
    box-shadow: none;
    margin-top: 20px;
    transform: translate(0);
  }

  .nav-dropdown-contents-body-2.w--open {
    position: static;
  }

  .div-block-4.img-none-viewpoint {
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    display: none;
  }

  .grid-2.tablet {
    grid-template-rows: 220px 220px 220px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 40px;
    line-height: 55px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-card-wrapper {
    max-width: 200px;
  }

  .style-card-head {
    min-height: 140px;
  }

  .navbar {
    max-width: 100%;
  }

  .hero-title {
    font-size: 49px;
    line-height: 70px;
  }

  .links-and-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .heading {
    margin-bottom: 10px;
  }

  .testimonial-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }

  .dropdown-title {
    width: 100%;
  }

  .dropdown-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mask.related-post {
    max-width: none;
    height: auto;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  ._3-column-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .blog-thumbnail {
    height: auto;
  }

  .blog-card {
    max-width: none;
  }

  .blog-cover-image {
    height: 320px;
  }

  .info-block {
    font-size: 15px;
  }

  .text-link {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-title {
    font-size: 36px;
    line-height: 52px;
  }

  .featured-blogs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-text, .highlight-title {
    font-size: 36px;
    line-height: 50px;
  }

  .title-animation {
    max-height: 50px;
  }

  .top-notice-bar {
    margin-bottom: -100px;
  }

  .space-between-block-vertical-from-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
  }

  .notice-bar-left {
    display: none;
  }

  .phone-and-email-wrapper-navbar {
    padding-right: 0;
  }

  .top-bar-left-side-bg {
    width: 100%;
  }

  .subscription-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subscription-title {
    font-size: 28px;
  }

  .site-logo {
    min-width: 80px;
    max-width: 80px;
  }

  .newsletter-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscription-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subscription-mail-input {
    max-width: none;
  }

  .footer-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-block.subscribe-block {
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .background-style {
    max-height: 50%;
  }

  .background-style.right-top {
    max-height: 45%;
  }

  .portrait-image.tablet-image-margin-150.mobile-image-margin-90 {
    margin-left: 90px;
  }

  .counter-title {
    font-size: 16px;
    line-height: 22px;
  }

  .partner-logo {
    height: 40px;
  }

  .client-name {
    font-size: 20px;
  }

  .projects-mask {
    max-width: 100%;
  }

  .contact-form-banner {
    padding: 70px 40px 90px;
  }

  .contact-form {
    padding: 40px;
  }

  ._36px-title-white {
    font-size: 28px;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
  }

  ._20px-white-text {
    font-size: 18px;
  }

  .profile-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._30px-title {
    font-size: 28px;
    line-height: 140%;
  }

  .sticky-right-bar {
    padding: 25px 30px 40px;
  }

  .order-item {
    flex-flow: wrap;
  }

  .order-confirm-price {
    font-size: 16px;
    line-height: 24px;
  }

  .details-wrapper {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
  }

  .subscription {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .subscriptions-info {
    margin-left: 0;
    margin-right: 0;
  }

  .price-and-cancel-button {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  ._40px-title {
    font-size: 34px;
    line-height: 50px;
  }

  .product-thumbnail-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    aspect-ratio: custom;
  }

  .product-body {
    height: auto;
  }

  .product-image {
    max-height: 400px;
  }

  .product-image-background {
    height: 450px;
  }

  .hero-strip-row, .logo-strip {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-2.tablet.mobile {
    grid-template-rows: 255px 255px 255px;
  }

  .grid-2.tablet.mobile.laptop._1440px-up {
    grid-template-rows: 250px 250px 250px;
  }
}

@media screen and (max-width: 479px) {
  .pd-shared-components--pursuit-digital-trademark {
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  h2 {
    font-size: 30px;
    line-height: 44px;
  }

  blockquote {
    padding-left: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .banner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.black-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .color-information {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 28px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-logo {
    max-width: 150px;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .banner-image-wrapper {
    display: none;
  }

  .hero-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 45px;
  }

  .links-and-menu {
    border-top-style: none;
  }

  .heading {
    margin-top: 10px;
  }

  .testimonial-card {
    padding: 40px 10px;
  }

  .dropdown-switch {
    justify-content: space-between;
    padding: 15px 0;
  }

  .faq-icon {
    display: none;
  }

  .dropdown-texts {
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-title {
    white-space: pre-wrap;
  }

  .dropdown-faq-block {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-wrapper {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .changelog-section {
    margin-bottom: -20px;
  }

  .white-heading-450px-width {
    margin-top: 10px;
  }

  .blog-thumbnail {
    height: 240px;
  }

  .blog-body {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-card-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-block {
    flex-flow: wrap;
  }

  .price-36px {
    font-size: 28px;
    line-height: 38px;
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .section-60px {
    padding-top: 40px;
  }

  .blog-category-single-post {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-cover-image {
    height: 220px;
  }

  .info-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .separator {
    display: none;
  }

  .blog-title {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .rich-text-block h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .rich-text-block h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .rich-text-block h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text-block h6 {
    font-size: 16px;
    line-height: 24px;
  }

  ._2-column-block-top {
    margin-top: 20px;
  }

  .blog-sidebar-title {
    margin-bottom: 0;
  }

  .sidebar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .featured-blogs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .post-title {
    font-size: 18px;
    line-height: 28px;
  }

  .tag-button {
    font-size: 14px;
    line-height: 22px;
  }

  .breadcrumb {
    font-size: 14px;
    line-height: 20px;
  }

  .title-text {
    font-size: 32px;
  }

  .highlight-title {
    font-size: 32px;
    line-height: 44px;
  }

  .title-animation {
    justify-content: flex-start;
    align-items: center;
    max-height: 44px;
  }

  .list-divider {
    margin-left: 6px;
    margin-right: 6px;
  }

  .nav-dropdown-links-block {
    padding: 10px 30px;
  }

  .subscription-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .copyright-text {
    max-width: 90%;
  }

  .site-logo {
    min-width: 65px;
    max-width: 65px;
  }

  .newsletter-block, .subscription-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    grid-row-gap: 20px;
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-block.logo-block {
    border-top-style: none;
  }

  .information-block {
    grid-column-gap: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom-40px {
    margin-bottom: 20px;
  }

  .background-style {
    max-height: 40%;
  }

  .background-style.right-top {
    max-height: 35%;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-bottom-8px {
    margin-bottom: 6px;
  }

  .slider-animation-wrapper {
    transform: translate(-100vw);
  }

  .partners-grid {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    transform: none;
  }

  .partner-logo {
    max-width: 200px;
    height: 36px;
  }

  .testimonial-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .testimonial-tab-link {
    padding: 4px;
  }

  .client-name {
    font-size: 18px;
  }

  .contact-form-banner {
    padding: 60px 20px;
  }

  .contact-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  ._36px-title-white {
    font-size: 24px;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .margin-left-32px {
    margin-left: 16px;
  }

  ._20px-white-text {
    font-size: 14px;
  }

  .contact-info-block {
    align-items: center;
  }

  .service-title {
    font-size: 20px;
    line-height: 30px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .social-share-icon-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 8px;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .profile-block {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._30px-title {
    font-size: 24px;
    line-height: 140%;
  }

  .checkout-product-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky-right-bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-total-price {
    font-size: 20px;
    line-height: 30px;
  }

  .checkout-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .checkout-image {
    width: 80%;
    height: 80%;
  }

  .block-contents {
    margin-bottom: 15px;
  }

  .checkout-products-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .total-block {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .order-details-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .users-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .users-page-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .account-tabs-menu {
    flex-flow: column;
  }

  .account-tab-link {
    width: 100%;
    min-width: auto;
  }

  .my-account-wrapper {
    padding-bottom: 40px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .my-account-block {
    margin-bottom: 15px;
  }

  ._40px-title {
    font-size: 28px;
    line-height: 40px;
  }

  .product-thumbnail-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .product-thumbnail {
    max-height: 200px;
  }

  .product-images-wrapper {
    grid-row-gap: 20px;
  }

  .product-image-background {
    height: 320px;
  }

  .product-quantity {
    max-width: none;
    padding-left: 45%;
  }

  .cart-button-wrapper {
    flex-flow: column;
  }

  .product-title {
    font-size: 24px;
    line-height: 36px;
  }

  .recuritment-rich-text {
    margin-bottom: 20px;
  }

  .discounts-wrapper {
    grid-template-columns: 1fr;
  }

  .accent-header-services {
    font-size: 28px;
    line-height: 38px;
  }

  .services-sidebar-text {
    margin-bottom: 20px;
  }

  .ministrys-cards {
    width: 100%;
  }

  .menu-service-list-dropdown {
    grid-template-columns: 1fr;
  }

  .logo-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-rich-text {
    margin-bottom: 20px;
  }

  .nav-dropdown-links-block-2 {
    padding: 30px;
  }

  .nav-link-2.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-4.img-none-viewpoint.single-row {
    grid-column-gap: 16px;
    grid-column-gap: 16px;
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }
}
