
.labl-hide-el {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
}
 .lgw-widget-wrapper {
     display: flex;
     flex-direction: row;
     justify-content: space-around;
     align-items: center;
     font-family: "Inter" !important;
     font-size: 12px;
}
.lgw-widget-wrapper > *{
    font-family: "Inter" !important;
}
 .lgw-widget-wrapper.standard {
     /*border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;*/
     padding: 20px 0;
}
.lgw-widget-wrapper.dark {
    color: #fff !important;
}
 .lgw-widget-logo {
     padding: 0 10px 0 0;
}
.lgw-widget-logo svg {
    width: 18px !important;
    height: 18px !important;
}
 .lgw-widget-content {
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 5px 0 0;
}
 .lgw-widget-toggle {
     padding: 0 0 0 5px;
}
.lgw-widget-content-title, .lgw-widget-title {
     font-weight: 700;
     text-align: start;
     color: #000 !important;
}
.lgw-widget-content-description {
     font-size: 11px;
     color: #606060 !important;
     text-align: start;
     line-height: 14px;
}
.lgw-widget-price {
     font-size: 11px;
     font-weight: 700;
     color: #000;
}
.lgw-widget-learn-more {
  color: #000;
  font-size: 11px !important;
  line-height: 14px !important;
}

.lgw-widget-wrapper.minimal .lgw-widget-content {
    flex-direction: row;
    align-items: center;
}

 .minimal .lgw-widget-price {
     font-size: 11px !important;
}

.lgw-widget-toggle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

 .lgw-widget-toggle {
     text-align: center;
}
 .lgw-widget-toggle-wrapper .lgw-toggle {
     background: #b0b0b0;
     border-radius: 18px;
     width: 36px;
     height: 16px;
     padding: 2px;
     display: flex;
     align-items: center;
     position: relative;
     cursor: pointer;
     box-sizing: border-box;
     transition: all 0.1s;
     -webkit-tap-highlight-color: transparent;
     outline: none;
}
 .lgw-widget-toggle-wrapper .lgw-toggle:hover {
     background: #b0b0b0;
}

 .lgw-widget-toggle-wrapper .lgw-toggle .lgw-widget-ellipse {
     background: #fff;
     height: 12px;
     width: 12px;
     border-radius: 50%;
     position: absolute;
     transition: all 0.2s;
     left: 2px;
     -webkit-tap-highlight-color: transparent;
     outline: none;
}
 .lgw-widget-toggle-wrapper .lgw-toggle .lgw-toggle-inner {
     content: url('data:image/svg+xml;utf8,<svg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.599976 1C0.599976 0.585786 0.935762 0.25 1.34998 0.25H10.65C11.0642 0.25 11.4 0.585786 11.4 1V1C11.4 1.41421 11.0642 1.75 10.65 1.75H1.34998C0.935763 1.75 0.599976 1.41421 0.599976 1V1Z" fill="%23FFFFFF"/></svg>');
     margin-left: 16px;
     display: block !important;
     -webkit-tap-highlight-color: transparent;
     outline: none;
}
 .lgw-toggle[data-toggle="true"] {
     background: #000;
     transition: all 0.1s;
}
 .lgw-toggle[data-toggle="true"]:hover {
     background: #000;
}
 .lgw-toggle[data-toggle="true"] .lgw-widget-ellipse {
     left: calc(100% - 14px);
}

 .lgw-toggle[data-toggle="true"] .lgw-toggle-inner {
     content: url('data:image/svg+xml;utf8,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L4.5 9L10.5 1" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
     margin-left: 4px;
     right: calc(100% - 20px);
     display: block !important;
}
 
 .lgw-widget-modal-wrapper {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99999999999;
     background-color: rgba(0,0,0,0.5);
     overflow: auto;
     font-family: "Inter" !important;
     color: #231F20;
     line-height: 20px;
     font-size: 12px !important;
}

@media screen and (max-width: 576px) {
    .lgw-widget-modal-wrapper .lgw-widget-modal-content {
        width: 335px;
    }

    .lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-description {
        display:none !important;
    }

    .lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-header .lgw-widget-modal-title {
        font-size: 20px;
    }

    .lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-price.lgw-widget-modal-wide {
        display:none !important;
    }

    .lgw-widget-modal-product-price.lgw-widget-modal-skinny {
        font-size: 10px !important;
    }

    .lgw-widget-modal-text.lgw-widget-modal-wide {
        display:none !important;
    }

    .lgw-widget-modal-text.lgw-widget-modal-skinny {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 576px) {
    .lgw-widget-modal-wrapper .lgw-widget-modal-content {
        width: 500px;
    }

    .lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-description {
        font-size: 12px;
        display:flex;
        flex:1;
        font-weight: 300;
        color: #4F4F4F;
    }

    .lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-header .lgw-widget-modal-title {
        font-size: 24px;
    }

    .lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-price.lgw-widget-modal-skinny {
        display:none !important;
    }

    .lgw-widget-modal-text.lgw-widget-modal-skinny {
        display:none !important;
    }
}
.lgw-widget-modal-wrapper .lgw-widget-modal-content {
    padding: 20px;
    background-color: #fff;
    margin: 50px auto;
    position: relative;
    letter-spacing: normal;
    color: #000;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
}
.lgw-widget-modal-wrapper .lgw-widget-modal-content {
    font-family: "Inter" !important;
}
 .lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-header {
     justify-content: center;
     gap: 1.5rem;
     display: flex;
     flex-direction: column;
}
.lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-header .lgw-widget-modal-title {
    display:flex;  
    justify-content: center;
    font-weight: 600;
    font-family: "Raleway" !important;
    text-align: center;
    color: #000;
    letter-spacing: normal;
}
.lgw-widget-modal-header-icon {
    display:flex;  
    justify-content: center;
}
 .lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-header svg {
    /* width: 100% !important;
     height: 100% !important;
     */
     width: 50px !important;
     height: 50px !important;
     fill: #231F20;
}
.lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-header .lgw-widget-modal-text {
    display:flex;  
    justify-content: center;
    text-align: center;
    font-weight: 300;
    color: #4F4F4F;
    letter-spacing: normal;
}
 .lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-right: -8px;
    cursor: pointer;
    color: #231F20;
}
 .lgw-widget-modal-wrapper .lgw-widget-modal-content .lgw-widget-modal-close-btn svg {
     width: 100% !important;
     height: 100% !important;
}
/*.lgw-widget-modal-wrapper .lgw-widget-modal-continue-btn {
     display: inline-block;
     width: 207px%;
     padding: 8px 5px;
     margin: 20px 2px 0;
     color: #fff;
     background: #5dc9aa;
     border-radius: 0;
     font-size: 10px;
     font-weight: 500;
     text-align: center;
     cursor: pointer;
     text-decoration: none;
}
.lgw-widget-modal-wrapper .lgw-widget-modal-cancel-btn {
     display: inline-block;
     width: 30%;
     padding: 8px 5px;
     margin: 20px 2px 0;
     color: #fff;
     background: #231F20;
     border-radius: 0;
     font-size: 10px;
     font-weight: 500;
     text-align: center;
     cursor: pointer;
     text-decoration: none;
}*/
.lgw-widget-modal-wrapper .lgw-widget-modal-removeall-btn {
     display: inline-block;
     width: 100%;
     padding: 4px 5px;
     margin: 0px 2px 0;
     color: #d5dbdb;
     border: none;
     font-size: 11px;
     font-weight: 500;
     text-align: center;
     cursor: pointer;
     text-decoration: none;
}
 /*.lgw-widget-modal-wrapper .lgw-widget-modal-continue-btn:hover, .lgw-widget-modal-wrapper .lgw-widget-modal-continue-btn:focus, .lgw-widget-modal-wrapper .lgw-widget-modal-continue-btn:active {
     background: #2d2b2a;
     text-decoration: none;
     outline: 0 none !important;
}
 .lgw-widget-modal-wrapper .lgw-widget-modal-cancel-btn:hover, .lgw-widget-modal-wrapper .lgw-widget-modal-cancel-btn:focus, .lgw-widget-modal-wrapper .lgw-widget-modal-cancel-btn:active {
     background: #2d2b2a;
     text-decoration: none;
     outline: 0 none !important;
}*/
.lgw-widget-modal-wrapper .lgw-widget-modal-products {
     display: flex;
     flex-direction: column;
     gap: 10px;
     margin-top: 20px;
}
@media (min-width:320px)  { 
    .lgw-widget-modal-wrapper .lgw-widget-modal-products > * {
         width: 100%;
    }
}
@media (min-width:961px)  { 
    .lgw-widget-modal-wrapper .lgw-widget-modal-products > * {
         flex: 1;
    }
}
.lgw-widget-modal-wrapper .lgw-widget-modal-product {
    padding: 12px;
    border: 1px solid #E2E0DF;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap:10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-header {
    display:flex;
    flex-direction:column;
    gap: 3px;
    flex: 1;
}

.lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-title {
    font-weight: 700;
    font-size: 14px;
}

.lgw-widget-modal-wrapper .lgw-widget-modal-product .lgw-widget-modal-product-price {
    font-size: 14px;
    font-weight: 500;
}

.lgw-widget-modal-wrapper .lgw-widget-modal-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}
.lgw-widget-modal-wrapper .lgw-widget-modal-buttons > *,
.lgw-btn-primary {
    display: flex;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    width: 50%;
    padding: 8px 5px;
    color: #fff;
    background: #000;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: normal;
}

.lgw-widget-modal-buttons .lgw-widget-modal-cancel-btn,
.lgw-btn-secondary {
    display: flex;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    width: 50%;
    padding: 8px 5px;
    justify-content: center;
    cursor: pointer;
    background-color: #fff !important;
    color: #4F4F4F !important;
    border: 1px solid #E2E0DF !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: normal;
}


.lgw-widget-info-icon {
    cursor: pointer;
}
 [data-hide="true"] {
     display: none;
}

/* PRODUCT TOGGLE */
.lgw-widget-modal-toggle {
     padding: 0 0 0 5px;
}

.lgw-widget-modal-toggle {
     text-align: center;
}
 .lgw-widget-modal-toggle-wrapper .lgw-modal-toggle {
     background: #b0b0b0;
     border-radius: 18px;
     width: 28px;
     height: 16px;
     padding: 2px;
     display: flex;
     align-items: center;
     position: relative;
     cursor: pointer;
     box-sizing: border-box;
     transition: all 0.1s;
     -webkit-tap-highlight-color: transparent;
     outline: none;
}
 .lgw-widget-modal-toggle-wrapper .lgw-modal-toggle:hover {
     background: #b0b0b0;
}

 .lgw-widget-modal-toggle-wrapper .lgw-modal-toggle .lgw-widget-modal-ellipse {
     background: #fff;
     height: 12px;
     width: 12px;
     border-radius: 50%;
     position: absolute;
     transition: all 0.2s;
     left: 2px;
     -webkit-tap-highlight-color: transparent;
     outline: none;
}
 .lgw-widget-modal-toggle-wrapper .lgw-modal-toggle .lgw-modal-toggle-inner {
/*     content: url('data:image/svg+xml;utf8,<svg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.599976 1C0.599976 0.585786 0.935762 0.25 1.34998 0.25H10.65C11.0642 0.25 11.4 0.585786 11.4 1V1C11.4 1.41421 11.0642 1.75 10.65 1.75H1.34998C0.935763 1.75 0.599976 1.41421 0.599976 1V1Z" fill="%23FFFFFF"/></svg>');*/
     margin-left: 16px;
     display: block !important;
     -webkit-tap-highlight-color: transparent;
     outline: none;
}
 .lgw-modal-toggle[data-toggle="true"] {
     background: #000;
     transition: all 0.1s;
}
 .lgw-modal-toggle[data-toggle="true"]:hover {
     background: #000;
}
 .lgw-modal-toggle[data-toggle="true"] .lgw-widget-modal-ellipse {
     left: calc(100% - 14px);
}

 .lgw-modal-toggle[data-toggle="true"] .lgw-modal-toggle-inner {
/*     content: url('data:image/svg+xml;utf8,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L4.5 9L10.5 1" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');*/
     margin-left: 4px;
     right: calc(100% - 20px);
     display: block !important;
}

/* WARRANTY */


/* WARRANTY MODAL */
.lablg-modal-warranty-wrapper {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99999999999;
     background-color: rgba(0,0,0,0.5);
     overflow: auto;
     font-family: "Inter";
     color: #231F20;
     line-height: 20px;
     font-size: 12px;
}
@media screen and (max-width: 576px) {
    .lablg-modal-warranty-wrapper .lablg-modal-warranty-content {
        width: 335px;
        display: flex;
        flex-direction: column;
    }

    .lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-header .lablg-modal-warranty-title {
        font-size: 20px;
    }

    .lablg-modal-warranty-text.lablg-modal-warranty-wide {
        display:none !important;
    }

    .lablg-modal-warranty-text.lablg-modal-warranty-skinny {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 576px) {
    .lablg-modal-warranty-wrapper .lablg-modal-warranty-content {
        width: 475px;
    }

    .lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-header .lablg-modal-warranty-title {
        font-size: 24px;
    }

    .lablg-modal-warranty-text.lablg-modal-warranty-skinny {
        display:none !important;
    }
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    margin: 50px auto;
    position: relative;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-header {
     justify-content: center;
     gap: 1.5rem;
     display: flex;
     flex-direction: column;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-header .lablg-modal-warranty-title {
    display:flex;  
    justify-content: center;
    font-weight: 600;
    font-family: "Raleway" !important;
    text-align: center;
}
.lablg-modal-warranty-header-icon {
    display:flex;  
    justify-content: center;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-header svg {
     width: 50px !important;
     height: 50px !important;
     fill: #231F20;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-header .lablg-modal-warranty-text {
    text-align: center;
    font-weight: 300;
    color: #4F4F4F;
    padding: 10px;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-description {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-description .lablg-modal-warranty-image {
    width: 200px;
    padding-right: 15px;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-description .lablg-modal-warranty-image img {
    width: 100%;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-right: -8px;
    cursor: pointer;
    color: #231F20;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-content .lablg-modal-warranty-close-btn svg {
     width: 100% !important;
     height: 100% !important;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}
.lablg-modal-warranty-wrapper .lablg-modal-warranty-buttons > * {
    display: flex;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    width: 50%;
    padding: 8px 5px;
    color: #fff;
    background: #000;
    justify-content: center;
    cursor: pointer;
}
.lablg-modal-warranty-buttons .lablg-modal-warranty-cancel-btn {
    background-color: #fff !important;
    color: #4F4F4F;
    border: 1px solid #E2E0DF;
}

/********/
/* THESE ARE SHARED WITH warranty-widget.css */
/********/

.lablg-modal-warranty-wrapper {
     display: none;
     flex-direction: column;
     font-family: "Inter" !important;
     font-size: 12px;
}
.lablg-modal-warranty-inner-wrapper.standard {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.lablg-modal-warranty-selections-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.lablg-modal-warranty-logo {
     padding: 0 0 0 5px !important;
      line-height: 10px;
}
 .lablg-modal-warranty-logo svg  {
     width: 35px !important;
     height: auto !important;
}
.lablg-modal-warranty-content {
    display:flex;
    flex-direction: row;
    flex-grow: 1;
    padding: 0 5px 0 0;
}
.lablg-modal-warranty-content-title {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
}
.lablg-modal-warranty-content-description {
  font-size: 12px; 
  display: flex;
  align-items: center;
}
.lablg-modal-warranty-divider hr {
    margin: 6px 0;
    background-color: #000;
}

.lablg-modal-warranty-terms-wrapper {
    display:flex;
    flex-direction: row;
    order: 1;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
}

.lablg-modal-warranty-term {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 2px;
/*    width: 31%;*/
    max-width: 50%;
    padding: 5px;
    line-height: 18px;
    margin: 0 5px;
}

.lablg-modal-warranty-term:hover {
    cursor: pointer;
}

.lablg-modal-warranty-term.selected {
    background-color: #000;
    color: #fff;
}

.lablg-modal-warranty-term .lablg-modal-warranty-term-title  {
    display: flex;
    font-size: 12px;
}

.lablg-modal-warranty-term .lablg-modal-warranty-term-content  {
    display: flex;
    font-weight: 500;
    font-size: 16px;
}

.lablg-modal-warranty-info-icon {
    cursor: pointer;
}

/********/
/********/


.lablg-product-warranty-add-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: .85rem !important;
}

.lablg-product-warranty-add {
    display: flex;
    flex-direction: column;
    align-items: center;
 }

.lablg-product-warranty-add-button, .lablg-product-warranty-add-button:hover {
    font-size: .85rem !important;
    color: #000;
    padding: 6px 8px;
    border: 1px solid #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.lablg-product-warranty-exists-button, .lablg-product-warranty-exists-button:hover {
    font-size: .85rem !important;
    color: #fff !important;
    padding: 6px 8px;
    border: 1px solid #000;
    text-decoration: none;
    background-color: #000;
    display: flex;
    align-items: center;
}


.lablg-product-warranty-exists-button svg {
    width: 13px;
    margin-left: 3px
}

.lablg-product-warranty-add-label {
    display: flex;
    gap: 3px;
    font-size: 10px;
    padding-top: 6px;
    align-items: center;
}

[data-hide="true"] {
     display: none;
}

/* FONTS */
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.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: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

