.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #ccc;
  overflow: hidden;
  font-size: 2em;
  cursor: pointer;
}

.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: orange;
}

table.featureordertable {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
table.featureordertable.table-bordered > tbody > tr > td {
  min-width: 30px;
  text-align: center;
}
table.featureordertable input {
  width: 50px !important;
}
table.featureordertable input.in-stock {
  border: 1px solid #0FBF2D;
  padding: 0px;
  text-align: center;
}
table.featureordertable input.out-of-stock {
  border: 1px solid #F5D01B;
  padding: 0px;
  text-align: center;
}

.variant-images-holder img {
  max-width: 100%;
  max-height: 100%;
}
.variant-images-holder .main-image-holder {
  padding: 10px;
  margin: auto;
}
.variant-images-holder .main-image-holder img {
  max-height: 600px;
  width: auto;
}
.variant-images-holder .image-slider-thumbs {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.variant-images-holder .image-slider-thumbs > li {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 768px) {
  .main-image-holder {
    max-width: none;
    display: block;
    text-align: center;
  }
}
.sidemenu-section {
  border-radius: 0px 7px 0px 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  box-shadow: -20px 100px 110px 17px rgba(0, 0, 0, 0.18);
  background-color: white;
  margin-top: -100px;
  min-height: 200px;
}
.sidemenu-section h3 {
  font-size: 18px;
}
.sidemenu-section .sidebar-category-menu ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.sidemenu-section .sidebar-category-menu > ul li {
  font-size: 16px;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 0px;
}
.sidemenu-section .sidebar-category-menu > ul li.active a {
  color: #0071ff;
  font-weight: bold;
}
.sidemenu-section .sidebar-category-menu > ul li:before {
  content: "-";
  float: left;
  margin-right: 4px;
  font-size: 12px;
}
.sidemenu-section .sidebar-category-menu > ul li > a {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 12px;
}

#content {
  margin-bottom: 140px;
}

.product-section {
  margin-top: 20px;
  float: right;
}
.product-section h1 {
  font-weight: 400;
  font-size: 19pt;
  letter-spacing: 0.5px;
}

.variant-sideblock {
  border: 1px solid #eee;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.variant-sideblock.extravisible {
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.18);
}
.variant-sideblock h3 {
  color: #000;
  border-bottom: 3px solid #FF4E00;
  padding: 10px 15px 10px 15px;
  font-size: 11pt;
  letter-spacing: 0.8px;
  margin: -7px -7px 0px -7px;
  border-radius: 3px;
}
.variant-sideblock .price,
.variant-sideblock .attributes,
.variant-sideblock .features,
.variant-sideblock .button-holder {
  padding: 5px;
  display: inline-block;
}
.variant-sideblock .btw-text {
  font-size: 13px;
  color: black;
}
.variant-sideblock .fblike {
  text-align: right;
}
.variant-sideblock .price {
  text-align: right;
  font-size: 25px;
  font-family: Verdana;
  float: right;
  padding-left: 10px;
}
.variant-sideblock .price-incl {
  font-size: 12px;
  color: #4990da;
}
.variant-sideblock .price-excl {
  color: #1c3a75;
  font-size: 18px;
}
.variant-sideblock .button-holder {
  width: 100%;
}
.variant-sideblock .button-holder a {
  display: inline;
}
.variant-sideblock ul {
  margin: 0px;
  padding-left: 20px;
}
.variant-sideblock ul > li {
  list-style-type: disc;
}

.attributes {
  padding: 0x !important;
  width: 100%;
}
.attributes span {
  display: inline;
  font-size: 10px;
}

.text-right .btn {
  display: none;
  width: 49.5%;
  min-width: 240px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  float: left;
  margin: 1px;
}

#FormElement_345838957835 {
  overflow: auto;
}
#FormElement_345838957835 .btn {
  display: block;
  color: #fff !important;
  background-color: #5cb85c !important;
  width: 180px;
  padding: 6px !important;
  letter-spacing: 1px;
  font-size: 12pt;
}

.order-group {
  max-width: 220px;
  float: right;
}
.order-group .amount-input {
  padding: 0px 10px;
}

.btn-offerte {
  float: left;
}

/*# sourceMappingURL=variant.css.map */

.om-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.om-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.om-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.om-checkbox:hover input ~ .om-checkbox-checkmark {
  background-color: #ccc;
}

.om-checkbox input:checked ~ .om-checkbox-checkmark {
  background-color: #2196F3;
}

.om-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.om-checkbox input:checked ~ .om-checkbox-checkmark:after {
  display: block;
}

.om-checkbox .om-checkbox-checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.size-option input {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #888;
  width: 45px;
  height: 25px;
  text-align: left;
  padding-left: 3px;
}

.size-option input:disabled {
  background: #eee;
  color: #ccc;
  border: 1px solid #aaa;
}

.option-select {
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.1s;
}
.option-select.space-around {
  padding: 2px;
  margin: 5px;
}

.option-select:hover {
  transition: 0.3s;
  border: 2px solid #32b482 !important;
}

.active-selection {
  border: 2px solid #3264c8 !important;
  color: #000;
}

.active-option {
  border: 2px solid #32b482 !important;
}

.next-step-btn {
  border: 2px solid transparent;
  border-bottom: 2px solid green;
  border-radius: 5px;
  background-color: #E4FFE3;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-right: -5px;
  font-size: 14px;
  color: black;
  transition: 0.3s;
  padding: 5px 10px;
}

.next-step-btn:hover {
  color: #000;
  border: 2px solid green;
  background-color: #F3FFF2;
}

.order-button {
  background-color: green;
  width: 100%;
  font-size: 18px;
  padding: 5px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.order-button:hover {
  background-color: #0cb50c;
  border: 2px solid transparent;
}
.order-button.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.order-button.disabled:hover {
  background-color: #aaa;
}

.alt-order-button {
  float: left;
  margin-bottom: 10px;
  background: transparent;
  width: 100%;
  font-size: 14px;
  padding: 5px;
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  transition: 0.3s;
}
.alt-order-button:hover {
  background: #32affa;
  color: #fff;
  border: 1px solid transparent;
}

#order-module .reviews {
  position: relative;
  display: flex;
}
#order-module .reviews .ratings-sm {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #ccc;
  overflow: hidden;
  font-size: 1em;
}
#order-module .reviews .full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: orange;
}
#order-module .reviews .review-text {
  margin-left: 10px;
}
#order-module .reviews .review-text .no-reviews {
  font-size: 10px;
}

/*.variant-images-holder*/
/*.main-image-holder
{
    border-radius:15px;
    box-shadow:0 7px 17px 0 rgba(0,0,0,.1);
    padding:30px;
}

.variantthumbs
{
    box-shadow:0 7px 17px 0 rgba(0,0,0,.1);

    ul li a img
    {
        padding:30px;
        margin:auto;
        display:block;
        border-bottom:1px solid #eee;
    }
}*/
.section-select {
  padding: 10px;
  border: 1px solid #3264c8;
  border-radius: 6px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
  z-index: 9;
}
.section-select span {
  font-weight: normal;
}
.section-select span:nth-child(2) {
  float: right;
  font-weight: bold;
}

.drukposities-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.drukposities-container .drukpositie-wrapper {
  display: flex;
  flex-basis: 33%;
  width: 33%;
  align-items: flex-start;
}
.drukposities-container .drukpositie-wrapper.active {
  flex-basis: 100%;
  flex-direction: column;
}
.drukposities-container .drukpositie-wrapper.active .preview-box {
  flex-basis: 50%;
}
.drukposities-container .drukpositie-wrapper .preview-box {
  text-align: center;
  width: 100%;
}
.drukposities-container .drukpositie-wrapper .preview-box .deselect {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 20;
  color: red;
  font-size: 28px;
  line-height: 22px;
}
.drukposities-container .drukpositie-wrapper .preview-box .label {
  font-size: 13px;
  color: black;
  display: block;
}
.drukposities-container .drukpositie-wrapper .preview-box .image-wrapper {
  position: relative;
}
.drukposities-container .drukpositie-wrapper .preview-box .image-wrapper .drukgebied {
  border: 1px solid red;
}
.drukposities-container .drukpositie-wrapper .print-type-container {
  flex-basis: 50%;
  padding-left: 10px;
  border-left: 1px dashed #ccc;
  font-size: 12px;
}
.drukposities-container .drukpositie-wrapper .print-type-container table img {
  max-width: 100%;
}

.active_staffel {
  font-weight: bold;
}

.om-input-amount {
  width: 100%;
  border-radius: 3px;
  background: #fff;
  padding-left: 5px;
  text-align: left;
  border: 1px solid #aaa;
  height: 30px;
}

.om-input-amount:hover {
  border: 1px solid purple;
}

.amount-table {
  width: 100%;
}
.amount-table tr {
  height: 35px;
}
.amount-table tr td {
  padding: 5px;
}

.om-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 23px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.om-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0px;
}

.om-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.om-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.om-radio input:checked ~ .checkmark:after {
  display: block;
}

.om-radio .checkmark:after {
  top: 5px;
  left: 5px;
  border-radius: 0px;
  background: #fff;
  color: #fff;
  content: "";
  background: #fff;
  width: 0px;
  height: 0px;
}

.size-option {
  width: 45%;
  float: left;
  margin-left: 3px;
  padding: 3px;
}

.size-option span {
  margin-left: 10px;
  color: #555;
}

.amounts-box .notification {
  padding: 20px 5px;
  color: black;
}
.amounts-box .notification .big {
  font-weight: bold;
}

.notification.hogere-staffel {
  border: 4px solid orange;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px;
}

#order-module {
  width: 100%;
}
.feature label .value p {
  display: inline;
}
.feature .step-contents .option-select {
  width: 33%;
}
.feature.kleur .step-contents .option-select {
  width: 33%;
}
.feature.kleur .step-contents .option-select img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.feature.kleur .step-contents .option-select span {
  display: block;
  text-align: center;
}

.min-amount-warning {
  color: orange;
  font-weight: bold;
}

.drukkleuren-icon img {
  width: 16px;
  height: 16px;
}

.om-druk-type-link, .om-druk-type-link:active, .om-druk-type-link:visited, .om-druk-type-link:link {
  float: left;
  font-size: 16px;
  text-decoration: none;
  background: #888;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
}

.om-druk-type-link:hover {
  text-decoration: none;
}

.om-druk-type-link-active {
  border-bottom: 3px solid #888;
  background: #ddd !important;
  color: #000 !important;
}

.step-contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px dashed rgba(50, 150, 180, 0.5);
  border-right: 1px dashed rgba(50, 150, 180, 0.5);
  border-bottom: 0px dashed rgba(50, 150, 180, 0.5);
}

.step-contents {
  width: 100%;
  margin-top: -10px;
  padding: 15px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.step-invalid {
  border-color: #3296b4 !important;
}

.step-valid {
  border-color: green !important;
}

.step-future {
  border-color: #ccc !important;
  opacity: 0.5;
}

.step-valid.section-select {
  background-color: #FAFFFA;
}

.step-enabled.section-select:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #3264c8;
}

.step-future.section-select:hover {
  background-color: #fff;
  color: #fff;
}

.step-future.section-select:hover {
  background-color: #fff;
  color: black;
  cursor: not-allowed;
}

.totals-holder .calculated {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.totals-holder .calculated .discount-percentage {
  background: #c8dc32;
  color: #fff;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  font-weight: bold;
  font-family: Tahoma;
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
  border: 2px dotted #fff;
  padding-top: 1.1em;
  transition: 0.3s;
  margin-bottom: 15px;
}
.totals-holder .calculated .discount-percentage:hover {
  background: #e6e632;
  color: #fff;
}
.totals-holder .price-holder {
  text-align: right;
  font-size: 15px;
}
.totals-holder .price-holder .old-price {
  text-decoration: line-through;
  opacity: 0.8;
}
.totals-holder .price-holder .new-price {
  color: #000;
  font-size: 26px;
  line-height: 18px;
}
.totals-holder .price-holder .total-price {
  font-size: 18px;
}

.om-select {
  background: #fff;
  color: #000;
  border: 1px solid #999;
  border-radius: 0px;
}

.om-logo-holder {
  background: #eee;
  text-align: center;
  border: 2px dashed #fff;
  padding: 10px;
  color: #888;
  margin-top: 15px;
  margin-bottom: 15px;
}

.om-logo-holder:hover {
  background: whitesmoke;
}

.om-logo-holder a {
  color: #888;
  text-decoration: none;
}

.om-logo-holder i {
  color: #1e9678;
}

/*# sourceMappingURL=orderbox.css.map */

  :root {
    --fbb-megamenu-from: 245 245 245;   /* Deep blue (like Tailwind blue-600) */
    --fbb-megamenu-to: 255 250 255;     /* Darker navy blue (like Tailwind blue-800) */
  }

  /* Dark mode: richer deep blue */
  @media (prefers-color-scheme: dark) {
    :root {
      --fbb-megamenu-from: 0 0 50; /* Bright deep blue */
      --fbb-megamenu-to: 0 31 103;    /* Dark navy blue */
    }
  }
/* src/newtheme/js/apps/gradient-overflow-box/gradient-overflow-box.scss */
.gradient-overflow-box {
  position: relative;
  overflow: hidden;
}
.gradient-overflow-box .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background:
    linear-gradient(
      to top,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.8) 40%,
      rgba(255, 255, 255, 0.3) 70%,
      rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 16px;
}
.gradient-overflow-box .show-more {
  padding: 8px 20px;
  background:
    linear-gradient(
      135deg,
      #3b82f6 0%,
      #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gradient-overflow-box .show-more:hover {
  background:
    linear-gradient(
      135deg,
      #2563eb 0%,
      #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.gradient-overflow-box .show-more:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Roboto', sans-serif;
}

section#content > .container {
  background-color: white;
}

h1,h2,h3,h4,h5,h6 {
  color:#136487;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.6px;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

h1 {

}

h2 {

}

h3 {

}

h4 {
font-size: 19px;
line-height: 25px;
}

h5 {

}

h6 {

}

.btn {
border-radius: 0px;
}

@media (min-width: 1400px) {
.container { width: 1350px; }
}

@media (min-width: 1800px) {
.container { width: 1750px; }
}

#cat-nav {
border-top: 2px solid #e8e8e8;
}

.top-icon-menu img {
max-height: 40px;
}

.cart-amount {
color: #fff;
background-color: green;
border-radius: 20px;
padding: 2px 8px;
position: relative;
left: -10px;
top: 5px;
}

.cart-amount.empty {
background-color: #ccc;
}

.dhl-express-triangle {
position: absolute;
right: 0px;
top: 0px;
max-height: 100%;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
