:root {
  --primary: #010e30;
  --white: white;
  --paragraph-color: #869ed6;
  --btn-primary: #00ccbf;
  --white-30: rgba(255, 255, 255, .3);
  --btn-secondary: rgba(0, 204, 191, .3);
  --light-green: #96f9f2;
  --light-blue: #0f3590;
  --dark-blue: #07205c;
  --stroke-color: rgba(217, 232, 231, .2);
  --white-50: rgba(255, 255, 255, .5);
  --additional-color: #092058;
  --midnight-blue: #0b1f52;
  --black: black;
  --mira-teal: #46ffcd;
  --mira-gray: #ccc;
  --gray: #e9e9e9;
  --mira-blue: #27b1ff;
  --light-gray: #f9f9fa;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --midnight-blue-2: #33405d;
  --background: #080812;
  --mira-purple: #bf00ff;
  --mira-green: #49f99a;
  --mira: Manrope, sans-serif;
  --dark-bg: var(--background);
  --transparent: transparent;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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;
  -ms-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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-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-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-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--primary);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  color: var(--paragraph-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--btn-primary);
  align-items: center;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--white);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  background-color: var(--paragraph-color);
  color: var(--btn-primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  line-height: 1.4em;
  list-style-type: disc;
  position: relative;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quote_1Quote.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 45px 20px 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.section.no-spacing {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-news-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative {
  max-width: 600px;
  height: auto;
  position: relative;
}

.base-container.pos-relative {
  z-index: 70;
  position: relative;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--white-30);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--white-30);
  border-left: 1px none var(--white-30);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--white-30);
  border-bottom: 1px solid var(--white-30);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--white-30);
  border-bottom: 1px solid var(--white-30);
  border-left: 1px solid var(--white-30);
  width: 24%;
}

.grid-description.last-description {
  border-right: 1px solid var(--white-30);
  border-bottom-color: var(--white-30);
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  border: 1px solid var(--btn-secondary);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  background-color: var(--btn-secondary);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--btn-primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  font-size: 30px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--light-green);
  background-color: var(--btn-primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--btn-secondary);
  border-color: rgba(0, 0, 0, 0);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 60px;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.coming-soon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.summary-btn {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.pages-banner {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 111px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--btn-primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  transition: color .35s;
}

.icon-style-guide:hover {
  color: var(--white);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  object-fit: cover;
  width: auto;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--light-green);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  min-width: 280px;
  min-height: 55px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--light-green);
}

.password-input::placeholder {
  color: var(--paragraph-color);
  font-size: 18px;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 90;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._404-content-wrapper {
  z-index: 60;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

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

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.search-wrap-input {
  color: var(--btn-secondary);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--light-green);
}

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  transition: all .35s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--light-green);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--light-green);
}

.search-input::placeholder {
  color: var(--paragraph-color);
  font-size: 18px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 60px;
}

.dark-gray-style-guide {
  background-color: var(--light-green);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

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

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-color);
  width: 75px;
  height: 75px;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.paragraph-small {
  font-size: 14px;
}

.secondary-project-button {
  background-color: var(--btn-secondary);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: inline-block;
}

.secondary-project-button:hover {
  border-color: var(--light-green);
  background-color: var(--btn-primary);
}

.secondary-project-button.pagination {
  margin-top: 60px;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mira-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.mira-logo:hover {
  opacity: 1;
}

.mira-logo.w--current {
  transition-property: opacity;
}

.mira-logo.w--current:hover {
  opacity: 1;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.nav-line-white, .line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.navbar-search {
  cursor: pointer;
  object-fit: cover;
  height: auto;
  font-family: "Fa solid 900", sans-serif;
}

.search-wrap {
  z-index: 100;
  cursor: pointer;
  background-color: #292929;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--white-30);
  align-items: flex-end;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-shadow-overlay-4 {
  align-items: center;
  display: flex;
}

.dropdown-header-item {
  background-color: rgba(0, 0, 0, 0);
  padding: 32px 15px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.border-wrap-3 {
  justify-content: center;
  display: flex;
}

.login-tablet-wrap-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.main-nav-item-link {
  color: #fff;
  flex: none;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.main-nav-item-link:hover {
  color: var(--btn-primary);
}

.main-nav-item-link.w--current {
  padding-left: 15px;
  padding-right: 15px;
}

.cart-footer-2 {
  border-top-color: var(--btn-secondary);
}

.right-header-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-product-name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-menu-2 {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-menu-3 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.remove {
  color: var(--btn-primary);
  transition: color .3s;
}

.remove:hover {
  color: #fff;
}

.your-cart-icon {
  filter: invert();
}

.nav-dropdown-item-link {
  color: var(--white);
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-item-link:hover {
  color: var(--btn-primary);
  margin-left: 0;
}

.nav-dropdown-item-link.w--current, .nav-dropdown-item-link.w--current:hover {
  color: var(--btn-primary);
}

.cart-wrapper {
  position: relative;
}

.display-hide {
  display: none;
}

.shop-cart-wrapper {
  background-color: rgba(4, 23, 70, 0);
  background-image: linear-gradient(rgba(15, 53, 144, .9), rgba(7, 32, 92, .9));
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cart-line-item {
  margin-bottom: 30px;
}

.image-order {
  object-fit: cover;
  border-radius: 2px;
  height: 60px;
  transition: all .4s;
}

.image-order:hover {
  border-radius: 5px;
}

.subtotal-text.bold {
  font-weight: 600;
}

.no-item {
  color: #fff;
}

.nav-intro-item {
  color: var(--white);
}

.cart-quantity-2 {
  background-color: var(--btn-primary);
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  padding: 1px 0 0;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-button-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 8px;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item:hover {
  color: var(--btn-primary);
}

.nav-fixed-menu {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(2, 11, 35, .9), rgba(2, 11, 35, .9));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cart-price {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.logo-mira {
  width: auto;
  max-width: 150px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-dropdown-link-line-4 {
  background-color: var(--btn-primary);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.menu-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-hero-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cart-container {
  background-color: var(--primary);
  box-shadow: none;
  border-radius: 5px;
}

.btn-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.tablet-menu-4 {
  display: none;
}

.quantity-cart {
  border-color: var(--btn-secondary);
  background-color: var(--btn-secondary);
  color: #fff;
  border-radius: 2px;
  transition: all .3s;
}

.quantity-cart:focus {
  border-color: var(--light-green);
}

.nav-dropdown-list-4 {
  background-color: var(--primary);
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-4.w--open {
  border-style: solid;
  border-color: var(--white-30);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-4.megamenu {
  width: 440px;
  left: -110px;
}

.nav-dropdown-list-4.portfolio-details.w--open {
  width: 260px;
}

.cart-header-2 {
  background-color: var(--btn-primary);
  border-bottom-style: none;
  border-bottom-color: #ed7f38;
}

.logo-broadband-tablet {
  width: auto;
  max-width: none;
  height: 20px;
}

.footer-links-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.footer-rights-wrapper-2 {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom {
  background-image: linear-gradient(to bottom, var(--dark-blue), var(--light-blue));
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: var(--btn-primary);
}

.footer-copyright-2 {
  color: var(--paragraph-color);
  margin-bottom: 0;
  line-height: 1.5em;
}

.footer-bottom-container {
  grid-row-gap: 50px;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright-link-2 {
  color: var(--btn-primary);
  text-decoration: none;
  display: inline;
}

.footer-copyright-link-2:hover {
  color: var(--paragraph-color);
}

.footer-rights-2 {
  grid-column-gap: 5px;
  color: var(--paragraph-color);
  line-height: 1.5em;
  display: flex;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-center-container {
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.footer-top-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-networks-con {
  width: auto;
}

.footer-text-con {
  text-align: left;
  width: 55%;
}

.social-networks {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.footer-socials {
  color: var(--btn-primary);
  background-color: rgba(0, 204, 191, .3);
  border-radius: 100px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  transition-property: all;
  display: flex;
}

.footer-socials:hover {
  background-color: var(--btn-primary);
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-section {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-left-con {
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.banner-right-con {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.white-label {
  background-color: var(--btn-secondary);
  border-radius: 80px;
  margin-bottom: 30px;
  padding: 5px 40px;
}

.hover-text-wrap {
  height: auto;
  max-height: 27px;
  overflow: hidden;
}

.white-label-text, .white-label-text-bottom {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.discover-mira {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.broadband-icon {
  object-fit: cover;
}

.discover-mira-top {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
}

.acout-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.large-main-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.large-main-section.sign-up {
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 80px;
}

.regiester-info {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.click-here-color-link {
  color: var(--btn-primary);
}

.click-here-color-link:hover {
  color: var(--white);
}

.click-here-color-link.w--current {
  color: #712fff;
}

.click-here-color-link.w--current:hover {
  color: #0f0f14;
}

.sign-up-form {
  border: 2px solid var(--stroke-color);
  background-color: var(--primary);
  border-radius: 20px;
  width: 100%;
  padding: 40px 30px;
}

.bg-sign-up-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.forgot-password-text {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.sign-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.banner-paragraph-sign-up {
  clear: both;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.bg-sign-up {
  background-image: url('../images/miraOS_hero_568414117-240128.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.forgot-password-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.lower-layer {
  z-index: 1;
  background-color: var(--btn-secondary);
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 20px;
  bottom: -20px;
  left: -20px;
  right: 20px;
}

.banner-title-sign-up {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
}

.contact-info-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--stroke-color);
  background-color: var(--primary);
  color: var(--white);
  height: 55px;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .3s;
}

.contact-info-input:focus {
  border-color: #fcfbf8 #fcfbf8 var(--light-green);
}

.contact-info-input::placeholder {
  color: var(--stroke-color);
  font-size: 18px;
}

.form-block-2 {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.link-sign-up {
  color: var(--btn-primary);
}

.link-sign-up:hover {
  opacity: 1;
  color: #fff;
}

.background-image-sign-up {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 130vh;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-banner-1 {
  background-color: rgba(0, 0, 0, .7);
  background-image: linear-gradient(45deg, rgba(7, 32, 92, .8), rgba(15, 53, 144, .15));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-tab-link {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 30px;
  transition-property: opacity;
  transition-duration: .4s;
}

.portfolio-tab-link:hover {
  opacity: .5;
}

.portfolio-tab-link.w--current {
  color: var(--btn-primary);
  background-color: rgba(0, 0, 0, 0);
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  color: var(--btn-primary);
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.shop-item {
  width: 100%;
}

.grid-shop {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.shop-collection {
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.shop-main-tabs {
  width: 100%;
}

.hero-event-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.product-hero-content {
  z-index: 100;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.shop-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-arrow {
  width: 16px;
}

.main-shop-banner {
  z-index: 1;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-slider-arrow {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 0%;
}

.product-slider-arrow.left {
  right: 90px;
}

.slide-nav {
  display: none;
}

.hero-event-slider-mask {
  overflow: visible;
}

.collection-list-wrapper-6, .collection-list-6, .collection-item-6 {
  width: 100%;
  height: 100%;
}

.hero-event-slide {
  height: 100%;
}

.stacked-product-title {
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.label-text {
  border-left: 2px solid var(--btn-primary);
  color: var(--btn-primary);
  padding-left: 6px;
  font-size: 14px;
}

.label-text.discount {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.card-images-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.product-tags {
  display: flex;
}

.card-overalay {
  z-index: 5;
  background-color: rgba(16, 16, 16, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.indicator-card-fill {
  background-color: var(--btn-primary);
  width: 100%;
  height: 100%;
}

.card-img {
  background-color: #151b19;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-title {
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .35s;
}

.product-title:hover {
  color: var(--btn-primary);
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

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

.buy-now-button {
  display: none;
}

.discount-label {
  align-items: center;
  height: 28px;
  display: flex;
}

.new-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.quantity {
  display: none;
}

.primary-button-cart {
  background-color: var(--btn-secondary);
  color: var(--white);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  padding: 15px 24px 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: all .4s;
  display: inline-block;
}

.primary-button-cart:hover {
  border-color: var(--btn-primary);
  background-color: var(--btn-primary);
  color: #fff;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.price-product-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.product-category:hover {
  color: #fff;
}

.image-color-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.product-card-top {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.default-btn-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-card.two {
  z-index: 2;
}

.img-card.one {
  z-index: 3;
}

.img-card.three {
  z-index: 1;
  display: block;
}

.product-main-card {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.discount-text {
  color: var(--white-50);
  margin-top: 5px;
  font-size: 14px;
  text-decoration: line-through;
}

.add-to-cart {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.product-card-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.stock-text {
  color: var(--btn-primary);
  text-align: center;
}

.error-message-cart {
  background-color: var(--btn-primary);
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
}

.background-products {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.price-lable {
  align-items: center;
  height: 28px;
  display: flex;
}

.dynamic-price {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  justify-items: end;
  display: flex;
}

.popular-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.stock {
  background-color: #fff;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.option-list {
  display: none;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-details-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.shop-card-old-price {
  color: var(--white-50);
  font-size: 16px;
  text-decoration: line-through;
}

.shop-details-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.section-shop-details {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.shop-product-details-subtitle {
  color: var(--btn-primary);
  margin-bottom: 10px;
  font-weight: 600;
}

.quantity-title-text {
  color: var(--btn-primary);
  font-weight: 600;
}

.h2-shop-details {
  font-size: 40px;
}

.h2-shop-details.mb-0 {
  margin-bottom: 0;
}

.image-100 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.shop-lightbox-item {
  width: 100%;
}

.quantity-2 {
  border-color: transparent transparent var(--btn-secondary);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: var(--light-green);
}

.quantity-2::placeholder {
  color: var(--white);
}

.shop-tablet-image {
  display: none;
}

.price-product {
  text-transform: uppercase;
  font-size: 20px;
}

.lightbox-link-shop {
  min-width: 450px;
  height: 500px;
  transition-property: all;
  transition-duration: .8s;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.base-container-9 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.print-1 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 80px;
  height: 110px;
  position: absolute;
  top: 58px;
  bottom: auto;
  left: 46px;
  right: auto;
}

.posters-grid {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
}

.image-print-1 {
  z-index: 3;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .25), rgba(4, 23, 70, .25)), url('../images/BroadBand-5_1BroadBand 5.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 135px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 340px;
  left: auto;
  right: 280px;
}

.image-print-2 {
  z-index: 3;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/BroadBand-4_1BroadBand 4.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 260px;
  left: auto;
  right: 50px;
}

.image-print-3 {
  z-index: 3;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/BroadBand-2_1BroadBand 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: auto;
  right: 265px;
}

.image-print-4 {
  z-index: 3;
  object-fit: cover;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .25), rgba(4, 23, 70, .25)), url('../images/BroadBand-3_1BroadBand 3.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 120px;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 75px;
}

.print-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 125px;
  height: 175px;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: auto;
  right: 115px;
}

.print-3 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 115px;
  height: 160px;
  position: absolute;
  top: auto;
  bottom: 155px;
  left: 39px;
  right: auto;
}

.print-4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 100px;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 88px;
  left: auto;
  right: 42px;
}

.print-5 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 130px;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 145px;
  right: auto;
}

.btn-banner-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.big-decorative-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

.top-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 850px;
  display: flex;
  position: relative;
}

.bottom-posters {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.poster {
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .8)), linear-gradient(rgba(4, 23, 70, .5), rgba(4, 23, 70, .5)), url('../images/miraOS_analytics_794528203-240128.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 180px;
  height: 280px;
}

.poster.poster-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .8)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_hero_2204212039-240128.webp');
}

.poster.poster-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .8)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_hero_2327936419-240128.webp');
}

.poster.poster-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .8)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_hardware_2191503731-240128.webp');
}

.poster.poster-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .8)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_multiplayer_2337312377-240128.webp');
}

.bottom-content {
  z-index: 10;
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.posters-con {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.gradient {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--btn-primary) 39%, var(--primary) 87%);
  opacity: .2;
  filter: blur(200px);
  border-radius: 100%;
  width: 990px;
  height: 460px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  transform: translate(0, 230px);
}

.section-clip {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-clip.without-bottom-spacing {
  padding-bottom: 0;
}

.logo-loop-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  max-height: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.companions-logo-loop {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.companions-logo {
  opacity: .4;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 30px;
  padding-left: 1em;
  padding-right: 1em;
  transition: opacity .35s;
  display: inline;
  overflow: visible;
}

.companions-logo:hover {
  opacity: 1;
}

.hero-stream-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-space {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.hero-stream-left {
  width: 480px;
}

.hero-stream-right {
  flex: 1;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.stream-img {
  background-image: url('../images/miraOS_multiplayer_2265988809-240128.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.stream-logo {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  border-radius: 5px;
  padding: 24px 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.stream-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.anchor-list {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.anchor-link {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  padding-right: 24px;
}

.item-hover-details {
  background-image: linear-gradient(to bottom, var(--primary) 50%, rgba(255, 255, 255, .1));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.subtitle-galleries-details {
  color: var(--btn-primary);
  margin-top: 0;
  margin-bottom: 0;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.project-arrow {
  object-fit: cover;
  width: auto;
}

.margin-top-wrapper {
  margin-top: 30px;
}

.line-animation {
  background-color: var(--white-30);
  align-items: flex-end;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.playlist-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-playlist {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.right-playlist {
  width: 470px;
}

.playlist-item {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .7)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_monitoring_1208941840-240128.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-end;
  height: 170px;
  padding: 20px;
  display: flex;
}

.playlist-item.playlist-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .7)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_hero_2272731431-240128.webp');
}

.playlist-item.playlist-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(7, 32, 92, .7)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/miraOS_installation_1869771112-240128.webp');
}

.playlist-text-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.playlist-title {
  margin-top: 0;
  margin-bottom: 0;
}

.poster-text {
  width: 800px;
  margin: 0 auto;
}

.padding-poster-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-bottom: 60px;
  display: flex;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.main-description {
  margin-top: 30px;
}

.services-container {
  width: 100%;
}

.services-collection-list {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.services-collection-item {
  width: 100%;
  height: 250px;
  min-height: 100%;
}

.services-hero-wrap {
  grid-column-gap: 25px;
  background-color: var(--additional-color);
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 30%;
}

.about-services {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  padding: 30px 20px 20px;
}

.link-with-arrow {
  grid-column-gap: 10px;
  color: var(--white);
  transition: all .4s;
  display: flex;
}

.link-with-arrow:hover {
  grid-column-gap: 15px;
  color: var(--btn-primary);
}

.arrow {
  color: var(--btn-primary);
  margin-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.h2-color-span {
  color: var(--btn-primary);
}

.services-description {
  height: 50%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.services-title-link {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.services-title-link:hover {
  color: var(--btn-primary);
}

.map-container {
  width: 100%;
}

.map-bg {
  background-image: url('../images/mapBG.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.map-item {
  justify-content: space-between;
  width: 100%;
  height: 375px;
  display: flex;
}

.white-circle {
  z-index: 5;
  background-color: var(--white);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-wrapper.circle-2 {
  top: 6%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.circle-wrapper.circle-3 {
  top: auto;
  bottom: 8%;
  left: 12%;
  right: auto;
}

.circle-wrapper.circle-4 {
  top: auto;
  bottom: 82%;
  left: 12%;
  right: auto;
}

.circle-wrapper.circle-5 {
  top: 54%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.circle-wrapper.circle-6 {
  top: 11%;
  bottom: auto;
  left: auto;
  right: 25%;
}

.circle-wrapper.circle-8 {
  top: auto;
  bottom: 20%;
  left: auto;
  right: 10%;
}

.circle-wrapper.circle-9 {
  top: 57%;
  bottom: auto;
  left: auto;
  right: 58%;
}

.circle-wrapper.circle-10 {
  top: 41%;
  bottom: auto;
  left: auto;
  right: 39%;
}

.circle-wrapper.circle-11 {
  top: auto;
  bottom: 91%;
  left: 36%;
  right: auto;
}

.circle-wrapper.circle-12 {
  top: auto;
  bottom: 17%;
  left: auto;
  right: 17%;
}

.circle-wrapper.circle-13 {
  top: auto;
  bottom: 77%;
  left: 59%;
  right: auto;
}

.circle-wrapper.circle-14 {
  top: auto;
  bottom: 57%;
  left: 35%;
  right: auto;
}

.circle-wrapper.circle-15 {
  top: auto;
  bottom: 63%;
  left: auto;
  right: 11%;
}

.circle-wrapper.circle-16 {
  top: 12%;
  bottom: auto;
  left: 49%;
  right: auto;
}

.circle-wrapper.circle-17 {
  top: 58%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.circle-wrapper.circle-18 {
  top: 0%;
  bottom: auto;
  left: 53%;
  right: auto;
}

.circle-wrapper.circle-19 {
  top: 15%;
  bottom: auto;
  left: 83%;
  right: auto;
}

.circle-wrapper.circle-20 {
  top: 44%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.circle-wrapper.circle-21 {
  top: 48%;
  bottom: auto;
  left: 76%;
  right: auto;
}

.circle-wrapper.circle-22 {
  top: 6%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.circle-wrapper.circle-23 {
  top: 26%;
  bottom: auto;
  left: auto;
  right: 55%;
}

.circle-wrapper.circle-24 {
  top: 69%;
  bottom: auto;
  left: 51%;
  right: auto;
}

.circle-wrapper.circle-25 {
  top: 23%;
  bottom: auto;
  left: 62%;
  right: auto;
}

.circle-wrapper.circle-26 {
  top: 8%;
  bottom: auto;
  left: 31%;
  right: auto;
}

.circle-wrapper.circle-30 {
  display: none;
  top: 6%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.circle-wrapper.circle-31 {
  top: auto;
  bottom: 16%;
  left: 39%;
  right: auto;
}

.circle-wrapper.circle-32 {
  display: none;
  top: auto;
  bottom: 20%;
  left: auto;
  right: 10%;
}

.circle-wrapper.circle-33 {
  display: none;
  top: 41%;
  bottom: auto;
  left: auto;
  right: 39%;
}

.circle-wrapper.circle-35 {
  display: none;
  top: 15%;
  bottom: auto;
  left: 83%;
  right: auto;
}

.circle-wrapper.circle-36 {
  display: none;
  top: 8%;
  bottom: auto;
  left: 31%;
  right: auto;
}

.circle-wrapper.circle-37 {
  display: none;
  top: auto;
  bottom: 63%;
  left: auto;
  right: 11%;
}

.circle-wrapper.circle-38 {
  display: none;
  top: 6%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.circle-wrapper.circle-39 {
  display: none;
  top: 0%;
  bottom: auto;
  left: 53%;
  right: auto;
}

.circle-wrapper.circle-40 {
  top: auto;
  bottom: 72%;
  left: 36%;
  right: auto;
}

.circle-wrapper.circle-41 {
  display: none;
  top: auto;
  bottom: 77%;
  left: 59%;
  right: auto;
}

.circle-wrapper.circle-42 {
  display: none;
  top: 48%;
  bottom: auto;
  left: 76%;
  right: auto;
}

.circle-wrapper.circle-43 {
  display: none;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 17%;
}

.circle-wrapper.circle-44 {
  top: auto;
  bottom: 79%;
  left: 22%;
  right: auto;
}

.circle-wrapper.circle-45 {
  top: 13%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.circle-wrapper.circle-46 {
  top: 18%;
  bottom: auto;
  left: 53%;
  right: auto;
}

.circle-wrapper.circle-47 {
  top: 69%;
  bottom: auto;
  left: 51%;
  right: auto;
}

.circle-wrapper.circle-48 {
  top: 36%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.circle-wrapper.circle-49 {
  top: 58%;
  bottom: auto;
  left: 68%;
  right: auto;
}

.circle-wrapper.circle-50 {
  top: 52%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.large-circle {
  background-color: var(--white-30);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.circle-ov {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-mini-circle {
  z-index: 5;
  background-color: var(--white);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
}

.large-circle-item {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.tv-station-wrap {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tv-station-right {
  background-image: url('../images/miraOS-DeskWorkers.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  flex: 1;
  height: 300px;
  overflow: hidden;
}

.tv-station-content {
  flex-direction: column;
  align-items: flex-start;
  width: 470px;
  display: flex;
}

.tv-title {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-item {
  border: 2px solid var(--stroke-color);
  border-radius: 5px;
  padding: 30px;
}

.starter-package {
  justify-content: space-between;
  align-items: flex-start;
  height: 40px;
  display: flex;
}

.price-plan {
  margin-top: 0;
  margin-bottom: 0;
}

.price-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
}

.price-circle {
  border: 1px solid var(--btn-primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-hover-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
  display: none;
  position: absolute;
}

.price-title {
  margin-bottom: 0;
}

.price-description {
  margin-bottom: 0;
  font-size: 14px;
}

.price-list {
  grid-row-gap: 20px;
  margin-top: 30px;
  padding-left: 0;
}

.price-list-item {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/PNG_1PNG.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-clip: border-box;
  min-height: 28px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.list-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-price-item {
  border: 2px solid var(--btn-primary);
  border-radius: 5px;
  padding: 30px;
}

.price-fill-circle {
  border: 1px solid var(--btn-primary);
  background-color: var(--btn-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.success-message-transparent {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.banner-2-section {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-2-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-left-container {
  flex-direction: column;
  align-items: flex-start;
  width: 870px;
  height: 100%;
  display: flex;
}

.home-2-con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-2-bg {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-2-bg.changelog {
  background-position: 50% 25%;
}

.banner-item, .hero-banner-bg {
  width: 100%;
  height: 100%;
}

.white-text-color {
  color: var(--white);
  width: 580px;
  margin-top: 0;
  margin-bottom: 0;
}

.dark-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-overlay.changelog {
  background-color: rgba(0, 0, 0, .6);
  background-image: linear-gradient(rgba(7, 32, 92, .45), rgba(15, 53, 144, .4));
}

.banner-3-section {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 170px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-3-wrap {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-center-con {
  z-index: 80;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 850px;
  height: auto;
  display: flex;
  position: relative;
}

.print-wrapper {
  z-index: 2;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.broadband-print-1 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 50px;
  height: 70px;
  position: absolute;
  top: -17px;
  bottom: auto;
  left: 164px;
  right: auto;
}

.broadband-print-3 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 130px;
  height: 180px;
  position: absolute;
  top: 61px;
  bottom: 0;
  left: -75px;
  right: auto;
}

.broadband-print-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 70px;
  height: 100px;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 115px;
}

.broadband-print-5 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 84px;
  height: 118px;
  position: absolute;
  top: auto;
  bottom: 265px;
  left: 145px;
  right: auto;
}

.broadband-print-4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  position: absolute;
  top: auto;
  bottom: 335px;
  left: auto;
  right: -101px;
}

.broadband-print-6 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 64px;
  height: 90px;
  position: absolute;
  top: auto;
  bottom: 270px;
  left: auto;
  right: 134px;
}

.bottom-banner-content {
  z-index: 10;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.hero-title-home-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.coming-soon-input-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--light-green);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px 0 0 5px;
  width: 100%;
  min-width: 300px;
  height: 55px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
}

.coming-soon-input-2:focus {
  border: 1px solid var(--light-green);
}

.coming-soon-input-2::placeholder {
  color: var(--paragraph-color);
  font-size: 18px;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.h1-color-span {
  color: var(--btn-primary);
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.coming-soon-paragraph-2 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .25);
  background-image: linear-gradient(45deg, rgba(7, 32, 92, .7), rgba(15, 53, 144, .1));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.loop-section {
  width: 100%;
}

.coming-soon-form-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 54px;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-intro-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-result-link {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.password {
  margin-bottom: 20px;
}

.protected-page {
  margin-top: 20px;
}

.protected-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.password-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

._404-paragraph-2 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.error-404-text {
  text-align: center;
}

._404-title {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150px;
}

.lottie-animation {
  z-index: 50;
  object-fit: cover;
  width: 45%;
  height: 150px;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.about-us-banner {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-us-print-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 70px;
  height: 100px;
  position: absolute;
  top: 275px;
  bottom: auto;
  left: auto;
  right: 141px;
}

.about-us-print-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 50px;
  height: 70px;
  position: absolute;
  top: -26px;
  bottom: auto;
  left: 156px;
  right: auto;
}

.about-us-print-3 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 111px;
  right: auto;
}

.about-us-print-4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  position: absolute;
  top: auto;
  bottom: 17px;
  left: auto;
  right: -103px;
}

.about-us-print-6 {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 55px;
  height: 70px;
  position: absolute;
  top: auto;
  bottom: 275px;
  left: auto;
  right: 116px;
}

.about-us-print-5 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 130px;
  height: 180px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: -87px;
  right: auto;
}

.about-us-print-wrapper {
  z-index: 2;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us-right {
  flex: 1;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.about-us-left {
  width: 480px;
}

.about-us-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-us-img {
  background-image: url('../images/miraOS_multiplayer_1818554999-240128.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
}

.about-us-logo {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  border-radius: 5px;
  padding: 24px 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.our-advantages-wrapper {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
}

.our-advantages-item {
  width: auto;
}

.advantages-title {
  color: var(--btn-primary);
  font-size: 62px;
  font-weight: 600;
  line-height: 1.1em;
}

.about-title, .about-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.map-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.benefits-content {
  flex-direction: column;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.map-content {
  background-color: var(--midnight-blue);
  background-image: url('../images/miraOS_multiplayer_1818554999-240128.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 5px;
  flex: 1;
  height: auto;
  display: flex;
}

.our-benefits {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mini-map-item {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.mini-map-bg {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mini-map-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.benefit-text {
  margin-top: 5px;
  margin-bottom: 0;
}

.benefit-title {
  color: var(--btn-primary);
  font-size: 62px;
  font-weight: 600;
  line-height: 1.1em;
}

.our-benefits-item {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.tv-station-wrapper {
  grid-column-gap: 80px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-section {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.video-content-wrapper {
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
}

.icons-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  display: flex;
  position: relative;
}

.video-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.link-icon-red {
  z-index: 100;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.primary-button-with-icon {
  grid-column-gap: 10px;
  background-color: #d10005;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-white-text {
  z-index: 50;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 460px;
  margin-right: auto;
  display: flex;
}

.base-container-10 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-icon-white {
  z-index: 10;
  opacity: 1;
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.white-description {
  color: #fff;
}

.white-description.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.lightbox-link {
  z-index: 40;
  color: rgba(0, 0, 0, 0);
  width: 225px;
  height: 55px;
  position: absolute;
}

.primary-button-icon {
  grid-column-gap: 10px;
  border: 1px solid var(--light-green);
  background-color: var(--btn-primary);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  justify-content: space-between;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: flex;
}

.primary-button-icon:hover {
  background-color: var(--btn-secondary);
  border-color: rgba(0, 0, 0, 0);
}

.primary-button-icon.lightbox-btn {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
  position: relative;
}

.video-title {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.video-wrap, .video-list, .video-item {
  height: 100%;
}

.slider-event-background-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-event-background-wrap.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.slider-event-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.overlay-event {
  background-color: rgba(2, 15, 48, .5);
  background-image: linear-gradient(rgba(15, 53, 144, .1) 30%, rgba(7, 32, 92, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-event.srvices {
  background-color: rgba(2, 15, 48, .65);
}

.shop-banner-description {
  color: var(--white);
  width: 70%;
  margin: 0 auto;
}

.no-margin-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}

.quote {
  object-fit: cover;
  width: auto;
  height: 40px;
}

.testimonials-nav-outline-1 {
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.testimonials-with-bg-slide-nav {
  height: 20px;
  padding-top: 0;
  padding-right: 30px;
  font-size: 10px;
  line-height: 10px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonials-content {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.testimonials-outline-2 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.about-4-testimonials-slider {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 690px;
  height: auto;
  margin-left: auto;
  position: relative;
}

.autor-photo {
  border: 3px solid var(--btn-primary);
  background-image: url('../images/BroadBand-4_1BroadBand 4.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 105px;
  height: 105px;
}

.autor-photo.autor-2 {
  background-image: url('../images/BroadBand-2_1BroadBand 2.webp');
}

.autor-photo.autor-4 {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.autor-photo.autor-3 {
  background-image: url('../images/Member-Photo-Close-up-2_1Member-Photo-Close-up-2.webp');
}

.testimonials-nav-outline-2 {
  align-items: center;
  padding-right: 27px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0%;
}

.section-testimonials {
  background-image: linear-gradient(270deg, var(--dark-blue), rgba(15, 53, 144, .05)), linear-gradient(to bottom, rgba(15, 53, 144, .5), rgba(15, 53, 144, .5)), url('../images/Shop-6-1_1Shop 6 (1).webp');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.quote-top-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials-nav-outline-3 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.lovely-visitor {
  color: #fff;
  margin-bottom: 0;
}

.testimonials-zoo-item {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  padding-bottom: 20px;
  display: flex;
}

.about-4-testimonials-mask {
  height: auto;
  margin-bottom: 30px;
}

.testimonials-nav-outline-4 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.slider-title-name {
  color: var(--btn-primary);
  margin-top: 0;
}

.grid-shop-filter-category {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.section-title-full-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-description p {
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-con-form {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
}

.right-con {
  top: 140px;
}

.top-form-content {
  border-color: var(--white-30);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bottom-form-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--white-30);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bottom-form-content.shipping-method {
  border-bottom-style: none;
}

.order-summary.no-bottom-margin, .order-items {
  margin-bottom: 0;
}

.required {
  color: var(--btn-primary);
  flex: none;
}

.quantity-row {
  grid-column-gap: 10px;
}

.order-name {
  font-weight: 500;
  line-height: 1.2em;
}

.quantity-title {
  color: var(--paragraph-color);
  font-weight: 400;
}

.products-photo {
  object-fit: cover;
  border-radius: 5px;
}

.order-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.field-lable {
  color: var(--btn-primary);
  margin-bottom: 10px;
  font-weight: 400;
}

.field {
  border-color: var(--btn-secondary);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  height: 50px;
  line-height: 1.1em;
}

.field:focus, .field.-wfp-focus {
  border-color: var(--btn-primary);
}

.checkbox-lable {
  color: var(--paragraph-color);
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox {
  margin-top: 0;
}

.checkbox-wrap {
  align-items: center;
}

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

.line-item.total {
  margin-top: 10px;
}

.line-item-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.order-item-list {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.shipping-method-list {
  color: rgba(0, 0, 0, 0);
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shipping-method {
  z-index: 90;
  border-bottom-color: var(--white-30);
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.hero-shipping-method {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shipping-method-title {
  color: var(--white);
  font-weight: 500;
}

.shipping-method-description {
  color: var(--paragraph-color);
}

.shipping-method-price {
  color: var(--white);
  font-weight: 500;
}

.shipping-method-row {
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-right: 20px;
}

.empty-shipping {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white-30);
  color: var(--paragraph-color);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.empty {
  font-weight: 400;
  line-height: 1.5em;
}

.field-paragraph {
  color: var(--paragraph-color);
  font-weight: 400;
}

.info {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.subtotal {
  font-weight: 400;
}

.address-info.mb-5 {
  margin-bottom: 5px;
}

.info-left {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.customer-info {
  grid-row-gap: 25px;
  flex-wrap: wrap;
}

.collection-our-blog-list-wrap {
  width: 100%;
  height: 100%;
}

.blog-post-collection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-blog-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-hidden {
  display: none;
}

.our-blog-container {
  height: 400px;
}

.data-blog {
  color: var(--btn-primary);
  margin-top: 0;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

.blog-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, 55px);
}

.blog-overlay {
  background-image: linear-gradient(to top, rgba(7, 32, 92, .8), rgba(15, 53, 144, .05) 80%);
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.blog-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.orange-link-wrapper {
  overflow: hidden;
}

.our-blog-content-wrap {
  width: 100%;
  overflow: hidden;
}

.our-blog-content-wrap.category {
  width: 70%;
}

.blog-link-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

.blog-link-title:hover {
  color: var(--btn-primary);
}

.blog-category {
  background-color: var(--btn-primary);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  margin-left: auto;
  padding: 2px 20px;
  transition-property: all;
  transition-duration: .35s;
  display: flex;
}

.blog-category:hover {
  background-color: var(--btn-secondary);
  color: #fff;
}

.data-blog-wrap {
  align-items: flex-end;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.previ-post-arrow {
  color: #afafaf;
  width: 18px;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.data-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.next-post-arrow-icon {
  color: #afafaf;
  width: 18px;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: start;
  width: 60%;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.author-s-review {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link-hover-fill {
  background-color: var(--btn-primary);
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-info {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-info.middle-card-info {
  z-index: 35;
  left: 0;
  right: auto;
}

.banner-paragraph {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.customer-name {
  margin-top: 0;
  font-size: 18px;
}

.star-icon.mini {
  object-fit: cover;
  width: auto;
  height: 18px;
}

.blog-category-link:hover {
  color: #fff;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--primary);
  border: 1px rgba(140, 159, 172, .2);
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
  overflow: hidden;
}

.testimonial-image {
  background-image: url('../images/Shop-6-1_1Shop 6 (1).webp');
  background-position: 10%;
  background-size: cover;
  border-radius: 5px;
  width: 55%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.testimonial-image.testimonial-1 {
  background-image: url('../images/Photo-2_1Photo 2.webp');
}

.testimonial-image.testimonial-2 {
  background-image: url('../images/Photo-1-1_1Photo 1 (1).webp');
  background-position: 0 0;
}

.blog-details-link {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
}

.benefit-line-vertical {
  background-color: var(--btn-primary);
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.benefit-line-vertical.middle-line {
  left: auto;
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 60px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rich-blog-post-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-blog-post-text figure {
  border-radius: 5px;
  overflow: hidden;
}

.rich-blog-post-text ul {
  margin-top: 20px;
  list-style-type: decimal;
}

.rich-blog-post-text li {
  padding-top: 20px;
  list-style-type: disc;
}

.rich-blog-post-text img {
  border-radius: 5px;
}

.overlay-blog-2 {
  background-color: rgba(13, 13, 13, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-blog-arrow {
  border-right: 1px solid var(--white-30);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 0;
  left: auto;
}

.scroll-blog-circle {
  border: 1px solid var(--light-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.testimonials-wrap {
  z-index: 2;
  background-color: var(--additional-color);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.data-line {
  background-color: var(--white);
  width: 40px;
  height: 1px;
}

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.author-s-photo {
  background-image: url('../images/BroadBand-2_1BroadBand 2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.author-s-photo.author-s-3 {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.author-s-photo.author-s-2 {
  background-image: url('../images/BroadBand-4_1BroadBand 4.webp');
}

.author-s-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.info-review-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.info-content {
  height: 100%;
}

.left-preloader {
  background-color: #151b19;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.subtitle-data {
  color: var(--white);
  font-weight: 400;
}

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

.star-icon-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-icon-wrapper.mini-gap {
  grid-column-gap: 3px;
}

.content-blog-details-wrap {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 50px;
}

.testimonials-blog-card {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.top-text {
  color: var(--btn-primary);
}

.reviews-text-dark {
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-arrow {
  z-index: 100;
  filter: invert(0%);
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-post-collection-category {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-card {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-card.middle-card {
  justify-content: flex-end;
}

.grid-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr;
  width: 100%;
}

.benefit-line-vertical-2 {
  background-color: #ed7f38;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonials-wrap-2 {
  z-index: 2;
  background-color: #202926;
  border: 1px solid #202926;
  border-left-style: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.subtitle-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.subtitle-faq {
  font-size: 20px;
  line-height: 1.2em;
}

.social-links-wrap {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: -1px;
  padding-left: 20px;
  padding-right: 21px;
  display: flex;
}

.home-1-our-team-author {
  text-align: left;
  padding-top: 20px;
}

.team-social-con {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vertical-faq-line {
  background-color: #fff;
  width: 2px;
  height: 16px;
  position: absolute;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.photo-animal-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hover-cover {
  background-color: rgba(142, 165, 182, .05);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-title-3 {
  margin-bottom: 20px;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-bottom-content {
  border-top: 1px none var(--white-30);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.team-social-wrapper {
  z-index: 2;
  background-color: rgba(4, 23, 70, .25);
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-team-image {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/team4.png'), url('../images/Team-1_1Team 1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.our-team-image.team-2 {
  background-image: url('../images/team1.png');
}

.our-team-image.team-3 {
  background-image: url('../images/team3.png');
}

.our-team-image.team-6 {
  background-image: url('../images/team4.png');
}

.our-team-image.team-4 {
  background-image: url('../images/team2.png');
}

.our-team-image.team-5 {
  background-image: url('../images/team3.png');
}

.team-hero-wrap {
  width: 100%;
}

.team-social-icon-black {
  color: var(--btn-primary);
  text-align: center;
  justify-content: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  display: flex;
}

.team-social-icon-black:hover {
  color: var(--white);
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-intro-wrap {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.dark-preloader {
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tab-bottom {
  border-top: 1px none var(--white-30);
  background-color: var(--additional-color);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.color-team-position {
  color: var(--btn-primary);
  margin-top: 0;
  margin-bottom: 0;
}

.our-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.skills-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one, .skills-item.left-top-last-one-left {
  border-top: 1px solid var(--white-30);
  border-bottom-style: solid;
  border-bottom-color: var(--white-30);
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.skills-item.left-top {
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom-style: none;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.horizontal-faq-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
}

.banner-our-team {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-photo-1 {
  z-index: 3;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .25), rgba(4, 23, 70, .25)), url('../images/Team-1_1Team 1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 135px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 340px;
  left: auto;
  right: 280px;
  overflow: hidden;
}

.image-photo-2 {
  z-index: 3;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/Team-3_1Team 3.webp');
  background-position: 0 0, 0 0, 20%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 260px;
  left: auto;
  right: 50px;
}

.image-photo-3 {
  z-index: 3;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), url('../images/Team-4_1Team 4.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: auto;
  right: 265px;
}

.image-photo-4 {
  z-index: 3;
  object-fit: cover;
  background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), linear-gradient(rgba(4, 23, 70, .25), rgba(4, 23, 70, .25)), url('../images/Team-2_1Team 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 120px;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 75px;
}

.team-member-name {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 25px;
}

.eye-lottie-animation {
  z-index: 90;
  object-fit: cover;
  width: auto;
  height: 35px;
  position: relative;
}

.lottie-wrap {
  background-color: rgba(4, 23, 70, .25);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-hidden {
  color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
}

.faq-title {
  width: 90%;
  margin: 0 auto;
}

.services-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.work-stages-column {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subtitle-home-1 {
  color: var(--btn-primary);
}

.work-stages-title {
  grid-row-gap: 20px;
  border-right: 1px solid var(--white-30);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 40%;
  margin-right: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-work-wrapper {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.grid-work-wrapper.indicator-wrapper {
  z-index: 10;
  grid-template-columns: 30%;
  align-content: end;
  height: 0;
}

.outline-line {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-line.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-line.top {
  width: 50%;
  display: flex;
}

.work-stages-item {
  border-top: 1px solid var(--white-30);
  border-bottom: 1px none var(--white-30);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.work-stages-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.work-stages-item.last-item {
  padding-bottom: 0;
}

.scrol-indicator-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 0;
  max-height: 0;
  margin-bottom: -60px;
  padding-bottom: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.heading {
  line-height: 1.3em;
}

.heading.large {
  font-size: 50px;
}

.work-stages-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.work-stages-description {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sticky-circle {
  z-index: 50;
  border: 1px rgba(175, 175, 175, .5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 80px;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.work-stages-subtitle {
  color: var(--btn-primary);
}

.page-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.link-wrap-hire-us {
  grid-column-gap: 10px;
  color: var(--white);
  transition: all .4s;
  display: none;
}

.link-wrap-hire-us:hover {
  grid-column-gap: 15px;
  color: var(--btn-primary);
}

.contacts-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-slider-arrow-icon-2 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-right-arrow-2 {
  color: rgba(175, 175, 175, .5);
  max-width: 40px;
  padding: 10px 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 19px;
}

.contacts-form-wrap {
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
}

.contacts-arrows-divider-2 {
  background-color: var(--white-30);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contact-us-icon {
  color: var(--btn-primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.benefits-line {
  background-color: rgba(13, 13, 13, .3);
  width: 100vw;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefits-line.support {
  background-color: var(--white-30);
}

.benefits-line.licensing {
  background-color: var(--white-30);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.support-text {
  width: 100%;
}

.contacts-detail-2 {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.support-link {
  color: var(--btn-primary);
}

.support-link:hover {
  color: var(--white);
}

.contact-us-form {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contacts-content-wrapper-2 {
  width: 50%;
  padding-right: 40px;
}

.form-btn-wrap {
  width: 100%;
  margin-top: 10px;
}

.text-message-field {
  border: 1px solid var(--white-30);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-message-field:focus {
  border-color: var(--light-green);
  padding-left: 24px;
}

.text-message-field::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
}

.contacts-divider-2 {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.form-block {
  margin-bottom: 0;
}

.contacts-title-2 {
  width: 100%;
}

.text-field {
  border: 1px solid var(--white-30);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--light-green);
  padding-left: 24px;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
}

.success-message {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  padding: 20px;
}

.contacts-left-arrow-2 {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.about-us-content-wrapper {
  z-index: 50;
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.description-banner-spacing {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.banner-content-about-us {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.white-button-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.next-section-link-white {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.companions-logo-wrapper {
  width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.about-us-bg {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
  border-bottom-right-radius: 5px;
  max-width: 1700px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-label-2 {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 8px 30px;
}

.red-preloader {
  background-color: #d10005;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about-us-bg-image {
  z-index: 2;
  background-image: linear-gradient(rgba(7, 32, 92, .5) 18%, rgba(9, 32, 88, .03)), linear-gradient(rgba(4, 23, 70, .5), rgba(4, 23, 70, .5)), url('../images/miraOS_hero_2204212039-240128.webp');
  background-position: 0 0, 0 0, 17% 100%;
  background-size: auto, auto, cover;
  border-bottom-left-radius: 5px;
  width: 50%;
  max-width: 975px;
  height: 600px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: -9%;
  overflow: hidden;
}

.white-banner-title {
  color: #fff;
}

.section-our-network {
  padding-top: 190px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.network-text {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-bottom-content-2 {
  border-top: 1px rgba(255, 255, 255, .3);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.h2-color-span-2 {
  color: #00ccbf;
}

.tab-bottom-2 {
  background-color: #092058;
  border-top: 1px rgba(255, 255, 255, .3);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.popular-events-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-event-item {
  border-radius: 6px;
  overflow: hidden;
}

.event-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--stroke-color);
  border-radius: 5px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 99.6622%;
  max-height: 99.6622%;
  margin: 1px;
  padding: 18px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.event-verticle-card:hover {
  box-shadow: 0 9px 48px -6px rgba(53, 64, 117, .12);
}

.hero-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.verticle-card-image {
  border-radius: 6px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

.events-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .4s;
}

.events-title:hover {
  color: var(--btn-primary);
}

.paragraph-hidden-2 {
  display: none;
}

.servicess-card-top {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.events-link {
  text-transform: none;
}

.services-card-info {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-height: 60px;
  display: grid;
}

.services-outline-circle {
  border: 1px solid var(--stroke-color);
  background-color: var(--primary);
  border-radius: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.events-indicator-fill {
  background-color: var(--btn-primary);
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.services-circle {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -21px;
  left: auto;
  right: auto;
}

.services-dot {
  z-index: 10;
  background-color: var(--btn-primary);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.events-indicator {
  background-color: var(--stroke-color);
  border-radius: 100px;
  height: 2px;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.services-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  display: grid;
}

.services-tab-link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px 40px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-tab-link.w--current {
  color: var(--btn-primary);
  background-color: rgba(255, 255, 255, 0);
}

.services-tabs-wrapper {
  width: 100%;
  position: relative;
}

.services-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.services-ov {
  background-color: rgba(4, 23, 70, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.inquire-form {
  border-top: 1px solid var(--white-30);
  margin-bottom: 0;
  padding-top: 36px;
}

.contact-fields {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-details {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.event-form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.event-inquire-top {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.background-image {
  background-image: url('../images/BroadBand-3_1BroadBand 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field-label {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.inquire-avatar {
  border-radius: 100px;
  flex: none;
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.details-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--white-30);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.success-print-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
}

.grid-event {
  z-index: 10;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.details-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.hover-link-arrow {
  border: 1px solid var(--white-30);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

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

.dark-services-overlay {
  z-index: 2;
  background-color: rgba(1, 12, 41, .65);
  background-image: linear-gradient(rgba(7, 32, 92, .03), rgba(15, 53, 144, .35));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.support-services-link {
  color: var(--white);
}

.support-services-link:hover {
  color: var(--btn-primary);
}

.contacts-service {
  border-left: 1px solid var(--white-30);
  margin-left: 15px;
  padding-left: 15px;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #081c3a;
}

.agent-social-icon {
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.services-details {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.rich-services-text figure {
  border-radius: 5px;
  overflow: hidden;
}

.tnh {
  margin-bottom: 25px;
}

.license-con {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.licensing-h2-title {
  margin-bottom: 20px;
}

.licensing-link {
  color: var(--paragraph-color);
}

.licensing-link:hover {
  color: var(--btn-primary);
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.more-templates:hover {
  color: var(--black);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  color: var(--black);
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: rgba(255, 255, 255, .7);
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.text-span-5 {
  font-family: Manrope, sans-serif;
}

.text-span-6 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.text-span-7 {
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 0;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-dropdown-link-line-3 {
  background-color: var(--btn-primary);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.html-embed, .demo-embed {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.demo-holder {
  z-index: 100;
  border: 2px solid var(--stroke-color);
  background-color: var(--primary);
  border-radius: 20px;
  width: 100%;
  height: 90vw;
  padding: 40px 30px;
  position: relative;
}

.demo-header-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
}

.text-span-11 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span-12 {
  aspect-ratio: auto;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-span-13, .text-span-14, .text-span-15, .mira22 {
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.video {
  border-radius: 50px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.html-embed-2 {
  border-radius: 50px;
  justify-content: center;
  width: 90vw;
  max-width: 800px;
  display: block;
}

.section-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  display: flex;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.text-span-16 {
  color: var(--btn-primary);
  font-family: Manrope, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.companions-logo-resizer-25 {
  opacity: .4;
  object-fit: cover;
  max-width: none;
  height: 25px;
  transition: opacity .35s;
  display: inline;
}

.companions-logo-resizer-25:hover {
  opacity: 1;
}

.flex-block-2 {
  align-items: flex-end;
}

.div-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 220px;
  display: flex;
}

.text-span-17 {
  font-size: 25px;
}

.mira-color-span {
  color: var(--mira-teal);
  font-family: Manrope, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.h1-color-span-mira {
  color: var(--btn-primary);
  font-family: Manrope, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.mira-no-color-span {
  color: var(--mira-gray);
  font-family: Manrope, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.logo-loop-wrapper-home {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin: 40px auto;
  display: flex;
  overflow: hidden;
}

.collab-content, .connected-agents {
  border-radius: 5px;
  flex: 1;
  height: auto;
  display: flex;
}

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

.quick-stack, .quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.about-content2 {
  background-color: var(--midnight-blue);
  background-image: url('../images/miraOS_installation_1984232438-240128.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 5px;
  flex: 1;
  height: auto;
  display: flex;
}

.about-usimage-1 {
  background-image: url('../images/miraOS_installation_2205052763-240128.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.image-101 {
  height: .9em;
}

.footer-team-localsecurity {
  z-index: 1000;
  color: var(--gray);
  text-align: left;
  letter-spacing: .02em;
  text-transform: none;
  cursor: pointer;
  background-color: rgba(8, 8, 18, .9);
  border: 1px solid #000;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Manrope, sans-serif;
  font-size: .6em;
  font-weight: 400;
  line-height: 0;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.footer-team-localsecurity:hover {
  color: var(--gray);
}

.footer-flag {
  height: .8em;
  padding-left: .5em;
}

.footer-img-localsecurity {
  height: .8em;
  padding-left: .5em;
  padding-right: .5em;
}

.particles-js {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: fixed;
}

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

.companions-logo-23-18 {
  opacity: .4;
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 23px;
  transition: opacity .35s;
  display: inline;
  overflow: visible;
}

.companions-logo-23-18:hover {
  opacity: 1;
}

.companions-logo-26-20 {
  opacity: .4;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 26px;
  padding-left: 1em;
  padding-right: 1em;
  transition: opacity .35s;
  display: inline;
  overflow: visible;
}

.companions-logo-26-20:hover {
  opacity: 1;
}

.footer-text-block {
  align-self: center;
  align-items: center;
  height: 1em;
  display: flex;
}

.inner-container._584px {
  max-width: 584px;
}

.container-default {
  max-width: 1600px;
  margin-top: 1em;
  padding-left: 24px;
  padding-right: 24px;
}

.section-3 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-3.hero {
  position: relative;
  overflow: hidden;
}

.section-3.hero.v16 {
  padding-top: 68px;
  padding-bottom: 200px;
}

.mg-bottom-40px {
  margin-bottom: 10px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.display-1 {
  display: inline-block;
}

.categories-badges-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2a3246;
  border-radius: 11px;
  padding: 26px 24px;
}

.empty-state.small {
  padding: 10px 20px;
  line-height: 1.111em;
}

.categories-badges-item-wrapper {
  flex-flow: wrap;
  display: flex;
}

.text-no-wrap {
  white-space: nowrap;
}

.image-hero-integrations {
  z-index: -1;
  object-fit: cover;
  max-width: none;
  margin-left: 50%;
  position: absolute;
  top: -27%;
  left: -40px;
  transform: translate(-50%);
}

.section-4 {
  height: 100%;
  min-height: 100vw;
}

.integrations-banner {
  z-index: 1;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-wrapper-copy {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.integrations-main-tabs {
  width: 100%;
}

.image-103 {
  border-radius: 20px;
}

.text-block {
  text-align: center;
  align-self: center;
}

.team-local-image-quote {
  text-align: center;
  align-self: center;
  width: 100%;
  font-size: .75em;
  font-weight: 400;
}

.rich-text-block {
  text-align: center;
  align-self: flex-start;
  width: 550px;
  font-size: .75em;
  font-weight: 400;
  line-height: .75em;
}

.block-quote {
  color: var(--paragraph-color);
  font-size: 1em;
  font-weight: 400;
}

.image-104 {
  width: 100%;
}

.base-container-team {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.base-container-team.align-left {
  align-items: flex-start;
}

.base-container-team.relative {
  z-index: 10;
  position: relative;
}

.base-container-team.pos-relative {
  z-index: 70;
  position: relative;
}

.rich-text-block-right {
  text-align: center;
  align-self: center;
  width: 550px;
  font-size: .75em;
  font-weight: 400;
  line-height: .75em;
}

.per-unit {
  font-size: .75em;
  font-weight: 400;
}

.per-unit.mira-minute {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.text-span-18 {
  font-weight: 400;
}

.pricing-highlight {
  color: var(--btn-primary);
  font-weight: 700;
}

.hero-price-item-copy {
  border: 2px solid var(--btn-primary);
  border-radius: 5px;
  padding: 30px;
}

.text-span-19, .text-span-20 {
  font-weight: 400;
}

.html-embed-3 {
  background-color: rgba(237, 237, 237, 0);
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.quick-stack-testimonial-logos {
  grid-row-gap: 20px;
  text-align: center;
}

.logo-cell {
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
}

.logo-testimonial-img {
  pointer-events: auto;
  cursor: pointer;
  max-width: 200px;
  max-height: 200px;
}

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

.h2-title-3-under-construction {
  color: var(--btn-primary);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 2em;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  max-width: 75px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.clients-card-left {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-card-right {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote-right {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-quote-left {
  text-align: left;
  align-self: flex-end;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info-image-right {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-left: 24px;
  margin-right: 0;
}

.text-span-21 {
  text-align: right;
}

.clients-info-right {
  text-align: right;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.youtube {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 20px;
  width: 80%;
  height: auto;
  margin: 100px auto auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.image-105 {
  max-width: 30%;
}

.integration-logo {
  min-width: 30%;
  max-width: 33.33%;
  margin: auto;
  padding: 5%;
}

.link-block {
  width: auto;
  min-width: 35%;
  height: auto;
}

.link-block-2 {
  position: relative;
}

.link-block-3 {
  flex: 1;
}

.link-block-4, .localsecurity-logo-link {
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  min-height: auto;
  display: flex;
}

.plans-lightning-link {
  white-space: nowrap;
}

.price-title-bottom {
  margin-top: .25em;
}

.text-span-22 {
  font-weight: 400;
}

.miraos-package {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.2em;
  display: flex;
}

.price-plan-miraos {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.image-106 {
  height: 40px;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: var(--mira-blue);
}

.price-description-footer {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 14px;
}

.text-span-30 {
  color: var(--mira-blue);
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-content-2.text-center-404 {
  justify-content: center;
  max-width: 644px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-5.hero {
  position: relative;
  overflow: hidden;
}

.section-5.hero.v32 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 187px;
  padding-bottom: 218px;
}

.display-smaller {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-smaller.color-neutral-200 {
  color: #e8ebf3;
}

.display-smaller.color-neutral-200.mg-bottom-40px {
  font-size: 2em;
}

.text-span-31 {
  color: #14ca74;
}

.max-w-500px {
  max-width: 500px;
}

.max-w-500px.center {
  margin-left: auto;
  margin-right: auto;
}

.image-107 {
  height: 1em;
}

.local-color {
  color: #009cd4;
}

.localsecurity-logo {
  transition-property: opacity;
}

.localsecurity-logo:hover {
  opacity: 1;
}

.localsecurity-logo.w--current {
  transition-property: opacity;
}

.localsecurity-logo.w--current:hover {
  opacity: 1;
}

.image-108 {
  height: 1em;
  margin-left: auto;
  padding-left: 25%;
  padding-right: 5%;
  display: block;
}

.get-started-button {
  border: 1px solid var(--light-green);
  background-color: var(--btn-primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: inline-block;
}

.get-started-button:hover {
  background-color: var(--btn-secondary);
  border-color: rgba(0, 0, 0, 0);
}

.get-started-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.get-started-button.pagination {
  margin-top: 60px;
}

.get-started-button.full-width {
  width: 100%;
}

.get-started-button.coming-soon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.get-started-button.summary-btn {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2, blockquote {
    font-size: 40px;
  }

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

  .section.changelog-banner {
    padding-top: 240px;
  }

  .section.our-news-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .base-container.relative {
    padding-left: 0;
    padding-right: 0;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .h2-tablet {
    font-size: 35px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-bottom: 110px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .dropdown-header-item, .main-nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-header-wrapper {
    grid-column-gap: 30px;
  }

  .nav-dropdown-item-link {
    font-weight: 500;
  }

  .nav-dropdown-list-4.w--open {
    left: auto;
  }

  .footer-rights-wrapper-2 {
    align-items: flex-start;
  }

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

  .footer-bottom-container {
    flex-direction: row;
    align-items: flex-end;
  }

  .footer-text-con {
    width: 47%;
  }

  .banner-section {
    padding-top: 180px;
  }

  .acout-link {
    margin-top: 30px;
  }

  .large-main-section {
    padding-bottom: 120px;
  }

  .large-main-section.sign-up {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .sign-up-form {
    padding: 10px;
  }

  .banner-title-sign-up {
    font-size: 65px;
  }

  .card-img {
    height: 450px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .shop-details-title-2 {
    font-size: 60px;
  }

  .section-shop-details {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .print-1 {
    top: 62px;
    left: 109px;
  }

  .posters-grid {
    height: 600px;
  }

  .image-print-1 {
    width: 155px;
    height: 225px;
    bottom: 360px;
  }

  .image-print-2 {
    width: 180px;
    height: 260px;
    bottom: 270px;
  }

  .image-print-3 {
    width: 180px;
    height: 260px;
    right: 285px;
  }

  .image-print-4 {
    width: 140px;
    height: 190px;
  }

  .print-2 {
    top: 32px;
    right: 131px;
  }

  .print-3 {
    bottom: 175px;
    left: 74px;
  }

  .print-4 {
    width: 130px;
    height: 180px;
    bottom: 70px;
    right: 0;
  }

  .print-5 {
    left: 206px;
  }

  .big-decorative-title {
    font-size: 70px;
  }

  .bottom-posters {
    grid-column-gap: 40px;
  }

  .poster {
    width: 200px;
  }

  .section-clip {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .logo-loop-wrapper {
    overflow: hidden;
  }

  .hero-stream-con {
    grid-column-gap: 100px;
  }

  .logo-space {
    margin-bottom: 130px;
  }

  .playlist-wrapper {
    grid-column-gap: 100px;
  }

  .poster-text {
    width: 850px;
  }

  .services-collection-list, .services-hero-wrap {
    grid-column-gap: 30px;
  }

  .services-img {
    width: 35%;
  }

  .circle-wrapper.circle-40 {
    bottom: 84%;
  }

  .tv-station-wrap {
    grid-column-gap: 100px;
  }

  .tv-station-right {
    height: 350px;
  }

  .our-price {
    grid-column-gap: 30px;
  }

  .banner-2-section {
    padding-top: 180px;
  }

  .hero-3-wrap {
    grid-row-gap: 130px;
  }

  .banner-center-con {
    width: 900px;
  }

  .print-wrapper {
    height: 600px;
  }

  .broadband-print-1 {
    top: 236px;
    left: -23px;
  }

  .broadband-print-3 {
    top: -12px;
    left: -88px;
    right: auto;
  }

  .broadband-print-2 {
    top: 11px;
    right: 45px;
  }

  .broadband-print-5 {
    width: 80px;
    height: 100px;
    bottom: 130px;
    left: 179px;
  }

  .broadband-print-4 {
    top: 203px;
    bottom: auto;
    left: auto;
  }

  .broadband-print-6 {
    top: 369px;
    bottom: auto;
    left: auto;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 61px;
  }

  .about-us-banner {
    padding-bottom: 100px;
  }

  .about-us-wrapper {
    grid-row-gap: 130px;
  }

  .about-us-print-3 {
    top: 264px;
  }

  .about-us-print-4 {
    bottom: 311px;
  }

  .about-us-print-6 {
    bottom: 536px;
  }

  .about-us-print-5 {
    top: 30px;
    left: -96px;
  }

  .about-us-print-wrapper {
    height: 600px;
  }

  .about-us-left {
    width: 500px;
  }

  .about-us-con {
    grid-column-gap: 100px;
  }

  .about-us-img {
    height: 430px;
  }

  .about-description {
    width: 95%;
  }

  .map-con, .tv-station-wrapper {
    grid-column-gap: 100px;
  }

  .video-section {
    height: 600px;
  }

  .title-wrap {
    width: 470px;
  }

  .testimonials-nav-outline-1, .testimonials-outline-2 {
    opacity: 1;
  }

  .about-4-testimonials-slider {
    margin-right: 100px;
  }

  .section-testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .testimonials-nav-outline-3, .testimonials-nav-outline-4 {
    opacity: 1;
  }

  .our-blog-container {
    height: 450px;
  }

  .our-blog-content-wrap.category {
    width: 60%;
  }

  .blog-intro-content {
    width: 56%;
  }

  .section-blog-details {
    height: 650px;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .slider-blog-arrow {
    padding-right: 80px;
  }

  .slider-blog-arrow.right {
    padding-left: 80px;
  }

  .blog-details-title {
    font-size: 60px;
  }

  .testimonial-card {
    width: 80%;
  }

  .testimonial-card.middle-card {
    margin-left: auto;
  }

  .grid-testimonials {
    grid-row-gap: 100px;
  }

  .subtitle-center {
    width: 650px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .banner-our-team {
    padding-top: 180px;
  }

  .image-photo-1 {
    width: 155px;
    height: 225px;
    bottom: 360px;
  }

  .image-photo-2 {
    width: 180px;
    height: 260px;
    bottom: 270px;
  }

  .image-photo-3 {
    width: 180px;
    height: 260px;
    right: 285px;
  }

  .image-photo-4 {
    width: 140px;
    height: 190px;
  }

  .services-title {
    width: 100%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 40%;
  }

  .heading.large {
    font-size: 52px;
  }

  .contacts-wrap {
    grid-column-gap: 60px;
  }

  .contacts-content-wrapper-2 {
    padding-right: 60px;
  }

  .about-us-content-wrapper {
    grid-row-gap: 100px;
  }

  .description-banner-spacing {
    width: 85%;
  }

  .about-us-bg-image {
    width: 73%;
    height: 700px;
    right: -20%;
  }

  .section-our-network {
    padding-top: 240px;
  }

  .network-text {
    width: 85%;
  }

  .section-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .inquire-avatar {
    width: 120px;
    height: 120px;
  }

  .services-details {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .demo-holder {
    padding: 10px;
  }

  .demo-header-wrapper {
    width: 80%;
  }

  .base-container-team.relative {
    height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-section {
    padding-top: 135px;
  }

  .acout-link {
    margin-top: 20px;
  }

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .sign-wrapper {
    margin-bottom: 30px;
  }

  .bg-sign-up {
    height: 140vh;
  }

  .banner-title-sign-up {
    margin-bottom: 15px;
    font-size: 60px;
  }

  .background-image-sign-up {
    height: 140vh;
  }

  .print-3 {
    bottom: 180px;
  }

  .print-4 {
    bottom: 105px;
  }

  .banner-2-section {
    padding-top: 135px;
  }

  .hero-3-wrap {
    grid-row-gap: 80px;
  }

  .banner-center-con {
    width: 850px;
  }

  .broadband-print-1 {
    top: 249px;
    left: -27px;
  }

  .broadband-print-3 {
    width: 90px;
    height: 140px;
    top: -2px;
    left: 36px;
  }

  .broadband-print-5 {
    width: 70px;
    height: 100px;
    bottom: 162px;
    left: 193px;
  }

  .broadband-print-4 {
    width: 100px;
    height: 160px;
    bottom: 105px;
  }

  .broadband-print-6 {
    bottom: 105px;
  }

  .hero-title-home-3 {
    font-size: 60px;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title {
    font-size: 140px;
  }

  .about-us-wrapper {
    grid-row-gap: 80px;
  }

  .about-us-print-3 {
    width: 80px;
    height: 120px;
  }

  .about-us-print-4 {
    width: 100px;
    height: 160px;
    bottom: 344px;
  }

  .video-section {
    height: 700px;
  }

  .review-blog-details, .tab-faq {
    grid-column-gap: 80px;
  }

  .banner-our-team {
    padding-top: 135px;
  }

  .faq-title {
    font-size: 60px;
  }

  .grid-work-wrapper {
    grid-template-columns: 20% 80%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 30%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 90px;
  }

  .about-us-bg-image {
    width: 75%;
    right: -35%;
  }

  .section-our-network {
    padding-top: 210px;
  }

  .popular-events-wrapper, .service-category-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .details-card {
    top: 115px;
  }

  .demo-header-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .section.changelog-banner {
    min-height: 500px;
  }

  .section.our-news-banner {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .search-section {
    padding-top: 200px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .border-wrap-3 {
    justify-content: space-around;
  }

  .dropdown-menu-3 {
    justify-content: center;
  }

  .footer-links-wrap {
    grid-column-gap: 35px;
  }

  .banner-section {
    padding-top: 200px;
  }

  .large-main-section {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .large-main-section.sign-up {
    padding-top: 200px;
  }

  .sign-wrapper {
    margin-bottom: 40px;
  }

  .banner-title-sign-up {
    margin-bottom: 20px;
    font-size: 70px;
  }

  .background-image-sign-up {
    background-position: 50%;
  }

  .main-shop-banner {
    min-height: 600px;
  }

  .section-shop-details {
    padding-top: 200px;
  }

  .print-1 {
    top: 98px;
    left: 21px;
  }

  .posters-grid {
    height: 700px;
  }

  .image-print-1 {
    width: 175px;
    height: 245px;
    bottom: 420px;
    right: 320px;
  }

  .image-print-2 {
    width: 200px;
    height: 280px;
    bottom: 360px;
  }

  .image-print-3 {
    width: 200px;
    height: 280px;
    bottom: 100px;
    right: 300px;
  }

  .image-print-4 {
    width: 160px;
    height: 230px;
    bottom: 90px;
  }

  .print-2 {
    top: 13px;
    right: 166px;
  }

  .print-3 {
    bottom: 239px;
    left: 45px;
  }

  .print-4 {
    width: 130px;
    height: 180px;
    bottom: 155px;
  }

  .print-5 {
    left: 189px;
  }

  .logo-loop-wrapper {
    max-width: 1440px;
  }

  .companions-logo-loop {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: 50px;
  }

  .container-logo {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .companions-logo {
    position: static;
  }

  .banner-2-section {
    padding-top: 200px;
  }

  .banner-3-section {
    background-image: linear-gradient(to bottom, var(--primary), var(--dark-blue));
  }

  .hero-3-wrap {
    grid-row-gap: 150px;
  }

  .banner-center-con {
    width: 900px;
  }

  .print-wrapper {
    height: 700px;
  }

  .broadband-print-1 {
    top: 193px;
    left: -31px;
  }

  .broadband-print-3 {
    width: 130px;
    height: 180px;
    left: -284px;
  }

  .broadband-print-2 {
    top: 4px;
    right: 24px;
  }

  .broadband-print-5 {
    width: 84px;
    height: 118px;
    bottom: 186px;
    left: -166px;
  }

  .broadband-print-4 {
    width: 150px;
    height: 200px;
    right: -256px;
  }

  .broadband-print-6 {
    top: 391px;
  }

  .hero-title-home-3 {
    font-size: 70px;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-title {
    font-size: 180px;
  }

  .about-us-wrapper {
    grid-row-gap: 150px;
  }

  .about-us-print-1 {
    top: -18px;
    left: 93px;
  }

  .about-us-print-3 {
    left: 8px;
  }

  .about-us-print-4 {
    width: 150px;
    height: 200px;
    bottom: 386px;
    right: -197px;
  }

  .about-us-print-6 {
    bottom: 644px;
    right: 90px;
  }

  .about-us-print-5 {
    left: -228px;
  }

  .about-us-print-wrapper {
    height: 700px;
  }

  .video-section {
    height: 800px;
  }

  .video-content-wrapper {
    min-height: 685px;
  }

  .base-container-10 {
    max-width: 1440px;
  }

  .blog-intro-content {
    min-height: 550px;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .testimonial-image, .testimonial-image.testimonial-2 {
    width: 65%;
  }

  .section-blog-details {
    height: 700px;
  }

  .banner-our-team {
    padding-top: 200px;
  }

  .image-photo-1 {
    background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), url('../images/miraOS_monitoring_1921375130-240128.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    width: 175px;
    height: 245px;
    bottom: 420px;
    right: 320px;
  }

  .image-photo-2 {
    background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), url('../images/miraOS_installation_1633195651-240128.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 20%, 0 0;
    background-size: auto, cover, auto;
    width: 200px;
    height: 280px;
    bottom: 360px;
  }

  .image-photo-3 {
    background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), url('../images/miraOS_monitoring_2003175887-240128.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    width: 200px;
    height: 280px;
    bottom: 100px;
    right: 300px;
  }

  .image-photo-4 {
    background-image: linear-gradient(rgba(15, 53, 144, .05), rgba(7, 32, 92, .9)), url('../images/miraOS_installation_2394110127-240128.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    width: 160px;
    height: 230px;
    bottom: 90px;
  }

  .faq-title {
    font-size: 70px;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 67%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 110px;
  }

  .description-banner-spacing {
    width: 70%;
  }

  .about-us-bg-image {
    width: 100%;
    max-width: 990px;
    right: -45%;
  }

  .section-our-network {
    padding-top: 240px;
  }

  .details-card {
    top: 140px;
  }

  .demo-header-wrapper {
    margin-bottom: 40px;
  }

  .html-embed-2 {
    width: 95vw;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    min-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .companions-logo-resizer-25 {
    min-width: 200px;
  }

  .logo-loop-wrapper-home {
    max-width: 1440px;
  }

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

  .companions-logo-23-18, .companions-logo-26-20 {
    position: static;
  }

  .image-hero-integrations {
    object-fit: contain;
  }

  .integrations-banner {
    min-height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .section.changelog-banner, .section.our-news-banner {
    min-height: 400px;
    padding-top: 160px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .style-guide-body-wrapper.width-50 {
    width: 45%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .pages-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 140px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .secondary-project-button {
    display: block;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

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

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: #fff;
    font-size: 12px;
    display: block;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .line-white {
    background-color: #fff;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .search-wrap {
    display: none;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: var(--primary);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .dropdown-header-item {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .border-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .login-tablet-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .main-nav-item-link {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
  }

  .main-nav-item-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .right-header-wrapper {
    border-left-style: none;
    margin-left: auto;
    margin-right: 20px;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .dropdown-menu-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-dropdown-item-link {
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-item-link.w--current {
    color: var(--btn-primary);
  }

  .nav-dropdown-item-link.w--current:hover {
    color: var(--white);
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .nav-dropdown-item {
    width: 100%;
  }

  .nav-intro-item {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .close-menu-button-3.w--open {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 0 0 20px;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: auto;
    right: 15px;
  }

  .cart-quantity-2 {
    margin-left: 25px;
    left: 10px;
  }

  .cart-button-item {
    justify-content: flex-end;
    padding-left: 20px;
    display: flex;
  }

  .logo-mira {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-close-icon-4 {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-dropdown-link-line-4 {
    display: none;
  }

  .menu-item-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .btn-wrap {
    display: none;
  }

  .tablet-menu-4 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-list-4 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-4.w--open {
    background-color: var(--primary);
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-4.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-4.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-dropdown-list-4.portfolio-details.w--open {
    border-style: none;
  }

  .logo-broadband-tablet {
    width: 50%;
    height: auto;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-center-container {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
  }

  .social-networks-con {
    margin-left: auto;
  }

  .footer-text-con {
    text-align: center;
    width: 75%;
  }

  .social-networks {
    justify-content: center;
  }

  .banner-section {
    min-height: auto;
    padding-top: 140px;
  }

  .hero-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .banner-left-con {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .banner-right-con {
    width: 100%;
  }

  .padding-wrapper {
    width: 85%;
  }

  .hero-title {
    font-size: 55px;
  }

  .large-main-section {
    padding-top: 80px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .sign-up-form {
    width: 100%;
    height: 90vh;
  }

  .sign-wrapper {
    width: 80%;
  }

  .banner-title-sign-up {
    font-size: 45px;
  }

  .background-image-sign-up {
    background-position: 55% 0;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

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

  .product-slider-arrow {
    bottom: 80px;
  }

  .product-slider-arrow.left {
    bottom: 170px;
    right: 0;
  }

  .primary-button-cart {
    transform: none;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .section-shop-details {
    padding-top: 140px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .shop-lightbox {
    display: flex;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .print-1 {
    top: auto;
    bottom: -11%;
    left: auto;
    right: 50%;
  }

  .posters-grid {
    height: 300px;
  }

  .image-print-1 {
    width: 170px;
    height: 240px;
    top: auto;
    bottom: 0%;
    right: 400px;
  }

  .image-print-2 {
    width: 200px;
    height: 280px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 140px;
  }

  .image-print-3 {
    width: 200px;
    height: 280px;
    top: 0%;
    bottom: auto;
    right: auto;
  }

  .image-print-4 {
    width: 170px;
    height: 240px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .print-2 {
    top: -8px;
    right: 34%;
  }

  .print-3 {
    bottom: 35%;
    left: 21%;
  }

  .print-4 {
    top: auto;
    bottom: -10%;
    left: auto;
    right: 12%;
  }

  .print-5 {
    top: 11%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .big-decorative-title {
    font-size: 50px;
  }

  .top-content {
    width: 100%;
  }

  .bottom-posters {
    grid-column-gap: 40px;
  }

  .poster.poster-4, .poster.poster-5 {
    display: none;
  }

  .gradient {
    width: 100%;
  }

  .logo-loop-wrapper {
    grid-column-gap: 60px;
  }

  .companions-logo-loop {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .hero-stream-con {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .hero-stream-left {
    width: 100%;
  }

  .hero-stream-right {
    flex: 0 auto;
    width: 100%;
    height: 400px;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px rgba(255, 255, 255, .1);
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .anchor-link {
    width: 100%;
  }

  .item-hover-details {
    display: none;
  }

  .margin-top-wrapper {
    width: 85%;
  }

  .playlist-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .right-playlist {
    width: 100%;
  }

  .poster-text {
    width: 95%;
  }

  .padding-poster-wrapper, .center-wrap {
    width: 100%;
  }

  .main-description {
    width: 85%;
  }

  .services-collection-list {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .services-hero-wrap {
    grid-column-gap: 40px;
  }

  .services-img {
    width: 40%;
  }

  .about-services {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .map-item {
    height: 260px;
  }

  .circle-wrapper.circle-2 {
    display: none;
  }

  .circle-wrapper.circle-4 {
    bottom: 84%;
    left: 22%;
  }

  .circle-wrapper.circle-5 {
    left: 25%;
  }

  .circle-wrapper.circle-6 {
    display: none;
  }

  .circle-wrapper.circle-8 {
    bottom: 28%;
    right: 1%;
  }

  .circle-wrapper.circle-10, .circle-wrapper.circle-11 {
    display: none;
  }

  .circle-wrapper.circle-15 {
    bottom: 58%;
    right: 2%;
  }

  .circle-wrapper.circle-16, .circle-wrapper.circle-18 {
    display: none;
  }

  .circle-wrapper.circle-20 {
    top: 27%;
  }

  .circle-wrapper.circle-21 {
    left: 74%;
  }

  .circle-wrapper.circle-22 {
    display: none;
  }

  .circle-wrapper.circle-23 {
    top: 10%;
  }

  .circle-wrapper.circle-25 {
    display: none;
    top: 37%;
    left: 67%;
  }

  .circle-wrapper.circle-26, .circle-wrapper.circle-30 {
    display: none;
  }

  .circle-wrapper.circle-32 {
    bottom: 28%;
    right: 1%;
  }

  .circle-wrapper.circle-33, .circle-wrapper.circle-36 {
    display: none;
  }

  .circle-wrapper.circle-37 {
    bottom: 58%;
    right: 2%;
  }

  .circle-wrapper.circle-38, .circle-wrapper.circle-39, .circle-wrapper.circle-40 {
    display: none;
  }

  .circle-wrapper.circle-42 {
    left: 74%;
  }

  .circle-wrapper.circle-44 {
    bottom: 84%;
    left: 71%;
  }

  .circle-wrapper.circle-45 {
    display: flex;
    right: 39%;
  }

  .circle-wrapper.circle-46 {
    display: none;
  }

  .circle-wrapper.circle-47 {
    top: 19%;
  }

  .circle-wrapper.circle-48 {
    left: 25%;
  }

  .circle-wrapper.circle-49 {
    top: 73%;
    left: 52%;
  }

  .circle-wrapper.circle-50 {
    left: 25%;
  }

  .tv-station-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .tv-station-right {
    flex: 0 auto;
    height: 400px;
  }

  .tv-station-content, .tv-title {
    width: 100%;
  }

  .our-price {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .price-item.last-item {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-2-section {
    height: auto;
    min-height: 100vh;
    padding-top: 140px;
  }

  .hero-2-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .banner-left-container {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .white-text-color {
    width: 100%;
  }

  .banner-3-section {
    padding-top: 140px;
  }

  .hero-3-wrap {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .banner-center-con {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .print-wrapper {
    height: 300px;
  }

  .broadband-print-1 {
    top: 155px;
    left: 10px;
  }

  .broadband-print-3 {
    width: 100px;
    height: 140px;
    top: 307px;
    left: -42px;
  }

  .broadband-print-2 {
    width: 40px;
    height: 60px;
    top: 61px;
    right: 178px;
  }

  .broadband-print-5 {
    width: 40px;
    height: 60px;
    bottom: 187px;
  }

  .broadband-print-4 {
    width: 90px;
    height: 120px;
    bottom: -136px;
    right: -32px;
  }

  .broadband-print-6 {
    width: 54px;
    height: 70px;
    bottom: 83px;
    right: 5px;
  }

  .hero-title-home-3 {
    font-size: 55px;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .image-content-right {
    display: none;
  }

  .coming-soon-paragraph-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
    font-size: 55px;
  }

  ._404-title {
    font-size: 140px;
  }

  .about-us-banner {
    padding-top: 140px;
  }

  .about-us-wrapper {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .about-us-print-2 {
    width: 40px;
    height: 60px;
    top: -17px;
  }

  .about-us-print-3 {
    top: 294px;
    left: 80px;
  }

  .about-us-print-4 {
    width: 90px;
    height: 120px;
    bottom: 72px;
    right: -49px;
  }

  .about-us-print-6 {
    width: 54px;
    height: 70px;
    bottom: -54px;
  }

  .about-us-print-wrapper {
    height: 300px;
  }

  .about-us-right {
    flex: 0 auto;
    width: 100%;
    height: 400px;
  }

  .about-us-left {
    width: 100%;
  }

  .about-us-con {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .about-us-img {
    background-position: 50%;
    height: 100%;
  }

  .advantages-title {
    font-size: 58px;
  }

  .map-con {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .benefits-content {
    width: 100%;
  }

  .our-benefits {
    grid-column-gap: 60px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .mini-map-item {
    height: 300px;
  }

  .mini-map-bg {
    background-position: 50%;
    background-size: contain;
  }

  .benefit-title {
    font-size: 58px;
  }

  .tv-station-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .bg-image {
    background-position: 25%;
  }

  .title-wrap {
    width: 550px;
  }

  .video-title {
    width: 50%;
  }

  .slider-event-background-wrap {
    padding: 60px;
  }

  .slider-event-background-wrap.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .overlay-event {
    background-image: linear-gradient(rgba(15, 53, 144, .1) 30%, rgba(15, 53, 144, .5));
  }

  .shop-banner-description {
    width: 90%;
  }

  .about-4-testimonials-slider {
    max-width: 100%;
    margin-right: auto;
  }

  .section-testimonials {
    background-image: linear-gradient(270deg, var(--dark-blue), rgba(15, 53, 144, .25)), linear-gradient(to bottom, rgba(7, 32, 92, .6), rgba(7, 32, 92, .6)), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .grid-shop-filter-category {
    grid-template-columns: 1fr 1fr;
  }

  .hero-con-form {
    padding-top: 140px;
  }

  .address-row {
    flex-direction: column;
  }

  .address-info {
    flex-wrap: wrap;
  }

  .collection-our-blog-list-wrap {
    height: auto;
  }

  .blog-post-collection {
    grid-template-columns: 1fr 1fr;
  }

  .our-blog-container {
    height: 400px;
  }

  .blog-overlay {
    background-image: linear-gradient(rgba(4, 23, 70, .4), rgba(4, 23, 70, .4)), linear-gradient(to top, rgba(7, 32, 92, .8), rgba(15, 53, 144, .05) 80%);
  }

  .our-blog-content-wrap.category {
    width: 100%;
  }

  .blog-intro-content {
    width: 100%;
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .banner-paragraph {
    width: 89%;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .testimonial-image {
    width: 100%;
    margin-bottom: -170px;
  }

  .testimonial-image.testimonial-1 {
    background-position: 50%;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .testimonials-blog-card {
    flex-direction: column;
  }

  .blog-post-collection-category {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card {
    flex-direction: column;
  }

  .testimonial-card.middle-card {
    flex-direction: column-reverse;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .photo-animal-item {
    width: 100%;
  }

  .hover-cover {
    display: none;
  }

  .faq-list {
    width: 100%;
  }

  .our-team-image {
    height: 320px;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .banner-our-team {
    min-height: auto;
    padding-top: 140px;
  }

  .image-photo-1 {
    width: 170px;
    height: 240px;
    top: auto;
    bottom: 0%;
    right: 400px;
  }

  .image-photo-2 {
    width: 200px;
    height: 280px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 140px;
  }

  .image-photo-3 {
    width: 200px;
    height: 280px;
    top: 0%;
    bottom: auto;
    right: auto;
  }

  .image-photo-4 {
    width: 170px;
    height: 240px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .lottie-wrap {
    display: none;
  }

  .faq-title {
    font-size: 55px;
  }

  .services-title {
    width: 75%;
  }

  .work-stages-column {
    grid-row-gap: 48px;
  }

  .subtitle-home-1 {
    line-height: 1.5em;
  }

  .work-stages-title {
    grid-template-columns: 1fr;
    width: 33%;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-work-wrapper {
    grid-template-columns: 100%;
  }

  .work-stages-item {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scrol-indicator-wrapper {
    display: none;
  }

  .heading.large {
    font-size: 42px;
  }

  .work-stages-description {
    align-items: flex-start;
    padding-left: 0;
  }

  .outline-circle-wrapper, .sticky-circle {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .work-stages-subtitle {
    display: none;
  }

  .link-wrap-hire-us {
    display: flex;
  }

  .contacts-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-right-arrow-2 {
    right: 0;
  }

  .contacts-form-wrap {
    width: 100%;
  }

  .contacts-arrows-divider-2 {
    right: 40px;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support, .benefits-line.licensing {
    display: block;
  }

  .support-text {
    width: 100%;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-title-2 {
    width: 100%;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .about-us-content-wrapper {
    grid-row-gap: 60px;
  }

  .description-banner-spacing {
    width: 80%;
    margin-top: 10px;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .companions-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 0;
    position: static;
  }

  .about-us-bg {
    display: none;
  }

  .about-us-bg-image {
    background-image: linear-gradient(rgba(4, 23, 70, .65), rgba(4, 23, 70, .65)), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: static;
  }

  .section-our-network {
    background-image: linear-gradient(to bottom, var(--light-blue), var(--dark-blue));
    padding-top: 140px;
  }

  .collection-events-list-wrapper {
    height: 100%;
  }

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

  .services-tab-link {
    text-align: center;
    font-size: 16px;
  }

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

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

  .content-details {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .inquire-avatar {
    width: 120px;
    height: 120px;
  }

  .details-card {
    width: 100%;
    position: static;
  }

  .grid-event {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .details-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hover-link-arrow {
    width: 300px;
    height: 300px;
    padding: 20px 150px 150px 20px;
  }

  .license-con {
    grid-column-gap: 40px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap, .nav-dropdown-link-line-3 {
    display: none;
  }

  .demo-holder {
    width: 100%;
    height: 90vh;
  }

  .demo-header-wrapper {
    width: 80%;
  }

  .logo-loop-wrapper-home {
    grid-column-gap: 60px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.hero.v16 {
    padding-bottom: 166px;
  }

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

  .display-1 {
    font-size: 64px;
  }

  .collection-integrations-list-wrapper {
    height: 100%;
  }

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

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.hero.v32 {
    padding-top: 156px;
    padding-bottom: 182px;
  }

  .logo-localsecurity {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-108 {
    margin-top: 20px;
    margin-left: auto;
  }

  .get-started-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.changelog-banner {
    min-height: 350px;
    padding-top: 140px;
  }

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

  .section.our-news-banner {
    min-height: 350px;
    padding-top: 140px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--white-30);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--white-30);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-right-style: none;
    border-bottom-color: var(--white-30);
    border-left-style: none;
    border-left-color: var(--white-30);
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--white-30);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--white-30);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 50px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .primary-button.pagination {
    margin-top: 40px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .pages-banner {
    min-height: 350px;
  }

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

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-input {
    min-width: auto;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-bottom: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .secondary-project-button.pagination {
    margin-top: 40px;
  }

  .mira-logo.w--current {
    padding-left: 0;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .logo-broadband-tablet {
    width: 50%;
  }

  .footer-links-wrap {
    grid-column-gap: 30px;
    justify-content: space-between;
    width: 100%;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
  }

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

  .footer-top-container {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .social-networks-con {
    width: 100%;
    margin-left: 0;
  }

  .footer-text-con {
    width: 100%;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

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

  .padding-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 50px;
  }

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

  .large-main-section.sign-up {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .sign-up-form {
    width: 100%;
  }

  .bg-sign-up-wrapper {
    height: 150vh;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .sign-wrapper {
    width: 100%;
  }

  .bg-sign-up {
    height: 120vh;
  }

  .bg-sign-up-list {
    height: 100%;
  }

  .forgot-password-wrap {
    margin-top: 40px;
  }

  .lower-layer {
    display: none;
  }

  .bg-sign-up-item {
    height: 100%;
  }

  .background-image-sign-up {
    background-position: 49% 0;
    height: 120vh;
  }

  .portfolio-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .tabs-menu {
    flex-wrap: wrap;
  }

  .product-hero-content {
    padding-bottom: 60px;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .product-slider-arrow.left {
    bottom: 150px;
  }

  .product-card-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

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

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .shop-details-title-2 {
    font-size: 45px;
  }

  .section-shop-details {
    padding-bottom: 60px;
  }

  .h2-shop-details {
    font-size: 35px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-tablet-image {
    height: 400px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .print-1 {
    bottom: -9%;
    left: 232px;
  }

  .image-print-1 {
    width: 130px;
    height: 200px;
    right: 255px;
  }

  .image-print-2 {
    width: 170px;
    height: 250px;
    right: 100px;
  }

  .image-print-3 {
    width: 170px;
    height: 250px;
  }

  .image-print-4 {
    width: 130px;
    height: 200px;
  }

  .print-2 {
    top: -5%;
    right: 30%;
  }

  .print-3 {
    left: 14%;
  }

  .print-4 {
    bottom: 70px;
    right: 28px;
  }

  .print-5 {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .big-decorative-title {
    font-size: 45px;
  }

  .bottom-posters {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .poster {
    width: 160px;
    height: 240px;
  }

  .posters-con {
    grid-row-gap: 80px;
  }

  .gradient {
    filter: blur(150px);
  }

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

  .logo-loop-wrapper, .companions-logo-loop {
    grid-column-gap: 40px;
  }

  .companions-logo {
    height: 35px;
  }

  .hero-stream-con {
    grid-row-gap: 50px;
  }

  .logo-space {
    margin-bottom: 60px;
  }

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

  .margin-top-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .playlist-wrapper {
    grid-row-gap: 40px;
  }

  .poster-text {
    width: 100%;
  }

  .padding-poster-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .center-wrap {
    margin-bottom: 40px;
  }

  .main-description {
    width: 100%;
    margin-top: 20px;
  }

  .services-hero-wrap {
    grid-column-gap: 30px;
  }

  .about-services {
    padding-right: 20px;
  }

  .map-item {
    height: 185px;
  }

  .circle-wrapper.circle-3 {
    display: none;
  }

  .circle-wrapper.circle-5 {
    left: 19%;
  }

  .circle-wrapper.circle-8 {
    display: none;
  }

  .circle-wrapper.circle-12 {
    right: 8%;
  }

  .circle-wrapper.circle-13 {
    bottom: 84%;
    left: 65%;
  }

  .circle-wrapper.circle-14 {
    display: none;
  }

  .circle-wrapper.circle-19 {
    top: 33%;
    left: 75%;
  }

  .circle-wrapper.circle-21, .circle-wrapper.circle-31, .circle-wrapper.circle-32 {
    display: none;
  }

  .circle-wrapper.circle-35 {
    top: 33%;
    left: 75%;
  }

  .circle-wrapper.circle-41 {
    bottom: 84%;
    left: 65%;
  }

  .circle-wrapper.circle-42 {
    display: none;
  }

  .circle-wrapper.circle-43 {
    right: 8%;
  }

  .circle-wrapper.circle-44 {
    bottom: 81%;
    left: 68%;
  }

  .circle-wrapper.circle-50 {
    left: 19%;
  }

  .large-circle {
    width: 20px;
    height: 20px;
  }

  .large-circle-item {
    width: 30px;
    height: 30px;
  }

  .tv-station-wrap {
    grid-row-gap: 40px;
  }

  .tv-station-right {
    height: 350px;
  }

  .tv-station-content {
    text-align: center;
    align-items: center;
  }

  .tv-title {
    width: 100%;
  }

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

  .price-item.last-item {
    width: 100%;
  }

  .banner-2-section {
    padding-bottom: 60px;
  }

  .hero-3-wrap {
    grid-row-gap: 60px;
  }

  .broadband-print-1 {
    display: none;
    left: -33px;
  }

  .broadband-print-3 {
    top: 279px;
    left: -70px;
  }

  .broadband-print-2 {
    top: 54px;
    right: 63px;
  }

  .broadband-print-5 {
    top: 50px;
    bottom: 0;
    left: 27px;
  }

  .broadband-print-4 {
    display: none;
    bottom: -72px;
  }

  .broadband-print-6 {
    height: 130px;
    bottom: 54px;
    right: -40px;
  }

  .bottom-banner-content {
    height: 200px;
  }

  .hero-title-home-3 {
    font-size: 50px;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-input-2 {
    min-width: 240px;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-paragraph-2 {
    width: 70%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  ._404-paragraph-2 {
    margin-bottom: 30px;
  }

  ._404-title {
    font-size: 120px;
  }

  .lottie-animation {
    height: 170px;
  }

  .about-us-banner {
    padding-bottom: 60px;
  }

  .about-us-wrapper {
    grid-row-gap: 60px;
  }

  .about-us-print-2 {
    height: 50px;
    right: 28px;
  }

  .about-us-print-1 {
    left: 34px;
  }

  .about-us-print-3 {
    width: 45px;
    height: 60px;
    top: 294px;
    left: 67px;
  }

  .about-us-print-4 {
    display: none;
    bottom: -72px;
  }

  .about-us-print-6 {
    height: 130px;
    bottom: -8px;
    right: -26px;
  }

  .about-us-print-5 {
    width: 90px;
    height: 130px;
    top: 129px;
    left: -46px;
  }

  .about-us-con {
    grid-row-gap: 50px;
  }

  .advantages-title {
    font-size: 50px;
  }

  .map-con {
    grid-row-gap: 50px;
  }

  .our-benefits {
    grid-column-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .benefit-title {
    font-size: 50px;
  }

  .tv-station-wrapper {
    grid-row-gap: 40px;
  }

  .video-section {
    height: 500px;
  }

  .video-content-wrapper {
    padding-bottom: 60px;
  }

  .title-wrap, .video-title {
    width: 100%;
  }

  .slider-event-background-wrap {
    flex-direction: row;
    padding: 20px;
  }

  .slider-event-background-wrap.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .shop-banner-description {
    width: 100%;
  }

  .author-info {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .testimonials-content {
    text-align: center;
    flex: none;
    align-items: center;
    width: 100%;
  }

  .testimonials-nav-outline-2 {
    justify-content: center;
    padding-left: 6px;
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .section-testimonials {
    background-image: linear-gradient(270deg, var(--dark-blue), rgba(15, 53, 144, .25)), linear-gradient(to bottom, rgba(4, 23, 70, .75), rgba(4, 23, 70, .75)), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 0 0, 17%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote-top-wrap {
    align-items: center;
  }

  .testimonials-zoo-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .grid-shop-filter-category {
    grid-template-columns: 1fr;
  }

  .section-title-full-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .hero-con-form {
    padding-bottom: 60px;
  }

  .order-items {
    margin-bottom: 20px;
  }

  .blog-post-collection {
    grid-template-columns: 1fr;
  }

  .our-blog-content-wrap {
    width: 60%;
  }

  .our-blog-content-wrap.category {
    width: 70%;
  }

  .blog-intro-content {
    width: 100%;
    padding-top: 140px;
  }

  .author-s-review {
    text-align: center;
  }

  .testimonial-info {
    width: 90%;
  }

  .banner-paragraph {
    width: 100%;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

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

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid var(--white-30);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .testimonials-wrap {
    padding: 30px;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .info-review-container {
    grid-row-gap: 30px;
  }

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .blog-post-collection-category {
    grid-template-columns: 1fr;
  }

  .grid-testimonials {
    grid-row-gap: 40px;
  }

  .testimonials-wrap-2 {
    padding: 30px;
  }

  .subtitle-center {
    width: 100%;
  }

  .home-1-our-team-author {
    text-align: center;
  }

  .photo-animal-item {
    width: 100%;
  }

  .h2-title-3 {
    margin-bottom: 10px;
  }

  .our-team-image {
    height: 300px;
  }

  .our-team-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-our-team {
    padding-bottom: 60px;
  }

  .image-photo-1 {
    width: 130px;
    height: 200px;
    right: 255px;
  }

  .image-photo-2 {
    width: 170px;
    height: 250px;
    right: 100px;
  }

  .image-photo-3 {
    width: 170px;
    height: 250px;
  }

  .image-photo-4 {
    width: 130px;
    height: 200px;
  }

  .faq-title {
    font-size: 50px;
  }

  .services-title {
    width: 100%;
  }

  .work-stages-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .work-stages-title {
    grid-row-gap: 0px;
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .work-stages-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .heading, .heading.large {
    font-size: 36px;
  }

  .work-stages-description {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .link-wrap-hire-us {
    margin-right: 10px;
  }

  .link-wrap-hire-us:hover {
    margin-right: 0;
  }

  .contacts-title-2 {
    margin-bottom: 20px;
  }

  .description-banner-spacing, .banner-content-about-us {
    width: 100%;
  }

  .about-us-bg-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 10% 100%;
    height: 350px;
  }

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

  .services-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .events-indicator {
    display: none;
  }

  .services-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 30px;
  }

  .services-tab-link {
    border: 1px solid var(--stroke-color);
    border-radius: 6px;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    position: relative;
  }

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

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

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

  .content-details {
    margin-left: 0;
  }

  .grid-event {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .services-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .demo-holder, .demo-header-wrapper {
    width: 100%;
  }

  .companions-logo-resizer-25 {
    height: 35px;
  }

  .logo-loop-wrapper-home {
    grid-column-gap: 40px;
  }

  .companions-logo-23-18, .companions-logo-26-20 {
    height: 35px;
  }

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

  .section-3.hero.v16 {
    padding-top: 60px;
    padding-bottom: 138px;
  }

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

  .display-1 {
    font-size: 38px;
  }

  .image-hero-integrations {
    top: -24%;
  }

  .quick-stack-testimonial-logos {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .h2-title-3-under-construction {
    margin-bottom: 10px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .clients-card-left, .clients-card-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .integration-logo {
    margin-top: auto;
    margin-bottom: auto;
  }

  .utility-page-content-2.text-center-404 {
    max-width: 458px;
  }

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

  .section-5.hero.v32 {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .display-smaller {
    font-size: 32px;
  }

  .localsecurity-logo.w--current {
    padding-left: 0;
  }

  .image-108 {
    margin-left: auto;
  }

  .get-started-button.search-button {
    width: 100%;
  }

  .get-started-button.pagination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: var(--white-30);
  }

  .grid-description.first-description {
    border-bottom: 1px none var(--white-30);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--white-30);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper.width-50 {
    width: 100%;
  }

  .primary-button.coming-soon {
    border-radius: 5px;
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .menu-button-3 {
    display: block;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .line-white {
    margin-bottom: .25em;
  }

  .wrapper-item-home-2 {
    display: block;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .top-tablet-menu-3 {
    display: block;
  }

  .dropdown-header-item {
    width: 100%;
  }

  .main-nav-item-link {
    display: flex;
  }

  .logo-mira {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cart-container {
    border-radius: 0;
  }

  .nav-dropdown-list-4.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .logo-broadband-tablet {
    width: 50%;
  }

  .footer-links-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link-2 {
    margin-left: 5px;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .banner-right-con {
    margin-top: -50px;
  }

  .hero-title {
    font-size: 40px;
  }

  .acout-link {
    text-align: center;
  }

  .large-main-section {
    padding-top: 120px;
  }

  .regiester-info {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .sign-up-form {
    height: 80vh;
    padding: 10px;
  }

  .forgot-password-text {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .sign-wrapper {
    width: 100%;
  }

  .forgot-password-wrap {
    text-align: center;
  }

  .banner-title-sign-up {
    width: 100%;
    font-size: 40px;
  }

  .background-image-sign-up {
    background-position: 40% 0;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding: 7px 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .product-hero-content {
    text-align: center;
    align-items: center;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 70px;
    right: 0;
  }

  .product-slider-arrow.left {
    bottom: 36px;
    left: 0;
    right: 70px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .shop-details-title-2 {
    font-size: 40px;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .print-1 {
    left: 257px;
  }

  .posters-grid {
    justify-content: center;
    align-items: center;
  }

  .image-print-1 {
    height: 150px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-print-2 {
    display: none;
  }

  .image-print-3 {
    top: auto;
  }

  .image-print-4 {
    height: 150px;
  }

  .print-2 {
    top: -5%;
    right: 56%;
  }

  .print-3 {
    bottom: -2%;
    left: 19%;
  }

  .print-4 {
    bottom: 27px;
  }

  .btn-banner-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .big-decorative-title {
    font-size: 40px;
  }

  .poster {
    width: 100%;
  }

  .poster.poster-3 {
    display: none;
  }

  .gradient {
    filter: blur(100px);
  }

  .companions-logo {
    height: 30px;
  }

  .services-img {
    background-position: 50%;
    background-size: cover;
    width: 25%;
  }

  .about-services {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .map-item {
    height: 120px;
  }

  .white-circle {
    width: 8px;
    height: 8px;
  }

  .circle-wrapper.circle-9 {
    top: 39%;
  }

  .circle-wrapper.circle-13 {
    bottom: 77%;
    left: 56%;
  }

  .circle-wrapper.circle-17 {
    left: 15%;
  }

  .circle-wrapper.circle-20 {
    top: 12%;
    left: 6%;
  }

  .circle-wrapper.circle-41 {
    bottom: 77%;
    left: 56%;
  }

  .circle-wrapper.circle-47 {
    top: 27%;
    left: 59%;
  }

  .circle-wrapper.circle-48 {
    top: 42%;
    left: 6%;
  }

  .circle-wrapper.circle-49 {
    left: 62%;
  }

  .white-mini-circle {
    width: 6px;
    height: 6px;
  }

  .large-circle-item {
    width: 25px;
    height: 25px;
  }

  .tv-station-right {
    height: 300px;
  }

  .banner-2-section {
    min-height: auto;
    padding-top: 160px;
  }

  .print-wrapper {
    justify-content: center;
    align-items: center;
  }

  .broadband-print-1 {
    left: 257px;
  }

  .broadband-print-3 {
    top: 212px;
  }

  .broadband-print-2 {
    top: 54px;
    right: 36px;
  }

  .broadband-print-5 {
    top: 59px;
  }

  .broadband-print-4 {
    bottom: 27px;
  }

  .broadband-print-6 {
    bottom: -18px;
  }

  .hero-title-home-3 {
    font-size: 40px;
  }

  .coming-soon-input-2 {
    border-right-style: solid;
    border-radius: 5px;
    min-width: auto;
  }

  .coming-soon-input-2:focus {
    border-right-style: solid;
    border-right-color: #d10005;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .coming-soon-form-2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .search-results-title {
    font-size: 45px;
  }

  ._404-paragraph-2 {
    width: 90%;
  }

  ._404-title {
    font-size: 100px;
  }

  .about-us-print-2 {
    top: 54px;
    right: -26px;
  }

  .about-us-print-1 {
    left: -38px;
  }

  .about-us-print-3 {
    top: 257px;
  }

  .about-us-print-4 {
    bottom: 27px;
  }

  .about-us-print-6 {
    bottom: -18px;
  }

  .about-us-print-5 {
    left: -57px;
  }

  .about-us-print-wrapper {
    justify-content: center;
    align-items: center;
  }

  .our-advantages-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .advantages-title {
    font-size: 45px;
  }

  .our-benefits {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .benefit-title {
    font-size: 45px;
  }

  .our-benefits-item {
    text-align: center;
    align-items: center;
  }

  .video-content {
    align-items: center;
  }

  .bg-image {
    background-position: 20%;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .slider-event-background-wrap {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-event-background-wrap.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonials-content {
    grid-row-gap: 20px;
  }

  .section-title-full-wrap {
    justify-content: center;
  }

  .section-title-full-wrap.centered {
    text-align: center;
  }

  .products-photo {
    width: 55px;
    margin-right: 15px;
  }

  .order-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .order-price {
    margin-left: auto;
  }

  .shipping-method {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .shipping-method-price {
    margin-left: auto;
  }

  .our-blog-content-wrap, .our-blog-content-wrap.category {
    width: 100%;
  }

  .data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .blog-category-link {
    font-size: 16px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .testimonial-image {
    margin-bottom: -90px;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .testimonials-wrap {
    padding: 20px 20px 20px 24px;
  }

  .info-review-container {
    grid-row-gap: 20px;
  }

  .subtitle-data {
    font-size: 16px;
  }

  .short-title {
    font-size: 37px;
  }

  .blog-details-title {
    font-size: 40px;
  }

  .reviews-text-dark {
    font-size: 20px;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

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

  .testimonials-wrap-2 {
    padding: 20px 20px 20px 24px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

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

  .image-photo-1 {
    height: 150px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-photo-2 {
    display: none;
  }

  .image-photo-3 {
    top: auto;
  }

  .image-photo-4 {
    height: 150px;
  }

  .faq-title {
    font-size: 40px;
  }

  .work-stages-item {
    flex-direction: column;
  }

  .heading, .heading.large {
    font-size: 32px;
  }

  .work-stages-list {
    flex-direction: column;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
  }

  .tab-bottom-content-2 {
    padding: 36px 24px;
  }

  .services-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .services-tab-link {
    padding-top: 30px;
  }

  .event-inquire-top {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: auto;
    justify-content: center;
  }

  .details-card {
    grid-row-gap: 24px;
    order: 1;
    justify-content: flex-end;
    padding: 18px;
  }

  .grid-event {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .details-body {
    grid-row-gap: 36px;
    order: -1;
  }

  .contacts-service {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .license-con {
    grid-column-gap: 20px;
  }

  .demo-holder {
    height: 80vh;
    padding: 10px;
  }

  .demo-header-wrapper {
    width: 100%;
  }

  .companions-logo-resizer-25 {
    height: 20px;
  }

  .image-101 {
    height: .5em;
  }

  .footer-text {
    font-size: .75em;
  }

  .footer-team-localsecurity {
    white-space: normal;
    word-break: normal;
    justify-content: center;
    font-size: .6em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-flag, .footer-img-localsecurity {
    height: .75em;
  }

  .companions-logo-23-18 {
    height: 18px;
  }

  .companions-logo-26-20 {
    height: 20px;
    padding-left: .5em;
    padding-right: .5em;
  }

  .inner-container._400px---mbp {
    max-width: 400px;
  }

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

  .section-3.hero.v16 {
    padding-top: 50px;
    padding-bottom: 116px;
  }

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

  .display-1 {
    font-size: 34px;
  }

  .categories-badges-wrapper, .categories-badges-item-wrapper {
    flex-direction: column;
  }

  .image-hero-integrations {
    top: -11%;
  }

  .rich-text-block {
    width: auto;
  }

  .block-quote, .paragraph {
    font-size: 1em;
  }

  .subscript {
    font-size: .5em;
  }

  .rich-text-block-right {
    width: 100%;
  }

  .logo-cell {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-testimonial-img {
    max-width: 80vw;
  }

  .h2-title-3-under-construction {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 125px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
    max-width: 100vw;
  }

  .clients-quote-right, .clients-quote-left {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image-right {
    margin-right: 16px;
  }

  .integration-logo {
    min-width: 50%;
    max-width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .section-5.hero.v32 {
    padding-top: 108px;
    padding-bottom: 125px;
  }

  .display-smaller {
    font-size: 30px;
  }

  .logo-localsecurity {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-108 {
    margin-left: auto;
  }

  .get-started-button.coming-soon {
    border-radius: 5px;
    width: 100%;
  }
}

#w-node-_68ad85d3-e11b-795b-f608-71cdef4585aa-45f8e732, #w-node-_68ad85d3-e11b-795b-f608-71cdef4585b1-45f8e732, #w-node-_68ad85d3-e11b-795b-f608-71cdef4585b8-45f8e732, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5a4-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5a5-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5a7-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5a8-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5a9-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5ab-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5ac-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5ae-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5af-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b1-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b2-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b3-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b5-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b6-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b8-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5b9-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5bb-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5bc-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5bf-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c0-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c1-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c3-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c4-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c6-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c7-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5c9-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5ca-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5cc-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5cd-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5ce-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5d0-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5d1-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5d3-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5d4-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5d6-873a0f35, #w-node-_6a0d71e0-0c6e-4879-6b71-6d4af0fbd5d7-873a0f35, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00482-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00483-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00485-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00486-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00487-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00489-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0048a-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0048c-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0048d-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0048f-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00490-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00491-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00493-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00494-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00496-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00497-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d00499-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0049a-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0049d-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0049e-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d0049f-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004a1-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004a2-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004a4-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004a5-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004a7-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004a8-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004aa-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004ab-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004ac-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004ae-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004af-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004b1-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004b2-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004b4-37d0046a, #w-node-_9b65a632-ad65-dba6-8ea1-cd8c37d004b5-37d0046a, #w-node-f2e134d4-c18d-c25d-6ae8-09c7e7236d06-e7236cf2, #w-node-f2e134d4-c18d-c25d-6ae8-09c7e7236d10-e7236cf2, #w-node-f2e134d4-c18d-c25d-6ae8-09c7e7236d1a-e7236cf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e59f-45f8e750 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-45f8e750 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a4-45f8e750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e5ae-45f8e750 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-a4cf36ed-fa2c-04e4-5c3a-59250de196d9-45f8e751, #w-node-a4cf36ed-fa2c-04e4-5c3a-59250de196ec-45f8e751 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e8d9ea7e-c34b-1ba6-1d14-4feaedd98b2c-45f8e751 {
  justify-self: stretch;
}

#w-node-e8d9ea7e-c34b-1ba6-1d14-4feaedd98b3f-45f8e751, #w-node-e8275c0f-e260-bf8e-2f1b-41924a236a1f-45f8e753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d967c06c-8fed-9d0a-8e17-40f28e0ad490-45f8e753 {
  justify-self: stretch;
}

#w-node-d967c06c-8fed-9d0a-8e17-40f28e0ad4a3-45f8e753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c57ec5b-3c77-3f90-7f2d-c65c74e5353f-45f8e754 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8c57ec5b-3c77-3f90-7f2d-c65c74e53540-45f8e754 {
  justify-self: start;
}

#w-node-_8c57ec5b-3c77-3f90-7f2d-c65c74e53564-45f8e754 {
  align-self: start;
}

#w-node-_84dad9ff-00b7-fab2-e6d3-87c2f7771893-45f8e754 {
  align-self: center;
}

#w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718b3-45f8e754, #w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718b8-45f8e754, #Email-2.w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718ba-45f8e754, #w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718bc-45f8e754, #Phone.w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718be-45f8e754 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718bf-45f8e754 {
  justify-self: stretch;
}

#w-node-_9ccc68c0-2572-4a71-83a1-90d6fdfe8898-45f8e754, #w-node-_9ccc68c0-2572-4a71-83a1-90d6fdfe8899-45f8e754, #w-node-_9ccc68c0-2572-4a71-83a1-90d6fdfe889b-45f8e754 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9238c8-84a5-6f82-2262-5bbc197e6d19-45f8e755, #w-node-fb9238c8-84a5-6f82-2262-5bbc197e6d2c-45f8e755 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a7572a1b-5601-4bc2-467d-ae0812e62d4e-45f8e755, #w-node-a7572a1b-5601-4bc2-467d-ae0812e62d4f-45f8e755, #w-node-a7572a1b-5601-4bc2-467d-ae0812e62d51-45f8e755, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9aa48-45f8e7b8, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9aa50-45f8e7b8, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9aa58-45f8e7b8, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9aa48-45f8e7c1, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9aa50-45f8e7c1, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9aa58-45f8e7c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ca6-45f8e7dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ca7-45f8e7dd {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ca9-45f8e7dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932caa-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cac-45f8e7dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cae-45f8e7dd {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb3-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb6-45f8e7dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb7-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb9-45f8e7dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cbb-45f8e7dd {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc0-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc3-45f8e7dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc4-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc6-45f8e7dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc8-45f8e7dd {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ccd-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd0-45f8e7dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd1-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd3-45f8e7dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd5-45f8e7dd {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cda-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cdd-45f8e7dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cde-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ce0-45f8e7dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ce2-45f8e7dd {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ce7-45f8e7dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ceb-45f8e7dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cef-45f8e7dd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cf1-45f8e7dd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_044afc29-de9a-6f5f-f161-9e657a74ed26-45f8e7df, #w-node-_5eb75e0f-9f54-f7dc-cca6-92840d40b281-45f8e7df, #w-node-_5eb75e0f-9f54-f7dc-cca6-92840d40b284-45f8e7df, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-45f8e7df, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-45f8e7df, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-45f8e7df, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-45f8e7df, #w-node-_464964ec-c335-a6a6-1c09-0e0777aaa1fd-45f8e7df, #w-node-_9435afb4-4ca4-6b47-d427-fcc3c02f2b6a-45f8e7df, #w-node-_8af56833-dcb5-820c-848e-7b6fee7c2d0d-45f8e7df, #w-node-f696c80d-8ab3-f689-2cc4-be8460a1d532-45f8e7df, #w-node-_7e9c7b64-4529-d194-24ae-7c2c2b7a3b63-45f8e7df, #w-node-_39d7625b-2564-322c-b0b9-4ce2088c0ed4-45f8e7df, #w-node-_39d7625b-2564-322c-b0b9-4ce2088c0ed7-45f8e7df, #w-node-_57dacdb4-d5a4-98b0-5b25-bb53383208fc-45f8e7df, #w-node-_57dacdb4-d5a4-98b0-5b25-bb53383208ff-45f8e7df, #w-node-_1f4c187c-e51f-f5e9-8f24-b8857b751310-45f8e7df, #w-node-_1f4c187c-e51f-f5e9-8f24-b8857b751313-45f8e7df, #w-node-e2977ee8-2c80-5005-ce0d-e021af1a70db-45f8e7df, #w-node-e2977ee8-2c80-5005-ce0d-e021af1a70de-45f8e7df, #w-node-_00e52dd5-4ee3-aaae-9ab5-b65b2eea059e-45f8e7df, #w-node-_00e52dd5-4ee3-aaae-9ab5-b65b2eea05a1-45f8e7df, #w-node-_174379a0-afae-5513-5b02-06a9748becb1-45f8e7df, #w-node-_174379a0-afae-5513-5b02-06a9748becb4-45f8e7df, #w-node-f0da2ba8-deb2-39e2-eb93-e50bd9e40aac-45f8e7df, #w-node-f0da2ba8-deb2-39e2-eb93-e50bd9e40aaf-45f8e7df, #w-node-d01b6c85-f4b2-4685-a63c-022f89772990-45f8e7df, #w-node-d01b6c85-f4b2-4685-a63c-022f89772993-45f8e7df, #w-node-_6a04b0bc-81c9-4cdf-5712-717e2da6169d-45f8e7df, #w-node-f68c487a-c7cd-9d72-e842-a9c713c13d38-45f8e7df, #w-node-be4c1b20-4451-f16a-425c-b405d7681997-45f8e7df, #w-node-_09363275-c376-73fc-f119-2f8e901209ea-45f8e7df, #w-node-_3c4f48a9-ef70-fc23-4887-83fc1cabc2ec-45f8e7df, #w-node-_6470a931-8e6f-313a-36b5-336b023fe21d-45f8e7df, #w-node-_4d6eca2b-793e-8ecd-5a34-bcfe12fe6e2d-45f8e7df, #w-node-_38bcf124-b015-bc68-4f99-5c6a1be2eca5-45f8e7df, #w-node-aae5b74b-b86b-5d3a-552c-89ef4dc06798-45f8e7df, #w-node-aae5b74b-b86b-5d3a-552c-89ef4dc0679b-45f8e7df, #w-node-_31bb362c-55e5-8eb2-7e53-ee06d0cb6b01-45f8e7df, #w-node-_31bb362c-55e5-8eb2-7e53-ee06d0cb6b04-45f8e7df, #w-node-_7ff6b350-2d9b-6516-e3ea-8dcca57db6f7-45f8e7df, #w-node-_7ff6b350-2d9b-6516-e3ea-8dcca57db6fa-45f8e7df, #w-node-_6b5e796a-487f-68bb-860b-9c4e0bc11072-45f8e7df, #w-node-_6b5e796a-487f-68bb-860b-9c4e0bc11075-45f8e7df, #w-node-_75b99aa8-f0e7-2d60-b70b-41e972903378-45f8e7df, #w-node-_75b99aa8-f0e7-2d60-b70b-41e97290337b-45f8e7df, #w-node-d4663e61-9ff9-3eb1-9637-e88615e13b5e-45f8e7df, #w-node-d4663e61-9ff9-3eb1-9637-e88615e13b61-45f8e7df, #w-node-_0d9ce678-276e-db46-061d-2fd2c0d131a9-45f8e7df, #w-node-fc59dea7-8ba6-0142-656a-410b8721338d-45f8e7df, #w-node-_7eeffba2-438f-8af9-ebe5-3ca3a70294ed-45f8e7df, #w-node-_3c2d61b3-7390-1439-445f-32be3070e18a-45f8e7df, #w-node-b17dd0c0-9e44-b6b2-cc28-0d3b1d3a87d6-45f8e7df, #w-node-_64224324-68bd-e2db-d4ff-cb6efd961047-45f8e7df, #w-node-b68a3a03-5ccd-327d-b662-7ac2d1ecbb24-45f8e7df, #w-node-ce766c5d-7d97-59cb-2353-745c887524d6-45f8e7df, #w-node-a0ce5a20-4694-1285-bbf3-f549f5a0760e-45f8e7df, #w-node-e7f1050e-ad89-0f27-8a0b-08330a0c3ba3-45f8e7df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28f366a-3873-3726-45db-1d0ebf6269ea-45f8e7e2, #w-node-_0470dbb8-8bee-076a-f078-91297dbe3956-45f8e7e2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad16-2504ad09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad1c-2504ad09 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad22-2504ad09 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad28-2504ad09 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad39-2504ad09 {
  order: -9999;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad3b-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad3c-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad3e-2504ad09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad55-2504ad09 {
  order: -9999;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad57-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad58-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad5a-2504ad09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad71-2504ad09 {
  order: -9999;
}

#w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad73-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad74-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad76-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad8f-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad90-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad92-2504ad09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14cd-45f8e801, #w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14e0-45f8e801 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a282a5f8-8868-bbcc-544f-07ed7f685df2-45f8e801, #w-node-_5f46cb76-d86d-231e-9408-adac7b7e2013-45f8e801, #w-node-_5f46cb76-d86d-231e-9408-adac7b7e2016-45f8e801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c912080c-415e-e8ba-2584-a765463331b9-45f8e802, #w-node-c912080c-415e-e8ba-2584-a765463331c3-45f8e802 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5b6b0589-5f78-3b7d-aca9-220c1cae4288-45f8e802 {
  justify-self: stretch;
}

#w-node-_5b6b0589-5f78-3b7d-aca9-220c1cae429f-45f8e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4968aea4-4bbf-a702-9df5-5559e4ef7e23-45f8e802 {
  justify-self: stretch;
}

#w-node-_4968aea4-4bbf-a702-9df5-5559e4ef7e36-45f8e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b5abe4-29fa-c121-93e5-16686f5929fc-45f8e802 {
  justify-self: stretch;
}

#w-node-_73b5abe4-29fa-c121-93e5-16686f592a0f-45f8e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54b3bd16-096f-bb59-2f06-e3d1c3090a4b-45f8e802 {
  justify-self: stretch;
}

#w-node-_54b3bd16-096f-bb59-2f06-e3d1c3090a5e-45f8e802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9312e2-d775-db41-ad31-fe3201f4760b-45f8e804, #w-node-_7f2abb16-0c0f-438a-e737-4a7597d41677-45f8e808 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-45f8e809, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-45f8e809, #w-node-_8209a890-dee8-dce5-987f-ea74428e175b-84fbdbec, #w-node-_8209a890-dee8-dce5-987f-ea74428e1763-84fbdbec, #w-node-_8209a890-dee8-dce5-987f-ea74428e176b-84fbdbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6397e-b11227ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63984-b11227ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6398a-b11227ae {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63990-b11227ae {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-de60699a-2154-85a3-c502-ddb78859897e-b11227ae, #w-node-de60699a-2154-85a3-c502-ddb78859897f-b11227ae, #w-node-de60699a-2154-85a3-c502-ddb788598981-b11227ae, #w-node-_4c8d3d6c-ddcc-b7a1-08f9-62322b79ba27-b11227ae, #w-node-_4c8d3d6c-ddcc-b7a1-08f9-62322b79ba28-b11227ae, #w-node-_4c8d3d6c-ddcc-b7a1-08f9-62322b79ba2a-b11227ae, #w-node-_9e4e719c-9f26-8b91-e76d-d98588acb3dc-b11227ae, #w-node-_9e4e719c-9f26-8b91-e76d-d98588acb3dd-b11227ae, #w-node-_9e4e719c-9f26-8b91-e76d-d98588acb3df-b11227ae, #w-node-edf71d4e-a78d-9c80-21cc-362f293c26b2-b11227ae, #w-node-edf71d4e-a78d-9c80-21cc-362f293c26b3-b11227ae, #w-node-edf71d4e-a78d-9c80-21cc-362f293c26b5-b11227ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f2abb16-0c0f-438a-e737-4a7597d41677-85d13bef, #w-node-c912080c-415e-e8ba-2584-a765463331b9-cd2ccc25, #w-node-c912080c-415e-e8ba-2584-a765463331c3-cd2ccc25 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5b6b0589-5f78-3b7d-aca9-220c1cae4288-cd2ccc25 {
  justify-self: stretch;
}

#w-node-_5b6b0589-5f78-3b7d-aca9-220c1cae429f-cd2ccc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4968aea4-4bbf-a702-9df5-5559e4ef7e23-cd2ccc25 {
  justify-self: stretch;
}

#w-node-_4968aea4-4bbf-a702-9df5-5559e4ef7e36-cd2ccc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b5abe4-29fa-c121-93e5-16686f5929fc-cd2ccc25 {
  justify-self: stretch;
}

#w-node-_73b5abe4-29fa-c121-93e5-16686f592a0f-cd2ccc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54b3bd16-096f-bb59-2f06-e3d1c3090a4b-cd2ccc25 {
  justify-self: stretch;
}

#w-node-_54b3bd16-096f-bb59-2f06-e3d1c3090a5e-cd2ccc25, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc38d-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc38e-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc390-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc391-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc392-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc394-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc395-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc397-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc398-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc39a-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc39b-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc39c-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc39e-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc39f-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3a1-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3a2-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3a4-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3a5-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3a8-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3a9-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3aa-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3ac-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3ad-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3af-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b0-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b2-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b3-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b5-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b6-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b7-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3b9-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3ba-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3bc-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3bd-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3bf-c18cb3e1, #w-node-e86d2327-2fb8-dd8f-b653-e9ea545bc3c0-c18cb3e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff9312e2-d775-db41-ad31-fe3201f4760b-d951b057, #w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14cd-078cee22, #w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14e0-078cee22 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a282a5f8-8868-bbcc-544f-07ed7f685df2-078cee22, #w-node-_5f46cb76-d86d-231e-9408-adac7b7e2013-078cee22, #w-node-_5f46cb76-d86d-231e-9408-adac7b7e2016-078cee22, #w-node-_013edb74-be59-ac6c-4f38-69b1f8d21913-078cee22, #w-node-_013edb74-be59-ac6c-4f38-69b1f8d21914-078cee22, #w-node-_013edb74-be59-ac6c-4f38-69b1f8d21916-078cee22, #w-node-_1bc24b97-e9e5-59ce-4563-0a385f399c10-078cee22, #w-node-_1bc24b97-e9e5-59ce-4563-0a385f399c11-078cee22, #w-node-_1bc24b97-e9e5-59ce-4563-0a385f399c13-078cee22, #w-node-_90cc979a-f417-1770-e8f0-6a0cd1d85f14-078cee22, #w-node-_90cc979a-f417-1770-e8f0-6a0cd1d85f15-078cee22, #w-node-_90cc979a-f417-1770-e8f0-6a0cd1d85f17-078cee22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ca6-5dc48e55 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ca7-5dc48e55 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ca9-5dc48e55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932caa-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cac-5dc48e55 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cae-5dc48e55 {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb3-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb6-5dc48e55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb7-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cb9-5dc48e55 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cbb-5dc48e55 {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc0-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc3-5dc48e55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc4-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc6-5dc48e55 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cc8-5dc48e55 {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ccd-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd0-5dc48e55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd1-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd3-5dc48e55 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cd5-5dc48e55 {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cda-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cdd-5dc48e55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cde-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ce0-5dc48e55 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ce2-5dc48e55 {
  align-self: start;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ce7-5dc48e55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932ceb-5dc48e55 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cef-5dc48e55 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d83440a-d168-073d-de30-bdb29a932cf1-5dc48e55 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-ff9312e2-d775-db41-ad31-fe3201f4760b-306e8429, #w-node-ff9312e2-d775-db41-ad31-fe3201f4760b-fa9a77ce, #w-node-ff9312e2-d775-db41-ad31-fe3201f4760b-466201c3, #w-node-f2aae567-a04a-d08f-3509-0a31e8710298-1dec5509, #w-node-f2aae567-a04a-d08f-3509-0a31e87102ae-1dec5509, #w-node-_18c3acd8-d90a-87be-fb6d-46b43ffd6050-de616c7f, #w-node-_18c3acd8-d90a-87be-fb6d-46b43ffd6066-de616c7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_92e4d5bd-78ce-f78a-f9cd-77d06265c572-de616c7f, #w-node-_92e4d5bd-78ce-f78a-f9cd-77d06265c573-de616c7f, #w-node-_92e4d5bd-78ce-f78a-f9cd-77d06265c575-de616c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8c57ec5b-3c77-3f90-7f2d-c65c74e5353f-45f8e754 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_5d83440a-d168-073d-de30-bdb29a932cac-45f8e7dd, #w-node-_5d83440a-d168-073d-de30-bdb29a932cb9-45f8e7dd, #w-node-_5d83440a-d168-073d-de30-bdb29a932cc6-45f8e7dd, #w-node-_5d83440a-d168-073d-de30-bdb29a932cd3-45f8e7dd, #w-node-_5d83440a-d168-073d-de30-bdb29a932ce0-45f8e7dd, #w-node-_5d83440a-d168-073d-de30-bdb29a932cac-5dc48e55, #w-node-_5d83440a-d168-073d-de30-bdb29a932cb9-5dc48e55, #w-node-_5d83440a-d168-073d-de30-bdb29a932cc6-5dc48e55, #w-node-_5d83440a-d168-073d-de30-bdb29a932cd3-5dc48e55, #w-node-_5d83440a-d168-073d-de30-bdb29a932ce0-5dc48e55 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d51a1a7d-d7f0-ac7e-2f22-9bd4a1e9e2c8-45f8e732, #w-node-b5ec3458-8ad8-b1dd-10cd-e638e5a23a3e-45f8e73e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-45f8e750 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5ae-45f8e750 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9ab49-45f8e7b8, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9ab49-45f8e7c1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca6-45f8e7dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca9-45f8e7dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cac-45f8e7dd {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cb6-45f8e7dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cb9-45f8e7dd {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cc3-45f8e7dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cc6-45f8e7dd {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cd0-45f8e7dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cd3-45f8e7dd {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cdd-45f8e7dd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ce0-45f8e7dd {
    grid-column: 1 / 2;
  }

  #w-node-d7652352-2eca-714a-1096-bca833224182-33224143, #w-node-_0dad2ac5-4b6a-193c-44c0-8fc95c7e6772-84fbdbec, #w-node-_61b80e6b-b241-5f94-75d7-6d28332a2c77-b11227ae {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca6-5dc48e55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca9-5dc48e55 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cac-5dc48e55 {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cb6-5dc48e55 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cb9-5dc48e55 {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cc3-5dc48e55 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cc6-5dc48e55 {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cd0-5dc48e55 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cd3-5dc48e55 {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932cdd-5dc48e55 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ce0-5dc48e55 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d51a1a7d-d7f0-ac7e-2f22-9bd4a1e9e2c8-45f8e732, #w-node-b5ec3458-8ad8-b1dd-10cd-e638e5a23a3e-45f8e73e {
    grid-column-end: 2;
  }

  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-45f8e750 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9ab49-45f8e7b8, #w-node-_5e92d02c-b559-2fa3-8ef5-67eb0cc9ab49-45f8e7c1 {
    grid-column-end: 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca7-45f8e7dd {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ceb-45f8e7dd {
    grid-row-end: 2;
  }

  #w-node-d7652352-2eca-714a-1096-bca833224182-33224143 {
    grid-column-end: 2;
  }

  #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad16-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad1c-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad22-2504ad09, #w-node-f5b39d29-e77a-61a6-05dd-70bd2504ad28-2504ad09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0dad2ac5-4b6a-193c-44c0-8fc95c7e6772-84fbdbec {
    grid-column-end: 2;
  }

  #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6397e-b11227ae, #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63984-b11227ae, #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6398a-b11227ae, #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63990-b11227ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61b80e6b-b241-5f94-75d7-6d28332a2c77-b11227ae {
    grid-column-end: 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca7-5dc48e55 {
    grid-column: 1 / 2;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ceb-5dc48e55 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e63fd39-4fed-6b6c-f039-9f69f220f50d-f220f4e6 {
    justify-self: center;
  }

  #w-node-_9e63fd39-4fed-6b6c-f039-9f69f220f50f-f220f4e6 {
    justify-self: end;
  }

  #w-node-_9e63fd39-4fed-6b6c-f039-9f69f220f513-f220f4e6 {
    justify-self: center;
  }

  #w-node-_9e63fd39-4fed-6b6c-f039-9f69f220f515-f220f4e6 {
    justify-self: end;
  }

  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-45f8e750 {
    grid-column: span 1 / span 1;
  }

  #w-node-a4cf36ed-fa2c-04e4-5c3a-59250de196ec-45f8e751 {
    grid-column: 1 / 4;
  }

  #w-node-_84dad9ff-00b7-fab2-e6d3-87c2f7771893-45f8e754 {
    justify-self: center;
  }

  #First-name.w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718b5-45f8e754, #Last-name.w-node-_84dad9ff-00b7-fab2-e6d3-87c2f77718b6-45f8e754 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb9238c8-84a5-6f82-2262-5bbc197e6d2c-45f8e755 {
    grid-column: 1 / 4;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca7-45f8e7dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5eb75e0f-9f54-f7dc-cca6-92840d40b281-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_5eb75e0f-9f54-f7dc-cca6-92840d40b284-45f8e7df, #w-node-_78cca5ae-5106-4e2e-c657-26ae09d86874-45f8e7df, #w-node-_8f614bde-8cd1-d431-fbd6-3402b54f8188-45f8e7df, #w-node-_9207b599-73b8-deb2-9f0c-155020480a23-45f8e7df, #w-node-_457225ed-4781-8a27-53de-6cad2b588d95-45f8e7df, #w-node-_83555b8d-5063-9772-4925-874ad29769d8-45f8e7df, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-45f8e7df, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-45f8e7df, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-45f8e7df, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-45f8e7df, #w-node-_464964ec-c335-a6a6-1c09-0e0777aaa1fd-45f8e7df, #w-node-_9435afb4-4ca4-6b47-d427-fcc3c02f2b6a-45f8e7df, #w-node-_8af56833-dcb5-820c-848e-7b6fee7c2d0d-45f8e7df, #w-node-_5e995d8d-c0b5-454a-3e68-e80f87b1407d-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f696c80d-8ab3-f689-2cc4-be8460a1d532-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e9c7b64-4529-d194-24ae-7c2c2b7a3b63-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_39d7625b-2564-322c-b0b9-4ce2088c0ed4-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_39d7625b-2564-322c-b0b9-4ce2088c0ed7-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_57dacdb4-d5a4-98b0-5b25-bb53383208fc-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_57dacdb4-d5a4-98b0-5b25-bb53383208ff-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f4c187c-e51f-f5e9-8f24-b8857b751310-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_1f4c187c-e51f-f5e9-8f24-b8857b751313-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2977ee8-2c80-5005-ce0d-e021af1a70db-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-e2977ee8-2c80-5005-ce0d-e021af1a70de-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00e52dd5-4ee3-aaae-9ab5-b65b2eea059e-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_00e52dd5-4ee3-aaae-9ab5-b65b2eea05a1-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_174379a0-afae-5513-5b02-06a9748becb1-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_174379a0-afae-5513-5b02-06a9748becb4-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0da2ba8-deb2-39e2-eb93-e50bd9e40aac-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-f0da2ba8-deb2-39e2-eb93-e50bd9e40aaf-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d01b6c85-f4b2-4685-a63c-022f89772990-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-d01b6c85-f4b2-4685-a63c-022f89772993-45f8e7df, #w-node-_6a04b0bc-81c9-4cdf-5712-717e2da6169d-45f8e7df, #w-node-f68c487a-c7cd-9d72-e842-a9c713c13d38-45f8e7df, #w-node-be4c1b20-4451-f16a-425c-b405d7681997-45f8e7df, #w-node-_09363275-c376-73fc-f119-2f8e901209ea-45f8e7df, #w-node-_3c4f48a9-ef70-fc23-4887-83fc1cabc2ec-45f8e7df, #w-node-_6470a931-8e6f-313a-36b5-336b023fe21d-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d6eca2b-793e-8ecd-5a34-bcfe12fe6e2d-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_38bcf124-b015-bc68-4f99-5c6a1be2eca5-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aae5b74b-b86b-5d3a-552c-89ef4dc06798-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-aae5b74b-b86b-5d3a-552c-89ef4dc0679b-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_31bb362c-55e5-8eb2-7e53-ee06d0cb6b01-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_31bb362c-55e5-8eb2-7e53-ee06d0cb6b04-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ff6b350-2d9b-6516-e3ea-8dcca57db6f7-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_7ff6b350-2d9b-6516-e3ea-8dcca57db6fa-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b5e796a-487f-68bb-860b-9c4e0bc11072-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_6b5e796a-487f-68bb-860b-9c4e0bc11075-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_75b99aa8-f0e7-2d60-b70b-41e972903378-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-_75b99aa8-f0e7-2d60-b70b-41e97290337b-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4663e61-9ff9-3eb1-9637-e88615e13b5e-45f8e7df {
    grid-column: span 2 / span 2;
  }

  #w-node-d4663e61-9ff9-3eb1-9637-e88615e13b61-45f8e7df, #w-node-_0d9ce678-276e-db46-061d-2fd2c0d131a9-45f8e7df, #w-node-fc59dea7-8ba6-0142-656a-410b8721338d-45f8e7df, #w-node-_7eeffba2-438f-8af9-ebe5-3ca3a70294ed-45f8e7df, #w-node-_3c2d61b3-7390-1439-445f-32be3070e18a-45f8e7df, #w-node-b17dd0c0-9e44-b6b2-cc28-0d3b1d3a87d6-45f8e7df, #w-node-_64224324-68bd-e2db-d4ff-cb6efd961047-45f8e7df, #w-node-b68a3a03-5ccd-327d-b662-7ac2d1ecbb24-45f8e7df, #w-node-ce766c5d-7d97-59cb-2353-745c887524d6-45f8e7df, #w-node-a0ce5a20-4694-1285-bbf3-f549f5a0760e-45f8e7df, #w-node-e7f1050e-ad89-0f27-8a0b-08330a0c3ba3-45f8e7df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14e0-45f8e801, #w-node-c912080c-415e-e8ba-2584-a765463331c3-45f8e802, #w-node-c912080c-415e-e8ba-2584-a765463331c3-cd2ccc25, #w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14e0-078cee22 {
    grid-column: 1 / 4;
  }

  #w-node-_5d83440a-d168-073d-de30-bdb29a932ca7-5dc48e55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2aae567-a04a-d08f-3509-0a31e87102ae-1dec5509, #w-node-_18c3acd8-d90a-87be-fb6d-46b43ffd6066-de616c7f {
    grid-column: 1 / 4;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}