.jltma-post-thumbnail {
overflow: hidden;
}
.jltma-img-zoom_in_one img,
.jltma-img-zoom_in_two img,
.jltma-img-zoom_out_one img,
.jltma-img-zoom_out_two img,
.jltma-img-rotate_zoomout img,
.jltma-img-slide img,
.jltma-img-grayscale img,
.jltma-img-blur img,
.jltma-img-sepia img,
.jltma-img-blur_sepia img,
.jltma-img-blur_grayscale img,
.jltma-img-opacity_one img,
.jltma-img-opacity_two img {
transition: 0.3s ease-in-out;
}
.jltma-img-zoom_in_one img,
.jltma-img-zoom_out_one:hover img {
transform: scale(1);
}
.jltma-img-opacity_one img,
.jltma-img-opacity_two img,
.jltma-img-flushing:hover img,
.jltma-appear-watch-animation.jltma-animation-off,
.jltma-animated.jltma-slide-from-right,
.jltma-animated.jltma-slide-from-left,
.jltma-animated.jltma-slide-from-top,
.jltma-animated.jltma-slide-from-bot,
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim),
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing,
.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible {
opacity: 1;
} .jltma-img-zoom_in_one:hover img {
transform: scale(1.3);
} .jltma-img-zoom_in_two img {
width: 100%;
height: auto;
max-width: inherit;
}
.jltma-img-zoom_in_two:hover img {
width: 110%;
} .jltma-img-zoom_out_one img {
transform: scale(1.5);
} .jltma-img-zoom_out_two img {
width: 110%;
height: auto;
max-width: inherit;
}
.jltma-img-zoom_out_two:hover img {
width: 100%;
} .jltma-img-rotate_zoomout img {
transform: rotate(15deg) scale(1.4);
}
.jltma-img-rotate_zoomout:hover img {
transform: rotate(0) scale(1);
} .jltma-img-slide img {
margin-left: 30px;
transform: scale(1.5);
}
.jltma-img-slide:hover img {
margin-left: 0;
} .jltma-img-grayscale img {
filter: grayscale(100%);
}
.jltma-img-grayscale:hover img {
filter: grayscale(0);
} .jltma-img-blur img {
filter: blur(3px);
}
.jltma-img-blur:hover img {
filter: blur(0);
} .jltma-img-sepia img {
filter: sepia(100%);
}
.jltma-img-sepia:hover img {
filter: sepia(0);
} .jltma-img-blur_sepia img {
filter: blur(3px) sepia(100%);
}
.jltma-img-blur_sepia:hover img {
filter: blur(0) sepia(0);
} .jltma-img-blur_grayscale img {
filter: grayscale(0) blur(0);
}
.jltma-img-blur_grayscale:hover img {
filter: grayscale(100%) blur(3px);
} .jltma-img-opacity_one:hover img {
opacity: 0.5;
} .jltma-img-opacity_two:hover img {
opacity: 0.5;
} .jltma-img-flushing:hover img {
animation: flash 1.5s;
} .jltma-img-shine {
position: relative;
}
.jltma-img-shine::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(-25deg);
}
.jltma-img-shine.jltma-post-thumbnail:before {
left: -200%;
}
.jltma-img-shine:hover::before {
animation: shine 0.75s;
} .jltma-img-circle {
position: relative;
}
.jltma-img-circle::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
transform: translate(-50%, -50%);
opacity: 0;
}
.jltma-img-circle:hover::before {
animation: circle 0.75s;
}
.jltma-img-grayscale {
filter: gray;
} .jltma-img-grayscale:hover {
filter: none;
}
.jltma-img-shape-gradient-border {
border: 5px solid;
border-radius: 10px;
border-image: linear-gradient(to bottom, #2b68c4 0%, #cf2d6e 100%) 1;
background-image: linear-gradient(#2b68c4, #2b68c4), radial-gradient(circle at top left, #cf2d6e, #cf2d6e);
background-origin: border-box;
background-clip: content-box, border-box;
}
.jltma-img-shape-bordered,
.jltma-img-shape-framed {
border-radius: 10px;
border: 3px solid #021a40;
padding: 5px;
}  .jltma-appear-watch-animation {
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
opacity: 0;
}
.jltma-animation-off {
animation: none !important;
}
.jltma-animated.jltma-slide-from-right {
overflow: hidden;
}
.jltma-animated.jltma-slide-from-right > .elementor-widget-container,
.jltma-animated.jltma-slide-from-right > .elementor-column-wrap,
.jltma-animated.jltma-slide-from-left > .elementor-widget-container,
.jltma-animated.jltma-slide-from-left > .elementor-column-wrap,
.jltma-animated.jltma-slide-from-top > .elementor-widget-container,
.jltma-animated.jltma-slide-from-top > .elementor-column-wrap,
.jltma-animated.jltma-slide-from-bot > .elementor-widget-container,
.jltma-animated.jltma-slide-from-bot > .elementor-column-wrap {
animation-duration: inherit;
animation-fill-mode: inherit;
animation-timing-function: inherit;
animation-delay: inherit;
}
.jltma-animated.jltma-slide-from-left {
overflow: hidden;
}
.jltma-animated.jltma-slide-from-top {
overflow: hidden;
}
.jltma-animated.jltma-slide-from-bot {
overflow: hidden;
}
.jltma-isotope-animated {
overflow: hidden;
transition: height 800ms cubic-bezier(0.75, 0.1, 0.25, 0.9);
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim) {
transition: transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-loading {
opacity: 0 !important;
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hiding {
transform: translateY(-10%);
transition-timing-function: cubic-bezier(0.75, 0, 0.75, 0.9);
z-index: 1;
opacity: 0;
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hidden {
transform: translateY(10%);
opacity: 0;
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing {
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
transform: translateY(0);
z-index: 2;
}
.jltma-isotope-animated .jltma-items-loading {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all 1200ms;
}
.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible {
visibility: visible;
}
.jltma-isotope-animated .jltma-items-loading.jltma-loading-hide {
opacity: 0;
visibility: hidden;
}
.jltma-isotope-animated .jltma-items-loading .jltma-loading-loop {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.jltma-isotope-filters.jltma-center + .jltma-isotope-animated {
clear: both;
} @keyframes from0to360 {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes animation_svg_01_from0to360 {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes from360to0 {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
@keyframes animation_svg_01_from360to0 {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
@keyframes scaleUp {
from {
transform: scale(0.8);
}
to {
transform: scale(1);
}
}
@keyframes scaleDown {
from {
transform: scale(1);
}
to {
transform: scale(0.8);
}
}
@keyframes animation_svg_01_from360to0scaled {
from {
transform: rotate(360deg) scale(1.1);
}
to {
transform: rotate(0deg) scale(0.25);
}
}
@keyframes animation_svg_02_blobber {
0% {
border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
}
5% {
border-radius: 48% 52% 41% 59%/66% 37% 63% 34%;
}
10% {
border-radius: 69% 31% 71% 29%/67% 31% 69% 33%;
}
15% {
border-radius: 60% 40% 71% 29%/63% 65% 35% 37%;
}
20% {
border-radius: 61% 39% 51% 49%/57% 58% 42% 43%;
}
25% {
border-radius: 66% 34% 25% 75%/47% 30% 70% 53%;
}
30% {
border-radius: 32% 68% 38% 62%/65% 60% 40% 35%;
}
35% {
border-radius: 63% 37% 41% 59%/35% 38% 62% 65%;
}
40% {
border-radius: 57% 43% 49% 51%/55% 71% 29% 45%;
}
45% {
border-radius: 47% 53% 34% 66%/65% 36% 64% 35%;
}
50% {
border-radius: 44% 56% 32% 68%/69% 26% 74% 31%;
}
55% {
border-radius: 28% 72% 37% 63%/71% 44% 56% 29%;
}
60% {
border-radius: 38% 62% 35% 65%/74% 53% 47% 26%;
}
65% {
border-radius: 73% 27% 46% 54%/54% 47% 53% 46%;
}
70% {
border-radius: 75% 25% 47% 53%/49% 53% 47% 51%;
}
75% {
border-radius: 62% 38% 43% 57%/55% 60% 40% 45%;
}
80% {
border-radius: 41% 59% 65% 35%/73% 50% 50% 27%;
}
85% {
border-radius: 55% 45% 57% 43%/73% 61% 39% 27%;
}
90% {
border-radius: 74% 26% 33% 67%/40% 65% 35% 60%;
}
95% {
border-radius: 58% 42% 57% 43%/53% 45% 55% 47%;
}
100% {
border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
}
}
@keyframes animation_svg_02_cobler {
0% {
background-position: 0% 0%;
}
100% {
background-position: 100% 0%;
}
}
@keyframes animation_svg_02_wobbler {
0% {
transform: rotateZ(8deg);
}
100% {
transform: rotateZ(-8deg);
}
}
@keyframes jltma_blob_anim_01 {
0% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
25% {
d: path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z");
}
50% {
d: path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z");
}
75% {
d: path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z");
}
100% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
}
@keyframes pulse-grow {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
} .jltma-animate {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes JltmaFlash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes JltmaPulseIn {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.99, 0.99, 0.99);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in,
.jltma-animated.jltma-pulse {
animation-name: JltmaPulseIn;
}
@keyframes JltmaPulseIn1 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.98, 0.98, 0.98);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-1,
.jltma-animated.jltma-pulse1 {
animation-name: JltmaPulseIn1;
}
@keyframes JltmaPulseIn2 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.96, 0.96, 0.96);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-2,
.jltma-animated.jltma-pulse2 {
animation-name: JltmaPulseIn2;
}
@keyframes JltmaPulseIn3 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.94, 0.94, 0.94);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-3,
.jltma-animated.jltma-pulse3 {
animation-name: JltmaPulseIn3;
}
@keyframes JltmaPulseIn4 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.9, 0.9, 0.9);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-4,
.jltma-animated.jltma-pulse4 {
animation-name: JltmaPulseIn4;
}
@keyframes JltmaPulseOut1 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-1,
.jltma-animated.jltma-pulse-out-1 {
animation-name: JltmaPulseOut1;
}
@keyframes JltmaPulseOut2 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-2,
.jltma-animated.jltma-pulse-out-2 {
animation-name: JltmaPulseOut2;
}
@keyframes JltmaPulseOut3 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.15, 1.15, 1.15);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-3,
.jltma-animated.jltma-pulse-out-3 {
animation-name: JltmaPulseOut3;
}
@keyframes JltmaPulseOut4 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.2, 1.2, 1.2);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-4,
.jltma-animated.jltma-pulse-out-4 {
animation-name: JltmaPulseOut4;
}
@keyframes JltmaShake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-50px, 0, 0);
}
20%, 40%, 60%, 80% {
opacity: 1;
transform: translate3d(50px, 0, 0);
}
}
.jltma-anim-shake,
.jltma-animated.jltma-shake {
animation-name: JltmaShake;
}
@keyframes JltmaBounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-bounce-in,
.jltma-animated.jltma-bounce-in {
animation-name: JltmaBounceIn;
}
@keyframes JltmaFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.jltma-anim-fade-in,
.jltma-animated.jltma-fade-in {
animation-name: JltmaFadeIn;
}
@keyframes JltmaFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -27px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-down,
.jltma-animated.jltma-fade-in-down {
animation-name: JltmaFadeInDown;
}
@keyframes JltmaFadeInDown1 {
from {
opacity: 0;
transform: translate3d(0, -50px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-down-1,
.jltma-animated.jltma-fade-in-down-1 {
animation-name: JltmaFadeInDown1;
}
@keyframes JltmaFadeInDown2 {
from {
opacity: 0;
transform: translate3d(0, -75px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-down-2,
.jltma-animated.jltma-fade-in-down-2 {
animation-name: JltmaFadeInDown2;
}
@keyframes JltmaFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 27px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-up,
.jltma-animated.jltma-fade-in-up {
animation-name: JltmaFadeInUp;
}
@keyframes JltmaFadeInUp1 {
from {
opacity: 0;
transform: translate3d(0, 50px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-up-1,
.jltma-animated.jltma-fade-in-up-1 {
animation-name: JltmaFadeInUp1;
}
@keyframes JltmaFadeInUp2 {
from {
opacity: 0;
transform: translate3d(0, 75px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-up-2,
.jltma-animated.jltma-fade-in-up-2 {
animation-name: JltmaFadeInUp2;
}
@keyframes JltmaFadeInLeft {
from {
opacity: 0;
transform: translate3d(-27px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-left,
.jltma-animated.jltma-fade-in-left {
animation-name: JltmaFadeInLeft;
}
@keyframes JltmaFadeInLeft1 {
from {
opacity: 0;
transform: translate3d(-50px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-left-1,
.jltma-animated.jltma-fade-in-left-1 {
animation-name: JltmaFadeInLeft1;
}
@keyframes JltmaFadeInLeft2 {
from {
opacity: 0;
transform: translate3d(-75px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-left-2,
.jltma-animated.jltma-fade-in-left-2 {
animation-name: JltmaFadeInLeft2;
}
@keyframes JltmaFadeInRight {
from {
opacity: 0;
transform: translate3d(27px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-right,
.jltma-animated.jltma-fade-in-right {
animation-name: JltmaFadeInRight;
}
@keyframes JltmaFadeInRight1 {
from {
opacity: 0;
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-right-1,
.jltma-animated.jltma-fade-in-right-1 {
animation-name: JltmaFadeInRight1;
}
@keyframes JltmaFadeInRight2 {
from {
opacity: 0;
transform: translate3d(75px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-right-2,
.jltma-animated.jltma-fade-in-right-2 {
animation-name: JltmaFadeInRight2;
}
@keyframes JltmaRotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in,
.jltma-animated.jltma-rotate-in {
animation-name: JltmaRotateIn;
}
@keyframes JltmaRotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -25deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-left,
.jltma-animated.jltma-rotate-in-down-left {
animation-name: JltmaRotateInDownLeft;
}
@keyframes JltmaRotateInDownLeft1 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -35deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-left-1,
.jltma-animated.jltma-rotate-in-down-left-1 {
animation-name: JltmaRotateInDownLeft1;
}
@keyframes JltmaRotateInDownLeft2 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-left-2,
.jltma-animated.jltma-rotate-in-down-left-2 {
animation-name: JltmaRotateInDownLeft2;
}
@keyframes JltmaRotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 25deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-right,
.jltma-animated.jltma-rotate-in-down-right {
animation-name: JltmaRotateInDownRight;
}
@keyframes JltmaRotateInDownRight1 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 35deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-right-1,
.jltma-animated.jltma-rotate-in-down-right-1 {
animation-name: JltmaRotateInDownRight1;
}
@keyframes JltmaRotateInDownRight2 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-right-2,
.jltma-animated.jltma-rotate-in-down-right-2 {
animation-name: JltmaRotateInDownRight2;
}
@keyframes JltmaRotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 25deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-left,
.jltma-animated.jltma-rotate-in-up-left {
animation-name: JltmaRotateInUpLeft;
}
@keyframes JltmaRotateInUpLeft1 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 35deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-left-1,
.jltma-animated.jltma-rotate-in-up-left-1 {
animation-name: JltmaRotateInUpLeft1;
}
@keyframes JltmaRotateInUpLeft2 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-left-2,
.jltma-animated.jltma-rotate-in-up-left-2 {
animation-name: JltmaRotateInUpLeft2;
}
@keyframes JltmaRotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -35deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-right,
.jltma-animated.jltma-rotate-in-up-right {
animation-name: JltmaRotateInUpRight;
}
@keyframes JltmaRotateInUpRight1 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -60deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-right-1,
.jltma-animated.jltma-rotate-in-up-right-1 {
animation-name: JltmaRotateInUpRight1;
}
@keyframes JltmaRotateInUpRight2 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-right-2,
.jltma-animated.jltma-rotate-in-up-right-2 {
animation-name: JltmaRotateInUpRight2;
}
@keyframes JltmaFlipInUp {
from {
transform: rotateX(-40deg) translateY(40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-up,
.jltma-animated.jltma-flip-in-up {
animation-name: JltmaFlipInUp;
}
@keyframes JltmaFlipInUp1 {
from {
transform: rotateX(-40deg) translateY(80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-up-1,
.jltma-animated.jltma-flip-in-up-1 {
animation-name: JltmaFlipInUp1;
}
@keyframes JltmaFlipInUp2 {
from {
transform: rotateX(-40deg) translateY(120px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-up-2,
.jltma-animated.jltma-flip-in-up-2 {
animation-name: JltmaFlipInUp2;
}
@keyframes JltmaFlipInDown {
from {
transform: rotateX(40deg) translateY(-40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-down,
.jltma-animated.jltma-flip-in-down {
animation-name: JltmaFlipInDown;
}
@keyframes JltmaFlipInDown1 {
from {
transform: rotateX(40deg) translateY(-80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-down-1,
.jltma-animated.jltma-flip-in-down-1 {
animation-name: JltmaFlipInDown1;
}
@keyframes JltmaFlipInDown2 {
from {
transform: rotateX(40deg) translateY(-120px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-down-2,
.jltma-animated.jltma-flip-in-down-2 {
animation-name: JltmaFlipInDown2;
}
@keyframes JltmaFlipInLeft {
from {
transform: rotateY(-40deg) translateX(40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left,
.jltma-animated.jltma-flip-in-left {
animation-name: JltmaFlipInLeft;
}
@keyframes JltmaFlipInLeft1 {
from {
transform: rotateY(-40deg) translateX(80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left-1,
.jltma-animated.jltma-flip-in-left-1 {
animation-name: JltmaFlipInLeft1;
}
@keyframes JltmaFlipInLeft2 {
from {
transform: rotateY(-40deg) translateX(140px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left-2,
.jltma-animated.jltma-flip-in-left-2 {
animation-name: JltmaFlipInLeft2;
}
@keyframes JltmaFlipInLeft3 {
from {
transform: rotateY(-40deg) translateX(200px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left-3,
.jltma-animated.jltma-flip-in-left-3 {
animation-name: JltmaFlipInLeft3;
}
@keyframes JltmaFlipInRight {
from {
transform: rotateY(40deg) translateX(-40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right,
.jltma-animated.jltma-flip-in-right {
animation-name: JltmaFlipInRight;
}
@keyframes JltmaFlipInRight1 {
from {
transform: rotateY(40deg) translateX(-80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right-1,
.jltma-animated.jltma-flip-in-right-1 {
animation-name: JltmaFlipInRight1;
}
@keyframes JltmaFlipInRight2 {
from {
transform: rotateY(40deg) translateX(-140px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right-2,
.jltma-animated.jltma-flip-in-right-2 {
animation-name: JltmaFlipInRight2;
}
@keyframes JltmaFlipInRight3 {
from {
transform: rotateY(40deg) translateX(-200px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right-3,
.jltma-animated.jltma-flip-in-right-3 {
animation-name: JltmaFlipInRight3;
}
@keyframes JltmaZoomIn {
from {
transform: scale3d(0.9, 0.9, 0.9);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in,
.jltma-animated.jltma-zoom-in {
animation-name: JltmaZoomIn;
}
@keyframes JltmaZoomIn1 {
from {
transform: scale3d(0.8, 0.8, 0.8);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in-1,
.jltma-animated.jltma-zoom-in-1 {
animation-name: JltmaZoomIn1;
}
@keyframes JltmaZoomIn2 {
from {
transform: scale3d(0.7, 0.7, 0.7);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in-2,
.jltma-animated.jltma-zoom-in-2 {
animation-name: JltmaZoomIn2;
}
@keyframes JltmaZoomIn3 {
from {
transform: scale3d(0.6, 0.6, 0.6);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in-3,
.jltma-animated.jltma-zoom-in-3 {
animation-name: JltmaZoomIn3;
}
@keyframes JltmaScaleUp {
from {
transform: scale(0.9, 0.9);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-up,
.jltma-animated.jltma-scale-up {
animation-name: JltmaScaleUp;
}
@keyframes JltmaScaleUp1 {
from {
transform: scale(0.7, 0.7);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-up-1,
.jltma-animated.jltma-scale-up-1 {
animation-name: JltmaScaleUp1;
}
@keyframes JltmaScaleUp2 {
from {
transform: scale(0.6, 0.6);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-up-2,
.jltma-animated.jltma-scale-up-2 {
animation-name: JltmaScaleUp2;
}
@keyframes JltmaScaleDown {
from {
transform: scale(1.1, 1.1);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-down,
.jltma-animated.jltma-scale-down {
animation-name: JltmaScaleDown;
}
@keyframes JltmaScaleDown1 {
from {
transform: scale(1.3, 1.3);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-down-1,
.jltma-animated.jltma-scale-down-1 {
animation-name: JltmaScaleDown1;
}
@keyframes JltmaScaleDown2 {
from {
transform: scale(1.4, 1.4);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-down-2,
.jltma-animated.jltma-scale-down-2 {
animation-name: JltmaScaleDown2;
}
@keyframes JltmaJackInTheBox {
from {
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-jack-in-box,
.jltma-animated.jltma-jack-in-box {
animation-name: JltmaJackInTheBox;
} @keyframes jltma-scrolldown {
0% {
transform: translate(-50%, -60%);
}
100% {
transform: translate(-50%, -20%);
}
}
@keyframes jltma-header-animation {
from {
transform: translateY(-100%);
}
to {
transform: none;
}
}
@keyframes JltmaSlideFromRight {
from {
transform: translateX(100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-right,
.jltma-animated.jltma-slide-from-right > .elementor-widget-container,
.jltma-animated.jltma-slide-from-right > .elementor-column-wrap {
animation-name: JltmaSlideFromRight;
}
@keyframes JltmaSlideFromLeft {
from {
transform: translateX(-100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-left,
.jltma-animated.jltma-slide-from-left > .elementor-widget-container,
.jltma-animated.jltma-slide-from-left > .elementor-column-wrap {
animation-name: JltmaSlideFromLeft;
}
@keyframes JltmaSlideFromTop {
from {
transform: translateY(-100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-top,
.jltma-animated.jltma-slide-from-top > .elementor-widget-container,
.jltma-animated.jltma-slide-from-top > .elementor-column-wrap {
animation-name: JltmaSlideFromTop;
}
@keyframes JltmaSlideFromBot {
from {
transform: translateY(100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-bot,
.jltma-animated.jltma-slide-from-bot > .elementor-widget-container,
.jltma-animated.jltma-slide-from-bot > .elementor-column-wrap {
animation-name: JltmaSlideFromBot;
}
@keyframes JltmaMaskFromTop {
from {
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-top,
.jltma-animated.jltma-mask-from-top {
animation-name: JltmaMaskFromTop;
}
@keyframes JltmaMaskFromBot {
from {
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-bot,
.jltma-animated.jltma-mask-from-bot {
animation-name: JltmaMaskFromBot;
}
@keyframes JltmaMaskFromRight {
from {
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-right,
.jltma-animated.jltma-mask-from-right {
animation-name: JltmaMaskFromRight;
}
@keyframes JltmaMaskFromLeft {
from {
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-left,
.jltma-animated.jltma-mask-from-left {
animation-name: JltmaMaskFromLeft;
}
@keyframes JltmaLoadingWave {
0% {
background-position: 0% 0;
}
100% {
background-position: 66% 0;
}
}
@keyframes flash {
0% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes shine {
100% {
left: 125%;
}
}  @keyframes jltma-rotate-1-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes jltma-rotate-1-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes jltma-pulse {
0% {
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes jltma-rotate-2-in {
0% {
opacity: 0;
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes jltma-rotate-2-out {
0% {
opacity: 1;
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes slide-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slide-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
}
@keyframes jltma-rotate-3-in {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes jltma-rotate-3-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
}
@keyframes scale-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes scale-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
}
@keyframes push-in {
0% {
opacity: 0;
transform: translateX(-100%);
}
60% {
opacity: 1;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes push-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(110%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
@keyframes cd-bounce-even {
0% {
opacity: 0;
transform: translateX(-100px);
}
60% {
opacity: 1;
transform: translateX(10px);
}
100% {
transform: translateX(0px);
}
}
@keyframes cd-bounce-odd {
0% {
opacity: 0;
transform: translateX(100px);
}
60% {
opacity: 1;
transform: translateX(-10px);
}
100% {
transform: translateX(0px);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
}
70% {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes batman {
0% {
transform: scale(1, 1) rotateZ(0);
}
100% {
transform: scale(0, 0) rotateZ(720deg);
opacity: 0;
}
}body:not(.elementor-editor-active) .jltma-template-popup{display:none}.jltma-template-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999}.jltma-template-popup-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100%;height:100%}.jltma-popup-container{position:relative}.jltma-popup-container>div{width:100%}.jltma-popup-container .e-con>.e-con-inner{margin:0}.jltma-popup-custom-position .jltma-popup-container{position:fixed!important;transform:none!important;margin:0!important}.jltma-popup-container-inner{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;background:#fff;padding:0!important}.jltma-popup-container-inner>div{width:100%;-ms-flex-negative:0;flex-shrink:0}.jltma-popup-container-inner .e-con>.e-con-inner{padding:0}.jltma-popup-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.jltma-popup-overlay{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.7)}.jltma-popup-close-btn{display:flex;position:absolute;top:15px;right:15px;z-index:99;width:30px;height:30px;cursor:pointer;align-items:center;justify-content:center;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:50%!important;color:#6b7280;transition:.2s}.jltma-popup-close-btn:hover{background:#f3f4f6!important;border-color:#d1d5db!important;color:#374151}.jltma-popup-close-btn svg{width:14px;height:14px;color:inherit;pointer-events:none}.jltma-popup-close-btn.jltma-popup-close-top-left{top:15px;right:auto;left:15px}.jltma-popup-close-btn.jltma-popup-close-top-right{top:15px;right:15px;left:auto}.jltma-popup-close-btn.jltma-popup-close-inside-top-left{top:15px;right:auto;left:15px;position:absolute}.jltma-popup-close-btn.jltma-popup-close-inside-top-right{top:15px;right:15px;left:auto;position:absolute}.jltma-popup-notification .jltma-template-popup-inner,.jltma-popup-notification.jltma-template-popup{height:auto!important}.jltma-popup-notification .jltma-popup-overlay{display:none!important}.jltma-popup-notification .jltma-popup-container .slideInDown{-webkit-animation-timing-function:linear;animation-timing-function:linear}.jltma-popup-notification .jltma-popup-container{width:100%!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.jltma-popup-container-inner.ps-container.ps-active-y>.ps-scrollbar-y-rail,.jltma-popup-container-inner.ps.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.jltma-popup-container-inner.ps-container>.ps-scrollbar-y-rail,.jltma-popup-container-inner.ps>.ps__rail-y{display:none;position:absolute;right:3px;width:3px}.jltma-popup-container-inner.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y,.jltma-popup-container-inner.ps>.ps__rail-y>.ps__thumb-y{position:absolute;cursor:pointer;right:0;width:3px}.jltma-popup-container .ps-scrollbar-x-rail{display:none!important}.jltma-popup-trigger-button{display:inline-block;font-size:14px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;cursor:pointer}.jltma-popup-trigger-button svg{display:block}.jltma-popup-position-center-center .jltma-template-popup-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-popup-custom-position .jltma-template-popup-inner{-webkit-box-align:unset!important;-ms-flex-align:unset!important;align-items:unset!important;-webkit-box-pack:unset!important;-ms-flex-pack:unset!important;justify-content:unset!important}.jltma-popup-position-center-left .jltma-template-popup-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-popup-position-center-right .jltma-template-popup-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-popup-position-top-left .jltma-template-popup-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-popup-position-top-center .jltma-template-popup-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-popup-position-top-right .jltma-template-popup-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-popup-position-bottom-left .jltma-template-popup-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-popup-position-bottom-center .jltma-template-popup-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-popup-position-bottom-right .jltma-template-popup-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:1024px){.jltma-template-popup{z-index:999999}}@media (max-width:768px){.jltma-popup-container{max-width:95%}.jltma-popup-close-btn svg{width:14px;height:14px}}@media (max-width:480px){.jltma-popup-container{max-width:98%}}.jltma-popup-open,.jltma-template-popup-show{display:block!important}body.jltma-popup-open{overflow:hidden}.qib-button-wrapper button.qib-button{
padding: 6px 12px 8px;
height: 41px;
background: #ffffff;
border: 1px solid #efefef;
cursor: pointer;
font-size: 20px;
line-height: 20px;
width: 41px;
color: black;
height: 41px;
}
.qib-button-wrapper .quantity {
display: inline;
}
.qib-button-wrapper{
margin: 3px 0;
white-space: nowrap;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
float: none !important;
height: 41px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
height: 41px;
padding: 6px 12px 8px;
text-align: center;
background: #ffffff;
border: 1px solid #efefef;
font-size: 20px;
line-height: 20px;
box-shadow: none;
margin: 0 !important;
}
span.wqpmb_plain_input.hidden{display: none;}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .quantity.wqpmb_quantity,.quantity.wqpmb_quantity {
display: inline-flex;
}
body .qib-button-wrapper {
display: flex;
float: left;
flex-wrap: nowrap;
margin-right: 5px;
align-items: center;
justify-content: center;
gap: 0;
}
body .qib-button-wrapper .minus.qib-button, 
body .qib-button-wrapper .plus.qib-button{
background: #a19f9f14;
}
body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
background: #14141414;
}
.wpt-wrap .qib-button-wrapper {
gap: 0;
}
.wpt-wrap .qib-button-wrapper div.quantity.wqpmb_quantity {
height: 37px !important;
}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .qib-button-wrapper{
margin: inherit;
}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{
margin-right: 0;margin: 0;
}
.qib-button-wrapper input::-webkit-outer-spin-button,
.qib-button-wrapper input::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0; 
}
.qib-button-wrapper input[type=number],
.qib-button-wrapper .quantity input[type=number], 
.qib-button-wrapper .quantity input[type=number]{ 
-moz-appearance:textfield; }
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity{
margin: 0 !important;
}
@media only screen and (max-width: 600px) {
table.cart .product-quantity .plus, table.cart .product-quantity .minus {
display: block;
}
body .qib-button-wrapper {
display: flex;
float: right;
margin-right: 0;
}
}  body.theme-pricom .qib-button-wrapper .minus.qib-button, 
body.theme-pricom .qib-button-wrapper .plus.qib-button,
body.theme-pricom input.input-text.qty.text.wcmmq-qty-input-box {
background: #f5f5f5;
color: #7e7e7e;
border-radius: 0;
border: 0 none !important;
}
body.theme-pricom .qib-button-wrapper .minus.qib-button:hover, 
body.theme-pricom .qib-button-wrapper .plus.qib-button:hover,
body.theme-pricom input.input-text.qty.text.wcmmq-qty-input-box:hover {
color: #000;
}
body.theme-pricom .qib-button-wrapper {
border: 1px solid #ddd;
border-radius: 15px;
overflow: hidden;
}
body.theme-pricom .qib-button-wrapper .quantity .input-text[type=number] {
min-width: 56px;
}
.woocommerce div.product form.cart div.quantity .qty {
margin-top: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
} body.theme-shoptimizer .ajax_add_to_cart.add_to_cart_button, 
body.theme-shoptimizer .single-product div.product form.cart .button {
margin-left: 0px !important;
margin-top: -2px !important;
width: 200px !important;
height: 50px !important;
width: 200px !important;
}@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.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;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.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;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.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;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.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;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.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;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.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;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.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;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.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;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.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;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.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;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.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;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.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;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tmmpkzsq.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tcmpi.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjlufntakpy.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjluchta.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvgdeoceg.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvf9eo.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptufntakpy.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptuchta.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjnecmne.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1jlfc-k.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1xlfq.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.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;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.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;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/montserrat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Varela Round';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/varelaround-w8gdh283tvk__lua32tysjifpcupp9g.woff2) format('woff2');
unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Varela Round';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/varelaround-w8gdh283tvk__lua32tysjifqmupp9g.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;
} @font-face {
font-family: 'Varela Round';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/varelaround-w8gdh283tvk__lua32tysjifqcupp9g.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Varela Round';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.anper.es/wp-content/uploads/elementor/google-fonts/fonts/varelaround-w8gdh283tvk__lua32tysjifp8up.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face{font-family:iconic-font;src:url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/iconic-fonts/iconic-font.woff2) format('woff2'),url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/iconic-fonts/iconic-font.woff) format('woff'),url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/iconic-fonts/iconic-font.ttf) format('truetype');font-weight:400;font-style:normal}.im{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;font-family:iconic-font;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto}.im-angle-right:before{content:'\e001'}.im-angle-left:before{content:'\e002'}.im-angle-down:before{content:'\e003'}.im-angle-up:before{content:'\e004'}.im-angle-right-circle:before{content:'\e005'}.im-angle-left-circle:before{content:'\e006'}.im-angle-down-circle:before{content:'\e007'}.im-angle-up-circle:before{content:'\e008'}.im-arrow-right:before{content:'\e009'}.im-arrow-left:before{content:'\e00a'}.im-arrow-down:before{content:'\e00b'}.im-arrow-up:before{content:'\e00c'}.im-arrow-right-circle:before{content:'\e00d'}.im-arrow-left-circle:before{content:'\e00e'}.im-arrow-down-circle:before{content:'\e00f'}.im-arrow-up-circle:before{content:'\e010'}.im-care-right:before{content:'\e011'}.im-care-left:before{content:'\e012'}.im-care-down:before{content:'\e013'}.im-care-up:before{content:'\e014'}.im-forbidden:before{content:'\e015'}.im-printer:before{content:'\e016'}.im-menu:before{content:'\e017'}.im-menu-list:before{content:'\e018'}.im-quote-left:before{content:'\e019'}.im-quote-right:before{content:'\e01a'}.im-bell:before{content:'\e01b'}.im-bell-off:before{content:'\e01c'}.im-bookmark:before{content:'\e01d'}.im-briefcase:before{content:'\e01e'}.im-calendar:before{content:'\e01f'}.im-photo-camera:before{content:'\e020'}.im-video-camera:before{content:'\e021'}.im-microphone:before{content:'\e022'}.im-check-mark:before{content:'\e023'}.im-check-mark-circle:before{content:'\e024'}.im-check-square-o:before{content:'\e025'}.im-check-square:before{content:'\e026'}.im-check-square-i:before{content:'\e027'}.im-square-o:before{content:'\e028'}.im-radio-button-circle-o:before{content:'\e029'}.im-radio-button-circle:before{content:'\e02a'}.im-circle-o:before{content:'\e02b'}.im-clock-o:before{content:'\e02c'}.im-cloud:before{content:'\e02d'}.im-cloud-download:before{content:'\e02e'}.im-cloud-upload:before{content:'\e02f'}.im-code:before{content:'\e030'}.im-speech-bubble:before{content:'\e031'}.im-speech-bubble-comment:before{content:'\e032'}.im-speech-bubble-comments:before{content:'\e033'}.im-copy:before{content:'\e034'}.im-credit-card:before{content:'\e035'}.im-crown:before{content:'\e036'}.im-database:before{content:'\e037'}.im-computer:before{content:'\e038'}.im-download:before{content:'\e039'}.im-upload:before{content:'\e03a'}.im-pencil:before{content:'\e03b'}.im-edit-off:before{content:'\e03c'}.im-play:before{content:'\e03d'}.im-pause:before{content:'\e03e'}.im-stop:before{content:'\e03f'}.im-eject:before{content:'\e040'}.im-previous:before{content:'\e041'}.im-next:before{content:'\e042'}.im-loop:before{content:'\e043'}.im-random:before{content:'\e044'}.im-menu-dot-h:before{content:'\e045'}.im-menu-dot-v:before{content:'\e046'}.im-mail:before{content:'\e047'}.im-info:before{content:'\e048'}.im-warning:before{content:'\e049'}.im-question:before{content:'\e04a'}.im-link:before{content:'\e04b'}.im-unlink:before{content:'\e04c'}.im-external-link:before{content:'\e04d'}.im-eye:before{content:'\e04e'}.im-eye-off:before{content:'\e04f'}.im-file:before{content:'\e050'}.im-file-o:before{content:'\e051'}.im-files-o:before{content:'\e052'}.im-video:before{content:'\e053'}.im-audio:before{content:'\e054'}.im-picture-o:before{content:'\e055'}.im-flag:before{content:'\e056'}.im-folder:before{content:'\e057'}.im-folder-open:before{content:'\e058'}.im-smiley-o:before{content:'\e059'}.im-frown-o:before{content:'\e05a'}.im-gear:before{content:'\e05b'}.im-globe:before{content:'\e05c'}.im-heart:before{content:'\e05d'}.im-home:before{content:'\e05e'}.im-inbox:before{content:'\e05f'}.im-key:before{content:'\e060'}.im-lock:before{content:'\e061'}.im-lock-open:before{content:'\e062'}.im-task-o:before{content:'\e063'}.im-filter:before{content:'\e064'}.im-light-bulb:before{content:'\e065'}.im-flash:before{content:'\e066'}.im-map-o:before{content:'\e067'}.im-location:before{content:'\e068'}.im-maximize:before{content:'\e069'}.im-minimize:before{content:'\e06a'}.im-fullscreen:before{content:'\e06b'}.im-mobile:before{content:'\e06c'}.im-phone:before{content:'\e06d'}.im-coin:before{content:'\e06e'}.im-banknote:before{content:'\e06f'}.im-paper-clip:before{content:'\e070'}.im-bar-chart:before{content:'\e071'}.im-plus:before{content:'\e072'}.im-minus:before{content:'\e073'}.im-plus-circle:before{content:'\e074'}.im-minus-circle:before{content:'\e075'}.im-undo:before{content:'\e076'}.im-redo:before{content:'\e077'}.im-rocket:before{content:'\e078'}.im-rss:before{content:'\e079'}.im-magnifier:before{content:'\e07a'}.im-magnifier-plus:before{content:'\e07b'}.im-magnifier-minus:before{content:'\e07c'}.im-share:before{content:'\e07d'}.im-shield:before{content:'\e07e'}.im-shopping-cart:before{content:'\e07f'}.im-sign-in:before{content:'\e080'}.im-sign-out:before{content:'\e081'}.im-spinner:before{content:'\e082'}.im-star:before{content:'\e083'}.im-star-half:before{content:'\e084'}.im-star-o:before{content:'\e085'}.im-sync:before{content:'\e086'}.im-table:before{content:'\e087'}.im-window-o:before{content:'\e088'}.im-windows-o:before{content:'\e089'}.im-thumb-up:before{content:'\e08a'}.im-thumb-down:before{content:'\e08b'}.im-x-mark:before{content:'\e08c'}.im-x-mark-circle:before{content:'\e08d'}.im-trash-can:before{content:'\e08e'}.im-user-male:before{content:'\e08f'}.im-user-female:before{content:'\e090'}.im-user-circle:before{content:'\e091'}.im-users:before{content:'\e092'}.im-volume:before{content:'\e093'}.im-volume-off:before{content:'\e094'}.im-wifi:before{content:'\e095'}.im-tools:before{content:'\e096'}.im-dashboard:before{content:'\e097'}.im-archive:before{content:'\e098'}.im-save:before{content:'\e099'}.im-floppy-disk:before{content:'\e09a'}.im-sitemap:before{content:'\e09b'}.im-toggle:before{content:'\e09c'}.im-tag:before{content:'\e09d'}.im-tags:before{content:'\e09e'}.im-wizard:before{content:'\e09f'}.im-book:before{content:'\e0a0'}.im-fire:before{content:'\e0a1'}.im-id-card:before{content:'\e0a2'}.im-note-o:before{content:'\e0a3'}.im-control-panel:before{content:'\e0a4'}.im-facebook:before{content:'\e0a5'}.im-facebook-like:before{content:'\e0a6'}.im-twitter:before{content:'\e0a7'}.im-amazon:before{content:'\e0a8'}.im-android-os:before{content:'\e0a9'}.im-apple-os:before{content:'\e0aa'}.im-windows-os:before{content:'\e0ab'}.im-linux-os:before{content:'\e0ac'}.im-chrome:before{content:'\e0ad'}.im-ie:before{content:'\e0ae'}.im-edge:before{content:'\e0af'}.im-firefox:before{content:'\e0b0'}.im-safari:before{content:'\e0b1'}.im-opera:before{content:'\e0b2'}.im-behance:before{content:'\e0b3'}.im-blogger:before{content:'\e0b4'}.im-flickr:before{content:'\e0b5'}.im-github:before{content:'\e0b6'}.im-google-plus:before{content:'\e0b7'}.im-instagram:before{content:'\e0b8'}.im-linkedin:before{content:'\e0b9'}.im-pinterest:before{content:'\e0ba'}.im-skype:before{content:'\e0bb'}.im-snapchat:before{content:'\e0bc'}.im-soundcloud:before{content:'\e0bd'}.im-stackoverflow:before{content:'\e0be'}.im-stumbleupon:before{content:'\e0bf'}.im-tumblr:before{content:'\e0c0'}.im-xing:before{content:'\e0c1'}.im-youtube:before{content:'\e0c2'}.im-reddit:before{content:'\e0c3'}.im-vimeo:before{content:'\e0c4'}.im-vk:before{content:'\e0c5'}.im-whatsapp:before{content:'\e0c6'}.im-paypal:before{content:'\e0c7'}.im-twitch:before{content:'\e0c8'}.im-drop:before{content:'\e0c9'}.im-sun:before{content:'\e0ca'}.im-certificate-o:before{content:'\e0cb'}.im-graduation-hat:before{content:'\e0cc'}.im-store:before{content:'\e0cd'}.im-pin:before{content:'\e0ce'}.im-navigation:before{content:'\e0cf'}.im-keyboard:before{content:'\e0d0'}.im-cursor:before{content:'\e0d1'}.im-monitor-o:before{content:'\e0d2'}.im-laptop-o:before{content:'\e0d3'}.im-power:before{content:'\e0d4'}.im-pie-chart:before{content:'\e0d5'}.im-line-chart-up:before{content:'\e0d6'}.im-clock:before{content:'\e0d7'}.im-flip-chart-o:before{content:'\e0d8'}.im-gift:before{content:'\e0d9'}.im-leaf:before{content:'\e0da'}.im-bug:before{content:'\e0db'}.im-coffee:before{content:'\e0dc'}.im-diamond-o:before{content:'\e0dd'}.im-bell-active:before{content:'\e0de'}.im-history:before{content:'\e0df'}.im-gamepad:before{content:'\e0e0'}.im-binoculars:before{content:'\e0e1'}.im-paperplane:before{content:'\e0e2'}.im-wrench:before{content:'\e0e3'}.im-newspaper-o:before{content:'\e0e4'}.im-lifebuoy:before{content:'\e0e5'}.im-fingerprint:before{content:'\e0e6'}.im-date-o:before{content:'\e0e7'}.im-network:before{content:'\e0e8'}.im-target:before{content:'\e0e9'}.im-user-settings:before{content:'\e0ea'}.im-radio:before{content:'\e0eb'}.im-bank:before{content:'\e0ec'}.im-calculator:before{content:'\e0ed'}.im-battery-empty:before{content:'\e0ee'}.im-battery:before{content:'\e0ef'}.im-battery-full:before{content:'\e0f0'}.im-check-mark-circle-o:before{content:'\e0f1'}.im-x-mark-circle-o:before{content:'\e0f2'}.im-cube:before{content:'\e0f3'}.im-cubes:before{content:'\e0f4'}.im-warning-circle:before{content:'\e0f5'}.im-timer:before{content:'\e0f6'}.im-hashtag:before{content:'\e0f7'}.im-pointer:before{content:'\e0f8'}.im-paintbrush:before{content:'\e0f9'}.im-server:before{content:'\e0fa'}.im-car:before{content:'\e0fb'}.im-edit:before{content:'\e0fc'}.im-flask:before{content:'\e0fd'}.im-language:before{content:'\e0fe'}.im-anchor:before{content:'\e0ff'}.im-trophy:before{content:'\e100'}.im-umbrella:before{content:'\e101'}.im-cc-amex:before{content:'\e102'}.im-cc-visa:before{content:'\e103'}.im-cc-mastercard:before{content:'\e104'}.im-cc-paypal:before{content:'\e105'}.im-cc-amazon:before{content:'\e106'}.im-cc-bitcoin:before{content:'\e107'}.im-direction:before{content:'\e108'}.im-gift-card:before{content:'\e109'}.im-newsletter:before{content:'\e10a'}.im-ribbon:before{content:'\e10b'}.im-award:before{content:'\e10c'}.im-first-aid:before{content:'\e10d'}.im-cookie:before{content:'\e10e'}.im-data:before{content:'\e10f'}.im-data-delete:before{content:'\e110'}.im-data-validate:before{content:'\e111'}.im-import:before{content:'\e112'}.im-export:before{content:'\e113'}.im-reset:before{content:'\e114'}.im-radar:before{content:'\e115'}.im-idea:before{content:'\e116'}.im-pizza:before{content:'\e117'}.im-truck:before{content:'\e118'}.im-support:before{content:'\e119'}.im-color-fan:before{content:'\e11a'}.im-layer:before{content:'\e11b'}.im-factory:before{content:'\e11c'}.im-apartment:before{content:'\e11d'}.im-plane:before{content:'\e11e'}.im-headphones:before{content:'\e11f'}.im-megaphone:before{content:'\e120'}.im-folder-add:before{content:'\e121'}.im-barcode:before{content:'\e122'}.im-accessibility:before{content:'\e123'}.im-plugin:before{content:'\e124'}.im-pulse:before{content:'\e125'}.im-spotify:before{content:'\e126'}.im-dribbble:before{content:'\e127'}.im-google-play:before{content:'\e128'}.im-facebook-messenger:before{content:'\e129'}.im-wechat:before{content:'\e12a'}.im-line:before{content:'\e12b'}.im-git:before{content:'\e12c'}@font-face{font-family:iconic-font;src:url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/iconic-fonts/iconic-font.woff2) format('woff2'),url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/iconic-fonts/iconic-font.woff) format('woff'),url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/iconic-fonts/iconic-font.ttf) format('truetype');font-weight:400;font-style:normal}.im{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;font-family:iconic-font;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto}.im-angle-right:before{content:'\e001'}.im-angle-left:before{content:'\e002'}.im-angle-down:before{content:'\e003'}.im-angle-up:before{content:'\e004'}.im-angle-right-circle:before{content:'\e005'}.im-angle-left-circle:before{content:'\e006'}.im-angle-down-circle:before{content:'\e007'}.im-angle-up-circle:before{content:'\e008'}.im-arrow-right:before{content:'\e009'}.im-arrow-left:before{content:'\e00a'}.im-arrow-down:before{content:'\e00b'}.im-arrow-up:before{content:'\e00c'}.im-arrow-right-circle:before{content:'\e00d'}.im-arrow-left-circle:before{content:'\e00e'}.im-arrow-down-circle:before{content:'\e00f'}.im-arrow-up-circle:before{content:'\e010'}.im-care-right:before{content:'\e011'}.im-care-left:before{content:'\e012'}.im-care-down:before{content:'\e013'}.im-care-up:before{content:'\e014'}.im-forbidden:before{content:'\e015'}.im-printer:before{content:'\e016'}.im-menu:before{content:'\e017'}.im-menu-list:before{content:'\e018'}.im-quote-left:before{content:'\e019'}.im-quote-right:before{content:'\e01a'}.im-bell:before{content:'\e01b'}.im-bell-off:before{content:'\e01c'}.im-bookmark:before{content:'\e01d'}.im-briefcase:before{content:'\e01e'}.im-calendar:before{content:'\e01f'}.im-photo-camera:before{content:'\e020'}.im-video-camera:before{content:'\e021'}.im-microphone:before{content:'\e022'}.im-check-mark:before{content:'\e023'}.im-check-mark-circle:before{content:'\e024'}.im-check-square-o:before{content:'\e025'}.im-check-square:before{content:'\e026'}.im-check-square-i:before{content:'\e027'}.im-square-o:before{content:'\e028'}.im-radio-button-circle-o:before{content:'\e029'}.im-radio-button-circle:before{content:'\e02a'}.im-circle-o:before{content:'\e02b'}.im-clock-o:before{content:'\e02c'}.im-cloud:before{content:'\e02d'}.im-cloud-download:before{content:'\e02e'}.im-cloud-upload:before{content:'\e02f'}.im-code:before{content:'\e030'}.im-speech-bubble:before{content:'\e031'}.im-speech-bubble-comment:before{content:'\e032'}.im-speech-bubble-comments:before{content:'\e033'}.im-copy:before{content:'\e034'}.im-credit-card:before{content:'\e035'}.im-crown:before{content:'\e036'}.im-database:before{content:'\e037'}.im-computer:before{content:'\e038'}.im-download:before{content:'\e039'}.im-upload:before{content:'\e03a'}.im-pencil:before{content:'\e03b'}.im-edit-off:before{content:'\e03c'}.im-play:before{content:'\e03d'}.im-pause:before{content:'\e03e'}.im-stop:before{content:'\e03f'}.im-eject:before{content:'\e040'}.im-previous:before{content:'\e041'}.im-next:before{content:'\e042'}.im-loop:before{content:'\e043'}.im-random:before{content:'\e044'}.im-menu-dot-h:before{content:'\e045'}.im-menu-dot-v:before{content:'\e046'}.im-mail:before{content:'\e047'}.im-info:before{content:'\e048'}.im-warning:before{content:'\e049'}.im-question:before{content:'\e04a'}.im-link:before{content:'\e04b'}.im-unlink:before{content:'\e04c'}.im-external-link:before{content:'\e04d'}.im-eye:before{content:'\e04e'}.im-eye-off:before{content:'\e04f'}.im-file:before{content:'\e050'}.im-file-o:before{content:'\e051'}.im-files-o:before{content:'\e052'}.im-video:before{content:'\e053'}.im-audio:before{content:'\e054'}.im-picture-o:before{content:'\e055'}.im-flag:before{content:'\e056'}.im-folder:before{content:'\e057'}.im-folder-open:before{content:'\e058'}.im-smiley-o:before{content:'\e059'}.im-frown-o:before{content:'\e05a'}.im-gear:before{content:'\e05b'}.im-globe:before{content:'\e05c'}.im-heart:before{content:'\e05d'}.im-home:before{content:'\e05e'}.im-inbox:before{content:'\e05f'}.im-key:before{content:'\e060'}.im-lock:before{content:'\e061'}.im-lock-open:before{content:'\e062'}.im-task-o:before{content:'\e063'}.im-filter:before{content:'\e064'}.im-light-bulb:before{content:'\e065'}.im-flash:before{content:'\e066'}.im-map-o:before{content:'\e067'}.im-location:before{content:'\e068'}.im-maximize:before{content:'\e069'}.im-minimize:before{content:'\e06a'}.im-fullscreen:before{content:'\e06b'}.im-mobile:before{content:'\e06c'}.im-phone:before{content:'\e06d'}.im-coin:before{content:'\e06e'}.im-banknote:before{content:'\e06f'}.im-paper-clip:before{content:'\e070'}.im-bar-chart:before{content:'\e071'}.im-plus:before{content:'\e072'}.im-minus:before{content:'\e073'}.im-plus-circle:before{content:'\e074'}.im-minus-circle:before{content:'\e075'}.im-undo:before{content:'\e076'}.im-redo:before{content:'\e077'}.im-rocket:before{content:'\e078'}.im-rss:before{content:'\e079'}.im-magnifier:before{content:'\e07a'}.im-magnifier-plus:before{content:'\e07b'}.im-magnifier-minus:before{content:'\e07c'}.im-share:before{content:'\e07d'}.im-shield:before{content:'\e07e'}.im-shopping-cart:before{content:'\e07f'}.im-sign-in:before{content:'\e080'}.im-sign-out:before{content:'\e081'}.im-spinner:before{content:'\e082'}.im-star:before{content:'\e083'}.im-star-half:before{content:'\e084'}.im-star-o:before{content:'\e085'}.im-sync:before{content:'\e086'}.im-table:before{content:'\e087'}.im-window-o:before{content:'\e088'}.im-windows-o:before{content:'\e089'}.im-thumb-up:before{content:'\e08a'}.im-thumb-down:before{content:'\e08b'}.im-x-mark:before{content:'\e08c'}.im-x-mark-circle:before{content:'\e08d'}.im-trash-can:before{content:'\e08e'}.im-user-male:before{content:'\e08f'}.im-user-female:before{content:'\e090'}.im-user-circle:before{content:'\e091'}.im-users:before{content:'\e092'}.im-volume:before{content:'\e093'}.im-volume-off:before{content:'\e094'}.im-wifi:before{content:'\e095'}.im-tools:before{content:'\e096'}.im-dashboard:before{content:'\e097'}.im-archive:before{content:'\e098'}.im-save:before{content:'\e099'}.im-floppy-disk:before{content:'\e09a'}.im-sitemap:before{content:'\e09b'}.im-toggle:before{content:'\e09c'}.im-tag:before{content:'\e09d'}.im-tags:before{content:'\e09e'}.im-wizard:before{content:'\e09f'}.im-book:before{content:'\e0a0'}.im-fire:before{content:'\e0a1'}.im-id-card:before{content:'\e0a2'}.im-note-o:before{content:'\e0a3'}.im-control-panel:before{content:'\e0a4'}.im-facebook:before{content:'\e0a5'}.im-facebook-like:before{content:'\e0a6'}.im-twitter:before{content:'\e0a7'}.im-amazon:before{content:'\e0a8'}.im-android-os:before{content:'\e0a9'}.im-apple-os:before{content:'\e0aa'}.im-windows-os:before{content:'\e0ab'}.im-linux-os:before{content:'\e0ac'}.im-chrome:before{content:'\e0ad'}.im-ie:before{content:'\e0ae'}.im-edge:before{content:'\e0af'}.im-firefox:before{content:'\e0b0'}.im-safari:before{content:'\e0b1'}.im-opera:before{content:'\e0b2'}.im-behance:before{content:'\e0b3'}.im-blogger:before{content:'\e0b4'}.im-flickr:before{content:'\e0b5'}.im-github:before{content:'\e0b6'}.im-google-plus:before{content:'\e0b7'}.im-instagram:before{content:'\e0b8'}.im-linkedin:before{content:'\e0b9'}.im-pinterest:before{content:'\e0ba'}.im-skype:before{content:'\e0bb'}.im-snapchat:before{content:'\e0bc'}.im-soundcloud:before{content:'\e0bd'}.im-stackoverflow:before{content:'\e0be'}.im-stumbleupon:before{content:'\e0bf'}.im-tumblr:before{content:'\e0c0'}.im-xing:before{content:'\e0c1'}.im-youtube:before{content:'\e0c2'}.im-reddit:before{content:'\e0c3'}.im-vimeo:before{content:'\e0c4'}.im-vk:before{content:'\e0c5'}.im-whatsapp:before{content:'\e0c6'}.im-paypal:before{content:'\e0c7'}.im-twitch:before{content:'\e0c8'}.im-drop:before{content:'\e0c9'}.im-sun:before{content:'\e0ca'}.im-certificate-o:before{content:'\e0cb'}.im-graduation-hat:before{content:'\e0cc'}.im-store:before{content:'\e0cd'}.im-pin:before{content:'\e0ce'}.im-navigation:before{content:'\e0cf'}.im-keyboard:before{content:'\e0d0'}.im-cursor:before{content:'\e0d1'}.im-monitor-o:before{content:'\e0d2'}.im-laptop-o:before{content:'\e0d3'}.im-power:before{content:'\e0d4'}.im-pie-chart:before{content:'\e0d5'}.im-line-chart-up:before{content:'\e0d6'}.im-clock:before{content:'\e0d7'}.im-flip-chart-o:before{content:'\e0d8'}.im-gift:before{content:'\e0d9'}.im-leaf:before{content:'\e0da'}.im-bug:before{content:'\e0db'}.im-coffee:before{content:'\e0dc'}.im-diamond-o:before{content:'\e0dd'}.im-bell-active:before{content:'\e0de'}.im-history:before{content:'\e0df'}.im-gamepad:before{content:'\e0e0'}.im-binoculars:before{content:'\e0e1'}.im-paperplane:before{content:'\e0e2'}.im-wrench:before{content:'\e0e3'}.im-newspaper-o:before{content:'\e0e4'}.im-lifebuoy:before{content:'\e0e5'}.im-fingerprint:before{content:'\e0e6'}.im-date-o:before{content:'\e0e7'}.im-network:before{content:'\e0e8'}.im-target:before{content:'\e0e9'}.im-user-settings:before{content:'\e0ea'}.im-radio:before{content:'\e0eb'}.im-bank:before{content:'\e0ec'}.im-calculator:before{content:'\e0ed'}.im-battery-empty:before{content:'\e0ee'}.im-battery:before{content:'\e0ef'}.im-battery-full:before{content:'\e0f0'}.im-check-mark-circle-o:before{content:'\e0f1'}.im-x-mark-circle-o:before{content:'\e0f2'}.im-cube:before{content:'\e0f3'}.im-cubes:before{content:'\e0f4'}.im-warning-circle:before{content:'\e0f5'}.im-timer:before{content:'\e0f6'}.im-hashtag:before{content:'\e0f7'}.im-pointer:before{content:'\e0f8'}.im-paintbrush:before{content:'\e0f9'}.im-server:before{content:'\e0fa'}.im-car:before{content:'\e0fb'}.im-edit:before{content:'\e0fc'}.im-flask:before{content:'\e0fd'}.im-language:before{content:'\e0fe'}.im-anchor:before{content:'\e0ff'}.im-trophy:before{content:'\e100'}.im-umbrella:before{content:'\e101'}.im-cc-amex:before{content:'\e102'}.im-cc-visa:before{content:'\e103'}.im-cc-mastercard:before{content:'\e104'}.im-cc-paypal:before{content:'\e105'}.im-cc-amazon:before{content:'\e106'}.im-cc-bitcoin:before{content:'\e107'}.im-direction:before{content:'\e108'}.im-gift-card:before{content:'\e109'}.im-newsletter:before{content:'\e10a'}.im-ribbon:before{content:'\e10b'}.im-award:before{content:'\e10c'}.im-first-aid:before{content:'\e10d'}.im-cookie:before{content:'\e10e'}.im-data:before{content:'\e10f'}.im-data-delete:before{content:'\e110'}.im-data-validate:before{content:'\e111'}.im-import:before{content:'\e112'}.im-export:before{content:'\e113'}.im-reset:before{content:'\e114'}.im-radar:before{content:'\e115'}.im-idea:before{content:'\e116'}.im-pizza:before{content:'\e117'}.im-truck:before{content:'\e118'}.im-support:before{content:'\e119'}.im-color-fan:before{content:'\e11a'}.im-layer:before{content:'\e11b'}.im-factory:before{content:'\e11c'}.im-apartment:before{content:'\e11d'}.im-plane:before{content:'\e11e'}.im-headphones:before{content:'\e11f'}.im-megaphone:before{content:'\e120'}.im-folder-add:before{content:'\e121'}.im-barcode:before{content:'\e122'}.im-accessibility:before{content:'\e123'}.im-plugin:before{content:'\e124'}.im-pulse:before{content:'\e125'}.im-spotify:before{content:'\e126'}.im-dribbble:before{content:'\e127'}.im-google-play:before{content:'\e128'}.im-facebook-messenger:before{content:'\e129'}.im-wechat:before{content:'\e12a'}.im-line:before{content:'\e12b'}.im-git:before{content:'\e12c'}@font-face {
font-family: 'material-icons';
src:  url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.eot);
src:  url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.eot#iefix) format('embedded-opentype'),
url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.ttf) format('truetype'),
url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.woff) format('woff'),
url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.svg) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="jltma-material-icon-"], [class*=" jltma-material-icon-"] { font-family: 'material-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.jltma-material-icon-error:before {
content: "\e900";
}
.jltma-material-icon-error_outline:before {
content: "\e901";
}
.jltma-material-icon-warning:before {
content: "\e902";
}
.jltma-material-icon-add_alert:before {
content: "\e903";
}
.jltma-material-icon-notification_important:before {
content: "\e904";
}
.jltma-material-icon-album:before {
content: "\e905";
}
.jltma-material-icon-av_timer:before {
content: "\e906";
}
.jltma-material-icon-closed_caption:before {
content: "\e907";
}
.jltma-material-icon-equalizer:before {
content: "\e908";
}
.jltma-material-icon-explicit:before {
content: "\e909";
}
.jltma-material-icon-fast_forward:before {
content: "\e90a";
}
.jltma-material-icon-fast_rewind:before {
content: "\e90b";
}
.jltma-material-icon-games:before {
content: "\e90c";
}
.jltma-material-icon-hearing:before {
content: "\e90d";
}
.jltma-material-icon-high_quality:before {
content: "\e90e";
}
.jltma-material-icon-loop:before {
content: "\e90f";
}
.jltma-material-icon-mic:before {
content: "\e910";
}
.jltma-material-icon-mic_none:before {
content: "\e911";
}
.jltma-material-icon-mic_off:before {
content: "\e912";
}
.jltma-material-icon-movie:before {
content: "\e913";
}
.jltma-material-icon-library_add:before {
content: "\e914";
}
.jltma-material-icon-library_books:before {
content: "\e915";
}
.jltma-material-icon-library_music:before {
content: "\e916";
}
.jltma-material-icon-new_releases:before {
content: "\e917";
}
.jltma-material-icon-not_interested:before {
content: "\e918";
}
.jltma-material-icon-pause:before {
content: "\e919";
}
.jltma-material-icon-pause_circle_filled:before {
content: "\e91a";
}
.jltma-material-icon-pause_circle_outline:before {
content: "\e91b";
}
.jltma-material-icon-play_arrow:before {
content: "\e91c";
}
.jltma-material-icon-play_circle_filled:before {
content: "\e91d";
}
.jltma-material-icon-play_circle_outline:before {
content: "\e91e";
}
.jltma-material-icon-playlist_add:before {
content: "\e91f";
}
.jltma-material-icon-queue_music:before {
content: "\e920";
}
.jltma-material-icon-radio:before {
content: "\e921";
}
.jltma-material-icon-recent_actors:before {
content: "\e922";
}
.jltma-material-icon-repeat:before {
content: "\e923";
}
.jltma-material-icon-repeat_one:before {
content: "\e924";
}
.jltma-material-icon-replay:before {
content: "\e925";
}
.jltma-material-icon-shuffle:before {
content: "\e926";
}
.jltma-material-icon-skip_next:before {
content: "\e927";
}
.jltma-material-icon-skip_previous:before {
content: "\e928";
}
.jltma-material-icon-snooze:before {
content: "\e929";
}
.jltma-material-icon-stop:before {
content: "\e92a";
}
.jltma-material-icon-subtitles:before {
content: "\e92b";
}
.jltma-material-icon-surround_sound:before {
content: "\e92c";
}
.jltma-material-icon-video_collection:before {
content: "\e92d";
}
.jltma-material-icon-videocam:before {
content: "\e92e";
}
.jltma-material-icon-videocam_off:before {
content: "\e92f";
}
.jltma-material-icon-volume_down:before {
content: "\e930";
}
.jltma-material-icon-volume_mute:before {
content: "\e931";
}
.jltma-material-icon-volume_off:before {
content: "\e932";
}
.jltma-material-icon-volume_up:before {
content: "\e933";
}
.jltma-material-icon-web:before {
content: "\e934";
}
.jltma-material-icon-hd:before {
content: "\e935";
}
.jltma-material-icon-sort_by_alpha:before {
content: "\e936";
}
.jltma-material-icon-airplay:before {
content: "\e937";
}
.jltma-material-icon-forward_10:before {
content: "\e938";
}
.jltma-material-icon-forward_30:before {
content: "\e939";
}
.jltma-material-icon-forward_5:before {
content: "\e93a";
}
.jltma-material-icon-replay_10:before {
content: "\e93b";
}
.jltma-material-icon-replay_30:before {
content: "\e93c";
}
.jltma-material-icon-replay_5:before {
content: "\e93d";
}
.jltma-material-icon-add_to_queue:before {
content: "\e93e";
}
.jltma-material-icon-fiber_dvr:before {
content: "\e93f";
}
.jltma-material-icon-fiber_new:before {
content: "\e940";
}
.jltma-material-icon-playlist_play:before {
content: "\e941";
}
.jltma-material-icon-art_track:before {
content: "\e942";
}
.jltma-material-icon-fiber_manual_record:before {
content: "\e943";
}
.jltma-material-icon-fiber_smart_record:before {
content: "\e944";
}
.jltma-material-icon-music_video:before {
content: "\e945";
}
.jltma-material-icon-subscriptions:before {
content: "\e946";
}
.jltma-material-icon-playlist_add_check:before {
content: "\e947";
}
.jltma-material-icon-queue_play_next:before {
content: "\e948";
}
.jltma-material-icon-remove_from_queue:before {
content: "\e949";
}
.jltma-material-icon-slow_motion_video:before {
content: "\e94a";
}
.jltma-material-icon-web_asset:before {
content: "\e94b";
}
.jltma-material-icon-fiber_pin:before {
content: "\e94c";
}
.jltma-material-icon-branding_watermark:before {
content: "\e94d";
}
.jltma-material-icon-call_to_action:before {
content: "\e94e";
}
.jltma-material-icon-featured_play_list:before {
content: "\e94f";
}
.jltma-material-icon-featured_video:before {
content: "\e950";
}
.jltma-material-icon-note:before {
content: "\e951";
}
.jltma-material-icon-video_call:before {
content: "\e952";
}
.jltma-material-icon-video_label:before {
content: "\e953";
}
.jltma-material-icon-4k:before {
content: "\e954";
}
.jltma-material-icon-missed_video_call:before {
content: "\e955";
}
.jltma-material-icon-control_camera:before {
content: "\e956";
}
.jltma-material-icon-business:before {
content: "\e957";
}
.jltma-material-icon-call:before {
content: "\e958";
}
.jltma-material-icon-call_end:before {
content: "\e959";
}
.jltma-material-icon-call_made:before {
content: "\e95a";
}
.jltma-material-icon-call_merge:before {
content: "\e95b";
}
.jltma-material-icon-call_missed:before {
content: "\e95c";
}
.jltma-material-icon-call_received:before {
content: "\e95d";
}
.jltma-material-icon-call_split:before {
content: "\e95e";
}
.jltma-material-icon-chat:before {
content: "\e95f";
}
.jltma-material-icon-clear_all:before {
content: "\e960";
}
.jltma-material-icon-comment:before {
content: "\e961";
}
.jltma-material-icon-contacts:before {
content: "\e962";
}
.jltma-material-icon-dialer_sip:before {
content: "\e963";
}
.jltma-material-icon-dialpad:before {
content: "\e964";
}
.jltma-material-icon-email:before {
content: "\e965";
}
.jltma-material-icon-forum:before {
content: "\e966";
}
.jltma-material-icon-import_export:before {
content: "\e967";
}
.jltma-material-icon-invert_colors_off:before {
content: "\e968";
}
.jltma-material-icon-live_help:before {
content: "\e969";
}
.jltma-material-icon-location_off:before {
content: "\e96a";
}
.jltma-material-icon-location_on:before {
content: "\e96b";
}
.jltma-material-icon-message:before {
content: "\e96c";
}
.jltma-material-icon-chat_bubble:before {
content: "\e96d";
}
.jltma-material-icon-chat_bubble_outline:before {
content: "\e96e";
}
.jltma-material-icon-no_sim:before {
content: "\e96f";
}
.jltma-material-icon-phone:before {
content: "\e970";
}
.jltma-material-icon-portable_wifi_off:before {
content: "\e971";
}
.jltma-material-icon-contact_phone:before {
content: "\e972";
}
.jltma-material-icon-contact_mail:before {
content: "\e973";
}
.jltma-material-icon-ring_volume:before {
content: "\e974";
}
.jltma-material-icon-speaker_phone:before {
content: "\e975";
}
.jltma-material-icon-stay_current_landscape:before {
content: "\e976";
}
.jltma-material-icon-stay_current_portrait:before {
content: "\e977";
}
.jltma-material-icon-swap_calls:before {
content: "\e978";
}
.jltma-material-icon-textsms:before {
content: "\e979";
}
.jltma-material-icon-voicemail:before {
content: "\e97a";
}
.jltma-material-icon-vpn_key:before {
content: "\e97b";
}
.jltma-material-icon-phonelink_erase:before {
content: "\e97c";
}
.jltma-material-icon-phonelink_lock:before {
content: "\e97d";
}
.jltma-material-icon-phonelink_ring:before {
content: "\e97e";
}
.jltma-material-icon-phonelink_setup:before {
content: "\e97f";
}
.jltma-material-icon-present_to_all:before {
content: "\e980";
}
.jltma-material-icon-import_contacts:before {
content: "\e981";
}
.jltma-material-icon-mail_outline:before {
content: "\e982";
}
.jltma-material-icon-screen_share:before {
content: "\e983";
}
.jltma-material-icon-stop_screen_share:before {
content: "\e984";
}
.jltma-material-icon-call_missed_outgoing:before {
content: "\e985";
}
.jltma-material-icon-rss_feed:before {
content: "\e986";
}
.jltma-material-icon-alternate_email:before {
content: "\e987";
}
.jltma-material-icon-mobile_screen_share:before {
content: "\e988";
}
.jltma-material-icon-add_call:before {
content: "\e989";
}
.jltma-material-icon-cancel_presentation:before {
content: "\e98a";
}
.jltma-material-icon-pause_presentation:before {
content: "\e98b";
}
.jltma-material-icon-unsubscribe:before {
content: "\e98c";
}
.jltma-material-icon-cell_wifi:before {
content: "\e98d";
}
.jltma-material-icon-sentiment_satisfied_alt:before {
content: "\e98e";
}
.jltma-material-icon-list_alt:before {
content: "\e98f";
}
.jltma-material-icon-domain_disabled:before {
content: "\e990";
}
.jltma-material-icon-lightbulb:before {
content: "\e991";
}
.jltma-material-icon-add:before {
content: "\e992";
}
.jltma-material-icon-add_box:before {
content: "\e993";
}
.jltma-material-icon-add_circle:before {
content: "\e994";
}
.jltma-material-icon-add_circle_outline:before {
content: "\e995";
}
.jltma-material-icon-archive:before {
content: "\e996";
}
.jltma-material-icon-backspace:before {
content: "\e997";
}
.jltma-material-icon-block:before {
content: "\e998";
}
.jltma-material-icon-clear:before {
content: "\e999";
}
.jltma-material-icon-content_copy:before {
content: "\e99a";
}
.jltma-material-icon-content_cut:before {
content: "\e99b";
}
.jltma-material-icon-content_paste:before {
content: "\e99c";
}
.jltma-material-icon-create:before {
content: "\e99d";
}
.jltma-material-icon-drafts:before {
content: "\e99e";
}
.jltma-material-icon-filter_list:before {
content: "\e99f";
}
.jltma-material-icon-flag:before {
content: "\e9a0";
}
.jltma-material-icon-forward:before {
content: "\e9a1";
}
.jltma-material-icon-gesture:before {
content: "\e9a2";
}
.jltma-material-icon-inbox:before {
content: "\e9a3";
}
.jltma-material-icon-link:before {
content: "\e9a4";
}
.jltma-material-icon-redo:before {
content: "\e9a5";
}
.jltma-material-icon-remove:before {
content: "\e9a6";
}
.jltma-material-icon-remove_circle:before {
content: "\e9a7";
}
.jltma-material-icon-remove_circle_outline:before {
content: "\e9a8";
}
.jltma-material-icon-reply:before {
content: "\e9a9";
}
.jltma-material-icon-reply_all:before {
content: "\e9aa";
}
.jltma-material-icon-report:before {
content: "\e9ab";
}
.jltma-material-icon-save:before {
content: "\e9ac";
}
.jltma-material-icon-select_all:before {
content: "\e9ad";
}
.jltma-material-icon-send:before {
content: "\e9ae";
}
.jltma-material-icon-sort:before {
content: "\e9af";
}
.jltma-material-icon-text_format:before {
content: "\e9b0";
}
.jltma-material-icon-undo:before {
content: "\e9b1";
}
.jltma-material-icon-font_download:before {
content: "\e9b2";
}
.jltma-material-icon-move_to_inbox:before {
content: "\e9b3";
}
.jltma-material-icon-unarchive:before {
content: "\e9b4";
}
.jltma-material-icon-next_week:before {
content: "\e9b5";
}
.jltma-material-icon-weekend:before {
content: "\e9b6";
}
.jltma-material-icon-delete_sweep:before {
content: "\e9b7";
}
.jltma-material-icon-low_priority:before {
content: "\e9b8";
}
.jltma-material-icon-outlined_flag:before {
content: "\e9b9";
}
.jltma-material-icon-link_off:before {
content: "\e9ba";
}
.jltma-material-icon-report_off:before {
content: "\e9bb";
}
.jltma-material-icon-save_alt:before {
content: "\e9bc";
}
.jltma-material-icon-ballot:before {
content: "\e9bd";
}
.jltma-material-icon-file_copy:before {
content: "\e9be";
}
.jltma-material-icon-how_to_reg:before {
content: "\e9bf";
}
.jltma-material-icon-how_to_vote:before {
content: "\e9c0";
}
.jltma-material-icon-waves:before {
content: "\e9c1";
}
.jltma-material-icon-where_to_vote:before {
content: "\e9c2";
}
.jltma-material-icon-add_link:before {
content: "\e9c3";
}
.jltma-material-icon-inventory:before {
content: "\e9c4";
}
.jltma-material-icon-access_alarm:before {
content: "\e9c5";
}
.jltma-material-icon-access_alarms:before {
content: "\e9c6";
}
.jltma-material-icon-access_time:before {
content: "\e9c7";
}
.jltma-material-icon-add_alarm:before {
content: "\e9c8";
}
.jltma-material-icon-airplanemode_inactive:before {
content: "\e9c9";
}
.jltma-material-icon-airplanemode_active:before {
content: "\e9ca";
}
.jltma-material-icon-battery_alert:before {
content: "\e9cb";
}
.jltma-material-icon-battery_charging_full:before {
content: "\e9cc";
}
.jltma-material-icon-battery_full:before {
content: "\e9cd";
}
.jltma-material-icon-battery_unknown:before {
content: "\e9ce";
}
.jltma-material-icon-bluetooth:before {
content: "\e9cf";
}
.jltma-material-icon-bluetooth_connected:before {
content: "\e9d0";
}
.jltma-material-icon-bluetooth_disabled:before {
content: "\e9d1";
}
.jltma-material-icon-bluetooth_searching:before {
content: "\e9d2";
}
.jltma-material-icon-brightness_auto:before {
content: "\e9d3";
}
.jltma-material-icon-brightness_high:before {
content: "\e9d4";
}
.jltma-material-icon-brightness_low:before {
content: "\e9d5";
}
.jltma-material-icon-brightness_medium:before {
content: "\e9d6";
}
.jltma-material-icon-data_usage:before {
content: "\e9d7";
}
.jltma-material-icon-developer_mode:before {
content: "\e9d8";
}
.jltma-material-icon-devices:before {
content: "\e9d9";
}
.jltma-material-icon-dvr:before {
content: "\e9da";
}
.jltma-material-icon-gps_fixed:before {
content: "\e9db";
}
.jltma-material-icon-gps_not_fixed:before {
content: "\e9dc";
}
.jltma-material-icon-gps_off:before {
content: "\e9dd";
}
.jltma-material-icon-graphic_eq:before {
content: "\e9de";
}
.jltma-material-icon-network_cell:before {
content: "\e9df";
}
.jltma-material-icon-network_wifi:before {
content: "\e9e0";
}
.jltma-material-icon-nfc:before {
content: "\e9e1";
}
.jltma-material-icon-now_wallpaper:before {
content: "\e9e2";
}
.jltma-material-icon-now_widgets:before {
content: "\e9e3";
}
.jltma-material-icon-screen_lock_landscape:before {
content: "\e9e4";
}
.jltma-material-icon-screen_lock_portrait:before {
content: "\e9e5";
}
.jltma-material-icon-screen_lock_rotation:before {
content: "\e9e6";
}
.jltma-material-icon-screen_rotation:before {
content: "\e9e7";
}
.jltma-material-icon-sd_storage:before {
content: "\e9e8";
}
.jltma-material-icon-settings_system_daydream:before {
content: "\e9e9";
}
.jltma-material-icon-signal_cellular_4_bar:before {
content: "\e9ea";
}
.jltma-material-icon-signal_cellular_connected_no_internet_4_bar:before {
content: "\e9eb";
}
.jltma-material-icon-signal_cellular_null:before {
content: "\e9ec";
}
.jltma-material-icon-signal_cellular_off:before {
content: "\e9ed";
}
.jltma-material-icon-signal_wifi_4_bar:before {
content: "\e9ee";
}
.jltma-material-icon-signal_wifi_4_bar_lock:before {
content: "\e9ef";
}
.jltma-material-icon-signal_wifi_off:before {
content: "\e9f0";
}
.jltma-material-icon-storage:before {
content: "\e9f1";
}
.jltma-material-icon-usb:before {
content: "\e9f2";
}
.jltma-material-icon-wifi_lock:before {
content: "\e9f3";
}
.jltma-material-icon-wifi_tethering:before {
content: "\e9f4";
}
.jltma-material-icon-add_to_home_screen:before {
content: "\e9f5";
}
.jltma-material-icon-device_thermostat:before {
content: "\e9f6";
}
.jltma-material-icon-mobile_friendly:before {
content: "\e9f7";
}
.jltma-material-icon-mobile_off:before {
content: "\e9f8";
}
.jltma-material-icon-signal_cellular_alt:before {
content: "\e9f9";
}
.jltma-material-icon-attach_file:before {
content: "\e9fa";
}
.jltma-material-icon-attach_money:before {
content: "\e9fb";
}
.jltma-material-icon-border_all:before {
content: "\e9fc";
}
.jltma-material-icon-border_bottom:before {
content: "\e9fd";
}
.jltma-material-icon-border_clear:before {
content: "\e9fe";
}
.jltma-material-icon-border_color:before {
content: "\e9ff";
}
.jltma-material-icon-border_horizontal:before {
content: "\ea00";
}
.jltma-material-icon-border_inner:before {
content: "\ea01";
}
.jltma-material-icon-border_left:before {
content: "\ea02";
}
.jltma-material-icon-border_outer:before {
content: "\ea03";
}
.jltma-material-icon-border_right:before {
content: "\ea04";
}
.jltma-material-icon-border_style:before {
content: "\ea05";
}
.jltma-material-icon-border_top:before {
content: "\ea06";
}
.jltma-material-icon-border_vertical:before {
content: "\ea07";
}
.jltma-material-icon-format_align_center:before {
content: "\ea08";
}
.jltma-material-icon-format_align_justify:before {
content: "\ea09";
}
.jltma-material-icon-format_align_left:before {
content: "\ea0a";
}
.jltma-material-icon-format_align_right:before {
content: "\ea0b";
}
.jltma-material-icon-format_bold:before {
content: "\ea0c";
}
.jltma-material-icon-format_clear:before {
content: "\ea0d";
}
.jltma-material-icon-format_color_fill:before {
content: "\ea0e";
}
.jltma-material-icon-format_color_reset:before {
content: "\ea0f";
}
.jltma-material-icon-format_color_text:before {
content: "\ea10";
}
.jltma-material-icon-format_indent_decrease:before {
content: "\ea11";
}
.jltma-material-icon-format_indent_increase:before {
content: "\ea12";
}
.jltma-material-icon-format_italic:before {
content: "\ea13";
}
.jltma-material-icon-format_line_spacing:before {
content: "\ea14";
}
.jltma-material-icon-format_list_bulleted:before {
content: "\ea15";
}
.jltma-material-icon-format_list_numbered:before {
content: "\ea16";
}
.jltma-material-icon-format_paint:before {
content: "\ea17";
}
.jltma-material-icon-format_quote:before {
content: "\ea18";
}
.jltma-material-icon-format_size:before {
content: "\ea19";
}
.jltma-material-icon-format_strikethrough:before {
content: "\ea1a";
}
.jltma-material-icon-format_textdirection_l_to_r:before {
content: "\ea1b";
}
.jltma-material-icon-format_textdirection_r_to_l:before {
content: "\ea1c";
}
.jltma-material-icon-format_underlined:before {
content: "\ea1d";
}
.jltma-material-icon-functions:before {
content: "\ea1e";
}
.jltma-material-icon-insert_chart:before {
content: "\ea1f";
}
.jltma-material-icon-insert_comment:before {
content: "\ea20";
}
.jltma-material-icon-insert_drive_file:before {
content: "\ea21";
}
.jltma-material-icon-insert_emoticon:before {
content: "\ea22";
}
.jltma-material-icon-insert_invitation:before {
content: "\ea23";
}
.jltma-material-icon-insert_photo:before {
content: "\ea24";
}
.jltma-material-icon-mode_comment:before {
content: "\ea25";
}
.jltma-material-icon-publish:before {
content: "\ea26";
}
.jltma-material-icon-space_bar:before {
content: "\ea27";
}
.jltma-material-icon-strikethrough_s:before {
content: "\ea28";
}
.jltma-material-icon-vertical_align_bottom:before {
content: "\ea29";
}
.jltma-material-icon-vertical_align_center:before {
content: "\ea2a";
}
.jltma-material-icon-vertical_align_top:before {
content: "\ea2b";
}
.jltma-material-icon-wrap_text:before {
content: "\ea2c";
}
.jltma-material-icon-money_off:before {
content: "\ea2d";
}
.jltma-material-icon-drag_handle:before {
content: "\ea2e";
}
.jltma-material-icon-format_shapes:before {
content: "\ea2f";
}
.jltma-material-icon-highlight:before {
content: "\ea30";
}
.jltma-material-icon-linear_scale:before {
content: "\ea31";
}
.jltma-material-icon-short_text:before {
content: "\ea32";
}
.jltma-material-icon-text_fields:before {
content: "\ea33";
}
.jltma-material-icon-monetization_on:before {
content: "\ea34";
}
.jltma-material-icon-title:before {
content: "\ea35";
}
.jltma-material-icon-table_chart:before {
content: "\ea36";
}
.jltma-material-icon-add_comment:before {
content: "\ea37";
}
.jltma-material-icon-format_list_numbered_rtl:before {
content: "\ea38";
}
.jltma-material-icon-scatter_plot:before {
content: "\ea39";
}
.jltma-material-icon-score:before {
content: "\ea3a";
}
.jltma-material-icon-insert_chart_outlined:before {
content: "\ea3b";
}
.jltma-material-icon-bar_chart:before {
content: "\ea3c";
}
.jltma-material-icon-notes:before {
content: "\ea3d";
}
.jltma-material-icon-attachment:before {
content: "\ea3e";
}
.jltma-material-icon-cloud:before {
content: "\ea3f";
}
.jltma-material-icon-cloud_circle:before {
content: "\ea40";
}
.jltma-material-icon-cloud_done:before {
content: "\ea41";
}
.jltma-material-icon-cloud_download:before {
content: "\ea42";
}
.jltma-material-icon-cloud_off:before {
content: "\ea43";
}
.jltma-material-icon-cloud_queue:before {
content: "\ea44";
}
.jltma-material-icon-cloud_upload:before {
content: "\ea45";
}
.jltma-material-icon-file_download:before {
content: "\ea46";
}
.jltma-material-icon-file_upload:before {
content: "\ea47";
}
.jltma-material-icon-folder:before {
content: "\ea48";
}
.jltma-material-icon-folder_open:before {
content: "\ea49";
}
.jltma-material-icon-folder_shared:before {
content: "\ea4a";
}
.jltma-material-icon-create_new_folder:before {
content: "\ea4b";
}
.jltma-material-icon-cast:before {
content: "\ea4c";
}
.jltma-material-icon-cast_connected:before {
content: "\ea4d";
}
.jltma-material-icon-computer:before {
content: "\ea4e";
}
.jltma-material-icon-desktop_mac:before {
content: "\ea4f";
}
.jltma-material-icon-desktop_windows:before {
content: "\ea50";
}
.jltma-material-icon-developer_board:before {
content: "\ea51";
}
.jltma-material-icon-dock:before {
content: "\ea52";
}
.jltma-material-icon-headset:before {
content: "\ea53";
}
.jltma-material-icon-headset_mic:before {
content: "\ea54";
}
.jltma-material-icon-keyboard:before {
content: "\ea55";
}
.jltma-material-icon-keyboard_arrow_down:before {
content: "\ea56";
}
.jltma-material-icon-keyboard_arrow_left:before {
content: "\ea57";
}
.jltma-material-icon-keyboard_arrow_right:before {
content: "\ea58";
}
.jltma-material-icon-keyboard_arrow_up:before {
content: "\ea59";
}
.jltma-material-icon-keyboard_backspace:before {
content: "\ea5a";
}
.jltma-material-icon-keyboard_capslock:before {
content: "\ea5b";
}
.jltma-material-icon-keyboard_hide:before {
content: "\ea5c";
}
.jltma-material-icon-keyboard_return:before {
content: "\ea5d";
}
.jltma-material-icon-keyboard_tab:before {
content: "\ea5e";
}
.jltma-material-icon-keyboard_voice:before {
content: "\ea5f";
}
.jltma-material-icon-laptop_chromebook:before {
content: "\ea60";
}
.jltma-material-icon-laptop_mac:before {
content: "\ea61";
}
.jltma-material-icon-laptop_windows:before {
content: "\ea62";
}
.jltma-material-icon-memory:before {
content: "\ea63";
}
.jltma-material-icon-mouse:before {
content: "\ea64";
}
.jltma-material-icon-phone_android:before {
content: "\ea65";
}
.jltma-material-icon-phone_iphone:before {
content: "\ea66";
}
.jltma-material-icon-phonelink_off:before {
content: "\ea67";
}
.jltma-material-icon-router:before {
content: "\ea68";
}
.jltma-material-icon-scanner:before {
content: "\ea69";
}
.jltma-material-icon-security:before {
content: "\ea6a";
}
.jltma-material-icon-sim_card:before {
content: "\ea6b";
}
.jltma-material-icon-speaker:before {
content: "\ea6c";
}
.jltma-material-icon-speaker_group:before {
content: "\ea6d";
}
.jltma-material-icon-tablet:before {
content: "\ea6e";
}
.jltma-material-icon-tablet_android:before {
content: "\ea6f";
}
.jltma-material-icon-tablet_mac:before {
content: "\ea70";
}
.jltma-material-icon-toys:before {
content: "\ea71";
}
.jltma-material-icon-tv:before {
content: "\ea72";
}
.jltma-material-icon-watch:before {
content: "\ea73";
}
.jltma-material-icon-device_hub:before {
content: "\ea74";
}
.jltma-material-icon-power_input:before {
content: "\ea75";
}
.jltma-material-icon-devices_other:before {
content: "\ea76";
}
.jltma-material-icon-videogame_asset:before {
content: "\ea77";
}
.jltma-material-icon-device_unknown:before {
content: "\ea78";
}
.jltma-material-icon-headset_off:before {
content: "\ea79";
}
.jltma-material-icon-adjust:before {
content: "\ea7a";
}
.jltma-material-icon-assistant:before {
content: "\ea7b";
}
.jltma-material-icon-audiotrack:before {
content: "\ea7c";
}
.jltma-material-icon-blur_circular:before {
content: "\ea7d";
}
.jltma-material-icon-blur_linear:before {
content: "\ea7e";
}
.jltma-material-icon-blur_off:before {
content: "\ea7f";
}
.jltma-material-icon-blur_on:before {
content: "\ea80";
}
.jltma-material-icon-brightness_1:before {
content: "\ea81";
}
.jltma-material-icon-brightness_2:before {
content: "\ea82";
}
.jltma-material-icon-brightness_3:before {
content: "\ea83";
}
.jltma-material-icon-brightness_4:before {
content: "\ea84";
}
.jltma-material-icon-broken_image:before {
content: "\ea85";
}
.jltma-material-icon-brush:before {
content: "\ea86";
}
.jltma-material-icon-camera:before {
content: "\ea87";
}
.jltma-material-icon-camera_alt:before {
content: "\ea88";
}
.jltma-material-icon-camera_front:before {
content: "\ea89";
}
.jltma-material-icon-camera_rear:before {
content: "\ea8a";
}
.jltma-material-icon-camera_roll:before {
content: "\ea8b";
}
.jltma-material-icon-center_focus_strong:before {
content: "\ea8c";
}
.jltma-material-icon-center_focus_weak:before {
content: "\ea8d";
}
.jltma-material-icon-collections:before {
content: "\ea8e";
}
.jltma-material-icon-color_lens:before {
content: "\ea8f";
}
.jltma-material-icon-colorize:before {
content: "\ea90";
}
.jltma-material-icon-compare:before {
content: "\ea91";
}
.jltma-material-icon-control_point_duplicate:before {
content: "\ea92";
}
.jltma-material-icon-crop_16_9:before {
content: "\ea93";
}
.jltma-material-icon-crop_3_2:before {
content: "\ea94";
}
.jltma-material-icon-crop:before {
content: "\ea95";
}
.jltma-material-icon-crop_5_4:before {
content: "\ea96";
}
.jltma-material-icon-crop_7_5:before {
content: "\ea97";
}
.jltma-material-icon-crop_din:before {
content: "\ea98";
}
.jltma-material-icon-crop_free:before {
content: "\ea99";
}
.jltma-material-icon-crop_original:before {
content: "\ea9a";
}
.jltma-material-icon-crop_portrait:before {
content: "\ea9b";
}
.jltma-material-icon-crop_square:before {
content: "\ea9c";
}
.jltma-material-icon-dehaze:before {
content: "\ea9d";
}
.jltma-material-icon-details:before {
content: "\ea9e";
}
.jltma-material-icon-exposure:before {
content: "\ea9f";
}
.jltma-material-icon-exposure_minus_1:before {
content: "\eaa0";
}
.jltma-material-icon-exposure_minus_2:before {
content: "\eaa1";
}
.jltma-material-icon-exposure_plus_1:before {
content: "\eaa2";
}
.jltma-material-icon-exposure_plus_2:before {
content: "\eaa3";
}
.jltma-material-icon-exposure_zero:before {
content: "\eaa4";
}
.jltma-material-icon-filter_1:before {
content: "\eaa5";
}
.jltma-material-icon-filter_2:before {
content: "\eaa6";
}
.jltma-material-icon-filter_3:before {
content: "\eaa7";
}
.jltma-material-icon-filter:before {
content: "\eaa8";
}
.jltma-material-icon-filter_4:before {
content: "\eaa9";
}
.jltma-material-icon-filter_5:before {
content: "\eaaa";
}
.jltma-material-icon-filter_6:before {
content: "\eaab";
}
.jltma-material-icon-filter_7:before {
content: "\eaac";
}
.jltma-material-icon-filter_8:before {
content: "\eaad";
}
.jltma-material-icon-filter_9:before {
content: "\eaae";
}
.jltma-material-icon-filter_9_plus:before {
content: "\eaaf";
}
.jltma-material-icon-filter_b_and_w:before {
content: "\eab0";
}
.jltma-material-icon-filter_center_focus:before {
content: "\eab1";
}
.jltma-material-icon-filter_drama:before {
content: "\eab2";
}
.jltma-material-icon-filter_frames:before {
content: "\eab3";
}
.jltma-material-icon-filter_hdr:before {
content: "\eab4";
}
.jltma-material-icon-filter_none:before {
content: "\eab5";
}
.jltma-material-icon-filter_tilt_shift:before {
content: "\eab6";
}
.jltma-material-icon-filter_vintage:before {
content: "\eab7";
}
.jltma-material-icon-flare:before {
content: "\eab8";
}
.jltma-material-icon-flash_auto:before {
content: "\eab9";
}
.jltma-material-icon-flash_off:before {
content: "\eaba";
}
.jltma-material-icon-flash_on:before {
content: "\eabb";
}
.jltma-material-icon-flip:before {
content: "\eabc";
}
.jltma-material-icon-gradient:before {
content: "\eabd";
}
.jltma-material-icon-grain:before {
content: "\eabe";
}
.jltma-material-icon-grid_off:before {
content: "\eabf";
}
.jltma-material-icon-grid_on:before {
content: "\eac0";
}
.jltma-material-icon-hdr_off:before {
content: "\eac1";
}
.jltma-material-icon-hdr_on:before {
content: "\eac2";
}
.jltma-material-icon-hdr_strong:before {
content: "\eac3";
}
.jltma-material-icon-hdr_weak:before {
content: "\eac4";
}
.jltma-material-icon-healing:before {
content: "\eac5";
}
.jltma-material-icon-image_aspect_ratio:before {
content: "\eac6";
}
.jltma-material-icon-iso:before {
content: "\eac7";
}
.jltma-material-icon-leak_add:before {
content: "\eac8";
}
.jltma-material-icon-leak_remove:before {
content: "\eac9";
}
.jltma-material-icon-lens:before {
content: "\eaca";
}
.jltma-material-icon-looks_3:before {
content: "\eacb";
}
.jltma-material-icon-looks:before {
content: "\eacc";
}
.jltma-material-icon-looks_4:before {
content: "\eacd";
}
.jltma-material-icon-looks_5:before {
content: "\eace";
}
.jltma-material-icon-looks_6:before {
content: "\eacf";
}
.jltma-material-icon-looks_one:before {
content: "\ead0";
}
.jltma-material-icon-looks_two:before {
content: "\ead1";
}
.jltma-material-icon-loupe:before {
content: "\ead2";
}
.jltma-material-icon-monochrome_photos:before {
content: "\ead3";
}
.jltma-material-icon-music_note:before {
content: "\ead4";
}
.jltma-material-icon-nature:before {
content: "\ead5";
}
.jltma-material-icon-nature_people:before {
content: "\ead6";
}
.jltma-material-icon-navigate_before:before {
content: "\ead7";
}
.jltma-material-icon-navigate_next:before {
content: "\ead8";
}
.jltma-material-icon-panorama:before {
content: "\ead9";
}
.jltma-material-icon-panorama_fish_eye:before {
content: "\eada";
}
.jltma-material-icon-panorama_horizontal:before {
content: "\eadb";
}
.jltma-material-icon-panorama_vertical:before {
content: "\eadc";
}
.jltma-material-icon-panorama_wide_angle:before {
content: "\eadd";
}
.jltma-material-icon-photo_album:before {
content: "\eade";
}
.jltma-material-icon-picture_as_pdf:before {
content: "\eadf";
}
.jltma-material-icon-portrait:before {
content: "\eae0";
}
.jltma-material-icon-remove_red_eye:before {
content: "\eae1";
}
.jltma-material-icon-rotate_90_degrees_ccw:before {
content: "\eae2";
}
.jltma-material-icon-rotate_left:before {
content: "\eae3";
}
.jltma-material-icon-rotate_right:before {
content: "\eae4";
}
.jltma-material-icon-slideshow:before {
content: "\eae5";
}
.jltma-material-icon-straighten:before {
content: "\eae6";
}
.jltma-material-icon-style:before {
content: "\eae7";
}
.jltma-material-icon-switch_camera:before {
content: "\eae8";
}
.jltma-material-icon-switch_video:before {
content: "\eae9";
}
.jltma-material-icon-texture:before {
content: "\eaea";
}
.jltma-material-icon-timelapse:before {
content: "\eaeb";
}
.jltma-material-icon-timer_10:before {
content: "\eaec";
}
.jltma-material-icon-timer_3:before {
content: "\eaed";
}
.jltma-material-icon-timer:before {
content: "\eaee";
}
.jltma-material-icon-timer_off:before {
content: "\eaef";
}
.jltma-material-icon-tonality:before {
content: "\eaf0";
}
.jltma-material-icon-transform:before {
content: "\eaf1";
}
.jltma-material-icon-tune:before {
content: "\eaf2";
}
.jltma-material-icon-view_comfortable:before {
content: "\eaf3";
}
.jltma-material-icon-view_compact:before {
content: "\eaf4";
}
.jltma-material-icon-wb_auto:before {
content: "\eaf5";
}
.jltma-material-icon-wb_cloudy:before {
content: "\eaf6";
}
.jltma-material-icon-wb_incandescent:before {
content: "\eaf7";
}
.jltma-material-icon-wb_sunny:before {
content: "\eaf8";
}
.jltma-material-icon-collections_bookmark:before {
content: "\eaf9";
}
.jltma-material-icon-photo_size_select_actual:before {
content: "\eafa";
}
.jltma-material-icon-photo_size_select_large:before {
content: "\eafb";
}
.jltma-material-icon-photo_size_select_small:before {
content: "\eafc";
}
.jltma-material-icon-vignette:before {
content: "\eafd";
}
.jltma-material-icon-wb_iridescent:before {
content: "\eafe";
}
.jltma-material-icon-crop_rotate:before {
content: "\eaff";
}
.jltma-material-icon-linked_camera:before {
content: "\eb00";
}
.jltma-material-icon-add_a_photo:before {
content: "\eb01";
}
.jltma-material-icon-movie_filter:before {
content: "\eb02";
}
.jltma-material-icon-photo_filter:before {
content: "\eb03";
}
.jltma-material-icon-burst_mode:before {
content: "\eb04";
}
.jltma-material-icon-shutter_speed:before {
content: "\eb05";
}
.jltma-material-icon-add_photo_alternate:before {
content: "\eb06";
}
.jltma-material-icon-image_search:before {
content: "\eb07";
}
.jltma-material-icon-music_off:before {
content: "\eb08";
}
.jltma-material-icon-beenhere:before {
content: "\eb09";
}
.jltma-material-icon-directions:before {
content: "\eb0a";
}
.jltma-material-icon-directions_bike:before {
content: "\eb0b";
}
.jltma-material-icon-directions_bus:before {
content: "\eb0c";
}
.jltma-material-icon-directions_car:before {
content: "\eb0d";
}
.jltma-material-icon-directions_ferry:before {
content: "\eb0e";
}
.jltma-material-icon-directions_subway:before {
content: "\eb0f";
}
.jltma-material-icon-directions_railway:before {
content: "\eb10";
}
.jltma-material-icon-directions_walk:before {
content: "\eb11";
}
.jltma-material-icon-hotel:before {
content: "\eb12";
}
.jltma-material-icon-layers:before {
content: "\eb13";
}
.jltma-material-icon-layers_clear:before {
content: "\eb14";
}
.jltma-material-icon-local_atm:before {
content: "\eb15";
}
.jltma-material-icon-local_attraction:before {
content: "\eb16";
}
.jltma-material-icon-local_bar:before {
content: "\eb17";
}
.jltma-material-icon-local_cafe:before {
content: "\eb18";
}
.jltma-material-icon-local_car_wash:before {
content: "\eb19";
}
.jltma-material-icon-local_convenience_store:before {
content: "\eb1a";
}
.jltma-material-icon-local_drink:before {
content: "\eb1b";
}
.jltma-material-icon-local_florist:before {
content: "\eb1c";
}
.jltma-material-icon-local_gas_station:before {
content: "\eb1d";
}
.jltma-material-icon-local_grocery_store:before {
content: "\eb1e";
}
.jltma-material-icon-local_hospital:before {
content: "\eb1f";
}
.jltma-material-icon-local_laundry_service:before {
content: "\eb20";
}
.jltma-material-icon-local_library:before {
content: "\eb21";
}
.jltma-material-icon-local_mall:before {
content: "\eb22";
}
.jltma-material-icon-local_movies:before {
content: "\eb23";
}
.jltma-material-icon-local_offer:before {
content: "\eb24";
}
.jltma-material-icon-local_parking:before {
content: "\eb25";
}
.jltma-material-icon-local_pharmacy:before {
content: "\eb26";
}
.jltma-material-icon-local_pizza:before {
content: "\eb27";
}
.jltma-material-icon-local_print_shop:before {
content: "\eb28";
}
.jltma-material-icon-local_restaurant:before {
content: "\eb29";
}
.jltma-material-icon-local_shipping:before {
content: "\eb2a";
}
.jltma-material-icon-local_taxi:before {
content: "\eb2b";
}
.jltma-material-icon-location_history:before {
content: "\eb2c";
}
.jltma-material-icon-map:before {
content: "\eb2d";
}
.jltma-material-icon-navigation:before {
content: "\eb2e";
}
.jltma-material-icon-pin_drop:before {
content: "\eb2f";
}
.jltma-material-icon-rate_review:before {
content: "\eb30";
}
.jltma-material-icon-satellite:before {
content: "\eb31";
}
.jltma-material-icon-store_mall_directory:before {
content: "\eb32";
}
.jltma-material-icon-traffic:before {
content: "\eb33";
}
.jltma-material-icon-directions_run:before {
content: "\eb34";
}
.jltma-material-icon-add_location:before {
content: "\eb35";
}
.jltma-material-icon-edit_location:before {
content: "\eb36";
}
.jltma-material-icon-near_me:before {
content: "\eb37";
}
.jltma-material-icon-person_pin_circle:before {
content: "\eb38";
}
.jltma-material-icon-zoom_out_map:before {
content: "\eb39";
}
.jltma-material-icon-restaurant:before {
content: "\eb3a";
}
.jltma-material-icon-ev_station:before {
content: "\eb3b";
}
.jltma-material-icon-streetview:before {
content: "\eb3c";
}
.jltma-material-icon-subway:before {
content: "\eb3d";
}
.jltma-material-icon-train:before {
content: "\eb3e";
}
.jltma-material-icon-tram:before {
content: "\eb3f";
}
.jltma-material-icon-transfer_within_a_station:before {
content: "\eb40";
}
.jltma-material-icon-atm:before {
content: "\eb41";
}
.jltma-material-icon-category:before {
content: "\eb42";
}
.jltma-material-icon-not_listed_location:before {
content: "\eb43";
}
.jltma-material-icon-departure_board:before {
content: "\eb44";
}
.jltma-material-icon-360:before {
content: "\eb45";
}
.jltma-material-icon-edit_attributes:before {
content: "\eb46";
}
.jltma-material-icon-transit_enterexit:before {
content: "\eb47";
}
.jltma-material-icon-fastfood:before {
content: "\eb48";
}
.jltma-material-icon-trip_origin:before {
content: "\eb49";
}
.jltma-material-icon-compass_calibration:before {
content: "\eb4a";
}
.jltma-material-icon-money:before {
content: "\eb4b";
}
.jltma-material-icon-apps:before {
content: "\eb4c";
}
.jltma-material-icon-arrow_back:before {
content: "\eb4d";
}
.jltma-material-icon-arrow_drop_down:before {
content: "\eb4e";
}
.jltma-material-icon-arrow_drop_down_circle:before {
content: "\eb4f";
}
.jltma-material-icon-arrow_drop_up:before {
content: "\eb50";
}
.jltma-material-icon-arrow_forward:before {
content: "\eb51";
}
.jltma-material-icon-cancel:before {
content: "\eb52";
}
.jltma-material-icon-check:before {
content: "\eb53";
}
.jltma-material-icon-expand_less:before {
content: "\eb54";
}
.jltma-material-icon-expand_more:before {
content: "\eb55";
}
.jltma-material-icon-fullscreen:before {
content: "\eb56";
}
.jltma-material-icon-fullscreen_exit:before {
content: "\eb57";
}
.jltma-material-icon-menu:before {
content: "\eb58";
}
.jltma-material-icon-keyboard_control:before {
content: "\eb59";
}
.jltma-material-icon-more_vert:before {
content: "\eb5a";
}
.jltma-material-icon-refresh:before {
content: "\eb5b";
}
.jltma-material-icon-unfold_less:before {
content: "\eb5c";
}
.jltma-material-icon-unfold_more:before {
content: "\eb5d";
}
.jltma-material-icon-arrow_upward:before {
content: "\eb5e";
}
.jltma-material-icon-subdirectory_arrow_left:before {
content: "\eb5f";
}
.jltma-material-icon-subdirectory_arrow_right:before {
content: "\eb60";
}
.jltma-material-icon-arrow_downward:before {
content: "\eb61";
}
.jltma-material-icon-first_page:before {
content: "\eb62";
}
.jltma-material-icon-last_page:before {
content: "\eb63";
}
.jltma-material-icon-arrow_left:before {
content: "\eb64";
}
.jltma-material-icon-arrow_right:before {
content: "\eb65";
}
.jltma-material-icon-arrow_back_ios:before {
content: "\eb66";
}
.jltma-material-icon-arrow_forward_ios:before {
content: "\eb67";
}
.jltma-material-icon-adb:before {
content: "\eb68";
}
.jltma-material-icon-disc_full:before {
content: "\eb69";
}
.jltma-material-icon-do_not_disturb_alt:before {
content: "\eb6a";
}
.jltma-material-icon-drive_eta:before {
content: "\eb6b";
}
.jltma-material-icon-event_available:before {
content: "\eb6c";
}
.jltma-material-icon-event_busy:before {
content: "\eb6d";
}
.jltma-material-icon-event_note:before {
content: "\eb6e";
}
.jltma-material-icon-folder_special:before {
content: "\eb6f";
}
.jltma-material-icon-mms:before {
content: "\eb70";
}
.jltma-material-icon-more:before {
content: "\eb71";
}
.jltma-material-icon-network_locked:before {
content: "\eb72";
}
.jltma-material-icon-phone_bluetooth_speaker:before {
content: "\eb73";
}
.jltma-material-icon-phone_forwarded:before {
content: "\eb74";
}
.jltma-material-icon-phone_in_talk:before {
content: "\eb75";
}
.jltma-material-icon-phone_locked:before {
content: "\eb76";
}
.jltma-material-icon-phone_missed:before {
content: "\eb77";
}
.jltma-material-icon-phone_paused:before {
content: "\eb78";
}
.jltma-material-icon-sim_card_alert:before {
content: "\eb79";
}
.jltma-material-icon-sms_failed:before {
content: "\eb7a";
}
.jltma-material-icon-sync_disabled:before {
content: "\eb7b";
}
.jltma-material-icon-sync_problem:before {
content: "\eb7c";
}
.jltma-material-icon-system_update:before {
content: "\eb7d";
}
.jltma-material-icon-tap_and_play:before {
content: "\eb7e";
}
.jltma-material-icon-vibration:before {
content: "\eb7f";
}
.jltma-material-icon-voice_chat:before {
content: "\eb80";
}
.jltma-material-icon-vpn_lock:before {
content: "\eb81";
}
.jltma-material-icon-airline_seat_flat:before {
content: "\eb82";
}
.jltma-material-icon-airline_seat_flat_angled:before {
content: "\eb83";
}
.jltma-material-icon-airline_seat_individual_suite:before {
content: "\eb84";
}
.jltma-material-icon-airline_seat_legroom_extra:before {
content: "\eb85";
}
.jltma-material-icon-airline_seat_legroom_normal:before {
content: "\eb86";
}
.jltma-material-icon-airline_seat_legroom_reduced:before {
content: "\eb87";
}
.jltma-material-icon-airline_seat_recline_extra:before {
content: "\eb88";
}
.jltma-material-icon-airline_seat_recline_normal:before {
content: "\eb89";
}
.jltma-material-icon-confirmation_number:before {
content: "\eb8a";
}
.jltma-material-icon-live_tv:before {
content: "\eb8b";
}
.jltma-material-icon-ondemand_video:before {
content: "\eb8c";
}
.jltma-material-icon-personal_video:before {
content: "\eb8d";
}
.jltma-material-icon-power:before {
content: "\eb8e";
}
.jltma-material-icon-wc:before {
content: "\eb8f";
}
.jltma-material-icon-wifi:before {
content: "\eb90";
}
.jltma-material-icon-enhanced_encryption:before {
content: "\eb91";
}
.jltma-material-icon-network_check:before {
content: "\eb92";
}
.jltma-material-icon-no_encryption:before {
content: "\eb93";
}
.jltma-material-icon-rv_hookup:before {
content: "\eb94";
}
.jltma-material-icon-do_not_disturb_off:before {
content: "\eb95";
}
.jltma-material-icon-priority_high:before {
content: "\eb96";
}
.jltma-material-icon-power_off:before {
content: "\eb97";
}
.jltma-material-icon-tv_off:before {
content: "\eb98";
}
.jltma-material-icon-wifi_off:before {
content: "\eb99";
}
.jltma-material-icon-phone_callback:before {
content: "\eb9a";
}
.jltma-material-icon-pie_chart:before {
content: "\eb9b";
}
.jltma-material-icon-pie_chart_outlined:before {
content: "\eb9c";
}
.jltma-material-icon-bubble_chart:before {
content: "\eb9d";
}
.jltma-material-icon-multiline_chart:before {
content: "\eb9e";
}
.jltma-material-icon-show_chart:before {
content: "\eb9f";
}
.jltma-material-icon-cake:before {
content: "\eba0";
}
.jltma-material-icon-group:before {
content: "\eba1";
}
.jltma-material-icon-group_add:before {
content: "\eba2";
}
.jltma-material-icon-location_city:before {
content: "\eba3";
}
.jltma-material-icon-mood_bad:before {
content: "\eba4";
}
.jltma-material-icon-notifications:before {
content: "\eba5";
}
.jltma-material-icon-notifications_none:before {
content: "\eba6";
}
.jltma-material-icon-notifications_off:before {
content: "\eba7";
}
.jltma-material-icon-notifications_active:before {
content: "\eba8";
}
.jltma-material-icon-notifications_paused:before {
content: "\eba9";
}
.jltma-material-icon-pages:before {
content: "\ebaa";
}
.jltma-material-icon-party_mode:before {
content: "\ebab";
}
.jltma-material-icon-people_outline:before {
content: "\ebac";
}
.jltma-material-icon-person:before {
content: "\ebad";
}
.jltma-material-icon-person_add:before {
content: "\ebae";
}
.jltma-material-icon-person_outline:before {
content: "\ebaf";
}
.jltma-material-icon-plus_one:before {
content: "\ebb0";
}
.jltma-material-icon-public:before {
content: "\ebb1";
}
.jltma-material-icon-school:before {
content: "\ebb2";
}
.jltma-material-icon-share:before {
content: "\ebb3";
}
.jltma-material-icon-whatshot:before {
content: "\ebb4";
}
.jltma-material-icon-sentiment_dissatisfied:before {
content: "\ebb5";
}
.jltma-material-icon-sentiment_neutral:before {
content: "\ebb6";
}
.jltma-material-icon-sentiment_satisfied:before {
content: "\ebb7";
}
.jltma-material-icon-sentiment_very_dissatisfied:before {
content: "\ebb8";
}
.jltma-material-icon-sentiment_very_satisfied:before {
content: "\ebb9";
}
.jltma-material-icon-thumb_down_alt:before {
content: "\ebba";
}
.jltma-material-icon-thumb_up_alt:before {
content: "\ebbb";
}
.jltma-material-icon-check_box:before {
content: "\ebbc";
}
.jltma-material-icon-check_box_outline_blank:before {
content: "\ebbd";
}
.jltma-material-icon-radio_button_checked:before {
content: "\ebbe";
}
.jltma-material-icon-star:before {
content: "\ebbf";
}
.jltma-material-icon-star_half:before {
content: "\ebc0";
}
.jltma-material-icon-star_outline:before {
content: "\ebc1";
}
.jltma-material-icon-3d_rotation:before {
content: "\ebc2";
}
.jltma-material-icon-accessibility:before {
content: "\ebc3";
}
.jltma-material-icon-account_balance:before {
content: "\ebc4";
}
.jltma-material-icon-account_balance_wallet:before {
content: "\ebc5";
}
.jltma-material-icon-account_box:before {
content: "\ebc6";
}
.jltma-material-icon-account_circle:before {
content: "\ebc7";
}
.jltma-material-icon-add_shopping_cart:before {
content: "\ebc8";
}
.jltma-material-icon-alarm_off:before {
content: "\ebc9";
}
.jltma-material-icon-alarm_on:before {
content: "\ebca";
}
.jltma-material-icon-android:before {
content: "\ebcb";
}
.jltma-material-icon-announcement:before {
content: "\ebcc";
}
.jltma-material-icon-aspect_ratio:before {
content: "\ebcd";
}
.jltma-material-icon-assignment:before {
content: "\ebce";
}
.jltma-material-icon-assignment_ind:before {
content: "\ebcf";
}
.jltma-material-icon-assignment_late:before {
content: "\ebd0";
}
.jltma-material-icon-assignment_return:before {
content: "\ebd1";
}
.jltma-material-icon-assignment_returned:before {
content: "\ebd2";
}
.jltma-material-icon-assignment_turned_in:before {
content: "\ebd3";
}
.jltma-material-icon-autorenew:before {
content: "\ebd4";
}
.jltma-material-icon-book:before {
content: "\ebd5";
}
.jltma-material-icon-bookmark:before {
content: "\ebd6";
}
.jltma-material-icon-bookmark_outline:before {
content: "\ebd7";
}
.jltma-material-icon-bug_report:before {
content: "\ebd8";
}
.jltma-material-icon-build:before {
content: "\ebd9";
}
.jltma-material-icon-cached:before {
content: "\ebda";
}
.jltma-material-icon-change_history:before {
content: "\ebdb";
}
.jltma-material-icon-check_circle:before {
content: "\ebdc";
}
.jltma-material-icon-chrome_reader_mode:before {
content: "\ebdd";
}
.jltma-material-icon-code:before {
content: "\ebde";
}
.jltma-material-icon-credit_card:before {
content: "\ebdf";
}
.jltma-material-icon-dashboard:before {
content: "\ebe0";
}
.jltma-material-icon-delete:before {
content: "\ebe1";
}
.jltma-material-icon-description:before {
content: "\ebe2";
}
.jltma-material-icon-dns:before {
content: "\ebe3";
}
.jltma-material-icon-done:before {
content: "\ebe4";
}
.jltma-material-icon-done_all:before {
content: "\ebe5";
}
.jltma-material-icon-exit_to_app:before {
content: "\ebe6";
}
.jltma-material-icon-explore:before {
content: "\ebe7";
}
.jltma-material-icon-extension:before {
content: "\ebe8";
}
.jltma-material-icon-face:before {
content: "\ebe9";
}
.jltma-material-icon-favorite:before {
content: "\ebea";
}
.jltma-material-icon-favorite_outline:before {
content: "\ebeb";
}
.jltma-material-icon-find_in_page:before {
content: "\ebec";
}
.jltma-material-icon-find_replace:before {
content: "\ebed";
}
.jltma-material-icon-flip_to_back:before {
content: "\ebee";
}
.jltma-material-icon-flip_to_front:before {
content: "\ebef";
}
.jltma-material-icon-group_work:before {
content: "\ebf0";
}
.jltma-material-icon-help:before {
content: "\ebf1";
}
.jltma-material-icon-highlight_remove:before {
content: "\ebf2";
}
.jltma-material-icon-history:before {
content: "\ebf3";
}
.jltma-material-icon-home:before {
content: "\ebf4";
}
.jltma-material-icon-hourglass_empty:before {
content: "\ebf5";
}
.jltma-material-icon-hourglass_full:before {
content: "\ebf6";
}
.jltma-material-icon-https:before {
content: "\ebf7";
}
.jltma-material-icon-info:before {
content: "\ebf8";
}
.jltma-material-icon-info_outline:before {
content: "\ebf9";
}
.jltma-material-icon-input:before {
content: "\ebfa";
}
.jltma-material-icon-invert_colors_on:before {
content: "\ebfb";
}
.jltma-material-icon-label:before {
content: "\ebfc";
}
.jltma-material-icon-label_outline:before {
content: "\ebfd";
}
.jltma-material-icon-language:before {
content: "\ebfe";
}
.jltma-material-icon-launch:before {
content: "\ebff";
}
.jltma-material-icon-list:before {
content: "\ec00";
}
.jltma-material-icon-lock_open:before {
content: "\ec01";
}
.jltma-material-icon-lock_outline:before {
content: "\ec02";
}
.jltma-material-icon-loyalty:before {
content: "\ec03";
}
.jltma-material-icon-markunread_mailbox:before {
content: "\ec04";
}
.jltma-material-icon-note_add:before {
content: "\ec05";
}
.jltma-material-icon-open_in_browser:before {
content: "\ec06";
}
.jltma-material-icon-open_with:before {
content: "\ec07";
}
.jltma-material-icon-pageview:before {
content: "\ec08";
}
.jltma-material-icon-perm_camera_mic:before {
content: "\ec09";
}
.jltma-material-icon-perm_contact_calendar:before {
content: "\ec0a";
}
.jltma-material-icon-perm_data_setting:before {
content: "\ec0b";
}
.jltma-material-icon-perm_device_information:before {
content: "\ec0c";
}
.jltma-material-icon-perm_media:before {
content: "\ec0d";
}
.jltma-material-icon-perm_phone_msg:before {
content: "\ec0e";
}
.jltma-material-icon-perm_scan_wifi:before {
content: "\ec0f";
}
.jltma-material-icon-picture_in_picture:before {
content: "\ec10";
}
.jltma-material-icon-polymer:before {
content: "\ec11";
}
.jltma-material-icon-power_settings_new:before {
content: "\ec12";
}
.jltma-material-icon-receipt:before {
content: "\ec13";
}
.jltma-material-icon-redeem:before {
content: "\ec14";
}
.jltma-material-icon-search:before {
content: "\ec15";
}
.jltma-material-icon-settings:before {
content: "\ec16";
}
.jltma-material-icon-settings_applications:before {
content: "\ec17";
}
.jltma-material-icon-settings_backup_restore:before {
content: "\ec18";
}
.jltma-material-icon-settings_bluetooth:before {
content: "\ec19";
}
.jltma-material-icon-settings_cell:before {
content: "\ec1a";
}
.jltma-material-icon-settings_brightness:before {
content: "\ec1b";
}
.jltma-material-icon-settings_ethernet:before {
content: "\ec1c";
}
.jltma-material-icon-settings_input_antenna:before {
content: "\ec1d";
}
.jltma-material-icon-settings_input_component:before {
content: "\ec1e";
}
.jltma-material-icon-settings_input_hdmi:before {
content: "\ec1f";
}
.jltma-material-icon-settings_input_svideo:before {
content: "\ec20";
}
.jltma-material-icon-settings_overscan:before {
content: "\ec21";
}
.jltma-material-icon-settings_phone:before {
content: "\ec22";
}
.jltma-material-icon-settings_power:before {
content: "\ec23";
}
.jltma-material-icon-settings_remote:before {
content: "\ec24";
}
.jltma-material-icon-settings_voice:before {
content: "\ec25";
}
.jltma-material-icon-shop:before {
content: "\ec26";
}
.jltma-material-icon-shop_two:before {
content: "\ec27";
}
.jltma-material-icon-shopping_basket:before {
content: "\ec28";
}
.jltma-material-icon-speaker_notes:before {
content: "\ec29";
}
.jltma-material-icon-spellcheck:before {
content: "\ec2a";
}
.jltma-material-icon-stars:before {
content: "\ec2b";
}
.jltma-material-icon-subject:before {
content: "\ec2c";
}
.jltma-material-icon-supervisor_account:before {
content: "\ec2d";
}
.jltma-material-icon-swap_horiz:before {
content: "\ec2e";
}
.jltma-material-icon-swap_vert:before {
content: "\ec2f";
}
.jltma-material-icon-swap_vertical_circle:before {
content: "\ec30";
}
.jltma-material-icon-system_update_alt:before {
content: "\ec31";
}
.jltma-material-icon-tab:before {
content: "\ec32";
}
.jltma-material-icon-tab_unselected:before {
content: "\ec33";
}
.jltma-material-icon-thumb_down:before {
content: "\ec34";
}
.jltma-material-icon-thumb_up:before {
content: "\ec35";
}
.jltma-material-icon-thumbs_up_down:before {
content: "\ec36";
}
.jltma-material-icon-toc:before {
content: "\ec37";
}
.jltma-material-icon-today:before {
content: "\ec38";
}
.jltma-material-icon-toll:before {
content: "\ec39";
}
.jltma-material-icon-track_changes:before {
content: "\ec3a";
}
.jltma-material-icon-translate:before {
content: "\ec3b";
}
.jltma-material-icon-trending_down:before {
content: "\ec3c";
}
.jltma-material-icon-trending_neutral:before {
content: "\ec3d";
}
.jltma-material-icon-trending_up:before {
content: "\ec3e";
}
.jltma-material-icon-verified_user:before {
content: "\ec3f";
}
.jltma-material-icon-view_agenda:before {
content: "\ec40";
}
.jltma-material-icon-view_array:before {
content: "\ec41";
}
.jltma-material-icon-view_carousel:before {
content: "\ec42";
}
.jltma-material-icon-view_column:before {
content: "\ec43";
}
.jltma-material-icon-view_day:before {
content: "\ec44";
}
.jltma-material-icon-view_headline:before {
content: "\ec45";
}
.jltma-material-icon-view_list:before {
content: "\ec46";
}
.jltma-material-icon-view_module:before {
content: "\ec47";
}
.jltma-material-icon-view_quilt:before {
content: "\ec48";
}
.jltma-material-icon-view_stream:before {
content: "\ec49";
}
.jltma-material-icon-view_week:before {
content: "\ec4a";
}
.jltma-material-icon-visibility_off:before {
content: "\ec4b";
}
.jltma-material-icon-card_membership:before {
content: "\ec4c";
}
.jltma-material-icon-card_travel:before {
content: "\ec4d";
}
.jltma-material-icon-work:before {
content: "\ec4e";
}
.jltma-material-icon-youtube_searched_for:before {
content: "\ec4f";
}
.jltma-material-icon-eject:before {
content: "\ec50";
}
.jltma-material-icon-camera_enhance:before {
content: "\ec51";
}
.jltma-material-icon-help_outline:before {
content: "\ec52";
}
.jltma-material-icon-reorder:before {
content: "\ec53";
}
.jltma-material-icon-zoom_in:before {
content: "\ec54";
}
.jltma-material-icon-zoom_out:before {
content: "\ec55";
}
.jltma-material-icon-http:before {
content: "\ec56";
}
.jltma-material-icon-event_seat:before {
content: "\ec57";
}
.jltma-material-icon-flight_land:before {
content: "\ec58";
}
.jltma-material-icon-flight_takeoff:before {
content: "\ec59";
}
.jltma-material-icon-play_for_work:before {
content: "\ec5a";
}
.jltma-material-icon-gif:before {
content: "\ec5b";
}
.jltma-material-icon-indeterminate_check_box:before {
content: "\ec5c";
}
.jltma-material-icon-offline_pin:before {
content: "\ec5d";
}
.jltma-material-icon-all_out:before {
content: "\ec5e";
}
.jltma-material-icon-copyright:before {
content: "\ec5f";
}
.jltma-material-icon-fingerprint:before {
content: "\ec60";
}
.jltma-material-icon-gavel:before {
content: "\ec61";
}
.jltma-material-icon-lightbulb_outline:before {
content: "\ec62";
}
.jltma-material-icon-picture_in_picture_alt:before {
content: "\ec63";
}
.jltma-material-icon-important_devices:before {
content: "\ec64";
}
.jltma-material-icon-touch_app:before {
content: "\ec65";
}
.jltma-material-icon-accessible:before {
content: "\ec66";
}
.jltma-material-icon-compare_arrows:before {
content: "\ec67";
}
.jltma-material-icon-date_range:before {
content: "\ec68";
}
.jltma-material-icon-donut_large:before {
content: "\ec69";
}
.jltma-material-icon-donut_small:before {
content: "\ec6a";
}
.jltma-material-icon-line_style:before {
content: "\ec6b";
}
.jltma-material-icon-line_weight:before {
content: "\ec6c";
}
.jltma-material-icon-motorcycle:before {
content: "\ec6d";
}
.jltma-material-icon-opacity:before {
content: "\ec6e";
}
.jltma-material-icon-pets:before {
content: "\ec6f";
}
.jltma-material-icon-pregnant_woman:before {
content: "\ec70";
}
.jltma-material-icon-record_voice_over:before {
content: "\ec71";
}
.jltma-material-icon-rounded_corner:before {
content: "\ec72";
}
.jltma-material-icon-rowing:before {
content: "\ec73";
}
.jltma-material-icon-timeline:before {
content: "\ec74";
}
.jltma-material-icon-update:before {
content: "\ec75";
}
.jltma-material-icon-watch_later:before {
content: "\ec76";
}
.jltma-material-icon-pan_tool:before {
content: "\ec77";
}
.jltma-material-icon-euro_symbol:before {
content: "\ec78";
}
.jltma-material-icon-g_translate:before {
content: "\ec79";
}
.jltma-material-icon-remove_shopping_cart:before {
content: "\ec7a";
}
.jltma-material-icon-restore_page:before {
content: "\ec7b";
}
.jltma-material-icon-speaker_notes_off:before {
content: "\ec7c";
}
.jltma-material-icon-delete_forever:before {
content: "\ec7d";
}
.jltma-material-icon-accessibility_new:before {
content: "\ec7e";
}
.jltma-material-icon-check_circle_outline:before {
content: "\ec7f";
}
.jltma-material-icon-delete_outline:before {
content: "\ec80";
}
.jltma-material-icon-done_outline:before {
content: "\ec81";
}
.jltma-material-icon-maximize:before {
content: "\ec82";
}
.jltma-material-icon-minimize:before {
content: "\ec83";
}
.jltma-material-icon-offline_bolt:before {
content: "\ec84";
}
.jltma-material-icon-swap_horizontal_circle:before {
content: "\ec85";
}
.jltma-material-icon-accessible_forward:before {
content: "\ec86";
}
.jltma-material-icon-calendar_today:before {
content: "\ec87";
}
.jltma-material-icon-calendar_view_day:before {
content: "\ec88";
}
.jltma-material-icon-label_important:before {
content: "\ec89";
}
.jltma-material-icon-restore_from_trash:before {
content: "\ec8a";
}
.jltma-material-icon-supervised_user_circle:before {
content: "\ec8b";
}
.jltma-material-icon-text_rotate_up:before {
content: "\ec8c";
}
.jltma-material-icon-text_rotate_vertical:before {
content: "\ec8d";
}
.jltma-material-icon-text_rotation_angledown:before {
content: "\ec8e";
}
.jltma-material-icon-text_rotation_angleup:before {
content: "\ec8f";
}
.jltma-material-icon-text_rotation_down:before {
content: "\ec90";
}
.jltma-material-icon-text_rotation_none:before {
content: "\ec91";
}
.jltma-material-icon-commute:before {
content: "\ec92";
}
.jltma-material-icon-arrow_right_alt:before {
content: "\ec93";
}
.jltma-material-icon-work_off:before {
content: "\ec94";
}
.jltma-material-icon-work_outline:before {
content: "\ec95";
}
.jltma-material-icon-drag_indicator:before {
content: "\ec96";
}
.jltma-material-icon-horizontal_split:before {
content: "\ec97";
}
.jltma-material-icon-label_important_outline:before {
content: "\ec98";
}
.jltma-material-icon-vertical_split:before {
content: "\ec99";
}
.jltma-material-icon-voice_over_off:before {
content: "\ec9a";
}
.jltma-material-icon-segment:before {
content: "\ec9b";
}
.jltma-material-icon-contact_support:before {
content: "\ec9c";
}
.jltma-material-icon-compress:before {
content: "\ec9d";
}
.jltma-material-icon-filter_list_alt:before {
content: "\ec9e";
}
.jltma-material-icon-expand:before {
content: "\ec9f";
}
.jltma-material-icon-edit_off:before {
content: "\eca0";
}
.jltma-material-icon-10k:before {
content: "\eca1";
}
.jltma-material-icon-10mp:before {
content: "\eca2";
}
.jltma-material-icon-11mp:before {
content: "\eca3";
}
.jltma-material-icon-12mp:before {
content: "\eca4";
}
.jltma-material-icon-13mp:before {
content: "\eca5";
}
.jltma-material-icon-14mp:before {
content: "\eca6";
}
.jltma-material-icon-15mp:before {
content: "\eca7";
}
.jltma-material-icon-16mp:before {
content: "\eca8";
}
.jltma-material-icon-17mp:before {
content: "\eca9";
}
.jltma-material-icon-18mp:before {
content: "\ecaa";
}
.jltma-material-icon-19mp:before {
content: "\ecab";
}
.jltma-material-icon-1k:before {
content: "\ecac";
}
.jltma-material-icon-1k_plus:before {
content: "\ecad";
}
.jltma-material-icon-20mp:before {
content: "\ecae";
}
.jltma-material-icon-21mp:before {
content: "\ecaf";
}
.jltma-material-icon-22mp:before {
content: "\ecb0";
}
.jltma-material-icon-23mp:before {
content: "\ecb1";
}
.jltma-material-icon-24mp:before {
content: "\ecb2";
}
.jltma-material-icon-2k:before {
content: "\ecb3";
}
.jltma-material-icon-2k_plus:before {
content: "\ecb4";
}
.jltma-material-icon-2mp:before {
content: "\ecb5";
}
.jltma-material-icon-3k:before {
content: "\ecb6";
}
.jltma-material-icon-3k_plus:before {
content: "\ecb7";
}
.jltma-material-icon-3mp:before {
content: "\ecb8";
}
.jltma-material-icon-4k_plus:before {
content: "\ecb9";
}
.jltma-material-icon-4mp:before {
content: "\ecba";
}
.jltma-material-icon-5k:before {
content: "\ecbb";
}
.jltma-material-icon-5k_plus:before {
content: "\ecbc";
}
.jltma-material-icon-5mp:before {
content: "\ecbd";
}
.jltma-material-icon-6k:before {
content: "\ecbe";
}
.jltma-material-icon-6k_plus:before {
content: "\ecbf";
}
.jltma-material-icon-6mp:before {
content: "\ecc0";
}
.jltma-material-icon-7k:before {
content: "\ecc1";
}
.jltma-material-icon-7k_plus:before {
content: "\ecc2";
}
.jltma-material-icon-7mp:before {
content: "\ecc3";
}
.jltma-material-icon-8k:before {
content: "\ecc4";
}
.jltma-material-icon-8k_plus:before {
content: "\ecc5";
}
.jltma-material-icon-8mp:before {
content: "\ecc6";
}
.jltma-material-icon-9k:before {
content: "\ecc7";
}
.jltma-material-icon-9k_plus:before {
content: "\ecc8";
}
.jltma-material-icon-9mp:before {
content: "\ecc9";
}
.jltma-material-icon-account_tree:before {
content: "\ecca";
}
.jltma-material-icon-add_chart:before {
content: "\eccb";
}
.jltma-material-icon-add_ic_call:before {
content: "\eccc";
}
.jltma-material-icon-add_moderator:before {
content: "\eccd";
}
.jltma-material-icon-all_inbox:before {
content: "\ecce";
}
.jltma-material-icon-approval:before {
content: "\eccf";
}
.jltma-material-icon-assistant_direction:before {
content: "\ecd0";
}
.jltma-material-icon-assistant_navigation:before {
content: "\ecd1";
}
.jltma-material-icon-bookmarks:before {
content: "\ecd2";
}
.jltma-material-icon-bus_alert:before {
content: "\ecd3";
}
.jltma-material-icon-cases:before {
content: "\ecd4";
}
.jltma-material-icon-circle_notifications:before {
content: "\ecd5";
}
.jltma-material-icon-closed_caption_off:before {
content: "\ecd6";
}
.jltma-material-icon-connected_tv:before {
content: "\ecd7";
}
.jltma-material-icon-dangerous:before {
content: "\ecd8";
}
.jltma-material-icon-dashboard_customize:before {
content: "\ecd9";
}
.jltma-material-icon-desktop_access_disabled:before {
content: "\ecda";
}
.jltma-material-icon-drive_file_move_outline:before {
content: "\ecdb";
}
.jltma-material-icon-drive_file_rename_outline:before {
content: "\ecdc";
}
.jltma-material-icon-drive_folder_upload:before {
content: "\ecdd";
}
.jltma-material-icon-duo:before {
content: "\ecde";
}
.jltma-material-icon-explore_off:before {
content: "\ecdf";
}
.jltma-material-icon-file_download_done:before {
content: "\ece0";
}
.jltma-material-icon-rtt:before {
content: "\ece1";
}
.jltma-material-icon-grid_view:before {
content: "\ece2";
}
.jltma-material-icon-hail:before {
content: "\ece3";
}
.jltma-material-icon-home_filled:before {
content: "\ece4";
}
.jltma-material-icon-imagesearch_roller:before {
content: "\ece5";
}
.jltma-material-icon-label_off:before {
content: "\ece6";
}
.jltma-material-icon-library_add_check:before {
content: "\ece7";
}
.jltma-material-icon-logout:before {
content: "\ece8";
}
.jltma-material-icon-margin:before {
content: "\ece9";
}
.jltma-material-icon-mark_as_unread:before {
content: "\ecea";
}
.jltma-material-icon-menu_open:before {
content: "\eceb";
}
.jltma-material-icon-mp:before {
content: "\ecec";
}
.jltma-material-icon-offline_share:before {
content: "\eced";
}
.jltma-material-icon-padding:before {
content: "\ecee";
}
.jltma-material-icon-panorama_photosphere:before {
content: "\ecef";
}
.jltma-material-icon-panorama_photosphere_select:before {
content: "\ecf0";
}
.jltma-material-icon-person_add_disabled:before {
content: "\ecf1";
}
.jltma-material-icon-phone_disabled:before {
content: "\ecf2";
}
.jltma-material-icon-phone_enabled:before {
content: "\ecf3";
}
.jltma-material-icon-pivot_table_chart:before {
content: "\ecf4";
}
.jltma-material-icon-print_disabled:before {
content: "\ecf5";
}
.jltma-material-icon-railway_alert:before {
content: "\ecf6";
}
.jltma-material-icon-recommend:before {
content: "\ecf7";
}
.jltma-material-icon-remove_done:before {
content: "\ecf8";
}
.jltma-material-icon-remove_moderator:before {
content: "\ecf9";
}
.jltma-material-icon-repeat_on:before {
content: "\ecfa";
}
.jltma-material-icon-repeat_one_on:before {
content: "\ecfb";
}
.jltma-material-icon-replay_circle_filled:before {
content: "\ecfc";
}
.jltma-material-icon-reset_tv:before {
content: "\ecfd";
}
.jltma-material-icon-sd:before {
content: "\ecfe";
}
.jltma-material-icon-shield:before {
content: "\ecff";
}
.jltma-material-icon-shuffle_on:before {
content: "\ed00";
}
.jltma-material-icon-speed:before {
content: "\ed01";
}
.jltma-material-icon-stacked_bar_chart:before {
content: "\ed02";
}
.jltma-material-icon-stream:before {
content: "\ed03";
}
.jltma-material-icon-swipe:before {
content: "\ed04";
}
.jltma-material-icon-switch_account:before {
content: "\ed05";
}
.jltma-material-icon-tag:before {
content: "\ed06";
}
.jltma-material-icon-thumb_down_off_alt:before {
content: "\ed07";
}
.jltma-material-icon-thumb_up_off_alt:before {
content: "\ed08";
}
.jltma-material-icon-toggle_off:before {
content: "\ed09";
}
.jltma-material-icon-toggle_on:before {
content: "\ed0a";
}
.jltma-material-icon-two_wheeler:before {
content: "\ed0b";
}
.jltma-material-icon-upload_file:before {
content: "\ed0c";
}
.jltma-material-icon-view_in_ar:before {
content: "\ed0d";
}
.jltma-material-icon-waterfall_chart:before {
content: "\ed0e";
}
.jltma-material-icon-wb_shade:before {
content: "\ed0f";
}
.jltma-material-icon-wb_twighlight:before {
content: "\ed10";
}
.jltma-material-icon-home_work:before {
content: "\ed11";
}
.jltma-material-icon-schedule_send:before {
content: "\ed12";
}
.jltma-material-icon-bolt:before {
content: "\ed13";
}
.jltma-material-icon-send_and_archive:before {
content: "\ed14";
}
.jltma-material-icon-workspaces_filled:before {
content: "\ed15";
}
.jltma-material-icon-file_present:before {
content: "\ed16";
}
.jltma-material-icon-workspaces_outline:before {
content: "\ed17";
}
.jltma-material-icon-fit_screen:before {
content: "\ed18";
}
.jltma-material-icon-saved_search:before {
content: "\ed19";
}
.jltma-material-icon-storefront:before {
content: "\ed1a";
}
.jltma-material-icon-amp_stories:before {
content: "\ed1b";
}
.jltma-material-icon-dynamic_feed:before {
content: "\ed1c";
}
.jltma-material-icon-euro:before {
content: "\ed1d";
}
.jltma-material-icon-height:before {
content: "\ed1e";
}
.jltma-material-icon-policy:before {
content: "\ed1f";
}
.jltma-material-icon-sync_alt:before {
content: "\ed20";
}
.jltma-material-icon-menu_book:before {
content: "\ed21";
}
.jltma-material-icon-emoji_flags:before {
content: "\ed22";
}
.jltma-material-icon-emoji_food_beverage:before {
content: "\ed23";
}
.jltma-material-icon-emoji_nature:before {
content: "\ed24";
}
.jltma-material-icon-emoji_people:before {
content: "\ed25";
}
.jltma-material-icon-emoji_symbols:before {
content: "\ed26";
}
.jltma-material-icon-emoji_transportation:before {
content: "\ed27";
}
.jltma-material-icon-post_add:before {
content: "\ed28";
}
.jltma-material-icon-people_alt:before {
content: "\ed29";
}
.jltma-material-icon-emoji_emotions:before {
content: "\ed2a";
}
.jltma-material-icon-emoji_events:before {
content: "\ed2b";
}
.jltma-material-icon-emoji_objects:before {
content: "\ed2c";
}
.jltma-material-icon-sports_basketball:before {
content: "\ed2d";
}
.jltma-material-icon-sports_cricket:before {
content: "\ed2e";
}
.jltma-material-icon-sports_esports:before {
content: "\ed2f";
}
.jltma-material-icon-sports_football:before {
content: "\ed30";
}
.jltma-material-icon-sports_golf:before {
content: "\ed31";
}
.jltma-material-icon-sports_hockey:before {
content: "\ed32";
}
.jltma-material-icon-sports_mma:before {
content: "\ed33";
}
.jltma-material-icon-sports_motorsports:before {
content: "\ed34";
}
.jltma-material-icon-sports_rugby:before {
content: "\ed35";
}
.jltma-material-icon-sports_soccer:before {
content: "\ed36";
}
.jltma-material-icon-sports:before {
content: "\ed37";
}
.jltma-material-icon-sports_volleyball:before {
content: "\ed38";
}
.jltma-material-icon-sports_tennis:before {
content: "\ed39";
}
.jltma-material-icon-sports_handball:before {
content: "\ed3a";
}
.jltma-material-icon-sports_kabaddi:before {
content: "\ed3b";
}
.jltma-material-icon-eco:before {
content: "\ed3c";
}
.jltma-material-icon-museum:before {
content: "\ed3d";
}
.jltma-material-icon-flip_camera_android:before {
content: "\ed3e";
}
.jltma-material-icon-flip_camera_ios:before {
content: "\ed3f";
}
.jltma-material-icon-cancel_schedule_send:before {
content: "\ed40";
}
.jltma-material-icon-apartment:before {
content: "\ed41";
}
.jltma-material-icon-bathtub:before {
content: "\ed42";
}
.jltma-material-icon-deck:before {
content: "\ed43";
}
.jltma-material-icon-fireplace:before {
content: "\ed44";
}
.jltma-material-icon-house:before {
content: "\ed45";
}
.jltma-material-icon-king_bed:before {
content: "\ed46";
}
.jltma-material-icon-nights_stay:before {
content: "\ed47";
}
.jltma-material-icon-outdoor_grill:before {
content: "\ed48";
}
.jltma-material-icon-single_bed:before {
content: "\ed49";
}
.jltma-material-icon-square_foot:before {
content: "\ed4a";
}
.jltma-material-icon-double_arrow:before {
content: "\ed4b";
}
.jltma-material-icon-sports_baseball:before {
content: "\ed4c";
}
.jltma-material-icon-attractions:before {
content: "\ed4d";
}
.jltma-material-icon-bakery_dining:before {
content: "\ed4e";
}
.jltma-material-icon-breakfast_dining:before {
content: "\ed4f";
}
.jltma-material-icon-car_rental:before {
content: "\ed50";
}
.jltma-material-icon-car_repair:before {
content: "\ed51";
}
.jltma-material-icon-dinner_dining:before {
content: "\ed52";
}
.jltma-material-icon-dry_cleaning:before {
content: "\ed53";
}
.jltma-material-icon-hardware:before {
content: "\ed54";
}
.jltma-material-icon-liquor:before {
content: "\ed55";
}
.jltma-material-icon-lunch_dining:before {
content: "\ed56";
}
.jltma-material-icon-nightlife:before {
content: "\ed57";
}
.jltma-material-icon-park:before {
content: "\ed58";
}
.jltma-material-icon-ramen_dining:before {
content: "\ed59";
}
.jltma-material-icon-celebration:before {
content: "\ed5a";
}
.jltma-material-icon-theater_comedy:before {
content: "\ed5b";
}
.jltma-material-icon-badge:before {
content: "\ed5c";
}
.jltma-material-icon-festival:before {
content: "\ed5d";
}
.jltma-material-icon-icecream:before {
content: "\ed5e";
}
.jltma-material-icon-volunteer_activism:before {
content: "\ed5f";
}
.jltma-material-icon-contactless:before {
content: "\ed60";
}
.jltma-material-icon-delivery_dining:before {
content: "\ed61";
}
.jltma-material-icon-brunch_dining:before {
content: "\ed62";
}
.jltma-material-icon-takeout_dining:before {
content: "\ed63";
}
.jltma-material-icon-ac_unit:before {
content: "\ed64";
}
.jltma-material-icon-airport_shuttle:before {
content: "\ed65";
}
.jltma-material-icon-all_inclusive:before {
content: "\ed66";
}
.jltma-material-icon-beach_access:before {
content: "\ed67";
}
.jltma-material-icon-business_center:before {
content: "\ed68";
}
.jltma-material-icon-casino:before {
content: "\ed69";
}
.jltma-material-icon-child_care:before {
content: "\ed6a";
}
.jltma-material-icon-child_friendly:before {
content: "\ed6b";
}
.jltma-material-icon-fitness_center:before {
content: "\ed6c";
}
.jltma-material-icon-golf_course:before {
content: "\ed6d";
}
.jltma-material-icon-hot_tub:before {
content: "\ed6e";
}
.jltma-material-icon-kitchen:before {
content: "\ed6f";
}
.jltma-material-icon-pool:before {
content: "\ed70";
}
.jltma-material-icon-room_service:before {
content: "\ed71";
}
.jltma-material-icon-smoke_free:before {
content: "\ed72";
}
.jltma-material-icon-smoking_rooms:before {
content: "\ed73";
}
.jltma-material-icon-spa:before {
content: "\ed74";
}
.jltma-material-icon-no_meeting_room:before {
content: "\ed75";
}
.jltma-material-icon-meeting_room:before {
content: "\ed76";
}
.jltma-material-icon-goat:before {
content: "\ed77";
}@font-face {
font-family: 'material-icons';
src:  url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.eot);
src:  url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.eot#iefix) format('embedded-opentype'),
url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.ttf) format('truetype'),
url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.woff) format('woff'),
url(//www.anper.es/wp-content/plugins/master-addons/assets/fonts/material-icons/material-icons.svg) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="jltma-material-icon-"], [class*=" jltma-material-icon-"] { font-family: 'material-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.jltma-material-icon-error:before {
content: "\e900";
}
.jltma-material-icon-error_outline:before {
content: "\e901";
}
.jltma-material-icon-warning:before {
content: "\e902";
}
.jltma-material-icon-add_alert:before {
content: "\e903";
}
.jltma-material-icon-notification_important:before {
content: "\e904";
}
.jltma-material-icon-album:before {
content: "\e905";
}
.jltma-material-icon-av_timer:before {
content: "\e906";
}
.jltma-material-icon-closed_caption:before {
content: "\e907";
}
.jltma-material-icon-equalizer:before {
content: "\e908";
}
.jltma-material-icon-explicit:before {
content: "\e909";
}
.jltma-material-icon-fast_forward:before {
content: "\e90a";
}
.jltma-material-icon-fast_rewind:before {
content: "\e90b";
}
.jltma-material-icon-games:before {
content: "\e90c";
}
.jltma-material-icon-hearing:before {
content: "\e90d";
}
.jltma-material-icon-high_quality:before {
content: "\e90e";
}
.jltma-material-icon-loop:before {
content: "\e90f";
}
.jltma-material-icon-mic:before {
content: "\e910";
}
.jltma-material-icon-mic_none:before {
content: "\e911";
}
.jltma-material-icon-mic_off:before {
content: "\e912";
}
.jltma-material-icon-movie:before {
content: "\e913";
}
.jltma-material-icon-library_add:before {
content: "\e914";
}
.jltma-material-icon-library_books:before {
content: "\e915";
}
.jltma-material-icon-library_music:before {
content: "\e916";
}
.jltma-material-icon-new_releases:before {
content: "\e917";
}
.jltma-material-icon-not_interested:before {
content: "\e918";
}
.jltma-material-icon-pause:before {
content: "\e919";
}
.jltma-material-icon-pause_circle_filled:before {
content: "\e91a";
}
.jltma-material-icon-pause_circle_outline:before {
content: "\e91b";
}
.jltma-material-icon-play_arrow:before {
content: "\e91c";
}
.jltma-material-icon-play_circle_filled:before {
content: "\e91d";
}
.jltma-material-icon-play_circle_outline:before {
content: "\e91e";
}
.jltma-material-icon-playlist_add:before {
content: "\e91f";
}
.jltma-material-icon-queue_music:before {
content: "\e920";
}
.jltma-material-icon-radio:before {
content: "\e921";
}
.jltma-material-icon-recent_actors:before {
content: "\e922";
}
.jltma-material-icon-repeat:before {
content: "\e923";
}
.jltma-material-icon-repeat_one:before {
content: "\e924";
}
.jltma-material-icon-replay:before {
content: "\e925";
}
.jltma-material-icon-shuffle:before {
content: "\e926";
}
.jltma-material-icon-skip_next:before {
content: "\e927";
}
.jltma-material-icon-skip_previous:before {
content: "\e928";
}
.jltma-material-icon-snooze:before {
content: "\e929";
}
.jltma-material-icon-stop:before {
content: "\e92a";
}
.jltma-material-icon-subtitles:before {
content: "\e92b";
}
.jltma-material-icon-surround_sound:before {
content: "\e92c";
}
.jltma-material-icon-video_collection:before {
content: "\e92d";
}
.jltma-material-icon-videocam:before {
content: "\e92e";
}
.jltma-material-icon-videocam_off:before {
content: "\e92f";
}
.jltma-material-icon-volume_down:before {
content: "\e930";
}
.jltma-material-icon-volume_mute:before {
content: "\e931";
}
.jltma-material-icon-volume_off:before {
content: "\e932";
}
.jltma-material-icon-volume_up:before {
content: "\e933";
}
.jltma-material-icon-web:before {
content: "\e934";
}
.jltma-material-icon-hd:before {
content: "\e935";
}
.jltma-material-icon-sort_by_alpha:before {
content: "\e936";
}
.jltma-material-icon-airplay:before {
content: "\e937";
}
.jltma-material-icon-forward_10:before {
content: "\e938";
}
.jltma-material-icon-forward_30:before {
content: "\e939";
}
.jltma-material-icon-forward_5:before {
content: "\e93a";
}
.jltma-material-icon-replay_10:before {
content: "\e93b";
}
.jltma-material-icon-replay_30:before {
content: "\e93c";
}
.jltma-material-icon-replay_5:before {
content: "\e93d";
}
.jltma-material-icon-add_to_queue:before {
content: "\e93e";
}
.jltma-material-icon-fiber_dvr:before {
content: "\e93f";
}
.jltma-material-icon-fiber_new:before {
content: "\e940";
}
.jltma-material-icon-playlist_play:before {
content: "\e941";
}
.jltma-material-icon-art_track:before {
content: "\e942";
}
.jltma-material-icon-fiber_manual_record:before {
content: "\e943";
}
.jltma-material-icon-fiber_smart_record:before {
content: "\e944";
}
.jltma-material-icon-music_video:before {
content: "\e945";
}
.jltma-material-icon-subscriptions:before {
content: "\e946";
}
.jltma-material-icon-playlist_add_check:before {
content: "\e947";
}
.jltma-material-icon-queue_play_next:before {
content: "\e948";
}
.jltma-material-icon-remove_from_queue:before {
content: "\e949";
}
.jltma-material-icon-slow_motion_video:before {
content: "\e94a";
}
.jltma-material-icon-web_asset:before {
content: "\e94b";
}
.jltma-material-icon-fiber_pin:before {
content: "\e94c";
}
.jltma-material-icon-branding_watermark:before {
content: "\e94d";
}
.jltma-material-icon-call_to_action:before {
content: "\e94e";
}
.jltma-material-icon-featured_play_list:before {
content: "\e94f";
}
.jltma-material-icon-featured_video:before {
content: "\e950";
}
.jltma-material-icon-note:before {
content: "\e951";
}
.jltma-material-icon-video_call:before {
content: "\e952";
}
.jltma-material-icon-video_label:before {
content: "\e953";
}
.jltma-material-icon-4k:before {
content: "\e954";
}
.jltma-material-icon-missed_video_call:before {
content: "\e955";
}
.jltma-material-icon-control_camera:before {
content: "\e956";
}
.jltma-material-icon-business:before {
content: "\e957";
}
.jltma-material-icon-call:before {
content: "\e958";
}
.jltma-material-icon-call_end:before {
content: "\e959";
}
.jltma-material-icon-call_made:before {
content: "\e95a";
}
.jltma-material-icon-call_merge:before {
content: "\e95b";
}
.jltma-material-icon-call_missed:before {
content: "\e95c";
}
.jltma-material-icon-call_received:before {
content: "\e95d";
}
.jltma-material-icon-call_split:before {
content: "\e95e";
}
.jltma-material-icon-chat:before {
content: "\e95f";
}
.jltma-material-icon-clear_all:before {
content: "\e960";
}
.jltma-material-icon-comment:before {
content: "\e961";
}
.jltma-material-icon-contacts:before {
content: "\e962";
}
.jltma-material-icon-dialer_sip:before {
content: "\e963";
}
.jltma-material-icon-dialpad:before {
content: "\e964";
}
.jltma-material-icon-email:before {
content: "\e965";
}
.jltma-material-icon-forum:before {
content: "\e966";
}
.jltma-material-icon-import_export:before {
content: "\e967";
}
.jltma-material-icon-invert_colors_off:before {
content: "\e968";
}
.jltma-material-icon-live_help:before {
content: "\e969";
}
.jltma-material-icon-location_off:before {
content: "\e96a";
}
.jltma-material-icon-location_on:before {
content: "\e96b";
}
.jltma-material-icon-message:before {
content: "\e96c";
}
.jltma-material-icon-chat_bubble:before {
content: "\e96d";
}
.jltma-material-icon-chat_bubble_outline:before {
content: "\e96e";
}
.jltma-material-icon-no_sim:before {
content: "\e96f";
}
.jltma-material-icon-phone:before {
content: "\e970";
}
.jltma-material-icon-portable_wifi_off:before {
content: "\e971";
}
.jltma-material-icon-contact_phone:before {
content: "\e972";
}
.jltma-material-icon-contact_mail:before {
content: "\e973";
}
.jltma-material-icon-ring_volume:before {
content: "\e974";
}
.jltma-material-icon-speaker_phone:before {
content: "\e975";
}
.jltma-material-icon-stay_current_landscape:before {
content: "\e976";
}
.jltma-material-icon-stay_current_portrait:before {
content: "\e977";
}
.jltma-material-icon-swap_calls:before {
content: "\e978";
}
.jltma-material-icon-textsms:before {
content: "\e979";
}
.jltma-material-icon-voicemail:before {
content: "\e97a";
}
.jltma-material-icon-vpn_key:before {
content: "\e97b";
}
.jltma-material-icon-phonelink_erase:before {
content: "\e97c";
}
.jltma-material-icon-phonelink_lock:before {
content: "\e97d";
}
.jltma-material-icon-phonelink_ring:before {
content: "\e97e";
}
.jltma-material-icon-phonelink_setup:before {
content: "\e97f";
}
.jltma-material-icon-present_to_all:before {
content: "\e980";
}
.jltma-material-icon-import_contacts:before {
content: "\e981";
}
.jltma-material-icon-mail_outline:before {
content: "\e982";
}
.jltma-material-icon-screen_share:before {
content: "\e983";
}
.jltma-material-icon-stop_screen_share:before {
content: "\e984";
}
.jltma-material-icon-call_missed_outgoing:before {
content: "\e985";
}
.jltma-material-icon-rss_feed:before {
content: "\e986";
}
.jltma-material-icon-alternate_email:before {
content: "\e987";
}
.jltma-material-icon-mobile_screen_share:before {
content: "\e988";
}
.jltma-material-icon-add_call:before {
content: "\e989";
}
.jltma-material-icon-cancel_presentation:before {
content: "\e98a";
}
.jltma-material-icon-pause_presentation:before {
content: "\e98b";
}
.jltma-material-icon-unsubscribe:before {
content: "\e98c";
}
.jltma-material-icon-cell_wifi:before {
content: "\e98d";
}
.jltma-material-icon-sentiment_satisfied_alt:before {
content: "\e98e";
}
.jltma-material-icon-list_alt:before {
content: "\e98f";
}
.jltma-material-icon-domain_disabled:before {
content: "\e990";
}
.jltma-material-icon-lightbulb:before {
content: "\e991";
}
.jltma-material-icon-add:before {
content: "\e992";
}
.jltma-material-icon-add_box:before {
content: "\e993";
}
.jltma-material-icon-add_circle:before {
content: "\e994";
}
.jltma-material-icon-add_circle_outline:before {
content: "\e995";
}
.jltma-material-icon-archive:before {
content: "\e996";
}
.jltma-material-icon-backspace:before {
content: "\e997";
}
.jltma-material-icon-block:before {
content: "\e998";
}
.jltma-material-icon-clear:before {
content: "\e999";
}
.jltma-material-icon-content_copy:before {
content: "\e99a";
}
.jltma-material-icon-content_cut:before {
content: "\e99b";
}
.jltma-material-icon-content_paste:before {
content: "\e99c";
}
.jltma-material-icon-create:before {
content: "\e99d";
}
.jltma-material-icon-drafts:before {
content: "\e99e";
}
.jltma-material-icon-filter_list:before {
content: "\e99f";
}
.jltma-material-icon-flag:before {
content: "\e9a0";
}
.jltma-material-icon-forward:before {
content: "\e9a1";
}
.jltma-material-icon-gesture:before {
content: "\e9a2";
}
.jltma-material-icon-inbox:before {
content: "\e9a3";
}
.jltma-material-icon-link:before {
content: "\e9a4";
}
.jltma-material-icon-redo:before {
content: "\e9a5";
}
.jltma-material-icon-remove:before {
content: "\e9a6";
}
.jltma-material-icon-remove_circle:before {
content: "\e9a7";
}
.jltma-material-icon-remove_circle_outline:before {
content: "\e9a8";
}
.jltma-material-icon-reply:before {
content: "\e9a9";
}
.jltma-material-icon-reply_all:before {
content: "\e9aa";
}
.jltma-material-icon-report:before {
content: "\e9ab";
}
.jltma-material-icon-save:before {
content: "\e9ac";
}
.jltma-material-icon-select_all:before {
content: "\e9ad";
}
.jltma-material-icon-send:before {
content: "\e9ae";
}
.jltma-material-icon-sort:before {
content: "\e9af";
}
.jltma-material-icon-text_format:before {
content: "\e9b0";
}
.jltma-material-icon-undo:before {
content: "\e9b1";
}
.jltma-material-icon-font_download:before {
content: "\e9b2";
}
.jltma-material-icon-move_to_inbox:before {
content: "\e9b3";
}
.jltma-material-icon-unarchive:before {
content: "\e9b4";
}
.jltma-material-icon-next_week:before {
content: "\e9b5";
}
.jltma-material-icon-weekend:before {
content: "\e9b6";
}
.jltma-material-icon-delete_sweep:before {
content: "\e9b7";
}
.jltma-material-icon-low_priority:before {
content: "\e9b8";
}
.jltma-material-icon-outlined_flag:before {
content: "\e9b9";
}
.jltma-material-icon-link_off:before {
content: "\e9ba";
}
.jltma-material-icon-report_off:before {
content: "\e9bb";
}
.jltma-material-icon-save_alt:before {
content: "\e9bc";
}
.jltma-material-icon-ballot:before {
content: "\e9bd";
}
.jltma-material-icon-file_copy:before {
content: "\e9be";
}
.jltma-material-icon-how_to_reg:before {
content: "\e9bf";
}
.jltma-material-icon-how_to_vote:before {
content: "\e9c0";
}
.jltma-material-icon-waves:before {
content: "\e9c1";
}
.jltma-material-icon-where_to_vote:before {
content: "\e9c2";
}
.jltma-material-icon-add_link:before {
content: "\e9c3";
}
.jltma-material-icon-inventory:before {
content: "\e9c4";
}
.jltma-material-icon-access_alarm:before {
content: "\e9c5";
}
.jltma-material-icon-access_alarms:before {
content: "\e9c6";
}
.jltma-material-icon-access_time:before {
content: "\e9c7";
}
.jltma-material-icon-add_alarm:before {
content: "\e9c8";
}
.jltma-material-icon-airplanemode_inactive:before {
content: "\e9c9";
}
.jltma-material-icon-airplanemode_active:before {
content: "\e9ca";
}
.jltma-material-icon-battery_alert:before {
content: "\e9cb";
}
.jltma-material-icon-battery_charging_full:before {
content: "\e9cc";
}
.jltma-material-icon-battery_full:before {
content: "\e9cd";
}
.jltma-material-icon-battery_unknown:before {
content: "\e9ce";
}
.jltma-material-icon-bluetooth:before {
content: "\e9cf";
}
.jltma-material-icon-bluetooth_connected:before {
content: "\e9d0";
}
.jltma-material-icon-bluetooth_disabled:before {
content: "\e9d1";
}
.jltma-material-icon-bluetooth_searching:before {
content: "\e9d2";
}
.jltma-material-icon-brightness_auto:before {
content: "\e9d3";
}
.jltma-material-icon-brightness_high:before {
content: "\e9d4";
}
.jltma-material-icon-brightness_low:before {
content: "\e9d5";
}
.jltma-material-icon-brightness_medium:before {
content: "\e9d6";
}
.jltma-material-icon-data_usage:before {
content: "\e9d7";
}
.jltma-material-icon-developer_mode:before {
content: "\e9d8";
}
.jltma-material-icon-devices:before {
content: "\e9d9";
}
.jltma-material-icon-dvr:before {
content: "\e9da";
}
.jltma-material-icon-gps_fixed:before {
content: "\e9db";
}
.jltma-material-icon-gps_not_fixed:before {
content: "\e9dc";
}
.jltma-material-icon-gps_off:before {
content: "\e9dd";
}
.jltma-material-icon-graphic_eq:before {
content: "\e9de";
}
.jltma-material-icon-network_cell:before {
content: "\e9df";
}
.jltma-material-icon-network_wifi:before {
content: "\e9e0";
}
.jltma-material-icon-nfc:before {
content: "\e9e1";
}
.jltma-material-icon-now_wallpaper:before {
content: "\e9e2";
}
.jltma-material-icon-now_widgets:before {
content: "\e9e3";
}
.jltma-material-icon-screen_lock_landscape:before {
content: "\e9e4";
}
.jltma-material-icon-screen_lock_portrait:before {
content: "\e9e5";
}
.jltma-material-icon-screen_lock_rotation:before {
content: "\e9e6";
}
.jltma-material-icon-screen_rotation:before {
content: "\e9e7";
}
.jltma-material-icon-sd_storage:before {
content: "\e9e8";
}
.jltma-material-icon-settings_system_daydream:before {
content: "\e9e9";
}
.jltma-material-icon-signal_cellular_4_bar:before {
content: "\e9ea";
}
.jltma-material-icon-signal_cellular_connected_no_internet_4_bar:before {
content: "\e9eb";
}
.jltma-material-icon-signal_cellular_null:before {
content: "\e9ec";
}
.jltma-material-icon-signal_cellular_off:before {
content: "\e9ed";
}
.jltma-material-icon-signal_wifi_4_bar:before {
content: "\e9ee";
}
.jltma-material-icon-signal_wifi_4_bar_lock:before {
content: "\e9ef";
}
.jltma-material-icon-signal_wifi_off:before {
content: "\e9f0";
}
.jltma-material-icon-storage:before {
content: "\e9f1";
}
.jltma-material-icon-usb:before {
content: "\e9f2";
}
.jltma-material-icon-wifi_lock:before {
content: "\e9f3";
}
.jltma-material-icon-wifi_tethering:before {
content: "\e9f4";
}
.jltma-material-icon-add_to_home_screen:before {
content: "\e9f5";
}
.jltma-material-icon-device_thermostat:before {
content: "\e9f6";
}
.jltma-material-icon-mobile_friendly:before {
content: "\e9f7";
}
.jltma-material-icon-mobile_off:before {
content: "\e9f8";
}
.jltma-material-icon-signal_cellular_alt:before {
content: "\e9f9";
}
.jltma-material-icon-attach_file:before {
content: "\e9fa";
}
.jltma-material-icon-attach_money:before {
content: "\e9fb";
}
.jltma-material-icon-border_all:before {
content: "\e9fc";
}
.jltma-material-icon-border_bottom:before {
content: "\e9fd";
}
.jltma-material-icon-border_clear:before {
content: "\e9fe";
}
.jltma-material-icon-border_color:before {
content: "\e9ff";
}
.jltma-material-icon-border_horizontal:before {
content: "\ea00";
}
.jltma-material-icon-border_inner:before {
content: "\ea01";
}
.jltma-material-icon-border_left:before {
content: "\ea02";
}
.jltma-material-icon-border_outer:before {
content: "\ea03";
}
.jltma-material-icon-border_right:before {
content: "\ea04";
}
.jltma-material-icon-border_style:before {
content: "\ea05";
}
.jltma-material-icon-border_top:before {
content: "\ea06";
}
.jltma-material-icon-border_vertical:before {
content: "\ea07";
}
.jltma-material-icon-format_align_center:before {
content: "\ea08";
}
.jltma-material-icon-format_align_justify:before {
content: "\ea09";
}
.jltma-material-icon-format_align_left:before {
content: "\ea0a";
}
.jltma-material-icon-format_align_right:before {
content: "\ea0b";
}
.jltma-material-icon-format_bold:before {
content: "\ea0c";
}
.jltma-material-icon-format_clear:before {
content: "\ea0d";
}
.jltma-material-icon-format_color_fill:before {
content: "\ea0e";
}
.jltma-material-icon-format_color_reset:before {
content: "\ea0f";
}
.jltma-material-icon-format_color_text:before {
content: "\ea10";
}
.jltma-material-icon-format_indent_decrease:before {
content: "\ea11";
}
.jltma-material-icon-format_indent_increase:before {
content: "\ea12";
}
.jltma-material-icon-format_italic:before {
content: "\ea13";
}
.jltma-material-icon-format_line_spacing:before {
content: "\ea14";
}
.jltma-material-icon-format_list_bulleted:before {
content: "\ea15";
}
.jltma-material-icon-format_list_numbered:before {
content: "\ea16";
}
.jltma-material-icon-format_paint:before {
content: "\ea17";
}
.jltma-material-icon-format_quote:before {
content: "\ea18";
}
.jltma-material-icon-format_size:before {
content: "\ea19";
}
.jltma-material-icon-format_strikethrough:before {
content: "\ea1a";
}
.jltma-material-icon-format_textdirection_l_to_r:before {
content: "\ea1b";
}
.jltma-material-icon-format_textdirection_r_to_l:before {
content: "\ea1c";
}
.jltma-material-icon-format_underlined:before {
content: "\ea1d";
}
.jltma-material-icon-functions:before {
content: "\ea1e";
}
.jltma-material-icon-insert_chart:before {
content: "\ea1f";
}
.jltma-material-icon-insert_comment:before {
content: "\ea20";
}
.jltma-material-icon-insert_drive_file:before {
content: "\ea21";
}
.jltma-material-icon-insert_emoticon:before {
content: "\ea22";
}
.jltma-material-icon-insert_invitation:before {
content: "\ea23";
}
.jltma-material-icon-insert_photo:before {
content: "\ea24";
}
.jltma-material-icon-mode_comment:before {
content: "\ea25";
}
.jltma-material-icon-publish:before {
content: "\ea26";
}
.jltma-material-icon-space_bar:before {
content: "\ea27";
}
.jltma-material-icon-strikethrough_s:before {
content: "\ea28";
}
.jltma-material-icon-vertical_align_bottom:before {
content: "\ea29";
}
.jltma-material-icon-vertical_align_center:before {
content: "\ea2a";
}
.jltma-material-icon-vertical_align_top:before {
content: "\ea2b";
}
.jltma-material-icon-wrap_text:before {
content: "\ea2c";
}
.jltma-material-icon-money_off:before {
content: "\ea2d";
}
.jltma-material-icon-drag_handle:before {
content: "\ea2e";
}
.jltma-material-icon-format_shapes:before {
content: "\ea2f";
}
.jltma-material-icon-highlight:before {
content: "\ea30";
}
.jltma-material-icon-linear_scale:before {
content: "\ea31";
}
.jltma-material-icon-short_text:before {
content: "\ea32";
}
.jltma-material-icon-text_fields:before {
content: "\ea33";
}
.jltma-material-icon-monetization_on:before {
content: "\ea34";
}
.jltma-material-icon-title:before {
content: "\ea35";
}
.jltma-material-icon-table_chart:before {
content: "\ea36";
}
.jltma-material-icon-add_comment:before {
content: "\ea37";
}
.jltma-material-icon-format_list_numbered_rtl:before {
content: "\ea38";
}
.jltma-material-icon-scatter_plot:before {
content: "\ea39";
}
.jltma-material-icon-score:before {
content: "\ea3a";
}
.jltma-material-icon-insert_chart_outlined:before {
content: "\ea3b";
}
.jltma-material-icon-bar_chart:before {
content: "\ea3c";
}
.jltma-material-icon-notes:before {
content: "\ea3d";
}
.jltma-material-icon-attachment:before {
content: "\ea3e";
}
.jltma-material-icon-cloud:before {
content: "\ea3f";
}
.jltma-material-icon-cloud_circle:before {
content: "\ea40";
}
.jltma-material-icon-cloud_done:before {
content: "\ea41";
}
.jltma-material-icon-cloud_download:before {
content: "\ea42";
}
.jltma-material-icon-cloud_off:before {
content: "\ea43";
}
.jltma-material-icon-cloud_queue:before {
content: "\ea44";
}
.jltma-material-icon-cloud_upload:before {
content: "\ea45";
}
.jltma-material-icon-file_download:before {
content: "\ea46";
}
.jltma-material-icon-file_upload:before {
content: "\ea47";
}
.jltma-material-icon-folder:before {
content: "\ea48";
}
.jltma-material-icon-folder_open:before {
content: "\ea49";
}
.jltma-material-icon-folder_shared:before {
content: "\ea4a";
}
.jltma-material-icon-create_new_folder:before {
content: "\ea4b";
}
.jltma-material-icon-cast:before {
content: "\ea4c";
}
.jltma-material-icon-cast_connected:before {
content: "\ea4d";
}
.jltma-material-icon-computer:before {
content: "\ea4e";
}
.jltma-material-icon-desktop_mac:before {
content: "\ea4f";
}
.jltma-material-icon-desktop_windows:before {
content: "\ea50";
}
.jltma-material-icon-developer_board:before {
content: "\ea51";
}
.jltma-material-icon-dock:before {
content: "\ea52";
}
.jltma-material-icon-headset:before {
content: "\ea53";
}
.jltma-material-icon-headset_mic:before {
content: "\ea54";
}
.jltma-material-icon-keyboard:before {
content: "\ea55";
}
.jltma-material-icon-keyboard_arrow_down:before {
content: "\ea56";
}
.jltma-material-icon-keyboard_arrow_left:before {
content: "\ea57";
}
.jltma-material-icon-keyboard_arrow_right:before {
content: "\ea58";
}
.jltma-material-icon-keyboard_arrow_up:before {
content: "\ea59";
}
.jltma-material-icon-keyboard_backspace:before {
content: "\ea5a";
}
.jltma-material-icon-keyboard_capslock:before {
content: "\ea5b";
}
.jltma-material-icon-keyboard_hide:before {
content: "\ea5c";
}
.jltma-material-icon-keyboard_return:before {
content: "\ea5d";
}
.jltma-material-icon-keyboard_tab:before {
content: "\ea5e";
}
.jltma-material-icon-keyboard_voice:before {
content: "\ea5f";
}
.jltma-material-icon-laptop_chromebook:before {
content: "\ea60";
}
.jltma-material-icon-laptop_mac:before {
content: "\ea61";
}
.jltma-material-icon-laptop_windows:before {
content: "\ea62";
}
.jltma-material-icon-memory:before {
content: "\ea63";
}
.jltma-material-icon-mouse:before {
content: "\ea64";
}
.jltma-material-icon-phone_android:before {
content: "\ea65";
}
.jltma-material-icon-phone_iphone:before {
content: "\ea66";
}
.jltma-material-icon-phonelink_off:before {
content: "\ea67";
}
.jltma-material-icon-router:before {
content: "\ea68";
}
.jltma-material-icon-scanner:before {
content: "\ea69";
}
.jltma-material-icon-security:before {
content: "\ea6a";
}
.jltma-material-icon-sim_card:before {
content: "\ea6b";
}
.jltma-material-icon-speaker:before {
content: "\ea6c";
}
.jltma-material-icon-speaker_group:before {
content: "\ea6d";
}
.jltma-material-icon-tablet:before {
content: "\ea6e";
}
.jltma-material-icon-tablet_android:before {
content: "\ea6f";
}
.jltma-material-icon-tablet_mac:before {
content: "\ea70";
}
.jltma-material-icon-toys:before {
content: "\ea71";
}
.jltma-material-icon-tv:before {
content: "\ea72";
}
.jltma-material-icon-watch:before {
content: "\ea73";
}
.jltma-material-icon-device_hub:before {
content: "\ea74";
}
.jltma-material-icon-power_input:before {
content: "\ea75";
}
.jltma-material-icon-devices_other:before {
content: "\ea76";
}
.jltma-material-icon-videogame_asset:before {
content: "\ea77";
}
.jltma-material-icon-device_unknown:before {
content: "\ea78";
}
.jltma-material-icon-headset_off:before {
content: "\ea79";
}
.jltma-material-icon-adjust:before {
content: "\ea7a";
}
.jltma-material-icon-assistant:before {
content: "\ea7b";
}
.jltma-material-icon-audiotrack:before {
content: "\ea7c";
}
.jltma-material-icon-blur_circular:before {
content: "\ea7d";
}
.jltma-material-icon-blur_linear:before {
content: "\ea7e";
}
.jltma-material-icon-blur_off:before {
content: "\ea7f";
}
.jltma-material-icon-blur_on:before {
content: "\ea80";
}
.jltma-material-icon-brightness_1:before {
content: "\ea81";
}
.jltma-material-icon-brightness_2:before {
content: "\ea82";
}
.jltma-material-icon-brightness_3:before {
content: "\ea83";
}
.jltma-material-icon-brightness_4:before {
content: "\ea84";
}
.jltma-material-icon-broken_image:before {
content: "\ea85";
}
.jltma-material-icon-brush:before {
content: "\ea86";
}
.jltma-material-icon-camera:before {
content: "\ea87";
}
.jltma-material-icon-camera_alt:before {
content: "\ea88";
}
.jltma-material-icon-camera_front:before {
content: "\ea89";
}
.jltma-material-icon-camera_rear:before {
content: "\ea8a";
}
.jltma-material-icon-camera_roll:before {
content: "\ea8b";
}
.jltma-material-icon-center_focus_strong:before {
content: "\ea8c";
}
.jltma-material-icon-center_focus_weak:before {
content: "\ea8d";
}
.jltma-material-icon-collections:before {
content: "\ea8e";
}
.jltma-material-icon-color_lens:before {
content: "\ea8f";
}
.jltma-material-icon-colorize:before {
content: "\ea90";
}
.jltma-material-icon-compare:before {
content: "\ea91";
}
.jltma-material-icon-control_point_duplicate:before {
content: "\ea92";
}
.jltma-material-icon-crop_16_9:before {
content: "\ea93";
}
.jltma-material-icon-crop_3_2:before {
content: "\ea94";
}
.jltma-material-icon-crop:before {
content: "\ea95";
}
.jltma-material-icon-crop_5_4:before {
content: "\ea96";
}
.jltma-material-icon-crop_7_5:before {
content: "\ea97";
}
.jltma-material-icon-crop_din:before {
content: "\ea98";
}
.jltma-material-icon-crop_free:before {
content: "\ea99";
}
.jltma-material-icon-crop_original:before {
content: "\ea9a";
}
.jltma-material-icon-crop_portrait:before {
content: "\ea9b";
}
.jltma-material-icon-crop_square:before {
content: "\ea9c";
}
.jltma-material-icon-dehaze:before {
content: "\ea9d";
}
.jltma-material-icon-details:before {
content: "\ea9e";
}
.jltma-material-icon-exposure:before {
content: "\ea9f";
}
.jltma-material-icon-exposure_minus_1:before {
content: "\eaa0";
}
.jltma-material-icon-exposure_minus_2:before {
content: "\eaa1";
}
.jltma-material-icon-exposure_plus_1:before {
content: "\eaa2";
}
.jltma-material-icon-exposure_plus_2:before {
content: "\eaa3";
}
.jltma-material-icon-exposure_zero:before {
content: "\eaa4";
}
.jltma-material-icon-filter_1:before {
content: "\eaa5";
}
.jltma-material-icon-filter_2:before {
content: "\eaa6";
}
.jltma-material-icon-filter_3:before {
content: "\eaa7";
}
.jltma-material-icon-filter:before {
content: "\eaa8";
}
.jltma-material-icon-filter_4:before {
content: "\eaa9";
}
.jltma-material-icon-filter_5:before {
content: "\eaaa";
}
.jltma-material-icon-filter_6:before {
content: "\eaab";
}
.jltma-material-icon-filter_7:before {
content: "\eaac";
}
.jltma-material-icon-filter_8:before {
content: "\eaad";
}
.jltma-material-icon-filter_9:before {
content: "\eaae";
}
.jltma-material-icon-filter_9_plus:before {
content: "\eaaf";
}
.jltma-material-icon-filter_b_and_w:before {
content: "\eab0";
}
.jltma-material-icon-filter_center_focus:before {
content: "\eab1";
}
.jltma-material-icon-filter_drama:before {
content: "\eab2";
}
.jltma-material-icon-filter_frames:before {
content: "\eab3";
}
.jltma-material-icon-filter_hdr:before {
content: "\eab4";
}
.jltma-material-icon-filter_none:before {
content: "\eab5";
}
.jltma-material-icon-filter_tilt_shift:before {
content: "\eab6";
}
.jltma-material-icon-filter_vintage:before {
content: "\eab7";
}
.jltma-material-icon-flare:before {
content: "\eab8";
}
.jltma-material-icon-flash_auto:before {
content: "\eab9";
}
.jltma-material-icon-flash_off:before {
content: "\eaba";
}
.jltma-material-icon-flash_on:before {
content: "\eabb";
}
.jltma-material-icon-flip:before {
content: "\eabc";
}
.jltma-material-icon-gradient:before {
content: "\eabd";
}
.jltma-material-icon-grain:before {
content: "\eabe";
}
.jltma-material-icon-grid_off:before {
content: "\eabf";
}
.jltma-material-icon-grid_on:before {
content: "\eac0";
}
.jltma-material-icon-hdr_off:before {
content: "\eac1";
}
.jltma-material-icon-hdr_on:before {
content: "\eac2";
}
.jltma-material-icon-hdr_strong:before {
content: "\eac3";
}
.jltma-material-icon-hdr_weak:before {
content: "\eac4";
}
.jltma-material-icon-healing:before {
content: "\eac5";
}
.jltma-material-icon-image_aspect_ratio:before {
content: "\eac6";
}
.jltma-material-icon-iso:before {
content: "\eac7";
}
.jltma-material-icon-leak_add:before {
content: "\eac8";
}
.jltma-material-icon-leak_remove:before {
content: "\eac9";
}
.jltma-material-icon-lens:before {
content: "\eaca";
}
.jltma-material-icon-looks_3:before {
content: "\eacb";
}
.jltma-material-icon-looks:before {
content: "\eacc";
}
.jltma-material-icon-looks_4:before {
content: "\eacd";
}
.jltma-material-icon-looks_5:before {
content: "\eace";
}
.jltma-material-icon-looks_6:before {
content: "\eacf";
}
.jltma-material-icon-looks_one:before {
content: "\ead0";
}
.jltma-material-icon-looks_two:before {
content: "\ead1";
}
.jltma-material-icon-loupe:before {
content: "\ead2";
}
.jltma-material-icon-monochrome_photos:before {
content: "\ead3";
}
.jltma-material-icon-music_note:before {
content: "\ead4";
}
.jltma-material-icon-nature:before {
content: "\ead5";
}
.jltma-material-icon-nature_people:before {
content: "\ead6";
}
.jltma-material-icon-navigate_before:before {
content: "\ead7";
}
.jltma-material-icon-navigate_next:before {
content: "\ead8";
}
.jltma-material-icon-panorama:before {
content: "\ead9";
}
.jltma-material-icon-panorama_fish_eye:before {
content: "\eada";
}
.jltma-material-icon-panorama_horizontal:before {
content: "\eadb";
}
.jltma-material-icon-panorama_vertical:before {
content: "\eadc";
}
.jltma-material-icon-panorama_wide_angle:before {
content: "\eadd";
}
.jltma-material-icon-photo_album:before {
content: "\eade";
}
.jltma-material-icon-picture_as_pdf:before {
content: "\eadf";
}
.jltma-material-icon-portrait:before {
content: "\eae0";
}
.jltma-material-icon-remove_red_eye:before {
content: "\eae1";
}
.jltma-material-icon-rotate_90_degrees_ccw:before {
content: "\eae2";
}
.jltma-material-icon-rotate_left:before {
content: "\eae3";
}
.jltma-material-icon-rotate_right:before {
content: "\eae4";
}
.jltma-material-icon-slideshow:before {
content: "\eae5";
}
.jltma-material-icon-straighten:before {
content: "\eae6";
}
.jltma-material-icon-style:before {
content: "\eae7";
}
.jltma-material-icon-switch_camera:before {
content: "\eae8";
}
.jltma-material-icon-switch_video:before {
content: "\eae9";
}
.jltma-material-icon-texture:before {
content: "\eaea";
}
.jltma-material-icon-timelapse:before {
content: "\eaeb";
}
.jltma-material-icon-timer_10:before {
content: "\eaec";
}
.jltma-material-icon-timer_3:before {
content: "\eaed";
}
.jltma-material-icon-timer:before {
content: "\eaee";
}
.jltma-material-icon-timer_off:before {
content: "\eaef";
}
.jltma-material-icon-tonality:before {
content: "\eaf0";
}
.jltma-material-icon-transform:before {
content: "\eaf1";
}
.jltma-material-icon-tune:before {
content: "\eaf2";
}
.jltma-material-icon-view_comfortable:before {
content: "\eaf3";
}
.jltma-material-icon-view_compact:before {
content: "\eaf4";
}
.jltma-material-icon-wb_auto:before {
content: "\eaf5";
}
.jltma-material-icon-wb_cloudy:before {
content: "\eaf6";
}
.jltma-material-icon-wb_incandescent:before {
content: "\eaf7";
}
.jltma-material-icon-wb_sunny:before {
content: "\eaf8";
}
.jltma-material-icon-collections_bookmark:before {
content: "\eaf9";
}
.jltma-material-icon-photo_size_select_actual:before {
content: "\eafa";
}
.jltma-material-icon-photo_size_select_large:before {
content: "\eafb";
}
.jltma-material-icon-photo_size_select_small:before {
content: "\eafc";
}
.jltma-material-icon-vignette:before {
content: "\eafd";
}
.jltma-material-icon-wb_iridescent:before {
content: "\eafe";
}
.jltma-material-icon-crop_rotate:before {
content: "\eaff";
}
.jltma-material-icon-linked_camera:before {
content: "\eb00";
}
.jltma-material-icon-add_a_photo:before {
content: "\eb01";
}
.jltma-material-icon-movie_filter:before {
content: "\eb02";
}
.jltma-material-icon-photo_filter:before {
content: "\eb03";
}
.jltma-material-icon-burst_mode:before {
content: "\eb04";
}
.jltma-material-icon-shutter_speed:before {
content: "\eb05";
}
.jltma-material-icon-add_photo_alternate:before {
content: "\eb06";
}
.jltma-material-icon-image_search:before {
content: "\eb07";
}
.jltma-material-icon-music_off:before {
content: "\eb08";
}
.jltma-material-icon-beenhere:before {
content: "\eb09";
}
.jltma-material-icon-directions:before {
content: "\eb0a";
}
.jltma-material-icon-directions_bike:before {
content: "\eb0b";
}
.jltma-material-icon-directions_bus:before {
content: "\eb0c";
}
.jltma-material-icon-directions_car:before {
content: "\eb0d";
}
.jltma-material-icon-directions_ferry:before {
content: "\eb0e";
}
.jltma-material-icon-directions_subway:before {
content: "\eb0f";
}
.jltma-material-icon-directions_railway:before {
content: "\eb10";
}
.jltma-material-icon-directions_walk:before {
content: "\eb11";
}
.jltma-material-icon-hotel:before {
content: "\eb12";
}
.jltma-material-icon-layers:before {
content: "\eb13";
}
.jltma-material-icon-layers_clear:before {
content: "\eb14";
}
.jltma-material-icon-local_atm:before {
content: "\eb15";
}
.jltma-material-icon-local_attraction:before {
content: "\eb16";
}
.jltma-material-icon-local_bar:before {
content: "\eb17";
}
.jltma-material-icon-local_cafe:before {
content: "\eb18";
}
.jltma-material-icon-local_car_wash:before {
content: "\eb19";
}
.jltma-material-icon-local_convenience_store:before {
content: "\eb1a";
}
.jltma-material-icon-local_drink:before {
content: "\eb1b";
}
.jltma-material-icon-local_florist:before {
content: "\eb1c";
}
.jltma-material-icon-local_gas_station:before {
content: "\eb1d";
}
.jltma-material-icon-local_grocery_store:before {
content: "\eb1e";
}
.jltma-material-icon-local_hospital:before {
content: "\eb1f";
}
.jltma-material-icon-local_laundry_service:before {
content: "\eb20";
}
.jltma-material-icon-local_library:before {
content: "\eb21";
}
.jltma-material-icon-local_mall:before {
content: "\eb22";
}
.jltma-material-icon-local_movies:before {
content: "\eb23";
}
.jltma-material-icon-local_offer:before {
content: "\eb24";
}
.jltma-material-icon-local_parking:before {
content: "\eb25";
}
.jltma-material-icon-local_pharmacy:before {
content: "\eb26";
}
.jltma-material-icon-local_pizza:before {
content: "\eb27";
}
.jltma-material-icon-local_print_shop:before {
content: "\eb28";
}
.jltma-material-icon-local_restaurant:before {
content: "\eb29";
}
.jltma-material-icon-local_shipping:before {
content: "\eb2a";
}
.jltma-material-icon-local_taxi:before {
content: "\eb2b";
}
.jltma-material-icon-location_history:before {
content: "\eb2c";
}
.jltma-material-icon-map:before {
content: "\eb2d";
}
.jltma-material-icon-navigation:before {
content: "\eb2e";
}
.jltma-material-icon-pin_drop:before {
content: "\eb2f";
}
.jltma-material-icon-rate_review:before {
content: "\eb30";
}
.jltma-material-icon-satellite:before {
content: "\eb31";
}
.jltma-material-icon-store_mall_directory:before {
content: "\eb32";
}
.jltma-material-icon-traffic:before {
content: "\eb33";
}
.jltma-material-icon-directions_run:before {
content: "\eb34";
}
.jltma-material-icon-add_location:before {
content: "\eb35";
}
.jltma-material-icon-edit_location:before {
content: "\eb36";
}
.jltma-material-icon-near_me:before {
content: "\eb37";
}
.jltma-material-icon-person_pin_circle:before {
content: "\eb38";
}
.jltma-material-icon-zoom_out_map:before {
content: "\eb39";
}
.jltma-material-icon-restaurant:before {
content: "\eb3a";
}
.jltma-material-icon-ev_station:before {
content: "\eb3b";
}
.jltma-material-icon-streetview:before {
content: "\eb3c";
}
.jltma-material-icon-subway:before {
content: "\eb3d";
}
.jltma-material-icon-train:before {
content: "\eb3e";
}
.jltma-material-icon-tram:before {
content: "\eb3f";
}
.jltma-material-icon-transfer_within_a_station:before {
content: "\eb40";
}
.jltma-material-icon-atm:before {
content: "\eb41";
}
.jltma-material-icon-category:before {
content: "\eb42";
}
.jltma-material-icon-not_listed_location:before {
content: "\eb43";
}
.jltma-material-icon-departure_board:before {
content: "\eb44";
}
.jltma-material-icon-360:before {
content: "\eb45";
}
.jltma-material-icon-edit_attributes:before {
content: "\eb46";
}
.jltma-material-icon-transit_enterexit:before {
content: "\eb47";
}
.jltma-material-icon-fastfood:before {
content: "\eb48";
}
.jltma-material-icon-trip_origin:before {
content: "\eb49";
}
.jltma-material-icon-compass_calibration:before {
content: "\eb4a";
}
.jltma-material-icon-money:before {
content: "\eb4b";
}
.jltma-material-icon-apps:before {
content: "\eb4c";
}
.jltma-material-icon-arrow_back:before {
content: "\eb4d";
}
.jltma-material-icon-arrow_drop_down:before {
content: "\eb4e";
}
.jltma-material-icon-arrow_drop_down_circle:before {
content: "\eb4f";
}
.jltma-material-icon-arrow_drop_up:before {
content: "\eb50";
}
.jltma-material-icon-arrow_forward:before {
content: "\eb51";
}
.jltma-material-icon-cancel:before {
content: "\eb52";
}
.jltma-material-icon-check:before {
content: "\eb53";
}
.jltma-material-icon-expand_less:before {
content: "\eb54";
}
.jltma-material-icon-expand_more:before {
content: "\eb55";
}
.jltma-material-icon-fullscreen:before {
content: "\eb56";
}
.jltma-material-icon-fullscreen_exit:before {
content: "\eb57";
}
.jltma-material-icon-menu:before {
content: "\eb58";
}
.jltma-material-icon-keyboard_control:before {
content: "\eb59";
}
.jltma-material-icon-more_vert:before {
content: "\eb5a";
}
.jltma-material-icon-refresh:before {
content: "\eb5b";
}
.jltma-material-icon-unfold_less:before {
content: "\eb5c";
}
.jltma-material-icon-unfold_more:before {
content: "\eb5d";
}
.jltma-material-icon-arrow_upward:before {
content: "\eb5e";
}
.jltma-material-icon-subdirectory_arrow_left:before {
content: "\eb5f";
}
.jltma-material-icon-subdirectory_arrow_right:before {
content: "\eb60";
}
.jltma-material-icon-arrow_downward:before {
content: "\eb61";
}
.jltma-material-icon-first_page:before {
content: "\eb62";
}
.jltma-material-icon-last_page:before {
content: "\eb63";
}
.jltma-material-icon-arrow_left:before {
content: "\eb64";
}
.jltma-material-icon-arrow_right:before {
content: "\eb65";
}
.jltma-material-icon-arrow_back_ios:before {
content: "\eb66";
}
.jltma-material-icon-arrow_forward_ios:before {
content: "\eb67";
}
.jltma-material-icon-adb:before {
content: "\eb68";
}
.jltma-material-icon-disc_full:before {
content: "\eb69";
}
.jltma-material-icon-do_not_disturb_alt:before {
content: "\eb6a";
}
.jltma-material-icon-drive_eta:before {
content: "\eb6b";
}
.jltma-material-icon-event_available:before {
content: "\eb6c";
}
.jltma-material-icon-event_busy:before {
content: "\eb6d";
}
.jltma-material-icon-event_note:before {
content: "\eb6e";
}
.jltma-material-icon-folder_special:before {
content: "\eb6f";
}
.jltma-material-icon-mms:before {
content: "\eb70";
}
.jltma-material-icon-more:before {
content: "\eb71";
}
.jltma-material-icon-network_locked:before {
content: "\eb72";
}
.jltma-material-icon-phone_bluetooth_speaker:before {
content: "\eb73";
}
.jltma-material-icon-phone_forwarded:before {
content: "\eb74";
}
.jltma-material-icon-phone_in_talk:before {
content: "\eb75";
}
.jltma-material-icon-phone_locked:before {
content: "\eb76";
}
.jltma-material-icon-phone_missed:before {
content: "\eb77";
}
.jltma-material-icon-phone_paused:before {
content: "\eb78";
}
.jltma-material-icon-sim_card_alert:before {
content: "\eb79";
}
.jltma-material-icon-sms_failed:before {
content: "\eb7a";
}
.jltma-material-icon-sync_disabled:before {
content: "\eb7b";
}
.jltma-material-icon-sync_problem:before {
content: "\eb7c";
}
.jltma-material-icon-system_update:before {
content: "\eb7d";
}
.jltma-material-icon-tap_and_play:before {
content: "\eb7e";
}
.jltma-material-icon-vibration:before {
content: "\eb7f";
}
.jltma-material-icon-voice_chat:before {
content: "\eb80";
}
.jltma-material-icon-vpn_lock:before {
content: "\eb81";
}
.jltma-material-icon-airline_seat_flat:before {
content: "\eb82";
}
.jltma-material-icon-airline_seat_flat_angled:before {
content: "\eb83";
}
.jltma-material-icon-airline_seat_individual_suite:before {
content: "\eb84";
}
.jltma-material-icon-airline_seat_legroom_extra:before {
content: "\eb85";
}
.jltma-material-icon-airline_seat_legroom_normal:before {
content: "\eb86";
}
.jltma-material-icon-airline_seat_legroom_reduced:before {
content: "\eb87";
}
.jltma-material-icon-airline_seat_recline_extra:before {
content: "\eb88";
}
.jltma-material-icon-airline_seat_recline_normal:before {
content: "\eb89";
}
.jltma-material-icon-confirmation_number:before {
content: "\eb8a";
}
.jltma-material-icon-live_tv:before {
content: "\eb8b";
}
.jltma-material-icon-ondemand_video:before {
content: "\eb8c";
}
.jltma-material-icon-personal_video:before {
content: "\eb8d";
}
.jltma-material-icon-power:before {
content: "\eb8e";
}
.jltma-material-icon-wc:before {
content: "\eb8f";
}
.jltma-material-icon-wifi:before {
content: "\eb90";
}
.jltma-material-icon-enhanced_encryption:before {
content: "\eb91";
}
.jltma-material-icon-network_check:before {
content: "\eb92";
}
.jltma-material-icon-no_encryption:before {
content: "\eb93";
}
.jltma-material-icon-rv_hookup:before {
content: "\eb94";
}
.jltma-material-icon-do_not_disturb_off:before {
content: "\eb95";
}
.jltma-material-icon-priority_high:before {
content: "\eb96";
}
.jltma-material-icon-power_off:before {
content: "\eb97";
}
.jltma-material-icon-tv_off:before {
content: "\eb98";
}
.jltma-material-icon-wifi_off:before {
content: "\eb99";
}
.jltma-material-icon-phone_callback:before {
content: "\eb9a";
}
.jltma-material-icon-pie_chart:before {
content: "\eb9b";
}
.jltma-material-icon-pie_chart_outlined:before {
content: "\eb9c";
}
.jltma-material-icon-bubble_chart:before {
content: "\eb9d";
}
.jltma-material-icon-multiline_chart:before {
content: "\eb9e";
}
.jltma-material-icon-show_chart:before {
content: "\eb9f";
}
.jltma-material-icon-cake:before {
content: "\eba0";
}
.jltma-material-icon-group:before {
content: "\eba1";
}
.jltma-material-icon-group_add:before {
content: "\eba2";
}
.jltma-material-icon-location_city:before {
content: "\eba3";
}
.jltma-material-icon-mood_bad:before {
content: "\eba4";
}
.jltma-material-icon-notifications:before {
content: "\eba5";
}
.jltma-material-icon-notifications_none:before {
content: "\eba6";
}
.jltma-material-icon-notifications_off:before {
content: "\eba7";
}
.jltma-material-icon-notifications_active:before {
content: "\eba8";
}
.jltma-material-icon-notifications_paused:before {
content: "\eba9";
}
.jltma-material-icon-pages:before {
content: "\ebaa";
}
.jltma-material-icon-party_mode:before {
content: "\ebab";
}
.jltma-material-icon-people_outline:before {
content: "\ebac";
}
.jltma-material-icon-person:before {
content: "\ebad";
}
.jltma-material-icon-person_add:before {
content: "\ebae";
}
.jltma-material-icon-person_outline:before {
content: "\ebaf";
}
.jltma-material-icon-plus_one:before {
content: "\ebb0";
}
.jltma-material-icon-public:before {
content: "\ebb1";
}
.jltma-material-icon-school:before {
content: "\ebb2";
}
.jltma-material-icon-share:before {
content: "\ebb3";
}
.jltma-material-icon-whatshot:before {
content: "\ebb4";
}
.jltma-material-icon-sentiment_dissatisfied:before {
content: "\ebb5";
}
.jltma-material-icon-sentiment_neutral:before {
content: "\ebb6";
}
.jltma-material-icon-sentiment_satisfied:before {
content: "\ebb7";
}
.jltma-material-icon-sentiment_very_dissatisfied:before {
content: "\ebb8";
}
.jltma-material-icon-sentiment_very_satisfied:before {
content: "\ebb9";
}
.jltma-material-icon-thumb_down_alt:before {
content: "\ebba";
}
.jltma-material-icon-thumb_up_alt:before {
content: "\ebbb";
}
.jltma-material-icon-check_box:before {
content: "\ebbc";
}
.jltma-material-icon-check_box_outline_blank:before {
content: "\ebbd";
}
.jltma-material-icon-radio_button_checked:before {
content: "\ebbe";
}
.jltma-material-icon-star:before {
content: "\ebbf";
}
.jltma-material-icon-star_half:before {
content: "\ebc0";
}
.jltma-material-icon-star_outline:before {
content: "\ebc1";
}
.jltma-material-icon-3d_rotation:before {
content: "\ebc2";
}
.jltma-material-icon-accessibility:before {
content: "\ebc3";
}
.jltma-material-icon-account_balance:before {
content: "\ebc4";
}
.jltma-material-icon-account_balance_wallet:before {
content: "\ebc5";
}
.jltma-material-icon-account_box:before {
content: "\ebc6";
}
.jltma-material-icon-account_circle:before {
content: "\ebc7";
}
.jltma-material-icon-add_shopping_cart:before {
content: "\ebc8";
}
.jltma-material-icon-alarm_off:before {
content: "\ebc9";
}
.jltma-material-icon-alarm_on:before {
content: "\ebca";
}
.jltma-material-icon-android:before {
content: "\ebcb";
}
.jltma-material-icon-announcement:before {
content: "\ebcc";
}
.jltma-material-icon-aspect_ratio:before {
content: "\ebcd";
}
.jltma-material-icon-assignment:before {
content: "\ebce";
}
.jltma-material-icon-assignment_ind:before {
content: "\ebcf";
}
.jltma-material-icon-assignment_late:before {
content: "\ebd0";
}
.jltma-material-icon-assignment_return:before {
content: "\ebd1";
}
.jltma-material-icon-assignment_returned:before {
content: "\ebd2";
}
.jltma-material-icon-assignment_turned_in:before {
content: "\ebd3";
}
.jltma-material-icon-autorenew:before {
content: "\ebd4";
}
.jltma-material-icon-book:before {
content: "\ebd5";
}
.jltma-material-icon-bookmark:before {
content: "\ebd6";
}
.jltma-material-icon-bookmark_outline:before {
content: "\ebd7";
}
.jltma-material-icon-bug_report:before {
content: "\ebd8";
}
.jltma-material-icon-build:before {
content: "\ebd9";
}
.jltma-material-icon-cached:before {
content: "\ebda";
}
.jltma-material-icon-change_history:before {
content: "\ebdb";
}
.jltma-material-icon-check_circle:before {
content: "\ebdc";
}
.jltma-material-icon-chrome_reader_mode:before {
content: "\ebdd";
}
.jltma-material-icon-code:before {
content: "\ebde";
}
.jltma-material-icon-credit_card:before {
content: "\ebdf";
}
.jltma-material-icon-dashboard:before {
content: "\ebe0";
}
.jltma-material-icon-delete:before {
content: "\ebe1";
}
.jltma-material-icon-description:before {
content: "\ebe2";
}
.jltma-material-icon-dns:before {
content: "\ebe3";
}
.jltma-material-icon-done:before {
content: "\ebe4";
}
.jltma-material-icon-done_all:before {
content: "\ebe5";
}
.jltma-material-icon-exit_to_app:before {
content: "\ebe6";
}
.jltma-material-icon-explore:before {
content: "\ebe7";
}
.jltma-material-icon-extension:before {
content: "\ebe8";
}
.jltma-material-icon-face:before {
content: "\ebe9";
}
.jltma-material-icon-favorite:before {
content: "\ebea";
}
.jltma-material-icon-favorite_outline:before {
content: "\ebeb";
}
.jltma-material-icon-find_in_page:before {
content: "\ebec";
}
.jltma-material-icon-find_replace:before {
content: "\ebed";
}
.jltma-material-icon-flip_to_back:before {
content: "\ebee";
}
.jltma-material-icon-flip_to_front:before {
content: "\ebef";
}
.jltma-material-icon-group_work:before {
content: "\ebf0";
}
.jltma-material-icon-help:before {
content: "\ebf1";
}
.jltma-material-icon-highlight_remove:before {
content: "\ebf2";
}
.jltma-material-icon-history:before {
content: "\ebf3";
}
.jltma-material-icon-home:before {
content: "\ebf4";
}
.jltma-material-icon-hourglass_empty:before {
content: "\ebf5";
}
.jltma-material-icon-hourglass_full:before {
content: "\ebf6";
}
.jltma-material-icon-https:before {
content: "\ebf7";
}
.jltma-material-icon-info:before {
content: "\ebf8";
}
.jltma-material-icon-info_outline:before {
content: "\ebf9";
}
.jltma-material-icon-input:before {
content: "\ebfa";
}
.jltma-material-icon-invert_colors_on:before {
content: "\ebfb";
}
.jltma-material-icon-label:before {
content: "\ebfc";
}
.jltma-material-icon-label_outline:before {
content: "\ebfd";
}
.jltma-material-icon-language:before {
content: "\ebfe";
}
.jltma-material-icon-launch:before {
content: "\ebff";
}
.jltma-material-icon-list:before {
content: "\ec00";
}
.jltma-material-icon-lock_open:before {
content: "\ec01";
}
.jltma-material-icon-lock_outline:before {
content: "\ec02";
}
.jltma-material-icon-loyalty:before {
content: "\ec03";
}
.jltma-material-icon-markunread_mailbox:before {
content: "\ec04";
}
.jltma-material-icon-note_add:before {
content: "\ec05";
}
.jltma-material-icon-open_in_browser:before {
content: "\ec06";
}
.jltma-material-icon-open_with:before {
content: "\ec07";
}
.jltma-material-icon-pageview:before {
content: "\ec08";
}
.jltma-material-icon-perm_camera_mic:before {
content: "\ec09";
}
.jltma-material-icon-perm_contact_calendar:before {
content: "\ec0a";
}
.jltma-material-icon-perm_data_setting:before {
content: "\ec0b";
}
.jltma-material-icon-perm_device_information:before {
content: "\ec0c";
}
.jltma-material-icon-perm_media:before {
content: "\ec0d";
}
.jltma-material-icon-perm_phone_msg:before {
content: "\ec0e";
}
.jltma-material-icon-perm_scan_wifi:before {
content: "\ec0f";
}
.jltma-material-icon-picture_in_picture:before {
content: "\ec10";
}
.jltma-material-icon-polymer:before {
content: "\ec11";
}
.jltma-material-icon-power_settings_new:before {
content: "\ec12";
}
.jltma-material-icon-receipt:before {
content: "\ec13";
}
.jltma-material-icon-redeem:before {
content: "\ec14";
}
.jltma-material-icon-search:before {
content: "\ec15";
}
.jltma-material-icon-settings:before {
content: "\ec16";
}
.jltma-material-icon-settings_applications:before {
content: "\ec17";
}
.jltma-material-icon-settings_backup_restore:before {
content: "\ec18";
}
.jltma-material-icon-settings_bluetooth:before {
content: "\ec19";
}
.jltma-material-icon-settings_cell:before {
content: "\ec1a";
}
.jltma-material-icon-settings_brightness:before {
content: "\ec1b";
}
.jltma-material-icon-settings_ethernet:before {
content: "\ec1c";
}
.jltma-material-icon-settings_input_antenna:before {
content: "\ec1d";
}
.jltma-material-icon-settings_input_component:before {
content: "\ec1e";
}
.jltma-material-icon-settings_input_hdmi:before {
content: "\ec1f";
}
.jltma-material-icon-settings_input_svideo:before {
content: "\ec20";
}
.jltma-material-icon-settings_overscan:before {
content: "\ec21";
}
.jltma-material-icon-settings_phone:before {
content: "\ec22";
}
.jltma-material-icon-settings_power:before {
content: "\ec23";
}
.jltma-material-icon-settings_remote:before {
content: "\ec24";
}
.jltma-material-icon-settings_voice:before {
content: "\ec25";
}
.jltma-material-icon-shop:before {
content: "\ec26";
}
.jltma-material-icon-shop_two:before {
content: "\ec27";
}
.jltma-material-icon-shopping_basket:before {
content: "\ec28";
}
.jltma-material-icon-speaker_notes:before {
content: "\ec29";
}
.jltma-material-icon-spellcheck:before {
content: "\ec2a";
}
.jltma-material-icon-stars:before {
content: "\ec2b";
}
.jltma-material-icon-subject:before {
content: "\ec2c";
}
.jltma-material-icon-supervisor_account:before {
content: "\ec2d";
}
.jltma-material-icon-swap_horiz:before {
content: "\ec2e";
}
.jltma-material-icon-swap_vert:before {
content: "\ec2f";
}
.jltma-material-icon-swap_vertical_circle:before {
content: "\ec30";
}
.jltma-material-icon-system_update_alt:before {
content: "\ec31";
}
.jltma-material-icon-tab:before {
content: "\ec32";
}
.jltma-material-icon-tab_unselected:before {
content: "\ec33";
}
.jltma-material-icon-thumb_down:before {
content: "\ec34";
}
.jltma-material-icon-thumb_up:before {
content: "\ec35";
}
.jltma-material-icon-thumbs_up_down:before {
content: "\ec36";
}
.jltma-material-icon-toc:before {
content: "\ec37";
}
.jltma-material-icon-today:before {
content: "\ec38";
}
.jltma-material-icon-toll:before {
content: "\ec39";
}
.jltma-material-icon-track_changes:before {
content: "\ec3a";
}
.jltma-material-icon-translate:before {
content: "\ec3b";
}
.jltma-material-icon-trending_down:before {
content: "\ec3c";
}
.jltma-material-icon-trending_neutral:before {
content: "\ec3d";
}
.jltma-material-icon-trending_up:before {
content: "\ec3e";
}
.jltma-material-icon-verified_user:before {
content: "\ec3f";
}
.jltma-material-icon-view_agenda:before {
content: "\ec40";
}
.jltma-material-icon-view_array:before {
content: "\ec41";
}
.jltma-material-icon-view_carousel:before {
content: "\ec42";
}
.jltma-material-icon-view_column:before {
content: "\ec43";
}
.jltma-material-icon-view_day:before {
content: "\ec44";
}
.jltma-material-icon-view_headline:before {
content: "\ec45";
}
.jltma-material-icon-view_list:before {
content: "\ec46";
}
.jltma-material-icon-view_module:before {
content: "\ec47";
}
.jltma-material-icon-view_quilt:before {
content: "\ec48";
}
.jltma-material-icon-view_stream:before {
content: "\ec49";
}
.jltma-material-icon-view_week:before {
content: "\ec4a";
}
.jltma-material-icon-visibility_off:before {
content: "\ec4b";
}
.jltma-material-icon-card_membership:before {
content: "\ec4c";
}
.jltma-material-icon-card_travel:before {
content: "\ec4d";
}
.jltma-material-icon-work:before {
content: "\ec4e";
}
.jltma-material-icon-youtube_searched_for:before {
content: "\ec4f";
}
.jltma-material-icon-eject:before {
content: "\ec50";
}
.jltma-material-icon-camera_enhance:before {
content: "\ec51";
}
.jltma-material-icon-help_outline:before {
content: "\ec52";
}
.jltma-material-icon-reorder:before {
content: "\ec53";
}
.jltma-material-icon-zoom_in:before {
content: "\ec54";
}
.jltma-material-icon-zoom_out:before {
content: "\ec55";
}
.jltma-material-icon-http:before {
content: "\ec56";
}
.jltma-material-icon-event_seat:before {
content: "\ec57";
}
.jltma-material-icon-flight_land:before {
content: "\ec58";
}
.jltma-material-icon-flight_takeoff:before {
content: "\ec59";
}
.jltma-material-icon-play_for_work:before {
content: "\ec5a";
}
.jltma-material-icon-gif:before {
content: "\ec5b";
}
.jltma-material-icon-indeterminate_check_box:before {
content: "\ec5c";
}
.jltma-material-icon-offline_pin:before {
content: "\ec5d";
}
.jltma-material-icon-all_out:before {
content: "\ec5e";
}
.jltma-material-icon-copyright:before {
content: "\ec5f";
}
.jltma-material-icon-fingerprint:before {
content: "\ec60";
}
.jltma-material-icon-gavel:before {
content: "\ec61";
}
.jltma-material-icon-lightbulb_outline:before {
content: "\ec62";
}
.jltma-material-icon-picture_in_picture_alt:before {
content: "\ec63";
}
.jltma-material-icon-important_devices:before {
content: "\ec64";
}
.jltma-material-icon-touch_app:before {
content: "\ec65";
}
.jltma-material-icon-accessible:before {
content: "\ec66";
}
.jltma-material-icon-compare_arrows:before {
content: "\ec67";
}
.jltma-material-icon-date_range:before {
content: "\ec68";
}
.jltma-material-icon-donut_large:before {
content: "\ec69";
}
.jltma-material-icon-donut_small:before {
content: "\ec6a";
}
.jltma-material-icon-line_style:before {
content: "\ec6b";
}
.jltma-material-icon-line_weight:before {
content: "\ec6c";
}
.jltma-material-icon-motorcycle:before {
content: "\ec6d";
}
.jltma-material-icon-opacity:before {
content: "\ec6e";
}
.jltma-material-icon-pets:before {
content: "\ec6f";
}
.jltma-material-icon-pregnant_woman:before {
content: "\ec70";
}
.jltma-material-icon-record_voice_over:before {
content: "\ec71";
}
.jltma-material-icon-rounded_corner:before {
content: "\ec72";
}
.jltma-material-icon-rowing:before {
content: "\ec73";
}
.jltma-material-icon-timeline:before {
content: "\ec74";
}
.jltma-material-icon-update:before {
content: "\ec75";
}
.jltma-material-icon-watch_later:before {
content: "\ec76";
}
.jltma-material-icon-pan_tool:before {
content: "\ec77";
}
.jltma-material-icon-euro_symbol:before {
content: "\ec78";
}
.jltma-material-icon-g_translate:before {
content: "\ec79";
}
.jltma-material-icon-remove_shopping_cart:before {
content: "\ec7a";
}
.jltma-material-icon-restore_page:before {
content: "\ec7b";
}
.jltma-material-icon-speaker_notes_off:before {
content: "\ec7c";
}
.jltma-material-icon-delete_forever:before {
content: "\ec7d";
}
.jltma-material-icon-accessibility_new:before {
content: "\ec7e";
}
.jltma-material-icon-check_circle_outline:before {
content: "\ec7f";
}
.jltma-material-icon-delete_outline:before {
content: "\ec80";
}
.jltma-material-icon-done_outline:before {
content: "\ec81";
}
.jltma-material-icon-maximize:before {
content: "\ec82";
}
.jltma-material-icon-minimize:before {
content: "\ec83";
}
.jltma-material-icon-offline_bolt:before {
content: "\ec84";
}
.jltma-material-icon-swap_horizontal_circle:before {
content: "\ec85";
}
.jltma-material-icon-accessible_forward:before {
content: "\ec86";
}
.jltma-material-icon-calendar_today:before {
content: "\ec87";
}
.jltma-material-icon-calendar_view_day:before {
content: "\ec88";
}
.jltma-material-icon-label_important:before {
content: "\ec89";
}
.jltma-material-icon-restore_from_trash:before {
content: "\ec8a";
}
.jltma-material-icon-supervised_user_circle:before {
content: "\ec8b";
}
.jltma-material-icon-text_rotate_up:before {
content: "\ec8c";
}
.jltma-material-icon-text_rotate_vertical:before {
content: "\ec8d";
}
.jltma-material-icon-text_rotation_angledown:before {
content: "\ec8e";
}
.jltma-material-icon-text_rotation_angleup:before {
content: "\ec8f";
}
.jltma-material-icon-text_rotation_down:before {
content: "\ec90";
}
.jltma-material-icon-text_rotation_none:before {
content: "\ec91";
}
.jltma-material-icon-commute:before {
content: "\ec92";
}
.jltma-material-icon-arrow_right_alt:before {
content: "\ec93";
}
.jltma-material-icon-work_off:before {
content: "\ec94";
}
.jltma-material-icon-work_outline:before {
content: "\ec95";
}
.jltma-material-icon-drag_indicator:before {
content: "\ec96";
}
.jltma-material-icon-horizontal_split:before {
content: "\ec97";
}
.jltma-material-icon-label_important_outline:before {
content: "\ec98";
}
.jltma-material-icon-vertical_split:before {
content: "\ec99";
}
.jltma-material-icon-voice_over_off:before {
content: "\ec9a";
}
.jltma-material-icon-segment:before {
content: "\ec9b";
}
.jltma-material-icon-contact_support:before {
content: "\ec9c";
}
.jltma-material-icon-compress:before {
content: "\ec9d";
}
.jltma-material-icon-filter_list_alt:before {
content: "\ec9e";
}
.jltma-material-icon-expand:before {
content: "\ec9f";
}
.jltma-material-icon-edit_off:before {
content: "\eca0";
}
.jltma-material-icon-10k:before {
content: "\eca1";
}
.jltma-material-icon-10mp:before {
content: "\eca2";
}
.jltma-material-icon-11mp:before {
content: "\eca3";
}
.jltma-material-icon-12mp:before {
content: "\eca4";
}
.jltma-material-icon-13mp:before {
content: "\eca5";
}
.jltma-material-icon-14mp:before {
content: "\eca6";
}
.jltma-material-icon-15mp:before {
content: "\eca7";
}
.jltma-material-icon-16mp:before {
content: "\eca8";
}
.jltma-material-icon-17mp:before {
content: "\eca9";
}
.jltma-material-icon-18mp:before {
content: "\ecaa";
}
.jltma-material-icon-19mp:before {
content: "\ecab";
}
.jltma-material-icon-1k:before {
content: "\ecac";
}
.jltma-material-icon-1k_plus:before {
content: "\ecad";
}
.jltma-material-icon-20mp:before {
content: "\ecae";
}
.jltma-material-icon-21mp:before {
content: "\ecaf";
}
.jltma-material-icon-22mp:before {
content: "\ecb0";
}
.jltma-material-icon-23mp:before {
content: "\ecb1";
}
.jltma-material-icon-24mp:before {
content: "\ecb2";
}
.jltma-material-icon-2k:before {
content: "\ecb3";
}
.jltma-material-icon-2k_plus:before {
content: "\ecb4";
}
.jltma-material-icon-2mp:before {
content: "\ecb5";
}
.jltma-material-icon-3k:before {
content: "\ecb6";
}
.jltma-material-icon-3k_plus:before {
content: "\ecb7";
}
.jltma-material-icon-3mp:before {
content: "\ecb8";
}
.jltma-material-icon-4k_plus:before {
content: "\ecb9";
}
.jltma-material-icon-4mp:before {
content: "\ecba";
}
.jltma-material-icon-5k:before {
content: "\ecbb";
}
.jltma-material-icon-5k_plus:before {
content: "\ecbc";
}
.jltma-material-icon-5mp:before {
content: "\ecbd";
}
.jltma-material-icon-6k:before {
content: "\ecbe";
}
.jltma-material-icon-6k_plus:before {
content: "\ecbf";
}
.jltma-material-icon-6mp:before {
content: "\ecc0";
}
.jltma-material-icon-7k:before {
content: "\ecc1";
}
.jltma-material-icon-7k_plus:before {
content: "\ecc2";
}
.jltma-material-icon-7mp:before {
content: "\ecc3";
}
.jltma-material-icon-8k:before {
content: "\ecc4";
}
.jltma-material-icon-8k_plus:before {
content: "\ecc5";
}
.jltma-material-icon-8mp:before {
content: "\ecc6";
}
.jltma-material-icon-9k:before {
content: "\ecc7";
}
.jltma-material-icon-9k_plus:before {
content: "\ecc8";
}
.jltma-material-icon-9mp:before {
content: "\ecc9";
}
.jltma-material-icon-account_tree:before {
content: "\ecca";
}
.jltma-material-icon-add_chart:before {
content: "\eccb";
}
.jltma-material-icon-add_ic_call:before {
content: "\eccc";
}
.jltma-material-icon-add_moderator:before {
content: "\eccd";
}
.jltma-material-icon-all_inbox:before {
content: "\ecce";
}
.jltma-material-icon-approval:before {
content: "\eccf";
}
.jltma-material-icon-assistant_direction:before {
content: "\ecd0";
}
.jltma-material-icon-assistant_navigation:before {
content: "\ecd1";
}
.jltma-material-icon-bookmarks:before {
content: "\ecd2";
}
.jltma-material-icon-bus_alert:before {
content: "\ecd3";
}
.jltma-material-icon-cases:before {
content: "\ecd4";
}
.jltma-material-icon-circle_notifications:before {
content: "\ecd5";
}
.jltma-material-icon-closed_caption_off:before {
content: "\ecd6";
}
.jltma-material-icon-connected_tv:before {
content: "\ecd7";
}
.jltma-material-icon-dangerous:before {
content: "\ecd8";
}
.jltma-material-icon-dashboard_customize:before {
content: "\ecd9";
}
.jltma-material-icon-desktop_access_disabled:before {
content: "\ecda";
}
.jltma-material-icon-drive_file_move_outline:before {
content: "\ecdb";
}
.jltma-material-icon-drive_file_rename_outline:before {
content: "\ecdc";
}
.jltma-material-icon-drive_folder_upload:before {
content: "\ecdd";
}
.jltma-material-icon-duo:before {
content: "\ecde";
}
.jltma-material-icon-explore_off:before {
content: "\ecdf";
}
.jltma-material-icon-file_download_done:before {
content: "\ece0";
}
.jltma-material-icon-rtt:before {
content: "\ece1";
}
.jltma-material-icon-grid_view:before {
content: "\ece2";
}
.jltma-material-icon-hail:before {
content: "\ece3";
}
.jltma-material-icon-home_filled:before {
content: "\ece4";
}
.jltma-material-icon-imagesearch_roller:before {
content: "\ece5";
}
.jltma-material-icon-label_off:before {
content: "\ece6";
}
.jltma-material-icon-library_add_check:before {
content: "\ece7";
}
.jltma-material-icon-logout:before {
content: "\ece8";
}
.jltma-material-icon-margin:before {
content: "\ece9";
}
.jltma-material-icon-mark_as_unread:before {
content: "\ecea";
}
.jltma-material-icon-menu_open:before {
content: "\eceb";
}
.jltma-material-icon-mp:before {
content: "\ecec";
}
.jltma-material-icon-offline_share:before {
content: "\eced";
}
.jltma-material-icon-padding:before {
content: "\ecee";
}
.jltma-material-icon-panorama_photosphere:before {
content: "\ecef";
}
.jltma-material-icon-panorama_photosphere_select:before {
content: "\ecf0";
}
.jltma-material-icon-person_add_disabled:before {
content: "\ecf1";
}
.jltma-material-icon-phone_disabled:before {
content: "\ecf2";
}
.jltma-material-icon-phone_enabled:before {
content: "\ecf3";
}
.jltma-material-icon-pivot_table_chart:before {
content: "\ecf4";
}
.jltma-material-icon-print_disabled:before {
content: "\ecf5";
}
.jltma-material-icon-railway_alert:before {
content: "\ecf6";
}
.jltma-material-icon-recommend:before {
content: "\ecf7";
}
.jltma-material-icon-remove_done:before {
content: "\ecf8";
}
.jltma-material-icon-remove_moderator:before {
content: "\ecf9";
}
.jltma-material-icon-repeat_on:before {
content: "\ecfa";
}
.jltma-material-icon-repeat_one_on:before {
content: "\ecfb";
}
.jltma-material-icon-replay_circle_filled:before {
content: "\ecfc";
}
.jltma-material-icon-reset_tv:before {
content: "\ecfd";
}
.jltma-material-icon-sd:before {
content: "\ecfe";
}
.jltma-material-icon-shield:before {
content: "\ecff";
}
.jltma-material-icon-shuffle_on:before {
content: "\ed00";
}
.jltma-material-icon-speed:before {
content: "\ed01";
}
.jltma-material-icon-stacked_bar_chart:before {
content: "\ed02";
}
.jltma-material-icon-stream:before {
content: "\ed03";
}
.jltma-material-icon-swipe:before {
content: "\ed04";
}
.jltma-material-icon-switch_account:before {
content: "\ed05";
}
.jltma-material-icon-tag:before {
content: "\ed06";
}
.jltma-material-icon-thumb_down_off_alt:before {
content: "\ed07";
}
.jltma-material-icon-thumb_up_off_alt:before {
content: "\ed08";
}
.jltma-material-icon-toggle_off:before {
content: "\ed09";
}
.jltma-material-icon-toggle_on:before {
content: "\ed0a";
}
.jltma-material-icon-two_wheeler:before {
content: "\ed0b";
}
.jltma-material-icon-upload_file:before {
content: "\ed0c";
}
.jltma-material-icon-view_in_ar:before {
content: "\ed0d";
}
.jltma-material-icon-waterfall_chart:before {
content: "\ed0e";
}
.jltma-material-icon-wb_shade:before {
content: "\ed0f";
}
.jltma-material-icon-wb_twighlight:before {
content: "\ed10";
}
.jltma-material-icon-home_work:before {
content: "\ed11";
}
.jltma-material-icon-schedule_send:before {
content: "\ed12";
}
.jltma-material-icon-bolt:before {
content: "\ed13";
}
.jltma-material-icon-send_and_archive:before {
content: "\ed14";
}
.jltma-material-icon-workspaces_filled:before {
content: "\ed15";
}
.jltma-material-icon-file_present:before {
content: "\ed16";
}
.jltma-material-icon-workspaces_outline:before {
content: "\ed17";
}
.jltma-material-icon-fit_screen:before {
content: "\ed18";
}
.jltma-material-icon-saved_search:before {
content: "\ed19";
}
.jltma-material-icon-storefront:before {
content: "\ed1a";
}
.jltma-material-icon-amp_stories:before {
content: "\ed1b";
}
.jltma-material-icon-dynamic_feed:before {
content: "\ed1c";
}
.jltma-material-icon-euro:before {
content: "\ed1d";
}
.jltma-material-icon-height:before {
content: "\ed1e";
}
.jltma-material-icon-policy:before {
content: "\ed1f";
}
.jltma-material-icon-sync_alt:before {
content: "\ed20";
}
.jltma-material-icon-menu_book:before {
content: "\ed21";
}
.jltma-material-icon-emoji_flags:before {
content: "\ed22";
}
.jltma-material-icon-emoji_food_beverage:before {
content: "\ed23";
}
.jltma-material-icon-emoji_nature:before {
content: "\ed24";
}
.jltma-material-icon-emoji_people:before {
content: "\ed25";
}
.jltma-material-icon-emoji_symbols:before {
content: "\ed26";
}
.jltma-material-icon-emoji_transportation:before {
content: "\ed27";
}
.jltma-material-icon-post_add:before {
content: "\ed28";
}
.jltma-material-icon-people_alt:before {
content: "\ed29";
}
.jltma-material-icon-emoji_emotions:before {
content: "\ed2a";
}
.jltma-material-icon-emoji_events:before {
content: "\ed2b";
}
.jltma-material-icon-emoji_objects:before {
content: "\ed2c";
}
.jltma-material-icon-sports_basketball:before {
content: "\ed2d";
}
.jltma-material-icon-sports_cricket:before {
content: "\ed2e";
}
.jltma-material-icon-sports_esports:before {
content: "\ed2f";
}
.jltma-material-icon-sports_football:before {
content: "\ed30";
}
.jltma-material-icon-sports_golf:before {
content: "\ed31";
}
.jltma-material-icon-sports_hockey:before {
content: "\ed32";
}
.jltma-material-icon-sports_mma:before {
content: "\ed33";
}
.jltma-material-icon-sports_motorsports:before {
content: "\ed34";
}
.jltma-material-icon-sports_rugby:before {
content: "\ed35";
}
.jltma-material-icon-sports_soccer:before {
content: "\ed36";
}
.jltma-material-icon-sports:before {
content: "\ed37";
}
.jltma-material-icon-sports_volleyball:before {
content: "\ed38";
}
.jltma-material-icon-sports_tennis:before {
content: "\ed39";
}
.jltma-material-icon-sports_handball:before {
content: "\ed3a";
}
.jltma-material-icon-sports_kabaddi:before {
content: "\ed3b";
}
.jltma-material-icon-eco:before {
content: "\ed3c";
}
.jltma-material-icon-museum:before {
content: "\ed3d";
}
.jltma-material-icon-flip_camera_android:before {
content: "\ed3e";
}
.jltma-material-icon-flip_camera_ios:before {
content: "\ed3f";
}
.jltma-material-icon-cancel_schedule_send:before {
content: "\ed40";
}
.jltma-material-icon-apartment:before {
content: "\ed41";
}
.jltma-material-icon-bathtub:before {
content: "\ed42";
}
.jltma-material-icon-deck:before {
content: "\ed43";
}
.jltma-material-icon-fireplace:before {
content: "\ed44";
}
.jltma-material-icon-house:before {
content: "\ed45";
}
.jltma-material-icon-king_bed:before {
content: "\ed46";
}
.jltma-material-icon-nights_stay:before {
content: "\ed47";
}
.jltma-material-icon-outdoor_grill:before {
content: "\ed48";
}
.jltma-material-icon-single_bed:before {
content: "\ed49";
}
.jltma-material-icon-square_foot:before {
content: "\ed4a";
}
.jltma-material-icon-double_arrow:before {
content: "\ed4b";
}
.jltma-material-icon-sports_baseball:before {
content: "\ed4c";
}
.jltma-material-icon-attractions:before {
content: "\ed4d";
}
.jltma-material-icon-bakery_dining:before {
content: "\ed4e";
}
.jltma-material-icon-breakfast_dining:before {
content: "\ed4f";
}
.jltma-material-icon-car_rental:before {
content: "\ed50";
}
.jltma-material-icon-car_repair:before {
content: "\ed51";
}
.jltma-material-icon-dinner_dining:before {
content: "\ed52";
}
.jltma-material-icon-dry_cleaning:before {
content: "\ed53";
}
.jltma-material-icon-hardware:before {
content: "\ed54";
}
.jltma-material-icon-liquor:before {
content: "\ed55";
}
.jltma-material-icon-lunch_dining:before {
content: "\ed56";
}
.jltma-material-icon-nightlife:before {
content: "\ed57";
}
.jltma-material-icon-park:before {
content: "\ed58";
}
.jltma-material-icon-ramen_dining:before {
content: "\ed59";
}
.jltma-material-icon-celebration:before {
content: "\ed5a";
}
.jltma-material-icon-theater_comedy:before {
content: "\ed5b";
}
.jltma-material-icon-badge:before {
content: "\ed5c";
}
.jltma-material-icon-festival:before {
content: "\ed5d";
}
.jltma-material-icon-icecream:before {
content: "\ed5e";
}
.jltma-material-icon-volunteer_activism:before {
content: "\ed5f";
}
.jltma-material-icon-contactless:before {
content: "\ed60";
}
.jltma-material-icon-delivery_dining:before {
content: "\ed61";
}
.jltma-material-icon-brunch_dining:before {
content: "\ed62";
}
.jltma-material-icon-takeout_dining:before {
content: "\ed63";
}
.jltma-material-icon-ac_unit:before {
content: "\ed64";
}
.jltma-material-icon-airport_shuttle:before {
content: "\ed65";
}
.jltma-material-icon-all_inclusive:before {
content: "\ed66";
}
.jltma-material-icon-beach_access:before {
content: "\ed67";
}
.jltma-material-icon-business_center:before {
content: "\ed68";
}
.jltma-material-icon-casino:before {
content: "\ed69";
}
.jltma-material-icon-child_care:before {
content: "\ed6a";
}
.jltma-material-icon-child_friendly:before {
content: "\ed6b";
}
.jltma-material-icon-fitness_center:before {
content: "\ed6c";
}
.jltma-material-icon-golf_course:before {
content: "\ed6d";
}
.jltma-material-icon-hot_tub:before {
content: "\ed6e";
}
.jltma-material-icon-kitchen:before {
content: "\ed6f";
}
.jltma-material-icon-pool:before {
content: "\ed70";
}
.jltma-material-icon-room_service:before {
content: "\ed71";
}
.jltma-material-icon-smoke_free:before {
content: "\ed72";
}
.jltma-material-icon-smoking_rooms:before {
content: "\ed73";
}
.jltma-material-icon-spa:before {
content: "\ed74";
}
.jltma-material-icon-no_meeting_room:before {
content: "\ed75";
}
.jltma-material-icon-meeting_room:before {
content: "\ed76";
}
.jltma-material-icon-goat:before {
content: "\ed77";
}