@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dm-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-500 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dm-sans-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v11-latin-500.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-700 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dm-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v11-latin-700.svg#DMSans') format('svg'); /* Legacy iOS */
}

/* dm-serif-display-regular - latin */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/dm-serif-display-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/dm-serif-display-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #5d7471;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 68px;
  line-height: 1.059em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 38px;
  line-height: 1.158em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 26px;
  line-height: 1.154em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #e16546;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #212739;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

strong {
  color: #fff;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 96px 42px 99px;
  border-bottom: 5px solid #212739;
  border-left: 0px solid #000;
  background-color: rgba(222, 238, 236, 0.3);
  color: #212739;
  font-size: 18px;
  line-height: 1.667em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 12px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  text-align: center;
}

.color-primary-1 {
  color: #212739;
}

.color-white {
  color: #fff;
  text-align: left;
}

.bg-primary-1 {
  background-color: #212739;
}

.bg-secondary-1 {
  background-color: #e16546;
}

.bg-secondary-2 {
  background-color: #f9ede6;
}

.bg-secondary-3 {
  background-color: #144741;
}

.bg-secondary-4 {
  background-color: #deeeec;
}

.bg-neutral-700 {
  background-color: #304f4b;
}

.bg-neutral-600 {
  background-color: #5d7471;
}

.bg-neutral-500 {
  background-color: #90a19f;
}

.bg-neutral-400 {
  background-color: #b6bfbe;
}

.bg-neutral-300 {
  background-color: #e1e9e8;
}

.bg-neutral-200 {
  background-color: #fbf7f3;
}

.bg-neutral-100 {
  background-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.plan {
  margin-bottom: 115px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  background-color: #fff;
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  background-color: #212739;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #212739;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 350ms ease, color 300ms ease;
  transition: background-color 350ms ease, color 300ms ease;
  color: #5d7471;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #deeeec;
  color: #212739;
}

.styleguide-link.w--current {
  background-color: #deeeec;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #212739;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e1e9e8;
  color: #042622;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e1e9e8;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  background-color: #fff;
}

.color-block {
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: #212739;
  color: #90a19f;
}

.color-block.bg-secondary-1 {
  background-color: #e16546;
}

.color-block.bg-white {
  border-bottom: 1px solid #e1e9e8;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #042622;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #90a19f;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e1e9e8;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 15px;
  color: #212739;
  font-weight: 500;
}

.paragraph-large {
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  line-height: 1.583em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #deeeec;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 22px 40px;
  border-radius: 1000px;
  background-color: #212739;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #e16546;
  color: #fbf7f3;
}

.button-primary.small {
  padding: 14px 32px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 20px;
  letter-spacing: 4px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary.bg-secondary-1 {
  background-color: #e16546;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  color: #fff;
  text-transform: uppercase;
}

.button-primary.bg-secondary-1:hover {
  background-color: #e16546;
  color: #212739;
}

.button-primary.bg-secondary-1.cta {
  margin-right: 26px;
  margin-bottom: 20px;
}

.button-primary.bg-secondary-1.blog-newsletter {
  position: absolute;
  right: 4px;
}

.button-primary.bg-secondary-1._404 {
  margin-right: 26px;
}

.button-primary.bg-secondary-1.footer-newsletter-button:hover {
  background-color: #212739;
}

.button-primary.home-about {
  margin-right: 26px;
  margin-bottom: 20px;
  background-color: #e16546;
}

.button-primary.home-about:hover {
  color: #212739;
}

.button-primary.home-services {
  margin-right: 26px;
}

.button-primary.plan-book {
  margin-top: 10px;
}

.button-primary.add-to-cart {
  display: block;
}

.button-primary.empty-cart {
  margin-top: 20px;
}

.button-secondary {
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #042622;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-secondary:hover {
  border-color: #212739;
  color: #212739;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 14px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 20px;
  letter-spacing: 4px;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  border-color: #90a19f;
}

.button-secondary.light {
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #fff;
}

.button-secondary.light:hover {
  border-color: #e16546;
  color: #e16546;
}

.button-secondary.light.cta {
  margin-bottom: 20px;
}

.button-secondary.home-about {
  margin-bottom: 20px;
}

.button-secondary.buy-now {
  display: block;
  margin-top: 17px;
  background-color: #fff;
}

.styleguide-button-container {
  margin-top: 27px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: -60px;
  padding-top: 20px;
  padding-bottom: 28px;
  background-color: #212739;
  font-family: 'Maven Pro', sans-serif;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
}

.nav-item-wrapper.header-button-mobile {
  display: none;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.footer {
  padding-top: 65px;
  padding-bottom: 34px;
  background-color: #212739;
}

.footer-grid {
  position: static;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-container {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.footer-logo {
  width: 192px;
}

.licenses-hero {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #212739;
}

.section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.checkout-hero {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #212739;
}

.section.home-hero {
  position: relative;
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 0px;
  background-color: #fbf7f3;
}

.section.home-features {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fbf7f3;
}

.section.bg-neutral-200 {
  padding-top: 140px;
}

.section.bg-neutral-200.blog-articles-category {
  position: relative;
  padding-top: 100px;
}

.section.cta {
  position: relative;
  overflow: hidden;
  background-color: #212739;
}

.section.home-about {
  overflow: hidden;
}

.section.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 0px;
  background-color: #fbf7f3;
}

.section.home-services {
  overflow: hidden;
  background-color: #fbf7f3;
}

.section.services {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  background-color: #fbf7f3;
}

.section.service {
  position: relative;
  overflow: hidden;
  padding-top: 115px;
  background-color: #fbf7f3;
}

.section.blog-hero {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.section.blog-newsletter {
  padding-top: 134px;
  padding-bottom: 136px;
  background-color: #212739;
  background-image: url('../images/bg-newsletter-doctor-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.blog-post {
  position: relative;
  padding-top: 100px;
}

.section.plans {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.section.plan {
  position: relative;
  padding-top: 100px;
}

.section.contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.section.contact-map-section {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), color-stop(0, #fbf7f3));
  background-image: linear-gradient(180deg, #fff 45%, #fbf7f3 0);
}

.section.plans-category {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf7f3;
}

.utility-page-wrap._404 {
  position: relative;
  min-height: 800px;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  background-color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 28px;
  padding-left: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  border-radius: 100px;
  box-shadow: 0 1px 6px 0 rgba(4, 38, 34, 0.04);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  font-family: 'Maven Pro', sans-serif;
  color: #212739;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.input:hover {
  border-color: #212739;
}

.input:focus {
  border-width: 2px;
  border-color: #212739;
  color: #212739;
}

.input.-wfp-focus {
  border-width: 2px;
  border-color: #212739;
  color: #212739;
}

.input::-webkit-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.input:-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.input::-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.input::placeholder {
  color: #5d7471;
  font-size: 16px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  height: 50px;
  margin-bottom: 16px;
  background-color: #fff;
}

.input.discounts {
  height: 46px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
  background-color: #fff;
}

.input.footer-newsletter {
  height: 64px;
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 1.6em;
}

.input.footer-newsletter:hover {
  border-color: #e16546;
}

.input.footer-newsletter:focus {
  border-color: #e16546;
}

.input.footer-newsletter::-webkit-input-placeholder {
  font-size: 15px;
}

.input.footer-newsletter:-ms-input-placeholder {
  font-size: 15px;
}

.input.footer-newsletter::-ms-input-placeholder {
  font-size: 15px;
}

.input.footer-newsletter::placeholder {
  font-size: 15px;
}

.input.blog-newsletter {
  height: 70px;
  padding-right: 195px;
}

.utility-page-content-404 {
  position: relative;
  z-index: 1;
  text-align: center;
}

._404-title {
  margin-bottom: -10px;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.changelog {
  margin-top: -250px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e1e9e8;
  opacity: 0.3;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
  opacity: 1;
}

.divider.header-divider {
  margin-top: 20px;
  margin-bottom: 34px;
  background-color: #fff;
}

.divider.footer-divider-1 {
  margin-top: 65px;
  margin-bottom: 91px;
}

.divider.footer-divider-2 {
  margin-top: 94px;
  margin-bottom: 34px;
}

.divider.card-plan {
  margin-top: 31px;
  margin-bottom: 42px;
  background-color: #b6bfbe;
  opacity: 1;
}

.divider.get-plan {
  margin-top: 40px;
  margin-bottom: 45px;
  background-color: #b6bfbe;
  opacity: 1;
}

.divider.hours-1 {
  width: 97px;
  height: 0px;
  margin-right: 16px;
  margin-left: 18px;
  border-style: dashed;
  border-width: 1px;
  border-color: #b6bfbe;
  background-color: transparent;
  opacity: 1;
}

.divider.hours-2 {
  width: 77px;
  height: 0px;
  margin-right: 16px;
  margin-left: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #b6bfbe;
  background-color: transparent;
  opacity: 1;
}

.paragraph {
  margin-bottom: 35px;
  color: #304f4b;
  text-align: left;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  max-width: 396px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
}

.paragraph.home-hero {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.paragraph.home-about {
  margin-bottom: 40px;
}

.paragraph.cta {
  max-width: 520px;
  margin-bottom: 40px;
  color: #e1e9e8;
}

.paragraph.card-home-video {
  margin-bottom: 17px;
}

.paragraph.card-testimonial {
  margin-bottom: 28px;
}

.paragraph.card-service {
  margin-bottom: 24px;
}

.paragraph.about-hero {
  margin-bottom: 40px;
  color: #fff;
}

.paragraph.experience-left {
  margin-bottom: 40px;
}

.paragraph.about-card-service {
  margin-bottom: 24px;
}

.paragraph.service-excerpt {
  max-width: 515px;
  color: #fff;
}

.paragraph.blog-post-excerpt {
  color: #e1e9e8;
}

.paragraph.plans-contact {
  margin-bottom: 34px;
}

.paragraph.plans-contact.paragraph-bright {
  color: #90a19f;
}

.paragraph.plan-description {
  margin-bottom: 31px;
  color: #fff;
}

.paragraph.card-contact {
  max-width: 415px;
}

.paragraph.faq-paragraph {
  max-width: 470px;
}

.paragraph.checkout-hero {
  max-width: 476px;
}

.paragraph.paragraph-bright {
  color: #90a19f;
}

.paragraph-small {
  font-family: 'Maven Pro', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph-small.footer-top-content {
  max-width: 487px;
  color: #fbf7f3;
}

.paragraph-small.footer-address {
  max-width: 400px;
  color: #b6bfbe;
}

.paragraph-small.footer-newsletter {
  margin-bottom: 25px;
  color: #b6bfbe;
}

.paragraph-small.small-print {
  margin-right: 40px;
  color: #fbf7f3;
}

.card {
  overflow: hidden;
  background-color: #fff;
}

.card.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf7f3;
  text-align: center;
}

.card.changelog.last {
  margin-bottom: 0px;
}

.card.checkout {
  margin-bottom: 40px;
  background-color: #fbf7f3;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.home-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card.home-video {
  position: absolute;
  right: 0px;
  max-width: 45%;
  padding: 68px 34px 68px 48px;
  background-color: #fbf7f3;
}

.card.testimonial {
  padding: 65px 33px 60px 29px;
  border-bottom: 5px solid #212739;
}

.card.service {
  height: 100%;
  margin-bottom: -10px;
  padding: 48px 30px 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  color: #5d7471;
  text-align: center;
  text-decoration: none;
}

.card.service:hover {
  color: #5d7471;
}

.card.blog-article-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 92%;
  margin-top: -115px;
  padding: 58px 34px 51px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 2px 6px 0 rgba(8, 15, 52, 0.06);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  color: #5d7471;
  text-decoration: none;
}

.card.blog-article-item:hover {
  box-shadow: 0 8px 16px 0 rgba(8, 15, 52, 0.06);
  color: #5d7471;
}

.card.bg-neutral-200 {
  background-color: #fbf7f3;
}

.card.bg-neutral-200.contact {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 684px;
  padding: 90px 77px 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.bg-neutral-200.plan {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.bg-neutral-200.plan:hover {
  -webkit-transform: translate3d(0px, -8px, 0.01px);
  transform: translate3d(0px, -8px, 0.01px);
}

.card.bg-neutral-200.get-plan {
  min-height: 570px;
}

.card.bg-neutral-200.faq {
  margin-bottom: 20px;
  padding: 40px 32px 42px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.bg-neutral-200.faq:hover {
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.card.bg-neutral-200.faq.last {
  margin-bottom: 0px;
}

.card.bg-neutral-200.default {
  border-width: 0px;
}

.card.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fbf7f3;
}

.card.experience {
  padding: 48px 43px;
}

.card.about-service {
  margin-bottom: -10px;
  padding: 48px 30px 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  color: #5d7471;
  text-align: center;
  text-decoration: none;
}

.card.about-service:hover {
  color: #5d7471;
}

.card.service-page {
  padding: 92px 86px 77px;
}

.card.blog-article-featured {
  position: absolute;
  left: 54px;
  bottom: 66px;
  max-width: 57%;
  padding: 80px 60px 78px;
  text-align: left;
}

.card.blog-post-author {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 60px 29px;
  background-color: #fbf7f3;
  text-align: center;
}

.card.plan {
  padding: 52px 28px 49px;
  background-color: #fbf7f3;
}

.card.get-plan {
  position: relative;
  z-index: 1;
  padding: 66px 48px;
  background-color: #fbf7f3;
}

.card.default {
  padding: 60px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
}

.checkout-form {
  padding: 80px 0px 180px;
  background-color: #fff;
}

.checkout-block-header {
  padding: 30px 40px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0px;
  background-color: transparent;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.order-item {
  color: #212739;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item:hover {
  color: #e16546;
}

.title.checkout-hero {
  color: #fff;
}

.title.home-hero {
  color: #fff;
  font-size: 52px;
}

.title.card-home-feature {
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1.154em;
  letter-spacing: 0.02em;
}

.title.cta {
  max-width: 520px;
  margin-bottom: 0px;
  padding-bottom: 43px;
  color: #fff;
}

.title.home-services {
  margin-bottom: 0px;
}

.title.home-video {
  margin-bottom: 0px;
}

.title.testimonials {
  margin-bottom: 0px;
}

.title.card-testimonial {
  margin-bottom: 21px;
  color: #212739;
}

.title.card-testimonial-about-name {
  margin-bottom: 0px;
}

.title.card-blog-article-item {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.273em;
}

.title.footer-title {
  margin-bottom: 23px;
  font-family: 'DM Sans', sans-serif;
  color: #fbf7f3;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.title.footer-newsletter {
  margin-bottom: 23px;
  color: #fbf7f3;
  font-size: 18px;
  line-height: 1.333em;
}

.title.about-hero {
  color: #fff;
}

.title.story {
  margin-bottom: 24px;
}

.title.card-value {
  margin-bottom: 8px;
}

.title.card-experience {
  margin-bottom: 13px;
}

.title.about-services {
  margin-bottom: 0px;
}

.title.services {
  margin-bottom: 0px;
  color: #fff;
}

.title.service {
  margin-bottom: 15px;
  color: #fff;
}

.title.card-service-page-about {
  margin-bottom: 28px;
}

.title.blog-hero {
  margin-bottom: 40px;
  color: #fff;
}

.title.card-blog-article-featured {
  margin-bottom: 21px;
}

.title.blog {
  margin-bottom: 0px;
}

.title.blog-newsletter {
  max-width: 40%;
  margin-right: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.title.blog-post {
  margin-bottom: 34px;
  color: #fff;
}

.title.blog-post-articles {
  margin-bottom: 0px;
}

.title.blog-post-card-author {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.154em;
}

.title.card-plan {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.154em;
  letter-spacing: 0.02em;
}

.title.plans-contact {
  margin-bottom: 13px;
}

.title.plans {
  margin-bottom: 0px;
  color: #fff;
}

.title.get-plan {
  margin-right: 6px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1.154em;
  letter-spacing: 0.02em;
}

.title.plan {
  margin-bottom: 0px;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 1.059em;
  letter-spacing: 0.01em;
}

.title.plan-about {
  margin-right: 8px;
  margin-bottom: 0px;
}

.title.card-contact {
  margin-bottom: 22px;
}

.title.contact {
  margin-bottom: 0px;
  color: #fff;
}

.title.faq-title {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0em;
}

.title.contact-map-about {
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 1.273em;
}

.title._404 {
  color: #e16546;
}

.title.category {
  margin-right: 15px;
  margin-bottom: 0px;
  font-family: 'DM Serif Display', sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 1.059em;
}

.title.cart-item-title {
  margin-bottom: 6px;
  color: #212739;
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #e16546;
}

.title.card-service.heading-size-h3 {
  display: block;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-hero-left {
  position: relative;
  z-index: 1;
  max-width: 48%;
  margin-top: 80px;
}

.split-content.home-hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 49%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-about-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 48%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-about-right {
  max-width: 47%;
}

.split-content.cta-left {
  position: relative;
  z-index: 1;
  max-width: 48%;
}

.split-content.home-services-left {
  max-width: 416px;
}

.split-content.testimonials-left {
  max-width: 598px;
  margin-right: 40px;
}

.split-content.testimonials-right {
  max-width: 38%;
}

.split-content.about-hero-left {
  position: relative;
  z-index: 1;
  max-width: 52%;
  margin-top: 98px;
  margin-right: 40px;
}

.split-content.about-hero-right {
  position: relative;
  z-index: 1;
  max-width: 502px;
}

.split-content.experience-left {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  max-width: 43%;
  margin-right: 40px;
}

.split-content.experience-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 598px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.about-services-left {
  max-width: 418px;
}

.split-content.plan-left {
  position: relative;
  z-index: 1;
  max-width: 577px;
  margin-right: 40px;
}

.split-content.plan-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
}

.split-content.card-contact-left {
  max-width: 455px;
  margin-right: 40px;
}

.split-content.card-contact-right {
  width: 100%;
  max-width: 550px;
}

.split-content.contact-map-about-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.split-content.contact-map-about-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout-field-label {
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #212739;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.home-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 734px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper.home-about {
  position: relative;
  z-index: 1;
}

.image-wrapper.cta {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.image-wrapper.home-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1055px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper.story-1 {
  max-width: 586px;
}

.image-wrapper.story-2 {
  max-width: 586px;
}

.image-wrapper.blog-post {
  z-index: 1;
  margin-bottom: 108px;
}

.image-wrapper._404 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.image.home-hero {
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-home-feature {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image.cta {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-testimonial-about {
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 19px;
  border-radius: 1000px;
}

.image.card-service {
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-bottom: 25px;
  border-radius: 1000px;
}

.image.card-value-icon {
  margin-right: 24px;
  border-radius: 1000px;
}

.image.about-card-service {
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-bottom: 25px;
  border-radius: 1000px;
}

.image.card-service-page-icon {
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-bottom: 32px;
  border-radius: 1000px;
}

.image.bg-service-1 {
  position: absolute;
  left: -208px;
  bottom: -21px;
}

.image.bg-service-2 {
  position: absolute;
  right: -246px;
  bottom: 92px;
}

.image.blog-post-card-author {
  width: 125px;
  height: 125px;
  min-width: 125px;
  margin-bottom: 24px;
  border-radius: 1000px;
}

.image.bg-blog-post {
  position: absolute;
  right: -198px;
  bottom: -167px;
}

.image.card-plan-feature-icon {
  margin-right: 9px;
}

.image.bg-plans {
  position: absolute;
  left: -66px;
  bottom: 0px;
  width: 37%;
}

.image.plan-feature-icon {
  margin-right: 9px;
}

.image.bg-plan {
  position: absolute;
  left: -136px;
}

.image.card-contact-link-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin-right: 14px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 1000px;
  background-color: #212739;
}

.image.contact-map-about {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 24px;
  border-radius: 1000px;
}

.image.icon-style-guide {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 1000px;
}

.image._404 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.licenses-link-block-image {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  color: #042622;
  font-weight: 500;
}

.apple-pay {
  height: 56px;
  border-radius: 1000px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #042622;
  font-weight: 500;
}

.order-summary-total {
  color: #042622;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  background-color: transparent;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  position: relative;
  z-index: 1;
  max-width: 680px;
  color: #fff;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  position: relative;
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 1000px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: 'Icons Doctor Template', sans-serif;
  font-size: 33px;
  line-height: 1em;
}

.cart-button:hover {
  border-color: #e16546;
}

.cart-quantity {
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  min-width: 23px;
  margin-left: 0px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #e16546;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
}

.bg-neutral-800 {
  background-color: #042622;
}

.link-white {
  color: #fff;
}

.brand {
  margin-right: 28px;
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.01);
  transform: scale3d(1.04, 1.04, 1.01);
}

.brand.w--current {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.header-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact-link {
  margin-right: 56px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-contact-link.last {
  margin-right: 0px;
  font-style: normal;
  text-transform: none;
}

.home-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 796px;
  background-color: #212739;
}

.bg.home-about-left-1 {
  left: -30px;
  top: -30px;
  width: 82%;
  height: 86%;
  background-color: #e16546;
}

.bg.home-about-left-2 {
  right: -800px;
  bottom: -99px;
  max-width: 1500px;
}

.bg.home-hero-right {
  position: absolute;
  left: auto;
  top: -29%;
  right: auto;
  bottom: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bg.cta {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.about-hero-1 {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 774px;
  background-color: #212739;
}

.bg.story {
  width: 30%;
  height: 29%;
  background-color: #e16546;
}

.bg.about-hero-2 {
  left: -604px;
  top: -45px;
}

.bg.services {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 598px;
  background-color: #212739;
}

.bg.service {
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 616px;
  background-color: #212739;
}

.bg.blog-hero {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #212739;
  background-image: url('../images/bg-blog-hero-doctor-template.svg');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.bg.blog-post {
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 660px;
  background-color: #212739;
}

.bg.plans {
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 100%;
  background-color: #212739;
}

.bg.plan {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 630px;
  background-color: #212739;
}

.bg.contact {
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 629px;
  background-color: #212739;
}

.bg.checkout {
  top: 34px;
  right: 0px;
}

.subtitle {
  margin-bottom: 10px;
  font-family: 'Maven Pro', sans-serif;
  color: #e16546;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: none;
}

.subtitle.color-primary-1 {
  color: #212739;
}

.subtitle.color-primary-1.card-blog-article-item-about {
  margin-bottom: 0px;
}

.subtitle.color-primary-1.card-blog-article-featured-about {
  margin-bottom: 0px;
}

.subtitle.blog-post-category-link {
  margin-bottom: 0px;
  text-decoration: none;
}

.subtitle.blog-post-category-link:hover {
  color: #042622;
}

.subtitle.plan {
  margin-right: 6px;
  margin-bottom: 0px;
}

.home-features-grid {
  grid-column-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-home-feature-content {
  max-width: 267px;
}

.home-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.home-services {
  margin-bottom: 40px;
}

.top-content.testimonials {
  margin-bottom: 40px;
}

.top-content.about-services {
  margin-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content.service {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.top-content.blog {
  margin-bottom: 48px;
}

.top-content.blog-post-articles {
  margin-bottom: 42px;
}

.top-content.blog-category {
  margin-bottom: 48px;
}

._2-buttons.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-medium-682px {
  max-width: 682px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-682px.home-video {
  margin-bottom: 29px;
  text-align: center;
}

.container-medium-682px.left {
  margin-left: 0px;
}

.home-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #071312;
  opacity: 0.57;
}

.home-video-button {
  position: absolute;
  left: 291.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 124px;
  height: 124px;
  min-width: 124px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #e16546;
  box-shadow: 0 24px 44px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.home-video-button:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.24);
}

.card-home-video-features-grid {
  margin-bottom: 37px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-home-video-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #042622;
}

.card-home-video-feature-icon {
  margin-right: 10px;
}

.testimonials-grid {
  margin-bottom: 48px;
  grid-column-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-testimonial-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-medium-618px {
  max-width: 618px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-618px.home-blog {
  margin-bottom: 40px;
  text-align: center;
}

.home-services-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 48px;
  background-color: transparent;
}

.home-services-slider-mask {
  overflow: visible;
  max-width: 390px;
}

.home-service-slide {
  max-width: 390px;
  margin-right: 26px;
}

.slide-nav {
  display: none;
}

.home-services-button-next {
  top: -106px;
  bottom: auto;
  width: auto;
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6bfbe;
  border-radius: 1000px;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #042622;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-services-button-next:hover {
  border-color: #212739;
  color: #212739;
}

.home-services-button-previous {
  left: auto;
  top: -106px;
  right: 172px;
  bottom: auto;
  width: auto;
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6bfbe;
  border-radius: 1000px;
  background-color: transparent;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #042622;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-services-button-previous:hover {
  border-color: #212739;
  color: #212739;
}

.link-wrapper {
  display: inline-block;
  overflow: hidden;
  color: #212739;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.link-wrapper.card-blog-article-item {
  margin-top: auto;
}

.link-underline {
  width: 100%;
  height: 2px;
  margin-top: 9px;
  background-color: #212739;
}

.home-blog-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-article-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-blog-article-item-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-blog-article-item-about-divider {
  width: 30px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #5d7471;
}

.footer-nav-content {
  display: block;
}

.footer-nav-links {
  margin-right: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav-links.last {
  margin-right: 0px;
}

.footer-nav-link-item {
  margin-bottom: 10px;
  line-height: 1.6em;
}

.footer-nav-wrapper {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-box {
  margin-right: 45px;
}

.footer-nav-box.last {
  margin-right: 0px;
}

.footer-nav-link {
  display: inline-block;
  color: #b6bfbe;
  font-size: 15px;
  line-height: 1.6em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-newsletter-wrapper {
  max-width: 390px;
}

.footer-newsletter-form-block {
  margin-bottom: 0px;
}

.small-print-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.footer-social-media-grid {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 38px;
  grid-template-columns: 38px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 38px;
  height: 38px;
  min-width: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Doctor Template', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-social-media-link:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #144741;
}

.footer-social-media-link.icon-14px {
  font-size: 14px;
}

.footer-social-media-link.icon-18px {
  font-size: 18px;
}

.card-blog-article-item-content {
  margin-bottom: 20px;
}

.about-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-small-586px {
  max-width: 586px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-586px.values {
  margin-bottom: 40px;
  text-align: center;
}

.values-grid {
  margin-bottom: 48px;
  grid-column-gap: 26px;
  grid-row-gap: 32px;
}

.story-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.story-content-1 {
  max-width: 571px;
}

.story-content-2 {
  max-width: 571px;
  margin-top: 155px;
}

.experience-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-experience-date {
  margin-bottom: 6px;
  font-family: 'DM Serif Display', sans-serif;
  color: #212739;
  line-height: 1.111em;
  letter-spacing: 0.02em;
}

.experience-grid {
  position: relative;
  z-index: 1;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.experience-timeline {
  position: absolute;
  width: 6px;
  height: 90%;
  margin-left: 50px;
  background-color: #212739;
}

.about-services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-885px {
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-885px.services {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
}

.services-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-large-1026px {
  max-width: 1026px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1026px.service {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-hero-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.blog-article-featured-wrapper {
  position: relative;
  color: #5d7471;
  text-decoration: none;
}

.blog-article-featured-wrapper:hover {
  color: #5d7471;
}

.card-blog-article-featured-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-blog-article-featured-about-divider {
  width: 30px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #5d7471;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-categories-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-link {
  display: inline-block;
  margin-left: 15px;
  padding: 14px 24px;
  border-radius: 1000px;
  background-color: #e1e9e8;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #042622;
  font-size: 14px;
  line-height: 1.143em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  background-color: #212739;
  color: #fff;
}

.category-link.w--current {
  background-color: #212739;
  color: #fff;
}

.category-link.category-page {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, background-color 350ms ease, color 350ms ease;
  color: #fff;
}

.category-link.category-page:hover {
  border-color: #e16546;
  background-color: #e16546;
  color: #042622;
}

.category-link.category-page.w--current {
  border-color: #e16546;
  background-color: #e16546;
  color: #042622;
}

.button-pagination {
  margin-top: 48px;
  padding: 22px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6bfbe;
  border-radius: 1000px;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, border-color 350ms ease, color 350ms ease;
  color: #042622;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-pagination:hover {
  border-color: #212739;
  background-color: #212739;
  color: #fff;
}

.blog-newsletter-form-block {
  max-width: 598px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-top-content {
  position: relative;
  z-index: 1;
  max-width: 1055px;
  margin-bottom: 46px;
}

.blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post-sidebar {
  max-width: 403px;
  margin-right: 40px;
}

.blog-post-body {
  max-width: 745px;
}

.rich-text h2 {
  margin-bottom: 22px;
}

.rich-text p {
  margin-bottom: 30px;
  font-family: 'DM Sans', sans-serif;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 22px;
}

.rich-text figure {
  margin-top: 50px;
  margin-bottom: 33px;
}

.rich-text h4 {
  margin-top: 40px;
}

.rich-text h5 {
  margin-top: 40px;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 62px;
}

.blog-post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e1e9e8;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-post-about-divider {
  width: 30px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #e1e9e8;
}

.blog-post-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-card-author-social-media-grid {
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 18px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-card-author-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #212739;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Doctor Template', sans-serif;
  color: #fff;
  text-decoration: none;
}

.blog-post-card-author-social-media-link:hover {
  background-color: #144741;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.blog-post-card-author-social-media-link.icon-16px {
  font-size: 16px;
}

.blog-post-card-author-social-media-link.icon-20px {
  font-size: 20px;
}

.container-medium-942px {
  max-width: 942px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-942px.plans {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  text-align: center;
}

.container-medium-942px.plans-category {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  text-align: center;
}

.plans-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-bottom: 99px;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-plan-price {
  margin-right: 6px;
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 38px;
  line-height: 1.158em;
  letter-spacing: 0.01em;
}

.card-plan-features-grid {
  margin-bottom: 35px;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #042622;
  line-height: 1.111em;
  font-weight: 500;
}

.plans-contact-wrapper {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.plan-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-medium-835px {
  max-width: 835px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.plan-title-wrapper {
  margin-bottom: 21px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.plan-features-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
}

.plan-subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-plan-field-label {
  margin-bottom: 12px;
  color: #042622;
  letter-spacing: 0em;
  text-transform: none;
}

.plan-about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get-plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.get-plan-default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-wrapper {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 28px;
  padding-left: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(4, 38, 34, 0.04);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease;
}

.select-wrapper:hover {
  border-color: #212739;
}

.select-wrapper:focus {
  border-width: 2px;
  border-color: #212739;
}

.select-wrapper::-webkit-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select-wrapper:-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select-wrapper::-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select-wrapper::placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select-wrapper.checkout {
  height: 50px;
  margin-bottom: 16px;
}

.select {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #5d7471;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.select:focus {
  color: #212739;
}

.select::-webkit-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select:-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select::-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select::placeholder {
  color: #5d7471;
  font-size: 16px;
}

.select.checkout {
  height: 50px;
  margin-bottom: 16px;
}

.get-plan-price {
  margin-right: 16px;
  font-family: 'DM Serif Display', sans-serif;
  color: #212739;
  font-size: 38px;
  line-height: 1.053em;
}

.get-plan-compare-price {
  margin-bottom: 5px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 26px;
  line-height: 1.077em;
  text-decoration: line-through;
}

.get-plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
  text-align: center;
}

.contact-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 484px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 134px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 rgba(4, 38, 34, 0.04);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  color: #212739;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.text-area:hover {
  border-color: #212739;
}

.text-area:focus {
  border-width: 2px;
  border-color: #212739;
  color: #212739;
}

.text-area::-webkit-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.text-area:-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.text-area::-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.text-area::placeholder {
  color: #5d7471;
  font-size: 16px;
}

.card-contact-grid {
  justify-items: start;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.card-contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5d7471;
  text-decoration: none;
}

.faqs-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.faqs-column-1 {
  padding-right: 13px;
  padding-left: 0px;
}

.faqs-column-2 {
  padding-right: 0px;
  padding-left: 13px;
}

.faq-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space.faq-content-space {
  height: 8px;
}

.faq-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  min-width: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #042622;
}

.faq-plus-icon-1 {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.faq-plus-icon-2 {
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #fff;
}

.contact-map-about-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1026px;
  margin-right: auto;
  margin-bottom: -65px;
  margin-left: auto;
  padding: 44px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #212739;
}

.contact-map-about-address {
  max-width: 215px;
  color: #e1e9e8;
}

.hours-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weekdays-content {
  color: #fff;
  white-space: nowrap;
}

.hours-content {
  color: #fff;
}

.text-block {
  white-space: nowrap;
}

.card-contact-title-wrapper {
  margin-bottom: 22px;
}

.contact-map {
  height: 600px;
}

.changelog-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plans-category-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.plans-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-title-wrapper.articles-category {
  margin-right: 40px;
}

.blog-articles-category-wrapper {
  position: relative;
  z-index: 1;
}

.blog-category-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.order-item-option-result {
  color: #042622;
  font-weight: 500;
}

.checkout-line-item-text {
  margin-right: 10px;
}

.mega-menu-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list {
  left: -157px;
  padding-top: 20px;
  background-color: transparent;
}

.mega-menu-link {
  margin-bottom: 10px;
  color: #5d7471;
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu-link.last {
  margin-bottom: 0px;
}

.menu-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mega-menu-title {
  margin-bottom: 23px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-grid-wrapper {
  padding: 32px 38px 40px;
  background-color: #fff;
  box-shadow: 0 8px 18px 0 rgba(45, 45, 45, 0.06);
}

.header-dropdown {
  display: block;
}

.header-dropdown-toggle {
  top: 2px;
  display: block;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  line-height: 1em;
}

.header-dropdown-toggle:hover {
  color: #e16546;
}

.header-dropdown-toggle.w--open {
  color: #e16546;
}

.mega-menu-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mega-menu-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-arrow {
  position: relative;
  top: -3px;
  display: inline-block;
  font-family: 'Icons Doctor Template', sans-serif;
  font-size: 6px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(0, 10, 9, 0.8);
}

.cart-container {
  max-width: 500px;
}

.cart-button-icon {
  position: relative;
  left: 1px;
  bottom: 2px;
}

.arrow-left {
  display: inline-block;
  font-family: 'Icons Doctor Template', sans-serif;
}

.arrow-right {
  display: inline-block;
  font-family: 'Icons Doctor Template', sans-serif;
}

.empty-state {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.empty-state.plans {
  margin-top: 140px;
  margin-bottom: 140px;
}

.empty-state.services {
  margin-top: 140px;
  margin-bottom: 140px;
}

.empty-state.cart {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #deeeec;
  color: #212739;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #ffe5e5;
  color: #ff3363;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #e1e9e8;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #e1e9e8;
}

.cart-item-quantity {
  display: none;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e9e8;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(4, 38, 34, 0.04);
  -webkit-transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: border-width 350ms ease, border-color 350ms ease, color 350ms ease;
  color: #212739;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cart-item-quantity:hover {
  border-color: #212739;
}

.cart-item-quantity:focus {
  border-width: 2px;
  border-color: #212739;
  color: #212739;
}

.cart-item-quantity::-webkit-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.cart-item-quantity:-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.cart-item-quantity::-ms-input-placeholder {
  color: #5d7471;
  font-size: 16px;
}

.cart-item-quantity::placeholder {
  color: #5d7471;
  font-size: 16px;
}

.cart-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-wrapper {
  margin-right: 0px;
  margin-left: 0px;
}

.cart-item-price {
  color: #042622;
  font-weight: 500;
}

.remove-button {
  color: #042622;
  line-height: 1em;
}

.cart-item-option-result {
  color: #042622;
  font-weight: 500;
}

.cart-subtotal {
  color: #042622;
  font-size: 22px;
}

.cart-line-item {
  margin-bottom: 20px;
}

.loader-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212739;
}

.loader {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 4px;
  background-color: #e16546;
}

.image-solid-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #e16546;
}

.licenses-grid {
  margin-top: 18px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-block {
  overflow: hidden;
  height: 145px;
  border-radius: 24px;
  box-shadow: 0 4px 7px 0 rgba(7, 7, 33, 0.05);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-block:hover {
  box-shadow: 0 4px 16px 0 rgba(7, 7, 33, 0.09);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.licenses-link-block.pexels {
  height: 280px;
}

.heading-size-h3 {
  font-family: 'DM Serif Display', sans-serif;
  color: #042622;
  font-size: 26px;
  line-height: 1.154em;
  font-weight: 400;
}

.body {
  font-family: 'Maven Pro', sans-serif;
}

.paragraph-2 {
  font-family: 'Maven Pro', sans-serif;
}

.link {
  font-family: 'Maven Pro', sans-serif;
}

.bold-text {
  font-family: 'Maven Pro', sans-serif;
}

.italic-text {
  font-family: 'Maven Pro', sans-serif;
}

.rich-text-block {
  font-family: 'Maven Pro', sans-serif;
}

.rich-text-block-2 {
  font-family: 'Maven Pro', sans-serif;
}

.rich-text-block-3 {
  font-family: 'Maven Pro', sans-serif;
}

.footer-map {
  top: auto;
  max-height: 300px;
}

.heading {
  color: #e16546;
}

.field-label {
  font-family: 'Maven Pro', sans-serif;
}

.field-label-2 {
  font-family: 'Maven Pro', sans-serif;
}

.field-label-3 {
  font-family: 'Maven Pro', sans-serif;
}

.text-block-2 {
  text-align: left;
}

.text-block-2.paragraph.color-white.paragraph-bright {
  color: #90a19f;
}

.bold-text-2 {
  border: 1px solid transparent;
}

.bold-text-3 {
  border: 1px solid transparent;
}

.bold-text-4 {
  color: #f9ede6;
}

.image-2 {
  display: block;
  margin-bottom: 32px;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 19px;
  }

  label {
    font-family: 'Maven Pro', sans-serif;
    color: #e16546;
    font-weight: 400;
  }

  .container-default {
    max-width: 1388px;
  }

  .button-primary {
    background-color: #e16546;
  }

  .button-primary.home-about {
    background-color: #e16546;
  }

  .header {
    position: -webkit-sticky;
    position: sticky;
    top: -60px;
  }

  .footer-grid {
    -ms-grid-columns: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .section.bg-neutral-200 {
    background-color: #fff;
  }

  .section.home-about {
    display: none;
    max-width: 220%;
  }

  .section.contact {
    background-color: #212739;
  }

  .utility-page-wrap {
    min-height: 1000px;
  }

  .paragraph.card-contact {
    max-width: none;
  }

  .card.experience {
    background-color: #fbf7f3;
  }

  .title.cta {
    padding-top: 65px;
  }

  .title.card-contact {
    color: #e16546;
  }

  .title.contact {
    color: #212739;
  }

  .bg.home-about-left-2 {
    left: -56%;
    top: -19%;
    right: auto;
    bottom: 0%;
    display: block;
    width: auto;
    height: auto;
    max-width: 1700px;
  }

  .bg.home-hero-right {
    top: -71%;
  }

  .bg.contact {
    background-color: #fff;
  }

  .subtitle {
    font-size: 18px;
  }

  .subtitle.color-primary-1 {
    color: #e16546;
  }

  .footer-nav-content {
    padding-bottom: 42px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-nav-box.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .footer-map {
    top: auto;
    margin-top: 46px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .field-label {
    color: #e16546;
    font-weight: 400;
  }

  .field-label-2 {
    color: #e16546;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 57px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote {
    padding: 80px 40px 83px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-default.plan {
    margin-bottom: 92px;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .nav-link {
    font-size: 32px;
  }

  .menu-button {
    z-index: 10;
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-left: 16px;
    padding: 0px;
    border-radius: 1000px;
    background-color: #e16546;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #212739;
  }

  .menu-button.w--open {
    background-color: #212739;

  }

  .nav-menu {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 36px;
    background-color: #E16546;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .section.home-hero {
    padding-top: 64px;
  }

  .section.home-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-neutral-200.blog-articles-category {
    padding-top: 64px;
  }

  .section.cta {
    padding-bottom: 0px;
    background-position: 0% 0%;
  }

  .section.about-hero {
    padding-top: 64px;
  }

  .section.services {
    padding-top: 64px;
  }

  .section.service {
    padding-top: 64px;
  }

  .section.blog-hero {
    padding-top: 64px;
  }

  .section.blog-newsletter {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .section.blog-post {
    padding-top: 64px;
  }

  .section.plans {
    padding-top: 64px;
  }

  .section.plan {
    padding-top: 64px;
  }

  .section.contact {
    padding-top: 64px;
  }

  .section.plans-category {
    padding-top: 64px;
  }

  .container-medium-761px.changelog {
    margin-top: -200px;
  }

  .divider.header-divider {
    margin-bottom: 30px;
  }

  .divider.footer-divider-1 {
    margin-top: 50px;
    margin-bottom: 61px;
  }

  .divider.footer-divider-2 {
    margin-top: 64px;
    margin-bottom: 30px;
  }

  .divider.card-plan {
    width: 1px;
    height: auto;
    margin: 0px 40px 0px 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .divider.get-plan {
    width: 1px;
    height: auto;
    margin: 0px 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .paragraph.home-hero {
    margin-bottom: 30px;
  }

  .paragraph.about-card-service {
    margin-bottom: 20px;
  }

  .paragraph.blog-post-excerpt {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.faq-paragraph {
    max-width: 628px;
  }

  .paragraph-small.footer-top-content {
    max-width: 52%;
  }

  .paragraph-small.small-print {
    margin-bottom: 10px;
  }

  .card.home-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.home-video {
    position: relative;
    z-index: 1;
    max-width: 754px;
    margin-top: -99px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 60px 40px;
  }

  .card.testimonial {
    padding: 56px 30px 50px;
  }

  .card.blog-article-item {
    max-width: 660px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.bg-neutral-200.contact {
    padding: 70px 55px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.bg-neutral-200.get-plan {
    min-height: 451px;
  }

  .card.value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.experience {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.about-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-bottom: 48px;
    padding-left: 60px;
  }

  .card.service-page {
    padding: 72px 66px 64px;
  }

  .card.blog-article-featured {
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 754px;
    margin-top: -83px;
    padding: 60px 50px 58px;
    box-shadow: 0 2px 6px 0 rgba(8, 15, 52, 0.06);
  }

  .card.blog-post-author {
    padding-right: 60px;
    padding-left: 60px;
  }

  .card.plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card.get-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-form {
    padding-bottom: 80px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content.paypal {
    padding-top: 0px;
  }

  .checkout-block-content.paypal-top {
    padding-bottom: 18px;
  }

  .title.footer-title {
    margin-bottom: 20px;
  }

  .title.footer-newsletter {
    margin-bottom: 20px;
  }

  .title.story {
    margin-bottom: 20px;
  }

  .title.card-service-page-about {
    margin-bottom: 24px;
  }

  .title.card-blog-article-featured {
    margin-bottom: 16px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.blog-newsletter {
    max-width: 555px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title.blog-post {
    margin-bottom: 24px;
  }

  .title.plans {
    max-width: 745px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.plan {
    font-size: 57px;
  }

  .title.card-contact {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .title.faq-title {
    font-size: 20px;
  }

  .title.category {
    font-size: 57px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.checkout-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .split-content.home-hero-left {
    max-width: 624px;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.home-hero-right {
    max-width: 595px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.home-about-left {
    max-width: 586px;
  }

  .split-content.home-about-right {
    max-width: 572px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.cta-left {
    max-width: 520px;
  }

  .split-content.home-services-left {
    max-width: none;
  }

  .split-content.testimonials-left {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .split-content.testimonials-right {
    max-width: 470px;
  }

  .split-content.about-hero-left {
    max-width: 636px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .split-content.experience-left {
    position: static;
    max-width: 520px;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .split-content.experience-right {
    max-width: 100%;
  }

  .split-content.plan-left {
    max-width: 754px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.plan-right {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.card-contact-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .split-content.card-contact-right {
    max-width: none;
  }

  .split-content.contact-map-about-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image-wrapper.home-hero {
    min-height: auto;
  }

  .image-wrapper.cta {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 673px;
    margin-top: 40px;
  }

  .image-wrapper.story-1 {
    max-width: none;
  }

  .image-wrapper.story-2 {
    max-width: none;
  }

  .image-wrapper.blog-post {
    margin-bottom: 86px;
  }

  .image.card-value-icon {
    margin-bottom: 20px;
  }

  .image.about-card-service {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image.card-service-page-icon {
    margin-bottom: 30px;
  }

  .image.bg-blog-post {
    right: -225px;
    bottom: -198px;
  }

  .image.bg-plans {
    width: 45%;
  }

  .image.bg-plan {
    display: none;
  }

  .image.card-contact-link-icon {
    margin-right: 10px;
  }

  .brand {
    z-index: 10;
  }

  .home-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg.home-hero {
    height: 90%;
  }

  .bg.home-about-left-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .bg.home-hero-right {
    top: 0%;
    display: block;
    max-height: 100%;
    max-width: none;
  }

  .bg.cta {
    top: 57px;
    bottom: auto;
    width: 100%;
    height: 484px;
    max-width: 100%;
  }

  .bg.about-hero-1 {
    height: 95%;
  }

  .bg.story {
    display: none;
  }

  .bg.plans {
    height: 100%;
  }

  .bg.plan {
    height: 830px;
  }

  .bg.checkout {
    top: -1px;
    right: -145px;
  }

  .home-features-grid {
    grid-column-gap: 20px;
  }

  .home-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .top-content.home-services {
    margin-bottom: 135px;
  }

  .top-content.testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .top-content.blog {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-content.blog-post-articles {
    margin-bottom: 40px;
  }

  .top-content.blog-category {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-buttons.home-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-video-button {
    left: auto;
  }

  .testimonials-grid {
    max-width: 660px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-services-slider {
    margin-bottom: 40px;
  }

  .home-services-button-next {
    left: 219px;
    top: -98px;
    right: auto;
  }

  .home-services-button-previous {
    top: -98px;
    right: auto;
  }

  .home-blog-grid {
    margin-bottom: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-links {
    margin-right: 20px;
  }

  .footer-nav-box {
    margin-right: 30px;
  }

  .small-print-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .footer-social-media-grid {
    margin-bottom: 10px;
  }

  .about-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .values-grid {
    margin-bottom: 40px;
    grid-column-gap: 20px;
  }

  .story-wrapper {
    display: block;
  }

  .story-grid {
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .story-content-1 {
    max-width: 780px;
  }

  .story-content-2 {
    max-width: 780px;
    margin-top: 30px;
  }

  .experience-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .experience-grid {
    width: 600px;
  }

  .about-services-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-card-service-content {
    max-width: 616px;
    text-align: left;
  }

  .services-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-large-1026px {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-blog-article-featured-about {
    margin-bottom: 16px;
  }

  .blog-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .category-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .blog-newsletter-form-block {
    width: 100%;
  }

  .blog-post-top-content {
    margin-bottom: 40px;
    text-align: center;
  }

  .blog-post-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-post-sidebar {
    max-width: 745px;
    margin-top: 60px;
    margin-right: 0px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .rich-text h4 {
    margin-top: 35px;
  }

  .rich-text h5 {
    margin-top: 35px;
  }

  .rich-text blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blog-post-about-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-post-articles-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-942px.plans {
    margin-bottom: 50px;
  }

  .container-medium-942px.plans-category {
    margin-bottom: 50px;
  }

  .plans-grid {
    margin-bottom: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-plan-top-content {
    max-width: 50%;
  }

  .card-plan-bottom-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-plan-title-wrapper {
    margin-right: 20px;
  }

  .get-plan-top-content {
    max-width: 320px;
  }

  .get-plan-add-to-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-title-wrapper {
    margin-bottom: 50px;
  }

  .faqs-columns {
    max-width: 90%;
  }

  .faqs-column-1 {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .faqs-column-2 {
    padding-left: 0px;
  }

  .contact-map-about-wrapper {
    max-width: 90%;
    padding: 40px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-contact-title-wrapper {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .faqs-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-map {
    height: 500px;
  }

  .changelog-version {
    font-size: 38px;
  }

  .plans-category-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-title-wrapper.articles-category {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .blog-category-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-list.w--open {
    position: static;
    overflow: auto;
    padding-top: 0px;
  }

  .mega-menu-link {
    color: #fff;
  }

  .menu-grid {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .mega-menu-title {
    color: #fbf7f3;
  }

  .menu-grid-wrapper {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .header-dropdown-toggle {
    font-size: 32px;
  }

  .dropdown-arrow {
    top: -5px;
    font-size: 10px;
  }

  .menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 18px;
    font-size: 47px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 20px;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 67px 30px 69px;
  }

  .container-default.plan {
    margin-bottom: 74px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-primary.bg-secondary-1.cta {
    margin-right: 20px;
  }

  .button-primary.bg-secondary-1.header-button {
    display: none;
  }

  .button-primary.bg-secondary-1.blog-newsletter {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.bg-secondary-1._404 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .button-primary.bg-secondary-1.header-button-mobile {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-primary.bg-secondary-1.header-button-mobile:hover {
    background-color: #042622;
    color: #e16546;
  }

  .button-primary.home-services {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .header {
    padding-bottom: 24px;
  }

  .nav-item-wrapper.header-button-mobile {
    display: block;
    margin-top: 80px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-menu {
    padding-top: 190px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-grid {
    padding-bottom: 0px;
    grid-row-gap: 10px;
    grid-template-areas: "Area";
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .licenses-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .section.checkout-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.home-hero {
    padding-top: 51px;
  }

  .section.home-features {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.bg-neutral-200.blog-articles-category {
    padding-top: 51px;
  }

  .section.cta {
    background-position: 0% -30%;
  }

  .section.about-hero {
    padding-top: 51px;
  }

  .section.services {
    padding-top: 51px;
  }

  .section.service {
    padding-top: 51px;
  }

  .section.blog-hero {
    padding-top: 51px;
  }

  .section.blog-newsletter {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .section.blog-post {
    padding-top: 51px;
  }

  .section.plans {
    padding-top: 51px;
  }

  .section.plan {
    padding-top: 51px;
  }

  .section.contact {
    padding-top: 51px;
  }

  .section.plans-category {
    padding-top: 51px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .input.blog-newsletter {
    padding-right: 150px;
  }

  .container-medium-761px.changelog {
    margin-top: -160px;
  }

  .divider.header-divider {
    margin-bottom: 24px;
  }

  .divider.footer-divider-1 {
    margin-top: 40px;
    margin-bottom: 51px;
  }

  .divider.footer-divider-2 {
    margin-top: 54px;
  }

  .divider.card-plan {
    width: 100%;
    height: 1px;
    margin: 20px 0px 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .divider.get-plan {
    width: 100%;
    height: 1px;
    margin: 30px 0px;
  }

  .divider.hours-1 {
    width: 8%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.hours-2 {
    width: 5%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph.cta {
    margin-bottom: 30px;
  }

  .paragraph.card-testimonial {
    margin-bottom: 20px;
  }

  .paragraph.card-service {
    margin-bottom: 20px;
  }

  .paragraph.about-hero {
    margin-bottom: 30px;
  }

  .paragraph.experience-left {
    margin-bottom: 30px;
  }

  .paragraph.blog-post-excerpt {
    margin-left: 0px;
  }

  .paragraph.plans-contact {
    margin-bottom: 30px;
  }

  .paragraph.plan-description {
    margin-bottom: 30px;
  }

  .paragraph.faq-paragraph {
    max-width: 470px;
  }

  .paragraph-small.footer-top-content {
    max-width: 487px;
    margin-right: 40px;
  }

  .paragraph-small.small-print {
    margin-bottom: 0px;
  }

  .card.changelog {
    padding: 50px 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .card.home-feature {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card.home-video {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 30px 50px;
  }

  .card.testimonial {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .card.service {
    padding: 28px 40px 46px;
  }

  .card.blog-article-item {
    max-width: 100%;
    margin-top: 0px;
    padding-top: 48px;
    padding-bottom: 41px;
  }

  .card.bg-neutral-200.contact {
    padding: 50px 40px 60px;
  }

  .card.bg-neutral-200.get-plan {
    min-height: 534px;
  }

  .card.about-service {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.service-page {
    padding: 52px 46px 53px;
  }

  .card.blog-article-featured {
    margin-top: 0px;
    padding: 50px 40px 48px;
  }

  .card.blog-post-author {
    padding: 50px 40px;
  }

  .card.plan {
    padding-top: 50px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.get-plan {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.default {
    padding: 50px 30px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.card-testimonial {
    margin-bottom: 16px;
  }

  .title.services {
    max-width: 679px;
  }

  .title.service {
    margin-bottom: 10px;
  }

  .title.card-service-page-about {
    margin-bottom: 20px;
  }

  .title.blog-hero {
    margin-bottom: 30px;
  }

  .title.card-blog-article-featured {
    margin-bottom: 10px;
  }

  .title.blog-newsletter {
    max-width: 455px;
    margin-bottom: 30px;
  }

  .title.blog-post {
    margin-bottom: 16px;
  }

  .title.blog-post-card-author {
    margin-bottom: 8px;
  }

  .title.card-plan {
    font-size: 24px;
  }

  .title.plans {
    max-width: 635px;
    margin-left: 0px;
  }

  .title.plan {
    font-size: 47px;
  }

  .title.card-contact {
    margin-bottom: 16px;
  }

  .title.contact-map-about {
    font-size: 20px;
  }

  .title.password {
    font-size: 32px;
  }

  .title._404 {
    font-size: 32px;
  }

  .title.category {
    margin-right: 10px;
    font-size: 47px;
  }

  .split-content.home-hero-left {
    max-width: none;
    margin-bottom: 40px;
    text-align: left;
  }

  .split-content.home-about-right {
    max-width: none;
    text-align: left;
  }

  .split-content.testimonials-left {
    max-width: none;
  }

  .split-content.testimonials-right {
    max-width: none;
  }

  .split-content.about-hero-left {
    max-width: none;
    text-align: left;
  }

  .split-content.about-hero-right {
    max-width: 575px;
  }

  .split-content.experience-left {
    text-align: left;
  }

  .split-content.about-services-left {
    max-width: none;
    margin-bottom: 30px;
  }

  .split-content.blog-post-articles-left {
    margin-bottom: 30px;
  }

  .split-content.plan-left {
    margin-bottom: 40px;
  }

  .split-content.card-contact-left {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content.contact-map-about-left {
    margin-bottom: 30px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.cta {
    margin-top: 20px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 69px;
  }

  .image.card-home-feature {
    margin-bottom: 0px;
  }

  .image.card-testimonial-about {
    margin-right: 10px;
  }

  .image.card-service {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }

  .image.about-card-service {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-service-page-icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }

  .image.bg-service-1 {
    left: -249px;
    bottom: -45px;
  }

  .image.blog-post-card-author {
    margin-bottom: 20px;
  }

  .image.bg-blog-post {
    right: -239px;
    bottom: -304px;
  }

  .image.bg-plans {
    width: 60%;
  }

  .image.contact-map-about {
    width: 67px;
    height: 67px;
    min-width: 67px;
    margin-right: 15px;
  }

  .header-contact-link {
    margin-right: 40px;
    font-size: 14px;
  }

  .home-hero-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bg.home-hero-right {
    left: 0px;
    top: 35%;
    right: 0px;
    bottom: 19px;
    display: block;
    height: auto;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .bg.cta {
    top: 22px;
  }

  .bg.about-hero-2 {
    left: -85%;
  }

  .bg.services {
    height: 460px;
  }

  .bg.blog-post {
    height: 550px;
  }

  .bg.checkout {
    top: 37px;
    right: -179px;
    width: 61%;
  }

  .home-features-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-home-feature-content {
    max-width: none;
  }

  .home-about-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.home-services {
    margin-bottom: 120px;
  }

  .top-content.testimonials {
    max-width: 550px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .top-content.footer-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.about-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.service {
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog-post-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons.home-about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2-buttons._404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-682px.home-video {
    margin-left: 0px;
    text-align: left;
  }

  .home-video-button {
    width: 114px;
    height: 114px;
    min-width: 114px;
  }

  .card-home-video-features-grid {
    margin-bottom: 30px;
  }

  .testimonials-grid {
    margin-left: 0px;
  }

  .flex-vc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-medium-618px.home-blog {
    margin-left: 0px;
    text-align: left;
  }

  .home-services-slider-mask {
    max-width: 100%;
  }

  .home-service-slide {
    max-width: 100%;
  }

  .home-services-button-next {
    top: -90px;
  }

  .home-services-button-previous {
    top: -90px;
  }

  .footer-nav-wrapper {
    max-height: 600px;
    padding-bottom: 86px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-box {
    margin-right: 16px;
    margin-bottom: 40px;
  }

  .small-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, 38px);
  }

  .about-hero-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-small-586px.values {
    margin-left: 0px;
    text-align: left;
  }

  .values-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .story-grid {
    justify-items: stretch;
    grid-row-gap: 30px;
    text-align: left;
  }

  .experience-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .experience-grid {
    width: 100%;
  }

  .container-medium-885px.services {
    margin-left: 0px;
    text-align: left;
  }

  .services-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-hero-wrapper {
    text-align: left;
  }

  .blog-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .category-link {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .blog-category-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-post-top-content {
    text-align: left;
  }

  .blog-post-sidebar {
    margin-top: 40px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text p {
    margin-bottom: 25px;
  }

  .rich-text ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .rich-text h3 {
    margin-top: 30px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .rich-text h4 {
    margin-top: 30px;
  }

  .rich-text h5 {
    margin-top: 30px;
  }

  .rich-text ol {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blog-post-about-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
  }

  .blog-post-card-author-social-media-grid {
    margin-top: 20px;
  }

  .container-medium-942px.plans {
    margin-bottom: 40px;
    text-align: left;
  }

  .container-medium-942px.plans-category {
    margin-bottom: 40px;
    text-align: left;
  }

  .plans-grid {
    margin-bottom: 60px;
  }

  .card-plan-price-wrapper {
    margin-bottom: 10px;
  }

  .card-plan-price {
    font-size: 32px;
  }

  .card-plan-features-grid {
    margin-bottom: 30px;
  }

  .plans-contact-wrapper {
    margin-left: 0px;
    text-align: left;
  }

  .card-plan-top-content {
    max-width: none;
  }

  .plan-title-wrapper {
    margin-bottom: 16px;
  }

  .plan-about-title-wrapper {
    margin-bottom: 16px;
  }

  .get-plan-price-wrapper {
    margin-top: 24px;
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .get-plan-price {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 32px;
  }

  .get-plan-compare-price {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .get-plan-top-content {
    max-width: 511px;
  }

  .contact-title-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faqs-title-wrapper {
    text-align: left;
  }

  .faqs-columns {
    max-width: none;
  }

  .contact-map-about-wrapper {
    max-width: 647px;
    margin-bottom: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-map-about-content {
    width: 100%;
  }

  .hours-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-contact-title-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .contact-map {
    height: 417px;
  }

  .changelog-version {
    width: 67px;
    height: 67px;
    min-width: 67px;
    font-size: 32px;
  }

  .category-title-wrapper.plans-category {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category-title-wrapper.articles-category {
    margin-bottom: 30px;
  }

  .menu-grid {
    grid-column-gap: 40px;
  }

  .mega-menu-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .empty-state {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cart-item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .licenses-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenses-link-block {
    height: 100%;
  }

  .licenses-link-block.pexels {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 16px;
    font-size: 39px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 56px 20px 57px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.plan {
    margin-bottom: 59px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .button-primary.bg-secondary-1.cta {
    margin-right: 0px;
  }

  .button-primary.bg-secondary-1.blog-newsletter {
    position: static;
    margin-top: 15px;
  }

  .button-primary.home-about {
    margin-right: 0px;
  }

  .button-primary.home-services {
    margin-right: 0px;
  }

  .button-primary.empty-cart {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-secondary {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .button-secondary.light.cta {
    margin-bottom: 0px;
  }

  .button-secondary.home-about {
    margin-bottom: 0px;
  }

  .button-secondary.buy-now {
    margin-top: 13px;
  }

  .header {
    padding-bottom: 20px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 60px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 26px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .footer-grid {
    justify-items: stretch;
  }

  .footer-logo-container {
    margin-bottom: 15px;
  }

  .licenses-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.checkout-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section.home-hero {
    padding-top: 41px;
  }

  .section.home-features {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .section.bg-neutral-200.blog-articles-category {
    padding-top: 41px;
  }

  .section.cta {
    background-position: 0% 0%;
  }

  .section.home-about {
    display: none;
  }

  .section.about-hero {
    padding-top: 41px;
  }

  .section.services {
    padding-top: 41px;
  }

  .section.service {
    padding-top: 41px;
  }

  .section.blog-hero {
    padding-top: 41px;
  }

  .section.blog-newsletter {
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .section.blog-post {
    padding-top: 41px;
  }

  .section.plans {
    padding-top: 41px;
  }

  .section.plan {
    padding-top: 41px;
  }

  .section.contact {
    padding-top: 41px;
  }

  .section.plans-category {
    padding-top: 41px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.blog-newsletter {
    padding-right: 28px;
    font-size: 14px;
  }

  .input.blog-newsletter::-webkit-input-placeholder {
    font-size: 14px;
  }

  .input.blog-newsletter:-ms-input-placeholder {
    font-size: 14px;
  }

  .input.blog-newsletter::-ms-input-placeholder {
    font-size: 14px;
  }

  .input.blog-newsletter::placeholder {
    font-size: 14px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -120px;
  }

  .divider.header-divider {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .divider.footer-divider-1 {
    margin-top: 30px;
    margin-bottom: 41px;
  }

  .divider.footer-divider-2 {
    margin-top: 44px;
    margin-bottom: 25px;
  }

  .divider.card-plan {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .divider.get-plan {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.hours-1 {
    width: 6%;
    margin-right: 8px;
    margin-left: 8px;
  }

  .divider.hours-2 {
    width: 3%;
    margin-right: 8px;
    margin-left: 8px;
  }

  .paragraph.home-hero {
    margin-bottom: 20px;
  }

  .paragraph.home-about {
    margin-bottom: 30px;
  }

  .paragraph.about-hero {
    margin-bottom: 20px;
  }

  .paragraph.experience-left {
    margin-bottom: 20px;
  }

  .paragraph.plans-contact {
    margin-bottom: 20px;
  }

  .paragraph.plan-description {
    margin-bottom: 20px;
  }

  .paragraph-small.footer-top-content {
    margin-right: 0px;
  }

  .paragraph-small.footer-newsletter {
    margin-bottom: 20px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-feature {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.home-video {
    padding: 30px 20px 40px;
  }

  .card.testimonial {
    padding: 36px 20px 30px;
  }

  .card.service {
    padding-right: 20px;
    padding-bottom: 36px;
    padding-left: 20px;
  }

  .card.blog-article-item {
    padding: 38px 20px 31px;
  }

  .card.bg-neutral-200.contact {
    padding: 40px 20px 50px;
  }

  .card.bg-neutral-200.faq {
    padding: 30px 20px 32px;
  }

  .card.value {
    padding: 40px 20px;
  }

  .card.experience {
    padding: 40px 20px;
  }

  .card.about-service {
    padding: 40px 20px;
  }

  .card.service-page {
    padding: 42px 20px 45px;
  }

  .card.blog-article-featured {
    padding: 40px 20px 38px;
  }

  .card.blog-post-author {
    padding: 40px;
  }

  .card.plan {
    padding: 40px 20px 30px;
  }

  .card.get-plan {
    padding: 40px 20px;
  }

  .card.default {
    padding: 40px 20px;
  }

  .checkout-form {
    padding-top: 50px;
    padding-bottom: 92px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.card-blog-article-item {
    font-size: 20px;
  }

  .title.footer-title {
    margin-bottom: 16px;
  }

  .title.footer-newsletter {
    margin-bottom: 16px;
  }

  .title.story {
    margin-bottom: 16px;
  }

  .title.card-experience {
    margin-bottom: 8px;
  }

  .title.services {
    max-width: none;
  }

  .title.service {
    font-size: 32px;
  }

  .title.card-service-page-about {
    margin-bottom: 10px;
  }

  .title.blog-newsletter {
    max-width: 358px;
  }

  .title.card-plan {
    font-size: 22px;
  }

  .title.plan {
    font-size: 39px;
  }

  .title.card-contact {
    margin-bottom: 10px;
  }

  .title.faq-title {
    font-size: 18px;
  }

  .title.password {
    font-size: 30px;
  }

  .title.category {
    font-size: 39px;
  }

  .split-content.home-hero-right {
    max-width: 100%;
  }

  .split-content.about-hero-left {
    margin-bottom: 30px;
  }

  .split-content.experience-left {
    margin-bottom: 30px;
  }

  .split-content.about-services-left {
    margin-bottom: 20px;
  }

  .split-content.blog-post-articles-left {
    margin-bottom: 20px;
  }

  .split-content.plan-left {
    margin-bottom: 30px;
  }

  .split-content.contact-map-about-left {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.contact-map-about-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.cta {
    margin-top: 40px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 50px;
  }

  .image.card-home-feature {
    margin-bottom: 10px;
  }

  .image.card-value-icon {
    margin-bottom: 15px;
  }

  .image.bg-service-1 {
    width: 98%;
  }

  .image.bg-service-2 {
    right: -186px;
    width: 98%;
  }

  .image.blog-post-card-author {
    margin-bottom: 15px;
  }

  .image.bg-blog-post {
    right: -133px;
    bottom: -192px;
    width: 100%;
  }

  .image.card-plan-feature-icon {
    margin-right: 6px;
  }

  .image.bg-plans {
    width: 80%;
  }

  .image.plan-feature-icon {
    margin-right: 6px;
  }

  .image.card-contact-link-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 6px;
  }

  .image.contact-map-about {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image.icon-style-guide {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discounts {
    width: 100%;
  }

  .cart-button {
    width: 47px;
    height: 47px;
    min-width: 47px;
    margin-right: 0px;
  }

  .brand {
    margin-right: 20px;
  }

  .header-contact-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-contact-link {
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .bg.home-about-left-1 {
    left: -20px;
    top: -20px;
  }

  .bg.home-about-left-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .bg.cta {
    top: 111px;
  }

  .bg.about-hero-2 {
    left: -79%;
    top: 9px;
  }

  .bg.blog-hero {
    background-size: 60%;
  }

  .bg.blog-post {
    height: 540px;
  }

  .bg.plan {
    height: 900px;
  }

  .bg.checkout {
    top: 135px;
    right: -91px;
    width: 80%;
  }

  .card-home-feature-content {
    max-width: 332px;
  }

  .top-content.testimonials {
    margin-bottom: 30px;
  }

  .top-content.about-services {
    margin-bottom: 30px;
  }

  .top-content.blog {
    margin-bottom: 30px;
  }

  .top-content.blog-post-articles {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog-category {
    margin-bottom: 30px;
  }

  ._2-buttons.home-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-682px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-video-button {
    width: 27%;
    height: 47%;
    min-width: 27%;
  }

  .card-home-video-features-grid {
    margin-bottom: 20px;
  }

  .testimonials-grid {
    grid-row-gap: 30px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-medium-618px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-618px.home-blog {
    margin-bottom: 30px;
  }

  .home-services-button-next {
    left: 170px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .home-services-button-previous {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .card-blog-article-item-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .card-blog-article-item-about-divider {
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .footer-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-nav-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-box {
    margin-bottom: 30px;
  }

  .footer-newsletter-wrapper {
    max-width: none;
  }

  .footer-newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-small-586px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-586px.values {
    margin-bottom: 30px;
  }

  .story-grid {
    grid-row-gap: 20px;
  }

  .experience-grid {
    grid-row-gap: 20px;
  }

  .container-medium-885px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-885px.services {
    margin-bottom: 30px;
  }

  .container-large-1026px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-blog-article-featured-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .card-blog-article-featured-about-divider {
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .blog-grid {
    grid-row-gap: 24px;
  }

  .blog-categories-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .category-link {
    margin-right: 11px;
    margin-left: 0px;
    text-align: center;
  }

  .button-pagination {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .blog-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-category-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-post-top-content {
    margin-bottom: 30px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 25px;
  }

  .rich-text figure {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .rich-text h4 {
    margin-top: 25px;
  }

  .rich-text h5 {
    margin-top: 25px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-post-about-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .blog-post-about-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .blog-post-card-author-social-media-grid {
    margin-top: 15px;
  }

  .container-medium-942px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-942px.plans {
    margin-bottom: 30px;
  }

  .container-medium-942px.plans-category {
    margin-bottom: 30px;
  }

  .plans-grid {
    margin-bottom: 40px;
  }

  .card-plan-price-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.3em;
  }

  .card-plan-price {
    font-size: 26px;
  }

  .card-plan-features-grid {
    margin-bottom: 20px;
    grid-row-gap: 14px;
    font-size: 16px;
  }

  .container-medium-835px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .plan-title-wrapper {
    margin-bottom: 10px;
  }

  .plan-features-grid {
    grid-row-gap: 14px;
    font-size: 16px;
  }

  .get-plan-field-label {
    margin-bottom: 10px;
  }

  .get-plan-price-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .select-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .get-plan-price {
    font-size: 26px;
  }

  .get-plan-compare-price {
    font-size: 20px;
  }

  .contact-title-wrapper {
    margin-bottom: 30px;
  }

  .contact-form-grid {
    grid-row-gap: 25px;
  }

  .text-area {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-contact-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .faqs-title-wrapper {
    margin-bottom: 30px;
  }

  .contact-map-about-wrapper {
    margin-bottom: 0px;
    padding: 30px 20px;
  }

  .hours-wrapper {
    font-size: 16px;
  }

  .contact-map {
    height: 347px;
  }

  .changelog-version {
    margin-bottom: 15px;
  }

  .blog-category-grid {
    grid-row-gap: 50px;
  }

  .dropdown-list {
    width: 100%;
  }

  .menu-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mega-menu-title {
    margin-bottom: 20px;
  }

  .header-dropdown-toggle {
    font-size: 28px;
  }

  .mega-menu {
    margin-right: 40px;
    margin-bottom: 10px;
  }

  .mega-menu.last {
    margin-right: 0px;
  }

  .dropdown-arrow {
    font-size: 8px;
  }

  .empty-state {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .empty-state.cart {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item-quantity {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#w-node-_0bc0b862-a6a4-f2fc-49d3-8ff8e8d67bbe-e8d67b96 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0bc0b862-a6a4-f2fc-49d3-8ff8e8d67bc2-e8d67b96 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-2e9453fe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-2e9453fe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-2e9453fe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-2e9453fe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-2e9453fe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-2e9453fe {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_0bc0b862-a6a4-f2fc-49d3-8ff8e8d67bbe-e8d67b96 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0bc0b862-a6a4-f2fc-49d3-8ff8e8d67bc2-e8d67b96 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bc0b862-a6a4-f2fc-49d3-8ff8e8d67bc2-e8d67b96 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Icons Doctor Template';
  src: url('../fonts/icons-doctor-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}