﻿[data-request-validate] [data-validate-error]:not(.oc-visible), [data-request-validate] [data-validate-for]:not(.oc-visible)
{
    display: none;
}
body.compensate-for-scrollbar
{
    overflow: hidden;
}
.bbcbox-active
{
    height: auto;
}
.bbcbox-is-hidden
{
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden;
}
.bbcbox-container
{
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 1010;
}
.bbcbox-container *
{
    box-sizing: border-box;
}
.bbcbox-outer, .bbcbox-inner, .bbcbox-bg, .bbcbox-stage
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bbcbox-outer
{
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.bbcbox-bg
{
    background: #000;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.bbcbox-is-open .bbcbox-bg
{
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.bbcbox-infobar, .bbcbox-toolbar, .bbcbox-caption, .bbcbox-navigation .bbcbox-button
{
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 997;
}
.bbcbox-show-infobar .bbcbox-infobar, .bbcbox-show-toolbar .bbcbox-toolbar, .bbcbox-show-caption .bbcbox-caption, .bbcbox-show-nav .bbcbox-navigation .bbcbox-button
{
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible;
}
.bbcbox-infobar
{
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bbcbox-toolbar
{
    right: 0;
    top: 0;
}
.bbcbox-stage
{
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 994;
}
.bbcbox-is-open .bbcbox-stage
{
    overflow: hidden;
}
.bbcbox-slide
{
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 994;
}
.bbcbox-slide::before
{
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.bbcbox-is-sliding .bbcbox-slide, .bbcbox-slide--previous, .bbcbox-slide--current, .bbcbox-slide--next
{
    display: block;
}
.bbcbox-slide--image
{
    overflow: hidden;
    padding: 44px 0;
}
.bbcbox-slide--image::before
{
    display: none;
}
.bbcbox-slide--html
{
    padding: 6px;
}
.bbcbox-content
{
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.bbcbox-slide--image .bbcbox-content
{
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 995;
}
.bbcbox-can-zoomOut .bbcbox-content
{
    cursor: zoom-out;
}
.bbcbox-can-zoomIn .bbcbox-content
{
    cursor: zoom-in;
}
.bbcbox-can-swipe .bbcbox-content, .bbcbox-can-pan .bbcbox-content
{
    cursor: -webkit-grab;
    cursor: grab;
}
.bbcbox-is-grabbing .bbcbox-content
{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.bbcbox-container [data-selectable="true"]
{
    cursor: text;
}
.bbcbox-image
{
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.bbcbox-spaceball
{
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1;
}
.bbcbox-slide--video .bbcbox-content, .bbcbox-slide--map .bbcbox-content, .bbcbox-slide--pdf .bbcbox-content, .bbcbox-slide--iframe .bbcbox-content
{
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.bbcbox-slide--video .bbcbox-content
{
    background: #000;
}
.bbcbox-slide--map .bbcbox-content
{
    background: #e5e3df;
}
.bbcbox-slide--iframe .bbcbox-content
{
    background: #fff;
}
.bbcbox-video
{
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.bbcbox-iframe
{
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.bbcbox-error
{
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.bbcbox-error p
{
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.bbcbox-button
{
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc;
}
.bbcbox-button:visited, .bbcbox-button:link
{
    color: #ccc;
}
.bbcbox-button:hover
{
    color: #fff;
}
.bbcbox-button:focus
{
    outline: none;
}
.bbcbox-button.bbcbox-focus
{
    outline: 1px dotted;
}
.bbcbox-button[disabled]
{
    color: #888;
    cursor: default;
    outline: none;
}
.bbcbox-button[disabled]:hover
{
    color: #888;
    cursor: default;
    outline: none;
}
.bbcbox-button div
{
    height: 100%;
}
.bbcbox-button svg
{
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.bbcbox-button svg path
{
    fill: currentColor;
    stroke-width: 0;
}
.bbcbox-button--play svg:nth-child(2), .bbcbox-button--fsenter svg:nth-child(2), .bbcbox-button--pause svg:nth-child(1), .bbcbox-button--fsexit svg:nth-child(1)
{
    display: none;
}
.bbcbox-progress
{
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 998;
}
.bbcbox-close-small
{
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.bbcbox-close-small:hover
{
    color: #fff;
    opacity: 1;
}
.bbcbox-slide--html .bbcbox-close-small
{
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.bbcbox-slide--image.bbcbox-is-scaling .bbcbox-content
{
    overflow: hidden;
}
.bbcbox-is-scaling .bbcbox-close-small, .bbcbox-is-zoomable.bbcbox-can-pan .bbcbox-close-small
{
    display: none;
}
.bbcbox-navigation .bbcbox-button
{
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.bbcbox-navigation .bbcbox-button div
{
    padding: 7px;
}
.bbcbox-navigation .bbcbox-button--arrow_left
{
    left: 0;
    padding: 31px 26px 31px 6px;
}
.bbcbox-navigation .bbcbox-button--arrow_right
{
    padding: 31px 6px 31px 26px;
    right: 0;
}
.bbcbox-caption
{
    background: linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 996;
}
.bbcbox-caption--separate
{
    margin-top: -50px;
}
.bbcbox-caption__body
{
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.bbcbox-caption a
{
    color: #ccc;
    text-decoration: none;
}
.bbcbox-caption a:link, .bbcbox-caption a:visited
{
    color: #ccc;
    text-decoration: none;
}
.bbcbox-caption a:hover
{
    color: #fff;
    text-decoration: underline;
}
.bbcbox-loading
{
    animation: bbcbox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 999;
}
@keyframes bbcbox-rotate
{
    100%
    {
        transform: rotate(360deg);
    }
}
.bbcbox-animated
{
    transition-timing-function: cubic-bezier(0,0,.25,1);
}
.bbcbox-fx-slide.bbcbox-slide--previous
{
    opacity: 0;
    transform: translate3d(-100%,0,0);
}
.bbcbox-fx-slide.bbcbox-slide--next
{
    opacity: 0;
    transform: translate3d(100%,0,0);
}
.bbcbox-fx-slide.bbcbox-slide--current
{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.bbcbox-fx-fade.bbcbox-slide--previous, .bbcbox-fx-fade.bbcbox-slide--next
{
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.bbcbox-fx-fade.bbcbox-slide--current
{
    opacity: 1;
}
.bbcbox-fx-zoom-in-out.bbcbox-slide--previous
{
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5);
}
.bbcbox-fx-zoom-in-out.bbcbox-slide--next
{
    opacity: 0;
    transform: scale3d(.5,.5,.5);
}
.bbcbox-fx-zoom-in-out.bbcbox-slide--current
{
    opacity: 1;
    transform: scale3d(1,1,1);
}
.bbcbox-fx-rotate.bbcbox-slide--previous
{
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.bbcbox-fx-rotate.bbcbox-slide--next
{
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bbcbox-fx-rotate.bbcbox-slide--current
{
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.bbcbox-fx-circular.bbcbox-slide--previous
{
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.bbcbox-fx-circular.bbcbox-slide--next
{
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.bbcbox-fx-circular.bbcbox-slide--current
{
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
}
.bbcbox-fx-tube.bbcbox-slide--previous
{
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.bbcbox-fx-tube.bbcbox-slide--next
{
    transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.bbcbox-fx-tube.bbcbox-slide--current
{
    transform: translate3d(0,0,0) scale(1);
}
@media(max-height: 576px)
{
    .bbcbox-slide
    {
        padding-left: 6px;
        padding-right: 6px;
    }
    .bbcbox-slide--image
    {
        padding: 6px 0;
    }
    .bbcbox-close-small
    {
        right: -6px;
    }
    .bbcbox-slide--image .bbcbox-close-small
    {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .bbcbox-caption
    {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports(
    padding: max(0))
    {
    .bbcbox-caption
    {
        padding-left: 12px;
        padding-right: 12px;
    }
    }
}
.bbcbox-share
{
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.bbcbox-share h1
{
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.bbcbox-share p
{
    margin: 0;
    padding: 0;
}
.bbcbox-share__button
{
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.bbcbox-share__button:visited, .bbcbox-share__button:link
{
    color: #fff;
}
.bbcbox-share__button:hover
{
    text-decoration: none;
}
.bbcbox-share__button--fb
{
    background: #3b5998;
}
.bbcbox-share__button--fb:hover
{
    background: #344e86;
}
.bbcbox-share__button--pt
{
    background: #bd081d;
}
.bbcbox-share__button--pt:hover
{
    background: #aa0719;
}
.bbcbox-share__button--tw
{
    background: #1da1f2;
}
.bbcbox-share__button--tw:hover
{
    background: #0d95e8;
}
.bbcbox-share__button svg
{
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.bbcbox-share__button svg path
{
    fill: #fff;
}
.bbcbox-share__input
{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.bbcbox-thumbs
{
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 995;
}
.bbcbox-thumbs-x
{
    overflow-x: auto;
    overflow-y: hidden;
}
.bbcbox-show-thumbs .bbcbox-thumbs
{
    display: block;
}
.bbcbox-show-thumbs .bbcbox-inner
{
    right: 212px;
}
.bbcbox-thumbs__list
{
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.bbcbox-thumbs-x .bbcbox-thumbs__list
{
    overflow: hidden;
}
.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar
{
    width: 7px;
}
.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-track
{
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-thumb
{
    background: #2a2a2a;
    border-radius: 10px;
}
.bbcbox-thumbs__list a
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.bbcbox-thumbs__list a::before
{
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 991;
}
.bbcbox-thumbs__list a:focus::before
{
    opacity: .5;
}
.bbcbox-thumbs__list a.bbcbox-thumbs-active::before
{
    opacity: 1;
}
@media(max-width: 576px)
{
    .bbcbox-thumbs
    {
        width: 110px;
    }
    .bbcbox-show-thumbs .bbcbox-inner
    {
        right: 110px;
    }
    .bbcbox-thumbs__list a
    {
        max-width: calc(100% - 10px);
    }
}
.morphing-btn-wrap
{
    display: inline-block;
    position: relative;
    text-align: center;
}
.morphing-btn
{
    box-sizing: border-box;
    -webkit-transition: background .3s,color .2s .2s,width .2s 0s;
    -moz-transition: background .3s,color .2s .2s,width .2s 0s;
    -o-transition: background .3s,color .2s .2s,width .2s 0s;
    transition: color .3s .2s,width .2s 0s;
    white-space: nowrap;
}
.morphing-btn_circle
{
    padding-left: 0;
    padding-right: 0;
    transition: color .2s 0s,width .3s .2s;
    width: 32px!important;
}
.morphing-btn-clone
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(12,90,219,0);
    border-radius: 50%;
    position: fixed;
    -webkit-transition: all .5s cubic-bezier(.65,.05,.36,1);
    -moz-transition: all .5s cubic-bezier(.65,.05,.36,1);
    -o-transition: all .5s cubic-bezier(.65,.05,.36,1);
    transition: all .5s cubic-bezier(.65,.05,.36,1);
    z-index: 3;
}
.morphing-btn-clone_visible
{
    background: rgba(12,90,219,.85);
    display: block;
    -webkit-transform: scale(1.2)!important;
    -moz-transform: scale(1.2)!important;
    -ms-transform: scale(1.2)!important;
    -o-transform: scale(1.2)!important;
    transform: scale(1.2)!important;
}
.bbcbox-morphing .bbcbox-bg
{
    background: rgba(12,90,219,0);
    opacity: 1;
}
.bbcbox-morphing .bbcbox-toolbar
{
    right: 40px;
    top: 20px;
}
@media(max-width: 767.98px)
{
    .bbcbox-morphing .bbcbox-toolbar
    {
        right: 10px;
        top: 10px;
    }
}
.bbcbox-morphing .bbcbox-button--close
{
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    color: #fff;
}
.bbcbox-morphing .bbcbox-button--close:hover
{
    background: rgba(0,0,0,.25);
}
@font-face
{
    font-family: "Phosphor-Duotone";
    src: url("../font/Phosphor-Duotone.woff2") format("woff2"),url("../font/Phosphor-Duotone.woff") format("woff"),url("../font/Phosphor-Duotone.ttf") format("truetype"),url("../font/Phosphor-Duotone.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.ph-duotone
{
    font-family: "Phosphor-Duotone"!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;
}
.ph-duotone.ph-address-book:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-address-book:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-airplane:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-airplane:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-airplane-in-flight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-airplane-in-flight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-airplane-landing:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-airplane-landing:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-airplane-takeoff:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-airplane-takeoff:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-airplane-tilt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-airplane-tilt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-airplay:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-airplay:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-air-traffic-control:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-air-traffic-control:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-alarm:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-alarm:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-alien:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-alien:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-bottom:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-bottom:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-bottom-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-bottom-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-center-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-center-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-center-horizontal-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-center-horizontal-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-center-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-center-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-center-vertical-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-center-vertical-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-left-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-left-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-right-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-right-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-top:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-top:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-align-top-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-align-top-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-amazon-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-amazon-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-anchor:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-anchor:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-anchor-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-anchor-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-android-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-android-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-angular-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-angular-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-aperture:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-aperture:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-apple-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-apple-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-apple-podcasts-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-apple-podcasts-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-app-store-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-app-store-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-app-window:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-app-window:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-archive-box:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-archive-box:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-archive:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-archive:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-archive-tray:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-archive-tray:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-armchair:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-armchair:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-arc-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-arc-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-arc-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-arc-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-double-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-double-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-double-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-double-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-left-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-left-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-left-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-left-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-right-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-right-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-right-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-right-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-bend-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-circle-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-clockwise:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-clockwise:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-counter-clockwise:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-counter-clockwise:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-left-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-left-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-left-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-left-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-right-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-right-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-right-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-right-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-elbow-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-line-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-line-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-line-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-lines-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-lines-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-lines-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-lines-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-line-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-fat-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-line-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-line-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-clockwise:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-clockwise:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-counter-clockwise:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-counter-clockwise:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-down-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-down-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-in-cardinal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-in-cardinal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-in:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-in:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-in-line-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-in-line-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-in-line-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-in-line-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-in-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-in-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-left-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-left-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-merge:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-merge:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-out-cardinal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-out-cardinal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-out:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-out:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-out-line-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-out-line-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-out-line-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-out-line-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-out-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-out-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-in:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-in:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-out:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-out:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-square-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-square-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-split:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-split:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrows-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrows-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-down-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-down-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-down-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-down-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-left-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-left-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-left-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-left-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-right-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-right-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-right-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-right-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-up-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-up-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-arrow-u-up-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-arrow-u-up-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-article:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-article:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-article-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-article-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-article-ny-times:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-article-ny-times:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-asterisk:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-asterisk:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-asterisk-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-asterisk-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-at:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-at:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-atom:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-atom:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-baby:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-baby:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-backpack:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-backpack:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-backspace:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-backspace:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bag:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bag:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bag-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bag-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-balloon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-balloon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bandaids:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bandaids:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bank:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bank:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-barbell:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-barbell:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-barcode:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-barcode:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-barricade:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-barricade:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-baseball-cap:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-baseball-cap:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-baseball:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-baseball:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-basketball:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-basketball:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-basket:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-basket:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bathtub:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bathtub:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-charging:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-charging:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-charging-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-charging-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-empty:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-empty:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-full:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-full:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-plus-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-plus-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-empty:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-vertical-empty:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-full:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-vertical-full:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-vertical-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-vertical-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-vertical-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-warning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-warning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-battery-warning-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-battery-warning-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bed:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bed:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-beer-bottle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-beer-bottle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-beer-stein:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-beer-stein:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-behance-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-behance-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-ringing:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-ringing:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-simple-ringing:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-simple-ringing:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-simple-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-simple-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-simple-z:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-simple-z:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bell-z:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bell-z:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bezier-curve:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bezier-curve:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bicycle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bicycle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-binoculars:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-binoculars:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bird:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bird:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bluetooth-connected:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bluetooth-connected:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bluetooth:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bluetooth:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bluetooth-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bluetooth-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bluetooth-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bluetooth-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-boat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-boat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bone:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bone:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-book-bookmark:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-book-bookmark:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-book:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-book:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bookmark:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bookmark:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bookmarks:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bookmarks:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bookmark-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bookmark-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bookmarks-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bookmarks-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-book-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-book-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-book-open-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-book-open-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-books:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-books:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-boot:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-boot:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bounding-box:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bounding-box:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bowl-food:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bowl-food:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-brackets-angle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-brackets-angle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-brackets-curly:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-brackets-curly:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-brackets-round:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-brackets-round:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-brackets-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-brackets-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-brain:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-brain:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-brandy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-brandy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bridge:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bridge:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-briefcase:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-briefcase:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-briefcase-metal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-briefcase-metal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-broadcast:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-broadcast:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-broom:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-broom:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-browser:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-browser:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-browsers:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-browsers:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bug-beetle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bug-beetle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bug-droid:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bug-droid:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bug:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bug:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-buildings:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-buildings:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-bus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-bus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-butterfly:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-butterfly:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cactus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cactus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cake:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cake:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-calculator:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-calculator:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-calendar-blank:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-calendar-blank:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-calendar-check:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-calendar-check:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-calendar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-calendar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-calendar-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-calendar-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-calendar-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-calendar-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-call-bell:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-call-bell:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-camera:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-camera:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-camera-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-camera-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-camera-rotate:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-camera-rotate:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-camera-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-camera-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-campfire:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-campfire:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cardholder:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cardholder:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cards:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cards:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-car:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-car:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-double-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-double-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-double-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-double-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-up-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-up-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-circle-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-circle-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-double-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-double-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-double-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-double-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-double-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-double-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-double-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-double-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-up-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-up-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-caret-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-caret-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-car-profile:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-car-profile:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-carrot:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-carrot:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-car-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-car-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cassette-tape:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cassette-tape:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-castle-turret:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-castle-turret:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cell-signal-full:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cell-signal-full:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cell-signal-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cell-signal-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cell-signal-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cell-signal-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cell-signal-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cell-signal-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cell-signal-none-duotone:before
{
    content: "";
}
.ph-duotone.ph-cell-signal-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cell-signal-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cell-signal-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cell-signal-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-certificate:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-certificate:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chair:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chair:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chalkboard:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chalkboard:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chalkboard-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chalkboard-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chalkboard-teacher:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chalkboard-teacher:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-champagne:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-champagne:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-charging-station:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-charging-station:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-bar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-bar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-bar-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-bar-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-donut:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-donut:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-line-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-line-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-line:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-line:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-line-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-line-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-pie:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-pie:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-pie-slice:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-pie-slice:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-polar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-polar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chart-scatter:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chart-scatter:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-centered-dots:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-centered-dots:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-centered:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-centered:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-centered-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-centered-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-circle-dots:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-circle-dots:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-circle-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-circle-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-dots:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-dots:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chats-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chats-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chats:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chats:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chats-teardrop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chats-teardrop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-teardrop-dots:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-teardrop-dots:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-teardrop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-teardrop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-teardrop-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-teardrop-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-chat-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-chat-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-check-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-check-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-check:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-check:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-check-fat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-check-fat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-checks:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-checks:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-check-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-check-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-check-square-offset:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-check-square-offset:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-church:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-church:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circle-dashed:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circle-dashed:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circle-half:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circle-half:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circle-half-tilt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circle-half-tilt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circle-notch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circle-notch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circles-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circles-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circles-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circles-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circles-three-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circles-three-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-circuitry:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-circuitry:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clipboard:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clipboard:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clipboard-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clipboard-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clock-afternoon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clock-afternoon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clock-clockwise:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clock-clockwise:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clock-countdown:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clock-countdown:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clock-counter-clockwise:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clock-counter-clockwise:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-clock:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-clock:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-closed-captioning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-closed-captioning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-arrow-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-arrow-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-arrow-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-arrow-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-check:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-check:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-fog:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-fog:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-lightning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-lightning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-moon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-moon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-rain:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-rain:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-snow:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-snow:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-sun:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-sun:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-warning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-warning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cloud-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cloud-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-club:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-club:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-coat-hanger:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-coat-hanger:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-coda-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-coda-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-code-block:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-code-block:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-code:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-code:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-codepen-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-codepen-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-codesandbox-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-codesandbox-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-code-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-code-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-coffee:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-coffee:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-coin:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-coin:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-coins:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-coins:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-coin-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-coin-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-columns:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-columns:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-command:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-command:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-compass:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-compass:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-compass-tool:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-compass-tool:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-computer-tower:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-computer-tower:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-confetti:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-confetti:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-contactless-payment:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-contactless-payment:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-control:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-control:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cookie:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cookie:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cooking-pot:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cooking-pot:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-copy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-copy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-copyleft:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-copyleft:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-copyright:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-copyright:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-copy-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-copy-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-corners-in:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-corners-in:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-corners-out:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-corners-out:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-couch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-couch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cpu:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cpu:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-credit-card:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-credit-card:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-crop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-crop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cross:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cross:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-crosshair:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-crosshair:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-crosshair-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-crosshair-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-crown:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-crown:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-crown-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-crown-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cube:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cube:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cube-focus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cube-focus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cube-transparent:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cube-transparent:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-btc:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-btc:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-circle-dollar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-circle-dollar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-cny:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-cny:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-dollar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-dollar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-dollar-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-dollar-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-eth:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-eth:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-eur:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-eur:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-gbp:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-gbp:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-inr:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-inr:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-jpy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-jpy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-krw:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-krw:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-kzt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-kzt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-ngn:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-ngn:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-currency-rub:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-currency-rub:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cursor-click:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cursor-click:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cursor:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cursor:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cursor-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cursor-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-cylinder:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-cylinder:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-database:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-database:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-desktop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-desktop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-desktop-tower:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-desktop-tower:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-detective:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-detective:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-device-mobile-camera:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-device-mobile-camera:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-device-mobile:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-device-mobile:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-device-mobile-speaker:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-device-mobile-speaker:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-devices:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-devices:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-device-tablet-camera:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-device-tablet-camera:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-device-tablet:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-device-tablet:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-device-tablet-speaker:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-device-tablet-speaker:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dev-to-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dev-to-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-diamond:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-diamond:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-diamonds-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-diamonds-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dice-five:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dice-five:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dice-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dice-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dice-one:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dice-one:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dice-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dice-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dice-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dice-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dice-two:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dice-two:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-disc:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-disc:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-discord-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-discord-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-divide:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-divide:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dna:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dna:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dog:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dog:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-door:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-door:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-door-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-door-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dot:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dot:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dot-outline:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dot-outline:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-nine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-nine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-six-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-six-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-three-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-three-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-three-circle-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-three-circle-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-three-outline:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-three-outline:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-three-outline-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-three-outline-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dots-three-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dots-three-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-download:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-download:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-download-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-download-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dress:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dress:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dribbble-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dribbble-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-dropbox-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-dropbox-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-drop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-drop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-drop-half-bottom:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-drop-half-bottom:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-drop-half:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-drop-half:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ear:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ear:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ear-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ear-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-egg-crack:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-egg-crack:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-egg:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-egg:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eject:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eject:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eject-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eject-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-elevator:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-elevator:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-engine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-engine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-envelope:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-envelope:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-envelope-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-envelope-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-envelope-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-envelope-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-envelope-simple-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-envelope-simple-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-equalizer:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-equalizer:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-equals:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-equals:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eraser:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eraser:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-escalator-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-escalator-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-escalator-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-escalator-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-exam:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-exam:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-exclude:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-exclude:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-exclude-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-exclude-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-export:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-export:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eye-closed:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eye-closed:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eyedropper:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eyedropper:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eyedropper-sample:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eyedropper-sample:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eye:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eye:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eyeglasses:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eyeglasses:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-eye-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-eye-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-facebook-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-facebook-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-face-mask:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-face-mask:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-factory:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-factory:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-faders:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-faders:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-faders-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-faders-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fan:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fan:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fast-forward-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fast-forward-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fast-forward:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fast-forward:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-feather:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-feather:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-figma-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-figma-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-archive:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-archive:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-arrow-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-arrow-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-arrow-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-arrow-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-audio:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-audio:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-cloud:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-cloud:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-code:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-code:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-css:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-css:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-csv:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-csv:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-dashed:before, .ph-duotone.ph-file-dotted:before, .ph-duotone.ph-file-dotted:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-dashed:after, .ph-duotone.ph-file-dotted:after, .ph-duotone.ph-file-dotted:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-doc:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-doc:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-html:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-html:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-image:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-image:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-jpg:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-jpg:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-js:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-js:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-jsx:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-jsx:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-lock:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-lock:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-magnifying-glass:before, .ph-duotone.ph-file-search:before, .ph-duotone.ph-file-search:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-magnifying-glass:after, .ph-duotone.ph-file-search:after, .ph-duotone.ph-file-search:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-pdf:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-pdf:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-png:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-png:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-ppt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-ppt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-rs:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-rs:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-files:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-files:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-sql:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-sql:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-svg:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-svg:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-text:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-text:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-ts:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-ts:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-tsx:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-tsx:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-video:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-video:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-vue:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-vue:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-xls:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-xls:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-file-zip:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-file-zip:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-film-reel:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-film-reel:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-film-script:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-film-script:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-film-slate:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-film-slate:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-film-strip:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-film-strip:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fingerprint:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fingerprint:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fingerprint-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fingerprint-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-finn-the-human:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-finn-the-human:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fire:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fire:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fire-extinguisher:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fire-extinguisher:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fire-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fire-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-first-aid:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-first-aid:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-first-aid-kit:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-first-aid-kit:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fish:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fish:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fish-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fish-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flag-banner:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flag-banner:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flag-checkered:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flag-checkered:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flag:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flag:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flag-pennant:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flag-pennant:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flame:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flame:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flashlight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flashlight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flask:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flask:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-floppy-disk-back:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-floppy-disk-back:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-floppy-disk:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-floppy-disk:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flow-arrow:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flow-arrow:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flower:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flower:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flower-lotus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flower-lotus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flower-tulip:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flower-tulip:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-flying-saucer:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-flying-saucer:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-dashed:before, .ph-duotone.ph-folder-dotted:before, .ph-duotone.ph-folder-dotted:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-dashed:after, .ph-duotone.ph-folder-dotted:after, .ph-duotone.ph-folder-dotted:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-lock:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-lock:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-notch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-notch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-notch-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-notch-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-notch-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-notch-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-notch-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-notch-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folders:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folders:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple-dashed:before, .ph-duotone.ph-folder-simple-dotted:before, .ph-duotone.ph-folder-simple-dotted:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple-dashed:after, .ph-duotone.ph-folder-simple-dotted:after, .ph-duotone.ph-folder-simple-dotted:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple-lock:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple-lock:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple-star:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple-star:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-simple-user:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-simple-user:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-star:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-star:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-folder-user:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-folder-user:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-football:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-football:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-footprints:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-footprints:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-fork-knife:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-fork-knife:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-frame-corners:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-frame-corners:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-framer-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-framer-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-function:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-function:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-funnel:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-funnel:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-funnel-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-funnel-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-game-controller:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-game-controller:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-garage:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-garage:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gas-can:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gas-can:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gas-pump:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gas-pump:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gauge:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gauge:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gavel:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gavel:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gear:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gear:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gear-fine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gear-fine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gear-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gear-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gender-female:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gender-female:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gender-intersex:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gender-intersex:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gender-male:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gender-male:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gender-neuter:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gender-neuter:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gender-nonbinary:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gender-nonbinary:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gender-transgender:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gender-transgender:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ghost:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ghost:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gif:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gif:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gift:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gift:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-git-branch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-git-branch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-git-commit:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-git-commit:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-git-diff:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-git-diff:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-git-fork:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-git-fork:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-github-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-github-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gitlab-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gitlab-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gitlab-logo-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gitlab-logo-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-git-merge:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-git-merge:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-git-pull-request:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-git-pull-request:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-globe:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-globe:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-globe-hemisphere-east:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-globe-hemisphere-east:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-globe-hemisphere-west:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-globe-hemisphere-west:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-globe-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-globe-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-globe-stand:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-globe-stand:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-goggles:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-goggles:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-goodreads-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-goodreads-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-cardboard-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-cardboard-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-chrome-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-chrome-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-drive-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-drive-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-photos-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-photos-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-play-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-play-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-google-podcasts-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-google-podcasts-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-gradient:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-gradient:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-graduation-cap:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-graduation-cap:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-grains:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-grains:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-grains-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-grains-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-graph:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-graph:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-grid-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-grid-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-grid-nine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-grid-nine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-guitar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-guitar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hamburger:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hamburger:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hammer:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hammer:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-handbag:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-handbag:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-handbag-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-handbag-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-coins:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-coins:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-eye:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-eye:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-fist:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-fist:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-grabbing:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-grabbing:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-heart:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-heart:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-palm:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-palm:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-pointing:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-pointing:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hands-clapping:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hands-clapping:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-handshake:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-handshake:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-soap:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-soap:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hands-praying:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hands-praying:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-swipe-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-swipe-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-swipe-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-swipe-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-tap:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-tap:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hand-waving:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hand-waving:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hard-drive:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hard-drive:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hard-drives:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hard-drives:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hash-straight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hash-straight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-headlights:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-headlights:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-headphones:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-headphones:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-headset:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-headset:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-heartbeat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-heartbeat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-heart-break:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-heart-break:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-heart:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-heart:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-heart-half:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-heart-half:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-heart-straight-break:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-heart-straight-break:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-heart-straight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-heart-straight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hexagon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hexagon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-high-heel:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-high-heel:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-highlighter-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-highlighter-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hoodie:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hoodie:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-horse:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-horse:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-simple-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-simple-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-hourglass-simple-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-house:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-house:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-house-line:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-house-line:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-house-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-house-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ice-cream:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ice-cream:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-identification-badge:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-identification-badge:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-identification-card:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-identification-card:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-image:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-image:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-images:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-images:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-image-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-image-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-images-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-images-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-infinity:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-infinity:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-info:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-info:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-instagram-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-instagram-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-intersect:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-intersect:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-intersect-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-intersect-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-intersect-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-intersect-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-jeep:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-jeep:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-kanban:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-kanban:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-keyboard:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-keyboard:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-key:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-key:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-keyhole:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-keyhole:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-key-return:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-key-return:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-knife:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-knife:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ladder:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ladder:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ladder-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ladder-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lamp:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lamp:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-laptop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-laptop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-layout:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-layout:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-leaf:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-leaf:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lifebuoy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lifebuoy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lightbulb:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lightbulb:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lightbulb-filament:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lightbulb-filament:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lighthouse:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lighthouse:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lightning-a:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lightning-a:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lightning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lightning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lightning-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lightning-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-line-segment:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-line-segment:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-line-segments:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-line-segments:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-link-break:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-link-break:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-link:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-link:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-linkedin-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-linkedin-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-link-simple-break:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-link-simple-break:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-link-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-link-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-link-simple-horizontal-break:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-link-simple-horizontal-break:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-link-simple-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-link-simple-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-linux-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-linux-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list-bullets:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list-bullets:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list-checks:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list-checks:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list-dashes:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list-dashes:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list-magnifying-glass:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list-magnifying-glass:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list-numbers:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list-numbers:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-list-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-list-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lockers:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lockers:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-key:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-key:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-key-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-key-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-laminated:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-laminated:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-laminated-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-laminated-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-lock-simple-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-lock-simple-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-magic-wand:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-magic-wand:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-magnet:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-magnet:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-magnet-straight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-magnet-straight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-magnifying-glass:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-magnifying-glass-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-magnifying-glass-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-map-pin:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-map-pin:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-map-pin-line:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-map-pin-line:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-map-trifold:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-map-trifold:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-marker-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-marker-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-martini:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-martini:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-mask-happy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-mask-happy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-mask-sad:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-mask-sad:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-math-operations:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-math-operations:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-medal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-medal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-medal-military:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-medal-military:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-medium-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-medium-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-megaphone:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-megaphone:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-megaphone-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-megaphone-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-messenger-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-messenger-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-meta-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-meta-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-metronome:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-metronome:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microphone:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microphone:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microphone-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microphone-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microphone-stage:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microphone-stage:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microsoft-excel-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microsoft-excel-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microsoft-outlook-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microsoft-outlook-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microsoft-powerpoint-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microsoft-powerpoint-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microsoft-teams-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microsoft-teams-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-microsoft-word-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-microsoft-word-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-minus-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-minus-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-minus-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-minus-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-money:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-money:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-monitor:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-monitor:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-monitor-play:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-monitor-play:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-moon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-moon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-moon-stars:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-moon-stars:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-moped:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-moped:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-moped-front:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-moped-front:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-mosque:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-mosque:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-motorcycle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-motorcycle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-mountains:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-mountains:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-mouse:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-mouse:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-mouse-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-mouse-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-music-note:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-music-note:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-music-notes:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-music-notes:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-music-note-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-music-note-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-music-notes-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-music-notes-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-music-notes-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-music-notes-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-navigation-arrow:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-navigation-arrow:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-needle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-needle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-newspaper-clipping:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-newspaper-clipping:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-newspaper:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-newspaper:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-notches:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-notches:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-note-blank:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-note-blank:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-notebook:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-notebook:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-note:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-note:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-notepad:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-notepad:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-note-pencil:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-note-pencil:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-notification:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-notification:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-notion-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-notion-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-eight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-eight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-five:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-five:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-nine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-nine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-one:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-one:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-seven:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-seven:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-two:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-two:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-circle-zero:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-circle-zero:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-eight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-eight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-five:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-five:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-nine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-nine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-one:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-one:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-seven:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-seven:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-eight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-eight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-five:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-five:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-nine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-nine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-one:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-one:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-seven:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-seven:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-two:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-two:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-square-zero:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-square-zero:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-two:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-two:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-number-zero:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-number-zero:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-nut:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-nut:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ny-times-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ny-times-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-octagon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-octagon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-office-chair:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-office-chair:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-option:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-option:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-orange-slice:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-orange-slice:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-package:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-package:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paint-brush-broad:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paint-brush-broad:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paint-brush:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paint-brush:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paint-brush-household:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paint-brush-household:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paint-bucket:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paint-bucket:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paint-roller:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paint-roller:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-palette:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-palette:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pants:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pants:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paperclip:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paperclip:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paperclip-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paperclip-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paper-plane:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paper-plane:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paper-plane-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paper-plane-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paper-plane-tilt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paper-plane-tilt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-parachute:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-parachute:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paragraph:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paragraph:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-parallelogram:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-parallelogram:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-park:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-park:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-password:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-password:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-path:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-path:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-patreon-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-patreon-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pause-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pause-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pause:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pause:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paw-print:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paw-print:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-paypal-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-paypal-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-peace:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-peace:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil-line:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil-line:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil-simple-line:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil-simple-line:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil-simple-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil-simple-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pencil-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pencil-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pen:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pen:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pen-nib:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pen-nib:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pen-nib-straight:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pen-nib-straight:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pentagram:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pentagram:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pepper:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pepper:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-percent:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-percent:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person-arms-spread:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person-arms-spread:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person-simple-bike:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person-simple-bike:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person-simple-run:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person-simple-run:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person-simple-throw:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person-simple-throw:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-person-simple-walk:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-person-simple-walk:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-perspective:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-perspective:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-call:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-call:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-disconnect:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-disconnect:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-incoming:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-incoming:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-outgoing:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-outgoing:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phone-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phone-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-phosphor-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-phosphor-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-piano-keys:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-piano-keys:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-picture-in-picture:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-picture-in-picture:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pi:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pi:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-piggy-bank:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-piggy-bank:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pill:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pill:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pinterest-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pinterest-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pinwheel:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pinwheel:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pizza:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pizza:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-placeholder:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-placeholder:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-planet:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-planet:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plant:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plant:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-play-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-play-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-play:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-play:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-playlist:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-playlist:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-play-pause:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-play-pause:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plug-charging:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plug-charging:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plug:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plug:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plugs-connected:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plugs-connected:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plugs:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plugs:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plus-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plus-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plus-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plus-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-plus-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-plus-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-poker-chip:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-poker-chip:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-police-car:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-police-car:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-polygon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-polygon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-popcorn:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-popcorn:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-potted-plant:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-potted-plant:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-power:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-power:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-prescription:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-prescription:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-presentation-chart:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-presentation-chart:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-presentation:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-presentation:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-printer:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-printer:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-prohibit:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-prohibit:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-prohibit-inset:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-prohibit-inset:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-projector-screen-chart:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-projector-screen-chart:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-projector-screen:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-projector-screen:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-pulse:before, .ph-duotone.ph-activity:before, .ph-duotone.ph-activity:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-pulse:after, .ph-duotone.ph-activity:after, .ph-duotone.ph-activity:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-push-pin:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-push-pin:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-push-pin-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-push-pin-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-push-pin-simple-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-push-pin-simple-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-push-pin-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-push-pin-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-puzzle-piece:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-puzzle-piece:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-qr-code:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-qr-code:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-question:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-question:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-queue:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-queue:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-quotes:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-quotes:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-radical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-radical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-radioactive:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-radioactive:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-radio-button:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-radio-button:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-radio:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-radio:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rainbow-cloud:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rainbow-cloud:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rainbow:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rainbow:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-read-cv-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-read-cv-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-receipt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-receipt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-receipt-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-receipt-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-record:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-record:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rectangle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rectangle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-recycle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-recycle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-reddit-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-reddit-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-repeat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-repeat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-repeat-once:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-repeat-once:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rewind-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rewind-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rewind:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rewind:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-road-horizon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-road-horizon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-robot:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-robot:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rocket:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rocket:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rocket-launch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rocket-launch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rows:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rows:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rss:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rss:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rss-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rss-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-rug:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-rug:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ruler:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ruler:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-scales:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-scales:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-scan:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-scan:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-scissors:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-scissors:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-scooter:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-scooter:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-screencast:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-screencast:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-scribble-loop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-scribble-loop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-scroll:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-scroll:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-seal-check:before, .ph-duotone.ph-circle-wavy-check:before, .ph-duotone.ph-circle-wavy-check:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-seal-check:after, .ph-duotone.ph-circle-wavy-check:after, .ph-duotone.ph-circle-wavy-check:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-seal:before, .ph-duotone.ph-circle-wavy:before, .ph-duotone.ph-circle-wavy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-seal:after, .ph-duotone.ph-circle-wavy:after, .ph-duotone.ph-circle-wavy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-seal-question:before, .ph-duotone.ph-circle-wavy-question:before, .ph-duotone.ph-circle-wavy-question:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-seal-question:after, .ph-duotone.ph-circle-wavy-question:after, .ph-duotone.ph-circle-wavy-question:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-seal-warning:before, .ph-duotone.ph-circle-wavy-warning:before, .ph-duotone.ph-circle-wavy-warning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-seal-warning:after, .ph-duotone.ph-circle-wavy-warning:after, .ph-duotone.ph-circle-wavy-warning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection-all:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection-all:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection-background:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection-background:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection-foreground:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection-foreground:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection-inverse:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection-inverse:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-selection-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-selection-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shapes:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shapes:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-share:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-share:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-share-fat:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-share-fat:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-share-network:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-share-network:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-check:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-check:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-checkered:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-checkered:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-chevron:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-chevron:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-star:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-star:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shield-warning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shield-warning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shirt-folded:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shirt-folded:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shooting-star:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shooting-star:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shopping-bag:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shopping-bag:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shopping-bag-open:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shopping-bag-open:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shopping-cart:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shopping-cart:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shopping-cart-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shopping-cart-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shower:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shower:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shrimp:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shrimp:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shuffle-angular:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shuffle-angular:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shuffle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shuffle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-shuffle-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-shuffle-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sidebar:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sidebar:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sidebar-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sidebar-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sigma:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sigma:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-signature:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-signature:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sign-in:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sign-in:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sign-out:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sign-out:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-signpost:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-signpost:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sim-card:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sim-card:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-siren:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-siren:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sketch-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sketch-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-skip-back-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-skip-back-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-skip-back:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-skip-back:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-skip-forward-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-skip-forward-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-skip-forward:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-skip-forward:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-skull:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-skull:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-slack-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-slack-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sliders:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sliders:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sliders-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sliders-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-slideshow:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-slideshow:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-angry:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-angry:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-blank:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-blank:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-meh:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-meh:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-nervous:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-nervous:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-sad:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-sad:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-sticker:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-sticker:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-wink:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-wink:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-smiley-x-eyes:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-smiley-x-eyes:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-snapchat-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-snapchat-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sneaker:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sneaker:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sneaker-move:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sneaker-move:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-snowflake:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-snowflake:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-soccer-ball:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-soccer-ball:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sort-ascending:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sort-ascending:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sort-descending:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sort-descending:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-soundcloud-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-soundcloud-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-spade:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-spade:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sparkle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sparkle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-hifi:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-hifi:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-none:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-none:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-simple-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-simple-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-none:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-simple-none:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-simple-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-simple-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-speaker-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-speaker-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-spinner:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-spinner:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-spinner-gap:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-spinner-gap:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-spiral:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-spiral:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-split-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-split-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-split-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-split-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-spotify-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-spotify-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-square-half-bottom:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-square-half-bottom:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-square-half:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-square-half:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-square-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-square-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-squares-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-squares-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-square-split-horizontal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-square-split-horizontal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-square-split-vertical:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-square-split-vertical:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stack:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stack:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stack-overflow-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stack-overflow-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stack-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stack-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stairs:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stairs:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stamp:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stamp:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-star-and-crescent:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-star-and-crescent:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-star:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-star:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-star-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-star-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-star-half:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-star-half:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-star-of-david:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-star-of-david:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-steering-wheel:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-steering-wheel:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-steps:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-steps:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stethoscope:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stethoscope:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sticker:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sticker:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stool:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stool:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stop-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stop-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stop:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stop:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-storefront:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-storefront:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-strategy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-strategy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-stripe-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-stripe-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-student:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-student:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-subtitles:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-subtitles:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-subtract:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-subtract:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-subtract-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-subtract-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-suitcase:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-suitcase:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-suitcase-rolling:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-suitcase-rolling:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-suitcase-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-suitcase-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sun-dim:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sun-dim:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sun:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sun:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sunglasses:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sunglasses:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sun-horizon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sun-horizon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-swap:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-swap:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-swatches:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-swatches:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-swimming-pool:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-swimming-pool:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-sword:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-sword:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-synagogue:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-synagogue:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-syringe:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-syringe:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-table:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-table:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tabs:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tabs:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tag-chevron:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tag-chevron:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tag:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tag:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tag-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tag-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-target:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-target:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-taxi:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-taxi:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-telegram-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-telegram-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-television:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-television:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-television-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-television-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tennis-ball:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tennis-ball:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tent:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tent:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-terminal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-terminal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-terminal-window:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-terminal-window:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-test-tube:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-test-tube:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-aa:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-aa:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-align-center:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-align-center:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-align-justify:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-align-justify:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-align-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-align-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-align-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-align-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-a-underline:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-a-underline:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-b:before, .ph-duotone.ph-text-bolder:before, .ph-duotone.ph-text-bolder:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-b:after, .ph-duotone.ph-text-bolder:after, .ph-duotone.ph-text-bolder:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-textbox:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-textbox:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-columns:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-columns:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h-five:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h-five:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h-one:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h-one:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h-six:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h-six:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-h-two:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-h-two:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-indent:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-indent:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-italic:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-italic:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-outdent:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-outdent:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-strikethrough:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-strikethrough:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-t:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-t:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-text-underline:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-text-underline:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-thermometer-cold:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-thermometer-cold:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-thermometer:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-thermometer:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-thermometer-hot:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-thermometer-hot:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-thermometer-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-thermometer-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-thumbs-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-thumbs-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-thumbs-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-thumbs-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-ticket:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-ticket:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tidal-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tidal-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tiktok-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tiktok-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-timer:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-timer:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tipi:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tipi:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-toggle-left:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-toggle-left:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-toggle-right:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-toggle-right:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-toilet:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-toilet:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-toilet-paper:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-toilet-paper:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-toolbox:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-toolbox:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tooth:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tooth:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tote:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tote:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tote-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tote-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trademark:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trademark:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trademark-registered:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trademark-registered:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-traffic-cone:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-traffic-cone:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-traffic-signal:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-traffic-signal:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-traffic-sign:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-traffic-sign:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-train:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-train:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-train-regional:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-train-regional:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-train-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-train-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tram:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tram:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-translate:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-translate:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trash-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trash-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tray:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tray:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tree:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tree:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tree-evergreen:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tree-evergreen:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tree-palm:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tree-palm:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-tree-structure:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-tree-structure:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trend-down:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trend-down:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trend-up:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trend-up:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-triangle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-triangle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-trophy:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-trophy:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-truck:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-truck:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-t-shirt:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-t-shirt:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-twitch-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-twitch-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-twitter-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-twitter-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-umbrella:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-umbrella:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-umbrella-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-umbrella-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-unite:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-unite:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-unite-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-unite-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-upload:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-upload:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-upload-simple:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-upload-simple:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-usb:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-usb:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-circle-gear:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-circle-gear:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-circle-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-circle-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-circle-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-circle-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-focus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-focus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-gear:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-gear:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-list:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-list:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-minus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-minus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-plus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-plus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-rectangle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-rectangle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-users:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-users:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-users-four:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-users-four:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-users-three:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-users-three:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-user-switch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-user-switch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-van:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-van:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-vault:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-vault:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-vibrate:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-vibrate:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-video-camera:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-video-camera:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-video-camera-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-video-camera-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-video:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-video:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-vignette:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-vignette:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-vinyl-record:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-vinyl-record:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-virtual-reality:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-virtual-reality:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-virus:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-virus:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-voicemail:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-voicemail:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-volleyball:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-volleyball:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wall:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wall:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wallet:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wallet:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-warehouse:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-warehouse:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-warning-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-warning-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-warning-diamond:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-warning-diamond:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-warning:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-warning:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-warning-octagon:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-warning-octagon:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-watch:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-watch:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-waveform:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-waveform:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wave-sawtooth:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wave-sawtooth:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-waves:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-waves:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wave-sine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wave-sine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wave-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wave-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wave-triangle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wave-triangle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-webcam:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-webcam:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-webcam-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-webcam-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-webhooks-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-webhooks-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wechat-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wechat-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-whatsapp-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-whatsapp-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wheelchair:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wheelchair:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wheelchair-motion:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wheelchair-motion:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wifi-high:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wifi-high:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wifi-low:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wifi-low:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wifi-medium:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wifi-medium:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wifi-none-duotone:before
{
    content: "";
}
.ph-duotone.ph-wifi-slash:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wifi-slash:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wifi-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wifi-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wind:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wind:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-windows-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-windows-logo:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wine:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wine:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-wrench:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-wrench:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-x-circle:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-x-circle:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-x:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-x:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-x-square:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-x-square:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-yin-yang:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-yin-yang:after
{
    content: "";
    margin-left: -1em;
}
.ph-duotone.ph-youtube-logo:before
{
    content: "";
    opacity: .2;
}
.ph-duotone.ph-youtube-logo:after
{
    content: "";
    margin-left: -1em;
}
@font-face
{
    font-family: "Phosphor";
    src: url("../font/Phosphor.woff2") format("woff2"),url("../font/Phosphor.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.ph
{
    font-family: "Phosphor"!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;
}
.ph.ph-address-book:before
{
    content: "";
}
.ph.ph-airplane:before
{
    content: "";
}
.ph.ph-airplane-in-flight:before
{
    content: "";
}
.ph.ph-airplane-landing:before
{
    content: "";
}
.ph.ph-airplane-takeoff:before
{
    content: "";
}
.ph.ph-airplane-tilt:before
{
    content: "";
}
.ph.ph-airplay:before
{
    content: "";
}
.ph.ph-air-traffic-control:before
{
    content: "";
}
.ph.ph-alarm:before
{
    content: "";
}
.ph.ph-alien:before
{
    content: "";
}
.ph.ph-align-bottom:before
{
    content: "";
}
.ph.ph-align-bottom-simple:before
{
    content: "";
}
.ph.ph-align-center-horizontal:before
{
    content: "";
}
.ph.ph-align-center-horizontal-simple:before
{
    content: "";
}
.ph.ph-align-center-vertical:before
{
    content: "";
}
.ph.ph-align-center-vertical-simple:before
{
    content: "";
}
.ph.ph-align-left:before
{
    content: "";
}
.ph.ph-align-left-simple:before
{
    content: "";
}
.ph.ph-align-right:before
{
    content: "";
}
.ph.ph-align-right-simple:before
{
    content: "";
}
.ph.ph-align-top:before
{
    content: "";
}
.ph.ph-align-top-simple:before
{
    content: "";
}
.ph.ph-amazon-logo:before
{
    content: "";
}
.ph.ph-anchor:before
{
    content: "";
}
.ph.ph-anchor-simple:before
{
    content: "";
}
.ph.ph-android-logo:before
{
    content: "";
}
.ph.ph-angular-logo:before
{
    content: "";
}
.ph.ph-aperture:before
{
    content: "";
}
.ph.ph-apple-logo:before
{
    content: "";
}
.ph.ph-apple-podcasts-logo:before
{
    content: "";
}
.ph.ph-app-store-logo:before
{
    content: "";
}
.ph.ph-app-window:before
{
    content: "";
}
.ph.ph-archive:before
{
    content: "";
}
.ph.ph-archive-box:before
{
    content: "";
}
.ph.ph-archive-tray:before
{
    content: "";
}
.ph.ph-armchair:before
{
    content: "";
}
.ph.ph-arrow-arc-left:before
{
    content: "";
}
.ph.ph-arrow-arc-right:before
{
    content: "";
}
.ph.ph-arrow-bend-double-up-left:before
{
    content: "";
}
.ph.ph-arrow-bend-double-up-right:before
{
    content: "";
}
.ph.ph-arrow-bend-down-left:before
{
    content: "";
}
.ph.ph-arrow-bend-down-right:before
{
    content: "";
}
.ph.ph-arrow-bend-left-down:before
{
    content: "";
}
.ph.ph-arrow-bend-left-up:before
{
    content: "";
}
.ph.ph-arrow-bend-right-down:before
{
    content: "";
}
.ph.ph-arrow-bend-right-up:before
{
    content: "";
}
.ph.ph-arrow-bend-up-left:before
{
    content: "";
}
.ph.ph-arrow-bend-up-right:before
{
    content: "";
}
.ph.ph-arrow-circle-down:before
{
    content: "";
}
.ph.ph-arrow-circle-down-left:before
{
    content: "";
}
.ph.ph-arrow-circle-down-right:before
{
    content: "";
}
.ph.ph-arrow-circle-left:before
{
    content: "";
}
.ph.ph-arrow-circle-right:before
{
    content: "";
}
.ph.ph-arrow-circle-up:before
{
    content: "";
}
.ph.ph-arrow-circle-up-left:before
{
    content: "";
}
.ph.ph-arrow-circle-up-right:before
{
    content: "";
}
.ph.ph-arrow-clockwise:before
{
    content: "";
}
.ph.ph-arrow-counter-clockwise:before
{
    content: "";
}
.ph.ph-arrow-down:before
{
    content: "";
}
.ph.ph-arrow-down-left:before
{
    content: "";
}
.ph.ph-arrow-down-right:before
{
    content: "";
}
.ph.ph-arrow-elbow-down-left:before
{
    content: "";
}
.ph.ph-arrow-elbow-down-right:before
{
    content: "";
}
.ph.ph-arrow-elbow-left:before
{
    content: "";
}
.ph.ph-arrow-elbow-left-down:before
{
    content: "";
}
.ph.ph-arrow-elbow-left-up:before
{
    content: "";
}
.ph.ph-arrow-elbow-right:before
{
    content: "";
}
.ph.ph-arrow-elbow-right-down:before
{
    content: "";
}
.ph.ph-arrow-elbow-right-up:before
{
    content: "";
}
.ph.ph-arrow-elbow-up-left:before
{
    content: "";
}
.ph.ph-arrow-elbow-up-right:before
{
    content: "";
}
.ph.ph-arrow-fat-down:before
{
    content: "";
}
.ph.ph-arrow-fat-left:before
{
    content: "";
}
.ph.ph-arrow-fat-line-down:before
{
    content: "";
}
.ph.ph-arrow-fat-line-left:before
{
    content: "";
}
.ph.ph-arrow-fat-line-right:before
{
    content: "";
}
.ph.ph-arrow-fat-lines-down:before
{
    content: "";
}
.ph.ph-arrow-fat-lines-left:before
{
    content: "";
}
.ph.ph-arrow-fat-lines-right:before
{
    content: "";
}
.ph.ph-arrow-fat-lines-up:before
{
    content: "";
}
.ph.ph-arrow-fat-line-up:before
{
    content: "";
}
.ph.ph-arrow-fat-right:before
{
    content: "";
}
.ph.ph-arrow-fat-up:before
{
    content: "";
}
.ph.ph-arrow-left:before
{
    content: "";
}
.ph.ph-arrow-line-down:before
{
    content: "";
}
.ph.ph-arrow-line-down-left:before
{
    content: "";
}
.ph.ph-arrow-line-down-right:before
{
    content: "";
}
.ph.ph-arrow-line-left:before
{
    content: "";
}
.ph.ph-arrow-line-right:before
{
    content: "";
}
.ph.ph-arrow-line-up:before
{
    content: "";
}
.ph.ph-arrow-line-up-left:before
{
    content: "";
}
.ph.ph-arrow-line-up-right:before
{
    content: "";
}
.ph.ph-arrow-right:before
{
    content: "";
}
.ph.ph-arrows-clockwise:before
{
    content: "";
}
.ph.ph-arrows-counter-clockwise:before
{
    content: "";
}
.ph.ph-arrows-down-up:before
{
    content: "";
}
.ph.ph-arrows-horizontal:before
{
    content: "";
}
.ph.ph-arrows-in:before
{
    content: "";
}
.ph.ph-arrows-in-cardinal:before
{
    content: "";
}
.ph.ph-arrows-in-line-horizontal:before
{
    content: "";
}
.ph.ph-arrows-in-line-vertical:before
{
    content: "";
}
.ph.ph-arrows-in-simple:before
{
    content: "";
}
.ph.ph-arrows-left-right:before
{
    content: "";
}
.ph.ph-arrows-merge:before
{
    content: "";
}
.ph.ph-arrows-out:before
{
    content: "";
}
.ph.ph-arrows-out-cardinal:before
{
    content: "";
}
.ph.ph-arrows-out-line-horizontal:before
{
    content: "";
}
.ph.ph-arrows-out-line-vertical:before
{
    content: "";
}
.ph.ph-arrows-out-simple:before
{
    content: "";
}
.ph.ph-arrow-square-down:before
{
    content: "";
}
.ph.ph-arrow-square-down-left:before
{
    content: "";
}
.ph.ph-arrow-square-down-right:before
{
    content: "";
}
.ph.ph-arrow-square-in:before
{
    content: "";
}
.ph.ph-arrow-square-left:before
{
    content: "";
}
.ph.ph-arrow-square-out:before
{
    content: "";
}
.ph.ph-arrow-square-right:before
{
    content: "";
}
.ph.ph-arrow-square-up:before
{
    content: "";
}
.ph.ph-arrow-square-up-left:before
{
    content: "";
}
.ph.ph-arrow-square-up-right:before
{
    content: "";
}
.ph.ph-arrows-split:before
{
    content: "";
}
.ph.ph-arrows-vertical:before
{
    content: "";
}
.ph.ph-arrow-u-down-left:before
{
    content: "";
}
.ph.ph-arrow-u-down-right:before
{
    content: "";
}
.ph.ph-arrow-u-left-down:before
{
    content: "";
}
.ph.ph-arrow-u-left-up:before
{
    content: "";
}
.ph.ph-arrow-up:before
{
    content: "";
}
.ph.ph-arrow-up-left:before
{
    content: "";
}
.ph.ph-arrow-up-right:before
{
    content: "";
}
.ph.ph-arrow-u-right-down:before
{
    content: "";
}
.ph.ph-arrow-u-right-up:before
{
    content: "";
}
.ph.ph-arrow-u-up-left:before
{
    content: "";
}
.ph.ph-arrow-u-up-right:before
{
    content: "";
}
.ph.ph-article:before
{
    content: "";
}
.ph.ph-article-medium:before
{
    content: "";
}
.ph.ph-article-ny-times:before
{
    content: "";
}
.ph.ph-asterisk:before
{
    content: "";
}
.ph.ph-asterisk-simple:before
{
    content: "";
}
.ph.ph-at:before
{
    content: "";
}
.ph.ph-atom:before
{
    content: "";
}
.ph.ph-baby:before
{
    content: "";
}
.ph.ph-backpack:before
{
    content: "";
}
.ph.ph-backspace:before
{
    content: "";
}
.ph.ph-bag:before
{
    content: "";
}
.ph.ph-bag-simple:before
{
    content: "";
}
.ph.ph-balloon:before
{
    content: "";
}
.ph.ph-bandaids:before
{
    content: "";
}
.ph.ph-bank:before
{
    content: "";
}
.ph.ph-barbell:before
{
    content: "";
}
.ph.ph-barcode:before
{
    content: "";
}
.ph.ph-barricade:before
{
    content: "";
}
.ph.ph-baseball:before
{
    content: "";
}
.ph.ph-baseball-cap:before
{
    content: "";
}
.ph.ph-basket:before
{
    content: "";
}
.ph.ph-basketball:before
{
    content: "";
}
.ph.ph-bathtub:before
{
    content: "";
}
.ph.ph-battery-charging:before
{
    content: "";
}
.ph.ph-battery-charging-vertical:before
{
    content: "";
}
.ph.ph-battery-empty:before
{
    content: "";
}
.ph.ph-battery-full:before
{
    content: "";
}
.ph.ph-battery-high:before
{
    content: "";
}
.ph.ph-battery-low:before
{
    content: "";
}
.ph.ph-battery-medium:before
{
    content: "";
}
.ph.ph-battery-plus:before
{
    content: "";
}
.ph.ph-battery-plus-vertical:before
{
    content: "";
}
.ph.ph-battery-vertical-empty:before
{
    content: "";
}
.ph.ph-battery-vertical-full:before
{
    content: "";
}
.ph.ph-battery-vertical-high:before
{
    content: "";
}
.ph.ph-battery-vertical-low:before
{
    content: "";
}
.ph.ph-battery-vertical-medium:before
{
    content: "";
}
.ph.ph-battery-warning:before
{
    content: "";
}
.ph.ph-battery-warning-vertical:before
{
    content: "";
}
.ph.ph-bed:before
{
    content: "";
}
.ph.ph-beer-bottle:before
{
    content: "";
}
.ph.ph-beer-stein:before
{
    content: "";
}
.ph.ph-behance-logo:before
{
    content: "";
}
.ph.ph-bell:before
{
    content: "";
}
.ph.ph-bell-ringing:before
{
    content: "";
}
.ph.ph-bell-simple:before
{
    content: "";
}
.ph.ph-bell-simple-ringing:before
{
    content: "";
}
.ph.ph-bell-simple-slash:before
{
    content: "";
}
.ph.ph-bell-simple-z:before
{
    content: "";
}
.ph.ph-bell-slash:before
{
    content: "";
}
.ph.ph-bell-z:before
{
    content: "";
}
.ph.ph-bezier-curve:before
{
    content: "";
}
.ph.ph-bicycle:before
{
    content: "";
}
.ph.ph-binoculars:before
{
    content: "";
}
.ph.ph-bird:before
{
    content: "";
}
.ph.ph-bluetooth:before
{
    content: "";
}
.ph.ph-bluetooth-connected:before
{
    content: "";
}
.ph.ph-bluetooth-slash:before
{
    content: "";
}
.ph.ph-bluetooth-x:before
{
    content: "";
}
.ph.ph-boat:before
{
    content: "";
}
.ph.ph-bone:before
{
    content: "";
}
.ph.ph-book:before
{
    content: "";
}
.ph.ph-book-bookmark:before
{
    content: "";
}
.ph.ph-bookmark:before
{
    content: "";
}
.ph.ph-bookmarks:before
{
    content: "";
}
.ph.ph-bookmark-simple:before
{
    content: "";
}
.ph.ph-bookmarks-simple:before
{
    content: "";
}
.ph.ph-book-open:before
{
    content: "";
}
.ph.ph-book-open-text:before
{
    content: "";
}
.ph.ph-books:before
{
    content: "";
}
.ph.ph-boot:before
{
    content: "";
}
.ph.ph-bounding-box:before
{
    content: "";
}
.ph.ph-bowl-food:before
{
    content: "";
}
.ph.ph-brackets-angle:before
{
    content: "";
}
.ph.ph-brackets-curly:before
{
    content: "";
}
.ph.ph-brackets-round:before
{
    content: "";
}
.ph.ph-brackets-square:before
{
    content: "";
}
.ph.ph-brain:before
{
    content: "";
}
.ph.ph-brandy:before
{
    content: "";
}
.ph.ph-bridge:before
{
    content: "";
}
.ph.ph-briefcase:before
{
    content: "";
}
.ph.ph-briefcase-metal:before
{
    content: "";
}
.ph.ph-broadcast:before
{
    content: "";
}
.ph.ph-broom:before
{
    content: "";
}
.ph.ph-browser:before
{
    content: "";
}
.ph.ph-browsers:before
{
    content: "";
}
.ph.ph-bug:before
{
    content: "";
}
.ph.ph-bug-beetle:before
{
    content: "";
}
.ph.ph-bug-droid:before
{
    content: "";
}
.ph.ph-buildings:before
{
    content: "";
}
.ph.ph-bus:before
{
    content: "";
}
.ph.ph-butterfly:before
{
    content: "";
}
.ph.ph-cactus:before
{
    content: "";
}
.ph.ph-cake:before
{
    content: "";
}
.ph.ph-calculator:before
{
    content: "";
}
.ph.ph-calendar:before
{
    content: "";
}
.ph.ph-calendar-blank:before
{
    content: "";
}
.ph.ph-calendar-check:before
{
    content: "";
}
.ph.ph-calendar-plus:before
{
    content: "";
}
.ph.ph-calendar-x:before
{
    content: "";
}
.ph.ph-call-bell:before
{
    content: "";
}
.ph.ph-camera:before
{
    content: "";
}
.ph.ph-camera-plus:before
{
    content: "";
}
.ph.ph-camera-rotate:before
{
    content: "";
}
.ph.ph-camera-slash:before
{
    content: "";
}
.ph.ph-campfire:before
{
    content: "";
}
.ph.ph-car:before
{
    content: "";
}
.ph.ph-cardholder:before
{
    content: "";
}
.ph.ph-cards:before
{
    content: "";
}
.ph.ph-caret-circle-double-down:before
{
    content: "";
}
.ph.ph-caret-circle-double-left:before
{
    content: "";
}
.ph.ph-caret-circle-double-right:before
{
    content: "";
}
.ph.ph-caret-circle-double-up:before
{
    content: "";
}
.ph.ph-caret-circle-down:before
{
    content: "";
}
.ph.ph-caret-circle-left:before
{
    content: "";
}
.ph.ph-caret-circle-right:before
{
    content: "";
}
.ph.ph-caret-circle-up:before
{
    content: "";
}
.ph.ph-caret-circle-up-down:before
{
    content: "";
}
.ph.ph-caret-double-down:before
{
    content: "";
}
.ph.ph-caret-double-left:before
{
    content: "";
}
.ph.ph-caret-double-right:before
{
    content: "";
}
.ph.ph-caret-double-up:before
{
    content: "";
}
.ph.ph-caret-down:before
{
    content: "";
}
.ph.ph-caret-left:before
{
    content: "";
}
.ph.ph-caret-right:before
{
    content: "";
}
.ph.ph-caret-up:before
{
    content: "";
}
.ph.ph-caret-up-down:before
{
    content: "";
}
.ph.ph-car-profile:before
{
    content: "";
}
.ph.ph-carrot:before
{
    content: "";
}
.ph.ph-car-simple:before
{
    content: "";
}
.ph.ph-cassette-tape:before
{
    content: "";
}
.ph.ph-castle-turret:before
{
    content: "";
}
.ph.ph-cat:before
{
    content: "";
}
.ph.ph-cell-signal-full:before
{
    content: "";
}
.ph.ph-cell-signal-high:before
{
    content: "";
}
.ph.ph-cell-signal-low:before
{
    content: "";
}
.ph.ph-cell-signal-medium:before
{
    content: "";
}
.ph.ph-cell-signal-none:before
{
    content: "";
}
.ph.ph-cell-signal-slash:before
{
    content: "";
}
.ph.ph-cell-signal-x:before
{
    content: "";
}
.ph.ph-certificate:before
{
    content: "";
}
.ph.ph-chair:before
{
    content: "";
}
.ph.ph-chalkboard:before
{
    content: "";
}
.ph.ph-chalkboard-simple:before
{
    content: "";
}
.ph.ph-chalkboard-teacher:before
{
    content: "";
}
.ph.ph-champagne:before
{
    content: "";
}
.ph.ph-charging-station:before
{
    content: "";
}
.ph.ph-chart-bar:before
{
    content: "";
}
.ph.ph-chart-bar-horizontal:before
{
    content: "";
}
.ph.ph-chart-donut:before
{
    content: "";
}
.ph.ph-chart-line:before
{
    content: "";
}
.ph.ph-chart-line-down:before
{
    content: "";
}
.ph.ph-chart-line-up:before
{
    content: "";
}
.ph.ph-chart-pie:before
{
    content: "";
}
.ph.ph-chart-pie-slice:before
{
    content: "";
}
.ph.ph-chart-polar:before
{
    content: "";
}
.ph.ph-chart-scatter:before
{
    content: "";
}
.ph.ph-chat:before
{
    content: "";
}
.ph.ph-chat-centered:before
{
    content: "";
}
.ph.ph-chat-centered-dots:before
{
    content: "";
}
.ph.ph-chat-centered-text:before
{
    content: "";
}
.ph.ph-chat-circle:before
{
    content: "";
}
.ph.ph-chat-circle-dots:before
{
    content: "";
}
.ph.ph-chat-circle-text:before
{
    content: "";
}
.ph.ph-chat-dots:before
{
    content: "";
}
.ph.ph-chats:before
{
    content: "";
}
.ph.ph-chats-circle:before
{
    content: "";
}
.ph.ph-chats-teardrop:before
{
    content: "";
}
.ph.ph-chat-teardrop:before
{
    content: "";
}
.ph.ph-chat-teardrop-dots:before
{
    content: "";
}
.ph.ph-chat-teardrop-text:before
{
    content: "";
}
.ph.ph-chat-text:before
{
    content: "";
}
.ph.ph-check:before
{
    content: "";
}
.ph.ph-check-circle:before
{
    content: "";
}
.ph.ph-check-fat:before
{
    content: "";
}
.ph.ph-checks:before
{
    content: "";
}
.ph.ph-check-square:before
{
    content: "";
}
.ph.ph-check-square-offset:before
{
    content: "";
}
.ph.ph-church:before
{
    content: "";
}
.ph.ph-circle:before
{
    content: "";
}
.ph.ph-circle-dashed:before
{
    content: "";
}
.ph.ph-circle-half:before
{
    content: "";
}
.ph.ph-circle-half-tilt:before
{
    content: "";
}
.ph.ph-circle-notch:before
{
    content: "";
}
.ph.ph-circles-four:before
{
    content: "";
}
.ph.ph-circles-three:before
{
    content: "";
}
.ph.ph-circles-three-plus:before
{
    content: "";
}
.ph.ph-circuitry:before
{
    content: "";
}
.ph.ph-clipboard:before
{
    content: "";
}
.ph.ph-clipboard-text:before
{
    content: "";
}
.ph.ph-clock:before
{
    content: "";
}
.ph.ph-clock-afternoon:before
{
    content: "";
}
.ph.ph-clock-clockwise:before
{
    content: "";
}
.ph.ph-clock-countdown:before
{
    content: "";
}
.ph.ph-clock-counter-clockwise:before
{
    content: "";
}
.ph.ph-closed-captioning:before
{
    content: "";
}
.ph.ph-cloud:before
{
    content: "";
}
.ph.ph-cloud-arrow-down:before
{
    content: "";
}
.ph.ph-cloud-arrow-up:before
{
    content: "";
}
.ph.ph-cloud-check:before
{
    content: "";
}
.ph.ph-cloud-fog:before
{
    content: "";
}
.ph.ph-cloud-lightning:before
{
    content: "";
}
.ph.ph-cloud-moon:before
{
    content: "";
}
.ph.ph-cloud-rain:before
{
    content: "";
}
.ph.ph-cloud-slash:before
{
    content: "";
}
.ph.ph-cloud-snow:before
{
    content: "";
}
.ph.ph-cloud-sun:before
{
    content: "";
}
.ph.ph-cloud-warning:before
{
    content: "";
}
.ph.ph-cloud-x:before
{
    content: "";
}
.ph.ph-club:before
{
    content: "";
}
.ph.ph-coat-hanger:before
{
    content: "";
}
.ph.ph-coda-logo:before
{
    content: "";
}
.ph.ph-code:before
{
    content: "";
}
.ph.ph-code-block:before
{
    content: "";
}
.ph.ph-codepen-logo:before
{
    content: "";
}
.ph.ph-codesandbox-logo:before
{
    content: "";
}
.ph.ph-code-simple:before
{
    content: "";
}
.ph.ph-coffee:before
{
    content: "";
}
.ph.ph-coin:before
{
    content: "";
}
.ph.ph-coins:before
{
    content: "";
}
.ph.ph-coin-vertical:before
{
    content: "";
}
.ph.ph-columns:before
{
    content: "";
}
.ph.ph-command:before
{
    content: "";
}
.ph.ph-compass:before
{
    content: "";
}
.ph.ph-compass-tool:before
{
    content: "";
}
.ph.ph-computer-tower:before
{
    content: "";
}
.ph.ph-confetti:before
{
    content: "";
}
.ph.ph-contactless-payment:before
{
    content: "";
}
.ph.ph-control:before
{
    content: "";
}
.ph.ph-cookie:before
{
    content: "";
}
.ph.ph-cooking-pot:before
{
    content: "";
}
.ph.ph-copy:before
{
    content: "";
}
.ph.ph-copyleft:before
{
    content: "";
}
.ph.ph-copyright:before
{
    content: "";
}
.ph.ph-copy-simple:before
{
    content: "";
}
.ph.ph-corners-in:before
{
    content: "";
}
.ph.ph-corners-out:before
{
    content: "";
}
.ph.ph-couch:before
{
    content: "";
}
.ph.ph-cpu:before
{
    content: "";
}
.ph.ph-credit-card:before
{
    content: "";
}
.ph.ph-crop:before
{
    content: "";
}
.ph.ph-cross:before
{
    content: "";
}
.ph.ph-crosshair:before
{
    content: "";
}
.ph.ph-crosshair-simple:before
{
    content: "";
}
.ph.ph-crown:before
{
    content: "";
}
.ph.ph-crown-simple:before
{
    content: "";
}
.ph.ph-cube:before
{
    content: "";
}
.ph.ph-cube-focus:before
{
    content: "";
}
.ph.ph-cube-transparent:before
{
    content: "";
}
.ph.ph-currency-btc:before
{
    content: "";
}
.ph.ph-currency-circle-dollar:before
{
    content: "";
}
.ph.ph-currency-cny:before
{
    content: "";
}
.ph.ph-currency-dollar:before
{
    content: "";
}
.ph.ph-currency-dollar-simple:before
{
    content: "";
}
.ph.ph-currency-eth:before
{
    content: "";
}
.ph.ph-currency-eur:before
{
    content: "";
}
.ph.ph-currency-gbp:before
{
    content: "";
}
.ph.ph-currency-inr:before
{
    content: "";
}
.ph.ph-currency-jpy:before
{
    content: "";
}
.ph.ph-currency-krw:before
{
    content: "";
}
.ph.ph-currency-kzt:before
{
    content: "";
}
.ph.ph-currency-ngn:before
{
    content: "";
}
.ph.ph-currency-rub:before
{
    content: "";
}
.ph.ph-cursor:before
{
    content: "";
}
.ph.ph-cursor-click:before
{
    content: "";
}
.ph.ph-cursor-text:before
{
    content: "";
}
.ph.ph-cylinder:before
{
    content: "";
}
.ph.ph-database:before
{
    content: "";
}
.ph.ph-desktop:before
{
    content: "";
}
.ph.ph-desktop-tower:before
{
    content: "";
}
.ph.ph-detective:before
{
    content: "";
}
.ph.ph-device-mobile:before
{
    content: "";
}
.ph.ph-device-mobile-camera:before
{
    content: "";
}
.ph.ph-device-mobile-speaker:before
{
    content: "";
}
.ph.ph-devices:before
{
    content: "";
}
.ph.ph-device-tablet:before
{
    content: "";
}
.ph.ph-device-tablet-camera:before
{
    content: "";
}
.ph.ph-device-tablet-speaker:before
{
    content: "";
}
.ph.ph-dev-to-logo:before
{
    content: "";
}
.ph.ph-diamond:before
{
    content: "";
}
.ph.ph-diamonds-four:before
{
    content: "";
}
.ph.ph-dice-five:before
{
    content: "";
}
.ph.ph-dice-four:before
{
    content: "";
}
.ph.ph-dice-one:before
{
    content: "";
}
.ph.ph-dice-six:before
{
    content: "";
}
.ph.ph-dice-three:before
{
    content: "";
}
.ph.ph-dice-two:before
{
    content: "";
}
.ph.ph-disc:before
{
    content: "";
}
.ph.ph-discord-logo:before
{
    content: "";
}
.ph.ph-divide:before
{
    content: "";
}
.ph.ph-dna:before
{
    content: "";
}
.ph.ph-dog:before
{
    content: "";
}
.ph.ph-door:before
{
    content: "";
}
.ph.ph-door-open:before
{
    content: "";
}
.ph.ph-dot:before
{
    content: "";
}
.ph.ph-dot-outline:before
{
    content: "";
}
.ph.ph-dots-nine:before
{
    content: "";
}
.ph.ph-dots-six:before
{
    content: "";
}
.ph.ph-dots-six-vertical:before
{
    content: "";
}
.ph.ph-dots-three:before
{
    content: "";
}
.ph.ph-dots-three-circle:before
{
    content: "";
}
.ph.ph-dots-three-circle-vertical:before
{
    content: "";
}
.ph.ph-dots-three-outline:before
{
    content: "";
}
.ph.ph-dots-three-outline-vertical:before
{
    content: "";
}
.ph.ph-dots-three-vertical:before
{
    content: "";
}
.ph.ph-download:before
{
    content: "";
}
.ph.ph-download-simple:before
{
    content: "";
}
.ph.ph-dress:before
{
    content: "";
}
.ph.ph-dribbble-logo:before
{
    content: "";
}
.ph.ph-drop:before
{
    content: "";
}
.ph.ph-dropbox-logo:before
{
    content: "";
}
.ph.ph-drop-half:before
{
    content: "";
}
.ph.ph-drop-half-bottom:before
{
    content: "";
}
.ph.ph-ear:before
{
    content: "";
}
.ph.ph-ear-slash:before
{
    content: "";
}
.ph.ph-egg:before
{
    content: "";
}
.ph.ph-egg-crack:before
{
    content: "";
}
.ph.ph-eject:before
{
    content: "";
}
.ph.ph-eject-simple:before
{
    content: "";
}
.ph.ph-elevator:before
{
    content: "";
}
.ph.ph-engine:before
{
    content: "";
}
.ph.ph-envelope:before
{
    content: "";
}
.ph.ph-envelope-open:before
{
    content: "";
}
.ph.ph-envelope-simple:before
{
    content: "";
}
.ph.ph-envelope-simple-open:before
{
    content: "";
}
.ph.ph-equalizer:before
{
    content: "";
}
.ph.ph-equals:before
{
    content: "";
}
.ph.ph-eraser:before
{
    content: "";
}
.ph.ph-escalator-down:before
{
    content: "";
}
.ph.ph-escalator-up:before
{
    content: "";
}
.ph.ph-exam:before
{
    content: "";
}
.ph.ph-exclude:before
{
    content: "";
}
.ph.ph-exclude-square:before
{
    content: "";
}
.ph.ph-export:before
{
    content: "";
}
.ph.ph-eye:before
{
    content: "";
}
.ph.ph-eye-closed:before
{
    content: "";
}
.ph.ph-eyedropper:before
{
    content: "";
}
.ph.ph-eyedropper-sample:before
{
    content: "";
}
.ph.ph-eyeglasses:before
{
    content: "";
}
.ph.ph-eye-slash:before
{
    content: "";
}
.ph.ph-facebook-logo:before
{
    content: "";
}
.ph.ph-face-mask:before
{
    content: "";
}
.ph.ph-factory:before
{
    content: "";
}
.ph.ph-faders:before
{
    content: "";
}
.ph.ph-faders-horizontal:before
{
    content: "";
}
.ph.ph-fan:before
{
    content: "";
}
.ph.ph-fast-forward:before
{
    content: "";
}
.ph.ph-fast-forward-circle:before
{
    content: "";
}
.ph.ph-feather:before
{
    content: "";
}
.ph.ph-figma-logo:before
{
    content: "";
}
.ph.ph-file:before
{
    content: "";
}
.ph.ph-file-archive:before
{
    content: "";
}
.ph.ph-file-arrow-down:before
{
    content: "";
}
.ph.ph-file-arrow-up:before
{
    content: "";
}
.ph.ph-file-audio:before
{
    content: "";
}
.ph.ph-file-cloud:before
{
    content: "";
}
.ph.ph-file-code:before
{
    content: "";
}
.ph.ph-file-css:before
{
    content: "";
}
.ph.ph-file-csv:before
{
    content: "";
}
.ph.ph-file-dashed:before, .ph.ph-file-dotted:before, .ph.ph-file-dotted:before
{
    content: "";
}
.ph.ph-file-doc:before
{
    content: "";
}
.ph.ph-file-html:before
{
    content: "";
}
.ph.ph-file-image:before
{
    content: "";
}
.ph.ph-file-jpg:before
{
    content: "";
}
.ph.ph-file-js:before
{
    content: "";
}
.ph.ph-file-jsx:before
{
    content: "";
}
.ph.ph-file-lock:before
{
    content: "";
}
.ph.ph-file-magnifying-glass:before, .ph.ph-file-search:before, .ph.ph-file-search:before
{
    content: "";
}
.ph.ph-file-minus:before
{
    content: "";
}
.ph.ph-file-pdf:before
{
    content: "";
}
.ph.ph-file-plus:before
{
    content: "";
}
.ph.ph-file-png:before
{
    content: "";
}
.ph.ph-file-ppt:before
{
    content: "";
}
.ph.ph-file-rs:before
{
    content: "";
}
.ph.ph-files:before
{
    content: "";
}
.ph.ph-file-sql:before
{
    content: "";
}
.ph.ph-file-svg:before
{
    content: "";
}
.ph.ph-file-text:before
{
    content: "";
}
.ph.ph-file-ts:before
{
    content: "";
}
.ph.ph-file-tsx:before
{
    content: "";
}
.ph.ph-file-video:before
{
    content: "";
}
.ph.ph-file-vue:before
{
    content: "";
}
.ph.ph-file-x:before
{
    content: "";
}
.ph.ph-file-xls:before
{
    content: "";
}
.ph.ph-file-zip:before
{
    content: "";
}
.ph.ph-film-reel:before
{
    content: "";
}
.ph.ph-film-script:before
{
    content: "";
}
.ph.ph-film-slate:before
{
    content: "";
}
.ph.ph-film-strip:before
{
    content: "";
}
.ph.ph-fingerprint:before
{
    content: "";
}
.ph.ph-fingerprint-simple:before
{
    content: "";
}
.ph.ph-finn-the-human:before
{
    content: "";
}
.ph.ph-fire:before
{
    content: "";
}
.ph.ph-fire-extinguisher:before
{
    content: "";
}
.ph.ph-fire-simple:before
{
    content: "";
}
.ph.ph-first-aid:before
{
    content: "";
}
.ph.ph-first-aid-kit:before
{
    content: "";
}
.ph.ph-fish:before
{
    content: "";
}
.ph.ph-fish-simple:before
{
    content: "";
}
.ph.ph-flag:before
{
    content: "";
}
.ph.ph-flag-banner:before
{
    content: "";
}
.ph.ph-flag-checkered:before
{
    content: "";
}
.ph.ph-flag-pennant:before
{
    content: "";
}
.ph.ph-flame:before
{
    content: "";
}
.ph.ph-flashlight:before
{
    content: "";
}
.ph.ph-flask:before
{
    content: "";
}
.ph.ph-floppy-disk:before
{
    content: "";
}
.ph.ph-floppy-disk-back:before
{
    content: "";
}
.ph.ph-flow-arrow:before
{
    content: "";
}
.ph.ph-flower:before
{
    content: "";
}
.ph.ph-flower-lotus:before
{
    content: "";
}
.ph.ph-flower-tulip:before
{
    content: "";
}
.ph.ph-flying-saucer:before
{
    content: "";
}
.ph.ph-folder:before
{
    content: "";
}
.ph.ph-folder-dashed:before, .ph.ph-folder-dotted:before, .ph.ph-folder-dotted:before
{
    content: "";
}
.ph.ph-folder-lock:before
{
    content: "";
}
.ph.ph-folder-minus:before
{
    content: "";
}
.ph.ph-folder-notch:before
{
    content: "";
}
.ph.ph-folder-notch-minus:before
{
    content: "";
}
.ph.ph-folder-notch-open:before
{
    content: "";
}
.ph.ph-folder-notch-plus:before
{
    content: "";
}
.ph.ph-folder-open:before
{
    content: "";
}
.ph.ph-folder-plus:before
{
    content: "";
}
.ph.ph-folders:before
{
    content: "";
}
.ph.ph-folder-simple:before
{
    content: "";
}
.ph.ph-folder-simple-dashed:before, .ph.ph-folder-simple-dotted:before, .ph.ph-folder-simple-dotted:before
{
    content: "";
}
.ph.ph-folder-simple-lock:before
{
    content: "";
}
.ph.ph-folder-simple-minus:before
{
    content: "";
}
.ph.ph-folder-simple-plus:before
{
    content: "";
}
.ph.ph-folder-simple-star:before
{
    content: "";
}
.ph.ph-folder-simple-user:before
{
    content: "";
}
.ph.ph-folder-star:before
{
    content: "";
}
.ph.ph-folder-user:before
{
    content: "";
}
.ph.ph-football:before
{
    content: "";
}
.ph.ph-footprints:before
{
    content: "";
}
.ph.ph-fork-knife:before
{
    content: "";
}
.ph.ph-frame-corners:before
{
    content: "";
}
.ph.ph-framer-logo:before
{
    content: "";
}
.ph.ph-function:before
{
    content: "";
}
.ph.ph-funnel:before
{
    content: "";
}
.ph.ph-funnel-simple:before
{
    content: "";
}
.ph.ph-game-controller:before
{
    content: "";
}
.ph.ph-garage:before
{
    content: "";
}
.ph.ph-gas-can:before
{
    content: "";
}
.ph.ph-gas-pump:before
{
    content: "";
}
.ph.ph-gauge:before
{
    content: "";
}
.ph.ph-gavel:before
{
    content: "";
}
.ph.ph-gear:before
{
    content: "";
}
.ph.ph-gear-fine:before
{
    content: "";
}
.ph.ph-gear-six:before
{
    content: "";
}
.ph.ph-gender-female:before
{
    content: "";
}
.ph.ph-gender-intersex:before
{
    content: "";
}
.ph.ph-gender-male:before
{
    content: "";
}
.ph.ph-gender-neuter:before
{
    content: "";
}
.ph.ph-gender-nonbinary:before
{
    content: "";
}
.ph.ph-gender-transgender:before
{
    content: "";
}
.ph.ph-ghost:before
{
    content: "";
}
.ph.ph-gif:before
{
    content: "";
}
.ph.ph-gift:before
{
    content: "";
}
.ph.ph-git-branch:before
{
    content: "";
}
.ph.ph-git-commit:before
{
    content: "";
}
.ph.ph-git-diff:before
{
    content: "";
}
.ph.ph-git-fork:before
{
    content: "";
}
.ph.ph-github-logo:before
{
    content: "";
}
.ph.ph-gitlab-logo:before
{
    content: "";
}
.ph.ph-gitlab-logo-simple:before
{
    content: "";
}
.ph.ph-git-merge:before
{
    content: "";
}
.ph.ph-git-pull-request:before
{
    content: "";
}
.ph.ph-globe:before
{
    content: "";
}
.ph.ph-globe-hemisphere-east:before
{
    content: "";
}
.ph.ph-globe-hemisphere-west:before
{
    content: "";
}
.ph.ph-globe-simple:before
{
    content: "";
}
.ph.ph-globe-stand:before
{
    content: "";
}
.ph.ph-goggles:before
{
    content: "";
}
.ph.ph-goodreads-logo:before
{
    content: "";
}
.ph.ph-google-cardboard-logo:before
{
    content: "";
}
.ph.ph-google-chrome-logo:before
{
    content: "";
}
.ph.ph-google-drive-logo:before
{
    content: "";
}
.ph.ph-google-logo:before
{
    content: "";
}
.ph.ph-google-photos-logo:before
{
    content: "";
}
.ph.ph-google-play-logo:before
{
    content: "";
}
.ph.ph-google-podcasts-logo:before
{
    content: "";
}
.ph.ph-gradient:before
{
    content: "";
}
.ph.ph-graduation-cap:before
{
    content: "";
}
.ph.ph-grains:before
{
    content: "";
}
.ph.ph-grains-slash:before
{
    content: "";
}
.ph.ph-graph:before
{
    content: "";
}
.ph.ph-grid-four:before
{
    content: "";
}
.ph.ph-grid-nine:before
{
    content: "";
}
.ph.ph-guitar:before
{
    content: "";
}
.ph.ph-hamburger:before
{
    content: "";
}
.ph.ph-hammer:before
{
    content: "";
}
.ph.ph-hand:before
{
    content: "";
}
.ph.ph-handbag:before
{
    content: "";
}
.ph.ph-handbag-simple:before
{
    content: "";
}
.ph.ph-hand-coins:before
{
    content: "";
}
.ph.ph-hand-eye:before
{
    content: "";
}
.ph.ph-hand-fist:before
{
    content: "";
}
.ph.ph-hand-grabbing:before
{
    content: "";
}
.ph.ph-hand-heart:before
{
    content: "";
}
.ph.ph-hand-palm:before
{
    content: "";
}
.ph.ph-hand-pointing:before
{
    content: "";
}
.ph.ph-hands-clapping:before
{
    content: "";
}
.ph.ph-handshake:before
{
    content: "";
}
.ph.ph-hand-soap:before
{
    content: "";
}
.ph.ph-hands-praying:before
{
    content: "";
}
.ph.ph-hand-swipe-left:before
{
    content: "";
}
.ph.ph-hand-swipe-right:before
{
    content: "";
}
.ph.ph-hand-tap:before
{
    content: "";
}
.ph.ph-hand-waving:before
{
    content: "";
}
.ph.ph-hard-drive:before
{
    content: "";
}
.ph.ph-hard-drives:before
{
    content: "";
}
.ph.ph-hash:before
{
    content: "";
}
.ph.ph-hash-straight:before
{
    content: "";
}
.ph.ph-headlights:before
{
    content: "";
}
.ph.ph-headphones:before
{
    content: "";
}
.ph.ph-headset:before
{
    content: "";
}
.ph.ph-heart:before
{
    content: "";
}
.ph.ph-heartbeat:before
{
    content: "";
}
.ph.ph-heart-break:before
{
    content: "";
}
.ph.ph-heart-half:before
{
    content: "";
}
.ph.ph-heart-straight:before
{
    content: "";
}
.ph.ph-heart-straight-break:before
{
    content: "";
}
.ph.ph-hexagon:before
{
    content: "";
}
.ph.ph-high-heel:before
{
    content: "";
}
.ph.ph-highlighter-circle:before
{
    content: "";
}
.ph.ph-hoodie:before
{
    content: "";
}
.ph.ph-horse:before
{
    content: "";
}
.ph.ph-hourglass:before
{
    content: "";
}
.ph.ph-hourglass-high:before
{
    content: "";
}
.ph.ph-hourglass-low:before
{
    content: "";
}
.ph.ph-hourglass-medium:before
{
    content: "";
}
.ph.ph-hourglass-simple:before
{
    content: "";
}
.ph.ph-hourglass-simple-high:before
{
    content: "";
}
.ph.ph-hourglass-simple-low:before
{
    content: "";
}
.ph.ph-hourglass-simple-medium:before
{
    content: "";
}
.ph.ph-house:before
{
    content: "";
}
.ph.ph-house-line:before
{
    content: "";
}
.ph.ph-house-simple:before
{
    content: "";
}
.ph.ph-ice-cream:before
{
    content: "";
}
.ph.ph-identification-badge:before
{
    content: "";
}
.ph.ph-identification-card:before
{
    content: "";
}
.ph.ph-image:before
{
    content: "";
}
.ph.ph-images:before
{
    content: "";
}
.ph.ph-image-square:before
{
    content: "";
}
.ph.ph-images-square:before
{
    content: "";
}
.ph.ph-infinity:before
{
    content: "";
}
.ph.ph-info:before
{
    content: "";
}
.ph.ph-instagram-logo:before
{
    content: "";
}
.ph.ph-intersect:before
{
    content: "";
}
.ph.ph-intersect-square:before
{
    content: "";
}
.ph.ph-intersect-three:before
{
    content: "";
}
.ph.ph-jeep:before
{
    content: "";
}
.ph.ph-kanban:before
{
    content: "";
}
.ph.ph-key:before
{
    content: "";
}
.ph.ph-keyboard:before
{
    content: "";
}
.ph.ph-keyhole:before
{
    content: "";
}
.ph.ph-key-return:before
{
    content: "";
}
.ph.ph-knife:before
{
    content: "";
}
.ph.ph-ladder:before
{
    content: "";
}
.ph.ph-ladder-simple:before
{
    content: "";
}
.ph.ph-lamp:before
{
    content: "";
}
.ph.ph-laptop:before
{
    content: "";
}
.ph.ph-layout:before
{
    content: "";
}
.ph.ph-leaf:before
{
    content: "";
}
.ph.ph-lifebuoy:before
{
    content: "";
}
.ph.ph-lightbulb:before
{
    content: "";
}
.ph.ph-lightbulb-filament:before
{
    content: "";
}
.ph.ph-lighthouse:before
{
    content: "";
}
.ph.ph-lightning:before
{
    content: "";
}
.ph.ph-lightning-a:before
{
    content: "";
}
.ph.ph-lightning-slash:before
{
    content: "";
}
.ph.ph-line-segment:before
{
    content: "";
}
.ph.ph-line-segments:before
{
    content: "";
}
.ph.ph-link:before
{
    content: "";
}
.ph.ph-link-break:before
{
    content: "";
}
.ph.ph-linkedin-logo:before
{
    content: "";
}
.ph.ph-link-simple:before
{
    content: "";
}
.ph.ph-link-simple-break:before
{
    content: "";
}
.ph.ph-link-simple-horizontal:before
{
    content: "";
}
.ph.ph-link-simple-horizontal-break:before
{
    content: "";
}
.ph.ph-linux-logo:before
{
    content: "";
}
.ph.ph-list:before
{
    content: "";
}
.ph.ph-list-bullets:before
{
    content: "";
}
.ph.ph-list-checks:before
{
    content: "";
}
.ph.ph-list-dashes:before
{
    content: "";
}
.ph.ph-list-magnifying-glass:before
{
    content: "";
}
.ph.ph-list-numbers:before
{
    content: "";
}
.ph.ph-list-plus:before
{
    content: "";
}
.ph.ph-lock:before
{
    content: "";
}
.ph.ph-lockers:before
{
    content: "";
}
.ph.ph-lock-key:before
{
    content: "";
}
.ph.ph-lock-key-open:before
{
    content: "";
}
.ph.ph-lock-laminated:before
{
    content: "";
}
.ph.ph-lock-laminated-open:before
{
    content: "";
}
.ph.ph-lock-open:before
{
    content: "";
}
.ph.ph-lock-simple:before
{
    content: "";
}
.ph.ph-lock-simple-open:before
{
    content: "";
}
.ph.ph-magic-wand:before
{
    content: "";
}
.ph.ph-magnet:before
{
    content: "";
}
.ph.ph-magnet-straight:before
{
    content: "";
}
.ph.ph-magnifying-glass:before
{
    content: "";
}
.ph.ph-magnifying-glass-minus:before
{
    content: "";
}
.ph.ph-magnifying-glass-plus:before
{
    content: "";
}
.ph.ph-map-pin:before
{
    content: "";
}
.ph.ph-map-pin-line:before
{
    content: "";
}
.ph.ph-map-trifold:before
{
    content: "";
}
.ph.ph-marker-circle:before
{
    content: "";
}
.ph.ph-martini:before
{
    content: "";
}
.ph.ph-mask-happy:before
{
    content: "";
}
.ph.ph-mask-sad:before
{
    content: "";
}
.ph.ph-math-operations:before
{
    content: "";
}
.ph.ph-medal:before
{
    content: "";
}
.ph.ph-medal-military:before
{
    content: "";
}
.ph.ph-medium-logo:before
{
    content: "";
}
.ph.ph-megaphone:before
{
    content: "";
}
.ph.ph-megaphone-simple:before
{
    content: "";
}
.ph.ph-messenger-logo:before
{
    content: "";
}
.ph.ph-meta-logo:before
{
    content: "";
}
.ph.ph-metronome:before
{
    content: "";
}
.ph.ph-microphone:before
{
    content: "";
}
.ph.ph-microphone-slash:before
{
    content: "";
}
.ph.ph-microphone-stage:before
{
    content: "";
}
.ph.ph-microsoft-excel-logo:before
{
    content: "";
}
.ph.ph-microsoft-outlook-logo:before
{
    content: "";
}
.ph.ph-microsoft-powerpoint-logo:before
{
    content: "";
}
.ph.ph-microsoft-teams-logo:before
{
    content: "";
}
.ph.ph-microsoft-word-logo:before
{
    content: "";
}
.ph.ph-minus:before
{
    content: "";
}
.ph.ph-minus-circle:before
{
    content: "";
}
.ph.ph-minus-square:before
{
    content: "";
}
.ph.ph-money:before
{
    content: "";
}
.ph.ph-monitor:before
{
    content: "";
}
.ph.ph-monitor-play:before
{
    content: "";
}
.ph.ph-moon:before
{
    content: "";
}
.ph.ph-moon-stars:before
{
    content: "";
}
.ph.ph-moped:before
{
    content: "";
}
.ph.ph-moped-front:before
{
    content: "";
}
.ph.ph-mosque:before
{
    content: "";
}
.ph.ph-motorcycle:before
{
    content: "";
}
.ph.ph-mountains:before
{
    content: "";
}
.ph.ph-mouse:before
{
    content: "";
}
.ph.ph-mouse-simple:before
{
    content: "";
}
.ph.ph-music-note:before
{
    content: "";
}
.ph.ph-music-notes:before
{
    content: "";
}
.ph.ph-music-note-simple:before
{
    content: "";
}
.ph.ph-music-notes-plus:before
{
    content: "";
}
.ph.ph-music-notes-simple:before
{
    content: "";
}
.ph.ph-navigation-arrow:before
{
    content: "";
}
.ph.ph-needle:before
{
    content: "";
}
.ph.ph-newspaper:before
{
    content: "";
}
.ph.ph-newspaper-clipping:before
{
    content: "";
}
.ph.ph-notches:before
{
    content: "";
}
.ph.ph-note:before
{
    content: "";
}
.ph.ph-note-blank:before
{
    content: "";
}
.ph.ph-notebook:before
{
    content: "";
}
.ph.ph-notepad:before
{
    content: "";
}
.ph.ph-note-pencil:before
{
    content: "";
}
.ph.ph-notification:before
{
    content: "";
}
.ph.ph-notion-logo:before
{
    content: "";
}
.ph.ph-number-circle-eight:before
{
    content: "";
}
.ph.ph-number-circle-five:before
{
    content: "";
}
.ph.ph-number-circle-four:before
{
    content: "";
}
.ph.ph-number-circle-nine:before
{
    content: "";
}
.ph.ph-number-circle-one:before
{
    content: "";
}
.ph.ph-number-circle-seven:before
{
    content: "";
}
.ph.ph-number-circle-six:before
{
    content: "";
}
.ph.ph-number-circle-three:before
{
    content: "";
}
.ph.ph-number-circle-two:before
{
    content: "";
}
.ph.ph-number-circle-zero:before
{
    content: "";
}
.ph.ph-number-eight:before
{
    content: "";
}
.ph.ph-number-five:before
{
    content: "";
}
.ph.ph-number-four:before
{
    content: "";
}
.ph.ph-number-nine:before
{
    content: "";
}
.ph.ph-number-one:before
{
    content: "";
}
.ph.ph-number-seven:before
{
    content: "";
}
.ph.ph-number-six:before
{
    content: "";
}
.ph.ph-number-square-eight:before
{
    content: "";
}
.ph.ph-number-square-five:before
{
    content: "";
}
.ph.ph-number-square-four:before
{
    content: "";
}
.ph.ph-number-square-nine:before
{
    content: "";
}
.ph.ph-number-square-one:before
{
    content: "";
}
.ph.ph-number-square-seven:before
{
    content: "";
}
.ph.ph-number-square-six:before
{
    content: "";
}
.ph.ph-number-square-three:before
{
    content: "";
}
.ph.ph-number-square-two:before
{
    content: "";
}
.ph.ph-number-square-zero:before
{
    content: "";
}
.ph.ph-number-three:before
{
    content: "";
}
.ph.ph-number-two:before
{
    content: "";
}
.ph.ph-number-zero:before
{
    content: "";
}
.ph.ph-nut:before
{
    content: "";
}
.ph.ph-ny-times-logo:before
{
    content: "";
}
.ph.ph-octagon:before
{
    content: "";
}
.ph.ph-office-chair:before
{
    content: "";
}
.ph.ph-option:before
{
    content: "";
}
.ph.ph-orange-slice:before
{
    content: "";
}
.ph.ph-package:before
{
    content: "";
}
.ph.ph-paint-brush:before
{
    content: "";
}
.ph.ph-paint-brush-broad:before
{
    content: "";
}
.ph.ph-paint-brush-household:before
{
    content: "";
}
.ph.ph-paint-bucket:before
{
    content: "";
}
.ph.ph-paint-roller:before
{
    content: "";
}
.ph.ph-palette:before
{
    content: "";
}
.ph.ph-pants:before
{
    content: "";
}
.ph.ph-paperclip:before
{
    content: "";
}
.ph.ph-paperclip-horizontal:before
{
    content: "";
}
.ph.ph-paper-plane:before
{
    content: "";
}
.ph.ph-paper-plane-right:before
{
    content: "";
}
.ph.ph-paper-plane-tilt:before
{
    content: "";
}
.ph.ph-parachute:before
{
    content: "";
}
.ph.ph-paragraph:before
{
    content: "";
}
.ph.ph-parallelogram:before
{
    content: "";
}
.ph.ph-park:before
{
    content: "";
}
.ph.ph-password:before
{
    content: "";
}
.ph.ph-path:before
{
    content: "";
}
.ph.ph-patreon-logo:before
{
    content: "";
}
.ph.ph-pause:before
{
    content: "";
}
.ph.ph-pause-circle:before
{
    content: "";
}
.ph.ph-paw-print:before
{
    content: "";
}
.ph.ph-paypal-logo:before
{
    content: "";
}
.ph.ph-peace:before
{
    content: "";
}
.ph.ph-pen:before
{
    content: "";
}
.ph.ph-pencil:before
{
    content: "";
}
.ph.ph-pencil-circle:before
{
    content: "";
}
.ph.ph-pencil-line:before
{
    content: "";
}
.ph.ph-pencil-simple:before
{
    content: "";
}
.ph.ph-pencil-simple-line:before
{
    content: "";
}
.ph.ph-pencil-simple-slash:before
{
    content: "";
}
.ph.ph-pencil-slash:before
{
    content: "";
}
.ph.ph-pen-nib:before
{
    content: "";
}
.ph.ph-pen-nib-straight:before
{
    content: "";
}
.ph.ph-pentagram:before
{
    content: "";
}
.ph.ph-pepper:before
{
    content: "";
}
.ph.ph-percent:before
{
    content: "";
}
.ph.ph-person:before
{
    content: "";
}
.ph.ph-person-arms-spread:before
{
    content: "";
}
.ph.ph-person-simple:before
{
    content: "";
}
.ph.ph-person-simple-bike:before
{
    content: "";
}
.ph.ph-person-simple-run:before
{
    content: "";
}
.ph.ph-person-simple-throw:before
{
    content: "";
}
.ph.ph-person-simple-walk:before
{
    content: "";
}
.ph.ph-perspective:before
{
    content: "";
}
.ph.ph-phone:before
{
    content: "";
}
.ph.ph-phone-call:before
{
    content: "";
}
.ph.ph-phone-disconnect:before
{
    content: "";
}
.ph.ph-phone-incoming:before
{
    content: "";
}
.ph.ph-phone-outgoing:before
{
    content: "";
}
.ph.ph-phone-plus:before
{
    content: "";
}
.ph.ph-phone-slash:before
{
    content: "";
}
.ph.ph-phone-x:before
{
    content: "";
}
.ph.ph-phosphor-logo:before
{
    content: "";
}
.ph.ph-pi:before
{
    content: "";
}
.ph.ph-piano-keys:before
{
    content: "";
}
.ph.ph-picture-in-picture:before
{
    content: "";
}
.ph.ph-piggy-bank:before
{
    content: "";
}
.ph.ph-pill:before
{
    content: "";
}
.ph.ph-pinterest-logo:before
{
    content: "";
}
.ph.ph-pinwheel:before
{
    content: "";
}
.ph.ph-pizza:before
{
    content: "";
}
.ph.ph-placeholder:before
{
    content: "";
}
.ph.ph-planet:before
{
    content: "";
}
.ph.ph-plant:before
{
    content: "";
}
.ph.ph-play:before
{
    content: "";
}
.ph.ph-play-circle:before
{
    content: "";
}
.ph.ph-playlist:before
{
    content: "";
}
.ph.ph-play-pause:before
{
    content: "";
}
.ph.ph-plug:before
{
    content: "";
}
.ph.ph-plug-charging:before
{
    content: "";
}
.ph.ph-plugs:before
{
    content: "";
}
.ph.ph-plugs-connected:before
{
    content: "";
}
.ph.ph-plus:before
{
    content: "";
}
.ph.ph-plus-circle:before
{
    content: "";
}
.ph.ph-plus-minus:before
{
    content: "";
}
.ph.ph-plus-square:before
{
    content: "";
}
.ph.ph-poker-chip:before
{
    content: "";
}
.ph.ph-police-car:before
{
    content: "";
}
.ph.ph-polygon:before
{
    content: "";
}
.ph.ph-popcorn:before
{
    content: "";
}
.ph.ph-potted-plant:before
{
    content: "";
}
.ph.ph-power:before
{
    content: "";
}
.ph.ph-prescription:before
{
    content: "";
}
.ph.ph-presentation:before
{
    content: "";
}
.ph.ph-presentation-chart:before
{
    content: "";
}
.ph.ph-printer:before
{
    content: "";
}
.ph.ph-prohibit:before
{
    content: "";
}
.ph.ph-prohibit-inset:before
{
    content: "";
}
.ph.ph-projector-screen:before
{
    content: "";
}
.ph.ph-projector-screen-chart:before
{
    content: "";
}
.ph.ph-pulse:before, .ph.ph-activity:before, .ph.ph-activity:before
{
    content: "";
}
.ph.ph-push-pin:before
{
    content: "";
}
.ph.ph-push-pin-simple:before
{
    content: "";
}
.ph.ph-push-pin-simple-slash:before
{
    content: "";
}
.ph.ph-push-pin-slash:before
{
    content: "";
}
.ph.ph-puzzle-piece:before
{
    content: "";
}
.ph.ph-qr-code:before
{
    content: "";
}
.ph.ph-question:before
{
    content: "";
}
.ph.ph-queue:before
{
    content: "";
}
.ph.ph-quotes:before
{
    content: "";
}
.ph.ph-radical:before
{
    content: "";
}
.ph.ph-radio:before
{
    content: "";
}
.ph.ph-radioactive:before
{
    content: "";
}
.ph.ph-radio-button:before
{
    content: "";
}
.ph.ph-rainbow:before
{
    content: "";
}
.ph.ph-rainbow-cloud:before
{
    content: "";
}
.ph.ph-read-cv-logo:before
{
    content: "";
}
.ph.ph-receipt:before
{
    content: "";
}
.ph.ph-receipt-x:before
{
    content: "";
}
.ph.ph-record:before
{
    content: "";
}
.ph.ph-rectangle:before
{
    content: "";
}
.ph.ph-recycle:before
{
    content: "";
}
.ph.ph-reddit-logo:before
{
    content: "";
}
.ph.ph-repeat:before
{
    content: "";
}
.ph.ph-repeat-once:before
{
    content: "";
}
.ph.ph-rewind:before
{
    content: "";
}
.ph.ph-rewind-circle:before
{
    content: "";
}
.ph.ph-road-horizon:before
{
    content: "";
}
.ph.ph-robot:before
{
    content: "";
}
.ph.ph-rocket:before
{
    content: "";
}
.ph.ph-rocket-launch:before
{
    content: "";
}
.ph.ph-rows:before
{
    content: "";
}
.ph.ph-rss:before
{
    content: "";
}
.ph.ph-rss-simple:before
{
    content: "";
}
.ph.ph-rug:before
{
    content: "";
}
.ph.ph-ruler:before
{
    content: "";
}
.ph.ph-scales:before
{
    content: "";
}
.ph.ph-scan:before
{
    content: "";
}
.ph.ph-scissors:before
{
    content: "";
}
.ph.ph-scooter:before
{
    content: "";
}
.ph.ph-screencast:before
{
    content: "";
}
.ph.ph-scribble-loop:before
{
    content: "";
}
.ph.ph-scroll:before
{
    content: "";
}
.ph.ph-seal:before, .ph.ph-circle-wavy:before, .ph.ph-circle-wavy:before
{
    content: "";
}
.ph.ph-seal-check:before, .ph.ph-circle-wavy-check:before, .ph.ph-circle-wavy-check:before
{
    content: "";
}
.ph.ph-seal-question:before, .ph.ph-circle-wavy-question:before, .ph.ph-circle-wavy-question:before
{
    content: "";
}
.ph.ph-seal-warning:before, .ph.ph-circle-wavy-warning:before, .ph.ph-circle-wavy-warning:before
{
    content: "";
}
.ph.ph-selection:before
{
    content: "";
}
.ph.ph-selection-all:before
{
    content: "";
}
.ph.ph-selection-background:before
{
    content: "";
}
.ph.ph-selection-foreground:before
{
    content: "";
}
.ph.ph-selection-inverse:before
{
    content: "";
}
.ph.ph-selection-plus:before
{
    content: "";
}
.ph.ph-selection-slash:before
{
    content: "";
}
.ph.ph-shapes:before
{
    content: "";
}
.ph.ph-share:before
{
    content: "";
}
.ph.ph-share-fat:before
{
    content: "";
}
.ph.ph-share-network:before
{
    content: "";
}
.ph.ph-shield:before
{
    content: "";
}
.ph.ph-shield-check:before
{
    content: "";
}
.ph.ph-shield-checkered:before
{
    content: "";
}
.ph.ph-shield-chevron:before
{
    content: "";
}
.ph.ph-shield-plus:before
{
    content: "";
}
.ph.ph-shield-slash:before
{
    content: "";
}
.ph.ph-shield-star:before
{
    content: "";
}
.ph.ph-shield-warning:before
{
    content: "";
}
.ph.ph-shirt-folded:before
{
    content: "";
}
.ph.ph-shooting-star:before
{
    content: "";
}
.ph.ph-shopping-bag:before
{
    content: "";
}
.ph.ph-shopping-bag-open:before
{
    content: "";
}
.ph.ph-shopping-cart:before
{
    content: "";
}
.ph.ph-shopping-cart-simple:before
{
    content: "";
}
.ph.ph-shower:before
{
    content: "";
}
.ph.ph-shrimp:before
{
    content: "";
}
.ph.ph-shuffle:before
{
    content: "";
}
.ph.ph-shuffle-angular:before
{
    content: "";
}
.ph.ph-shuffle-simple:before
{
    content: "";
}
.ph.ph-sidebar:before
{
    content: "";
}
.ph.ph-sidebar-simple:before
{
    content: "";
}
.ph.ph-sigma:before
{
    content: "";
}
.ph.ph-signature:before
{
    content: "";
}
.ph.ph-sign-in:before
{
    content: "";
}
.ph.ph-sign-out:before
{
    content: "";
}
.ph.ph-signpost:before
{
    content: "";
}
.ph.ph-sim-card:before
{
    content: "";
}
.ph.ph-siren:before
{
    content: "";
}
.ph.ph-sketch-logo:before
{
    content: "";
}
.ph.ph-skip-back:before
{
    content: "";
}
.ph.ph-skip-back-circle:before
{
    content: "";
}
.ph.ph-skip-forward:before
{
    content: "";
}
.ph.ph-skip-forward-circle:before
{
    content: "";
}
.ph.ph-skull:before
{
    content: "";
}
.ph.ph-slack-logo:before
{
    content: "";
}
.ph.ph-sliders:before
{
    content: "";
}
.ph.ph-sliders-horizontal:before
{
    content: "";
}
.ph.ph-slideshow:before
{
    content: "";
}
.ph.ph-smiley:before
{
    content: "";
}
.ph.ph-smiley-angry:before
{
    content: "";
}
.ph.ph-smiley-blank:before
{
    content: "";
}
.ph.ph-smiley-meh:before
{
    content: "";
}
.ph.ph-smiley-nervous:before
{
    content: "";
}
.ph.ph-smiley-sad:before
{
    content: "";
}
.ph.ph-smiley-sticker:before
{
    content: "";
}
.ph.ph-smiley-wink:before
{
    content: "";
}
.ph.ph-smiley-x-eyes:before
{
    content: "";
}
.ph.ph-snapchat-logo:before
{
    content: "";
}
.ph.ph-sneaker:before
{
    content: "";
}
.ph.ph-sneaker-move:before
{
    content: "";
}
.ph.ph-snowflake:before
{
    content: "";
}
.ph.ph-soccer-ball:before
{
    content: "";
}
.ph.ph-sort-ascending:before
{
    content: "";
}
.ph.ph-sort-descending:before
{
    content: "";
}
.ph.ph-soundcloud-logo:before
{
    content: "";
}
.ph.ph-spade:before
{
    content: "";
}
.ph.ph-sparkle:before
{
    content: "";
}
.ph.ph-speaker-hifi:before
{
    content: "";
}
.ph.ph-speaker-high:before
{
    content: "";
}
.ph.ph-speaker-low:before
{
    content: "";
}
.ph.ph-speaker-none:before
{
    content: "";
}
.ph.ph-speaker-simple-high:before
{
    content: "";
}
.ph.ph-speaker-simple-low:before
{
    content: "";
}
.ph.ph-speaker-simple-none:before
{
    content: "";
}
.ph.ph-speaker-simple-slash:before
{
    content: "";
}
.ph.ph-speaker-simple-x:before
{
    content: "";
}
.ph.ph-speaker-slash:before
{
    content: "";
}
.ph.ph-speaker-x:before
{
    content: "";
}
.ph.ph-spinner:before
{
    content: "";
}
.ph.ph-spinner-gap:before
{
    content: "";
}
.ph.ph-spiral:before
{
    content: "";
}
.ph.ph-split-horizontal:before
{
    content: "";
}
.ph.ph-split-vertical:before
{
    content: "";
}
.ph.ph-spotify-logo:before
{
    content: "";
}
.ph.ph-square:before
{
    content: "";
}
.ph.ph-square-half:before
{
    content: "";
}
.ph.ph-square-half-bottom:before
{
    content: "";
}
.ph.ph-square-logo:before
{
    content: "";
}
.ph.ph-squares-four:before
{
    content: "";
}
.ph.ph-square-split-horizontal:before
{
    content: "";
}
.ph.ph-square-split-vertical:before
{
    content: "";
}
.ph.ph-stack:before
{
    content: "";
}
.ph.ph-stack-overflow-logo:before
{
    content: "";
}
.ph.ph-stack-simple:before
{
    content: "";
}
.ph.ph-stairs:before
{
    content: "";
}
.ph.ph-stamp:before
{
    content: "";
}
.ph.ph-star:before
{
    content: "";
}
.ph.ph-star-and-crescent:before
{
    content: "";
}
.ph.ph-star-four:before
{
    content: "";
}
.ph.ph-star-half:before
{
    content: "";
}
.ph.ph-star-of-david:before
{
    content: "";
}
.ph.ph-steering-wheel:before
{
    content: "";
}
.ph.ph-steps:before
{
    content: "";
}
.ph.ph-stethoscope:before
{
    content: "";
}
.ph.ph-sticker:before
{
    content: "";
}
.ph.ph-stool:before
{
    content: "";
}
.ph.ph-stop:before
{
    content: "";
}
.ph.ph-stop-circle:before
{
    content: "";
}
.ph.ph-storefront:before
{
    content: "";
}
.ph.ph-strategy:before
{
    content: "";
}
.ph.ph-stripe-logo:before
{
    content: "";
}
.ph.ph-student:before
{
    content: "";
}
.ph.ph-subtitles:before
{
    content: "";
}
.ph.ph-subtract:before
{
    content: "";
}
.ph.ph-subtract-square:before
{
    content: "";
}
.ph.ph-suitcase:before
{
    content: "";
}
.ph.ph-suitcase-rolling:before
{
    content: "";
}
.ph.ph-suitcase-simple:before
{
    content: "";
}
.ph.ph-sun:before
{
    content: "";
}
.ph.ph-sun-dim:before
{
    content: "";
}
.ph.ph-sunglasses:before
{
    content: "";
}
.ph.ph-sun-horizon:before
{
    content: "";
}
.ph.ph-swap:before
{
    content: "";
}
.ph.ph-swatches:before
{
    content: "";
}
.ph.ph-swimming-pool:before
{
    content: "";
}
.ph.ph-sword:before
{
    content: "";
}
.ph.ph-synagogue:before
{
    content: "";
}
.ph.ph-syringe:before
{
    content: "";
}
.ph.ph-table:before
{
    content: "";
}
.ph.ph-tabs:before
{
    content: "";
}
.ph.ph-tag:before
{
    content: "";
}
.ph.ph-tag-chevron:before
{
    content: "";
}
.ph.ph-tag-simple:before
{
    content: "";
}
.ph.ph-target:before
{
    content: "";
}
.ph.ph-taxi:before
{
    content: "";
}
.ph.ph-telegram-logo:before
{
    content: "";
}
.ph.ph-television:before
{
    content: "";
}
.ph.ph-television-simple:before
{
    content: "";
}
.ph.ph-tennis-ball:before
{
    content: "";
}
.ph.ph-tent:before
{
    content: "";
}
.ph.ph-terminal:before
{
    content: "";
}
.ph.ph-terminal-window:before
{
    content: "";
}
.ph.ph-test-tube:before
{
    content: "";
}
.ph.ph-text-aa:before
{
    content: "";
}
.ph.ph-text-align-center:before
{
    content: "";
}
.ph.ph-text-align-justify:before
{
    content: "";
}
.ph.ph-text-align-left:before
{
    content: "";
}
.ph.ph-text-align-right:before
{
    content: "";
}
.ph.ph-text-a-underline:before
{
    content: "";
}
.ph.ph-text-b:before, .ph.ph-text-bolder:before, .ph.ph-text-bolder:before
{
    content: "";
}
.ph.ph-textbox:before
{
    content: "";
}
.ph.ph-text-columns:before
{
    content: "";
}
.ph.ph-text-h:before
{
    content: "";
}
.ph.ph-text-h-five:before
{
    content: "";
}
.ph.ph-text-h-four:before
{
    content: "";
}
.ph.ph-text-h-one:before
{
    content: "";
}
.ph.ph-text-h-six:before
{
    content: "";
}
.ph.ph-text-h-three:before
{
    content: "";
}
.ph.ph-text-h-two:before
{
    content: "";
}
.ph.ph-text-indent:before
{
    content: "";
}
.ph.ph-text-italic:before
{
    content: "";
}
.ph.ph-text-outdent:before
{
    content: "";
}
.ph.ph-text-strikethrough:before
{
    content: "";
}
.ph.ph-text-t:before
{
    content: "";
}
.ph.ph-text-underline:before
{
    content: "";
}
.ph.ph-thermometer:before
{
    content: "";
}
.ph.ph-thermometer-cold:before
{
    content: "";
}
.ph.ph-thermometer-hot:before
{
    content: "";
}
.ph.ph-thermometer-simple:before
{
    content: "";
}
.ph.ph-thumbs-down:before
{
    content: "";
}
.ph.ph-thumbs-up:before
{
    content: "";
}
.ph.ph-ticket:before
{
    content: "";
}
.ph.ph-tidal-logo:before
{
    content: "";
}
.ph.ph-tiktok-logo:before
{
    content: "";
}
.ph.ph-timer:before
{
    content: "";
}
.ph.ph-tipi:before
{
    content: "";
}
.ph.ph-toggle-left:before
{
    content: "";
}
.ph.ph-toggle-right:before
{
    content: "";
}
.ph.ph-toilet:before
{
    content: "";
}
.ph.ph-toilet-paper:before
{
    content: "";
}
.ph.ph-toolbox:before
{
    content: "";
}
.ph.ph-tooth:before
{
    content: "";
}
.ph.ph-tote:before
{
    content: "";
}
.ph.ph-tote-simple:before
{
    content: "";
}
.ph.ph-trademark:before
{
    content: "";
}
.ph.ph-trademark-registered:before
{
    content: "";
}
.ph.ph-traffic-cone:before
{
    content: "";
}
.ph.ph-traffic-sign:before
{
    content: "";
}
.ph.ph-traffic-signal:before
{
    content: "";
}
.ph.ph-train:before
{
    content: "";
}
.ph.ph-train-regional:before
{
    content: "";
}
.ph.ph-train-simple:before
{
    content: "";
}
.ph.ph-tram:before
{
    content: "";
}
.ph.ph-translate:before
{
    content: "";
}
.ph.ph-trash:before
{
    content: "";
}
.ph.ph-trash-simple:before
{
    content: "";
}
.ph.ph-tray:before
{
    content: "";
}
.ph.ph-tree:before
{
    content: "";
}
.ph.ph-tree-evergreen:before
{
    content: "";
}
.ph.ph-tree-palm:before
{
    content: "";
}
.ph.ph-tree-structure:before
{
    content: "";
}
.ph.ph-trend-down:before
{
    content: "";
}
.ph.ph-trend-up:before
{
    content: "";
}
.ph.ph-triangle:before
{
    content: "";
}
.ph.ph-trophy:before
{
    content: "";
}
.ph.ph-truck:before
{
    content: "";
}
.ph.ph-t-shirt:before
{
    content: "";
}
.ph.ph-twitch-logo:before
{
    content: "";
}
.ph.ph-twitter-logo:before
{
    content: "";
}
.ph.ph-umbrella:before
{
    content: "";
}
.ph.ph-umbrella-simple:before
{
    content: "";
}
.ph.ph-unite:before
{
    content: "";
}
.ph.ph-unite-square:before
{
    content: "";
}
.ph.ph-upload:before
{
    content: "";
}
.ph.ph-upload-simple:before
{
    content: "";
}
.ph.ph-usb:before
{
    content: "";
}
.ph.ph-user:before
{
    content: "";
}
.ph.ph-user-circle:before
{
    content: "";
}
.ph.ph-user-circle-gear:before
{
    content: "";
}
.ph.ph-user-circle-minus:before
{
    content: "";
}
.ph.ph-user-circle-plus:before
{
    content: "";
}
.ph.ph-user-focus:before
{
    content: "";
}
.ph.ph-user-gear:before
{
    content: "";
}
.ph.ph-user-list:before
{
    content: "";
}
.ph.ph-user-minus:before
{
    content: "";
}
.ph.ph-user-plus:before
{
    content: "";
}
.ph.ph-user-rectangle:before
{
    content: "";
}
.ph.ph-users:before
{
    content: "";
}
.ph.ph-users-four:before
{
    content: "";
}
.ph.ph-user-square:before
{
    content: "";
}
.ph.ph-users-three:before
{
    content: "";
}
.ph.ph-user-switch:before
{
    content: "";
}
.ph.ph-van:before
{
    content: "";
}
.ph.ph-vault:before
{
    content: "";
}
.ph.ph-vibrate:before
{
    content: "";
}
.ph.ph-video:before
{
    content: "";
}
.ph.ph-video-camera:before
{
    content: "";
}
.ph.ph-video-camera-slash:before
{
    content: "";
}
.ph.ph-vignette:before
{
    content: "";
}
.ph.ph-vinyl-record:before
{
    content: "";
}
.ph.ph-virtual-reality:before
{
    content: "";
}
.ph.ph-virus:before
{
    content: "";
}
.ph.ph-voicemail:before
{
    content: "";
}
.ph.ph-volleyball:before
{
    content: "";
}
.ph.ph-wall:before
{
    content: "";
}
.ph.ph-wallet:before
{
    content: "";
}
.ph.ph-warehouse:before
{
    content: "";
}
.ph.ph-warning:before
{
    content: "";
}
.ph.ph-warning-circle:before
{
    content: "";
}
.ph.ph-warning-diamond:before
{
    content: "";
}
.ph.ph-warning-octagon:before
{
    content: "";
}
.ph.ph-watch:before
{
    content: "";
}
.ph.ph-waveform:before
{
    content: "";
}
.ph.ph-waves:before
{
    content: "";
}
.ph.ph-wave-sawtooth:before
{
    content: "";
}
.ph.ph-wave-sine:before
{
    content: "";
}
.ph.ph-wave-square:before
{
    content: "";
}
.ph.ph-wave-triangle:before
{
    content: "";
}
.ph.ph-webcam:before
{
    content: "";
}
.ph.ph-webcam-slash:before
{
    content: "";
}
.ph.ph-webhooks-logo:before
{
    content: "";
}
.ph.ph-wechat-logo:before
{
    content: "";
}
.ph.ph-whatsapp-logo:before
{
    content: "";
}
.ph.ph-wheelchair:before
{
    content: "";
}
.ph.ph-wheelchair-motion:before
{
    content: "";
}
.ph.ph-wifi-high:before
{
    content: "";
}
.ph.ph-wifi-low:before
{
    content: "";
}
.ph.ph-wifi-medium:before
{
    content: "";
}
.ph.ph-wifi-none:before
{
    content: "";
}
.ph.ph-wifi-slash:before
{
    content: "";
}
.ph.ph-wifi-x:before
{
    content: "";
}
.ph.ph-wind:before
{
    content: "";
}
.ph.ph-windows-logo:before
{
    content: "";
}
.ph.ph-wine:before
{
    content: "";
}
.ph.ph-wrench:before
{
    content: "";
}
.ph.ph-x:before
{
    content: "";
}
.ph.ph-x-circle:before
{
    content: "";
}
.ph.ph-x-square:before
{
    content: "";
}
.ph.ph-yin-yang:before
{
    content: "";
}
.ph.ph-youtube-logo:before
{
    content: "";
}
@font-face
{
    font-family: "Brand";
    src: url('../font/iconfont.woff2') format('woff2'),url('../font/iconfont-1711210443945.woff') format('woff'),url('../font/iconfont-1711210443945.ttf') format('truetype');
}
.ph-brand
{
    font-family: "Brand"!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;
}
.ph-tmall:before
{
    content: "";
}
.ph-tmall-alt:before
{
    content: "";
}
.ph-aiqiyi:before
{
    content: "";
}
.ph-taobao:before
{
    content: "";
}
.ph-sina:before
{
    content: "";
}
.ph-baidu:before
{
    content: "";
}
.ph-android:before
{
    content: "";
}
.ph-qzone:before
{
    content: "";
}
.ph-qq:before
{
    content: "";
}
.ph-github:before
{
    content: "";
}
.ph-gitee:before
{
    content: "";
}
.ph-google:before
{
    content: "";
}
.ph-instagram:before
{
    content: "";
}
.ph-dingtalk:before
{
    content: "";
}
.ph-windows:before
{
    content: "";
}
.ph-apple:before
{
    content: "";
}
.ph-jingdong:before
{
    content: "";
}
.ph-weixin:before
{
    content: "";
}
.ph-linkedin:before
{
    content: "";
}
.ph-youtube:before
{
    content: "";
}
.ph-github-alt:before
{
    content: "";
}
.ph-facebook:before
{
    content: "";
}
.ph-qiyeweixin:before
{
    content: "";
}
.ph-alipay:before
{
    content: "";
}
.ph-tiktok:before
{
    content: "";
}
.ph-xiaohongshu:before
{
    content: "";
}
.ph-gpt:before
{
    content: "";
}
.ph-bilibili:before
{
    content: "";
}
@font-face
{
    font-family: "socialshare";
    src: url("../font/iconfont.eot?");
    src: url("../font/iconfont.eot?") format("embedded-opentype"),url("../font/iconfont.woff") format("woff"),url("../font/iconfont.ttf") format("truetype"),url("../font/iconfont.svg") format("svg");
}
.social-share
{
    font-family: "socialshare"!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
.social-share *
{
    font-family: "socialshare"!important;
}
.social-share .icon-tencent:before
{
    content: "";
}
.social-share .icon-qq:before
{
    content: "";
}
.social-share .icon-weibo:before
{
    content: "";
}
.social-share .icon-wechat:before
{
    content: "";
}
.social-share .icon-douban:before
{
    content: "";
}
.social-share .icon-heart:before
{
    content: "";
}
.social-share .icon-like:before
{
    content: "";
}
.social-share .icon-qzone:before
{
    content: "";
}
.social-share .icon-linkedin:before
{
    content: "";
}
.social-share .icon-diandian:before
{
    content: "";
}
.social-share .icon-facebook:before
{
    content: "";
}
.social-share .icon-google:before
{
    content: "";
}
.social-share .icon-twitter:before
{
    content: "";
}
.social-share a
{
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}
.social-share .social-share-icon
{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 4px;
    line-height: 23px;
    border: 1px solid #666;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: all .6s ease-out 0s;
}
.social-share .social-share-icon:hover
{
    background: #666;
    color: #fff;
    opacity: 1;
}
.social-share .icon-weibo
{
    background: #db4437;
    border-color: #db4437;
}
.social-share .icon-weibo:hover
{
    background: #db4437;
}
.social-share .icon-qq
{
    background: #56b6e7;
    border-color: #56b6e7;
}
.social-share .icon-qq:hover
{
    background: #56b6e7;
}
.social-share .icon-qzone
{
    background: #fdbe3d;
    border-color: #fdbe3d;
}
.social-share .icon-qzone:hover
{
    background: #fdbe3d;
}
.social-share .icon-douban
{
    background: #33b045;
    border-color: #33b045;
}
.social-share .icon-douban:hover
{
    background: #33b045;
}
.social-share .icon-linkedin
{
    background: #0077b5;
    border-color: #0077b5;
}
.social-share .icon-linkedin:hover
{
    background: #0077b5;
}
.social-share .icon-facebook
{
    background: #44619d;
    border-color: #44619d;
}
.social-share .icon-facebook:hover
{
    background: #44619d;
}
.social-share .icon-google
{
    background: #db4437;
    border-color: #db4437;
}
.social-share .icon-google:hover
{
    background: #db4437;
}
.social-share .icon-twitter
{
    background: #55acee;
    border-color: #55acee;
}
.social-share .icon-twitter:hover
{
    background: #55acee;
}
.social-share .icon-wechat
{
    position: relative;
    background: #7bc549;
    border-color: #7bc549;
}
.social-share .icon-wechat:hover
{
    background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode
{
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom
{
    top: 40px;
    left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after
{
    display: none;
}
.social-share .icon-wechat .wechat-qrcode h4
{
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode
{
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table
{
    margin: 0!important;
}
.social-share .icon-wechat .wechat-qrcode .help p
{
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after
{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode
{
    display: block;
}
@font-face
{
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal;
}
:root
{
    --swiper-theme-color: #007aff;
}
.swiper
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical>.swiper-wrapper
{
    flex-direction: column;
}
.swiper-wrapper
{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper
{
    transform: translate3d(0,0,0);
}
.swiper-pointer-events
{
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical
{
    touch-action: pan-x;
}
.swiper-slide
{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank
{
    visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide
{
    height: auto;
}
.swiper-autoheight .swiper-wrapper
{
    align-items: flex-start;
    transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide
{
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper
{
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper
{
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow
{
    background: rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left
{
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right
{
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top
{
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom
{
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-css-mode>.swiper-wrapper
{
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar
{
    display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide
{
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper
{
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper
{
    scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before
{
    content: '';
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child
{
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before
{
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child
{
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before
{
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide
{
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide
{
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after
{
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after
{
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root
{
    --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev
{
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled
{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden
{
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev
{
    display: none!important;
}
.swiper-button-next:after, .swiper-button-prev:after
{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next
{
    left: 10px;
    right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
    content: 'prev';
}
.swiper-button-next, .swiper-rtl .swiper-button-prev
{
    right: 10px;
    left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
    content: 'next';
}
.swiper-button-lock
{
    display: none;
}
.swiper-pagination
{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden
{
    opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled
{
    display: none!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic
{
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    transform: scale(.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active
{
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main
{
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev
{
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev
{
    transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
{
    transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next
{
    transform: scale(.33);
}
.swiper-pagination-bullet
{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
}
button.swiper-pagination-bullet
{
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
    cursor: pointer;
}
.swiper-pagination-bullet:only-child
{
    display: none!important;
}
.swiper-pagination-bullet-active
{
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets
{
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    display: inline-block;
    transition: .2s transform,.2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    transition: .2s transform,.2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    transition: .2s transform,.2s right;
}
.swiper-pagination-progressbar
{
    background: rgba(0,0,0,.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar
{
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock
{
    display: none;
}
.swiper-scrollbar
{
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}
.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled
{
    display: none!important;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal
{
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar
{
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag
{
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag
{
    cursor: move;
}
.swiper-scrollbar-lock
{
    display: none;
}
.swiper-zoom-container
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed
{
    cursor: move;
}
.swiper-lazy-preloader
{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader
{
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white
{
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black
{
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification
{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper
{
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid>.swiper-wrapper
{
    flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper
{
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide
{
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide
{
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}
.swiper-cube
{
    overflow: visible;
}
.swiper-cube .swiper-slide
{
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide
{
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev
{
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top
{
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before
{
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip
{
    overflow: visible;
}
.swiper-flip .swiper-slide
{
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top
{
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height;
}
.swiper-cards
{
    overflow: visible;
}
.swiper-cards .swiper-slide
{
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos]
{
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate
{
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos]
{
    transition-duration: .1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate
{
    transition-delay: .1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos]
{
    transition-duration: .15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate
{
    transition-delay: .15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos]
{
    transition-duration: .2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate
{
    transition-delay: .2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos]
{
    transition-duration: .25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate
{
    transition-delay: .25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos]
{
    transition-duration: .3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate
{
    transition-delay: .3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos]
{
    transition-duration: .35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate
{
    transition-delay: .35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos]
{
    transition-duration: .4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate
{
    transition-delay: .4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos]
{
    transition-duration: .45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate
{
    transition-delay: .45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos]
{
    transition-duration: .5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate
{
    transition-delay: .5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos]
{
    transition-duration: .55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate
{
    transition-delay: .55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos]
{
    transition-duration: .6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate
{
    transition-delay: .6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos]
{
    transition-duration: .65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate
{
    transition-delay: .65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos]
{
    transition-duration: .7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate
{
    transition-delay: .7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos]
{
    transition-duration: .75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate
{
    transition-delay: .75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos]
{
    transition-duration: .8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate
{
    transition-delay: .8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos]
{
    transition-duration: .85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate
{
    transition-delay: .85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos]
{
    transition-duration: .9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate
{
    transition-delay: .9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos]
{
    transition-duration: .95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate
{
    transition-delay: .95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos]
{
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate
{
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos]
{
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate
{
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos]
{
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate
{
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos]
{
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate
{
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos]
{
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate
{
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos]
{
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate
{
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos]
{
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate
{
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos]
{
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate
{
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos]
{
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate
{
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos]
{
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate
{
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos]
{
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate
{
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos]
{
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate
{
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos]
{
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate
{
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos]
{
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate
{
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos]
{
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate
{
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos]
{
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate
{
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos]
{
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate
{
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos]
{
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate
{
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos]
{
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate
{
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos]
{
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate
{
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos]
{
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate
{
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos]
{
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate
{
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos]
{
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate
{
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos]
{
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate
{
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos]
{
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate
{
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos]
{
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate
{
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos]
{
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate
{
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos]
{
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate
{
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos]
{
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate
{
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos]
{
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate
{
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos]
{
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate
{
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos]
{
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate
{
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos]
{
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate
{
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos]
{
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate
{
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos]
{
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate
{
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos]
{
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate
{
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos]
{
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate
{
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos]
{
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate
{
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos]
{
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate
{
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos]
{
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate
{
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos]
{
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos]
{
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate
{
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos]
{
    transition-timing-function: cubic-bezier(.25,.25,.75,.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos]
{
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos]
{
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos]
{
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos]
{
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos]
{
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos]
{
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos]
{
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos]
{
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos]
{
    transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos]
{
    transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos]
{
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos]
{
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos]
{
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos]
{
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos]
{
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos]
{
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos]
{
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos]
{
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos]
{
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
[data-aos^=fade][data-aos^=fade]
{
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate
{
    opacity: 1;
    transform: translateZ(0);
}
[data-aos=fade-up]
{
    transform: translate3d(0,100px,0);
}
[data-aos=fade-down]
{
    transform: translate3d(0,-100px,0);
}
[data-aos=fade-right]
{
    transform: translate3d(-100px,0,0);
}
[data-aos=fade-left]
{
    transform: translate3d(100px,0,0);
}
[data-aos=fade-up-right]
{
    transform: translate3d(-100px,100px,0);
}
[data-aos=fade-up-left]
{
    transform: translate3d(100px,100px,0);
}
[data-aos=fade-down-right]
{
    transform: translate3d(-100px,-100px,0);
}
[data-aos=fade-down-left]
{
    transform: translate3d(100px,-100px,0);
}
[data-aos^=zoom][data-aos^=zoom]
{
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate
{
    opacity: 1;
    transform: translateZ(0) scale(1);
}
[data-aos=zoom-in]
{
    transform: scale(.6);
}
[data-aos=zoom-in-up]
{
    transform: translate3d(0,100px,0) scale(.6);
}
[data-aos=zoom-in-down]
{
    transform: translate3d(0,-100px,0) scale(.6);
}
[data-aos=zoom-in-right]
{
    transform: translate3d(-100px,0,0) scale(.6);
}
[data-aos=zoom-in-left]
{
    transform: translate3d(100px,0,0) scale(.6);
}
[data-aos=zoom-out]
{
    transform: scale(1.2);
}
[data-aos=zoom-out-up]
{
    transform: translate3d(0,100px,0) scale(1.2);
}
[data-aos=zoom-out-down]
{
    transform: translate3d(0,-100px,0) scale(1.2);
}
[data-aos=zoom-out-right]
{
    transform: translate3d(-100px,0,0) scale(1.2);
}
[data-aos=zoom-out-left]
{
    transform: translate3d(100px,0,0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide]
{
    transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate
{
    transform: translateZ(0);
}
[data-aos=slide-up]
{
    transform: translate3d(0,100%,0);
}
[data-aos=slide-down]
{
    transform: translate3d(0,-100%,0);
}
[data-aos=slide-right]
{
    transform: translate3d(-100%,0,0);
}
[data-aos=slide-left]
{
    transform: translate3d(100%,0,0);
}
[data-aos^=flip][data-aos^=flip]
{
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos=flip-left]
{
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate
{
    transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right]
{
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate
{
    transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up]
{
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate
{
    transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down]
{
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate
{
    transform: perspective(2500px) rotateX(0);
}