:root {
  --black: #323e48;
  --white: white;
  --grey: #e4e4e4;
  --orange: #ffc465;
  --sand: #feb;
  --dark-green: #253627;
  --light-green: #59685b;
  /* --dark-green: #253627; */
  /* --light-green: #59685b; */
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.profile-picture {
  height: 100%;
  width: 100%;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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: 0.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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

@media screen and (max-width: 767px) {
  .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;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;

  font-size: 44px;
  font-weight: 400;
  line-height: 35px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 36px;
  font-weight: 400;
  line-height: 35px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity 0.2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

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

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid rgba(89, 104, 91, 0.49);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;

  font-size: 32px;
  font-style: italic;
  line-height: 40px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.styleguide-content-wrap {
  color: var(--black);
  text-align: left;
}

.section {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 100px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.why-norra {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.blog-articles {
  background-color: var(--grey);
}

.section.page-top-margin {
  margin-top: 120px;
}

.section.zero-padding {
  padding: 0;
}

.section.top-0-padding {
  padding-top: 0;
}

.section.articles {
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.blog-post-container {
  overflow: hidden;
}

.container.page-title {
  text-align: center;
  margin-bottom: 46px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-big {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.paragraph-big.paragraph-big-intro,
.paragraph-big.slider-paragraph {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.button {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
}

.button:hover {
  background-color: var(--sand);
}

.button.contact-us-button {
  z-index: 5;
  background-color: var(--dark-green);
  color: var(--orange);
  position: relative;
}

.button.contact-us-button:hover {
  background-color: var(--light-green);
  color: var(--orange);
}

.button.contact-us-button:active {
  background-color: var(--light-green);
}

.button.transparent-white {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.68);
}

.button.transparent-white:hover {
  background-color: #fff;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.blog-post-header-label {
  opacity: 1;
  color: var(--white);
  margin-top: 20px;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.label.bright {
  color: var(--light-green);
}

.label.blog-post-header-label {
  opacity: 1;
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-light {
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 84px;
  font-weight: 300;
  line-height: 70px;
}

.heading-jumbo.slider-heading {
  color: var(--white);
  margin-top: 56px;
  margin-bottom: 100px;
  font-size: 140px;
  font-weight: 400;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;

  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-small {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrapper {
  max-width: 1140px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.2s;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.26);
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  background-color: var(--light-green);
  opacity: 1;
  color: var(--white);
  font-weight: 400;
}

.navigation-item.w--current:hover,
.navigation-item.w--current:active {
  opacity: 1;
  color: var(--orange);
}

.navigation-item.visable-on-mobile {
  display: none;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.webflow-link {
  background-color: var(--sand);
  opacity: 1;
  align-items: center;
  padding: 8px 15px;
  text-decoration: none;
  transition: opacity 0.4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.intro-header {
  height: 100vh;
  background-color: var(--dark-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-content {
  width: 90%;
  max-width: 1140px;
  text-align: left;
}

.intro-content.content-wrapper-homepage {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
}

.motto-wrapper {
  text-align: center;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.success-message {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.status-message.wrong-password {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b80025;
  font-size: 12px;
}

.contact-form-wrap {
  width: 100%;
  border: 1px solid var(--light-green);
  padding: 50px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color 0.4s;
}

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

.text-field:active,
.text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.contact-field {
  background-color: var(--white);
  margin-bottom: 25px;
  font-size: 12px;
}

.text-field.textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  color: var(--white);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  color: var(--white);
  margin-bottom: 40px;
}

.contact-heading {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 15px;

  font-weight: 400;
}

.member-picture {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.member-title-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.member-name {
  opacity: 1;
  color: var(--orange);
  margin-bottom: 14px;

  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.article-header-text {
  width: 800px;
  text-align: center;
  margin: 60px auto;
  position: absolute;
}

.article-header-text.avatar-wrapp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: 0%;
}

.header-image {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background-image: none;
  background-size: auto;
}

.header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  min-height: 100vh;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  padding: 90px 30px 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: var(--grey);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.photo-gallery-button {
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 9px;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color 0.4s, opacity 0.2s;
  display: flex;
}

.photo-gallery-button:hover {
  color: #fff;
}

.button-avatar {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 500px;
}

.gallery-button-text {
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.gallery-button-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  position: absolute;
  top: auto;
  bottom: 3.2vh;
  left: 6.3vw;
  right: auto;
}

.avatar-div-block {
  border: 1px dashed #fff;
  border-radius: 500px;
  padding: 9px;
}

.main-image {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.main-image-wrapper {
  max-height: 120vh;
  overflow: hidden;
}

.body-dark-green {
  background-color: var(--dark-green);
}

.animated-images-wrapper {
  width: 100vw;
  height: 350px;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.animated-image-left {
  z-index: 1;
  width: 250px;
  height: 350px;
  object-fit: cover;
  position: absolute;
}

.animated-image-center {
  z-index: 2;
  width: 250px;
  height: 350px;
  object-fit: cover;
  position: absolute;
}

.animated-image-right {
  z-index: 3;
  width: 250px;
  height: 350px;
  object-fit: cover;
  position: absolute;
}

.about-us-grid {
  max-width: 800px;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    '.'
    '.'
    '.';
}

.about-us-wrapper {
  max-width: 350px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.about-us-icon {
  width: 48px;
  height: 70px;
  object-fit: contain;
}

.heading {
  margin-top: 4px;
  margin-bottom: 4px;

  font-weight: 400;
  line-height: 30px;
}

.heading.footer-heading {
  color: var(--orange);
  margin-bottom: 23px;
  font-size: 28px;
}

.heading.h1 {
  font-size: 70px;
  font-weight: 300;
  line-height: 90px;
}

.heading.h2 {
  font-size: 46px;
  line-height: 58px;
}

.heading.h3 {
  font-size: 36px;
  line-height: 35px;
}

.heading.h4 {
  font-size: 28px;
  line-height: 30px;
}

.heading.h5 {
  font-size: 22px;
  line-height: 30px;
}

.heading.h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.about-us-long-text {
  border-top: 1px solid var(--light-green);
  border-left: 1px solid var(--light-green);
  color: var(--white);
  text-align: left;
  margin-top: 24px;
  padding-top: 10px;
  padding-left: 10px;
}

.subscribe-wrapper {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-form {
  margin-top: 35px;
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  text-transform: uppercase;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.hero-form-input:hover,
.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.button-primary {
  background-color: var(--light-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

.button-primary:hover {
  background-color: var(--dark-green);
  color: var(--orange);
}

.button-primary:active {
  background-color: var(--dark-green);
}

.button-primary.top-margin-28px {
  margin-top: 28px;
}

.text-link-arrow {
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  margin-left: 6px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow:hover {
  color: var(--sand);
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.subscribe {
  z-index: 2;
  position: absolute;
}

.cta-image {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.cta-image-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.subscribe-agree {
  display: flex;
}

.blog-post-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-post-text-wrapper {
  z-index: 1;
  max-width: 300px;
  color: var(--white);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.place-wrapper {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.place-icon {
  width: 12px;
  margin-right: 4px;
}

.thumbnail-image {
  width: 300px;
  height: 650px;
  filter: brightness(90%);
  object-fit: cover;
  margin-top: -30px;
}

.blog-posts-item {
  width: 100%;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.margin-30px {
  height: 30px;
}

.featured-blog-posts-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-posts-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.empty-state {
  width: 400px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;

  font-size: 18px;
  line-height: 24px;
}

.page-title {
  max-width: 500px;
  text-align: center;
  margin-bottom: 100px;
}

.slider-wrapper,
.mask,
.slider {
  height: 100vh;
}

.slider-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-navigation {
  display: none;
}

.slider-text {
  width: 80%;
  margin-bottom: 35px;
  position: relative;
}

.image-big-slider {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.hero-heading-left {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-wrapper {
  width: 100%;
  max-width: 1140px;
}

.main-wrapper {
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-wrapper.licencing-wrapper {
  width: 100%;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
}

.main-wrapper.terms-conditions-wrapper {
  margin-top: 60px;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-split.story-wrapper {
  color: var(--white);
  padding-right: 15px;
}

.hero-split.long-story-wrapper {
  color: var(--white);
  text-align: center;
  align-items: center;
}

.hero-split.features-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.margin-14px {
  height: 14px;
}

.separation-line-wrapper {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.separation-line {
  width: 100%;
  border-bottom: 1px solid var(--light-green);
}

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

.grid.contact-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-right: 80px;
}

.grid.benefits {
  grid-column-gap: 38px;
  justify-items: center;
}

.footer {
  background-color: var(--dark-green);
  padding: 45px 30px;
  position: relative;
}

.container-footer {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-footer a {
  display: block;
  text-align: center;
  color: white;
}

.footer-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 150px;
}

.footer-content {
  width: 100%;
  grid-column-gap: 73px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.footer-link {
  color: var(--grey);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--sand);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.footer-social-link {
  margin-right: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--light-green);
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  margin-top: 75px;
  font-size: 14px;
  line-height: 16px;
}

.footer-icon-social-media {
  width: 18px;
}

.contact-info-wrapper {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.contact-icon {
  width: 100px;
  max-height: 100px;
  max-width: 100px;
  border: 1px dashed var(--white);
  border-radius: 200px;
  margin-right: 20px;
  padding: 36px;
}

.contact-text {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s, opacity 0.2s;
}

.contact-text:hover {
  color: var(--sand);
}

.contact-data {
  text-align: left;
}

.phone-info,
.email-info,
.address-info {
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.contact-image-wrapper-1 {
  width: 300px;
  height: 450px;
  overflow: hidden;
}

.contact-image-home {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-image-wrapper-2 {
  width: 250px;
  height: 400px;
  position: absolute;
  top: 100px;
  left: 170px;
  overflow: hidden;
}

.body-contact-page {
  background-color: var(--dark-green);
}

.contact-form-text-field {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.header-wrapper {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-image-wrapper {
  z-index: -1;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.body-grey {
  background-color: var(--grey);
}

.blog-post-gallery {
  margin-top: 60px;
}

.blog-post-gallery-item {
  height: 500px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
}

.images-heading-wrapper {
  color: var(--light-green);
  text-align: center;
  padding-top: 50px;
}

.small-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-wrapper {
  justify-content: center;
  display: flex;
}

.image-3 {
  width: 40px;
  height: 40px;
  border-radius: 200px;
}

.category-list {
  z-index: 30;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.category-text-link {
  color: #121212;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-text-link.w--current {
  opacity: 0.5;
  display: none;
}

.hover-line {
  width: 50%;
  height: 1px;
  background-color: #121212;
}

.direction-tab {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Noto Sans SC', sans-serif;
}

.destination-link {
  background-color: var(--grey);
  color: var(--light-green);
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  overflow: hidden;
}

.destination-link.w--current {
  color: var(--dark-green);
  background-color: rgba(0, 0, 0, 0);
}

.faq-wrapper {
  width: 100%;
  max-width: 1140px;
  color: var(--black);
  text-align: left;
  margin: 60px auto;
}

.accordion-wrapper {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.accordion-item-trigger {
  width: 100%;
  align-items: flex-start;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.full-width-item {
  flex: 1;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.question {
  font-size: 24px;
  font-weight: 600;
}

.open-close-box {
  height: 20px;
  margin-left: 10px;
  display: block;
  position: relative;
}

.faq-arrow {
  width: 20px;
  position: relative;
}

.accordion-item-content {
  margin-top: 10px;
  overflow: hidden;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(89, 104, 91, 0.33);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-story-image {
  transform: rotate(2deg);
}

.benefit {
  width: 85%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.benefits-icon {
  width: 100px;
  height: 100px;
  border: 1px dashed var(--white);
  border-radius: 200px;
  padding: 30px;
}

.benefits-text {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.body-about-us {
  background-color: var(--dark-green);
}

.benefits-wrapper {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 30px;
  display: flex;
  overflow: hidden;
}

.features-image-right {
  width: 100%;
  object-fit: cover;
}

.features-image-right.height-350px {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.columns {
  align-items: center;
  display: flex;
}

.section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.cta-image-overlay {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: screen;
  object-fit: cover;
  position: absolute;
}

.social-media-wrap {
  margin-top: 25px;
  display: flex;
}

.footer-logo {
  height: auto;
  object-fit: fill;
}

.social-icon {
  width: 18px;
  margin-left: 7px;
  margin-right: 7px;
}

.top-border {
  border-top: 1px solid var(--light-green);
  margin-top: 5px;
  padding-top: 5px;
}

.top-margin {
  margin-top: 40px;
}

.color-box {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.dark-green {
  width: 160px;
  height: 80px;
  background-color: var(--dark-green);
}

.color-name {
  text-align: center;
  margin-top: 14px;
}

.horizontal-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.light-green {
  width: 160px;
  height: 80px;
  background-color: var(--light-green);
}

.orange {
  width: 160px;
  height: 80px;
  background-color: var(--orange);
}

.sand {
  width: 160px;
  height: 80px;
  background-color: var(--sand);
}

.white {
  width: 160px;
  height: 80px;
  background-color: var(--white);
}

.grey {
  width: 160px;
  height: 80px;
  border: 1px solid var(--white);
  background-color: var(--grey);
}

.licensing-image-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.image-licenses {
  width: 500px;
}

.list {
  color: var(--light-green);
  list-style-type: decimal;
}

.paragraph-extra-small {
  font-size: 12px;
  line-height: 20px;
}

.orange-heading-wrapper {
  color: var(--orange);
}

.place-text {
  color: var(--white);
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.place-text:hover {
  color: var(--white);
  text-decoration: underline;
}

.blog-post-heading {
  font-style: italic;
}

.success-message {
  background-color: var(--grey);
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.error-message {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.features-wrapper {
  margin-bottom: 100px;
}

.benefits-text-wrapper {
  text-align: center;
}

.text-span {
  color: var(--black);
}

.contact-images {
  position: relative;
}

.column-1 {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.style-guide-button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-link-block:hover {
  opacity: 0.45;
}

.contact-text-heading {
  font-size: 22px;
  line-height: 30px;
}

.rich-text {
  color: var(--light-green);
  margin-bottom: 100px;
}

.autor-name {
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 24px;
}

.blog-posts-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.desinations-links {
  margin-bottom: 56px;
}

.destinations-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.slider-list {
  flex-direction: column;
  display: flex;
}

.grid-team-members {
  grid-column-gap: 32px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.why-norra {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .section.blog-articles {
    flex-direction: column;
    overflow: hidden;
  }

  .section.section-photo-gallery {
    margin-top: 0;
  }

  .section.page-top-margin {
    margin-top: 40px;
  }

  .styleguide-block {
    text-align: left;
  }

  .button {
    justify-content: center;
  }

  .button.contact-us-button {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrapper {
    padding: 25px 30px;
  }

  .navigation {
    padding: 0;
  }

  .navigation-item {
    background-color: var(--dark-green);
    text-align: center;
    padding: 15px 30px;
    transition: background-color 0.4s, opacity 0.4s, color 0.4s;
  }

  .navigation-item:hover {
    background-color: var(--light-green);
    color: var(--white);
  }

  .navigation-item:active {
    background-color: var(--light-green);
  }

  .navigation-item.visable-on-mobile {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .member-title-wrap {
    margin-bottom: 30px;
  }

  .article-header-text {
    width: 70%;
  }

  .header-image {
    height: 100vh;
  }

  .protected-wrap,
  ._404-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text {
    width: auto;
  }

  .main-image {
    height: 100vh;
  }

  .animated-images-wrapper {
    width: 100vw;
    height: 400px;
    position: relative;
    overflow: hidden;
  }

  .about-us-grid {
    margin-left: 30px;
    margin-right: 30px;
  }

  .subscribe-wrapper {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .newsletter-content {
    max-width: 65%;
    margin-bottom: 40px;
  }

  .subscribe {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-post-text-wrapper {
    max-width: 80%;
    text-align: left;
  }

  .thumbnail-image {
    width: 100vw;
  }

  .blog-posts-item {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-posts-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .empty-state {
    margin-bottom: 30px;
  }

  .page-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .arrow-slider-icon {
    opacity: 0.68;
    transition: opacity 0.35s;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 15%;
  }

  .arrow-slider-icon:hover {
    opacity: 1;
  }

  .main-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
  }

  .grid.contact-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-right: 0;
  }

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

  .container-footer {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 104px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr;
  }

  .footer-social-block {
    margin-top: 30px;
  }

  .contact-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-text {
    color: var(--white);
    text-align: center;
  }

  .contact-text:hover {
    color: var(--white);
  }

  .contact-data {
    color: var(--white);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .phone-info,
  .email-info,
  .address-info {
    flex-direction: column;
  }

  .contact-image-wrapper-1 {
    top: 557px;
    left: 0;
  }

  .contact-image-wrapper-2 {
    left: 220px;
  }

  .category-list {
    margin-bottom: 56px;
  }

  .category-text-link {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 17px;
    line-height: 20px;
  }

  .question {
    font-size: 22px;
    font-weight: 600;
  }

  .benefit {
    margin-bottom: 50px;
  }

  .benefits-wrapper {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .licensing-image-wrap {
    width: 100%;
    height: 500px;
  }

  .contact-images {
    margin-top: 100px;
    margin-left: 100px;
  }

  .rich-text-block {
    text-align: left;
  }

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

@media screen and (max-width: 767px) {
  .section.why-norra {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .container {
    text-align: center;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.slider-heading {
    font-size: 100px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-content {
    width: 80%;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.contact-field,
  .text-field.textarea {
    text-align: left;
  }

  .member-picture {
    height: 450px;
    margin-bottom: 30px;
  }

  .member-name {
    font-size: 28px;
    line-height: 28px;
  }

  .article-header-text {
    width: 90%;
    max-width: 470px;
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .animated-images-wrapper {
    height: 300px;
  }

  .animated-image-left,
  .animated-image-center,
  .animated-image-right {
    width: 165px;
    height: 230px;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-us-long-text {
    width: 350px;
    margin-right: 24px;
  }

  .newsletter-content {
    max-width: 80%;
  }

  .subscribe {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-post-text-wrapper {
    max-width: 60%;
  }

  .blog-posts-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .page-title {
    margin-top: 60px;
  }

  .arrow-slider-icon {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 15%;
  }

  .hero-heading-left {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .main-wrapper.licencing-wrapper,
  .main-wrapper.terms-conditions-wrapper {
    text-align: left;
  }

  .hero-split,
  .hero-split.center {
    align-items: center;
  }

  .hero-split.left-aligned {
    align-items: flex-start;
  }

  .contact-info {
    overflow: hidden;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    transition: all 0.2s, opacity 0.2s;
  }

  .footer-link:hover {
    color: var(--sand);
  }

  .footer-social-block {
    margin-top: 30px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .contact-info-wrapper {
    margin-bottom: 150px;
  }

  .contact-text {
    color: var(--white);
  }

  .contact-image-wrapper-1 {
    left: -127px;
  }

  .contact-image-wrapper-2 {
    left: 213px;
  }

  .blog-post-gallery-item {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .category-list {
    margin-bottom: 40px;
  }

  .category-text-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .columns {
    flex-direction: column;
  }

  .social-media-wrap {
    justify-content: center;
  }

  .top-margin {
    text-align: center;
  }

  .horizontal-box {
    justify-content: center;
  }

  .licensing-image-wrap {
    height: 400px;
  }

  .contact-images {
    margin-left: 40px;
  }

  .column-1 {
    padding-right: 0;
  }

  .column-2 {
    margin-top: 30px;
    padding-left: 0;
  }

  .rich-text {
    text-align: left;
  }

  .grid-team-members {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

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

  .paragraph-big.slider-paragraph {
    font-size: 12px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.slider-heading {
    font-size: 58px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button,
  .menu-button.w--open {
    flex: none;
  }

  .status-message.success-message,
  .status-message.wrong-password {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .member-picture {
    height: 300px;
  }

  .article-header-text {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .protected-heading {
    text-align: center;
  }

  .animated-image-left,
  .animated-image-center,
  .animated-image-right {
    overflow: hidden;
  }

  .about-us-wrapper {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }

  .heading.h1 {
    font-size: 58px;
    line-height: 58px;
  }

  .heading.h2 {
    font-size: 36px;
    line-height: 35px;
  }

  .about-us-long-text {
    width: 85%;
  }

  .subscribe-wrapper {
    max-width: none;
  }

  .newsletter-content {
    max-width: 100%;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-form-input {
    width: 70%;
    height: 48px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-primary.top-margin-28px {
    margin-top: 30px;
  }

  .subscribe {
    margin-left: 12px;
    margin-right: 12px;
  }

  .blog-post-text-wrapper {
    max-width: 100%;
  }

  .page-title {
    margin-top: 0;
  }

  .arrow-slider-icon {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 15%;
  }

  .container-wrapper {
    max-width: none;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .hero-split.story-wrapper {
    margin-bottom: 50px;
  }

  .grid.contact-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-social-block {
    margin-left: 0;
  }

  .contact-info-wrapper {
    align-items: center;
    margin-bottom: 100px;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
    margin-right: 0;
    padding: 18px;
  }

  .contact-text {
    color: var(--white);
  }

  .phone-info,
  .email-info,
  .address-info {
    flex-direction: column;
    align-items: center;
  }

  .contact-image-wrapper-1 {
    width: 250px;
    height: 350px;
    left: -196px;
  }

  .contact-image-wrapper-2 {
    width: 200px;
    height: 300px;
    left: 83px;
  }

  .category-list {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #e4e8ed;
    border-radius: 3px;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .category-text-link {
    height: 48px;
    font-size: 15px;
  }

  .question {
    font-size: 20px;
  }

  .features-image-right.height-350px {
    padding-left: 0;
  }

  .licensing-image-wrap {
    height: 300px;
  }

  .contact-images {
    margin-left: -30px;
  }

  .social-media-container {
    width: 50vw !important;
    flex-direction: column;
    gap: 24px;
  }

  .social-media-container > div {
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-big-slider {
    min-width: 100%;
  }

  .social-media-share {
    width: 90px !important;
  }
}

#w-node-_6caa7dee-0eb7-e404-dd33-ed946362cecf-01c9b342,
#w-node-_6caa7dee-0eb7-e404-dd33-ed946362ced7-01c9b342,
#w-node-_6caa7dee-0eb7-e404-dd33-ed946362cedf-01c9b342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6caa7dee-0eb7-e404-dd33-ed946362cee5-01c9b342 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_42d533b0-c21f-8284-10ef-d7b52fd4e6c5-01c9b342 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb1098-f3bb1089,
#w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb10a7-f3bb1089,
#w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb10b0-f3bb1089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25624455-c505-c07d-9384-9f523b74648b-01c9b346,
#w-node-bff21ef3-3f3c-1bad-3152-4e26fa1f8d4d-01c9b346,
#w-node-ab654204-9333-5d51-46fe-941f7d50c9fe-01c9b347 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-01c9b34a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bde0ef98-f865-d7bd-afcf-a8b87e8c62f7-01c9b34a,
#w-node-_8a43c12d-7c34-5e70-babc-8bb89d575bc5-01c9b34f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_095519be-94cc-a457-60cc-0de393a12d79-01c9b35a,
#w-node-bef7a828-3b8a-5c9c-9ba0-0e3fc9c76c16-01c9b35a,
#w-node-_1a948fe2-3c76-ff02-262d-f1233e0b0907-01c9b35a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc235ce3-a9c2-169f-ff86-831b5e697dcd-01c9b35a {
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_42d533b0-c21f-8284-10ef-d7b52fd4e6c5-01c9b342,
  #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb108d-f3bb1089,
  #w-node-bff21ef3-3f3c-1bad-3152-4e26fa1f8d4d-01c9b346,
  #w-node-ab654204-9333-5d51-46fe-941f7d50c9fe-01c9b347,
  #w-node-bde0ef98-f865-d7bd-afcf-a8b87e8c62f7-01c9b34a,
  #w-node-_8a43c12d-7c34-5e70-babc-8bb89d575bc5-01c9b34f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c7f518d-295b-1460-1ae3-2b32f3bb108d-f3bb1089 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-dc235ce3-a9c2-169f-ff86-831b5e697dcd-01c9b35a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.slogn {
  font-style: italic;
}

.title-desc {
  margin: 18px 0;
  color: var(--black);
  font-size: 28px;
}

.social-media-container {
  display: flex;
  justify-content: space-between;
  width: 60vw;
  background-color: rgba(193, 188, 188, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px 30px 20px 30px;
  margin-top: 28px;
  max-width: 700px;
}

.social-media-container > div {
  margin-right: 12px;
}

.social-media-container > div:last-of-type {
  margin-right: 0;
}

.social-media-container .label {
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
}

.social-media-share {
  width: 150px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}

.intl-button {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  text-decoration: none;
  cursor: pointer;
  margin-right: 16px;
  cursor: pointer;
  font-size: 12px;
}

.intl-button img {
  width: 14px;
  height: 14;
  margin-right: 6px;
}

.intl-button:hover {
  color: #ffc465;
}

.header-right {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
}

.home-features-wrapper {
  width: 100%;
}

#post-content img {
  margin: 0 auto;
}
