:root {
  --f-textcolor: #12171e;
  --f-ctt-red: #ce0e2d;
  --f-ctt-blue: #0071ce;
  --f-blue-80: #6cacdd;
  --form-field-default: #dce6f080;
  --color-macaupost: #e30613;
  --ctt-red-dark: #7a1808;
  --f-ctt-bronze: #766e63;
  --f-light: #fafaf4;
  --f-ctt-greytext: #8e8e8e;
  --f-white: white;
  --f-hover-lightblue: #dce6f0;
  --color-philately: #cf202e;
  --color-ems: #ff8300;
  --color-caixa: #006548;
  --color-museum: #004a98;
  --color-telecom: #006bb4;
  --gradient-btn-light: transparent;
  --f-red-80: #cd3c25;
  --f-accent-beige: #baa6a4;
  --f-darkblue: #0a253c;
  --color-esign: #0054a6;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray200: #eaecf0;
  --hover-red: #ffcfd7;
  --f-black: black;
  --e7e7e7: #f2f4f7;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary600: #7f56d9;
  --floral-white: #faf7ef;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray800: #1d2939;
  --blanched-almond: #fff0ca;
  --lemon-chiffon: #feffce;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: var(--f-textcolor);
  letter-spacing: 0;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.6;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  color: var(--f-textcolor);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.48em;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #303234;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

a {
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

li {
  color: var(--f-ctt-red);
  font-size: 1.125rem;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container.paddings-small {
  background-color: #0000;
  padding: 2em;
}

.container.banner-aboutcaixa {
  background-image: url('../images/aboutCaixa_page-Banner.jpg');
  background-position: 0%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 20em;
  margin-top: auto;
  padding: 0 .8em 1em 1em;
  display: flex;
}

.container.is--publication {
  position: relative;
}

.container.side-paddings-regular {
  padding-left: 4em;
  padding-right: 4em;
}

.style_item {
  border: 1px #000;
  border-radius: .25em;
  padding: 2em 0;
  font-size: 1rem;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section {
  background-color: #0000;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section.is--navbg {
  width: 100%;
  height: 8.125em;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section.is--footer {
  background-color: #0000;
  flex: none;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.section.long {
  min-height: 20em;
}

.section.margin-bottom-large {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--path {
  border-top: 2px solid var(--f-ctt-blue);
  border-bottom: 2px solid var(--f-ctt-blue);
  background-color: var(--f-ctt-blue);
  flex: none;
  align-items: center;
  min-height: 3.2em;
  padding-top: .9em;
  padding-bottom: .9em;
  display: flex;
}

.section.is--pagebanner {
  min-height: 25em;
  max-height: 1.5625vmin;
}

.section.is--pagebanner.margin-bottom-regular {
  min-height: 25em;
}

.section.margin-bottom-regular {
  border: 1px none var(--f-blue-80);
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.form_input {
  background-color: var(--form-field-default);
  border: 1px solid #c9c9c9;
  border-radius: 1px;
  height: auto;
  min-height: 2.6rem;
  margin-bottom: 0;
  padding: .8em .9em;
  font-size: 1.05rem;
}

.form_input:focus {
  box-shadow: 0 2px 0 0 var(--f-ctt-blue);
}

.display {
  color: #303234;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.display.is--white.shadow {
  text-shadow: 2px 2px 7px #303234;
}

.text-size-small {
  color: var(--f-textcolor);
  text-align: left;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.text-size-small.is--white {
  font-weight: 500;
}

.text-size-small.is--blue {
  color: var(--f-ctt-blue);
}

.text-size-small.remark {
  color: var(--f-ctt-red);
  display: block;
}

.para_link-block_textfirst {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
  padding-left: .2em;
  padding-right: 1.6em;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.para_link-block_textfirst:hover {
  color: var(--color-macaupost);
  background-color: #fddee3;
  background-position: 90%;
  padding-left: .2em;
  padding-right: 1.8em;
}

.nav_text {
  color: var(--f-textcolor);
  white-space: nowrap;
  flex: 0 auto;
  margin-right: 0;
  padding-right: 0;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.nav-linkblock-withicon {
  margin-right: 1em;
  font-size: 1em;
  display: inline-block;
}

.nav-wrapper {
  color: #006548;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 68.75em;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-wrapper:hover {
  margin-right: 1px;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-home {
  width: 35vw;
  padding: 0 1.5em 0 0;
}

.box {
  object-fit: fill;
  background-color: #108781;
  justify-content: center;
  align-items: center;
  width: 8.125em;
  max-width: 130px;
  height: 100%;
  padding: 2.01em 4.06em 1.41em;
  display: flex;
  position: static;
  overflow: hidden;
}

.menu-wrapper {
  display: none;
  overflow: hidden;
  transform: scale(2);
}

.nav-linkblock {
  margin-right: 2.2em;
  font-size: 1em;
  display: inline-block;
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.nav-rightsideelements {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 13.7em;
  display: flex;
  position: relative;
}

.nav-rightsideelements.is--mobile {
  justify-content: flex-end;
  padding-left: 5em;
}

.icon-linkblock {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: .6em;
  padding: .15em;
  display: flex;
  position: relative;
  overflow: visible;
}

.image {
  object-fit: fill;
}

.nav-container {
  z-index: 20;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.is--white {
  color: #fff;
  text-align: center;
  font-family: source-han-sans-traditional, sans-serif;
}

.qr-code {
  text-align: right;
  object-fit: contain;
  object-position: 100% 50%;
  flex: none;
  align-self: flex-end;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
}

.footer-link-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1.6em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 45%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.qr-code-item {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  margin-right: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.otherlanguage-small {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.pt-text-size-regular {
  color: var(--f-textcolor);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.45;
}

.pt-text-size-regular.is--white {
  color: #fff;
}

.qr-holder {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 0 0 0 0;
  display: block;
}

.footer_linkblock {
  color: #fff;
  border-radius: 0;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
  box-shadow: inset 0 -1px #fff;
}

.footer_linkblock:hover {
  background-color: var(--ctt-red-dark);
  color: #18c392;
  padding-left: 0;
  padding-right: 0;
}

.lottie-animation {
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.nav-iconswrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  min-width: 7em;
  margin-right: 1em;
  display: flex;
  position: relative;
}

.language-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #57c8b640;
  background-color: #57c8b6bf;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  min-height: 18em;
  padding: 1.55em .75em;
  display: flex;
  position: absolute;
  inset: 141% 0% auto auto;
  box-shadow: 4px 4px 3px #33846da6;
}

.language-list.is--open {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  min-height: 14em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  display: none;
}

.language-tc {
  color: #006548;
  text-align: center;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
}

.mainnavitem--loan {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 2.2em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.mainnavitem--loan:hover {
  border: 1px #000;
}

.dropdown-toggle-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-toggle-2.mainnavitem {
  border-bottom-width: 6px;
  border-bottom-color: #0000;
  flex-wrap: wrap;
  flex: 0 auto;
}

.dropdown-toggle-2.mainnavitem:hover {
  background-color: #fff;
  border: 1px #000;
  border-bottom: 6px #fd9b41;
}

.dropdown-toggle-2.mainnavitem:focus {
  border-bottom-width: 6px;
  border-bottom-color: #fd9b41;
}

.loan-dropdown-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: .625em solid #02b89f;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-direction: column;
  width: 18em;
  margin-top: 0;
  margin-left: 0%;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 87% 0% auto -36%;
  overflow: hidden;
  box-shadow: 4px 4px 3px 2px #33846da6;
}

.loan-dropdown-wrapper.is--open {
  display: none;
}

.loan-linkblock {
  color: #11513e;
  background-color: #fff;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 1.2em;
  font-size: 1em;
  text-decoration: none;
  display: block;
  box-shadow: inset 0 -1px #61b995;
}

.loan-linkblock:hover {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(138deg, #57c8b661 25%, #e4ffe5);
}

.dropdown-item-text {
  color: #006548;
  margin-bottom: 0;
  font-size: 1.35em;
  font-weight: 500;
}

.languageblock {
  text-align: center;
  background-color: #fff;
  border-radius: .4em;
  width: 100%;
  margin-bottom: .5em;
  padding: .3em 1.275em;
}

.languageblock:hover {
  background-image: linear-gradient(#57c8b640, #57c8b640);
}

.languageblock.is--mobile {
  margin-bottom: 1em;
  padding: .3em .475em;
}

.language-sc {
  color: #006548;
  text-align: center;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
}

.language-en {
  color: #015f44;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.footer-grid {
  grid-row-gap: 32px;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.footer-leftinfo-wrapper {
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 90%;
  margin-top: auto;
  margin-right: 0;
  padding-bottom: 1.2em;
  padding-right: 1.6em;
  display: flex;
}

.image-23 {
  padding: 0;
}

.footer-contact-wrapper {
  border-left: 2px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 90%;
  margin-top: auto;
  margin-right: 0;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
  display: flex;
}

.contact-info-item {
  text-align: left;
  align-self: flex-start;
  margin-top: 1em;
}

.dark-green {
  background-color: var(--f-ctt-bronze);
  width: 100%;
  height: 20px;
}

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

.nav-container {
  background-color: var(--f-light);
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: static;
  top: 0;
}

.full-width-container {
  background-color: var(--f-ctt-red);
  overflow: visible;
}

.strong {
  flex: none;
  justify-content: flex-start;
  font-weight: 700;
  display: flex;
}

.question {
  background-color: var(--f-ctt-red);
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: .2em 1.2em;
  display: block;
}

.inlinelink_withicon {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--f-ctt-red);
  color: var(--f-ctt-red);
  cursor: pointer;
  padding-left: .2em;
  padding-right: 2em;
  font-size: 1.125rem;
  display: inline-block;
}

.inlinelink_withicon:hover {
  filter: hue-rotate(180deg);
  outline-offset: 0px;
  border: 1px #177258;
  border-bottom: 2px solid #177258;
  outline: 1px #177258;
}

.radio-btn {
  background-color: #fff;
  border: 1px #33846d;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: .5em;
  padding: 0 1em;
  display: flex;
}

.add-top-btn-paddinng {
  margin-top: 1.6em;
  margin-bottom: 3em;
}

.part {
  flex-direction: row;
  margin-bottom: 4em;
  display: flex;
}

.part.verticle {
  flex-direction: column;
}

.add-margin-1em {
  color: var(--f-textcolor);
  margin-bottom: 1em;
  display: block;
}

.pdf-documents {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--f-ctt-greytext);
  justify-content: space-between;
  align-items: center;
  padding: .8em 1.2em;
  display: flex;
}

.pdf-year-wrapper {
  margin-bottom: 2em;
}

.download-pdf {
  padding: 0 .5em;
  position: static;
}

.download-pdf:hover {
  background-color: var(--f-blue-80);
  color: var(--f-white);
  mix-blend-mode: normal;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-title {
  color: #015f44;
  width: 100%;
  margin-bottom: 1.1em;
  padding-top: 49px;
}

.news-text {
  flex-flow: column wrap;
  flex: 0 auto;
  width: 100%;
  padding: .6em .6em 2em;
  display: flex;
}

.news-text.top-bottom-margins-regular {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.news-item-wrapper {
  outline-offset: 0px;
  cursor: pointer;
  border: 1px #000;
  outline: 3px #333;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  padding: 9px;
  transition: all .225s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.news-item-wrapper:hover {
  background-color: var(--f-hover-lightblue);
}

.contact-form-title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.alert-star {
  color: var(--color-philately);
  font-weight: 500;
}

.external-doc-wrapper {
  color: var(--f-textcolor);
  border-radius: 0;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  font-size: .95rem;
  text-decoration: underline;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
  box-shadow: inset 0 -1px #fff;
}

.external-doc-wrapper:hover {
  color: var(--f-textcolor);
  padding-left: 0;
  padding-right: 0;
}

.picture-left-col {
  background-image: url('../images/caixa-building.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 22.5em;
  position: relative;
}

.picture-left-col.is-museum {
  background-image: url('../images/museum-building.jpg');
  background-position: 50% 82%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 50%;
  min-height: 25em;
}

.picture-left-col.picture-esign1 {
  background-image: url('../images/eSignTrust-building.jpg');
  width: 100%;
  height: 23.125em;
}

.picture-left-col.picture-esign2 {
  background-image: url('../images/ctt_buildingDMaria-3.jpeg');
  background-position: 0 100%;
  width: 100%;
  height: 23.125em;
}

.picture-left-col.ctt-building {
  background-image: url('../images/ctt-building-telecom.jpg');
  background-position: 50% 0;
  width: 100%;
}

.picture-left-col.ctt-building2 {
  background-image: url('../images/fc68a1b9-72b2-4646-8f24-a1176a1e292b-2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.picture-left-col.currency-exchange-office {
  background-image: url('../images/caixa-currency.jpg');
  background-position: 50% 0;
}

.address-right-col {
  width: 100%;
  color: var(--f-textcolor);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.3em 1.5em;
  display: flex;
}

.address-withpicture {
  background-color: #f9f3eb;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.address-withpicture.is--museum {
  flex: 1;
  height: 100%;
}

.news-top-row {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.125em;
  display: flex;
}

.div-block-18 {
  width: 66%;
}

.goback-line {
  justify-content: flex-end;
  margin-bottom: 2em;
  display: flex;
}

.goback_link-block {
  background-image: url('../images/arrow-left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 2.2em;
  padding-right: 0;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  box-shadow: inset 0 -1px #303234;
}

.goback_link-block:hover {
  background-color: #57c8b640;
  padding-left: 32px;
  padding-right: .8em;
}

.sitemap-link {
  margin-bottom: .5em;
  padding: 1px .5em;
  font-size: 1.125rem;
}

.sitemap-link:hover {
  background-color: var(--form-field-default);
}

.submenu-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sitemap-label {
  margin-bottom: .375em;
}

.sitemap-title {
  color: var(--f-ctt-blue);
  margin-bottom: .5em;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: underline;
}

.sitemap-title.opacity {
  opacity: 0;
}

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

.sitemap-wrapper {
  grid-column-gap: 2em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 6em;
  padding-top: 3em;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.style-guide-heading {
  color: #000c;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: #0000004d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.style-guide-info-text {
  color: #0000004d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.gradient-bluetored {
  background-image: linear-gradient(130.82deg, #3f5dc9 30%, #ce0e2d 83%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-form_field_default {
  background-color: var(--form-field-default);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color--ems {
  background-color: var(--color-ems);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color--caixa {
  background-color: var(--color-caixa);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color--museum {
  background-color: var(--color-museum);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color--telecom {
  background-color: var(--color-telecom);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-macaopost {
  background-color: var(--color-macaupost);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-btn_gradient_light {
  background-color: var(--gradient-btn-light);
  background-image: linear-gradient(99.98deg, #fff0, #b9cde0);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-ctt-red {
  background-color: #bb2c34;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-red-80 {
  background-color: var(--f-red-80);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-beige {
  background-color: var(--f-accent-beige);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-light {
  background-color: var(--f-light);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-ctt-blue {
  background-color: var(--f-ctt-blue);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-dark-blue {
  background-color: var(--f-darkblue);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-textcolor-dark {
  background-color: var(--f-textcolor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.f-ctt-greytext {
  background-color: #8e8e8e;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.color-swatch-color-philately {
  background-color: var(--color-philately);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-color-esigntrust {
  background-color: var(--color-esign);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-white {
  background-color: var(--f-white);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-f-blue80-2 {
  background-color: var(--f-blue-80);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.icon-height-medium {
  height: 2rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.text-size-regular {
  color: var(--f-textcolor);
  justify-content: flex-start;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
}

.text-size-regular.is--red {
  color: var(--f-ctt-blue);
  font-weight: 500;
}

.pt-text-size-small {
  color: var(--f-textcolor);
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.6;
}

.pt-text-size-small.is-white {
  color: var(--f-white);
}

.pt-text-size-small.is--white {
  color: var(--f-white);
  letter-spacing: -.02em;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.pt-text-size-tiny {
  font-family: museo, sans-serif;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-size-tiny {
  justify-content: flex-start;
  align-items: center;
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.45;
  display: block;
}

.text-size-tiny.is--white {
  font-size: 1em;
  font-weight: 500;
}

.button-with-arrow {
  background-color: var(--f-ctt-blue);
  opacity: .8;
  width: auto;
  height: auto;
  color: var(--f-white);
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: .65em 3.6em .65em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-arrow:active {
  opacity: 1;
}

.button-with-arrow.secondary {
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
}

.cta-btn-text {
  letter-spacing: .2em;
  white-space: nowrap;
  margin-right: 1em;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}

.cta-btn-text.is--blue {
  color: var(--f-ctt-blue);
  font-weight: 500;
}

.heading-49 {
  color: var(--f-white);
}

.lottie-wrapper {
  flex: 0 auto;
  align-self: center;
  width: auto;
  height: 100%;
  max-height: 2em;
  display: flex;
}

.lottie-wrapper.small {
  width: 1em;
}

.lottie-animation-3 {
  flex: none;
  width: 100%;
  height: 100%;
}

.heading-50 {
  font-size: 1.875rem;
  font-weight: 700;
}

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

.qr-code-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 85%;
  height: 45%;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.label-text {
  background-color: var(--f-ctt-bronze);
  justify-content: flex-start;
  align-items: center;
  padding: 0 1em;
  font-weight: 700;
  display: flex;
}

.labeltag {
  z-index: 10;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.borderarrow-maker {
  background-color: #0000;
  width: 1.2em;
  height: 100%;
  display: flex;
}

.labeltag-arrow {
  border-top: 1em solid #0000;
  border-bottom: 1em solid #0000;
  border-left: 1em solid var(--f-ctt-bronze);
  background-color: #0000;
  width: 50%;
  height: 100%;
}

.navbar {
  z-index: 100;
  width: 100%;
  height: 120px;
  box-shadow: 0 2px 13px -3px var(--f-accent-beige);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_container {
  z-index: 100;
  opacity: 1;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .8em;
  padding-right: .8em;
  display: flex;
  position: relative;
}

.nav-bgcolor {
  z-index: -5;
  background-color: var(--f-white);
  opacity: .65;
  mix-blend-mode: normal;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 0%;
}

.logo_linkblock {
  justify-content: flex-start;
  align-items: flex-end;
  width: 15em;
  height: 100%;
  margin-bottom: 1.9em;
  margin-right: 1.875em;
  display: flex;
}

.logo_linkblock.w--current {
  margin-right: 2em;
}

.nav-text {
  padding: 0;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1.22rem;
  font-weight: 500;
  display: flex;
}

.nav-sizing {
  flex: 0 auto;
  align-self: auto;
  align-items: flex-end;
  padding: 1.5375rem 3rem 2rem 1rem;
  display: flex;
}

.nav-sizing:hover {
  border: 1px #000;
}

.nav-sizing.adjusted-padding {
  padding-right: 1.25em;
}

.nav-menu-wrapper {
  align-items: flex-end;
  height: 100%;
  margin-left: auto;
  padding-right: .5em;
  display: flex;
}

.nav-item-dropdown {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.nav-item-dropdown:hover {
  border-right: 1px solid var(--f-ctt-blue);
  border-left: 1px solid var(--f-ctt-blue);
}

.image-33 {
  width: auto;
}

.dropdown-list {
  background-color: var(--f-white);
  width: 0;
  min-width: 15em;
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  z-index: 101;
  background-color: var(--f-white);
  height: auto;
  padding: .6em .5em;
  inset: 100% auto auto 0%;
  box-shadow: 0 6px 4px #baa6a469;
}

.dropdown-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--f-blue-80) var(--f-blue-80) var(--f-ctt-greytext);
  background-color: var(--f-white);
  white-space: normal;
  padding: .625em 1em;
  font-size: 1.125rem;
  font-weight: 400;
}

.dropdown-link:hover {
  border-color: var(--f-hover-lightblue);
  background-color: var(--f-hover-lightblue);
}

.dropdown-link.margin-botton-small {
  margin-bottom: 4px;
}

.dropdown-link.center {
  text-align: center;
}

.container-maxwidth {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: relative;
}

.section--hero {
  z-index: auto;
  flex: 1;
  width: 100%;
  max-height: 40em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.section--hero.margin-bottom-regular {
  max-height: 42.5em;
}

.bodybg {
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: url('../images/bodyBGsky-1728x780_r2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  overflow: visible;
}

.hero-flex-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.color-overlay-skew {
  z-index: -52;
  opacity: 1;
  filter: blur(20px);
  mix-blend-mode: overlay;
  background-color: #0000;
  background-image: linear-gradient(150deg, #5ea9e7, #fff);
  flex: 0 auto;
  align-self: stretch;
  width: 33.3333%;
  height: 520px;
  position: relative;
  transform: skew(-30deg);
}

.color-overlay-skew.is--white--skew {
  z-index: -50;
  opacity: .58;
  mix-blend-mode: overlay;
  background-color: #ffffff4d;
  background-image: linear-gradient(#ffffff59, #fff);
  width: 33.3%;
}

.color-overlay-skew.is--red--skew {
  z-index: -55;
  opacity: .01;
  filter: blur(20px);
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: linear-gradient(228deg, #bb2c34c9 27%, #d4acae69 77%);
  width: 33.3333%;
  height: 60em;
  margin-top: 0;
  padding-top: 0;
  top: 0;
  transform: skew(1deg);
}

.color-blur-holder {
  z-index: -50;
  justify-content: space-between;
  display: none;
  position: absolute;
  inset: 59% 0% auto;
  overflow: hidden;
}

.hero--top_graphic {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.blur {
  filter: blur(1px);
}

.hero-graphic__holder {
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.nav_button--special {
  opacity: .9;
  border-radius: 0;
  padding: 1.5375em 1.85em 2rem;
  font-size: 1.375em;
  font-weight: 500;
}

.nav-btn-issueplan {
  background-color: var(--f-ctt-red);
  align-self: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  margin-left: .5em;
  margin-right: .5em;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: .75em;
  font-weight: 500;
  display: flex;
}

.nav-btn-issueplan:hover {
  filter: sepia();
}

.nav-btn-issuetext {
  color: var(--f-white);
  text-align: left;
  font-size: 1.22rem;
  line-height: 1.35;
}

.nav-icon-dropdown {
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 3.2em;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.nav-icon-dropdown:hover {
  border: 1px #000;
}

.dropdown-list-language {
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-list-language.w--open {
  background-color: #dce6f0bf;
  height: auto;
  padding: .6em .5em;
  inset: 100% 0% auto auto;
  box-shadow: 8px 9px 0 -2px #0071ce33;
}

.nav-btn-icon {
  align-self: flex-end;
}

.nav-btn-icon-styling {
  width: 100%;
  color: var(--color-telecom);
  padding: 1.1em 1.1em 1.5rem;
}

.dropdown-search {
  background-color: var(--f-hover-lightblue);
  inset: 0% 0% auto;
}

.dropdown-search.w--open {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fffffff2;
  width: 50vw;
  height: auto;
  margin-right: -2.5em;
  padding: 2.8em 3.4em;
  font-family: source-han-sans-traditional, sans-serif;
  display: block;
  inset: 100% 0% auto auto;
  box-shadow: 7px 6px #0071ce33;
}

.form-2 {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-field {
  height: 100%;
  color: var(--f-textcolor);
  mix-blend-mode: normal;
  background-color: #dce6f0;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: inset 0 0 4px #0003;
}

.submit-button {
  background-color: #bb2c34;
  flex: 0 auto;
  width: 6em;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.form-block {
  height: auto;
  margin-bottom: 0;
}

.nav-icons-wrapper {
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
  margin-left: 8px;
  display: flex;
}

.hero-graphics {
  z-index: 0;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  width: 85em;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-shortcut {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 9.05em;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.heading-text-tiny {
  font-family: source-han-sans-traditional, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.heading-text-tiny.is--blue {
  color: var(--f-ctt-blue);
}

.margin-bottom-tiny {
  height: auto;
  margin-bottom: .5em;
}

.shortcut-item-wrapper {
  border: 1px solid var(--f-blue-80);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2.5em;
  max-height: 3em;
  padding: 3px;
  font-size: 1.375em;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shortcut-item-wrapper:hover {
  border: 4px none var(--f-blue-80);
  opacity: .95;
  mix-blend-mode: luminosity;
  transform: scale(1.05);
}

.shortcut-item-text {
  white-space: nowrap;
  margin-left: 1.5em;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.hero-grid-style {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
  grid-template-columns: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
  grid-auto-columns: minmax(200px, 1fr);
  width: 100%;
  max-height: 40em;
  display: grid;
  position: static;
}

.smallbox {
  border: 3px none var(--color-caixa);
  outline-color: var(--f-blue-80);
  outline-offset: 0px;
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
}

.bigbox {
  border: 1px none var(--f-blue-80);
  outline-color: var(--f-blue-80);
  outline-offset: -.5px;
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  display: flex;
}

.bigbox.paddings-tiny {
  padding: 4px;
}

.bigbox.removeborder {
  outline-color: var(--f-blue-80);
  outline-offset: -.5px;
  outline-width: 1px;
  outline-style: none;
}

.svg-sign {
  padding: 0;
}

.hugebox {
  border: 3px none var(--color-caixa);
  outline-color: var(--f-blue-80);
  outline-offset: -.5px;
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hugebox.removeborder {
  outline-color: var(--f-blue-80);
  outline-offset: -.5px;
  outline-width: 1px;
  outline-style: none;
}

.building-wrapper {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 47em;
  height: 100%;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ctt-building {
  flex: 1;
  align-self: flex-end;
  margin-left: -15px;
  padding-bottom: 0;
  overflow: visible;
}

.text-span-4 {
  font-family: museo, sans-serif;
  font-weight: 500;
}

.animated-svg-wifi {
  opacity: .3;
  mix-blend-mode: color-burn;
}

.svg-bar {
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
  display: block;
}

.grid--departments {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: minmax(9.8125em, 1fr) minmax(9.8125em, 1fr) minmax(9.8125em, 1fr) minmax(9.8125em, 1fr);
}

.display-text {
  color: var(--color-philately);
  font-size: 3.75em;
  font-weight: 300;
}

.display-text.is--decored {
  color: var(--color-macaupost);
  text-decoration: none;
  overflow: hidden;
}

.display-text.is--telecomdeco {
  color: var(--color-telecom);
}

.display-text.is--caixadeco {
  color: var(--color-caixa);
}

.display-text.is--esigndeco {
  color: var(--color-esign);
}

.display-text.is--white {
  color: var(--f-white);
  font-size: 3.75rem;
}

.display-text-holder {
  background-color: var(--color-macaupost);
  color: var(--f-white);
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .2em;
  padding-right: 1em;
  font-weight: 300;
  display: flex;
}

.is--space {
  object-fit: cover;
  overflow: visible;
}

.department-wrapper {
  z-index: 10;
  border: 1px none var(--f-blue-80);
  background-color: var(--f-white);
  align-items: center;
  max-height: 9.8125em;
  padding: 22% 0 0 19px;
  display: flex;
  position: relative;
}

.heading-1-style {
  font-size: 1.375em;
  font-weight: 700;
  position: static;
}

.department-img {
  background-image: url('../images/telecom.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 50%;
  height: 100%;
  margin-left: auto;
}

.department-img.is--ems {
  background-image: url('../images/EMS-r2.png');
  background-size: contain;
}

.department-img.is--telecom {
  background-image: url('../images/telecom.png');
}

.department-img.is--caixa {
  background-image: url('../images/caixa_R2.jpg');
}

.department-img.is--museum {
  background-image: url('../images/museum.jpg');
}

.department-img.is--phiately {
  background-image: url('../images/Philately-r2.jpg');
  background-size: contain;
}

.department-img.is--telecom {
  background-image: url('../images/telecom_r2.jpg');
  background-size: contain;
}

.department-img.is--caixa {
  background-image: url('../images/caixa_r2_1.jpg');
  background-size: contain;
}

.department-img.is--esigntrust {
  background-image: url('../images/eSign_r2.jpg');
  background-size: contain;
}

.department-img.is--museum {
  background-image: url('../images/museum_1.jpg');
  background-size: contain;
}

.department-bg {
  z-index: -20;
  background-image: url('../images/macaupost-hover.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.department-bg.is--ems {
  background-image: url('../images/EMS-hover.jpg');
}

.department-bg.is--philately {
  background-image: url('../images/Philately-hover.jpg');
}

.department-bg.is--telecom {
  background-image: url('../images/telecom-hover.jpg');
}

.department-bg.is--caixa {
  background-image: url('../images/caixa-hover.jpg');
}

.department-bg.is--esigntrust {
  background-image: url('../images/eSign-Hover.jpg');
}

.department-bg.is--museum {
  background-image: url('../images/museum-hover_1.jpg');
}

.text-and-image-wrapper {
  z-index: 3;
  outline-color: var(--f-blue-80);
  outline-offset: 0px;
  color: var(--f-textcolor);
  outline-width: 1px;
  outline-style: solid;
  align-items: center;
  padding-left: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-and-image-wrapper.is--philately {
  background-image: url('../images/Philately-hover.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-and-image-wrapper.is--telecom {
  background-image: url('../images/telecom-hover.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-and-image-wrapper.is--caixa {
  background-image: url('../images/caixa-hover.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-and-image-wrapper.is--esigntrust {
  background-image: url('../images/eSign-Hover.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-and-image-wrapper.is--museum {
  background-image: url('../images/museum-hover.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-and-image-wrapper.is--philately, .text-and-image-wrapper.is--telecom, .text-and-image-wrapper.is--caixa, .text-and-image-wrapper.is--esigntrust, .text-and-image-wrapper.is--museum {
  background-image: none;
}

.margin-bottom-large {
  margin-bottom: 8em;
}

.news-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-news-link-small-col {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.news-wrapper {
  min-height: 33.1875em;
}

.buttons-position {
  flex-direction: row;
  display: flex;
}

.inline-text-with-arrow {
  opacity: .8;
  width: auto;
  height: auto;
  color: var(--f-textcolor);
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inline-text-with-arrow:hover {
  color: var(--f-textcolor);
  background-color: #0000;
}

.inline-text-with-arrow:active {
  opacity: 1;
}

.labeltag-for-news {
  z-index: 10;
  height: 1.4rem;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.labeltag-for-news.is--macaupost {
  height: 1.6rem;
}

.labeltag-position {
  z-index: 20;
  object-fit: fill;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label-text-for-news {
  background-color: var(--color-macaupost);
  color: var(--f-white);
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 1em;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.borderarrow-maker-for-news {
  background-color: #0000;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
}

.labeltag-arrow-for-news {
  border-top: .8rem solid #0000;
  border-bottom: .8rem solid #0000;
  border-left: 1rem solid var(--color-macaupost);
  background-color: #0000;
  align-self: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-text-regular {
  font-size: 1.375rem;
  display: block;
}

.heading-text-regular.margin-bottom-tiny {
  margin-bottom: 0;
}

.heading-text-regular.is--blue {
  color: var(--f-ctt-blue);
}

.heading-text-regular.is--white {
  text-align: left;
  font-weight: 700;
}

.heading-text-small {
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
}

.heading-text-small.is--blue {
  color: var(--f-ctt-blue);
}

.svg-embed-small {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5em;
  margin-right: 8px;
  display: flex;
}

.inline {
  color: var(--color-macaupost);
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.date-format {
  margin-right: 1em;
  font-family: museo, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.date-format.is--grey {
  color: var(--f-ctt-greytext);
  font-size: .95rem;
}

.time-format {
  font-family: museo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.top-bottom-margins-regular {
  margin-top: 5em;
  margin-bottom: 5em;
}

.lottie-wrapper-resize {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-height: 3em;
  margin-right: .75em;
  padding: 0;
  display: flex;
}

.lottie-animation-5 {
  justify-content: flex-end;
  width: auto;
  height: 48px;
  display: block;
}

.session--publication {
  background-color: var(--untitled-ui-gray100);
}

.session--publication.margin-bottom-regular {
  position: relative;
}

.sessionbreak--box {
  background-color: #766e63;
  width: 1.5em;
  height: 1.5em;
}

.sessionbreak--box.is--gold {
  background-color: #ce0e2d;
  width: 1.5em;
  height: 1.5em;
}

.sectionbreak-text {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.5em;
  display: flex;
}

.publication-select-wrapper {
  z-index: 30;
  width: 100%;
  padding-left: 1.875em;
  position: relative;
}

.inline_textlink-2 {
  border-bottom: 1px none var(--f-textcolor);
  box-shadow: 0 2px 0 0 var(--f-textcolor);
  color: var(--f-textcolor);
  border-radius: 0;
  flex-wrap: wrap;
  margin-right: 19px;
  padding-bottom: 4px;
  padding-left: .3em;
  padding-right: .3em;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
}

.inline_textlink-2:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--f-ctt-red);
  box-shadow: 0 2px 0 0 var(--f-ctt-red);
  color: var(--f-ctt-red);
  background-color: #0000;
  padding-left: .3em;
  padding-right: .3em;
}

.inline_textlink-2.otherlanguage-small {
  border-bottom-style: none;
  padding-bottom: 4px;
  font-family: museo, sans-serif;
}

.more-issues-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding-left: 39px;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1rem;
  display: flex;
}

.more-issues-wrapper.margin-bottom-tiny {
  width: 50%;
}

.publication-title {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  transition: padding-left .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.publication-title:hover {
  padding-left: .5em;
}

.section-title {
  color: var(--f-textcolor);
  font-size: 1.625rem;
  font-weight: 700;
  display: inline;
}

.section-title.side-paddings-tiny {
  color: #ce0e2d;
  padding-left: 12px;
  padding-right: 12px;
}

.sectiontext {
  justify-content: center;
  align-items: center;
  padding: 5.375px;
  display: flex;
}

.publication-wrapper {
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.dot {
  background-color: var(--f-ctt-blue);
  width: .6em;
  height: .6em;
  display: block;
}

.dot.is--red {
  background-color: #ec414b;
}

.dot.is--orange {
  background-color: #f8a201;
}

.dot.is--green {
  background-color: #1d9b77;
}

.dot.is--purple {
  background-color: #e259b0;
}

.shortcut-name {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-37 {
  opacity: .32;
  mix-blend-mode: color-burn;
}

.red-line {
  z-index: 10000;
  background-color: var(--f-ctt-red);
  height: 16px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.shortcut-list-wrapper {
  z-index: 10;
  width: 30em;
  position: relative;
}

.shortcut-item-border {
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  justify-content: space-between;
  width: 100%;
  padding-left: .8em;
  display: flex;
}

.issueplan-sizing {
  margin-bottom: 0;
}

.tagline-svg {
  z-index: 2;
  width: 35%;
  position: absolute;
  inset: auto auto -3px -3px;
}

.postman {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.postman-svg-wrapper {
  border-bottom: 2px none var(--f-blue-80);
}

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

.icon-wrapper {
  color: var(--f-white);
  padding: 0;
  display: inline-block;
}

.add-margin-right-tiny {
  margin-right: 4px;
  font-size: 1rem;
}

.arrow-wrapper {
  width: 2em;
  height: 2em;
  color: var(--untitled-ui-gray500);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.arrow-wrapper.add-margin-right-tiny {
  color: var(--f-white);
  align-self: center;
}

.path-text {
  color: var(--f-white);
  flex: none;
  align-self: center;
  padding-bottom: 1px;
  font-size: 1.125rem;
  font-weight: 500;
}

.path-arrow {
  color: var(--f-white);
  padding-top: 0;
}

.div-block-30 {
  align-items: center;
  height: 100%;
  display: flex;
}

.page-banner {
  object-fit: cover;
  width: 100%;
  max-height: 25em;
  position: relative;
}

.department-news {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  outline-offset: 0px;
  outline: 3px #333;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.page-title-wrapper {
  background-color: var(--f-white);
  padding: .75em;
  position: absolute;
  inset: auto auto 0% 4em;
}

.heading-text-big {
  color: var(--f-ctt-blue);
  font-size: 3.75em;
  font-weight: 700;
}

.department-news-card {
  border: 1px solid var(--f-ctt-greytext);
  flex: 1;
  width: 32%;
  min-height: 25em;
  position: relative;
}

.card-news-list {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3.1em 1em 1em;
  display: flex;
  position: static;
}

.card-news-list.add-paddings {
  padding: 3em 4em 5em;
}

.news-thumbnail {
  border: 1px solid var(--f-ctt-greytext);
  background-color: #0000;
  border-radius: 2px;
  flex: none;
  width: 7.5em;
  height: 7.5em;
  padding: 6px;
}

.news-thumbnail.add-margin-right-tiny {
  width: 6em;
  min-width: auto;
  height: 6em;
  min-height: auto;
  margin-right: 1em;
}

.news-text-preview {
  width: 100%;
  color: var(--f-ctt-greytext);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.32;
}

.ctt-button {
  margin-right: 1.5em;
}

.ctt-button.tertiary {
  width: 6em;
}

.path-linkblock-text {
  border-bottom: 2px solid var(--f-white);
  color: var(--f-white);
  font-size: 1em;
  transition: background-color .375s cubic-bezier(.19, 1, .22, 1);
}

.path-linkblock-text:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--f-ctt-red);
  background-color: var(--f-ctt-red);
  color: var(--f-ctt-red);
}

.cta-btn-text-more {
  color: var(--f-textcolor);
  letter-spacing: .2em;
  white-space: nowrap;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.readmore-text-sizing {
  width: auto;
  color: var(--f-white);
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 0 6px;
  display: flex;
}

.svg-wrapper-regular {
  width: 1.6em;
  height: 1.6em;
}

.svg-sizing {
  width: 2em;
  height: 2em;
}

.svg-sizing.small {
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.readmore-btn {
  background-image: url('../images/arrow-right.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto 65%;
  width: 5.2em;
  transition: transform .4s;
}

.readmore-btn:hover {
  color: var(--untitled-ui-gray200);
  background-position: 100%;
  border-bottom-style: none;
}

.inline-textlink-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.inline-textlink-wrapper:hover {
  color: var(--f-textcolor);
}

.news-department-pic {
  cursor: pointer;
  object-fit: cover;
  border-bottom: 1px #108781;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 4.8em;
  max-height: 14em;
  margin-bottom: 2em;
  padding: 0;
  transition: all .225s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  overflow: hidden;
}

.department-news-forward-card {
  border: 1px solid var(--f-ctt-greytext);
  flex: 1;
  width: 100%;
  max-height: 28em;
  position: relative;
}

.department-news-forward-card.margin-bottom-tiny {
  margin-bottom: 1em;
}

.department-news-redirect {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 30%;
  display: flex;
}

.para_link-block_iconfirst-aniamted {
  text-align: right;
  background-color: #0000;
  background-image: url('../images/arrow-left.svg');
  background-position: 22%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: wrap;
  width: 5em;
  padding-left: 2.4em;
  padding-right: .2em;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
}

.para_link-block_iconfirst-aniamted:hover {
  background-color: var(--hover-red);
  color: #fff;
  background-position: 5%;
  padding-left: 2.4em;
  padding-right: .2em;
}

.news-item {
  width: 100%;
  position: static;
}

.news-item-title {
  border-top: 2px solid var(--f-ctt-blue);
  border-bottom: 2px solid var(--f-ctt-blue);
  color: #015f44;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 7em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .6em 1.2em;
  display: flex;
  position: relative;
}

.news-item-tag-position {
  position: absolute;
  inset: -2.2rem auto auto 0%;
}

.h1-news-heading {
  color: var(--f-black);
  font-size: 2.25em;
}

.page-control-btn {
  justify-content: flex-end;
  padding-top: 6em;
  padding-bottom: 0;
  display: flex;
}

.news-item-image-wrapper {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.image-39 {
  width: 100%;
}

.text-box {
  box-shadow: inset 0 -2px 0 0 var(--f-textcolor);
  border-bottom: 1px #000;
  padding-bottom: 4px;
}

.body {
  background-color: #0000;
}

.margin-bottom-regular {
  margin-bottom: 5em;
}

.contact-email {
  box-shadow: 0 2px 0 -1px var(--f-white);
}

.contact-email:hover {
  background-color: var(--ctt-red-dark);
}

.btn-sizing {
  align-self: flex-start;
  width: auto;
}

.tabs-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding-top: 3em;
  display: flex;
  position: relative;
}

.tabs-wrapper.side-paddings-regular {
  flex-direction: column;
  padding-left: 4em;
  padding-right: 4em;
}

.tab-link-item {
  width: auto;
  color: var(--f-ctt-greytext);
  background-color: #0000;
  background-image: url('../images/greyBlock.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-right: .75em;
  padding-left: .9em;
  padding-right: 1em;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.tab-link-item:hover {
  background-color: var(--f-hover-lightblue);
}

.tab-link-item.w--current {
  border-bottom: 1px none var(--e7e7e7);
  color: var(--f-ctt-red);
  background-color: #0000;
  background-image: url('../images/redBlock.svg');
  background-position: 0%;
  background-size: auto;
  flex-wrap: wrap;
  align-items: stretch;
  font-weight: 700;
}

.tab-link-item.annual-report.w--current {
  border: 1px #000;
}

.tab-link-item.ems {
  background-position: 0%;
}

.tabs-menu {
  border-top: 1px solid var(--f-ctt-blue);
  border-bottom: 1px solid var(--f-ctt-blue);
  flex-wrap: wrap;
  height: auto;
  display: flex;
}

.tabs {
  border-top: 2px none var(--f-ctt-blue);
  border-bottom: 2px none var(--f-ctt-blue);
  width: 100%;
  margin-top: .5px;
}

.list-item-spacing {
  color: var(--f-textcolor);
  margin-bottom: 1.2em;
}

.bullet-point {
  margin-top: 2em;
}

.tab-content-wrapper {
  clear: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.para-title {
  color: var(--f-ctt-red);
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.para-title.add-margin-1em {
  display: flex;
}

.para-title.is--white {
  color: var(--f-white);
}

.para {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3em;
  display: flex;
}

.text-compare {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.verticle-split {
  width: 48%;
}

.radio-btn-field {
  color: var(--f-textcolor);
  align-items: center;
  margin-right: 2em;
  font-size: 1.125rem;
  display: flex;
}

.form-name {
  flex-direction: column;
  width: 100%;
  display: inline-block;
}

.radio-btn-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  padding-left: 1.5em;
  display: flex;
}

.star {
  color: var(--f-ctt-red);
}

.contact-methods-wrapper {
  align-items: center;
  display: flex;
}

.sides-padding-tiny {
  margin-left: 1.25em;
  margin-right: 1.25em;
}

.textarea {
  background-color: var(--form-field-default);
  height: auto;
  min-height: 10rem;
  color: var(--f-textcolor);
  font-size: 1.05rem;
}

.textarea:focus {
  box-shadow: 0 2px 0 0 var(--f-blue-80);
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
}

.checkbox-2 {
  margin-top: .625em;
  margin-right: .5em;
}

.para-link {
  box-shadow: 0 3px 0 -1px var(--f-ctt-red);
  color: var(--f-ctt-red);
  text-decoration: none;
}

.remark-text-wrapper {
  background-color: var(--hover-red);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 2em;
  display: flex;
}

.remark-sizing {
  padding: 2em;
}

.contactus-form {
  border: 1px solid var(--f-ctt-greytext);
  background-color: #0000;
  padding: 5em 5em 8em;
}

.tabs-menu-publication {
  border-top: 1px solid var(--f-ctt-blue);
  border-bottom: 1px solid var(--f-ctt-blue);
  display: flex;
}

.annual-report-wrapper {
  border: 1px none var(--f-ctt-greytext);
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.6em;
  display: flex;
}

.annualrepor-cover {
  object-fit: contain;
  height: 100%;
}

.annualreport-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cover-shadow {
  margin-bottom: 1.75em;
  box-shadow: 1px 2px 8px -1px #0003;
}

.html-embed-23 {
  display: inline-block;
}

.inline-linkblock-withicon {
  width: auto;
  box-shadow: 0 3px 0 -2px var(--f-ctt-red);
  color: var(--f-ctt-red);
  align-items: center;
  font-weight: 400;
  display: flex;
  transform: translate(0);
}

.inline-linkblock-withicon:hover {
  border: 1px none var(--f-textcolor);
  background-color: var(--hover-red);
  box-shadow: none;
  transform: none;
}

.inline-linkblock-withicon.is--blue {
  box-shadow: 0 3px 0 -2px var(--f-ctt-blue);
  color: var(--f-ctt-blue);
  margin-bottom: .8em;
  display: flex;
}

.inline-linkblock-withicon.is--blue:hover {
  background-color: var(--f-hover-lightblue);
}

.inline-linkblock-withicon.is--greytext {
  box-shadow: 0 3px 0 -2px var(--f-textcolor);
  color: var(--f-textcolor);
}

.inline-linkblock-withicon.is--greytext:hover {
  background-color: var(--form-field-default);
}

.icon-sizing {
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  display: flex;
}

.icon-sizing.small {
  width: 1.5em;
  height: 1.5em;
}

.emcontacto-list-tableview.hide {
  display: block;
}

.table-title__text {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.table-title__text.is--mobiletitle {
  color: var(--f-textcolor);
  font-size: 1.05rem;
  display: none;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.accordion-icon_vertical-line {
  background-color: var(--f-ctt-greytext);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui-gray400);
  width: .75rem;
  height: 2px;
  color: var(--f-ctt-greytext);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--f-ctt-greytext);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-career02_item {
  border: 1px none var(--untitled-ui-gray200);
  border-radius: 1rem;
  padding: 0;
}

.uui-career02_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-career02_list-wrapper {
  display: block;
  overflow: hidden;
}

.uui-career02_job-department {
  border-top: 1px solid var(--f-ctt-greytext);
  border-bottom: 1px solid var(--f-ctt-greytext);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.annualreport_accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
}

.uui-career02_component {
  margin-top: 4rem;
}

.nav-item {
  flex: none;
  align-self: flex-end;
  height: 100%;
  display: flex;
}

.nav-item:hover {
  border-right: 1px solid var(--f-ctt-blue);
  border-left: 1px solid var(--f-ctt-blue);
}

.announcement-wrapper {
  padding: 1em 0;
}

.announcement-content {
  border-top: 1px dashed var(--f-ctt-blue);
  border-bottom: 1px dashed var(--f-ctt-blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 12em;
  display: flex;
}

.lottie-wrapper-big {
  flex: 0 auto;
  align-self: center;
  height: 100%;
  display: flex;
}

.col1 {
  clear: left;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  column-count: 2;
  column-rule-width: 0px;
  white-space: nowrap;
  direction: ltr;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  column-gap: 1.5em;
  width: 50%;
  display: flex;
  position: static;
}

.job-opening-card {
  border: 1px solid var(--f-ctt-greytext);
  white-space: normal;
  flex: none;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
  padding: 1.25em;
  display: block;
}

.job-opening-statues {
  padding-top: .7rem;
  padding-bottom: .4rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--f-blue-80);
  background-color: var(--form-field-default);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pin-svg-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .6rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  background-color: var(--f-ctt-blue);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.25rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  padding-top: 2em;
  position: relative;
}

.pin-svg-embed {
  color: var(--f-ctt-blue);
}

.job-application-card {
  background-color: var(--f-ctt-blue);
  white-space: normal;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 1.25em;
}

.div-block-33 {
  background-color: var(--f-white);
  margin-bottom: .75em;
  padding: 1em;
}

.inline-linkblock-withicon-small {
  width: auto;
  box-shadow: 0 3px 0 -2px var(--f-ctt-blue);
  color: var(--f-ctt-blue);
  align-items: center;
  font-weight: 400;
  display: flex;
  transform: translate(0);
}

.inline-linkblock-withicon-small:hover {
  border: 1px none var(--f-textcolor);
  background-color: var(--f-hover-lightblue);
  box-shadow: none;
  transform: none;
}

.application-title-wrapper {
  margin-bottom: .8em;
}

.heading-53 {
  font-size: 1.48rem;
}

.inline-linkblock-sizing {
  width: auto;
  display: inline-block;
}

.inline-linkblock-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 3.9em;
  padding-top: 0;
  display: flex;
}

.link-holder {
  font-size: 1.125rem;
  font-weight: 500;
}

.link-holder:hover {
  background-color: var(--form-field-default);
}

.date-wrapper {
  color: var(--f-ctt-red);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.lottie-speaker {
  width: 100%;
  height: 100%;
}

.inline-linkblock-withicon-is-grey {
  width: auto;
  box-shadow: 0 3px 0 -2px var(--f-textcolor);
  color: var(--f-textcolor);
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  transform: translate(0);
}

.inline-linkblock-withicon-is-grey:hover {
  border: 1px none var(--f-textcolor);
  background-color: var(--hover-red);
  box-shadow: none;
  transform: none;
}

.image-fit {
  object-fit: cover;
  align-self: center;
  width: 100%;
}

.lightbox-wrapper {
  float: right;
  flex-flow: column wrap;
  place-content: flex-start space-between;
  align-items: flex-end;
  width: 50%;
  height: auto;
  margin-bottom: 1em;
  margin-left: 1em;
  display: block;
  position: static;
  overflow: hidden;
}

.lightbox-aboutctt {
  float: right;
  width: 100%;
  max-width: 8.75em;
  margin-right: 0;
  padding-top: 68%;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-aboutctt.big {
  width: 100%;
  max-width: 39.1875em;
  height: 100%;
  margin-bottom: 14px;
}

.image-positioning {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.19, 1, .22, 1);
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-positioning:hover {
  transform: scale(1.1);
}

.primary {
  width: 100%;
}

.secondary {
  justify-content: space-between;
  display: flex;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: minmax(25em, 27.375em) minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: end;
  align-self: flex-end;
  width: 100%;
  overflow: visible;
}

.section-title-wrapper {
  background-color: var(--f-hover-lightblue);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6em;
  padding: 12px .8em;
  display: flex;
}

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

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

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

.dropdown-year-text {
  text-align: left;
  font-size: 1.125rem;
}

.dropdown-year-wrapper {
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  padding: .75em 0;
  display: block;
}

.selectyear-wrapper {
  border: 1px solid var(--f-blue-80);
  background-color: var(--f-white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2em;
  display: flex;
}

.selectyear-wrapper.w--open {
  padding-left: 1.5em;
}

.selectyear-dropdown {
  z-index: 84;
  flex: 0 auto;
  width: 15em;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.tender-table-wrapper {
  margin-bottom: 6em;
  position: relative;
}

.forms-download-wrapper {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 5em;
  padding-top: 0;
  display: block;
}

.forms-download-wrapper.macaupost {
  padding-top: 0;
}

.forms-download-wrapper.philately {
  margin-top: 0;
  margin-bottom: 4em;
  padding-top: 4em;
}

.forms-download-wrapper.telecom {
  margin-top: 0;
}

.tender-table-col1 {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--e7e7e7);
  background-color: #0000;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1rem;
  display: flex;
}

.tender-table-col1.header {
  background-color: var(--f-ctt-blue);
  border-style: none;
  justify-content: center;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.tender-table-col1.border {
  border-right-style: solid;
  border-right-color: var(--e7e7e7);
  justify-content: flex-start;
}

.tender-table-col2 {
  border-right: 1px solid var(--e7e7e7);
  background-color: #0000;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1rem;
  display: flex;
}

.tender-table-col2.header {
  background-color: var(--f-ctt-blue);
  border-right-style: none;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.tender-table-col2.border {
  border-right: 1px solid var(--e7e7e7);
  justify-content: flex-start;
}

.modal {
  z-index: 91;
  background-color: var(--f-white);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  margin: auto;
  padding: 1.25em;
  display: block;
  position: fixed;
  inset: 0%;
  box-shadow: -2px -1px 6px -1px #0003, 7px 7px 6px 1px #12171e26;
}

.modal-background {
  z-index: 90;
  background-color: var(--f-black);
  opacity: .6;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.content_dropdown_list {
  background-color: var(--f-white);
  width: 0;
  min-width: 15em;
  inset: 0% 0% auto;
}

.content_dropdown_list.w--open {
  z-index: 85;
  background-color: var(--f-white);
  height: auto;
  padding: .6em .5em;
  inset: 100% auto auto 0%;
  box-shadow: 0 6px 4px #baa6a469;
}

.modal-content-wrapper {
  border: 2px solid var(--f-ctt-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2.625em;
  padding-bottom: 2.625em;
  display: flex;
  position: relative;
}

.grid-tender {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  grid-template-columns: .5fr 1.5fr;
  align-items: start;
  width: 92%;
  height: auto;
}

.tender-goes-to-wrapper {
  background-color: var(--f-ctt-red);
  width: 100%;
  color: var(--f-white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5em;
  margin-bottom: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.4em;
  font-family: source-han-sans-traditional, sans-serif;
  font-size: 1.125em;
  display: flex;
}

.tender-goes-to-text {
  color: var(--f-white);
  font-size: 1.25rem;
  font-weight: 500;
}

.grid-tender-projectname {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1.5fr;
  align-items: start;
  width: 92%;
  height: auto;
}

.location-page-title {
  color: var(--color-ems);
  font-weight: 500;
  display: inline-block;
}

.is--strong {
  color: var(--f-ctt-blue);
  font-weight: 700;
}

.is--strong.is--grey {
  color: var(--f-textcolor);
}

.is--strong.is--white {
  color: var(--f-white);
  display: block;
}

.tabs-all-office {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.all-offices-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid var(--f-ctt-greytext);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 22%;
  height: 65vmax;
  max-height: none;
  margin-right: 1rem;
  display: flex;
  overflow: scroll;
}

.all-office-content-wrapper {
  width: 78%;
  margin-top: 2em;
  margin-left: 0;
}

.office-tab-menu {
  border: .5px solid var(--f-ctt-greytext);
  background-color: var(--f-white);
  width: 100%;
  color: var(--f-textcolor);
  align-items: center;
  padding-left: .75em;
  padding-right: .75em;
  font-size: 1.125rem;
  display: flex;
}

.office-tab-menu:hover, .office-tab-menu.w--current {
  background-color: var(--f-ctt-red);
  color: var(--f-white);
}

.location-content-wrapper {
  background-color: var(--f-light);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.location-detail {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-weight: 300;
  display: flex;
}

.officehour {
  width: 100%;
  margin-bottom: 2.6em;
}

.grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
}

.services-provided {
  flex-flow: wrap;
  flex: none;
  margin-bottom: 0;
  display: flex;
}

.left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: .5em 1em 3em;
  display: flex;
}

.icon-button-home {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--untitled-ui-gray500);
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .35s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.icon-button-home:hover {
  border-bottom: 2px none var(--f-white);
  background-color: var(--color-philately);
  color: var(--f-white);
  border-radius: 100%;
  overflow: visible;
}

.service-checked {
  border: 1px solid var(--f-textcolor);
  border-radius: 4px;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 2.4em;
  margin-bottom: 7px;
  margin-right: 6px;
  padding: 2px .6em;
  font-size: .85em;
  line-height: 1.15;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 6px -1px #12171e52;
}

.svg-wrapper {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 6px;
  margin-right: 0;
}

.svg-wrapper.big {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: inline-block;
}

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

.map {
  flex: 1;
  align-self: stretch;
  width: 50%;
  min-height: 100%;
}

.location-photo {
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 50%;
  min-height: auto;
  max-height: none;
  padding: 0;
  display: block;
  position: relative;
}

.office-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.branch-content-wrapper {
  flex-direction: row;
  width: 100%;
  min-height: 35em;
  max-height: none;
  display: flex;
  position: relative;
}

.paragraph-24, .paragraph-25 {
  display: none;
}

.remark {
  display: block;
}

.remark.is--alert {
  color: var(--f-red-80);
  font-style: italic;
}

.paragraph-pt {
  color: var(--f-textcolor);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-pt.is--white {
  color: var(--f-white);
}

.paragraph-pt.inlinetext_email {
  width: auto;
  display: flex;
}

.office-1 {
  margin-bottom: 3.2em;
}

.office-name {
  color: var(--f-ctt-red);
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.dropdown-forms-wrapper {
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  padding: .75em 0;
  display: block;
}

.forms-item-wrapper {
  border-right: 1px solid var(--f-ctt-greytext);
  border-bottom: 1px solid var(--f-ctt-greytext);
  border-left: 1px solid var(--f-ctt-greytext);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.forms-item-wrapper.title {
  background-color: var(--f-ctt-blue);
  padding: 0;
}

.forms-table-col1 {
  border-right: 1px solid var(--f-ctt-greytext);
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 70%;
  height: auto;
  padding: 1.25em;
  display: flex;
}

.forms-table-col2 {
  background-color: #0000;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 1.25em;
  display: flex;
}

.department-service-form {
  color: var(--f-white);
  font-size: 1.25rem;
}

.form-subtitleblock {
  border-right: 1px solid var(--f-ctt-greytext);
  border-bottom: 1px solid var(--f-ctt-greytext);
  border-left: 1px solid var(--f-ctt-greytext);
  background-color: var(--f-hover-lightblue);
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  display: flex;
}

.tag-wrapper {
  z-index: 20;
  flex: none;
  height: auto;
  display: flex;
  position: absolute;
  inset: -36px auto auto 0%;
}

.tag-wrapper.is--relativepos {
  max-width: none;
  position: relative;
  top: -1.5em;
}

.div-block-42 {
  color: var(--f-ctt-red);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.macaupost-path {
  padding-bottom: 10px;
}

.service-select-dropdown {
  z-index: 1;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-wrapper {
  z-index: 10;
  background-color: var(--untitled-ui-gray100);
  padding: 1rem;
  position: relative;
}

.location-select {
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex-location {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 22px;
  margin-right: 2em;
  display: flex;
}

.dropdown-menu-text {
  font-size: 1rem;
}

.service-selection-wrapper {
  z-index: 0;
  display: flex;
  position: relative;
}

.location-select-dropdown {
  z-index: 10;
}

.service-select {
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-bg-wrapper.w--open {
  z-index: 1;
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  border-radius: 2px;
  width: auto;
  padding: 8px;
  inset: 108% 0% auto;
  box-shadow: 4px 4px 4px -1px #0003;
}

.dropdown-select-style {
  border-bottom: 1px solid var(--f-blue-80);
  background-color: var(--f-white);
  color: var(--f-textcolor);
  text-align: left;
  white-space: normal;
  margin-bottom: 0;
  padding: .5em .55em;
  font-size: 1rem;
}

.dropdown-select-style:hover {
  background-color: var(--f-hover-lightblue);
}

.office-initial-circlebg {
  border: 1px none var(--f-ctt-red);
  background-color: var(--hover-red);
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 12px;
  display: none;
  position: relative;
  top: 0;
  overflow: hidden;
}

.office-initial-circlebg:hover {
  border-color: var(--f-white);
  background-color: var(--f-ctt-red);
}

.branch-short__text {
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.12;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.flex-service {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 22px;
  margin-right: 2em;
  display: flex;
}

.esigntriust-contactinfo-general {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.esigntrust-generalcontaact-wrapper {
  border: 1px solid var(--color-esign);
  background-color: var(--color-esign);
  background-image: url('../images/esignTrust-bg2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 9.375em;
  max-height: none;
  padding: 1.2em 1.05em 12.6em;
  display: block;
}

.esigntrust-generalinfo {
  white-space: normal;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.info {
  white-space: pre-line;
  margin-bottom: 1.25em;
  display: flex;
}

.info.is--white {
  color: var(--f-textcolor);
  align-self: flex-start;
  display: flex;
}

.office-info-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.map-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-wrapper {
  width: 50%;
}

.map-wrapper.is--museum {
  height: 100%;
}

.office-location-wrapper {
  width: 100%;
  height: auto;
}

.office-location-wrapper.is--museum {
  min-height: 45em;
  max-height: none;
}

.map-full {
  height: 100%;
  min-height: 100%;
}

.bold {
  font-weight: 700;
}

.esign-offices-item {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.esign-offices-item.margin-bottom-regular {
  margin-bottom: 3em;
}

.esigntrust-all-contacts-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.esigntrust-leftcol {
  width: 70%;
  padding-top: 0;
}

.news-img {
  object-fit: cover;
  width: 100%;
  min-height: 75%;
  display: block;
  position: relative;
  overflow: hidden;
}

.news-img.primary {
  padding-top: 56.25%;
}

.news-img._2 {
  object-fit: cover;
  flex: none;
  width: 50%;
  height: 100%;
  min-height: auto;
  padding-top: 0%;
  display: flex;
}

.landing-news-item-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
}

.home-news-item-wrapper {
  width: 100%;
  height: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-news-link {
  background-color: var(--f-white);
  width: 100%;
  height: 100%;
  min-height: auto;
  color: var(--f-textcolor);
  flex-direction: row;
  transition: all .3s;
  display: flex;
}

.home-news-link:hover {
  box-shadow: 4px 7px 5px -2px #0071ce2e;
}

.home-news-link.primary {
  height: 100%;
  min-height: auto;
  box-shadow: none;
}

.home-news-link.primary:hover {
  box-shadow: 5px 6px 5px -2px #0071ce2e;
}

.home-news-link.others {
  flex-flow: row;
  flex: none;
  align-self: auto;
  align-items: center;
  height: 100%;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.home-news-link.others:hover {
  box-shadow: 4px 7px 5px -2px #0071ce2e;
}

.image-47 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.image-48 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-49 {
  z-index: 2;
  position: relative;
}

.publication-title-wrapper {
  width: 100%;
  display: flex;
}

.promo-item-wrapper_ratio56 {
  object-fit: cover;
  flex: none;
  width: 18.8125em;
  padding-top: 56.25%;
  position: relative;
}

.promo-slider-wrapper {
  object-fit: none;
  align-items: center;
  width: 100%;
  min-height: 12.5em;
  max-height: 20.625em;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-wrapper {
  grid-column-gap: 1.6rem;
  width: 100%;
  max-height: 10.1875em;
  display: flex;
  overflow: hidden;
}

.image-absolute {
  object-fit: cover;
  position: absolute;
  inset: 0% 0% auto;
}

.control-previous {
  z-index: 5;
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  opacity: .5;
  width: 3rem;
  height: 3rem;
  color: var(--f-ctt-blue);
  margin-right: auto;
  padding: 9px;
  position: absolute;
  left: -2%;
  box-shadow: 0 3px 7px #8e8e8e40;
}

.control-previous:hover {
  opacity: 1;
}

.control-next {
  z-index: 5;
  border: 1px solid var(--f-ctt-blue);
  opacity: .49;
  width: 3rem;
  height: 3rem;
  color: var(--f-ctt-blue);
  background-color: #fff;
  align-self: center;
  margin-left: auto;
  padding: 9px;
  position: absolute;
  inset: auto -2% auto 0%;
  box-shadow: 0 2px 3px 1px #8e8e8e40;
}

.control-next:hover {
  opacity: 1;
}

.publication-imgs-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.annualreport-img {
  z-index: 15;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  top: 21px;
  left: 125px;
}

.annualreport-img.scaleup {
  transform: scale(1.1);
}

.annualreport-img.hide {
  opacity: 0;
  display: flex;
}

.image-54 {
  object-fit: cover;
}

.emcontacto-img {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.emcontacto-img.scaleup {
  transform: scale(1.1);
}

.emcontacto-img.hide {
  opacity: 0;
  display: flex;
}

.publication-title-annualreport {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  transition: padding-left .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.publication-title-annualreport:hover {
  padding-left: .5em;
}

.publication-title-emcontacto {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  transition: padding-left .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.publication-title-emcontacto:hover {
  padding-left: .5em;
}

._2cols {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5 {
  white-space: nowrap;
}

.esigntrust-email {
  box-shadow: 0 1px 0 0 var(--f-white);
  color: var(--f-white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.esigntrust-email:hover {
  box-shadow: 0 1px 0 .5px var(--f-blue-80);
  color: var(--f-blue-80);
}

.bold-text-6 {
  color: var(--color-esign);
}

.col-1__index {
  z-index: 10;
  width: 15%;
  height: 100%;
  color: var(--f-textcolor);
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 1rem .2rem;
  font-size: 1.125rem;
  display: flex;
  position: sticky;
  left: 0;
}

.col-2__servicetype {
  z-index: 10;
  background-color: #0000;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 1rem .5rem;
  display: flex;
  position: sticky;
  left: 0;
}

.col-2__servicetype.subservice {
  width: 30%;
}

.col3-serviceitems {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 1rem .5rem;
  display: flex;
  position: sticky;
  left: 0;
}

.col3-serviceitems.subsvr {
  width: 30%;
}

.col4__rating {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  padding: 1rem .25rem;
  display: flex;
  position: static;
}

.index {
  padding: .5em .2em;
  position: static;
  left: 0;
}

.hide {
  display: none;
}

.alert-text {
  color: var(--f-ctt-red);
  font-style: italic;
}

.performance-table {
  min-height: auto;
  max-height: none;
  margin-top: 1rem;
  position: relative;
  overflow: visible;
}

.grid-2cols {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
}

.grid-2cols.table-header {
  z-index: 12;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--f-ctt-blue);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: sticky;
  top: 0;
}

.grid-2cols.even {
  background-color: var(--e7e7e7);
}

._2col-flex {
  width: 100%;
  display: flex;
}

._2col-flex.titleformobile {
  display: none;
}

._2col-flex.index {
  padding: 0;
}

.table-remarks {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.col1-index__text {
  color: var(--f-textcolor);
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  display: flex;
}

.col2-servicetype__text {
  color: var(--f-textcolor);
}

.col4-percentage__text {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col3-detail__text {
  color: var(--f-textcolor);
}

.comparison-table-wrapper {
  margin-bottom: 6em;
}

.scrollable-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 20% 40% 40%;
}

.scrollable-table.header {
  z-index: 99;
  background-color: var(--f-ctt-blue);
  grid-template-rows: auto;
  position: sticky;
  top: 0;
}

.scrollable-table-wrapper {
  width: 100%;
  min-height: 75vmin;
  max-height: 56.25rem;
  margin-top: 2rem;
  position: relative;
  overflow: scroll;
}

._3colgrid-col1-index {
  border: 1px #000;
  width: 100%;
  padding-top: .5em;
  padding-left: 1em;
}

._3colgrid-col1-index.data-row {
  border: 1px none var(--f-ctt-greytext);
  background-color: var(--f-white);
  padding-top: 0;
  display: flex;
}

._3colgrid-col2-service-type {
  z-index: 98;
  box-shadow: none;
  border: 1px #000;
  padding-left: 1em;
  position: sticky;
  left: 0;
}

._3colgrid-col2-service-type.data-row {
  border: 1px none var(--f-ctt-greytext);
  box-shadow: none;
}

._3colgrid-col2-service-type.header {
  z-index: 99;
  padding-top: .5em;
}

._3colgrid-col3-percentage {
  height: 100%;
  display: flex;
}

._3colgrid-col3-percentage.data-row {
  border-style: none none solid;
  border-width: .5px;
  border-color: var(--f-ctt-greytext) var(--f-ctt-greytext) var(--e7e7e7);
}

.dividing3 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33.3%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.dividing3.horizontal {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--f-ctt-greytext);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
}

.year-of-title {
  color: #fff;
  text-align: center;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  height: 60%;
  padding: .5em 0;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.percentage-of {
  background-color: var(--f-ctt-red);
  width: 50%;
  height: 100%;
  color: var(--f-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-26 {
  color: var(--f-white);
}

.flex-2sides {
  height: 40%;
  display: flex;
}

.flex-servicetype {
  width: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.detail-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--e7e7e7);
  padding: 1rem 1em;
}

.servicetype__text, .detail__text {
  color: var(--f-textcolor);
}

.percentage {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--e7e7e7) black black;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  display: flex;
}

.full-scale {
  width: 100%;
  height: 100%;
}

.bold-text-7 {
  font-size: 1.1rem;
}

.spacer {
  width: 2rem;
}

.button {
  border: 1.5px solid var(--f-ctt-blue);
  background-color: var(--f-ctt-blue);
  width: 12.5rem;
  color: var(--f-light);
  background-image: url('../images/fullarrow_white.svg');
  background-position: 70% 55%;
  background-repeat: no-repeat;
  background-size: 2em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 3.6rem;
  padding-right: 4.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .28s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.button:hover {
  background-position: 78% 55%;
  padding-left: 2.5rem;
}

.button.secondary {
  background-color: var(--f-white);
  color: var(--f-ctt-blue);
  background-image: url('../images/fullarrow_blue.svg');
  margin-right: 2em;
}

.list-2 {
  list-style-type: decimal;
}

.sub-list {
  color: var(--f-textcolor);
}

.sublist-item {
  color: var(--f-textcolor);
  margin-bottom: 1em;
  list-style-type: lower-roman;
}

.list-item-level1 {
  margin-bottom: 1em;
}

.inlinetext_email {
  border-bottom: 1px solid var(--f-textcolor);
  color: var(--f-textcolor);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.inlinetext_email:hover {
  border-bottom-color: var(--f-ctt-blue);
  background-color: var(--f-hover-lightblue);
  color: var(--f-ctt-blue);
}

.email_format {
  border: 1px solid var(--f-textcolor);
  width: 35%;
  margin-top: 15px;
  padding: 1em;
  display: flex;
}

.last-update__text {
  color: var(--f-ctt-greytext);
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
}

.success-message {
  text-align: center;
  background-color: #d6eccb;
  height: auto;
}

.form-prompt__text {
  color: var(--color-caixa);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: inline-block;
}

._6col-grid-tender {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--e7e7e7);
  grid-template: "start-date end-date project-name method download-pdf quick-summary"
  / 12.5% 12.5% 45% 10% 10% 10%;
}

._6col-grid-tender.header {
  background-color: var(--f-ctt-blue);
  grid-template-columns: 12.5% 12.5% 45% 10% 10% 10fr;
}

._6col-grid-tender.data-row {
  border: 1px solid var(--e7e7e7);
}

._6col-grid-tender.even {
  background-color: var(--e7e7e7);
}

.tender-table-col3 {
  border-right: 1px solid var(--e7e7e7);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em 1em;
  display: flex;
}

.tender-table-col3.header {
  background-color: var(--f-ctt-blue);
  border-right-style: none;
}

.tender-table-col3.border {
  border-right: 1px solid var(--e7e7e7);
  justify-content: flex-start;
}

.tender-table-col5 {
  border-right: 1px solid var(--e7e7e7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.tender-table-col5.header {
  background-color: var(--f-ctt-blue);
  border-right-style: none;
}

.tender-table-col5.border {
  border-right: 1px solid var(--e7e7e7);
  justify-content: flex-start;
}

.tender-table-col6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em .3em;
  display: flex;
}

.tender-table-col6.header {
  background-color: var(--f-ctt-blue);
}

.info-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cell-title {
  margin-right: 8px;
  font-size: 1.1rem;
  display: inline-block;
}

.bold-text-8 {
  font-size: 1.05rem;
}

.more-info-wrapper {
  margin-top: 1.5em;
}

.table-data-box-border {
  border-right: 1px solid var(--e7e7e7);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.round-corner-tag {
  background-color: #f4faad;
  border-radius: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

.project-name {
  font-size: 1.1rem;
  font-weight: 400;
}

.cell-content-sizing {
  width: 100%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.text-span-5 {
  font-size: .9rem;
}

.title-show-on-mobile {
  display: none;
}

.tender-date {
  color: var(--f-textcolor);
}

.project-name-sizing {
  width: 100%;
  height: 100%;
}

.tiny {
  font-size: .9rem;
  font-weight: 400;
}

.quick_summary_link {
  font-weight: 400;
}

.inlinetext_link {
  border-bottom: 1px solid var(--f-textcolor);
  color: var(--f-textcolor);
  text-align: center;
  font-family: museo, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.inlinetext_link:hover {
  border-bottom-color: var(--f-ctt-blue);
  background-color: var(--f-hover-lightblue);
  color: var(--f-ctt-blue);
}

.tender-table-col4 {
  border-right: 1px solid var(--e7e7e7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em .3em;
  display: flex;
}

.tender-table-col4.header {
  background-color: var(--f-ctt-blue);
  border-right-style: none;
}

.tender-table-col4.border {
  border-right: 1px solid var(--e7e7e7);
  justify-content: flex-start;
}

.cell-text {
  color: var(--f-textcolor);
  text-align: center;
  font-size: 1.125rem;
}

.tender-project-name {
  color: var(--f-textcolor);
}

.pagination {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.page-item {
  border: 1px solid var(--f-blue-80);
  background-color: var(--untitled-ui-white);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
}

.paragraph-29 {
  color: var(--f-ctt-blue);
}

.pagination-number {
  z-index: 5;
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  opacity: 1;
  width: 3rem;
  height: 3rem;
  color: var(--f-ctt-blue);
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: 9px;
  display: flex;
  position: static;
  left: -2%;
  box-shadow: 0 3px 7px #8e8e8e40;
}

.pagination-number:hover {
  background-color: var(--form-field-default);
  opacity: 1;
}

.pagination-icon {
  z-index: 5;
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  opacity: 1;
  width: 3rem;
  height: 3rem;
  color: var(--f-ctt-blue);
  margin-left: .5em;
  margin-right: .5em;
  padding: 9px;
  position: static;
  left: -2%;
  box-shadow: 0 3px 7px #8e8e8e40;
}

.pagination-icon:hover {
  background-color: var(--form-field-default);
  opacity: 1;
}

.pagination-icon-copy {
  z-index: 5;
  border: 1px solid var(--f-ctt-blue);
  background-color: var(--f-white);
  opacity: 1;
  width: 3rem;
  height: 3rem;
  color: var(--f-ctt-blue);
  margin-right: auto;
  padding: 9px;
  position: static;
  left: -2%;
  box-shadow: 0 3px 7px #8e8e8e40;
}

.pagination-icon-copy:hover {
  background-color: var(--form-field-default);
  opacity: 1;
}

.paragraph-30 {
  color: var(--f-ctt-blue);
}

.html-embed-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-25 {
  width: 100%;
  height: 100%;
  color: var(--color-caixa);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-9 {
  text-decoration: none;
}

.open-map-wrapper {
  border: 1px none var(--f-white);
  background-color: #cf202ed1;
  border-radius: 15px 0 0;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 1em;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.paragraph-31 {
  color: var(--f-white);
}

.map__text {
  border: 1px none var(--f-white);
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.map-trigger-position {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.html-embed-26 {
  align-self: center;
}

.paragraph-32 {
  text-align: left;
  display: flex;
}

.paragraph-33 {
  text-align: left;
}

.mobile-only-dropdown-trigger {
  width: 100%;
  min-height: auto;
  margin-top: 3em;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.div-block-46 {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--f-ctt-blue) var(--f-blue-80);
}

.dd-trigger-wrapper {
  border: 1px solid var(--f-ctt-blue);
  background-color: #fff;
  width: 10%;
  height: 100%;
  min-height: 3rem;
  max-height: 5rem;
}

.dropdown-icon-linkblock {
  background-color: var(--f-ctt-red);
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.dropdown-display-area {
  width: 90px;
}

.more-photos-wrapper {
  background-color: var(--f-textcolor);
  opacity: .67;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-34 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.mobile-only-dropdown-wrapper {
  border: 1px solid var(--f-ctt-greytext);
  justify-content: space-between;
  max-height: 5.5em;
  display: none;
}

.downdrop-icon-wrapper {
  background-color: var(--f-ctt-red);
  width: 3.2rem;
  height: 100%;
  padding: 8px;
}

.contact-form-wrapper {
  padding-top: 3em;
}

.email-table-col1 {
  border-right: 1px solid var(--f-ctt-greytext);
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 35%;
  height: auto;
  padding: 1.25em;
  display: flex;
}

.email-table-col2 {
  width: 65%;
  height: auto;
  padding: 1.25em;
}

.address-col1 {
  border-right: 1px solid var(--f-ctt-greytext);
  width: 25%;
  padding: 1.25em;
}

.address-col2 {
  width: 75%;
  padding: 1.25em;
}

.copyright_symbol {
  color: var(--f-white);
  font-family: museo, sans-serif;
  font-weight: 500;
}

.image-55 {
  width: 100%;
  max-width: none;
}

.page-banner-full-width {
  width: 100%;
}

.image-56 {
  object-fit: cover;
}

.news_squarethumb {
  width: 100%;
  height: 100%;
}

.sitemap-title-wrapper {
  margin-right: 1em;
}

.grid-chart {
  grid-column-gap: 0px;
  grid-row-gap: 0em;
  grid-template-rows: 18em 12em auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.row1-col1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--f-light);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: .6em .6em .6em 1.5em;
  display: flex;
}

.member-wrapper {
  background-color: var(--f-white);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 10em;
  height: auto;
  min-height: 4.5em;
  padding: 21px;
  display: flex;
  box-shadow: 2px 2px 5px #00000059;
}

.text-and-line-wrapper {
  border-bottom: 5px solid var(--color-philately);
  padding-bottom: .8em;
  padding-right: .8em;
  display: inline-block;
}

.text-and-line-wrapper.color-line {
  border-bottom-color: var(--color-ems);
}

.row1-col2 {
  background-color: var(--f-light);
  align-items: center;
  display: flex;
}

.party-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.line-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px dashed var(--color-philately);
  background-color: var(--f-light);
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-49 {
  border-bottom: 1px dashed var(--color-philately);
}

.row2-col2 {
  background-color: var(--f-light);
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.line-wrapper2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px dashed var(--color-philately);
  background-color: var(--f-light);
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.chart-svg {
  height: auto;
}

.mobile-svg {
  display: none;
}

.desktop-svg {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.close-modal {
  border: 2px solid var(--f-ctt-red);
  background-color: var(--f-white);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .5em .5em 0;
  display: flex;
  position: absolute;
  inset: 1% 1% auto auto;
}

.close-modal:hover {
  border-color: var(--f-ctt-red);
  background-color: var(--f-ctt-red);
  color: var(--f-white);
  mix-blend-mode: normal;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-10 {
  font-weight: 400;
}

.image-57 {
  object-fit: cover;
}

.back_btn_wrapper {
  margin-left: auto;
}

.paragraph-35 {
  text-align: left;
}

.esigntrust-generalcontact-item {
  color: var(--f-white);
  margin-bottom: 1.5em;
}

.contact__is--strong {
  font-weight: 700;
}

.list-item-nospacing {
  color: var(--f-textcolor);
  margin-bottom: .2em;
}

.bold-text-11 {
  margin-left: 52px;
}

.grid--promo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  grid-template-rows: minmax(9.8125em, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}

.grid--promo.color {
  cursor: auto;
  background-image: url('../images/net.png'), linear-gradient(#4caf4b, #c2d778 26%, #fff 47%, #c2d778 102%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 2px #3fb9a1;
  padding: 1rem;
}

.tongtong_linkblock {
  background-color: #f4f5d3;
  border: 1px #3fb9a1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.tongtong_linkblock.shadow {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
}

.div-block-50 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 22rem;
  padding: 1rem;
  display: grid;
}

.card-bg-color {
  aspect-ratio: auto;
  border-style: none;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .8rem;
  display: flex;
  position: relative;
}

.card-bg-color.blue {
  background-color: #f7d8e0;
}

.card-bg-color.pink {
  background-color: #c8bfe7;
}

.card-bg-color.black {
  background-color: #d4e8fd;
}

.card-bg-color.guess {
  z-index: 0;
  border: 2px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform .275s;
  position: absolute;
  inset: 0%;
}

.card-bg-color.guess:hover {
  transform: scale(1.1);
}

.image-24, .image-58, .image-59 {
  object-fit: scale-down;
  width: auto;
  height: 100%;
}

.questionmark_size {
  aspect-ratio: 1;
  object-fit: scale-down;
  height: auto;
}

.paragraph-10 {
  color: var(--f-white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.game_details {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.game_date {
  height: 1.2rem;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.photo_checkin {
  border: 1px #3fb9a1;
  position: relative;
}

.photo_checkin.shadow {
  cursor: pointer;
  width: auto;
  height: auto;
}

.photo_checkin_size {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/monotone-bg.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-53 {
  position: relative;
}

.photo_checkin_title {
  width: 60%;
  padding-top: 1rem;
  padding-left: 1rem;
}

.image-61 {
  position: absolute;
}

.photo {
  filter: drop-shadow(2px 2px 4px #00000026);
  align-self: flex-end;
  height: 75%;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(7deg);
}

.photo.is--2 {
  display: none;
}

.expo_title {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--f-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .2em;
  padding-right: 1em;
  font-weight: 300;
  display: flex;
}

.title_mascot {
  z-index: 1;
  aspect-ratio: 1;
  width: auto;
  height: 55%;
  position: relative;
  bottom: 5%;
  left: 5%;
  overflow: visible;
  transform: scale(1.3);
}

.plushie_wrapper {
  aspect-ratio: 1 / 1.2;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 8rem;
  padding: .5rem;
  display: flex;
}

.plushie_wrapper.is_blue {
  background-color: #f7d8e0;
}

.plushie_wrapper.is-pink {
  background-color: #c8bfe7;
}

.plushie_wrapper.is_black {
  background-color: #d4e8fd;
}

.plushie_wrapper.is_pink {
  background-color: #c8bfe7;
  padding-left: 0;
  padding-right: 0;
}

.image-28 {
  width: auto;
  height: 100%;
}

.paragraph-11 {
  text-align: center;
}

.toy_wrapper {
  border-radius: 1rem;
  padding: 1rem;
}

.toy_wrapper.is--pink {
  background-color: #c8bfe7;
}

.toy_wrapper.is--black {
  background-color: #d4e8fd;
}

.toy_wrapper.is--blue {
  background-color: #f7d8e0;
}

.toy_wrapper.is--guess {
  padding: 0;
}

.grid-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 1rem;
}

.image-64 {
  position: static;
}

.questionmark_size-2 {
  aspect-ratio: 1;
  object-fit: scale-down;
  height: auto;
}

.paragraph-36 {
  text-align: center;
}

.shadow {
  width: 10rem;
  height: 10rem;
  box-shadow: -2px -2px 7px #0003, 2px 2px 7px #0003;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .footer-grid {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .lottie-wrapper {
    width: 3.125em;
    max-height: 3em;
  }

  .dropdown-list {
    width: 15em;
  }

  .dropdown-list.w--open {
    background-color: var(--f-white);
  }

  .dropdown-link {
    border-style: none none solid;
    border-bottom-color: var(--f-accent-beige);
  }

  .section--hero {
    margin-left: auto;
    margin-right: 2px;
    overflow: visible;
  }

  .bodybg {
    background-image: url('../images/bodyBGsky-1728x780_r2.jpg');
    background-position: 50% -30%;
    background-size: cover;
  }

  .color-overlay-skew {
    opacity: .36;
    mix-blend-mode: normal;
    width: 33%;
    position: static;
    inset: 0% auto auto 0%;
  }

  .color-overlay-skew.is--white--skew {
    opacity: 1;
    margin-right: -185px;
    inset: 0% 0% auto 45%;
  }

  .color-overlay-skew.is--red--skew {
    opacity: .11;
    filter: blur(20px);
    mix-blend-mode: normal;
    background-image: linear-gradient(4deg, #cd3c2508, #bb2c34 43%);
    align-self: flex-end;
    width: 53%;
    height: 780px;
    margin-top: 0;
    margin-right: auto;
    inset: 0% 0% auto auto;
    transform: skew(-30deg);
  }

  .color-blur-holder {
    mix-blend-mode: multiply;
    justify-content: space-between;
    width: 100%;
    height: 48.75em;
    display: none;
    position: absolute;
  }

  .nav-icon-dropdown {
    width: 3em;
  }

  .dropdown-list-language {
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-list-language.w--open {
    inset: 100% 0% auto auto;
  }

  .dropdown-search {
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-search.w--open {
    background-color: #fffffff2;
  }

  .smallbox {
    outline-color: var(--f-blue-80);
  }

  .bigbox {
    border-color: var(--color-telecom);
  }

  .bigbox.paddings-tiny {
    border-color: var(--f-ctt-blue);
  }

  .bigbox.removeborder {
    border-color: #0000;
  }

  .building-wrapper {
    padding-right: 0;
  }

  .is--space {
    display: none;
    overflow: visible;
  }

  .department-news-card {
    flex: none;
    justify-content: center;
    width: 32%;
    display: flex;
  }

  .card-news-list {
    width: 100%;
  }

  .card-news-list.add-paddings {
    padding-left: 6em;
    padding-right: 6em;
  }

  .news-thumbnail.add-margin-right-tiny {
    margin-right: 1em;
  }

  .modal {
    display: none;
  }

  .content_dropdown_list {
    width: 15em;
  }

  .content_dropdown_list.w--open {
    background-color: var(--f-white);
  }

  .col-1__index, .col-2__servicetype {
    background-color: #0000;
  }

  .flex-servicetype {
    padding-top: 1rem;
  }

  .chart-svg {
    height: auto;
  }

  .grid--promo.color {
    background-image: url('../images/net.png'), linear-gradient(#4caf4b, #c2d778 29%, #fff 49%, #c2d778 103%);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
    border-style: none;
    border-color: #3fb9a1;
  }

  .tongtong_linkblock {
    border-color: #3fb9a1;
  }

  .photo_checkin, .photo_checkin_size {
    border: 1px #3fb9a1;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
    font-weight: 700;
  }

  p, li {
    font-size: 1.05rem;
  }

  .container.paddings-small {
    padding-bottom: 6em;
  }

  .container.side-paddings-tiny {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .section.is--navbg {
    display: block;
  }

  .section.is--department {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .section.is--department.margin-bottom-regular {
    margin-bottom: 7em;
  }

  .section.is--path {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .section.is--pagebanner.margin-bottom-regular {
    min-height: 20em;
    margin-bottom: 2em;
  }

  .section.is--promo {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .section.is--promo.margin-bottom-regular {
    margin-bottom: 7em;
  }

  .display {
    font-size: 7vw;
  }

  .display.is--white {
    font-size: 8vw;
  }

  .display.is--white.shadow {
    font-size: 4em;
  }

  .text-size-small {
    white-space: normal;
    font-size: .9rem;
  }

  .text-size-small.is--white {
    white-space: nowrap;
    font-size: 1rem;
  }

  .nav_text {
    font-size: 20px;
  }

  .nav_text.is--mobile {
    color: #fff;
  }

  .logo-home {
    width: 32vw;
    padding-right: .8em;
  }

  .box {
    width: 8.125em;
    padding: 0;
  }

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

  .nav-linkblock {
    object-fit: fill;
    background-color: #108781;
    border-bottom: 2px solid #108781;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12.5%;
    margin-right: 0;
    padding-left: 1.5em;
    display: flex;
    position: static;
  }

  .nav-linkblock:active {
    color: #177258;
  }

  .nav-linkblock.is--mobile {
    color: #fff;
  }

  .navigation {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-rightsideelements {
    background-color: #fff;
    flex-direction: column;
    height: 60vh;
    padding-left: 0;
    position: absolute;
    inset: 8.135em 0% auto;
  }

  .nav-rightsideelements.is--mobile {
    background-color: #303234;
    height: 75vh;
    display: none;
    top: 8.134em;
    box-shadow: 6px 6px 7px 1px #33846d;
  }

  .icon-linkblock {
    flex: none;
    justify-content: center;
    width: 20%;
    height: 100%;
    margin-right: auto;
    padding: .75em;
    overflow: visible;
  }

  .icon-linkblock.is--language {
    width: 80%;
  }

  .nav-container {
    justify-content: space-between;
  }

  .is--white {
    font-size: 18px;
  }

  .qr-code {
    object-position: 50% 50%;
    align-self: flex-start;
    width: 5em;
    height: 5em;
    padding: 0;
  }

  .footer-link-wrapper {
    text-align: left;
    flex-flow: column wrap;
    place-content: space-between flex-start;
    align-items: flex-start;
    width: 100%;
    height: 42%;
    padding: 11px;
  }

  .qr-code-item {
    object-position: 50% 50%;
    flex-direction: row;
    flex: none;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .pt-text-size-regular {
    font-size: 1.05rem;
  }

  .qr-holder {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .lottie-animation {
    transform: scale(.7);
  }

  .nav-iconswrapper {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 60%;
    min-width: 15em;
    height: 12.5%;
    margin-right: 0;
  }

  .language-list {
    min-height: 6em;
    box-shadow: none;
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .language-list.is--open {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-height: auto;
    margin-left: 26px;
    display: flex;
    position: relative;
  }

  .language-tc {
    color: #fff;
  }

  .mainnavitem--loan {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 37.5%;
    margin-right: 0;
    position: relative;
  }

  .dropdown-toggle-2.mainnavitem {
    color: #fff;
    text-align: center;
    background-color: #108781;
    border-bottom: 1px solid #505357;
    justify-content: center;
    height: 33%;
    padding-top: 0;
    padding-left: 1.5em;
    display: flex;
  }

  .dropdown-toggle-2.mainnavitem:hover {
    background-color: #108781;
    border-bottom-style: none;
  }

  .loan-dropdown-wrapper {
    width: 100%;
    height: 70%;
    box-shadow: none;
    margin-top: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .loan-dropdown-wrapper.is--open {
    border-top: 2px #bc9d6e;
    border-bottom: 2px #bc9d6e;
    display: block;
  }

  .loan-linkblock {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #cae1d9;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding: 1.1em 2em;
    font-size: 16px;
    display: flex;
  }

  .loan-linkblock:active {
    background-color: #d7e7d7;
    border-top: 2px solid #11513e;
    border-bottom-width: 2px;
    border-bottom-color: #11513e;
  }

  .dropdown-item-text {
    font-size: 18px;
  }

  .languageblock.is--mobile {
    color: #fff;
    background-color: #0000;
    margin-bottom: 0;
  }

  .language-sc, .language-en {
    color: #fff;
  }

  .image-21 {
    order: -1;
    overflow: visible;
  }

  .image-22 {
    width: 100%;
    max-width: 500px;
  }

  .footer-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 4.6875em;
    padding-right: 75px;
  }

  .footer-leftinfo-wrapper {
    border: 1px #000;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding-left: 17px;
  }

  .image-23 {
    width: 100%;
  }

  .footer-contact-wrapper {
    border: 1px #000;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 1.6em;
    padding-left: 3.9em;
  }

  .question {
    color: #fff;
    border-bottom: 1px #000;
  }

  .radio-btn {
    border: 1px solid #33846d;
    align-items: center;
    margin-bottom: 0;
    padding: 21px 39px;
    display: flex;
  }

  .heading-23 {
    font-size: 18px;
  }

  .news-text {
    width: 70%;
  }

  .news-text.top-bottom-margins-regular {
    width: 100%;
  }

  .news-item-wrapper {
    flex-direction: row;
    padding: 1em;
  }

  .contact-form-title {
    font-size: 1.05rem;
  }

  .div-block-18 {
    width: 100%;
  }

  .goback_link-block {
    padding-left: 2.7em;
  }

  .sitemap-title {
    font-size: 1.25rem;
  }

  .sitemap-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .text-size-regular {
    font-size: 1.05rem;
  }

  .pt-text-size-small {
    text-align: left;
    font-size: .95rem;
    line-height: 1.42;
  }

  .pt-text-size-small.is--white {
    text-align: left;
  }

  .pt-text-size-tiny {
    font-size: .88rem;
  }

  .lottie-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .qr-code-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 58%;
    display: flex;
  }

  .nav_container {
    flex: none;
    margin-left: 0;
    padding-top: 25px;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .logo_linkblock, .logo_linkblock.w--current {
    margin-right: auto;
  }

  .nav-sizing {
    border-bottom: 1px solid var(--f-white);
    background-color: var(--f-ctt-blue);
    width: 100%;
    color: var(--f-light);
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: source-han-sans-traditional, sans-serif;
  }

  .nav-sizing.w--open {
    background-color: var(--f-ctt-blue);
    justify-content: flex-start;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .nav-sizing.adjusted-padding {
    border-bottom-style: solid;
    border-bottom-color: var(--f-white);
    height: auto;
  }

  .nav-menu-wrapper {
    z-index: 101;
    border-style: solid;
    border-width: 1px;
    border-color: var(--f-ctt-blue) black black;
    background-color: var(--f-white);
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-right: 0;
    position: absolute;
    inset: 120px 0% 0% auto;
  }

  .nav-item-dropdown {
    z-index: 102;
    background-color: var(--f-white);
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .dropdown-list.w--open {
    z-index: 102;
    width: 100%;
    position: relative;
    inset: 0% 0% auto;
  }

  .dropdown-list.is--mobile.w--open {
    background-color: #0000;
    width: 100%;
    padding: 0;
  }

  .dropdown-link {
    border-bottom-style: solid;
    border-bottom-color: var(--f-ctt-greytext);
    padding-left: 1rem;
    font-size: 1.05rem;
    font-weight: 400;
  }

  .dropdown-link.margin-botton-small {
    border-bottom-style: none;
    padding-left: 1rem;
  }

  .container-maxwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-flex-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .color-blur-holder {
    display: none;
  }

  .nav_button--special {
    border-bottom: 1px solid var(--f-white);
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-btn-issueplan {
    z-index: 102;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .nav-icon-dropdown {
    align-items: center;
    width: 100%;
    height: 3.2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    position: static;
  }

  .dropdown-list-language.w--open {
    width: 100%;
    box-shadow: none;
    background-color: #0000;
    flex-direction: row;
    display: flex;
    position: static;
  }

  .nav-btn-icon {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-btn-icon-styling {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
    position: static;
  }

  .nav-btn-icon-styling.w--open {
    display: flex;
  }

  .dropdown-search.w--open {
    width: 60%;
    box-shadow: none;
    background-color: #0000;
    flex: 0 auto;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .submit-button {
    font-size: 1.125rem;
  }

  .form-block {
    justify-content: flex-end;
    width: 30rem;
    margin-left: auto;
    display: flex;
  }

  .nav-icons-wrapper {
    background-color: var(--f-white);
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: .5rem 0;
  }

  .hero-graphics {
    flex: none;
    width: 100%;
  }

  .hero-shortcut {
    flex: none;
    align-items: flex-start;
    width: 42%;
    padding: 0 0 17px 1.5em;
    inset: 0% 0% 0% auto;
  }

  .shortcut-item-text {
    font-size: 1rem;
  }

  .hero-grid-style {
    grid-template-columns: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
    grid-auto-columns: minmax(2.5em, 1fr);
    width: 100%;
  }

  .smallbox {
    display: none;
  }

  .building-wrapper {
    z-index: 1;
    flex: none;
    width: 49em;
  }

  .grid--departments {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .display-text.is--white {
    font-size: 3rem;
  }

  .heading-1-style {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .text-and-image-wrapper {
    padding-left: 1em;
  }

  .home-news-link-small-col {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-text-regular {
    font-size: 1.125rem;
  }

  .lottie-wrapper-resize {
    margin-right: 0;
  }

  .sectionbreak-text {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .publication-title {
    font-size: 1.6rem;
  }

  .shortcut-name {
    flex: 0 auto;
  }

  .shortcut-list-wrapper {
    width: auto;
    min-width: 26em;
    max-width: none;
  }

  .tagline-svg {
    z-index: 2;
    width: 35em;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    height: 3em;
    padding: 0;
    display: flex;
  }

  .lottie-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .path-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .path-text {
    font-size: 16px;
  }

  .department-news {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .page-title-wrapper {
    left: 2.6em;
  }

  .department-news-card {
    flex: none;
    width: 100%;
  }

  .card-news-list {
    padding-top: 4em;
  }

  .news-thumbnail.add-margin-right-tiny {
    width: 8em;
    height: 8em;
  }

  .news-text-preview {
    font-size: 1.05rem;
  }

  .news-department-pic {
    flex-direction: column;
    min-height: 20em;
    max-height: none;
  }

  .department-news-forward-card {
    flex: 0 auto;
    min-height: 30em;
  }

  .department-news-redirect {
    flex-direction: row;
  }

  .page-control-btn {
    padding-bottom: 0;
  }

  .main-content-wrapper {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .tabs-wrapper {
    position: relative;
  }

  .tabs-wrapper.side-paddings-regular {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .tab-link-item {
    border-bottom: 1px solid var(--f-ctt-greytext);
    background-position: 2%;
    width: 100%;
    min-height: 3.2em;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-size: 18px;
  }

  .tab-link-item:hover {
    background-color: var(--color-telecom);
    color: var(--f-white);
    background-image: url('../images/whiteBlock-01.svg');
    background-size: 8px 8px;
  }

  .tab-link-item.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--f-ctt-greytext);
    background-position: 2%;
    align-items: center;
  }

  .tab-link-item.w--current:hover {
    background-image: url('../images/whiteBlock-01.svg');
    background-position: 2%;
    background-size: 8px 8px;
  }

  .tab-link-item.background.w--current {
    background-position: 2%;
  }

  .tab-link-item.structure {
    margin-bottom: 0;
  }

  .tab-link-item.annual-report.w--current {
    border-style: none none solid;
    border-bottom-color: var(--f-ctt-greytext);
    align-self: center;
  }

  .tab-link-item.emcontacto {
    border-bottom-style: none;
  }

  .tab-link-item.ems, .tab-link-item.ems.w--current {
    background-position: 2%;
  }

  .tab-link-item.telecom.w--current {
    align-items: center;
  }

  .tabs-menu {
    z-index: 15;
    border: 1px solid var(--f-ctt-greytext);
    background-color: var(--untitled-ui-gray50);
    flex-direction: column;
    display: none;
    position: absolute;
    inset: 2px 0% auto;
    box-shadow: 0 4px 4px #0003;
  }

  .tabs {
    margin-top: 0;
    position: relative;
  }

  .list-item-spacing {
    border: 1px #000;
  }

  .tab-content-wrapper {
    z-index: 10;
    padding-top: 2.2em;
  }

  .text-block {
    align-self: center;
  }

  .radio-btn-field {
    margin-right: .7em;
  }

  .textarea {
    min-height: 10em;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .checkbox-2 {
    margin-top: .625em;
  }

  .para-link {
    font-size: .9rem;
  }

  .remark-text-wrapper {
    width: 100%;
  }

  .contactus-form {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .tabs-menu-publication {
    z-index: 10;
    border-right: 1px solid #000;
    border-left: 1px solid var(--f-ctt-greytext);
    background-color: var(--e7e7e7);
    flex-direction: column;
    position: absolute;
    inset: .2rem 0% auto;
  }

  .annual-report-wrapper {
    padding: .6em;
  }

  .table-title__text {
    z-index: 80;
    justify-content: flex-start;
    font-size: 1.25rem;
    position: relative;
  }

  .table-title__text.is--mobiletitle {
    display: flex;
  }

  .nav-item {
    z-index: 102;
    background-color: var(--f-white);
    flex-direction: column;
    align-items: center;
    height: auto;
    position: relative;
  }

  .announcement-content {
    justify-content: center;
  }

  .lottie-wrapper-big {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 0;
  }

  .col1 {
    width: 100%;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .div-block-33 {
    padding: 1.3em 2em;
  }

  .link-holder {
    font-size: 1.05rem;
  }

  .lottie-speaker {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .inline-linkblock-withicon-is-grey {
    font-size: 1.05rem;
  }

  .lightbox-wrapper {
    width: 65%;
  }

  .lightbox-aboutctt {
    object-fit: cover;
    width: 100%;
    padding-top: 68%;
  }

  .lightbox-aboutctt.big {
    width: 100%;
    max-width: 100%;
    padding-top: 61%;
  }

  .image-positioning {
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .grid {
    flex: none;
    grid-template-rows: minmax(25em, 1fr) repeat(auto-fit, minmax(80px, 85px));
    grid-template-columns: minmax(25%, 1fr) minmax(25%, 1fr) minmax(25%, 1fr) minmax(25%, 1fr);
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch start;
    padding-top: 1em;
  }

  .dropdown-year-text {
    font-size: 1.05rem;
  }

  .selectyear-wrapper {
    padding-left: 1.5em;
  }

  .tender-table-wrapper {
    border: 1px #000;
    width: 100%;
    margin-top: 3em;
    overflow: auto;
  }

  .forms-download-wrapper {
    z-index: 10;
    position: relative;
  }

  .tender-table-col1 {
    background-color: var(--floral-white);
    border-style: none;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1em;
  }

  .tender-table-col1.border {
    justify-content: flex-start;
  }

  .tender-table-col2 {
    background-color: var(--floral-white);
    border: 1px #000;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1em;
    display: flex;
  }

  .tender-table-col2.border {
    justify-content: flex-start;
  }

  .modal {
    width: 92vw;
    height: 40vh;
  }

  .modal-content-wrapper {
    justify-content: center;
  }

  .all-offices-menu-wrapper {
    height: auto;
    max-height: 75vmax;
  }

  .location-content-wrapper {
    min-height: 24.0625em;
  }

  .left {
    padding-bottom: 3em;
  }

  .location-photo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .branch-content-wrapper {
    max-height: none;
  }

  .paragraph-pt {
    font-size: 1.125rem;
  }

  .office-name {
    font-size: 1.25rem;
  }

  .forms-table-col1 {
    width: 70%;
  }

  .tag-wrapper {
    z-index: 1;
    position: static;
  }

  .dropdown-wrapper {
    padding: 1rem;
  }

  .esigntriust-contactinfo-general {
    width: 100%;
  }

  .esigntrust-generalcontaact-wrapper {
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-image: url('../images/esignTrust-bg2.jpg');
    background-position: 100% 96%;
    background-repeat: no-repeat;
    background-size: cover;
    outline: 3px #12171e;
    padding-bottom: 1.2em;
  }

  .esigntrust-all-contacts-wrapper {
    flex-direction: column;
  }

  .esigntrust-leftcol {
    width: 100%;
  }

  .news-img {
    flex: 1;
  }

  .news-img.primary {
    flex: none;
    align-self: stretch;
    width: 30%;
    height: 100%;
    min-height: auto;
    padding-top: 0%;
    display: flex;
  }

  .news-img._2 {
    width: 30%;
    padding-top: 0%;
  }

  .landing-news-item-wrapper {
    flex-direction: row;
    flex: none;
    align-self: stretch;
  }

  .home-news-item-wrapper {
    flex: 1;
  }

  .home-news-link {
    min-height: 7.5em;
    max-height: none;
  }

  .home-news-link.primary {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-news-link.others {
    flex-direction: row;
    height: auto;
    min-height: 100%;
  }

  .image-47 {
    inset: 0%;
  }

  .promo-slider-wrapper.add-top-btn-paddinng {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .slider-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .control-previous {
    left: 0%;
  }

  .control-next {
    right: 0%;
  }

  .esigntrust-email {
    font-size: 1.05rem;
  }

  .performance-table {
    min-height: auto;
    max-height: none;
    margin-top: .4rem;
    overflow: visible;
  }

  .scrollable-table.header {
    z-index: 120;
  }

  ._3colgrid-col2-service-type {
    box-shadow: 6px -6px 8px -7px #0003;
  }

  ._3colgrid-col2-service-type.data-row {
    box-shadow: 8px 0 8px -7px #0003;
  }

  .year-of-title {
    font-size: 1.25rem;
  }

  .spacer {
    width: 65%;
  }

  .office-tab-full-name {
    line-height: 1.4;
  }

  .button {
    font-size: 1.05rem;
  }

  .list-2 {
    padding-left: 1.125em;
  }

  .inlinetext_email {
    font-size: 1.05rem;
  }

  ._6col-grid-tender {
    border: 4px solid var(--f-ctt-blue);
    background-color: var(--f-white);
    grid-template: "start-date end-date"
                   "project-name project-name"
                   "method method"
                   "quick-summary quick-summary"
                   "download-pdf download-pdf"
                   / 50% 50%;
    width: 100%;
    margin-bottom: 4em;
  }

  ._6col-grid-tender.header {
    display: none;
  }

  ._6col-grid-tender.even {
    background-color: var(--f-white);
  }

  .tender-table-col3 {
    background-color: var(--f-ctt-blue);
    border-right-style: none;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .tender-table-col5, .tender-table-col6 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5em;
  }

  .info-item {
    justify-content: space-between;
    display: flex;
  }

  .more-info-wrapper {
    justify-content: space-between;
    width: 100%;
    padding: 1em;
    display: flex;
  }

  .table-data-box-border {
    background-color: #0000;
    border: 1px #000;
    justify-content: space-between;
    padding-left: 0;
  }

  .project-name {
    background-color: var(--f-ctt-blue);
    color: var(--f-white);
    padding: 19px 1em;
    font-size: 22px;
    font-weight: 700;
    overflow: visible;
  }

  .project-name-wrapper {
    width: 100%;
  }

  .cell-content-sizing {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-title-wrapper {
    margin-right: 1em;
  }

  .title-show-on-mobile {
    margin-right: .5em;
    display: flex;
  }

  .tiny {
    font-weight: 400;
  }

  .tender-table-col4 {
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 1.5em;
  }

  .tender-project-name {
    color: var(--untitled-ui-white);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .pagination {
    padding-left: 2em;
    padding-right: 2em;
  }

  .mobile-only-dropdown-trigger {
    border: 1px solid var(--f-ctt-red);
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .dd-trigger-wrapper {
    width: 10%;
  }

  .dropdown-icon-linkblock {
    width: 100%;
  }

  .mobile-only-linkblock {
    width: 100%;
    height: 100%;
  }

  .dropdown-display-area {
    width: 90%;
  }

  .submenu-dropdown-wrapper {
    border: 1px solid var(--f-ctt-red);
    min-height: auto;
    margin-top: 0;
  }

  .div-block-47 {
    background-color: var(--f-ctt-red);
    justify-content: flex-end;
    width: 10%;
    height: 100%;
    display: flex;
  }

  .dropdown-lottie-linkblock {
    height: 100%;
  }

  .mobile-only-dropdown-wrapper {
    border: 1px solid var(--f-ctt-greytext);
    justify-content: space-between;
    align-items: center;
    max-height: 5.5em;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 5px #0003;
  }

  .downdrop-icon-wrapper {
    background-color: var(--f-ctt-red);
    justify-content: center;
    align-items: center;
    width: 5.5em;
    padding: .2em;
    display: flex;
  }

  .div-block-48 {
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    display: flex;
  }

  .dropdown-text {
    font-size: 18px;
    font-weight: 700;
  }

  .more-content-wrapper {
    color: var(--f-ctt-greytext);
    flex: 1;
    padding-left: 1rem;
    padding-right: 16px;
    font-weight: 700;
  }

  .more-content__text {
    color: var(--f-ctt-red);
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38 {
    align-self: center;
  }

  .email-table-col1 {
    width: 30%;
  }

  .email-table-col2 {
    align-self: center;
    width: 70%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .home-news-link-primary {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .grid-chart {
    background-color: var(--f-light);
    grid-template-rows: auto auto auto auto auto auto;
  }

  .row1-col1, .row2-col2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .chart-svg {
    height: auto;
    overflow: scroll;
  }

  .desktop-svg {
    object-fit: cover;
    width: auto;
    min-width: 68.75em;
    max-width: 90em;
  }

  .list-item-nospacing {
    border: 1px #000;
  }

  .grid--promo {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: minmax(9.8125em, 1fr) auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid--promo.color {
    background-image: url('../images/net.png'), linear-gradient(#4caf4b, #c2d778 27%, #fff 50%, #c2d778 102%);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: none;
  }

  .tongtong_linkblock {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .card-bg-color.guess {
    cursor: pointer;
  }

  .photo_checkin {
    aspect-ratio: auto;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .photo_checkin_size {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .photo_checkin_title {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 4rem;
    max-height: 5rem;
  }

  .photo {
    max-width: none;
    height: 100%;
  }

  .photo.is--2 {
    display: none;
    right: 13em;
    transform: rotate(-9deg);
  }

  .expo_title {
    grid-column-gap: 4.6rem;
    grid-row-gap: 4.6rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .title_mascot {
    z-index: 1;
    aspect-ratio: auto;
    order: -9999;
    width: auto;
    height: auto;
    min-height: 10rem;
    max-height: 15rem;
    position: relative;
    overflow: visible;
  }

  .image-63 {
    width: 60%;
    height: auto;
  }

  .toy_wrapper {
    padding: .5rem;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .container.side-paddings-regular {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .container.side-paddings-tiny {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .section.is--department.margin-bottom-regular {
    display: flex;
  }

  .section.is--headlines.margin-bottom-regular {
    margin-bottom: 7em;
  }

  .section.is--path {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.is--pagebanner.margin-bottom-regular {
    min-height: 17em;
  }

  .section.is--promo.margin-bottom-regular {
    margin-top: 2rem;
    display: flex;
  }

  .form_input {
    width: 100%;
    font-size: 16px;
  }

  .display.is--white {
    font-size: 8vw;
  }

  .text-size-small {
    text-align: left;
    font-weight: 400;
  }

  .text-size-small.is--white {
    font-size: 16px;
  }

  .logo-home {
    width: 250px;
  }

  .nav-rightsideelements.is--mobile {
    height: 80vh;
    display: none;
    top: 7.934em;
  }

  .icon-linkblock.is--language {
    align-self: center;
  }

  .qr-code {
    width: 5em;
    height: 5em;
  }

  .footer-link-wrapper {
    border: 1px #000;
    flex-direction: column;
    place-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 0;
  }

  .qr-code-item {
    flex-direction: row;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    height: 50%;
    padding-left: .7em;
    padding-right: .7em;
  }

  .pt-text-size-regular {
    font-size: 16px;
  }

  .qr-holder {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .nav-iconswrapper {
    width: 80%;
  }

  .language-list.is--open {
    min-height: auto;
  }

  .mainnavitem--loan.is--mobile, .dropdown-toggle-2.mainnavitem {
    text-align: left;
  }

  .languageblock.is--mobile {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .footer-grid {
    grid-row-gap: 54px;
    grid-template-rows: auto auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-leftinfo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    height: 18em;
    padding-left: 3.55em;
    padding-right: 3.55em;
    display: grid;
  }

  .footer-contact-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 3.65em;
    padding-right: 3.65em;
    display: grid;
  }

  .news-item-wrapper {
    flex-direction: row;
    padding: 1em;
  }

  .contact-form-title {
    font-size: 16px;
  }

  .picture-left-col {
    background-image: url('../images/caixa-building.jpg');
    background-position: 100% 0;
    width: 100%;
    min-height: 35em;
  }

  .picture-left-col.is-museum {
    background-position: 50%;
  }

  .picture-left-col.currency-exchange-office {
    background-image: url('../images/caixa-currency.jpg');
  }

  .address-withpicture {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 22em;
    display: flex;
  }

  .goback_link-block {
    padding-left: 3.1em;
  }

  .sitemap-link {
    font-size: 16px;
  }

  .sitemap-title {
    height: auto;
    font-size: 1.125rem;
  }

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

  .sitemap-wrapper {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular {
    font-size: 16px;
  }

  .pt-text-size-small {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
  }

  .pt-text-size-small.is-white {
    font-size: 15px;
  }

  .pt-text-size-small.is--white {
    text-align: left;
  }

  .pt-text-size-tiny {
    font-size: 13px;
    line-height: 1.38;
  }

  .qr-code-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    height: 100%;
  }

  .dropdown-link {
    border-bottom-color: var(--f-ctt-greytext);
    font-size: 16px;
    font-weight: 400;
  }

  .dropdown-link.center {
    font-weight: 400;
  }

  .container-maxwidth {
    overflow: hidden;
  }

  .section--hero.margin-bottom-regular {
    min-height: auto;
    max-height: none;
  }

  .hero-flex-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
    overflow: visible;
  }

  .hero--top_graphic {
    height: 120px;
  }

  .blur {
    filter: blur();
  }

  .hero-graphic__holder, .form-2 {
    width: 100%;
  }

  .submit-button {
    font-size: 1rem;
  }

  .hero-shortcut {
    z-index: 15;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .shortcut-item-wrapper {
    min-height: 3.6em;
    max-height: 4.2em;
  }

  .shortcut-item-wrapper:hover {
    transform: none;
  }

  .shortcut-item-text {
    font-size: 1rem;
  }

  .hero-grid-style {
    grid-template-rows: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
    grid-template-columns: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
    max-height: 40em;
  }

  .building-wrapper {
    z-index: 1;
    flex: none;
    width: 90vw;
  }

  .ctt-building {
    align-self: flex-end;
    padding-right: 6.05em;
  }

  .grid--departments {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    display: grid;
  }

  .display-text.is--white {
    font-size: 30px;
    font-weight: 500;
  }

  .display-text-holder {
    justify-content: flex-start;
    align-items: center;
    padding-left: .6em;
    font-weight: 700;
  }

  .department-bg {
    display: none;
  }

  .text-and-image-wrapper {
    padding-left: .6em;
  }

  .buttons-position {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lottie-wrapper-resize {
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    height: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 1.3em;
  }

  .session--publication.margin-bottom-regular {
    margin-bottom: 0;
  }

  .more-issues-wrapper, .more-issues-wrapper.margin-bottom-tiny {
    width: 100%;
  }

  .publication-title {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .dot {
    width: 1em;
    height: 1em;
  }

  .shortcut-name {
    width: 80%;
  }

  .shortcut-list-wrapper {
    z-index: 10;
    width: 100%;
    min-width: auto;
    margin-top: 1em;
  }

  .tagline-svg {
    width: 72vw;
    display: flex;
  }

  .postman-svg-wrapper {
    display: flex;
  }

  .menu-button.w--open {
    align-self: center;
    width: 2.6em;
    height: 2.6em;
  }

  .path-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-wrapper.add-margin-right-tiny {
    width: 1.4em;
    height: 1.4em;
  }

  .heading-text-big {
    font-size: 3.75em;
  }

  .department-news-card {
    width: 100%;
  }

  .news-thumbnail.add-margin-right-tiny {
    width: 6em;
    height: 6em;
    margin-right: .5em;
  }

  .news-text-preview {
    font-size: 16px;
  }

  .news-department-pic {
    min-height: 15em;
  }

  .page-control-btn {
    padding-bottom: 0;
  }

  .main-content-wrapper {
    padding-right: 1.2em;
  }

  .tabs-wrapper.side-paddings-regular {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-item {
    font-size: 1rem;
  }

  .tab-link-item.ems {
    background-position: 2%;
  }

  .tabs-menu {
    width: 100%;
    display: none;
    top: 2px;
  }

  .list-item-spacing {
    font-size: 16px;
  }

  .tab-content-wrapper {
    padding-top: 3em;
    display: block;
  }

  .para-title {
    font-size: 1.125rem;
  }

  .para-title.is--white {
    color: var(--f-white);
  }

  .radio-btn-field {
    margin-right: .3em;
  }

  .form-name {
    width: 100%;
  }

  .radio-btn-wrapper {
    width: 40%;
  }

  .contact-methods-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .annual-report-wrapper {
    padding: 1.6em;
  }

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

  .table-title__text {
    font-size: 16.5px;
    position: static;
  }

  .table-title__text.is--mobiletitle {
    margin-right: 0;
    font-size: 1rem;
  }

  .uui-career02_item {
    padding: 1.5rem 1.25rem;
  }

  .uui-career02_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .uui-career02_component {
    margin-top: 3rem;
  }

  .col1 {
    width: 100%;
  }

  .div-block-33 {
    padding: 1.2em;
  }

  .link-holder {
    font-size: 16px;
  }

  .lightbox-wrapper {
    clear: none;
    margin-left: 1rem;
  }

  .lightbox-aboutctt {
    padding-top: 80%;
  }

  .grid {
    grid-template-rows: minmax(25em, 1fr) repeat(auto-fit, minmax(65px, 70px));
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-year-text {
    font-size: 16px;
  }

  .selectyear-wrapper {
    padding-left: 1.5em;
  }

  .tender-table-wrapper {
    z-index: 1;
    margin-top: 3em;
  }

  .forms-download-wrapper {
    z-index: 10;
    position: relative;
  }

  .tender-table-col1 {
    background-color: var(--floral-white);
    padding-top: 1rem;
  }

  .tender-table-col2 {
    background-color: var(--floral-white);
  }

  .modal {
    height: 40vh;
  }

  .all-offices-menu-wrapper {
    max-height: 75vmax;
  }

  .all-office-content-wrapper {
    overflow: visible;
  }

  .office-tab-menu:hover, .office-tab-menu.w--current {
    color: var(--f-textcolor);
  }

  .location-content-wrapper {
    width: 100%;
  }

  .left {
    padding-bottom: 3em;
  }

  .location-photo {
    position: relative;
  }

  .office-name {
    font-size: 1.125rem;
  }

  .forms-item-wrapper.title {
    padding: 0;
  }

  .forms-table-col1 {
    width: 65%;
    padding: 1.25em;
  }

  .forms-table-col2 {
    width: 20%;
    padding: 1.25em;
  }

  .department-service-form {
    width: 100%;
  }

  .department-service-form.mid {
    text-align: center;
  }

  .dropdown-wrapper {
    z-index: 2;
    padding: 1rem;
    position: relative;
  }

  .dropdown-menu-text {
    font-size: 16px;
  }

  .service-select {
    z-index: auto;
    position: relative;
  }

  .dropdown-select-style {
    font-size: 16px;
  }

  .office-initial-circlebg {
    background-color: var(--floral-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .branch-short__text {
    width: 100%;
    height: 100%;
  }

  .esigntrust-generalcontaact-wrapper {
    background-position: 85% 100%;
    background-size: 100%;
  }

  .map-2 {
    display: flex;
  }

  .map-wrapper {
    display: none;
  }

  .office-location-wrapper.is--museum {
    max-height: none;
  }

  .news-img.primary {
    width: 30%;
    padding-top: 22.5%;
  }

  .news-img._2 {
    padding-top: 0%;
  }

  .landing-news-item-wrapper {
    flex-direction: row;
  }

  .home-news-item-wrapper {
    height: auto;
  }

  .home-news-link:hover {
    box-shadow: none;
  }

  .home-news-link.primary {
    flex-direction: row;
  }

  .home-news-link.others {
    max-height: 8em;
  }

  .home-news-link.others:hover {
    box-shadow: 4px 7px 5px -2px #0071ce2e;
  }

  .publication-imgs-wrapper {
    display: none;
  }

  .esigntrust-email {
    font-size: 16px;
  }

  .col-1__index {
    width: 6%;
    color: var(--f-ctt-blue);
    justify-content: flex-start;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .col-2__servicetype {
    width: 95%;
    position: static;
    left: 0%;
    overflow: hidden;
  }

  .col3-serviceitems {
    width: 70%;
  }

  .col4__rating {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
  }

  .hide {
    display: flex;
  }

  .grid-2cols {
    border: 4px solid var(--f-ctt-blue);
    margin-bottom: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2cols.table-header {
    display: none;
  }

  .grid-2cols.even {
    border-color: var(--f-ctt-blue);
    background-color: #0000;
    justify-content: stretch;
  }

  ._2col-flex {
    background-color: var(--untitled-ui-white);
    border: 1px #000;
  }

  ._2col-flex.data-span.point1 {
    background-color: #0000;
  }

  ._2col-flex.titleformobile {
    background-color: var(--f-ctt-blue);
    display: flex;
  }

  ._2col-flex.index {
    background-color: var(--e7e7e7);
    height: auto;
    min-height: auto;
    color: var(--f-ctt-blue);
    font-weight: 700;
  }

  .col1-index__text {
    background-color: var(--f-ctt-blue);
    color: var(--f-white);
    justify-content: center;
    font-size: 20px;
  }

  .col2-servicetype__text {
    font-size: 20px;
    font-weight: 700;
  }

  .col4-percentage__text, .col3-detail__text {
    font-size: 16px;
  }

  .scrollable-table {
    grid-template-columns: 20% 40% 60%;
    width: 140%;
  }

  .scrollable-table.header {
    z-index: 100;
    position: sticky;
  }

  .scrollable-table-wrapper {
    z-index: 1;
    overflow: scroll;
  }

  ._3colgrid-col1-index {
    z-index: 0;
    position: static;
  }

  ._3colgrid-col1-index.data-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  ._3colgrid-col2-service-type {
    z-index: 15;
    background-color: var(--f-ctt-blue);
    left: 0;
    box-shadow: 6px -6px 5px -7px #0003;
  }

  ._3colgrid-col2-service-type.data-row {
    background-color: var(--f-white);
  }

  ._3colgrid-col3-percentage {
    z-index: 2;
    background-color: var(--f-ctt-blue);
    position: static;
  }

  ._3colgrid-col3-percentage.data-row {
    background-color: var(--f-white);
  }

  .servicetype__text {
    font-size: 16px;
    font-weight: 400;
  }

  .detail__text {
    font-size: 16px;
  }

  .spacer {
    width: 10%;
  }

  .office-tab-full-name, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
    display: none;
  }

  .button {
    width: 45%;
    font-size: 1rem;
  }

  .button.secondary {
    margin-right: .6em;
  }

  .list-2 {
    padding-left: 1.925em;
  }

  .inlinetext_email {
    font-size: 16px;
  }

  .email_format {
    width: 60%;
  }

  .form-prompt__text {
    text-align: left;
  }

  ._6col-grid-tender {
    z-index: 15;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% 50%;
    width: 100%;
    position: sticky;
    top: 0;
  }

  ._6col-grid-tender.data-row {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .tender-table-col5 {
    padding-right: 1em;
  }

  .tender-table-col6 {
    justify-content: space-between;
    padding-right: 1em;
  }

  .cell-title {
    font-size: 1rem;
  }

  .more-info-wrapper {
    padding-right: 1em;
  }

  .project-name {
    padding-left: .5em;
    padding-right: .5em;
  }

  .cell-title-wrapper {
    margin-right: .6em;
  }

  .tiny {
    font-weight: 400;
  }

  .tender-project-name {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .open-map-wrapper {
    display: flex;
  }

  .mobile-only-dropdown-trigger {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--f-ctt-blue) black;
    min-height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-46 {
    border-top-style: none;
    border-bottom-style: none;
    height: 100%;
  }

  .more-content__text {
    font-size: 1rem;
    font-weight: 700;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
    align-self: center;
  }

  .email-table-col1 {
    width: 30%;
  }

  .email-table-col2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tool-title-wrapper {
    padding-left: .5em;
    padding-right: .5em;
  }

  .chart-svg {
    height: auto;
  }

  .list-item-nospacing {
    font-size: 16px;
  }

  .grid--promo {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: minmax(9.8125em, 1fr) auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid--promo.color {
    background-image: url('../images/net.png'), linear-gradient(#4caf4b, #c2d778 19%, #fff 45%, #c2d778 102%);
    background-position: 0 0, 0 0;
    background-size: contain, auto;
    padding-bottom: 1rem;
  }

  .tongtong_linkblock {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .game_details {
    justify-content: center;
    align-items: center;
    height: 7rem;
  }

  .game_title {
    height: 50%;
  }

  .photo_checkin {
    width: 100%;
    height: 20rem;
  }

  .photo_checkin.shadow {
    height: 20rem;
  }

  .photo_checkin_size {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .photo_checkin_title {
    z-index: 2;
    width: auto;
    max-height: 6rem;
    position: relative;
  }

  .photo {
    height: 90%;
  }

  .photo.is--2 {
    bottom: 1em;
    right: 10.2em;
  }

  .expo_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    max-height: 12rem;
    padding-left: .6em;
    font-weight: 700;
  }

  .title_mascot {
    order: -9999;
    align-self: center;
    width: 25%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .image-63 {
    width: auto;
    height: auto;
    min-height: 75%;
    max-height: 80%;
  }

  .plushie_wrapper {
    aspect-ratio: auto;
    height: auto;
    max-height: 10rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .container.side-paddings-regular, .container.side-paddings-tiny {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.is--department.margin-bottom-regular {
    margin-bottom: 7.8em;
  }

  .section.is--pagebanner.margin-bottom-regular {
    min-height: 12em;
  }

  .section.is--promo.margin-bottom-regular {
    margin-bottom: 7.8em;
  }

  .form_input {
    width: 100%;
    font-size: 14.5px;
  }

  .text-size-small {
    text-align: left;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .para_link-block_textfirst {
    background-position: 100%;
  }

  .logo-home {
    width: 200px;
  }

  .is--white {
    text-align: center;
  }

  .qr-code {
    align-self: center;
    max-width: 5em;
    height: 100%;
    max-height: 5em;
  }

  .footer-link-wrapper {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 3em;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .qr-code-item {
    flex-direction: row-reverse;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8em;
    margin-bottom: 19px;
    padding: 0;
  }

  .pt-text-size-regular {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .pt-text-size-regular.is--white {
    text-align: left;
  }

  .qr-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
  }

  .nav-iconswrapper {
    width: 100%;
  }

  .dropdown-toggle-2.mainnavitem {
    padding-left: .8em;
    padding-right: .8em;
  }

  .loan-linkblock {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .languageblock.is--mobile {
    font-size: 16px;
  }

  .image-21 {
    display: none;
  }

  .footer-grid {
    grid-row-gap: 40px;
  }

  .footer-leftinfo-wrapper {
    grid-template-rows: minmax(10.375em, 30em);
    grid-template-columns: 1fr;
    align-content: space-between;
    height: auto;
    padding: 0;
  }

  .footer-contact-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
  }

  .contact-info-item {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .inlinelink_withicon {
    font-size: 1.05rem;
  }

  .part {
    flex-direction: column;
  }

  .news-text {
    width: 50%;
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .news-item-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-form-title {
    font-size: 14.5px;
  }

  .address-right-col {
    padding-left: .2em;
    padding-right: .2em;
  }

  .news-top-row {
    flex-direction: column;
  }

  .goback_link-block {
    background-position: 0%;
    padding-left: 3.5em;
  }

  .sitemap-title {
    font-size: 1.1rem;
  }

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

  .text-size-regular {
    white-space: pre-line;
    padding-left: 0;
    font-size: 14.5px;
    line-height: 1.42;
  }

  .pt-text-size-small {
    font-size: 14px;
    line-height: 1.48;
  }

  .pt-text-size-small.is--white {
    text-align: center;
  }

  .pt-text-size-tiny {
    font-size: 12.4px;
  }

  .qr-code-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: auto;
  }

  .navbar {
    height: 100px;
  }

  .nav_container {
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.2em;
    padding-left: .4rem;
    padding-right: .4rem;
    overflow: hidden;
  }

  .nav-bgcolor {
    height: 100px;
  }

  .logo_linkblock {
    width: 13em;
  }

  .nav-menu-wrapper {
    top: 100px;
  }

  .dropdown-link {
    border-bottom-style: solid;
    border-bottom-color: var(--f-ctt-greytext);
    padding-right: 1rem;
    font-size: 14.5px;
  }

  .dropdown-link.center {
    text-align: left;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.42;
  }

  .hero-shortcut {
    margin-top: -1.6em;
    padding-bottom: 0;
  }

  .heading-text-tiny.is--blue {
    color: var(--f-white);
  }

  .shortcut-item-text {
    font-size: .9rem;
  }

  .hero-grid-style {
    grid-template-rows: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
    grid-template-columns: minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr) minmax(2.5em, 1fr);
  }

  .hugebox {
    z-index: 0;
    position: relative;
  }

  .building-wrapper {
    z-index: 1;
    width: 95vw;
  }

  .ctt-building {
    padding-right: 0;
  }

  .grid--departments {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(9.8125em, 1fr);
  }

  .home-news-link-small-col {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-text-regular {
    font-size: 1.125rem;
  }

  .heading-text-regular.margin-bottom-tiny {
    font-size: 16px;
  }

  .svg-embed-small {
    width: 1.2rem;
    height: 1.2em;
  }

  .inline {
    align-items: center;
  }

  .lottie-wrapper-resize {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .lottie-animation-5 {
    height: 36px;
  }

  .sectionbreak-text {
    padding-left: 1em;
    padding-right: 1em;
  }

  .more-issues-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .more-issues-wrapper.margin-bottom-tiny {
    width: 100%;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .shortcut-list-wrapper {
    width: 100dvw;
  }

  .tagline-svg {
    width: 100vw;
  }

  .menu-button {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .menu-button.w--open {
    width: 1.8em;
    height: 1.8em;
  }

  .lottie-menu {
    margin-bottom: .9em;
  }

  .path-wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-wrapper.add-margin-right-tiny {
    width: 1em;
    height: 1em;
  }

  .path-text {
    font-size: 14px;
  }

  .heading-text-big {
    font-size: 3em;
  }

  .card-news-list {
    padding-top: 6.3em;
  }

  .card-news-list.add-paddings {
    padding-top: 4.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .news-thumbnail.add-margin-right-tiny {
    width: 4em;
    height: 4em;
    margin-right: .5em;
  }

  .news-text-preview {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .department-news-redirect {
    flex-direction: column;
  }

  .para_link-block_iconfirst-aniamted {
    background-position: 18%;
    width: 4.5em;
    padding-left: 0;
    padding-right: .2em;
    text-decoration: none;
  }

  .para_link-block_iconfirst-aniamted:hover {
    background-position: 0%;
    padding-left: 2.3em;
  }

  .text-box {
    padding-left: 0;
  }

  .contact-email {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .main-content-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-wrapper.side-paddings-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-item {
    min-height: 2.8em;
  }

  .tabs-menu {
    flex-direction: column;
    width: 100%;
    display: none;
    top: 2px;
  }

  .list-item-spacing {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .tab-content-wrapper {
    padding-bottom: 4em;
  }

  .para-title {
    font-size: 1.1rem;
  }

  .para-title.is--white {
    text-align: left;
    line-height: 1.25;
  }

  .radio-btn-field {
    flex-wrap: nowrap;
  }

  .form-name {
    width: 100%;
  }

  .radio-btn-wrapper {
    width: 100%;
    margin-top: .5em;
  }

  .contact-methods-wrapper {
    flex-wrap: wrap;
  }

  .para-link {
    font-size: 13.5px;
  }

  .remark-sizing {
    padding: 2.5em;
  }

  .tabs-menu-publication {
    z-index: 10;
    top: .2rem;
  }

  .annual-report-wrapper {
    padding: 1.6em;
  }

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

  .table-title__text {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.42;
  }

  .table-title__text.is--mobiletitle {
    margin-right: 8px;
    font-size: 13px;
  }

  .uui-career02_item {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-icon-featured-outline-large {
    width: 2.2rem;
    height: 2.2rem;
  }

  .div-block-33 {
    padding: 1em;
  }

  .link-holder {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .inline-linkblock-withicon-is-grey {
    font-size: .875rem;
    line-height: 1.42;
  }

  .lightbox-wrapper {
    float: right;
    width: 100%;
  }

  .lightbox-aboutctt {
    padding-top: 92%;
  }

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

  .dropdown-year-text {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .tender-table-wrapper {
    overflow: auto;
  }

  .tender-table-col1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .tender-table-col2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal {
    height: 75vh;
  }

  .modal-content-wrapper {
    justify-content: flex-start;
  }

  .grid-tender, .grid-tender-projectname {
    grid-template-columns: 1fr;
  }

  .tabs-all-office {
    justify-content: space-between;
  }

  .office-tab-menu {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .office-name {
    font-size: 1.1rem;
  }

  .forms-item-wrapper {
    flex-flow: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .forms-item-wrapper.title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .forms-table-col1 {
    border-style: none solid none none;
    border-width: 1px;
    border-color: black var(--f-ctt-greytext) black black;
    flex: none;
    justify-content: center;
    width: 50%;
  }

  .forms-table-col1.adjusted {
    border-right-style: none;
  }

  .forms-table-col2 {
    border: 1px #000;
    align-items: center;
    width: 50%;
  }

  .forms-table-col2.mid-aligned {
    align-items: center;
  }

  .department-service-form {
    font-size: 18px;
    font-weight: 500;
  }

  .form-type-wrapper {
    width: 100%;
  }

  .tag-wrapper.is--relativepos {
    width: auto;
    max-width: none;
  }

  .tag-text {
    font-size: .875rem;
  }

  .flex-location {
    margin-top: 1rem;
  }

  .dropdown-menu-text {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .service-selection-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-select-style {
    font-size: 14.5px;
  }

  .office-initial-circlebg {
    flex-wrap: nowrap;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0;
    padding: 6px;
  }

  .branch-short__text {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-left: 7px;
    font-size: 11.2px;
  }

  .flex-service {
    margin-top: 1rem;
  }

  .esigntrust-generalcontaact-wrapper {
    padding-bottom: 14em;
  }

  .news-img {
    flex: 1;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    display: block;
  }

  .news-img.primary {
    flex: 1;
    width: 50%;
    padding-top: 40%;
  }

  .news-img._2 {
    width: 42%;
    height: 100%;
    padding-top: 0%;
  }

  .home-news-item-wrapper {
    align-items: flex-start;
    padding-top: 0%;
  }

  .home-news-link {
    min-height: auto;
  }

  .home-news-link.primary {
    align-items: flex-start;
  }

  .home-news-link.others {
    align-items: flex-start;
    height: 100%;
    max-height: none;
  }

  .image-48 {
    display: block;
  }

  .esigntrust-email {
    font-size: 14.5px;
  }

  .col-1__index {
    justify-content: flex-start;
    width: 12%;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-2__servicetype {
    align-items: center;
  }

  .col3-serviceitems.title {
    font-size: 16px;
  }

  .performance-table {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2col-flex.data-span, ._2col-flex.titleformobile {
    width: 100%;
  }

  .col2-servicetype__text {
    line-height: 1.25;
  }

  .scrollable-table {
    grid-template-columns: 20% 40% 80%;
  }

  ._3colgrid-col3-percentage {
    align-items: flex-start;
  }

  .dividing3 {
    justify-content: space-between;
  }

  .year-of-title {
    text-align: center;
    padding-top: 0;
  }

  .servicetype__text {
    line-height: 1.25;
  }

  .full-scale {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .button {
    width: 100%;
    font-size: .875rem;
  }

  .button.secondary {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .inlinetext_email {
    white-space: normal;
    font-size: 14.5px;
  }

  .email_format {
    width: 100%;
    padding-left: .8em;
    padding-right: .8em;
  }

  .form-prompt__text {
    text-align: left;
  }

  ._6col-grid-tender {
    border-style: solid;
    border-width: 4px;
    grid-template-columns: 50% 50%;
    width: 100%;
    position: static;
  }

  ._6col-grid-tender.data-row {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 100%;
    position: static;
  }

  .tender-table-col3 {
    padding-bottom: 1rem;
  }

  .tender-table-col5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tender-table-col6 {
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cell-title {
    font-size: 13px;
  }

  .more-info-wrapper {
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1em;
    display: flex;
  }

  .project-name {
    white-space: normal;
    padding-left: .4em;
    padding-right: .4em;
    line-height: 1.25;
  }

  .tender_date {
    font-size: 13px;
  }

  .tiny {
    font-weight: 400;
  }

  .inlinetext_link {
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
  }

  .tender-table-col4 {
    padding-bottom: 1rem;
  }

  .tender-project-name {
    font-size: 1.25rem;
  }

  .email-table-col1 {
    border: 1px #000;
    flex: none;
    width: auto;
  }

  .email-table-col1.adjustedsize {
    width: 25%;
  }

  .email-table-col2 {
    width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .email-table-col2.adjustedsize {
    width: 25%;
  }

  .tool-title-wrapper {
    background-color: var(--f-ctt-blue);
    width: 100dvw;
    color: var(--f-white);
  }

  .mobile-svg {
    width: 100%;
    display: block;
  }

  .desktop-svg {
    display: block;
  }

  .list-item-nospacing {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .grid--promo {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(9.8125em, 1fr);
    width: 100%;
  }

  .grid--promo.color {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tongtong_linkblock {
    aspect-ratio: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .photo_checkin {
    height: 15rem;
  }

  .photo_checkin.shadow {
    height: 13.8rem;
  }

  .photo_checkin_size {
    flex-flow: column;
    height: 100%;
  }

  .photo_checkin_title {
    align-self: flex-start;
    min-height: 2rem;
    max-height: 3.7rem;
  }

  .photo {
    height: 65%;
  }

  .photo.is--2 {
    display: block;
    right: 6.8em;
  }

  .expo_title {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    height: auto;
  }

  .title_mascot {
    object-fit: contain;
    align-self: center;
    width: 26%;
    height: auto;
  }

  .image-63 {
    width: 70%;
    max-width: none;
    height: auto;
  }

  .toy_wrapper {
    width: auto;
  }

  .grid-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
}

#w-node-_86dfe927-1ec8-b74b-d967-93697301754e-ab3aaadc {
  grid-area: 4 / 4 / 6 / 6;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017550-ab3aaadc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017551-ab3aaadc {
  grid-area: 5 / 2 / 7 / 4;
  place-self: center;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017553-ab3aaadc {
  grid-area: 7 / 4 / 9 / 6;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017554-ab3aaadc {
  grid-area: 4 / 6 / 7 / 9;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017556-ab3aaadc {
  grid-area: 3 / 9 / 4 / 10;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017557-ab3aaadc {
  grid-area: 1 / 15 / 2 / 16;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017559-ab3aaadc {
  grid-area: 5 / 33 / 7 / 36;
}

#w-node-_86dfe927-1ec8-b74b-d967-93697301755b-ab3aaadc {
  grid-area: 7 / 32 / 8 / 33;
  place-self: center;
}

#w-node-_86dfe927-1ec8-b74b-d967-93697301755d-ab3aaadc {
  grid-area: 5 / 14 / 7 / 16;
}

#w-node-_86dfe927-1ec8-b74b-d967-93697301755e-ab3aaadc {
  grid-area: 7 / 16 / 9 / 18;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017560-ab3aaadc {
  grid-area: 4 / 16 / 5 / 17;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017561-ab3aaadc {
  grid-area: 3 / 17 / 4 / 18;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017562-ab3aaadc {
  grid-area: 2 / 16 / 3 / 17;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017563-ab3aaadc {
  grid-area: 9 / 20 / 10 / 21;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017564-ab3aaadc {
  grid-area: 8 / 33 / 9 / 34;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017565-ab3aaadc {
  grid-area: 10 / 18 / 12 / 20;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017567-ab3aaadc {
  grid-area: 9 / 34 / 11 / 36;
}

#w-node-_86dfe927-1ec8-b74b-d967-936973017569-ab3aaadc {
  grid-area: 6 / 9 / 8 / 11;
}

#w-node-_86dfe927-1ec8-b74b-d967-93697301756b-ab3aaadc {
  grid-area: 3 / 30 / 6 / 33;
}

#w-node-_539ae428-7627-f1fc-2ead-082eafa282a3-ab3aaadc {
  grid-area: 14 / 32 / 17 / 35;
}

#w-node-fa8aa3b4-a8d7-027e-7a76-20441b3d3c05-ab3aaadc {
  grid-area: 2 / 2 / 4 / 5;
}

#w-node-d395c79c-fabb-3240-478b-15cf4101fa4d-ab3aaadc, #w-node-_15e7f5e9-8209-c48c-d484-9bd8551c7405-ab3aaadc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7c9957d-bce7-148c-d111-93d38301081f-ab3aaadc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c388b0b0-e951-47c7-cc26-354a5173686e-ab3aaadc {
  grid-area: primary;
}

#w-node-a30f9f4c-e4cd-7d0b-f058-96a3f9a8353c-ab3aaadc, #w-node-_7e16e7cf-0568-e1ba-cd12-a018b6985c92-ab3aaadc, #w-node-cf150ed1-5c2e-b517-16c3-ede9e99666a0-ab3aaadc, #w-node-_9261bb1e-3e4c-0922-bb91-1777d01f5d07-54c980d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b309f5c3-e719-016c-d6d4-859254c980dc-54c980d9 {
  order: -9999;
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b309f5c3-e719-016c-d6d4-859254c980dd-54c980d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b309f5c3-e719-016c-d6d4-859254c980de-54c980d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b309f5c3-e719-016c-d6d4-859254c980f0-54c980d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b309f5c3-e719-016c-d6d4-859254c98110-54c980d9 {
  order: 9999;
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b309f5c3-e719-016c-d6d4-859254c98111-54c980d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c06995-8cd6-b5ad-aaf6-76ab6350edc5-ab3aaadd {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97be3-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97be5-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97be7-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97be9-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c28-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c2a-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c2c-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c2e-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c68-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c6a-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c6c-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97c6e-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97cad-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97caf-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97cb1-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97cb3-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97ced-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97cef-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97cf1-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97cf3-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97d32-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97d34-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97d6e-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97d70-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97daa-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97dac-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97dae-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97de3-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97de5-ab3aaadf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97de7-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97de9-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97deb-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97ded-ab3aaadf {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e13-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e15-ab3aaadf, #w-node-_98af7f3e-6606-8a7d-03a5-231858e9b60d-ab3aaadf, #w-node-_98af7f3e-6606-8a7d-03a5-231858e9b60f-ab3aaadf, #w-node-_110152fc-5068-8a13-e80e-c4455694cb7e-ab3aaadf, #w-node-daa330c3-453a-2b9e-6dcb-b3a126f5cb7c-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e4a-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e4c-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e8b-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e8d-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e8f-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e92-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97e94-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97ed3-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97ed5-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97ed7-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97ed9-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f0e-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f10-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f12-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f51-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f53-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f55-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f57-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f59-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f94-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f96-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97f98-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97fd2-ab3aaadf, #w-node-_49ba7a3d-b707-fc10-a344-8c67a9b97fd4-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaa6-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaa8-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaaa-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaac-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaf1-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaf3-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaf5-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beaf7-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb37-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb39-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb3b-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb3d-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb82-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb84-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb86-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beb88-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bebc8-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bebca-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bebcc-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bebce-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bec13-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bec15-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bec54-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bec56-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bec96-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bec98-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bec9a-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324becd5-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324becd7-ab3aaadf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324becd9-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324becdb-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324becdd-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324becdf-ab3aaadf {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bed0a-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed0c-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed47-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed49-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed4b-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed4d-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed8a-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed8c-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bedd0-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bedd2-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bedd4-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bedd7-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bedd9-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bee1e-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bee20-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bee22-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bee24-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bee5f-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bee61-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bee63-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324beea8-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beeaa-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324beeac-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324beeae-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324beeb0-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324beef0-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324beef2-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324beef4-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1f06649b-206c-1a01-957e-5c4e324bef34-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bef36-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf950-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf952-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf954-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf956-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf99b-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf99d-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf99f-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf9a1-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf9e1-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf9e3-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf9e5-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdf9e7-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa2c-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa2e-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa30-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa32-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa72-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa74-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa76-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfa78-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfabd-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfabf-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfafe-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfb00-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfb40-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfb42-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb44-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb7f-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb81-ab3aaadf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb83-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb85-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb87-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfb89-ab3aaadf {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfbb4-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbb6-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbf1-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbf3-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbf5-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbf7-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfc34-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfc36-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfc7a-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfc7c-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfc7e-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfc81-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfc83-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfcc8-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfcca-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfccc-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfcce-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfd09-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfd0b-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd0d-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd52-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfd54-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd56-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd58-ab3aaadf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd5a-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd9a-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfd9c-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfd9e-ab3aaadf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4895e144-4224-9bc0-268b-2408d3fdfdde-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfde0-ab3aaadf, #w-node-_84aa7d54-e580-fa03-cefb-14b3cadc764e-ab3aaadf, #w-node-_84aa7d54-e580-fa03-cefb-14b3cadc7650-ab3aaadf, #w-node-c0cd2f1d-acbd-c420-9292-d18d0981662a-ab3aaadf, #w-node-_47a56fc1-833b-2cdf-1fee-0ad6355d1c41-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87cb77f9-2840-28f6-92c5-f17465fb8762-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f56a4ff4-4b7b-4403-6c69-a461384c0b4e-ab3aaadf, #w-node-f56a4ff4-4b7b-4403-6c69-a461384c0b50-ab3aaadf, #w-node-f56a4ff4-4b7b-4403-6c69-a461384c0b52-ab3aaadf, #w-node-f56a4ff4-4b7b-4403-6c69-a461384c0b54-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f56a4ff4-4b7b-4403-6c69-a461384c0b56-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-bbcb6aab-219d-a5a5-89dd-6c25c859b9b1-ab3aaadf, #w-node-bbcb6aab-219d-a5a5-89dd-6c25c859b9b3-ab3aaadf, #w-node-bbcb6aab-219d-a5a5-89dd-6c25c859b9b5-ab3aaadf, #w-node-bbcb6aab-219d-a5a5-89dd-6c25c859b9b7-ab3aaadf, #w-node-_458bcde8-4f2e-7e8e-0a89-e263e72225aa-ab3aaadf, #w-node-_458bcde8-4f2e-7e8e-0a89-e263e72225ac-ab3aaadf, #w-node-_5dc85017-b9ce-dfcc-26cb-5a8e3f1d37e7-ab3aaadf, #w-node-_5dc85017-b9ce-dfcc-26cb-5a8e3f1d37e9-ab3aaadf, #w-node-_5dc85017-b9ce-dfcc-26cb-5a8e3f1d37eb-ab3aaadf, #w-node-_5dc85017-b9ce-dfcc-26cb-5a8e3f1d37ed-ab3aaadf, #w-node-bf40f214-7719-9fe2-29df-5b10b5d509f1-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf40f214-7719-9fe2-29df-5b10b5d509f3-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bf40f214-7719-9fe2-29df-5b10b5d509f5-ab3aaadf, #w-node-bf40f214-7719-9fe2-29df-5b10b5d509f7-ab3aaadf, #w-node-_743f1ccf-1c22-5a87-1b30-4e783238ef55-ab3aaadf, #w-node-_743f1ccf-1c22-5a87-1b30-4e783238ef57-ab3aaadf, #w-node-_743f1ccf-1c22-5a87-1b30-4e783238ef59-ab3aaadf, #w-node-_743f1ccf-1c22-5a87-1b30-4e783238ef5b-ab3aaadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_743f1ccf-1c22-5a87-1b30-4e783238ef5d-ab3aaadf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e7f6-ab3aaaf2, #w-node-efb60719-132c-8f48-f471-80aa3665e7fe-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e80a-ab3aaaf2 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e811-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e81a-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e821-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e828-ab3aaaf2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e82f-ab3aaaf2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e837-ab3aaaf2 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e83e-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e847-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e84e-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e856-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e85d-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e866-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e86e-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e875-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e87e-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e885-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e88d-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e894-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e89d-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8a5-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8ac-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8b5-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8bd-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8c4-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8cd-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8d4-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8dc-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8e3-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8ec-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8f4-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e8fb-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e904-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e90c-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e913-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e91c-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e924-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e92b-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e934-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e93c-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e943-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e94c-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e954-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e95b-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e964-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e96c-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e973-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e97c-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e984-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e98b-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e994-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e99b-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9a2-ab3aaaf2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9a9-ab3aaaf2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9b0-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9b8-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9bf-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9c8-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9cf-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9d6-ab3aaaf2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9de-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9e5-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9ee-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9f6-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665e9fd-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea06-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea0d-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea15-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea1c-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea25-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea2d-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea34-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea3d-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea45-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea4c-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea55-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea5c-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea64-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea6b-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea74-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea7c-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea83-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea8c-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea94-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ea9b-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eaa4-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eaac-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eab3-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eabc-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eac4-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eacb-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665ead4-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eadb-ab3aaaf2 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eae2-ab3aaaf2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eaea-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eaf1-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eafa-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb02-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb09-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb12-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb1a-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb21-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb2a-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb31-ab3aaaf2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb39-ab3aaaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb40-ab3aaaf2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-efb60719-132c-8f48-f471-80aa3665eb49-ab3aaaf2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61ef9eab-987d-1776-cb40-035c38d65954-ab3aaafa, #w-node-_8419c49a-ac6a-08a7-81c9-788ed7222461-ab3aaafa, #w-node-_3afd6b36-be57-a9de-eb51-7a1532e2cf98-ab3aaafa, #w-node-b8155c39-3d5b-2208-e274-b3859fac263d-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_194449f4-57df-8104-c887-ebe14f10ab4f-ab3aaafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_194449f4-57df-8104-c887-ebe14f10ab53-ab3aaafa, #w-node-_194449f4-57df-8104-c887-ebe14f10ab55-ab3aaafa, #w-node-_194449f4-57df-8104-c887-ebe14f10ab57-ab3aaafa, #w-node-_194449f4-57df-8104-c887-ebe14f10ab59-ab3aaafa, #w-node-_194449f4-57df-8104-c887-ebe14f10ab5b-ab3aaafa, #w-node-_194449f4-57df-8104-c887-ebe14f10ab5d-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91b439cd-871e-9d19-5268-47df096d3d96-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_18f63c06-c1d1-f6e6-6828-bcbb59c8eaab-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3831a0ac-9e2b-3f39-9438-6240c74bf3bb-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3831a0ac-9e2b-3f39-9438-6240c74bf3c7-ab3aaafa, #w-node-_42b08217-f730-d98a-70b0-4f13bc589c3a-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd587308e-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd587309e-ab3aaafa, #w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd58730a5-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddff14b1-efdd-9508-abb8-c647b603e56d-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ddff14b1-efdd-9508-abb8-c647b603e57d-ab3aaafa, #w-node-ddff14b1-efdd-9508-abb8-c647b603e584-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4311-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4321-ab3aaafa, #w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4328-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a74fca97-6423-3f56-5030-222b8b452c6e-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a74fca97-6423-3f56-5030-222b8b452c7e-ab3aaafa, #w-node-a74fca97-6423-3f56-5030-222b8b452c85-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db78-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db88-ab3aaafa, #w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db8f-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_052c7029-78e5-db04-ed64-c5d11142652a-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_052c7029-78e5-db04-ed64-c5d11142653a-ab3aaafa, #w-node-_052c7029-78e5-db04-ed64-c5d111426541-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc75a860-9912-f50c-e609-b3409a75262d-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bc75a860-9912-f50c-e609-b3409a75263d-ab3aaafa, #w-node-bc75a860-9912-f50c-e609-b3409a752644-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e2b-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e3b-ab3aaafa, #w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e42-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499d3-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499e3-ab3aaafa, #w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499ea-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da51986-e35a-53ed-749c-ecf6912627e6-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0da51986-e35a-53ed-749c-ecf6912627f6-ab3aaafa, #w-node-_0da51986-e35a-53ed-749c-ecf6912627fd-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62c53743-f48f-6338-9618-feefeb87f7f0-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_62c53743-f48f-6338-9618-feefeb87f800-ab3aaafa, #w-node-_62c53743-f48f-6338-9618-feefeb87f807-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19aec09e-5d3d-fffc-94d5-a285415a5598-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_19aec09e-5d3d-fffc-94d5-a285415a55a8-ab3aaafa, #w-node-_19aec09e-5d3d-fffc-94d5-a285415a55af-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21377236-a9b9-36f6-a14d-08cf67d36c9d-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_21377236-a9b9-36f6-a14d-08cf67d36cad-ab3aaafa, #w-node-_21377236-a9b9-36f6-a14d-08cf67d36cb5-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f1dd-ab3aaafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f1ed-ab3aaafa, #w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f1f5-ab3aaafa, #w-node-_90fe79d1-a280-b17b-2e9c-e50617932962-ab3aaafb, #w-node-_90fe79d1-a280-b17b-2e9c-e50617932967-ab3aaafb, #w-node-_90fe79d1-a280-b17b-2e9c-e5061793299b-ab3aaafb, #w-node-_90fe79d1-a280-b17b-2e9c-e5061793299f-ab3aaafb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e506179329b9-ab3aaafb {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e506179329bd-ab3aaafb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e506179329d3-ab3aaafb {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e506179329d7-ab3aaafb {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e506179329ed-ab3aaafb {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e506179329f1-ab3aaafb {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a08-ab3aaafb, #w-node-_90fe79d1-a280-b17b-2e9c-e50617932a0c-ab3aaafb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a26-ab3aaafb {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a2a-ab3aaafb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a40-ab3aaafb {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a44-ab3aaafb {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a5a-ab3aaafb {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_90fe79d1-a280-b17b-2e9c-e50617932a5e-ab3aaafb {
  grid-area: 4 / 3 / 5 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_86dfe927-1ec8-b74b-d967-936973017559-ab3aaadc {
    grid-area: 3 / 29 / 5 / 32;
  }

  #w-node-_86dfe927-1ec8-b74b-d967-93697301755b-ab3aaadc {
    grid-column: 28 / 29;
  }

  #w-node-_86dfe927-1ec8-b74b-d967-93697301756b-ab3aaadc {
    grid-area: 1 / 26 / 4 / 29;
  }

  #w-node-_539ae428-7627-f1fc-2ead-082eafa282a3-ab3aaadc {
    grid-area: 14 / 26 / 17 / 29;
  }

  #w-node-fa8aa3b4-a8d7-027e-7a76-20441b3d3c05-ab3aaadc {
    grid-column: 5 / 8;
  }

  #w-node-e7c9957d-bce7-148c-d111-93d38301081f-ab3aaadc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-c388b0b0-e951-47c7-cc26-354a5173686e-ab3aaadc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980dc-54c980d9 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 6;
    place-self: center;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980dd-54c980d9 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: auto;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980f0-54c980d9 {
    grid-area: 2 / 3 / 3 / 6;
    align-self: auto;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c98110-54c980d9 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_83c06995-8cd6-b5ad-aaf6-76ab6350edc5-ab3aaadd {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_3af0e72c-8e47-2945-cc57-18be0e9a6001-ab3aaadd {
    place-self: center;
  }

  #w-node-_110152fc-5068-8a13-e80e-c4455694cb7e-ab3aaadf, #w-node-daa330c3-453a-2b9e-6dcb-b3a126f5cb7c-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed4b-ab3aaadf, #w-node-_1f06649b-206c-1a01-957e-5c4e324bed4d-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbf5-ab3aaadf, #w-node-_4895e144-4224-9bc0-268b-2408d3fdfbf7-ab3aaadf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3831a0ac-9e2b-3f39-9438-6240c74bf3c7-ab3aaafa, #w-node-_42b08217-f730-d98a-70b0-4f13bc589c3a-ab3aaafa, #w-node-_3831a0ac-9e2b-3f39-9438-6240c74bf3cb-ab3aaafa, #w-node-_3831a0ac-9e2b-3f39-9438-6240c74bf3cf-ab3aaafa, #w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd587309e-ab3aaafa, #w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd58730a5-ab3aaafa, #w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd58730ad-ab3aaafa, #w-node-_12ee2ef5-e1bf-2d4b-e5a1-73efd58730b4-ab3aaafa, #w-node-ddff14b1-efdd-9508-abb8-c647b603e57d-ab3aaafa, #w-node-ddff14b1-efdd-9508-abb8-c647b603e584-ab3aaafa, #w-node-ddff14b1-efdd-9508-abb8-c647b603e58c-ab3aaafa, #w-node-ddff14b1-efdd-9508-abb8-c647b603e593-ab3aaafa, #w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4321-ab3aaafa, #w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4328-ab3aaafa, #w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4330-ab3aaafa, #w-node-_42cd8c04-9642-2f0f-adde-7eefbb3d4337-ab3aaafa, #w-node-a74fca97-6423-3f56-5030-222b8b452c7e-ab3aaafa, #w-node-a74fca97-6423-3f56-5030-222b8b452c85-ab3aaafa, #w-node-a74fca97-6423-3f56-5030-222b8b452c8d-ab3aaafa, #w-node-a74fca97-6423-3f56-5030-222b8b452c94-ab3aaafa, #w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db88-ab3aaafa, #w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db8f-ab3aaafa, #w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db97-ab3aaafa, #w-node-_1cec83a5-1763-dbb6-f124-bc9538b2db9e-ab3aaafa, #w-node-_052c7029-78e5-db04-ed64-c5d11142653a-ab3aaafa, #w-node-_052c7029-78e5-db04-ed64-c5d111426541-ab3aaafa, #w-node-_052c7029-78e5-db04-ed64-c5d111426549-ab3aaafa, #w-node-_052c7029-78e5-db04-ed64-c5d111426550-ab3aaafa, #w-node-bc75a860-9912-f50c-e609-b3409a75263d-ab3aaafa, #w-node-bc75a860-9912-f50c-e609-b3409a752644-ab3aaafa, #w-node-bc75a860-9912-f50c-e609-b3409a75264c-ab3aaafa, #w-node-bc75a860-9912-f50c-e609-b3409a752653-ab3aaafa, #w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e3b-ab3aaafa, #w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e42-ab3aaafa, #w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e4a-ab3aaafa, #w-node-_86dc25d7-b4ee-fb70-745b-e688d8985e51-ab3aaafa, #w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499e3-ab3aaafa, #w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499ea-ab3aaafa, #w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499f2-ab3aaafa, #w-node-_97b82e05-998f-adb1-ceeb-6d7ebc9499f9-ab3aaafa, #w-node-_0da51986-e35a-53ed-749c-ecf6912627f6-ab3aaafa, #w-node-_0da51986-e35a-53ed-749c-ecf6912627fd-ab3aaafa, #w-node-_0da51986-e35a-53ed-749c-ecf691262805-ab3aaafa, #w-node-_0da51986-e35a-53ed-749c-ecf69126280c-ab3aaafa, #w-node-_62c53743-f48f-6338-9618-feefeb87f800-ab3aaafa, #w-node-_62c53743-f48f-6338-9618-feefeb87f807-ab3aaafa, #w-node-_62c53743-f48f-6338-9618-feefeb87f80f-ab3aaafa, #w-node-_62c53743-f48f-6338-9618-feefeb87f816-ab3aaafa, #w-node-_19aec09e-5d3d-fffc-94d5-a285415a55a8-ab3aaafa, #w-node-_19aec09e-5d3d-fffc-94d5-a285415a55af-ab3aaafa, #w-node-_19aec09e-5d3d-fffc-94d5-a285415a55b7-ab3aaafa, #w-node-_19aec09e-5d3d-fffc-94d5-a285415a55be-ab3aaafa, #w-node-_21377236-a9b9-36f6-a14d-08cf67d36cad-ab3aaafa, #w-node-_21377236-a9b9-36f6-a14d-08cf67d36cb5-ab3aaafa, #w-node-_21377236-a9b9-36f6-a14d-08cf67d36cbd-ab3aaafa, #w-node-_21377236-a9b9-36f6-a14d-08cf67d36cc4-ab3aaafa, #w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f1ed-ab3aaafa, #w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f1f5-ab3aaafa, #w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f1fd-ab3aaafa, #w-node-_0ae51060-6bf4-4afc-4d8a-f94f3db2f204-ab3aaafa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86dfe927-1ec8-b74b-d967-936973017559-ab3aaadc {
    grid-column: 24 / 27;
  }

  #w-node-_86dfe927-1ec8-b74b-d967-93697301756b-ab3aaadc {
    grid-column: 21 / 24;
  }

  #w-node-_539ae428-7627-f1fc-2ead-082eafa282a3-ab3aaadc {
    grid-area: 13 / 24 / 17 / 28;
  }

  #w-node-d395c79c-fabb-3240-478b-15cf4101fa4d-ab3aaadc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7c9957d-bce7-148c-d111-93d38301081f-ab3aaadc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c388b0b0-e951-47c7-cc26-354a5173686e-ab3aaadc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980dd-54c980d9 {
    grid-area: 3 / 1 / 4 / 6;
    align-self: auto;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980de-54c980d9 {
    justify-self: start;
  }

  #w-node-_60989eee-3b93-93cc-a923-44d89c695a84-54c980d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980f0-54c980d9 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: auto;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c98110-54c980d9 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e7f6-ab3aaaf2, #w-node-efb60719-132c-8f48-f471-80aa3665e7fe-ab3aaaf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e80a-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e811-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e81a-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e821-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e828-ab3aaaf2 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e82f-ab3aaaf2 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e837-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e83e-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e847-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e84e-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e856-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e85d-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e866-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e86e-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e875-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e87e-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e885-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e88d-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e894-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e89d-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8a5-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8ac-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8b5-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8bd-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8c4-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8cd-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8d4-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8dc-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8e3-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8ec-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8f4-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e8fb-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e904-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e90c-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e913-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e91c-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e924-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e92b-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e934-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e93c-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e943-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e94c-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e954-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e95b-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e964-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e96c-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e973-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e97c-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e984-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e98b-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e994-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e99b-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9a2-ab3aaaf2 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9a9-ab3aaaf2 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9b0-ab3aaaf2 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9b8-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9bf-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9c8-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9cf-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9d6-ab3aaaf2 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9de-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9e5-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9ee-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9f6-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665e9fd-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea06-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea0d-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea15-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea1c-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea25-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea2d-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea34-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea3d-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea45-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea4c-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea55-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea5c-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea64-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea6b-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea74-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea7c-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea83-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea8c-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea94-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ea9b-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eaa4-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eaac-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eab3-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eabc-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eac4-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eacb-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665ead4-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eadb-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eae2-ab3aaaf2 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eaea-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eaf1-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eafa-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb02-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb09-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb12-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb1a-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb21-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb2a-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb31-ab3aaaf2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb39-ab3aaaf2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb40-ab3aaaf2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efb60719-132c-8f48-f471-80aa3665eb49-ab3aaaf2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bc75a860-9912-f50c-e609-b3409a75262d-ab3aaafa {
    place-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a30f9f4c-e4cd-7d0b-f058-96a3f9a8353c-ab3aaadc, #w-node-_7e16e7cf-0568-e1ba-cd12-a018b6985c92-ab3aaadc, #w-node-cf150ed1-5c2e-b517-16c3-ede9e99666a0-ab3aaadc {
    place-self: stretch;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980dd-54c980d9 {
    grid-area: 3 / 1 / 4 / 6;
    align-self: auto;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980de-54c980d9 {
    justify-self: start;
  }

  #w-node-_60989eee-3b93-93cc-a923-44d89c695a84-54c980d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-b309f5c3-e719-016c-d6d4-859254c980f1-54c980d9 {
    place-self: center;
  }

  #w-node-_90fe79d1-a280-b17b-2e9c-e5061793296c-ab3aaafb {
    align-self: start;
  }
}


