:root{--color-brand: #EC1107;--color-brand-hover: #C20D03;--color-light: #F7E8D0;--color-accent: #FBDC00;--color-dark: #1A1201;--color-white: #FFFFFF;--color-disabled-bg: #C7C7C7;--color-disabled-text: #828282;--Contextual-System-50: #FFFFFF;--Contextual-System-100: #F5F5F5;--Contextual-System-200: #DEDEDE;--Contextual-System-300: #C7C7C7;--Contextual-System-400: #B0B0B0;--Contextual-System-500: #999999;--Contextual-System-600: #828282;--Contextual-System-700: #6B6B6B;--Contextual-System-800: #545454;--Contextual-System-900: #3D3D3D;--Contextual-System-base: #757575;--Contextual-Error-50: #FDE8E7;--Contextual-Error-100: #FCD6D5;--Contextual-Error-200: #F8ADAA;--Contextual-Error-300: #F58480;--Contextual-Error-400: #F15A55;--Contextual-Error-500: #EE312B;--Contextual-Error-600: #D91812;--Contextual-Error-700: #AF130E;--Contextual-Error-800: #840F0B;--Contextual-Error-900: #5A0A07;--Contextual-Error-base: #ED271D;--Contextual-warning-50: #FEF4E7;--Contextual-warning-100: #FDEBD3;--Contextual-warning-200: #FBD7A7;--Contextual-warning-300: #F9C37B;--Contextual-warning-400: #F8AE4F;--Contextual-warning-500: #F69A23;--Contextual-warning-600: #E18409;--Contextual-warning-700: #B56A08;--Contextual-warning-800: #895006;--Contextual-warning-900: #5D3604;--Contextual-warning-base: #F69413;--Contextual-success-50: #E8FDF3;--Contextual-success-100: #D5FBE9;--Contextual-success-200: #ABF7D4;--Contextual-success-300: #82F3BE;--Contextual-success-400: #58EEA8;--Contextual-success-500: #2EEA93;--Contextual-success-600: #15D57C;--Contextual-success-700: #11AC64;--Contextual-success-800: #0D8248;--Contextual-success-900: #095833;--Contextual-success-base: #15D57C;--Typography-Family-Primary: 'BN Cyclone', sans-serif;--Typography-Family-Secondary: 'ASM', sans-serif;--Typography-Family-Secondary-Bold: 'ASM-Bold', sans-serif;--Typography-Family-Tertiary: 'Serial A', sans-serif;--Typography-Family-Quaternary: 'Bravest', sans-serif}.bg-brand{background-color:var(--color-brand)}.bg-light{background-color:var(--color-light)}.bg-accent{background-color:var(--color-accent)}.bg-dark{background-color:var(--color-dark)}.bg-white{background-color:var(--color-white)}.unc-fr{display:flex;padding:20px 0 64px;flex-direction:column;align-items:center;background:var(--fr-bg, #FFF)}@media screen and (max-width: 768px){.unc-fr{padding:20px 0px 80px;background:var(--fr-bg-mobile, #CBDF82)}}.unc-fr__title{display:flex;padding:30px 0;justify-content:center;align-items:center;align-self:stretch;margin:0;color:#ec1107;text-align:center;font-variant-numeric:lining-nums tabular-nums;font-family:"BN Cyclone",sans-serif;font-size:56px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase}.unc-fr__swiper{width:100%;overflow:hidden;padding:36px 0 !important}.unc-fr__swiper::-webkit-scrollbar{display:none}@media screen and (max-width: 768px){.unc-fr__swiper{padding:36px 24px !important}}.unc-fr__swiper .swiper-wrapper{display:flex;width:-moz-max-content;width:max-content}@media screen and (min-width: 1025px){.unc-fr__swiper .swiper-wrapper{margin-left:-110px}}@media screen and (min-width: 1025px){.unc-fr__swiper--centered .swiper-wrapper{justify-content:center;width:100%;margin-left:0}}.unc-fr__swiper .swiper-slide{height:auto;overflow:visible}@media screen and (min-width: 500px){.unc-fr__swiper .swiper-slide{flex:0 0 383px;width:383px}}.unc-fr__card{display:flex;padding:16px;flex-direction:column;align-items:center;gap:16px;box-sizing:border-box;width:100%;height:100%;max-width:383px;border-radius:28px;border:2px solid #ec1107;background:#fff;border-radius:28px 0;corner-shape:bevel;border-left:30px solid #ec1107;border-bottom:30px solid #ec1107;border-bottom-left-radius:5px}.unc-fr__stars{display:flex;gap:2px}.unc-fr__text{margin:0;color:#ec1107;text-align:center;font-family:"ASM",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:140%}.unc-fr__name{margin:0;color:#ec1107;text-align:center;font-family:"ASM",sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:116%}.unc-fr__arrows{display:flex;align-items:center;gap:8px}.unc-fr__arrows.is-hidden{visibility:hidden;pointer-events:none}.unc-fr__arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:3px solid #ec1107;border-radius:50%;background:rgba(0,0,0,0);cursor:pointer;flex-shrink:0;transition:opacity .2s ease}.unc-fr__arrow svg{display:block;flex-shrink:0}.unc-fr__arrow:hover{opacity:.7}.unc-fr__arrow:disabled{opacity:.3;cursor:default}