:root {
  --medium-sea-green: #5ab96300;
  --blue-namroom: #004aad;
  --red-namroom: #ee4347b8;
  --white: white;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --black: black;
  --sea-green: #48944f;
  --dark-grey-2: #999;
  --37b6ff: var(--black);
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }

  .w-nav-menu{
    background: #37b6ff !important;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

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

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.navigation {
  z-index: 99;
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.navigation-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.header {
  background-image: url('../images/DSCF3289-2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  border: 0px solid var(--blue-namroom);
  background-color: var(--blue-namroom);
  opacity: .76;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  min-width: 101px;
  margin-left: 15px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
}

.h1 {
  background-color: var(--blue-namroom);
  opacity: .85;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 11px;
  font-family: Raleway, sans-serif;
  font-size: 49px;
  font-weight: 800;
  line-height: 54px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  background-color: #ffffffd6;
  margin-top: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  background-color: var(--blue-namroom);
  opacity: .86;
  color: #fff;
  padding: 3px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #000;
  background-color: #ffffffad;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button {
  background-color: var(--red-namroom);
  color: var(--white);
  border: 2px solid #f6f6f6;
  border-radius: 4px;
  min-width: 15px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #c4080899;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.container.cc-contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.features {
  color: #686868;
  justify-content: center;
  align-items: center;
  padding: 0 30px 120px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  width: 100%;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  color: var(--dark-grey);
  margin-bottom: 4px;
  padding-left: 0;
  font-size: 31px;
  width: 440px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.h2-container {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-size: 44px;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px solid #f7f7f7;
  border-bottom-width: 68px;
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px 50px;
  transition: box-shadow .2s;
  display: block;
  position: static;
  overflow: auto;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  z-index: 99;
  color: #000;
  margin: 8px auto 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: static;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  width: 800px;
  margin-left: 12%;
  margin-right: 51px;
}

._2-row-text {
  width: 500px;
  max-width: 500px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  border-top: 0 solid #fff;
  border-bottom: 0 solid #000;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.footer-column.cc-footer {
  border: 1px #000;
  border-bottom-width: 0;
  flex-direction: column;
  width: 100%;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 257px;
  margin-top: 48px;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.collection-list-wrapper {
  height: 90%;
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  width: 100%;
  max-width: none;
  max-height: 750px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 35px 0 20px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 49px 30px 108px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 64px;
  display: flex;
}

.contact-info-text {
  color: #010101;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
  font-family: Raleway, sans-serif;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu-other {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link.w--current {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 19px 30px 90px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.heading {
  background-color: #52444400;
  margin-top: 117px;
  margin-bottom: 27px;
  font-family: Raleway, sans-serif;
}

.bold-text {
  color: #868383;
  font-size: 23px;
}

.collection-item-2 {
  width: 327px;
  height: 158px;
}

.div-block {
  flex-flow: column;
  margin-top: 20px;
  padding-left: 9px;
  display: flex;
}


.text-block-2 {
  color: var(--black);
  margin-top: -3px;
  font-family: Raleway, sans-serif;
}

.collection-item-3 {
  width: 33.33%;
  height: 100%;
  margin-bottom: 5%;
}

.heading-2 {
  width: 100%;
  margin-top: 3px;
  font-family: Raleway, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.image-3 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 34px;
  display: flex;
}

.image-4 {
  width: 515px;
  margin-left: 0;
}

.bold-text-2 {
  color: #737373;
  font-family: Raleway, sans-serif;
}

.bold-text-3 {
  color: #333333bf;
  font-family: Raleway, sans-serif;
}

.button2 {
  outline-offset: 0px;
  color: #000;
  background-color: #3898ec00;
  outline: 2px solid #000;
  margin-top: 126px;
  font-family: Raleway, sans-serif;
  transition: background-color .25s;
}

.button2:hover {
  outline-offset: 0px;
  color: #fbf8f8;
  background-color: #f30c0ca1;
  outline: 2px #000;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

.image-5 {
  background-color: #004aad;
  width: 351px;
  max-width: 1000px;
  height: 117px;
  margin-top: 35px;
  margin-right: 15px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  background-color: #004aad;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 21px;
}

.section-2:hover {
  border: 1px solid red;
}

.container-2 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 200%;
  max-width: 200%;
  display: grid;
}

.text-block-3 {
  color: #fff;
  width: 400px;
  margin-top: 1px;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 164vh;
  font-weight: 700;
  display: grid;
}

.button3 {
  color: var(--white);
  text-align: center;
  background-color: #fff0;
  border: 2px solid #fff;
  width: 200px;
  height: 44px;
  margin-top: 17px;
  padding-top: 9px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4 {
  color: #efeeee;
  width: 220px;
  margin-top: 28px;
  padding-left: 16px;
  font-size: 25px;
  font-weight: 700;
}

.footercompanyporfile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid #ece2e2;
  border-bottom: 2px solid #ece8e8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 96vw;
  margin-top: 6px;
  padding-top: 0;
  padding-bottom: 17px;
  display: grid;
}

.footer-coumn2, .footerlink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 697px;
  display: grid;
}

.image-6 {
  width: 37px;
  max-width: none;
  height: 37px;
}

.image-7 {
  width: 50px;
}

.image-8 {
  width: 37px;
  height: 37px;
}

.image-9 {
  width: 50px;
  height: 50px;
}

.flex-blockx {
  border-bottom: 1px solid #eee9e9;
  flex-flow: row;
}

.flex-blockx.flexfooter {
  border-top: 1px solid #fafafa;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  display: grid;
}

.image-10 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
}

.container-5 {
  grid-column-gap: 19%;
  grid-row-gap: 19%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  padding-top: 16px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  height: 50px;
  min-height: 50px;
  margin-top: 4px;
  font-family: Raleway, sans-serif;
  overflow: auto;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  min-width: 400px;
  height: 50px;
  min-height: 50px;
  margin-left: 0%;
}

.link-2 {
  color: #fcefef;
  border: 2px solid #fff;
  margin-left: 6px;
  padding: 2px 4px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.link-2:hover {
  background-color: #ce1111;
  border-color: #ce1111;
}

.div-block-7 {
  flex-flow: column;
  width: 200px;
  padding-top: 48px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-9 {
  display: none;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffefe;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #25202033;
}

.link-3 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.link-3.w--current {
  color: #000;
  font-family: Raleway, sans-serif;
}

.image-11 {
  background-color: #37d54c;
  border-radius: 20px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3, .heading-4 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.text-block-6 {
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 44px;
}

.text-block-7 {
  font-family: Raleway, sans-serif;
  text-decoration: none;
}

.image-12 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.navigation-button-2 {
  background-color: var(--blue-namroom);
  color: #fff;
  text-align: center;
  border: 0 solid #006fd4;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 219px;
  min-width: 101px;
  height: 44px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.navigation-button-2:hover {
  color: #000;
  background-color: #fff;
}

.navigation-copy {
  z-index: 99;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.heading-5 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Raleway, sans-serif;
  display: flex;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  display: flex;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  display: flex;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #7e7d7d;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.text-block-10 {
  color: #7e7d7d;
  margin-left: 4px;
  margin-right: 4px;
}

.container-9 {
  flex-flow: row;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  background-color: #ee4347;
  border-radius: 32px;
  flex-flow: column;
  width: 10%;
  height: 28px;
  margin-top: 18px;
  margin-left: 10px;
  padding: 3px 16px;
  font-family: Raleway, sans-serif;
  display: block;
}

.text-block-12 {
  color: #7e7d7d;
  font-style: italic;
}

.heading-6 {
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
}

.text-block-13 {
  margin-top: 7px;
  font-family: Raleway, sans-serif;
}

.collection-item-4 {
  background-color: #f6f8fa;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 6px 24px 24px;
  display: flex;
}

.container-10 {
  width: 96%;
  max-width: 933px;
}

.image-13 {
  width: 20px;
  height: 20px;
  margin-top: 23px;
}

.container-11 {
  border: 0 solid #fdfdfd;
  border-bottom: 1px solid #9e9e9e;
  width: 80%;
  max-width: none;
  margin-bottom: 1%;
  margin-left: 100px;
  margin-right: 100px;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d0d0d0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  margin-top: 22px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.section-5 {
  flex-flow: row;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.section-6 {
  flex-flow: column;
  display: flex;
}

.button-2 {
  text-align: center;
  border-radius: 21.5px;
  width: 133px;
  height: 44px;
  font-family: Raleway, sans-serif;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 73%;
  display: block;
}

.section-8 {
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-14, .image-15, .image-16 {
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 8px;
}

.text-block-14 {
  margin-top: 31px;
  font-family: Raleway, sans-serif;
}

.section-9 {
  flex-flow: row;
  margin-bottom: 5px;
  display: flex;
}

.heading-7 {
  margin-top: 7px;
  font-family: Raleway, sans-serif;
}

.rich-text-block {
  margin-top: 0;
  font-family: Raleway, sans-serif;
}

.heading-8, .heading-9 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
}

.link-block {
  margin-top: 24px;
  margin-left: 84px;
  text-decoration: none;
}

.text-block-15 {
  color: #ee4347;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  color: #656161;
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.section-10 {
  margin-bottom: 100px;
  margin-left: 22%;
  margin-right: 22%;
}

.heading-10 {
  text-align: center;
  margin-top: 73px;
  margin-bottom: 27px;
  font-family: Raleway, sans-serif;
}

.rich-text-block-2 {
  font-family: Raleway, sans-serif;
}

.collection-item-5 {
  border: 0 #000;
  flex-flow: row;
  width: 100%;
  padding-bottom: 65px;
  display: flex;
}

.aside {
  border-bottom: 1px #9d8a8a;
  border-radius: 1px;
  width: 50%;
  padding-right: 50px;
}

.div-block-10 {
  width: 50%;
}

.button-3 {
  text-align: center;
  border-radius: 21.5px;
  width: 202px;
  height: 44px;
  padding-top: 11px;
}

.text-block-16 {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
}

.collection-list-wrapper-2 {
  width: 80%;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
}

.collection-item-6 {
  width: 33.3%;
  height: 229px;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-right: 0;
}

.body-2 {
  margin-bottom: 200px;
}

.text-block-17 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.image-17 {
  border-radius: 12px;
  margin-bottom: 8px;
}

.collection-list-3 {
  margin-bottom: 45px;
}

.container-12 {
  margin-left: 100px;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

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

.section-11 {
  margin-bottom: 42px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-18 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.flex-block-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  min-width: 400px;
  height: 50px;
  min-height: 50px;
  margin-left: 0%;
}

.heading-11, .text-block-19, .text-block-20, .heading-12, .paragraph-2, .heading-13, .paragraph-3, .heading-14, .paragraph-4, .heading-15, .paragraph-5, .heading-16, .paragraph-6, .bold-text-4, .heading-17 {
  font-family: Raleway, sans-serif;
}

.rich-text-block-3 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-family: Raleway, sans-serif;
}

.paragraph-7 {
  text-align: center;
  margin-top: 62px;
  font-size: 30px;
  font-weight: 800;
  line-height: 4px;
}

.text-block-21, .bold-text-5, .heading-18, .heading-19, .text-block-22, .text-block-23, .rich-text-block-4, .text-block-24 {
  font-family: Raleway, sans-serif;
}

.list-item-6, .list-item-7 {
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.paragraph-8, .paragraph-9 {
  font-size: 15px;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  font-family: Raleway, sans-serif;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 21px;
  display: block;
}

.image-20 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.container-13 {
  margin-bottom: 12px;
}

.button-copy {
  background-color: var(--blue-namroom);
  opacity: .83;
  color: var(--white);
  border: 2px solid #f6f6f6;
  border-radius: 4px;
  min-width: 15px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button-copy:hover {
  background-color: #c4080899;
}

.button-copy.cc-cta {
  margin-top: 0;
}

.button-copy.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-copy.cc-banner:hover {
  background-color: #e6e6e6;
}

.h3-copy {
  z-index: 99;
  color: #000;
  width: 200%;
  margin: 8px auto 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: static;
}

.h3-copy.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3-copy.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3-copy.cc-pricing {
  width: 100%;
}

.h3-copy.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3-copy.cc-latest-posts {
  margin-bottom: 40px;
}

.link-block-6 {
  text-decoration: none;
}

.image-21 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #34d960;
  border-radius: 0;
}

.text-block-25 {
  color: #242222;
}

.margin-left{
  margin-left: 2%;
}

.div-block-14 {
  /* grid-column-gap: 37%;
  grid-row-gap: 37%; */
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-15 {
  margin-top: 6px;
}

.button-copy-copy {
  background-color: var(--blue-namroom);
  opacity: .83;
  color: var(--white);
  border: 2px solid #f6f6f6;
  border-radius: 4px;
  min-width: 15px;
  margin-top: 10px;
  padding: 15px 30px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button-copy-copy:hover {
  background-color: #c4080899;
}

.button-copy-copy.cc-cta {
  margin-top: 0;
}

.button-copy-copy.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-copy-copy.cc-banner:hover {
  background-color: #e6e6e6;
}

.section-12 {
  flex-flow: column;
  margin-top: 5%;
  margin-left: 7%;
  margin-right: 7%;
  display: flex;
}

.heading-20 {
  margin-bottom: 0;
}

.section-13 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin: 1% 7%;
  display: grid;
}

.collection-list-wrapper-3 {
  width: 110%;
}

.collection-item-7 {
  text-align: center;
}

._w-dyn-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-22 {
  width: 100%;
}

.image-23 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 450px;
}

.image-24 {
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 68%;
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
}

.section-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-15 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 7%;
  margin-right: 7%;
  display: flex;
}

.text-block-26 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
}

.text-block-27 {
  color: #dd7d00;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.section-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 7%;
  margin-right: 7%;
  display: flex;
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.heading-21 {
  font-size: 27px;
}

.collection-item-8 {
  justify-content: center;
  align-items: center;
  width: 148px;
  margin-right: 0;
  display: flex;
}

.text-block-28 {
  margin-left: 6px;
  font-family: Raleway, sans-serif;
}

.section-17 {
  border-radius: 14px;
  margin: 1% 7% 5%;
  padding: 1% 3%;
  box-shadow: 0 2px 5px #0003;
}

.image-25 {
  width: 34px;
}

.section-18 {
  opacity: .79;
  background-color: #3769ade0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-left: 40px;
  transition: background-color .2s;
  display: flex;
}

.section-18:hover {
  background-color: #3769ad8a;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  width: 200px;
  padding-left: 19px;
  padding-right: 17px;
  font-family: Raleway, sans-serif;
}

.link-block-7 {
  height: 100%;
  text-decoration: none;
}

.section-19 {
  border: 1px #f5e9e9;
  border-radius: 20px;
  margin-bottom: 2%;
  margin-left: 7%;
  margin-right: 7%;
  padding-bottom: 4%;
  box-shadow: 3px 3px 11px -3px #0003;
}

.heading-22 {
  margin-top: 0;
  font-family: Raleway, sans-serif;
}

.section-20 {
  margin-left: 0;
  padding-top: 3%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.section-21 {
  border-radius: 7px;
  flex-flow: row;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 3% 5% 3% 3%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-26 {
  border-radius: 15px;
  width: 25px;
  height: 25px;
  padding-right: 0;
}

.collection-item-9 {
  flex-flow: row;
  width: 200px;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-5 {
  margin-top: 15px;
  margin-left: 15px;
}

.image-27 {
  border-radius: 18px;
  width: 300px;
  max-width: none;
  height: 300px;
}

.section-22 {
  border-radius: 10px;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 2%;
  padding-right: 52px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-30 {
  margin-top: 2px;
  margin-left: 8px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.text-block-31 {
  color: #ee5f00;
  text-align: right;
  margin-top: 2%;
  padding-right: 0%;
  font-size: 22px;
  font-weight: 700;
}

.section-23 {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 9px;
  margin-bottom: 9px;
  display: flex;
}

.text-block-32 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 23px;
  display: flex;
}

.image-28 {
  background-color: var(--sea-green);
  border-radius: 20px;
  width: 50px;
  height: 50px;
  padding: 8px;
  transition: all .2s;
}

.image-28:hover {
  transform: scale(1.2);
}

.section-19-copy {
  border: 1px #f5e9e9;
  border-radius: 20px;
  margin-bottom: 0%;
  margin-left: 7%;
  margin-right: 7%;
  padding-bottom: 4%;
}

.bold-text-6 {
  margin-bottom: 13%;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.section-24 {
  margin-bottom: 4%;
  margin-left: 7%;
  margin-right: 7%;
  padding-left: 31px;
  padding-right: 45px;
}

.text-block-33 {
  font-size: 16px;
}

.text-block-34 {
  font-family: Raleway, sans-serif;
}

.heading-23 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.heading-24, .text-block-35 {
  font-family: Raleway, sans-serif;
}

.image-29 {
  width: 500px;
  height: 311px;
}

.collection-list-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

._w-dyn-item-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.image-30 {
  background-color: #fff;
  border-radius: 3px;
  width: 92%;
  height: 90%;
  margin-top: 3px;
}

.image-31 {
  border: 2px solid var(--white);
  background-color: #fff;
  border-radius: 12px;
  margin-top: 1px;
  padding: 1px;
}

.image-32 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 3px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu-other {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .navigation-button-2 {
    width: 75%;
    margin: 20px 30px;
  }

  .navigation-copy {
    z-index: 999;
    padding-right: 10px;
  }

  .image-16 {
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 8px;
  }

  .section-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-5 {
    flex-flow: column;
    display: flex;
  }

  .section-22 {
    padding-bottom: 15px;
  }

  .section-19-copy {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .section-21 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-32 {
    padding-bottom: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 479px) {
  #kamar{
    overflow: hidden;
  }

  .navigation {
    background-color: #004aad;
  }

  .navigation-container {
    height: 60px;
  }
  
  .features {
    padding-top: 0px;
  }

  .header-content .h1{
    font-size: 21pt;
    line-height: 23px;
    opacity: 0.8 !important;
    padding: 5px;
    background-color: #004aad;
  }

  .header {
    background-image: url(../images/DSCF3289-2.jpg);
    background-size: cover;
    color: #004aad;
    height: 30vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-logo.w--current {
    width: 100%;
  }

  .h1 {
    letter-spacing: 0;
    background-color: #37b6ff;
    margin-bottom: -39px;
    font-size: 30px;
    line-height: 42px;
  }

  .h1.cc-black {
    margin-top: -1px;
    margin-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .paragraph {
    font-size: 7pt;
    background-color: #004aad;
  }

  .button {
    background-color: var(--blue-namroom);
  }

  .container.cc-blogpost {
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .h2-container {
    margin-bottom: -1px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .h2.cc-2-rows {
    color: var(--dark-grey);
    margin-bottom: 4px;
    padding-left: 0;
    font-size: 31px;
    width: 240px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-row-spacing {
    margin-bottom: 16px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .footer-column.cc-footer {
    margin-bottom: 3px;
  }

  .footer-links-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 19px;
    padding-right: 0;
    display: flex;
  }

  .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

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

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-image {
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    display: flex;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .contact-info-text.cc-text-black {
    text-align: center;
  }

  .icon-2 {
    color: #ffffff;
  }

  .heading {
    margin-top: 40px !important;
    text-align: center;
    margin-bottom: 6px;
    font-size: 33px;
  }

  .bold-text {
    display: none;
    overflow: visible;
  }

  .div-block {
    margin-top: 19px;
  }

  .heading-2 {
    font-size: 17px;
  }

  .image-3 {
    width: 63%;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .image-4 {
    margin-left: -1px;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .button2 {
    margin-top: 1px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .image-5 {
    border-bottom: 2px solid var(--white);
    width: 100%;
    height: 100%;
    margin-top: 3px;
    padding-bottom: 28px;
  }

  .section-2 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-3 {
    text-align: center;
    width: 100%;
  }

  .flex-blockx {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .image-10 {
    width: 89%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    text-align: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-bottom: 13px;
  }

  .text-block-5 {
    height: 100%;
    min-height: auto;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: auto;
  }

  .link-2 {
    min-height: auto;
  }

  .container-6 {
    margin-bottom: 11px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-6 {
    margin-bottom: 13px;
  }

  .navigation-button-2 {
    margin-top: 1px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 2px;
  }

  .container-7 {
    text-align: center;
    margin: 4px 5% 0;
  }

  .container-8 {
    flex-flow: column;
  }

  .text-block-10, .text-block-11 {
    display: none;
  }

  .heading-6 {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 1px;
    font-size: 19px;
  }

  .text-block-13 {
    display: none;
    overflow: visible;
  }

  .collection-item-4 {
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .section-3 {
    text-align: center;
  }

  .section-4 {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .section-7 {
    padding-left: 0%;
  }

  .section-8 {
    margin: 83px 5% 24px;
  }

  .link-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-10 {
    margin-bottom: 10px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .heading-10 {
    margin-top: 26px;
  }

  .collection-item-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
  }

  .aside {
    width: 100%;
    padding-right: 0;
  }

  .button-3 {
    width: 100%;
    height: 100%;
    margin-top: 8px;
    margin-bottom: 14px;
  }

  .text-block-16 {
    display: none;
  }

  .collection-list-wrapper-2 {
    width: 91%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .collection-item-6 {
    height: 150px;
  }

  .text-block-17 {
    text-align: left;
    font-size: 10px;
  }

  .collection-list-3 {
    margin-bottom: -2px;
  }

  .container-12 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-18 {
    text-align: left;
    width: 300px;
    max-width: none;
    height: 150px;
    padding-left: 0;
    display: block;
  }

  .section-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11, .div-block-12, .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: auto;
  }

  .link-block-4 {
    text-align: center;
  }

  .heading-11 {
    width: 100%;
  }

  .image-19, .text-block-19 {
    display: none;
  }

  .button-copy, .button-copy-copy {
    background-color: var(--blue-namroom);
    padding: 6px 25px;
    font-size: 10px;
    margin-top: 57%;
  }

  .section-13 {
    height: 79%;
  }

  ._w-dyn-item {
    flex-flow: column;
  }

  .image-23 {
    height: 100%;
    margin-top: 13px;
  }

  .image-24 {
    width: 86%;
  }

  .section-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-15 {
    justify-content: flex-end;
    align-items: center;
  }

  .section-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-wrapper-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-list-4 {
    flex-flow: column;
  }

  .section-18 {
    width: 100%;
    height: 44px;
    margin-top: 8px;
    margin-left: 0;
  }

  .link-block-7 {
    width: 100%;
    height: 23%;
  }

  .heading-22 {
    text-align: center;
    font-size: 28px;
  }

  .section-21 {
    flex-flow: column;
  }

  .collection-list-5 {
    flex-flow: column;
    display: flex;
  }

  .image-28 {
    width: 75%;
    height: 75%;
  }

  .heading-23, .heading-24 {
    text-align: center;
  }

  .collection-list-wrapper-6, ._w-dyn-item-copy {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_5160be0b-adfe-a3bc-c2a8-cfcaaee2ae08-b80b29c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


