@charset "UTF-8";
.taxopress-table-container {
width: 100%;
}
.taxopress-table-row td {
border: none;
}
.taxopress-table-row:nth-child(n+7) {
display: none;
}
.taxopress-see-more-link,
.taxopress-close-table-link {
cursor: pointer;
}
.taxopress-close-table-link {
display: none;
}
.taxopress-see-more-container {
text-align: right;
padding: 10px;
}
.hidden {
display: none;
}
.taxopress-table-container .taxopress-post-count {
text-align: right;
padding-right: 30px;
}
.taxopress-arrow {
display: inline-block;
}
.taxopress-arrow.right {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid;
}
.taxopress-arrow.down {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
} .taxopress-border-cloud a{
text-decoration: none;
border: 1px solid;
padding: 4px 7px; 
display: inline-block;
margin: 3px;
} .taxopress-box-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.taxopress-box-list a {
display: block;
text-decoration: none;
box-sizing: border-box;
word-wrap: break-word;
}
.taxopress-box-list img {
max-width: 100%;
height: auto;
display: block;
}
.taxopress-boxrelatedpost-cat{
color:#666;
font-size: 0.9em;
}
@media (max-width: 1200px) {
.taxopress-box-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.taxopress-box-list {
grid-template-columns: 1fr;
word-wrap: break-word;
}
}
.taxopress-parent-child-list {
list-style: none !important;
}
.taxopress-parent-term {
font-weight: normal;
margin: 0.5em 0;
list-style-type: none !important;
position: relative;
padding-left: 1.5em;
}
.taxopress-child-list {
list-style: none !important;
margin: 0.3em 0 0.3em 1em !important;
padding-left: 0 !important;
}
.taxopress-child-term {
font-weight: normal;
margin: 0.2em 0;
position: relative;
padding-left: 1.5em;
}
.taxopress-parent-term::before {
content: "•";
position: absolute;
left: 0;
font-size: 1.2em;
line-height: 1;
}
.taxopress-child-list > li::before {
content: "○";
position: absolute;
left: 0;
font-size: 1.2em;
line-height: 1;
}
.taxopress-child-list .taxopress-child-list > li::before {
content: "▪  ▪";
font-size: 1.2em;
}
.taxopress-child-list {
margin-left: 1em !important;
}
.taxopress-child-list .taxopress-child-list {
margin-left: 1em !important;
}
.taxopress-parent-term,
.taxopress-child-list li {
font-weight: normal;
}
.taxopress-box-list img.custom-image-class {
width: var(--tp-image-width, 200px);
height: var(--tp-image-height, 200px);
object-fit: cover;
aspect-ratio: 1 / 1;
display: block;
max-width: 100%;
}
a.st_tag, a.internal_tag, .st_tag, .internal_tag {
text-decoration: underline !important;
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}@-webkit-keyframes spinReturn {0% {-webkit-transform: rotate(0deg);}25% {-webkit-transform: rotate(225deg);}50% {-webkit-transform: rotate(180deg);}75% {-webkit-transform: rotate(405deg);}100% {-webkit-transform: rotate(360deg);}}@keyframes spinReturn {0% {transform: rotate(0deg);}25% {transform: rotate(225deg);}50% {transform: rotate(180deg);}75% {transform: rotate(405deg);}100% {transform: rotate(360deg);}}@-webkit-keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@-webkit-keyframes wave {0% {-webkit-transform: scaleY(1);}40% {-webkit-transform: scaleY(0.1);}80% {-webkit-transform: scaleY(1);}100% {-webkit-transform: scaleY(1);}}@keyframes wave {0% {transform: scaleY(1);}40% {transform: scaleY(0.1);}80% {transform: scaleY(1);}100% {transform: scaleY(1);}}@-webkit-keyframes drawframeTop {0% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}}@keyframes drawframeTop {0% {transform: scaleX(1);transform-origin: 100% 0%;}12.5% {transform: scaleX(0);transform-origin: 100% 0%;}50% {transform: scaleX(0);transform-origin: 0% 0%;}62.5% {transform: scaleX(1);transform-origin: 0% 0%;}100% {transform: scaleX(1);transform-origin: 100% 0%;}}@-webkit-keyframes drawframeBottom {0% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}}@keyframes drawframeBottom {0% {transform: scaleX(1);transform-origin: 0% 0%;}12.5% {transform: scaleX(0);transform-origin: 0% 0%;}50% {transform: scaleX(0);transform-origin: 100% 0%;}62.5% {transform: scaleX(1);transform-origin: 100% 0%;}100% {transform: scaleX(1);transform-origin: 0% 0%;}}@-webkit-keyframes drawframeRight {0% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}}@keyframes drawframeRight {0% {transform: scaleY(1);transform-origin: 0% 100%;}12.5% {transform: scaleY(0);transform-origin: 0% 100%;}50% {transform: scaleY(0);transform-origin: 0% 0%;}62.5% {transform: scaleY(1);transform-origin: 0% 0%;}100% {transform: scaleY(1);transform-origin: 0% 100%;}}@-webkit-keyframes drawframeLeft {0% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}}@keyframes drawframeLeft {0% {transform: scaleY(1);transform-origin: 0% 0%;}12.5% {transform: scaleY(0);transform-origin: 0% 0%;}50% {transform: scaleY(0);transform-origin: 0% 100%;}62.5% {transform: scaleY(1);transform-origin: 0% 100%;}100% {transform: scaleY(1);transform-origin: 0% 0%;}}@-webkit-keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@-webkit-keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}@keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}html, body {opacity: 1 !important;}#loftloader-wrapper {position: fixed;top: 0;left: 0;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);z-index: 999999;width: 100%;height: 100%;background: transparent !important;}.loaded #loftloader-wrapper {-webkit-transform: translateX(-200vw);-ms-transform: translateX(-200vw);transform: translateX(-200vw);pointer-events: none;opacity: 0;transition: opacity 0.0001s 1s, transform 0.0001s 2s;}.loaded #loftloader-wrapper.slide-vertical {-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);}.loaded #loftloader-wrapper #loader, .loaded #loftloader-wrapper .loader-close-button {opacity: 0;transition: all 0.3s ease-out;}#loftloader-wrapper .loader-inner {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1001;text-align: center;transition: all 0s;font-size: 0;}#loftloader-wrapper .loader-inner #loader {position: relative;z-index: 1002;top: auto;left: auto;display: inline-block;margin: 0 auto;padding: 0;border: none;border-radius: 0;background: none !important;color: #248acc;}#loftloader-wrapper .loader-section {position: fixed;z-index: 999;width: 50%;height: 100%;background: #000;opacity: 0.95;transition: all 0s;will-change: transform;}#loftloader-wrapper .loader-section.section-fade {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.section-fade {opacity: 0 !important;transition: opacity 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.end-no-animation {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.end-no-animation, .loaded #loftloader-wrapper .loader-section.end-no-animation ~ * {opacity: 0;transition: all 0s 0s;}#loftloader-wrapper .loader-section.section-slide-up {top: 0;left: 0;width: 100%;}.loaded #loftloader-wrapper .loader-section.section-slide-up {-webkit-transform: translateY(-100vh);-ms-transform: translateY(-100vh);transform: translateY(-100vh);transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.section-left, #loftloader-wrapper .loader-section.section-right {top: 0;}#loftloader-wrapper .loader-section.section-left {left: 0;}.loaded #loftloader-wrapper .loader-section.section-left {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(-50vw);-ms-transform: translateX(-50vw);transform: translateX(-50vw);}#loftloader-wrapper .loader-section.section-right {right: 0;}.loaded #loftloader-wrapper .loader-section.section-right {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(50vw);-ms-transform: translateX(50vw);transform: translateX(50vw);}#loftloader-wrapper .loader-section.section-up, #loftloader-wrapper .loader-section.section-down {left: 0;width: 100%;height: 50%;}#loftloader-wrapper .loader-section.section-up {top: 0;}.loaded #loftloader-wrapper .loader-section.section-up {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(-50vh);-ms-transform: translateY(-50vh);transform: translateY(-50vh);}#loftloader-wrapper .loader-section.section-down {bottom: 0;}.loaded #loftloader-wrapper .loader-section.section-down {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(50vh);-ms-transform: translateY(50vh);transform: translateY(50vh);}#loftloader-wrapper.pl-sun #loader {width: 50px;height: 50px;}#loftloader-wrapper.pl-sun #loader span {position: absolute;top: 0;left: 0;display: block;width: 50px;height: 50px;background: currentColor;opacity: 0.9;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-sun #loader span:before {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background: inherit;opacity: 0.9;content: "";transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-circles #loader {width: 100px;height: 60px;}#loftloader-wrapper.pl-circles #loader span, #loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {position: absolute;display: block;width: 10px;height: 10px;border-radius: 50%;background: currentColor;opacity: 0.2;}#loftloader-wrapper.pl-circles #loader span {top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-animation: lightUp 1.5s linear infinite 0.5s;animation: lightUp 1.5s linear infinite 0.5s;}#loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {content: "";top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}#loftloader-wrapper.pl-circles #loader:before {left: 0;-webkit-animation: lightUp 1.5s linear infinite;animation: lightUp 1.5s linear infinite;}#loftloader-wrapper.pl-circles #loader:after {right: 0;-webkit-animation: lightUp 1.5s linear infinite 1s;animation: lightUp 1.5s linear infinite 1s;}#loftloader-wrapper.pl-wave #loader {width: 60px;height: 30px;}#loftloader-wrapper.pl-wave #loader span, #loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {position: relative;display: inline-block;width: 6px;height: 100%;background: currentColor;}#loftloader-wrapper.pl-wave #loader span {margin: 0 16px;-webkit-animation: wave 0.9s linear infinite 0.3s;animation: wave 0.9s linear infinite 0.3s;}#loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {content: "";}#loftloader-wrapper.pl-wave #loader:before {-webkit-animation: wave 0.9s linear infinite;animation: wave 0.9s linear infinite;}#loftloader-wrapper.pl-wave #loader:after {-webkit-animation: wave 0.9s linear infinite 0.6s;animation: wave 0.9s linear infinite 0.6s;}#loftloader-wrapper.pl-square #loader {width: 50px;height: 50px;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-square #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border: 4px solid currentColor;box-sizing: border-box;transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-frame #loader {width: 80px;height: 80px;max-width: 90vw;}#loftloader-wrapper.pl-frame #loader:before, #loftloader-wrapper.pl-frame #loader:after {position: absolute;width: 100%;height: 4px;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader:before {top: 0;right: 0;left: auto;-webkit-animation: drawframeTop 4s linear infinite;animation: drawframeTop 4s linear infinite;}#loftloader-wrapper.pl-frame #loader:after {right: auto;bottom: 0;left: 0;-webkit-animation: drawframeBottom 4s linear infinite 1s;animation: drawframeBottom 4s linear infinite 1s;}#loftloader-wrapper.pl-frame #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}#loftloader-wrapper.pl-frame #loader span:before, #loftloader-wrapper.pl-frame #loader span:after {position: absolute;width: 4px;height: 100%;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader span:before {top: auto;right: 0;bottom: 0;-webkit-animation: drawframeRight 4s linear infinite 0.5s;animation: drawframeRight 4s linear infinite 0.5s;}#loftloader-wrapper.pl-frame #loader span:after {top: 0;bottom: auto;left: 0;-webkit-animation: drawframeLeft 4s linear infinite 1.5s;animation: drawframeLeft 4s linear infinite 1.5s;}#loftloader-wrapper.pl-frame #loader img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;max-width: 80%;max-height: 80%;}#loftloader-wrapper.pl-imgloading #loader {width: auto;height: auto;max-width: 90vw;}#loftloader-wrapper.pl-imgloading #loader img {position: relative;z-index: 1;display: block;width: 100%;height: auto;margin: 0 auto;}#loftloader-wrapper.pl-imgloading #loader img {opacity: 0.3;}#loftloader-wrapper.pl-imgloading #loader .imgloading-container {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 0%;transition: 0s;overflow: hidden;-webkit-animation: imgLoading 6s linear infinite;animation: imgLoading 6s linear infinite;will-change: height, opacity;transform-origin: 0 100%;}#loftloader-wrapper.pl-imgloading #loader span {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center bottom;transition: 0s;}#loftloader-wrapper.pl-beating #loader {width: 60px;height: 60px;}#loftloader-wrapper.pl-beating #loader span, #loftloader-wrapper.pl-beating #loader:before {position: absolute;top: 0;left: 0;display: block;width: 60px;height: 60px;border-radius: 50%;background: currentColor;box-shadow: 0 0 50px;opacity: 0;}#loftloader-wrapper.pl-beating #loader span {-webkit-animation: beat 1.5s linear infinite;animation: beat 1.5s linear infinite;}#loftloader-wrapper.pl-beating #loader:before {content: "";-webkit-animation: beat 1.5s linear infinite 1s;animation: beat 1.5s linear infinite 1s;}.loader-close-button {position: fixed;top: 10px;right: 10px;z-index: 99999;box-sizing: border-box;padding: 5px 30px 5px 5px;width: auto;min-width: 35px;height: 35px;background: rgba(0, 0, 0, 0.3);border-radius: 999px;color: #FFF;font-size: 12px;line-height: 25px;cursor: pointer;}.loader-close-button:hover {background: rgba(0, 0, 0, 0.7);}.loader-close-button:before, .loader-close-button:after {position: absolute;top: 16px;right: 9px;display: block;width: 18px;height: 2px;background: #FFF;transform-origin: 50% 50%;content: "";}.loader-close-button:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.loader-close-button:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}.loader-close-button .screen-reader-text {position: absolute !important;padding: 0;margin: -1px;width: 1px;height: 1px;border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);overflow: hidden;word-wrap: normal !important;}.loader-close-button .close-des {padding: 0 5px;font-size: 12px;}@font-face {
font-family: 'icomoon_brands';
src:  url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon_brands.eot?z876hv);
src:  url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon_brands.eot?z876hv#iefix) format('embedded-opentype'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon_brands.ttf?z876hv) format('truetype'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon_brands.woff?z876hv) format('woff'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon_brands.svg?z876hv#icomoon_brands) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icomoon_brands { font-family: 'icomoon_brands' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icomoon_brands-1password:before {
content: "\eaec";
color: #0094f5;
}
.icomoon_brands-500px1:before {
content: "\eaed";
color: #0099e5;
}
.icomoon_brands-abbrobotstudio:before {
content: "\eaee";
color: #ff9e0f;
}
.icomoon_brands-about-dot-me:before {
content: "\eaef";
color: #00a98f;
}
.icomoon_brands-abstract:before {
content: "\eaf0";
}
.icomoon_brands-academia:before {
content: "\eaf1";
}
.icomoon_brands-accusoft:before {
content: "\eaf2";
color: #ff7e4a;
}
.icomoon_brands-acm:before {
content: "\eaf3";
color: #0085ca;
}
.icomoon_brands-addthis:before {
content: "\eaf4";
color: #ff6550;
}
.icomoon_brands-adguard:before {
content: "\eaf5";
color: #66b574;
}
.icomoon_brands-adobe:before {
content: "\eaf6";
color: #f00;
}
.icomoon_brands-adobeacrobatreader:before {
content: "\eaf7";
color: #ee3f24;
}
.icomoon_brands-adobeaftereffects:before {
content: "\eaf8";
color: #d291ff;
}
.icomoon_brands-adobeaudition:before {
content: "\eaf9";
color: #00e4bb;
}
.icomoon_brands-adobecreativecloud:before {
content: "\eafa";
color: #d41818;
}
.icomoon_brands-adobedreamweaver:before {
content: "\eafb";
color: #35fa00;
}
.icomoon_brands-adobeillustrator:before {
content: "\eafc";
color: #ff7c00;
}
.icomoon_brands-adobeindesign:before {
content: "\eafd";
color: #fd3f93;
}
.icomoon_brands-adobelightroomcc:before {
content: "\eafe";
color: #3df0f0;
}
.icomoon_brands-adobelightroomclassic:before {
content: "\eaff";
color: #add5ec;
}
.icomoon_brands-adobephotoshop:before {
content: "\eb00";
color: #00c8ff;
}
.icomoon_brands-adobepremiere:before {
content: "\eb01";
color: #ea77ff;
}
.icomoon_brands-adobetypekit:before {
content: "\eb02";
color: #87ec00;
}
.icomoon_brands-adobexd:before {
content: "\eb03";
color: #ff2bc2;
}
.icomoon_brands-airbnb:before {
content: "\eb04";
color: #ff5a5f;
}
.icomoon_brands-airplayaudio:before {
content: "\eb05";
}
.icomoon_brands-airplayvideo:before {
content: "\eb06";
}
.icomoon_brands-algolia:before {
content: "\eb07";
color: #5468ff;
}
.icomoon_brands-alliedmodders:before {
content: "\eb08";
color: #1578d3;
}
.icomoon_brands-amazon1:before {
content: "\eb09";
color: #f90;
}
.icomoon_brands-amazonalexa:before {
content: "\eb0a";
color: #00caff;
}
.icomoon_brands-amazonaws:before {
content: "\eb0b";
}
.icomoon_brands-amd:before {
content: "\eb0c";
color: #ed1c24;
}
.icomoon_brands-americanexpress:before {
content: "\eb0d";
color: #2e77bc;
}
.icomoon_brands-anaconda:before {
content: "\eb0e";
color: #42b029;
}
.icomoon_brands-analogue:before {
content: "\eb0f";
}
.icomoon_brands-anchor:before {
content: "\eb10";
color: #8940fa;
}
.icomoon_brands-android1:before {
content: "\eb11";
color: #3ddc84;
}
.icomoon_brands-angellist:before {
content: "\eb12";
}
.icomoon_brands-angular:before {
content: "\eb13";
color: #dd0031;
}
.icomoon_brands-angularuniversal:before {
content: "\eb14";
color: #00acc1;
}
.icomoon_brands-ansible:before {
content: "\eb15";
color: #e00;
}
.icomoon_brands-apache:before {
content: "\eb16";
color: #d22128;
}
.icomoon_brands-apacheairflow:before {
content: "\eb17";
color: #007a88;
}
.icomoon_brands-apachecordova:before {
content: "\eb18";
color: #e8e8e8;
}
.icomoon_brands-apacheflink:before {
content: "\eb19";
color: #e6526f;
}
.icomoon_brands-apachekafka:before {
content: "\eb1a";
}
.icomoon_brands-apachenetbeanside:before {
content: "\eb1b";
color: #1b6ac6;
}
.icomoon_brands-apacheopenoffice:before {
content: "\eb1c";
color: #0e85cd;
}
.icomoon_brands-apacherocketmq:before {
content: "\eb1d";
color: #d77310;
}
.icomoon_brands-apachespark:before {
content: "\eb1e";
color: #e25a1c;
}
.icomoon_brands-apple:before {
content: "\eb1f";
color: #999;
}
.icomoon_brands-applemusic:before {
content: "\eb20";
}
.icomoon_brands-applepay:before {
content: "\eb21";
}
.icomoon_brands-applepodcasts:before {
content: "\eb22";
color: #93c;
}
.icomoon_brands-appveyor:before {
content: "\eb23";
color: #00b3e0;
}
.icomoon_brands-aral:before {
content: "\eb24";
color: #0063cb;
}
.icomoon_brands-archiveofourown:before {
content: "\eb25";
color: #900;
}
.icomoon_brands-archlinux:before {
content: "\eb26";
color: #1793d1;
}
.icomoon_brands-arduino:before {
content: "\eb27";
color: #00979d;
}
.icomoon_brands-artstation:before {
content: "\eb28";
color: #13aff0;
}
.icomoon_brands-arxiv:before {
content: "\eb29";
color: #b31b1b;
}
.icomoon_brands-asana:before {
content: "\eb2a";
}
.icomoon_brands-asciidoctor:before {
content: "\eb2b";
color: #e40046;
}
.icomoon_brands-at-and-t:before {
content: "\eb2c";
color: #00a8e0;
}
.icomoon_brands-atlassian:before {
content: "\eb2d";
color: #0052cc;
}
.icomoon_brands-atom:before {
content: "\eb2e";
color: #66595c;
}
.icomoon_brands-audi:before {
content: "\eb2f";
color: #bb0a30;
}
.icomoon_brands-audible:before {
content: "\eb30";
color: #f8991c;
}
.icomoon_brands-aurelia:before {
content: "\eb31";
color: #ed2b88;
}
.icomoon_brands-auth0:before {
content: "\eb32";
color: #eb5424;
}
.icomoon_brands-automatic:before {
content: "\eb33";
color: #7d8084;
}
.icomoon_brands-autotask:before {
content: "\eb34";
color: #e51937;
}
.icomoon_brands-aventrix:before {
content: "\eb35";
color: #09d;
}
.icomoon_brands-awesomewm:before {
content: "\eb36";
color: #535d6c;
}
.icomoon_brands-azureartifacts:before {
content: "\eb37";
color: #cb2e6d;
}
.icomoon_brands-azuredevops:before {
content: "\eb38";
color: #0078d7;
}
.icomoon_brands-azurepipelines:before {
content: "\eb39";
color: #2560e0;
}
.icomoon_brands-babel:before {
content: "\eb3a";
color: #f9dc3e;
}
.icomoon_brands-baidu:before {
content: "\eb3b";
color: #2319dc;
}
.icomoon_brands-bamboo:before {
content: "\eb3c";
color: #0052cc;
}
.icomoon_brands-bancontact:before {
content: "\eb3d";
color: #005498;
}
.icomoon_brands-bandcamp:before {
content: "\eb3e";
color: #408294;
}
.icomoon_brands-bandlab:before {
content: "\eb3f";
color: #dc3710;
}
.icomoon_brands-basecamp1:before {
content: "\eb40";
color: #5ecc62;
}
.icomoon_brands-bathasu:before {
content: "\eb41";
color: #00a3e0;
}
.icomoon_brands-beats:before {
content: "\eb42";
color: #005571;
}
.icomoon_brands-beatsbydre:before {
content: "\eb43";
color: #e01f3d;
}
.icomoon_brands-behance1:before {
content: "\eb44";
color: #1769ff;
}
.icomoon_brands-bigcartel:before {
content: "\eb45";
}
.icomoon_brands-bing:before {
content: "\eb46";
color: #008373;
}
.icomoon_brands-bit:before {
content: "\eb47";
color: #73398d;
}
.icomoon_brands-bitbucket:before {
content: "\eb48";
color: #0052cc;
}
.icomoon_brands-bitcoin:before {
content: "\eb49";
color: #f7931a;
}
.icomoon_brands-bitdefender:before {
content: "\eb4a";
color: #ed1c24;
}
.icomoon_brands-bitly:before {
content: "\eb4b";
color: #ee6123;
}
.icomoon_brands-bitrise:before {
content: "\eb4c";
color: #683d87;
}
.icomoon_brands-blackberry:before {
content: "\eb4d";
}
.icomoon_brands-blender:before {
content: "\eb4e";
color: #f5792a;
}
.icomoon_brands-blogger1:before {
content: "\eb4f";
color: #ff5722;
}
.icomoon_brands-bmcsoftware:before {
content: "\eb50";
color: #fe5000;
}
.icomoon_brands-boeing:before {
content: "\eb51";
color: #1d439c;
}
.icomoon_brands-boost:before {
content: "\eb52";
color: #f69220;
}
.icomoon_brands-bootstrap:before {
content: "\eb53";
color: #563d7c;
}
.icomoon_brands-bower:before {
content: "\eb54";
color: #ef5734;
}
.icomoon_brands-box:before {
content: "\eb55";
color: #0061d5;
}
.icomoon_brands-brand-dot-ai:before {
content: "\eb56";
color: #0aa0ff;
}
.icomoon_brands-brandfolder:before {
content: "\eb57";
color: #40d1f5;
}
.icomoon_brands-brave:before {
content: "\eb58";
color: #fb542b;
}
.icomoon_brands-breaker:before {
content: "\eb59";
color: #003dad;
}
.icomoon_brands-broadcom:before {
content: "\eb5a";
color: #cc092f;
}
.icomoon_brands-buddy:before {
content: "\eb5b";
color: #1a86fd;
}
.icomoon_brands-buffer:before {
content: "\eb5c";
color: #168eea;
}
.icomoon_brands-buymeacoffee:before {
content: "\eb5d";
color: #ff813f;
}
.icomoon_brands-buzzfeed:before {
content: "\eb5e";
color: #e32;
}
.icomoon_brands-c:before {
content: "\eb5f";
color: #a8b9cc;
}
.icomoon_brands-cakephp:before {
content: "\eb60";
color: #d33c43;
}
.icomoon_brands-campaignmonitor:before {
content: "\eb61";
color: #509cf6;
}
.icomoon_brands-canva:before {
content: "\eb62";
color: #00c4cc;
}
.icomoon_brands-cashapp:before {
content: "\eb63";
color: #00c244;
}
.icomoon_brands-cassandra:before {
content: "\eb64";
color: #1287b1;
}
.icomoon_brands-castorama:before {
content: "\eb65";
color: #0078d7;
}
.icomoon_brands-castro:before {
content: "\eb66";
color: #00b265;
}
.icomoon_brands-centos:before {
content: "\eb67";
color: #262577;
}
.icomoon_brands-cevo:before {
content: "\eb68";
color: #1eabe2;
}
.icomoon_brands-chase:before {
content: "\eb69";
color: #117aca;
}
.icomoon_brands-chef:before {
content: "\eb6a";
color: #f09820;
}
.icomoon_brands-circle:before {
content: "\eb6b";
color: #8669ae;
}
.icomoon_brands-circleci:before {
content: "\eb6c";
}
.icomoon_brands-cirrusci:before {
content: "\eb6d";
}
.icomoon_brands-cisco:before {
content: "\eb6e";
color: #1ba0d7;
}
.icomoon_brands-civicrm:before {
content: "\eb6f";
color: #81c459;
}
.icomoon_brands-clockify:before {
content: "\eb70";
color: #03a9f4;
}
.icomoon_brands-clojure:before {
content: "\eb71";
color: #5881d8;
}
.icomoon_brands-cloudbees:before {
content: "\eb72";
color: #1997b5;
}
.icomoon_brands-cloudflare:before {
content: "\eb73";
color: #f38020;
}
.icomoon_brands-cmake:before {
content: "\eb74";
color: #064f8c;
}
.icomoon_brands-co-op:before {
content: "\eb75";
color: #00b1e7;
}
.icomoon_brands-codacy:before {
content: "\eb76";
}
.icomoon_brands-codecademy:before {
content: "\eb77";
color: #1f4056;
}
.icomoon_brands-codechef:before {
content: "\eb78";
color: #5b4638;
}
.icomoon_brands-codeclimate:before {
content: "\eb79";
}
.icomoon_brands-codecov:before {
content: "\eb7a";
color: #f01f7a;
}
.icomoon_brands-codefactor:before {
content: "\eb7b";
color: #f44a6a;
}
.icomoon_brands-codeforces:before {
content: "\eb7c";
color: #1f8acb;
}
.icomoon_brands-codeigniter:before {
content: "\eb7d";
color: #ee4623;
}
.icomoon_brands-codepen1:before {
content: "\eb7e";
}
.icomoon_brands-coderwall:before {
content: "\eb7f";
color: #3e8dcc;
}
.icomoon_brands-codesandbox:before {
content: "\eb80";
}
.icomoon_brands-codeship:before {
content: "\eb81";
color: #3c4858;
}
.icomoon_brands-codewars:before {
content: "\eb82";
color: #ad2c27;
}
.icomoon_brands-codio:before {
content: "\eb83";
color: #4574e0;
}
.icomoon_brands-coffeescript:before {
content: "\eb84";
}
.icomoon_brands-coinbase:before {
content: "\eb85";
color: #0667d0;
}
.icomoon_brands-commonworkflowlanguage:before {
content: "\eb86";
color: #b5314c;
}
.icomoon_brands-composer:before {
content: "\eb87";
color: #885630;
}
.icomoon_brands-compropago:before {
content: "\eb88";
color: #00aaef;
}
.icomoon_brands-conda-forge:before {
content: "\eb89";
}
.icomoon_brands-conekta:before {
content: "\eb8a";
color: #414959;
}
.icomoon_brands-confluence:before {
content: "\eb8b";
}
.icomoon_brands-coronarenderer:before {
content: "\eb8c";
color: #e6502a;
}
.icomoon_brands-coursera:before {
content: "\eb8d";
color: #2a73cc;
}
.icomoon_brands-coveralls:before {
content: "\eb8e";
color: #3f5767;
}
.icomoon_brands-cpanel:before {
content: "\eb8f";
color: #ff6c2c;
}
.icomoon_brands-cplusplus:before {
content: "\eb90";
color: #00599c;
}
.icomoon_brands-creativecommons:before {
content: "\eb91";
color: #ef9421;
}
.icomoon_brands-crehana:before {
content: "\eb92";
color: #4b22f4;
}
.icomoon_brands-crunchbase:before {
content: "\eb93";
color: #0288d1;
}
.icomoon_brands-crunchyroll:before {
content: "\eb94";
color: #f47521;
}
.icomoon_brands-cryengine:before {
content: "\eb95";
}
.icomoon_brands-csharp:before {
content: "\eb96";
color: #239120;
}
.icomoon_brands-css31:before {
content: "\eb97";
color: #1572b6;
}
.icomoon_brands-csswizardry:before {
content: "\eb98";
color: #f43059;
}
.icomoon_brands-curl:before {
content: "\eb99";
}
.icomoon_brands-d3-dot-js:before {
content: "\eb9a";
color: #f9a03c;
}
.icomoon_brands-dailymotion:before {
content: "\eb9b";
color: #0066dc;
}
.icomoon_brands-dart:before {
content: "\eb9c";
color: #0175c2;
}
.icomoon_brands-dashlane:before {
content: "\eb9d";
color: #007c97;
}
.icomoon_brands-datacamp:before {
content: "\eb9e";
color: #3ac;
}
.icomoon_brands-dazn:before {
content: "\eb9f";
color: #f8f8f5;
}
.icomoon_brands-dblp:before {
content: "\eba0";
color: #004f9f;
}
.icomoon_brands-debian:before {
content: "\eba1";
color: #a81d33;
}
.icomoon_brands-deepin:before {
content: "\eba2";
color: #007cff;
}
.icomoon_brands-deezer:before {
content: "\eba3";
color: #feaa2d;
}
.icomoon_brands-delicious1:before {
content: "\eba4";
color: #39f;
}
.icomoon_brands-deliveroo:before {
content: "\eba5";
color: #00ccbc;
}
.icomoon_brands-dell:before {
content: "\eba6";
color: #007db8;
}
.icomoon_brands-deno:before {
content: "\eba7";
}
.icomoon_brands-dependabot:before {
content: "\eba8";
color: #025e8c;
}
.icomoon_brands-designernews:before {
content: "\eba9";
color: #2d72d9;
}
.icomoon_brands-dev-dot-to:before {
content: "\ebaa";
}
.icomoon_brands-deviantart1:before {
content: "\ebab";
color: #05cc47;
}
.icomoon_brands-devrant:before {
content: "\ebac";
color: #f99a66;
}
.icomoon_brands-diaspora:before {
content: "\ebad";
}
.icomoon_brands-digg:before {
content: "\ebae";
}
.icomoon_brands-digitalocean:before {
content: "\ebaf";
color: #0080ff;
}
.icomoon_brands-directus:before {
content: "\ebb0";
}
.icomoon_brands-discord:before {
content: "\ebb1";
color: #7289da;
}
.icomoon_brands-discourse:before {
content: "\ebb2";
}
.icomoon_brands-discover:before {
content: "\ebb3";
color: #ff6000;
}
.icomoon_brands-disqus:before {
content: "\ebb4";
color: #2e9fff;
}
.icomoon_brands-disroot:before {
content: "\ebb5";
color: #50162d;
}
.icomoon_brands-django:before {
content: "\ebb6";
}
.icomoon_brands-dlna:before {
content: "\ebb7";
color: #48a842;
}
.icomoon_brands-docker:before {
content: "\ebb8";
color: #1488c6;
}
.icomoon_brands-docusign:before {
content: "\ebb9";
color: #fc2;
}
.icomoon_brands-dolby:before {
content: "\ebba";
}
.icomoon_brands-dot-net:before {
content: "\ebbb";
color: #5c2d91;
}
.icomoon_brands-draugiem-dot-lv:before {
content: "\ebbc";
color: #f60;
}
.icomoon_brands-dribbble1:before {
content: "\ebbd";
color: #ea4c89;
}
.icomoon_brands-drone:before {
content: "\ebbe";
}
.icomoon_brands-dropbox1:before {
content: "\ebbf";
color: #0061ff;
}
.icomoon_brands-drupal:before {
content: "\ebc0";
color: #0678be;
}
.icomoon_brands-dtube:before {
content: "\ebc1";
color: #f00;
}
.icomoon_brands-duckduckgo:before {
content: "\ebc2";
color: #de5833;
}
.icomoon_brands-dunked:before {
content: "\ebc3";
color: #2da9d7;
}
.icomoon_brands-duolingo:before {
content: "\ebc4";
color: #58cc02;
}
.icomoon_brands-dynatrace:before {
content: "\ebc5";
color: #1496ff;
}
.icomoon_brands-ebay:before {
content: "\ebc6";
color: #e53238;
}
.icomoon_brands-eclipseide:before {
content: "\ebc7";
color: #2c2255;
}
.icomoon_brands-elastic:before {
content: "\ebc8";
color: #005571;
}
.icomoon_brands-elasticcloud:before {
content: "\ebc9";
color: #005571;
}
.icomoon_brands-elasticsearch:before {
content: "\ebca";
color: #005571;
}
.icomoon_brands-elasticstack:before {
content: "\ebcb";
color: #005571;
}
.icomoon_brands-electron:before {
content: "\ebcc";
color: #47848f;
}
.icomoon_brands-elementary:before {
content: "\ebcd";
color: #64baff;
}
.icomoon_brands-eleventy:before {
content: "\ebce";
}
.icomoon_brands-ello1:before {
content: "\ebcf";
}
.icomoon_brands-elsevier:before {
content: "\ebd0";
color: #ff6c00;
}
.icomoon_brands-ember-dot-js:before {
content: "\ebd1";
color: #e04e39;
}
.icomoon_brands-emlakjet:before {
content: "\ebd2";
color: #0ae524;
}
.icomoon_brands-empirekred:before {
content: "\ebd3";
color: #72be50;
}
.icomoon_brands-envato:before {
content: "\ebd4";
color: #81b441;
}
.icomoon_brands-epel:before {
content: "\ebd5";
color: #fc0000;
}
.icomoon_brands-epicgames:before {
content: "\ebd6";
}
.icomoon_brands-epson:before {
content: "\ebd7";
color: #039;
}
.icomoon_brands-esea:before {
content: "\ebd8";
color: #0e9648;
}
.icomoon_brands-eslint:before {
content: "\ebd9";
color: #4b32c3;
}
.icomoon_brands-ethereum:before {
content: "\ebda";
}
.icomoon_brands-etsy:before {
content: "\ebdb";
color: #f16521;
}
.icomoon_brands-eventbrite:before {
content: "\ebdc";
color: #f05537;
}
.icomoon_brands-eventstore:before {
content: "\ebdd";
color: #5ab552;
}
.icomoon_brands-evernote:before {
content: "\ebde";
color: #00a82d;
}
.icomoon_brands-everplaces:before {
content: "\ebdf";
color: #fa4b32;
}
.icomoon_brands-evry:before {
content: "\ebe0";
color: #063a54;
}
.icomoon_brands-exercism:before {
content: "\ebe1";
color: #009cab;
}
.icomoon_brands-expertsexchange:before {
content: "\ebe2";
color: #00aae7;
}
.icomoon_brands-expo:before {
content: "\ebe3";
}
.icomoon_brands-eyeem:before {
content: "\ebe4";
}
.icomoon_brands-f-droid:before {
content: "\ebe5";
color: #1976d2;
}
.icomoon_brands-f-secure:before {
content: "\ebe6";
color: #00baff;
}
.icomoon_brands-facebook1:before {
content: "\ebe7";
color: #1877f2;
}
.icomoon_brands-faceit:before {
content: "\ebe8";
color: #f50;
}
.icomoon_brands-fandango:before {
content: "\ebe9";
color: #ff7300;
}
.icomoon_brands-favro:before {
content: "\ebea";
color: #512da8;
}
.icomoon_brands-feathub:before {
content: "\ebeb";
color: #9b9b9b;
}
.icomoon_brands-fedora:before {
content: "\ebec";
color: #294172;
}
.icomoon_brands-feedly:before {
content: "\ebed";
color: #2bb24c;
}
.icomoon_brands-fidoalliance:before {
content: "\ebee";
color: #ffbf3b;
}
.icomoon_brands-figma:before {
content: "\ebef";
color: #f24e1e;
}
.icomoon_brands-filezilla:before {
content: "\ebf0";
color: #bf0000;
}
.icomoon_brands-firebase:before {
content: "\ebf1";
color: #ffca28;
}
.icomoon_brands-fitbit:before {
content: "\ebf2";
color: #00b0b9;
}
.icomoon_brands-fiverr:before {
content: "\ebf3";
color: #1dbf73;
}
.icomoon_brands-flask:before {
content: "\ebf4";
}
.icomoon_brands-flattr1:before {
content: "\ebf5";
}
.icomoon_brands-flickr1:before {
content: "\ebf6";
color: #0063dc;
}
.icomoon_brands-flipboard:before {
content: "\ebf7";
color: #e12828;
}
.icomoon_brands-floatplane:before {
content: "\ebf8";
color: #00aeef;
}
.icomoon_brands-flutter:before {
content: "\ebf9";
color: #02569b;
}
.icomoon_brands-fnac:before {
content: "\ebfa";
color: #e1a925;
}
.icomoon_brands-formstack:before {
content: "\ebfb";
color: #21b573;
}
.icomoon_brands-fossa:before {
content: "\ebfc";
color: #90a1b8;
}
.icomoon_brands-fossilscm:before {
content: "\ebfd";
color: #548294;
}
.icomoon_brands-foursquare1:before {
content: "\ebfe";
color: #f94877;
}
.icomoon_brands-framer:before {
content: "\ebff";
color: #05f;
}
.icomoon_brands-freebsd:before {
content: "\ec00";
color: #ab2b28;
}
.icomoon_brands-freecodecamp:before {
content: "\ec01";
color: #006400;
}
.icomoon_brands-fujifilm:before {
content: "\ec02";
color: #ed1a3a;
}
.icomoon_brands-fujitsu:before {
content: "\ec03";
color: #f00;
}
.icomoon_brands-furaffinity:before {
content: "\ec04";
color: #faaf3a;
}
.icomoon_brands-furrynetwork:before {
content: "\ec05";
color: #2e75b4;
}
.icomoon_brands-garmin:before {
content: "\ec06";
color: #007cc3;
}
.icomoon_brands-gatsby:before {
content: "\ec07";
color: #639;
}
.icomoon_brands-gauges:before {
content: "\ec08";
color: #2fa66a;
}
.icomoon_brands-genius:before {
content: "\ec09";
color: #ffff64;
}
.icomoon_brands-gentoo:before {
content: "\ec0a";
color: #54487a;
}
.icomoon_brands-geocaching:before {
content: "\ec0b";
color: #00874d;
}
.icomoon_brands-gerrit:before {
content: "\ec0c";
color: #eee;
}
.icomoon_brands-ghost:before {
content: "\ec0d";
color: #738a94;
}
.icomoon_brands-gimp:before {
content: "\ec0e";
color: #5c5543;
}
.icomoon_brands-git1:before {
content: "\ec0f";
color: #f05032;
}
.icomoon_brands-gitea:before {
content: "\ec10";
color: #609926;
}
.icomoon_brands-github1:before {
content: "\ec11";
}
.icomoon_brands-gitlab:before {
content: "\ec12";
color: #fca121;
}
.icomoon_brands-gitpod:before {
content: "\ec13";
color: #1aa6e4;
}
.icomoon_brands-gitter:before {
content: "\ec14";
color: #ed1965;
}
.icomoon_brands-glassdoor:before {
content: "\ec15";
color: #0caa41;
}
.icomoon_brands-glitch:before {
content: "\ec16";
color: #33f;
}
.icomoon_brands-gmail:before {
content: "\ec17";
color: #d14836;
}
.icomoon_brands-gnome:before {
content: "\ec18";
color: #4a86cf;
}
.icomoon_brands-gnu:before {
content: "\ec19";
color: #a42e2b;
}
.icomoon_brands-gnuicecat:before {
content: "\ec1a";
color: #002f5b;
}
.icomoon_brands-gnuprivacyguard:before {
content: "\ec1b";
color: #0093dd;
}
.icomoon_brands-gnusocial:before {
content: "\ec1c";
color: #a22430;
}
.icomoon_brands-go:before {
content: "\ec1d";
color: #00add8;
}
.icomoon_brands-godotengine:before {
content: "\ec1e";
color: #478cbf;
}
.icomoon_brands-gog-dot-com:before {
content: "\ec1f";
color: #86328a;
}
.icomoon_brands-goldenline:before {
content: "\ec20";
color: #f1b92b;
}
.icomoon_brands-goodreads:before {
content: "\ec21";
color: #630;
}
.icomoon_brands-google1:before {
content: "\ec22";
color: #4285f4;
}
.icomoon_brands-googleads:before {
content: "\ec23";
color: #4285f4;
}
.icomoon_brands-googleanalytics:before {
content: "\ec24";
color: #ffc107;
}
.icomoon_brands-googlechrome:before {
content: "\ec25";
color: #4285f4;
}
.icomoon_brands-googlecloud:before {
content: "\ec26";
color: #4285f4;
}
.icomoon_brands-googledrive:before {
content: "\ec27";
color: #4285f4;
}
.icomoon_brands-googlehangouts:before {
content: "\ec28";
color: #0c9d58;
}
.icomoon_brands-googlehangoutschat:before {
content: "\ec29";
color: #00897b;
}
.icomoon_brands-googlekeep:before {
content: "\ec2a";
color: #fb0;
}
.icomoon_brands-googlepay:before {
content: "\ec2b";
color: #5f6368;
}
.icomoon_brands-googleplay:before {
content: "\ec2c";
color: #607d8b;
}
.icomoon_brands-googlepodcasts:before {
content: "\ec2d";
color: #4285f4;
}
.icomoon_brands-googlescholar:before {
content: "\ec2e";
color: #4885ed;
}
.icomoon_brands-googlesearchconsole:before {
content: "\ec2f";
color: #458cf5;
}
.icomoon_brands-gov-dot-uk:before {
content: "\ec30";
color: #005ea5;
}
.icomoon_brands-gradle:before {
content: "\ec31";
}
.icomoon_brands-grafana:before {
content: "\ec32";
color: #f46800;
}
.icomoon_brands-graphcool:before {
content: "\ec33";
color: #27ae60;
}
.icomoon_brands-graphql:before {
content: "\ec34";
color: #e10098;
}
.icomoon_brands-grav:before {
content: "\ec35";
}
.icomoon_brands-gravatar:before {
content: "\ec36";
color: #1e8cbe;
}
.icomoon_brands-greenkeeper:before {
content: "\ec37";
color: #00c775;
}
.icomoon_brands-greensock:before {
content: "\ec38";
color: #88ce02;
}
.icomoon_brands-groovy:before {
content: "\ec39";
color: #4298b8;
}
.icomoon_brands-groupon:before {
content: "\ec3a";
color: #53a318;
}
.icomoon_brands-gulp:before {
content: "\ec3b";
color: #da4648;
}
.icomoon_brands-gumroad:before {
content: "\ec3c";
color: #36a9ae;
}
.icomoon_brands-gumtree:before {
content: "\ec3d";
color: #72ef36;
}
.icomoon_brands-gutenberg:before {
content: "\ec3e";
}
.icomoon_brands-habr:before {
content: "\ec3f";
color: #77a2b6;
}
.icomoon_brands-hackaday:before {
content: "\ec40";
}
.icomoon_brands-hackerearth:before {
content: "\ec41";
color: #323754;
}
.icomoon_brands-hackerone:before {
content: "\ec42";
color: #494649;
}
.icomoon_brands-hackerrank:before {
content: "\ec43";
color: #2ec866;
}
.icomoon_brands-hackhands:before {
content: "\ec44";
color: #00acbd;
}
.icomoon_brands-hackster:before {
content: "\ec45";
color: #1bacf7;
}
.icomoon_brands-happycow:before {
content: "\ec46";
color: #7c4ec4;
}
.icomoon_brands-hashnode:before {
content: "\ec47";
color: #2962ff;
}
.icomoon_brands-haskell:before {
content: "\ec48";
color: #5d4f85;
}
.icomoon_brands-hatenabookmark:before {
content: "\ec49";
color: #00a4de;
}
.icomoon_brands-haxe:before {
content: "\ec4a";
color: #ea8220;
}
.icomoon_brands-helm:before {
content: "\ec4b";
color: #277a9f;
}
.icomoon_brands-here:before {
content: "\ec4c";
color: #48dad0;
}
.icomoon_brands-heroku:before {
content: "\ec4d";
color: #430098;
}
.icomoon_brands-hexo:before {
content: "\ec4e";
color: #0e83cd;
}
.icomoon_brands-highly:before {
content: "\ec4f";
color: #ff3c00;
}
.icomoon_brands-hipchat:before {
content: "\ec50";
color: #0052cc;
}
.icomoon_brands-hitachi:before {
content: "\ec51";
color: #e60027;
}
.icomoon_brands-hockeyapp:before {
content: "\ec52";
color: #009ee1;
}
.icomoon_brands-homeassistant:before {
content: "\ec53";
color: #41bdf5;
}
.icomoon_brands-homify:before {
content: "\ec54";
color: #7dcda3;
}
.icomoon_brands-hootsuite:before {
content: "\ec55";
}
.icomoon_brands-houzz:before {
content: "\ec56";
color: #4dbc15;
}
.icomoon_brands-hp:before {
content: "\ec57";
color: #0096d6;
}
.icomoon_brands-html5:before {
content: "\ec58";
color: #e34f26;
}
.icomoon_brands-htmlacademy:before {
content: "\ec59";
color: #302683;
}
.icomoon_brands-huawei:before {
content: "\ec5a";
color: #f00;
}
.icomoon_brands-hubspot:before {
content: "\ec5b";
color: #ff7a59;
}
.icomoon_brands-hulu:before {
content: "\ec5c";
color: #3dbb3d;
}
.icomoon_brands-humblebundle:before {
content: "\ec5d";
color: #cc2929;
}
.icomoon_brands-hurriyetemlak:before {
content: "\ec5e";
color: #e02826;
}
.icomoon_brands-hypothesis:before {
content: "\ec5f";
color: #bd1c2b;
}
.icomoon_brands-iata:before {
content: "\ec60";
color: #004e81;
}
.icomoon_brands-ibm:before {
content: "\ec61";
color: #054ada;
}
.icomoon_brands-icloud:before {
content: "\ec62";
color: #3693f3;
}
.icomoon_brands-icomoon:before {
content: "\ec63";
color: #825794;
}
.icomoon_brands-icon:before {
content: "\ec64";
color: #31b8bb;
}
.icomoon_brands-iconjar:before {
content: "\ec65";
color: #16a5f3;
}
.icomoon_brands-icq:before {
content: "\ec66";
color: #7ebd00;
}
.icomoon_brands-ideal:before {
content: "\ec67";
color: #c06;
}
.icomoon_brands-ifixit:before {
content: "\ec68";
color: #0071ce;
}
.icomoon_brands-imdb:before {
content: "\ec69";
color: #e6b91e;
}
.icomoon_brands-imgur:before {
content: "\ec6a";
color: #1bb76e;
}
.icomoon_brands-indeed:before {
content: "\ec6b";
color: #2164f3;
}
.icomoon_brands-influxdb:before {
content: "\ec6c";
color: #22adf6;
}
.icomoon_brands-inkscape:before {
content: "\ec6d";
}
.icomoon_brands-instacart:before {
content: "\ec6e";
color: #43b02a;
}
.icomoon_brands-instagram1:before {
content: "\ec6f";
color: #e4405f;
}
.icomoon_brands-instapaper:before {
content: "\ec70";
}
.icomoon_brands-intel:before {
content: "\ec71";
color: #0071c5;
}
.icomoon_brands-intellijidea:before {
content: "\ec72";
}
.icomoon_brands-intercom:before {
content: "\ec73";
color: #1f8ded;
}
.icomoon_brands-internetarchive:before {
content: "\ec74";
}
.icomoon_brands-internetexplorer:before {
content: "\ec75";
color: #0076d6;
}
.icomoon_brands-invision:before {
content: "\ec76";
color: #f36;
}
.icomoon_brands-invoiceninja:before {
content: "\ec77";
}
.icomoon_brands-ionic:before {
content: "\ec78";
color: #3880ff;
}
.icomoon_brands-ios:before {
content: "\ec79";
}
.icomoon_brands-ipfs:before {
content: "\ec7a";
color: #65c2cb;
}
.icomoon_brands-issuu:before {
content: "\ec7b";
color: #f36d5d;
}
.icomoon_brands-itch-dot-io:before {
content: "\ec7c";
color: #fa5c5c;
}
.icomoon_brands-itunes:before {
content: "\ec7d";
color: #fb5bc5;
}
.icomoon_brands-jabber:before {
content: "\ec7e";
color: #c00;
}
.icomoon_brands-java:before {
content: "\ec7f";
color: #007396;
}
.icomoon_brands-javascript:before {
content: "\ec80";
color: #f7df1e;
}
.icomoon_brands-jekyll:before {
content: "\ec81";
color: #c00;
}
.icomoon_brands-jenkins:before {
content: "\ec82";
color: #d24939;
}
.icomoon_brands-jest:before {
content: "\ec83";
color: #c21325;
}
.icomoon_brands-jet:before {
content: "\ec84";
color: #fbba00;
}
.icomoon_brands-jetbrains:before {
content: "\ec85";
}
.icomoon_brands-jinja:before {
content: "\ec86";
color: #b41717;
}
.icomoon_brands-jira:before {
content: "\ec87";
}
.icomoon_brands-joomla1:before {
content: "\ec88";
color: #5091cd;
}
.icomoon_brands-jquery:before {
content: "\ec89";
color: #0769ad;
}
.icomoon_brands-jsdelivr:before {
content: "\ec8a";
color: #e84d3d;
}
.icomoon_brands-jsfiddle:before {
content: "\ec8b";
color: #4679a4;
}
.icomoon_brands-json:before {
content: "\ec8c";
}
.icomoon_brands-jupyter:before {
content: "\ec8d";
color: #f37626;
}
.icomoon_brands-justgiving:before {
content: "\ec8e";
color: #ad29b6;
}
.icomoon_brands-kaggle:before {
content: "\ec8f";
color: #20beff;
}
.icomoon_brands-kaios:before {
content: "\ec90";
color: #6f02b5;
}
.icomoon_brands-kaspersky:before {
content: "\ec91";
color: #009982;
}
.icomoon_brands-kentico:before {
content: "\ec92";
color: #f05a22;
}
.icomoon_brands-keras:before {
content: "\ec93";
color: #d00000;
}
.icomoon_brands-keybase:before {
content: "\ec94";
color: #33a0ff;
}
.icomoon_brands-keycdn:before {
content: "\ec95";
color: #3686be;
}
.icomoon_brands-khanacademy:before {
content: "\ec96";
color: #14bf96;
}
.icomoon_brands-kibana:before {
content: "\ec97";
color: #005571;
}
.icomoon_brands-kickstarter:before {
content: "\ec98";
color: #2bde73;
}
.icomoon_brands-kik:before {
content: "\ec99";
color: #82bc23;
}
.icomoon_brands-kirby:before {
content: "\ec9a";
color: #ff0100;
}
.icomoon_brands-klout:before {
content: "\ec9b";
color: #e44600;
}
.icomoon_brands-known:before {
content: "\ec9c";
}
.icomoon_brands-ko-fi:before {
content: "\ec9d";
color: #f16061;
}
.icomoon_brands-kodi:before {
content: "\ec9e";
color: #17b2e7;
}
.icomoon_brands-koding:before {
content: "\ec9f";
color: #00b057;
}
.icomoon_brands-kotlin:before {
content: "\eca0";
color: #0095d5;
}
.icomoon_brands-krita:before {
content: "\eca1";
color: #3babff;
}
.icomoon_brands-kubernetes:before {
content: "\eca2";
color: #326ce5;
}
.icomoon_brands-laravel:before {
content: "\eca3";
color: #ff2d20;
}
.icomoon_brands-laravelhorizon:before {
content: "\eca4";
color: #405263;
}
.icomoon_brands-laravelnova:before {
content: "\eca5";
}
.icomoon_brands-last-dot-fm:before {
content: "\eca6";
color: #d51007;
}
.icomoon_brands-lastpass:before {
content: "\eca7";
color: #d32d27;
}
.icomoon_brands-latex:before {
content: "\eca8";
color: #008080;
}
.icomoon_brands-launchpad:before {
content: "\eca9";
color: #f8c300;
}
.icomoon_brands-leetcode:before {
content: "\ecaa";
color: #f89f1b;
}
.icomoon_brands-lenovo:before {
content: "\ecab";
color: #e2231a;
}
.icomoon_brands-letsencrypt:before {
content: "\ecac";
color: #003a70;
}
.icomoon_brands-letterboxd:before {
content: "\ecad";
color: #00d735;
}
.icomoon_brands-lgtm:before {
content: "\ecae";
color: #fff;
}
.icomoon_brands-liberapay:before {
content: "\ecaf";
color: #f6c915;
}
.icomoon_brands-librarything:before {
content: "\ecb0";
}
.icomoon_brands-libreoffice1:before {
content: "\ecb1";
color: #18a303;
}
.icomoon_brands-line:before {
content: "\ecb2";
color: #00c300;
}
.icomoon_brands-linewebtoon:before {
content: "\ecb3";
color: #00d564;
}
.icomoon_brands-linkedin1:before {
content: "\ecb4";
color: #0077b5;
}
.icomoon_brands-linode:before {
content: "\ecb5";
color: #00a95c;
}
.icomoon_brands-linux:before {
content: "\ecb6";
color: #fcc624;
}
.icomoon_brands-linuxfoundation:before {
content: "\ecb7";
color: #009bee;
}
.icomoon_brands-linuxmint:before {
content: "\ecb8";
color: #87cf3e;
}
.icomoon_brands-livejournal:before {
content: "\ecb9";
color: #00b0ea;
}
.icomoon_brands-livestream:before {
content: "\ecba";
color: #cf202e;
}
.icomoon_brands-llvm:before {
content: "\ecbb";
}
.icomoon_brands-logstash:before {
content: "\ecbc";
color: #005571;
}
.icomoon_brands-loop1:before {
content: "\ecbd";
color: #f29400;
}
.icomoon_brands-lua:before {
content: "\ecbe";
color: #2c2d72;
}
.icomoon_brands-lufthansa:before {
content: "\ecbf";
color: #05164d;
}
.icomoon_brands-lumen:before {
content: "\ecc0";
color: #e74430;
}
.icomoon_brands-lyft:before {
content: "\ecc1";
color: #ff00bf;
}
.icomoon_brands-macys:before {
content: "\ecc2";
color: #e21a2c;
}
.icomoon_brands-magento:before {
content: "\ecc3";
color: #ee672f;
}
.icomoon_brands-magisk:before {
content: "\ecc4";
color: #00af9c;
}
.icomoon_brands-mail-dot-ru:before {
content: "\ecc5";
color: #168de2;
}
.icomoon_brands-mailchimp:before {
content: "\ecc6";
color: #ffe01b;
}
.icomoon_brands-makerbot:before {
content: "\ecc7";
color: #ff1e0d;
}
.icomoon_brands-manageiq:before {
content: "\ecc8";
color: #ef2929;
}
.icomoon_brands-manjaro:before {
content: "\ecc9";
color: #35bf5c;
}
.icomoon_brands-mapbox:before {
content: "\ecca";
}
.icomoon_brands-markdown:before {
content: "\eccb";
}
.icomoon_brands-marketo:before {
content: "\eccc";
color: #5c4c9f;
}
.icomoon_brands-mastercard:before {
content: "\eccd";
color: #eb001b;
}
.icomoon_brands-mastodon:before {
content: "\ecce";
color: #3088d4;
}
.icomoon_brands-materialdesign:before {
content: "\eccf";
color: #757575;
}
.icomoon_brands-mathworks:before {
content: "\ecd0";
color: #0076a8;
}
.icomoon_brands-matrix:before {
content: "\ecd1";
}
.icomoon_brands-mattermost:before {
content: "\ecd2";
color: #0072c6;
}
.icomoon_brands-matternet:before {
content: "\ecd3";
}
.icomoon_brands-mcafee:before {
content: "\ecd4";
color: #c01818;
}
.icomoon_brands-mdnwebdocs:before {
content: "\ecd5";
}
.icomoon_brands-mediafire:before {
content: "\ecd6";
color: #1299f3;
}
.icomoon_brands-mediatemple:before {
content: "\ecd7";
}
.icomoon_brands-medium:before {
content: "\ecd8";
}
.icomoon_brands-meetup:before {
content: "\ecd9";
color: #ed1c40;
}
.icomoon_brands-mega:before {
content: "\ecda";
color: #d9272e;
}
.icomoon_brands-mendeley:before {
content: "\ecdb";
color: #9d1620;
}
.icomoon_brands-mercedes:before {
content: "\ecdc";
}
.icomoon_brands-messenger:before {
content: "\ecdd";
color: #00b2ff;
}
.icomoon_brands-meteor:before {
content: "\ecde";
color: #de4f4f;
}
.icomoon_brands-micro-dot-blog:before {
content: "\ecdf";
color: #fd8308;
}
.icomoon_brands-microgenetics:before {
content: "\ece0";
color: #f00;
}
.icomoon_brands-microsoft:before {
content: "\ece1";
color: #666;
}
.icomoon_brands-microsoftaccess:before {
content: "\ece2";
color: #ba141a;
}
.icomoon_brands-microsoftazure:before {
content: "\ece3";
color: #0089d6;
}
.icomoon_brands-microsoftedge:before {
content: "\ece4";
color: #0078d7;
}
.icomoon_brands-microsoftexcel:before {
content: "\ece5";
color: #217346;
}
.icomoon_brands-microsoftoffice:before {
content: "\ece6";
color: #e74025;
}
.icomoon_brands-microsoftonedrive:before {
content: "\ece7";
color: #094ab2;
}
.icomoon_brands-microsoftonenote:before {
content: "\ece8";
color: #80397b;
}
.icomoon_brands-microsoftoutlook:before {
content: "\ece9";
color: #0072c6;
}
.icomoon_brands-microsoftpowerpoint:before {
content: "\ecea";
color: #d24726;
}
.icomoon_brands-microsoftteams:before {
content: "\eceb";
color: #6264a7;
}
.icomoon_brands-microsoftword:before {
content: "\ecec";
color: #2b579a;
}
.icomoon_brands-microstrategy:before {
content: "\eced";
color: #d9232e;
}
.icomoon_brands-minds:before {
content: "\ecee";
color: #fed12f;
}
.icomoon_brands-minetest:before {
content: "\ecef";
color: #53ac56;
}
.icomoon_brands-minutemailer:before {
content: "\ecf0";
color: #3abfe6;
}
.icomoon_brands-mix:before {
content: "\ecf1";
color: #ff8126;
}
.icomoon_brands-mixcloud:before {
content: "\ecf2";
color: #314359;
}
.icomoon_brands-mixer:before {
content: "\ecf3";
color: #002050;
}
.icomoon_brands-mojang:before {
content: "\ecf4";
color: #db1f29;
}
.icomoon_brands-monero:before {
content: "\ecf5";
color: #f60;
}
.icomoon_brands-mongodb:before {
content: "\ecf6";
color: #47a248;
}
.icomoon_brands-monkeytie:before {
content: "\ecf7";
color: #ffc619;
}
.icomoon_brands-monogram:before {
content: "\ecf8";
color: #fdb22a;
}
.icomoon_brands-monster:before {
content: "\ecf9";
color: #6e46ae;
}
.icomoon_brands-monzo:before {
content: "\ecfa";
}
.icomoon_brands-moo:before {
content: "\ecfb";
color: #00945e;
}
.icomoon_brands-mozilla:before {
content: "\ecfc";
}
.icomoon_brands-mozillafirefox:before {
content: "\ecfd";
color: #ff7139;
}
.icomoon_brands-musescore:before {
content: "\ecfe";
color: #1a70b8;
}
.icomoon_brands-mxlinux:before {
content: "\ecff";
}
.icomoon_brands-myspace:before {
content: "\ed00";
}
.icomoon_brands-mysql:before {
content: "\ed01";
color: #4479a1;
}
.icomoon_brands-nativescript:before {
content: "\ed02";
color: #3655ff;
}
.icomoon_brands-nec:before {
content: "\ed03";
color: #1414a0;
}
.icomoon_brands-neo4j:before {
content: "\ed04";
color: #008cc1;
}
.icomoon_brands-netflix:before {
content: "\ed05";
color: #e50914;
}
.icomoon_brands-netlify:before {
content: "\ed06";
color: #00c7b7;
}
.icomoon_brands-next-dot-js:before {
content: "\ed07";
}
.icomoon_brands-nextcloud:before {
content: "\ed08";
color: #0082c9;
}
.icomoon_brands-nextdoor:before {
content: "\ed09";
color: #00b246;
}
.icomoon_brands-nginx:before {
content: "\ed0a";
color: #269539;
}
.icomoon_brands-nim:before {
content: "\ed0b";
color: #ffe953;
}
.icomoon_brands-nintendo:before {
content: "\ed0c";
color: #8f8f8f;
}
.icomoon_brands-nintendo3ds:before {
content: "\ed0d";
color: #d12228;
}
.icomoon_brands-nintendogamecube:before {
content: "\ed0e";
color: #6a5fbb;
}
.icomoon_brands-nintendoswitch:before {
content: "\ed0f";
color: #e60012;
}
.icomoon_brands-node-dot-js:before {
content: "\ed10";
color: #393;
}
.icomoon_brands-node-red:before {
content: "\ed11";
color: #8f0000;
}
.icomoon_brands-nodemon:before {
content: "\ed12";
color: #76d04b;
}
.icomoon_brands-nokia:before {
content: "\ed13";
color: #124191;
}
.icomoon_brands-notion:before {
content: "\ed14";
}
.icomoon_brands-notist:before {
content: "\ed15";
}
.icomoon_brands-npm1:before {
content: "\ed16";
color: #cb3837;
}
.icomoon_brands-nucleo:before {
content: "\ed17";
color: #766dcc;
}
.icomoon_brands-nuget:before {
content: "\ed18";
color: #004880;
}
.icomoon_brands-nutanix:before {
content: "\ed19";
color: #024da1;
}
.icomoon_brands-nuxt-dot-js:before {
content: "\ed1a";
color: #00c58e;
}
.icomoon_brands-nvidia:before {
content: "\ed1b";
color: #76b900;
}
.icomoon_brands-obsstudio:before {
content: "\ed1c";
}
.icomoon_brands-ocaml:before {
content: "\ed1d";
color: #ec6813;
}
.icomoon_brands-octave:before {
content: "\ed1e";
color: #0790c0;
}
.icomoon_brands-octopusdeploy:before {
content: "\ed1f";
color: #2f93e0;
}
.icomoon_brands-oculus:before {
content: "\ed20";
}
.icomoon_brands-odnoklassniki:before {
content: "\ed21";
color: #f4731c;
}
.icomoon_brands-openaccess:before {
content: "\ed22";
color: #f68212;
}
.icomoon_brands-openapiinitiative:before {
content: "\ed23";
color: #6ba539;
}
.icomoon_brands-opencollective:before {
content: "\ed24";
color: #7fadf2;
}
.icomoon_brands-openid:before {
content: "\ed25";
color: #f78c40;
}
.icomoon_brands-opensourceinitiative:before {
content: "\ed26";
color: #3da639;
}
.icomoon_brands-openssl:before {
content: "\ed27";
color: #721412;
}
.icomoon_brands-openstreetmap:before {
content: "\ed28";
color: #7ebc6f;
}
.icomoon_brands-opensuse:before {
content: "\ed29";
color: #73ba25;
}
.icomoon_brands-openvpn:before {
content: "\ed2a";
color: #ea7e20;
}
.icomoon_brands-opera1:before {
content: "\ed2b";
color: #ff1b2d;
}
.icomoon_brands-opsgenie:before {
content: "\ed2c";
}
.icomoon_brands-oracle:before {
content: "\ed2d";
color: #f80000;
}
.icomoon_brands-orcid:before {
content: "\ed2e";
color: #a6ce39;
}
.icomoon_brands-origin:before {
content: "\ed2f";
color: #f56c2d;
}
.icomoon_brands-osmc:before {
content: "\ed30";
}
.icomoon_brands-overcast:before {
content: "\ed31";
color: #fc7e0f;
}
.icomoon_brands-overleaf:before {
content: "\ed32";
color: #47a141;
}
.icomoon_brands-ovh:before {
content: "\ed33";
color: #123f6d;
}
.icomoon_brands-pagekit:before {
content: "\ed34";
}
.icomoon_brands-palantir:before {
content: "\ed35";
}
.icomoon_brands-paloaltosoftware:before {
content: "\ed36";
color: #83da77;
}
.icomoon_brands-pandora:before {
content: "\ed37";
color: #005483;
}
.icomoon_brands-pantheon:before {
content: "\ed38";
color: #efd01b;
}
.icomoon_brands-parse-dot-ly:before {
content: "\ed39";
color: #5ba745;
}
.icomoon_brands-pastebin:before {
content: "\ed3a";
color: #02456c;
}
.icomoon_brands-patreon:before {
content: "\ed3b";
color: #f96854;
}
.icomoon_brands-paypal1:before {
content: "\ed3c";
color: #00457c;
}
.icomoon_brands-peertube:before {
content: "\ed3d";
color: #f1680d;
}
.icomoon_brands-periscope:before {
content: "\ed3e";
color: #40a4c4;
}
.icomoon_brands-php:before {
content: "\ed3f";
color: #777bb4;
}
.icomoon_brands-pi-hole:before {
content: "\ed40";
color: #f60d1a;
}
.icomoon_brands-picarto-dot-tv:before {
content: "\ed41";
color: #1da456;
}
.icomoon_brands-pinboard:before {
content: "\ed42";
color: #00f;
}
.icomoon_brands-pingdom:before {
content: "\ed43";
color: #fff000;
}
.icomoon_brands-pingup:before {
content: "\ed44";
color: #00b1ab;
}
.icomoon_brands-pinterest1:before {
content: "\ed45";
color: #bd081c;
}
.icomoon_brands-pivotaltracker:before {
content: "\ed46";
color: #517a9e;
}
.icomoon_brands-pjsip:before {
content: "\ed47";
color: #f86001;
}
.icomoon_brands-plangrid:before {
content: "\ed48";
color: #0085de;
}
.icomoon_brands-player-dot-me:before {
content: "\ed49";
color: #c0379a;
}
.icomoon_brands-playerfm:before {
content: "\ed4a";
color: #c8122a;
}
.icomoon_brands-playstation:before {
content: "\ed4b";
color: #003791;
}
.icomoon_brands-playstation3:before {
content: "\ed4c";
color: #003791;
}
.icomoon_brands-playstation4:before {
content: "\ed4d";
color: #003791;
}
.icomoon_brands-plesk:before {
content: "\ed4e";
color: #52bbe6;
}
.icomoon_brands-plex:before {
content: "\ed4f";
color: #e5a00d;
}
.icomoon_brands-pluralsight:before {
content: "\ed50";
color: #f15b2a;
}
.icomoon_brands-plurk:before {
content: "\ed51";
color: #ff574d;
}
.icomoon_brands-pocket:before {
content: "\ed52";
color: #ef3f56;
}
.icomoon_brands-pocketcasts:before {
content: "\ed53";
color: #f43e37;
}
.icomoon_brands-postgresql:before {
content: "\ed54";
color: #336791;
}
.icomoon_brands-postman:before {
content: "\ed55";
color: #ff6c37;
}
.icomoon_brands-postwoman:before {
content: "\ed56";
color: #50fa7b;
}
.icomoon_brands-powershell:before {
content: "\ed57";
color: #5391fe;
}
.icomoon_brands-prestashop:before {
content: "\ed58";
color: #df0067;
}
.icomoon_brands-prettier:before {
content: "\ed59";
color: #f7b93e;
}
.icomoon_brands-prismic:before {
content: "\ed5a";
color: #484a7a;
}
.icomoon_brands-probot:before {
content: "\ed5b";
color: #00b0d8;
}
.icomoon_brands-processwire:before {
content: "\ed5c";
color: #ef145f;
}
.icomoon_brands-producthunt:before {
content: "\ed5d";
color: #da552f;
}
.icomoon_brands-prometheus:before {
content: "\ed5e";
color: #e6522c;
}
.icomoon_brands-proto-dot-io:before {
content: "\ed5f";
color: #34a7c1;
}
.icomoon_brands-protonmail:before {
content: "\ed60";
color: #8b89cc;
}
.icomoon_brands-proxmox:before {
content: "\ed61";
color: #e57000;
}
.icomoon_brands-publons:before {
content: "\ed62";
color: #369;
}
.icomoon_brands-purescript:before {
content: "\ed63";
}
.icomoon_brands-pypi:before {
content: "\ed64";
color: #3775a9;
}
.icomoon_brands-python:before {
content: "\ed65";
color: #3776ab;
}
.icomoon_brands-pytorch:before {
content: "\ed66";
color: #ee4c2c;
}
.icomoon_brands-pyup:before {
content: "\ed67";
color: #9f55ff;
}
.icomoon_brands-qemu:before {
content: "\ed68";
color: #f60;
}
.icomoon_brands-qgis:before {
content: "\ed69";
color: #589632;
}
.icomoon_brands-qiita:before {
content: "\ed6a";
color: #55c500;
}
.icomoon_brands-qualcomm:before {
content: "\ed6b";
color: #3253dc;
}
.icomoon_brands-quantcast:before {
content: "\ed6c";
}
.icomoon_brands-quantopian:before {
content: "\ed6d";
color: #c50000;
}
.icomoon_brands-quarkus:before {
content: "\ed6e";
color: #4695eb;
}
.icomoon_brands-quicktime:before {
content: "\ed6f";
color: #1c69f0;
}
.icomoon_brands-quip:before {
content: "\ed70";
color: #f27557;
}
.icomoon_brands-quora:before {
content: "\ed71";
color: #b92b27;
}
.icomoon_brands-qwiklabs:before {
content: "\ed72";
color: #f5cd0e;
}
.icomoon_brands-qzone:before {
content: "\ed73";
color: #fece00;
}
.icomoon_brands-r:before {
content: "\ed74";
color: #276dc3;
}
.icomoon_brands-rabbitmq:before {
content: "\ed75";
color: #f60;
}
.icomoon_brands-radiopublic:before {
content: "\ed76";
color: #ce262f;
}
.icomoon_brands-rails:before {
content: "\ed77";
color: #c00;
}
.icomoon_brands-raspberrypi:before {
content: "\ed78";
color: #c51a4a;
}
.icomoon_brands-react:before {
content: "\ed79";
color: #61dafb;
}
.icomoon_brands-reactos:before {
content: "\ed7a";
color: #08c;
}
.icomoon_brands-reactrouter:before {
content: "\ed7b";
color: #ca4245;
}
.icomoon_brands-readthedocs:before {
content: "\ed7c";
color: #8ca1af;
}
.icomoon_brands-realm:before {
content: "\ed7d";
color: #39477f;
}
.icomoon_brands-reason:before {
content: "\ed7e";
color: #dd4b39;
}
.icomoon_brands-reasonstudios:before {
content: "\ed7f";
color: #fff;
}
.icomoon_brands-redbubble:before {
content: "\ed80";
color: #e41321;
}
.icomoon_brands-reddit1:before {
content: "\ed81";
color: #ff4500;
}
.icomoon_brands-redhat:before {
content: "\ed82";
color: #e00;
}
.icomoon_brands-redis:before {
content: "\ed83";
color: #d82c20;
}
.icomoon_brands-redux:before {
content: "\ed84";
color: #764abc;
}
.icomoon_brands-renren1:before {
content: "\ed85";
color: #217dc6;
}
.icomoon_brands-repl-dot-it:before {
content: "\ed86";
color: #667881;
}
.icomoon_brands-researchgate:before {
content: "\ed87";
color: #0cb;
}
.icomoon_brands-reverbnation:before {
content: "\ed88";
color: #e43526;
}
.icomoon_brands-riot:before {
content: "\ed89";
color: #368bd6;
}
.icomoon_brands-ripple:before {
content: "\ed8a";
color: #0085c0;
}
.icomoon_brands-riseup:before {
content: "\ed8b";
color: #5e9ee3;
}
.icomoon_brands-rollup-dot-js:before {
content: "\ed8c";
color: #ec4a3f;
}
.icomoon_brands-roots:before {
content: "\ed8d";
color: #525ddc;
}
.icomoon_brands-roundcube:before {
content: "\ed8e";
color: #37beff;
}
.icomoon_brands-rss1:before {
content: "\ed8f";
color: #ffa500;
}
.icomoon_brands-rstudio:before {
content: "\ed90";
color: #75aadb;
}
.icomoon_brands-ruby:before {
content: "\ed91";
color: #cc342d;
}
.icomoon_brands-rubygems:before {
content: "\ed92";
color: #e9573f;
}
.icomoon_brands-runkeeper:before {
content: "\ed93";
color: #2dc9d7;
}
.icomoon_brands-rust:before {
content: "\ed94";
}
.icomoon_brands-safari1:before {
content: "\ed95";
}
.icomoon_brands-sahibinden:before {
content: "\ed96";
color: #ffe800;
}
.icomoon_brands-salesforce:before {
content: "\ed97";
color: #00a1e0;
}
.icomoon_brands-saltstack:before {
content: "\ed98";
color: #00eace;
}
.icomoon_brands-samsung:before {
content: "\ed99";
color: #1428a0;
}
.icomoon_brands-samsungpay:before {
content: "\ed9a";
color: #1428a0;
}
.icomoon_brands-sap:before {
content: "\ed9b";
color: #008fd3;
}
.icomoon_brands-sass:before {
content: "\ed9c";
color: #c69;
}
.icomoon_brands-saucelabs:before {
content: "\ed9d";
color: #e2231a;
}
.icomoon_brands-scala:before {
content: "\ed9e";
color: #dc322f;
}
.icomoon_brands-scaleway:before {
content: "\ed9f";
color: #4f0599;
}
.icomoon_brands-scribd:before {
content: "\eda0";
color: #1a7bba;
}
.icomoon_brands-scrutinizerci:before {
content: "\eda1";
color: #8a9296;
}
.icomoon_brands-seagate:before {
content: "\eda2";
color: #72be4f;
}
.icomoon_brands-sega:before {
content: "\eda3";
color: #0089cf;
}
.icomoon_brands-sellfy:before {
content: "\eda4";
color: #21b352;
}
.icomoon_brands-semaphoreci:before {
content: "\eda5";
color: #19a974;
}
.icomoon_brands-sensu:before {
content: "\eda6";
color: #89c967;
}
.icomoon_brands-sentry:before {
content: "\eda7";
color: #fb4226;
}
.icomoon_brands-serverfault:before {
content: "\eda8";
color: #e7282d;
}
.icomoon_brands-shazam:before {
content: "\eda9";
color: #08f;
}
.icomoon_brands-shell:before {
content: "\edaa";
color: #ffd500;
}
.icomoon_brands-shopify:before {
content: "\edab";
color: #7ab55c;
}
.icomoon_brands-showpad:before {
content: "\edac";
color: #2d2e83;
}
.icomoon_brands-siemens:before {
content: "\edad";
color: #099;
}
.icomoon_brands-signal:before {
content: "\edae";
color: #2592e9;
}
.icomoon_brands-simpleicons:before {
content: "\edaf";
}
.icomoon_brands-sinaweibo:before {
content: "\edb0";
color: #e6162d;
}
.icomoon_brands-sitepoint:before {
content: "\edb1";
color: #258aaf;
}
.icomoon_brands-sketch:before {
content: "\edb2";
color: #f7b500;
}
.icomoon_brands-skillshare:before {
content: "\edb3";
color: #17c5cb;
}
.icomoon_brands-skyliner:before {
content: "\edb4";
color: #2fcea0;
}
.icomoon_brands-skype1:before {
content: "\edb5";
color: #00aff0;
}
.icomoon_brands-slack:before {
content: "\edb6";
color: #4a154b;
}
.icomoon_brands-slashdot:before {
content: "\edb7";
color: #026664;
}
.icomoon_brands-slickpic:before {
content: "\edb8";
color: #ff880f;
}
.icomoon_brands-slides:before {
content: "\edb9";
color: #e4637c;
}
.icomoon_brands-smashingmagazine:before {
content: "\edba";
color: #e85c33;
}
.icomoon_brands-smugmug:before {
content: "\edbb";
color: #6db944;
}
.icomoon_brands-snapchat:before {
content: "\edbc";
color: #fffc00;
}
.icomoon_brands-snapcraft:before {
content: "\edbd";
color: #82bea0;
}
.icomoon_brands-snyk:before {
content: "\edbe";
color: #4c4a73;
}
.icomoon_brands-society6:before {
content: "\edbf";
}
.icomoon_brands-socket-dot-io:before {
content: "\edc0";
}
.icomoon_brands-sogou:before {
content: "\edc1";
color: #fb6022;
}
.icomoon_brands-solus:before {
content: "\edc2";
color: #5294e2;
}
.icomoon_brands-sonarcloud:before {
content: "\edc3";
color: #f3702a;
}
.icomoon_brands-sonarlint:before {
content: "\edc4";
color: #cc2026;
}
.icomoon_brands-sonarqube:before {
content: "\edc5";
color: #4e9bcd;
}
.icomoon_brands-sonarsource:before {
content: "\edc6";
color: #cb3032;
}
.icomoon_brands-songkick:before {
content: "\edc7";
color: #f80046;
}
.icomoon_brands-sonicwall:before {
content: "\edc8";
color: #f60;
}
.icomoon_brands-sonos:before {
content: "\edc9";
}
.icomoon_brands-soundcloud1:before {
content: "\edca";
color: #f30;
}
.icomoon_brands-sourceengine:before {
content: "\edcb";
color: #f79a10;
}
.icomoon_brands-sourceforge:before {
content: "\edcc";
color: #535353;
}
.icomoon_brands-sourcegraph:before {
content: "\edcd";
color: #00b4f2;
}
.icomoon_brands-spacemacs:before {
content: "\edce";
color: #9266cc;
}
.icomoon_brands-spacex:before {
content: "\edcf";
color: #005288;
}
.icomoon_brands-sparkfun:before {
content: "\edd0";
color: #e53525;
}
.icomoon_brands-sparkpost:before {
content: "\edd1";
color: #fa6423;
}
.icomoon_brands-spdx:before {
content: "\edd2";
color: #4398cc;
}
.icomoon_brands-speakerdeck:before {
content: "\edd3";
color: #396;
}
.icomoon_brands-spectrum:before {
content: "\edd4";
color: #7b16ff;
}
.icomoon_brands-spotify1:before {
content: "\edd5";
color: #1ed760;
}
.icomoon_brands-spotlight:before {
content: "\edd6";
color: #352a71;
}
.icomoon_brands-spreaker:before {
content: "\edd7";
color: #f5c300;
}
.icomoon_brands-spring:before {
content: "\edd8";
color: #6db33f;
}
.icomoon_brands-sprint:before {
content: "\edd9";
color: #ffce0a;
}
.icomoon_brands-square:before {
content: "\edda";
}
.icomoon_brands-squarespace:before {
content: "\eddb";
}
.icomoon_brands-stackbit:before {
content: "\eddc";
color: #3eb0fd;
}
.icomoon_brands-stackexchange:before {
content: "\eddd";
color: #1e5397;
}
.icomoon_brands-stackoverflow1:before {
content: "\edde";
color: #fe7a16;
}
.icomoon_brands-stackpath:before {
content: "\eddf";
}
.icomoon_brands-stackshare:before {
content: "\ede0";
color: #0690fa;
}
.icomoon_brands-stadia:before {
content: "\ede1";
color: #cd2640;
}
.icomoon_brands-statamic:before {
content: "\ede2";
}
.icomoon_brands-staticman:before {
content: "\ede3";
}
.icomoon_brands-statuspage:before {
content: "\ede4";
}
.icomoon_brands-steam1:before {
content: "\ede5";
}
.icomoon_brands-steamworks:before {
content: "\ede6";
}
.icomoon_brands-steem:before {
content: "\ede7";
color: #4ba2f2;
}
.icomoon_brands-steemit:before {
content: "\ede8";
color: #06d6a9;
}
.icomoon_brands-steinberg:before {
content: "\ede9";
color: #c90827;
}
.icomoon_brands-stencyl:before {
content: "\edea";
color: #8e1c04;
}
.icomoon_brands-stitcher:before {
content: "\edeb";
}
.icomoon_brands-storify:before {
content: "\edec";
color: #3a98d9;
}
.icomoon_brands-storybook:before {
content: "\eded";
color: #ff4785;
}
.icomoon_brands-strapi:before {
content: "\edee";
color: #2e7eea;
}
.icomoon_brands-strava:before {
content: "\edef";
color: #fc4c02;
}
.icomoon_brands-stripe:before {
content: "\edf0";
color: #008cdd;
}
.icomoon_brands-strongswan:before {
content: "\edf1";
color: #e00033;
}
.icomoon_brands-stubhub:before {
content: "\edf2";
color: #003168;
}
.icomoon_brands-styled-components:before {
content: "\edf3";
color: #db7093;
}
.icomoon_brands-styleshare:before {
content: "\edf4";
}
.icomoon_brands-stylus:before {
content: "\edf5";
}
.icomoon_brands-sublimetext:before {
content: "\edf6";
color: #ff9800;
}
.icomoon_brands-subversion:before {
content: "\edf7";
color: #809cc9;
}
.icomoon_brands-superuser:before {
content: "\edf8";
color: #2eace3;
}
.icomoon_brands-svelte:before {
content: "\edf9";
color: #ff3e00;
}
.icomoon_brands-svg1:before {
content: "\edfa";
color: #ffb13b;
}
.icomoon_brands-svgo:before {
content: "\edfb";
color: #14b9ff;
}
.icomoon_brands-swagger:before {
content: "\edfc";
color: #85ea2d;
}
.icomoon_brands-swarm:before {
content: "\edfd";
color: #ffa633;
}
.icomoon_brands-swift:before {
content: "\edfe";
color: #fa7343;
}
.icomoon_brands-symantec:before {
content: "\edff";
color: #fdb511;
}
.icomoon_brands-symfony:before {
content: "\ee00";
}
.icomoon_brands-synology:before {
content: "\ee01";
color: #b6b5b6;
}
.icomoon_brands-t-mobile:before {
content: "\ee02";
color: #e20074;
}
.icomoon_brands-tableau:before {
content: "\ee03";
color: #e97627;
}
.icomoon_brands-tails:before {
content: "\ee04";
color: #56347c;
}
.icomoon_brands-tailwindcss:before {
content: "\ee05";
color: #38b2ac;
}
.icomoon_brands-tapas:before {
content: "\ee06";
color: #ffce00;
}
.icomoon_brands-teamviewer:before {
content: "\ee07";
color: #0e8ee9;
}
.icomoon_brands-ted:before {
content: "\ee08";
color: #e62b1e;
}
.icomoon_brands-teespring:before {
content: "\ee09";
color: #39ace6;
}
.icomoon_brands-telegram1:before {
content: "\ee0a";
color: #2ca5e0;
}
.icomoon_brands-tencentqq:before {
content: "\ee0b";
color: #eb1923;
}
.icomoon_brands-tencentweibo:before {
content: "\ee0c";
color: #20b8e5;
}
.icomoon_brands-tensorflow:before {
content: "\ee0d";
color: #ff6f00;
}
.icomoon_brands-teradata:before {
content: "\ee0e";
color: #f37440;
}
.icomoon_brands-terraform:before {
content: "\ee0f";
color: #623ce4;
}
.icomoon_brands-tesla:before {
content: "\ee10";
color: #c00;
}
.icomoon_brands-themighty:before {
content: "\ee11";
color: #d0072a;
}
.icomoon_brands-themoviedatabase:before {
content: "\ee12";
color: #01d277;
}
.icomoon_brands-tidal:before {
content: "\ee13";
}
.icomoon_brands-tiktok:before {
content: "\ee14";
}
.icomoon_brands-timescale:before {
content: "\ee15";
color: #fdb515;
}
.icomoon_brands-tinder:before {
content: "\ee16";
color: #ff6b6b;
}
.icomoon_brands-todoist:before {
content: "\ee17";
color: #e44332;
}
.icomoon_brands-toggl:before {
content: "\ee18";
color: #e01b22;
}
.icomoon_brands-topcoder:before {
content: "\ee19";
color: #29a8e0;
}
.icomoon_brands-toptal:before {
content: "\ee1a";
color: #3863a0;
}
.icomoon_brands-tor:before {
content: "\ee1b";
color: #7e4798;
}
.icomoon_brands-toshiba:before {
content: "\ee1c";
color: #f00;
}
.icomoon_brands-trainerroad:before {
content: "\ee1d";
color: #e12726;
}
.icomoon_brands-trakt:before {
content: "\ee1e";
color: #ed1c24;
}
.icomoon_brands-travisci:before {
content: "\ee1f";
color: #3eaaaf;
}
.icomoon_brands-treehouse:before {
content: "\ee20";
color: #5fcf80;
}
.icomoon_brands-trello1:before {
content: "\ee21";
color: #0079bf;
}
.icomoon_brands-trendmicro:before {
content: "\ee22";
color: #d71921;
}
.icomoon_brands-tripadvisor:before {
content: "\ee23";
color: #00af87;
}
.icomoon_brands-trulia:before {
content: "\ee24";
color: #53b50a;
}
.icomoon_brands-trustpilot:before {
content: "\ee25";
color: #00b67a;
}
.icomoon_brands-tumblr1:before {
content: "\ee26";
color: #36465d;
}
.icomoon_brands-turkishairlines:before {
content: "\ee27";
color: #c70a0c;
}
.icomoon_brands-twilio:before {
content: "\ee28";
color: #f22f46;
}
.icomoon_brands-twitch1:before {
content: "\ee29";
color: #6441a4;
}
.icomoon_brands-twitter1:before {
content: "\ee2a";
color: #1da1f2;
}
.icomoon_brands-twoo:before {
content: "\ee2b";
color: #ff7102;
}
.icomoon_brands-typescript:before {
content: "\ee2c";
color: #007acc;
}
.icomoon_brands-typo3:before {
content: "\ee2d";
color: #ff8700;
}
.icomoon_brands-uber:before {
content: "\ee2e";
}
.icomoon_brands-ubereats:before {
content: "\ee2f";
color: #5fb709;
}
.icomoon_brands-ubisoft:before {
content: "\ee30";
}
.icomoon_brands-ublockorigin:before {
content: "\ee31";
color: #800000;
}
.icomoon_brands-ubuntu:before {
content: "\ee32";
color: #e95420;
}
.icomoon_brands-udacity:before {
content: "\ee33";
color: #01b3e3;
}
.icomoon_brands-udemy:before {
content: "\ee34";
color: #ec5252;
}
.icomoon_brands-uikit:before {
content: "\ee35";
color: #2396f3;
}
.icomoon_brands-umbraco:before {
content: "\ee36";
color: #00bec1;
}
.icomoon_brands-unity:before {
content: "\ee37";
}
.icomoon_brands-unrealengine:before {
content: "\ee38";
}
.icomoon_brands-unsplash:before {
content: "\ee39";
}
.icomoon_brands-untappd:before {
content: "\ee3a";
color: #ffc000;
}
.icomoon_brands-upwork:before {
content: "\ee3b";
color: #6fda44;
}
.icomoon_brands-v:before {
content: "\ee3c";
color: #5d87bf;
}
.icomoon_brands-v8:before {
content: "\ee3d";
color: #4b8bf5;
}
.icomoon_brands-vagrant:before {
content: "\ee3e";
color: #1563ff;
}
.icomoon_brands-valve:before {
content: "\ee3f";
color: #f74843;
}
.icomoon_brands-veeam:before {
content: "\ee40";
color: #00b336;
}
.icomoon_brands-venmo:before {
content: "\ee41";
color: #3d95ce;
}
.icomoon_brands-verizon:before {
content: "\ee42";
color: #cd040b;
}
.icomoon_brands-viadeo:before {
content: "\ee43";
color: #f88d2d;
}
.icomoon_brands-viber:before {
content: "\ee44";
color: #665cac;
}
.icomoon_brands-vim:before {
content: "\ee45";
color: #019733;
}
.icomoon_brands-vimeo1:before {
content: "\ee46";
color: #1ab7ea;
}
.icomoon_brands-vine1:before {
content: "\ee47";
color: #11b48a;
}
.icomoon_brands-virb:before {
content: "\ee48";
color: #0093da;
}
.icomoon_brands-visa:before {
content: "\ee49";
color: #142787;
}
.icomoon_brands-visualstudio:before {
content: "\ee4a";
color: #5c2d91;
}
.icomoon_brands-visualstudiocode:before {
content: "\ee4b";
color: #007acc;
}
.icomoon_brands-vk1:before {
content: "\ee4c";
color: #4680c2;
}
.icomoon_brands-vlcmediaplayer:before {
content: "\ee4d";
color: #f80;
}
.icomoon_brands-vodafone:before {
content: "\ee4e";
color: #e60000;
}
.icomoon_brands-volkswagen:before {
content: "\ee4f";
color: #151f5d;
}
.icomoon_brands-vsco:before {
content: "\ee50";
}
.icomoon_brands-vue-dot-js:before {
content: "\ee51";
color: #4fc08d;
}
.icomoon_brands-w3c:before {
content: "\ee52";
color: #005a9c;
}
.icomoon_brands-wattpad:before {
content: "\ee53";
color: #f68d12;
}
.icomoon_brands-waze:before {
content: "\ee54";
color: #333665;
}
.icomoon_brands-weasyl:before {
content: "\ee55";
color: #900;
}
.icomoon_brands-webauthn:before {
content: "\ee56";
color: #3423a6;
}
.icomoon_brands-webcomponents-dot-org:before {
content: "\ee57";
color: #29abe2;
}
.icomoon_brands-webmin:before {
content: "\ee58";
color: #7da0d0;
}
.icomoon_brands-webpack:before {
content: "\ee59";
color: #8dd6f9;
}
.icomoon_brands-webstorm:before {
content: "\ee5a";
}
.icomoon_brands-wechat:before {
content: "\ee5b";
color: #7bb32e;
}
.icomoon_brands-whatsapp1:before {
content: "\ee5c";
color: #25d366;
}
.icomoon_brands-wheniwork:before {
content: "\ee5d";
color: #51a33d;
}
.icomoon_brands-whitesource:before {
content: "\ee5e";
color: #161d4e;
}
.icomoon_brands-wii:before {
content: "\ee5f";
color: #8b8b8b;
}
.icomoon_brands-wiiu:before {
content: "\ee60";
color: #8b8b8b;
}
.icomoon_brands-wikipedia1:before {
content: "\ee61";
}
.icomoon_brands-windows1:before {
content: "\ee62";
color: #0078d6;
}
.icomoon_brands-wire:before {
content: "\ee63";
}
.icomoon_brands-wireguard:before {
content: "\ee64";
color: #88171a;
}
.icomoon_brands-wish:before {
content: "\ee65";
color: #2fb7ec;
}
.icomoon_brands-wix:before {
content: "\ee66";
color: #faad4d;
}
.icomoon_brands-wolfram:before {
content: "\ee67";
color: #d10;
}
.icomoon_brands-wolframlanguage:before {
content: "\ee68";
color: #d10;
}
.icomoon_brands-wolframmathematica:before {
content: "\ee69";
color: #d10;
}
.icomoon_brands-wordpress1:before {
content: "\ee6a";
color: #21759b;
}
.icomoon_brands-workplace:before {
content: "\ee6b";
}
.icomoon_brands-wpengine:before {
content: "\ee6c";
color: #40bac8;
}
.icomoon_brands-write-dot-as:before {
content: "\ee6d";
color: #5bc4ee;
}
.icomoon_brands-x-dot-org:before {
content: "\ee6e";
color: #f28834;
}
.icomoon_brands-x-pack:before {
content: "\ee6f";
color: #005571;
}
.icomoon_brands-xamarin:before {
content: "\ee70";
color: #4393d4;
}
.icomoon_brands-xbox:before {
content: "\ee71";
color: #107c10;
}
.icomoon_brands-xcode:before {
content: "\ee72";
color: #1575f9;
}
.icomoon_brands-xdadevelopers:before {
content: "\ee73";
color: #f59812;
}
.icomoon_brands-xero:before {
content: "\ee74";
color: #13b5ea;
}
.icomoon_brands-xfce:before {
content: "\ee75";
color: #2284f2;
}
.icomoon_brands-xiaomi:before {
content: "\ee76";
color: #fa6709;
}
.icomoon_brands-xing1:before {
content: "\ee77";
color: #006567;
}
.icomoon_brands-xmpp:before {
content: "\ee78";
color: #002b5c;
}
.icomoon_brands-xrp:before {
content: "\ee79";
color: #25a768;
}
.icomoon_brands-xsplit:before {
content: "\ee7a";
color: #0095de;
}
.icomoon_brands-yahoo1:before {
content: "\ee7b";
color: #6001d2;
}
.icomoon_brands-yamahacorporation:before {
content: "\ee7c";
color: #4b1e78;
}
.icomoon_brands-yamahamotorcorporation:before {
content: "\ee7d";
color: #e60012;
}
.icomoon_brands-yammer:before {
content: "\ee7e";
color: #0072c6;
}
.icomoon_brands-yandex:before {
content: "\ee7f";
color: #f00;
}
.icomoon_brands-yarn:before {
content: "\ee80";
color: #2c8ebb;
}
.icomoon_brands-ycombinator:before {
content: "\ee81";
color: #f0652f;
}
.icomoon_brands-yelp1:before {
content: "\ee82";
color: #d32323;
}
.icomoon_brands-youtube1:before {
content: "\ee83";
color: #f00;
}
.icomoon_brands-zalando:before {
content: "\ee84";
color: #ff6900;
}
.icomoon_brands-zapier:before {
content: "\ee85";
color: #ff4a00;
}
.icomoon_brands-zeit:before {
content: "\ee86";
}
.icomoon_brands-zend:before {
content: "\ee87";
color: #0679ea;
}
.icomoon_brands-zendesk:before {
content: "\ee88";
}
.icomoon_brands-zendframework:before {
content: "\ee89";
color: #68b604;
}
.icomoon_brands-zeromq:before {
content: "\ee8a";
color: #df0000;
}
.icomoon_brands-zerply:before {
content: "\ee8b";
color: #9dbc7a;
}
.icomoon_brands-zhihu:before {
content: "\ee8c";
color: #0084ff;
}
.icomoon_brands-zillow:before {
content: "\ee8d";
color: #0074e4;
}
.icomoon_brands-zingat:before {
content: "\ee8e";
color: #009cfb;
}
.icomoon_brands-zoom:before {
content: "\ee8f";
color: #2d8cff;
}
.icomoon_brands-zorin:before {
content: "\ee90";
color: #0cc1f3;
}
.icomoon_brands-zulip:before {
content: "\ee91";
color: #52c2af;
}@font-face{font-family:devicons;src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/devicons.eot?xqxft6);src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/devicons.eot?#iefixxqxft6) format("embedded-opentype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/devicons.woff?xqxft6) format("woff"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/devicons.ttf?xqxft6) format("truetype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/devicons.svg?xqxft6#devicons) format("svg");font-weight:400;font-style:normal}.devicons{font-family:devicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.devicons-git:before{content:"\e602"}.devicons-git_compare:before{content:"\e628"}.devicons-git_branch:before{content:"\e625"}.devicons-git_commit:before{content:"\e629"}.devicons-git_pull_request:before{content:"\e626"}.devicons-git_merge:before{content:"\e627"}.devicons-bitbucket:before{content:"\e603"}.devicons-github_alt:before{content:"\e608"}.devicons-github_badge:before{content:"\e609"}.devicons-github:before{content:"\e60a"}.devicons-github_full:before{content:"\e617"}.devicons-java:before{content:"\e638"}.devicons-ruby:before{content:"\e639"}.devicons-scala:before{content:"\e637"}.devicons-python:before{content:"\e63c"}.devicons-go:before{content:"\e624"}.devicons-ruby_on_rails:before{content:"\e63b"}.devicons-django:before{content:"\e61d"}.devicons-markdown:before{content:"\e63e"}.devicons-php:before{content:"\e63d"}.devicons-mysql:before{content:"\e604"}.devicons-streamline:before{content:"\e605"}.devicons-database:before{content:"\e606"}.devicons-laravel:before{content:"\e63f"}.devicons-javascript:before{content:"\e64e"}.devicons-angular:before{content:"\e653"}.devicons-backbone:before{content:"\e652"}.devicons-coffeescript:before{content:"\e651"}.devicons-jquery:before{content:"\e650"}.devicons-modernizr:before{content:"\e620"}.devicons-jquery_ui:before{content:"\e654"}.devicons-ember:before{content:"\e61b"}.devicons-dojo:before{content:"\e61c"}.devicons-nodejs:before{content:"\e619"}.devicons-nodejs_small:before{content:"\e618"}.devicons-javascript_shield:before{content:"\e64f"}.devicons-bootstrap:before{content:"\e647"}.devicons-sass:before{content:"\e64b"}.devicons-css3_full:before{content:"\e64a"}.devicons-css3:before{content:"\e649"}.devicons-html5:before{content:"\e636"}.devicons-html5_multimedia:before{content:"\e632"}.devicons-html5_device_access:before{content:"\e633"}.devicons-html5_3d_effects:before{content:"\e635"}.devicons-html5_connectivity:before{content:"\e634"}.devicons-ghost_small:before{content:"\e614"}.devicons-ghost:before{content:"\e61f"}.devicons-magento:before{content:"\e640"}.devicons-joomla:before{content:"\e641"}.devicons-jekyll_small:before{content:"\e60d"}.devicons-drupal:before{content:"\e642"}.devicons-wordpress:before{content:"\e60b"}.devicons-grunt:before{content:"\e64c"}.devicons-bower:before{content:"\e64d"}.devicons-npm:before{content:"\e61e"}.devicons-yahoo_small:before{content:"\e62b"}.devicons-yahoo:before{content:"\e615"}.devicons-bing_small:before{content:"\e600"}.devicons-windows:before{content:"\e60f"}.devicons-linux:before{content:"\e612"}.devicons-ubuntu:before{content:"\e63a"}.devicons-android:before{content:"\e60e"}.devicons-apple:before{content:"\e611"}.devicons-appstore:before{content:"\e613"}.devicons-phonegap:before{content:"\e630"}.devicons-blackberry:before{content:"\e623"}.devicons-stackoverflow:before{content:"\e610"}.devicons-techcrunch:before{content:"\e62c"}.devicons-codrops:before{content:"\e62f"}.devicons-css_tricks:before{content:"\e601"}.devicons-smashing_magazine:before{content:"\e62d"}.devicons-netmagazine:before{content:"\e62e"}.devicons-codepen:before{content:"\e616"}.devicons-cssdeck:before{content:"\e62a"}.devicons-hackernews:before{content:"\e61a"}.devicons-dropbox:before{content:"\e607"}.devicons-google_drive:before{content:"\e631"}.devicons-visualstudio:before{content:"\e60c"}.devicons-unity_small:before{content:"\e621"}.devicons-raspberry_pi:before{content:"\e622"}.devicons-chrome:before{content:"\e643"}.devicons-ie:before{content:"\e644"}.devicons-firefox:before{content:"\e645"}.devicons-opera:before{content:"\e646"}.devicons-safari:before{content:"\e648"}.devicons-swift:before{content:"\e655"}.devicons-symfony:before{content:"\e656"}.devicons-symfony_badge:before{content:"\e657"}.devicons-less:before{content:"\e658"}.devicons-stylus:before{content:"\e659"}.devicons-trello:before{content:"\e65a"}.devicons-atlassian:before{content:"\e65b"}.devicons-jira:before{content:"\e65c"}.devicons-envato:before{content:"\e65d"}.devicons-snap_svg:before{content:"\e65e"}.devicons-raphael:before{content:"\e65f"}.devicons-google_analytics:before{content:"\e660"}.devicons-compass:before{content:"\e661"}.devicons-onedrive:before{content:"\e662"}.devicons-gulp:before{content:"\e663"}.devicons-atom:before{content:"\e664"}.devicons-cisco:before{content:"\e665"}.devicons-nancy:before{content:"\e666"}.devicons-clojure:before{content:"\e668"}.devicons-clojure_alt:before{content:"\e66a"}.devicons-perl:before{content:"\e669"}.devicons-celluloid:before{content:"\e66b"}.devicons-w3c:before{content:"\e66c"}.devicons-redis:before{content:"\e66d"}.devicons-postgresql:before{content:"\e66e"}.devicons-webplatform:before{content:"\e66f"}.devicons-jenkins:before{content:"\e667"}.devicons-requirejs:before{content:"\e670"}.devicons-opensource:before{content:"\e671"}.devicons-typo3:before{content:"\e672"}.devicons-uikit:before{content:"\e673"}.devicons-doctrine:before{content:"\e674"}.devicons-groovy:before{content:"\e675"}.devicons-nginx:before{content:"\e676"}.devicons-haskell:before{content:"\e677"}.devicons-zend:before{content:"\e678"}.devicons-gnu:before{content:"\e679"}.devicons-yeoman:before{content:"\e67a"}.devicons-heroku:before{content:"\e67b"}.devicons-debian:before{content:"\e67d"}.devicons-travis:before{content:"\e67e"}.devicons-dotnet:before{content:"\e67f"}.devicons-codeigniter:before{content:"\e680"}.devicons-javascript_badge:before{content:"\e681"}.devicons-yii:before{content:"\e682"}.devicons-msql_server:before{content:"\e67c"}.devicons-composer:before{content:"\e683"}.devicons-krakenjs_badge:before{content:"\e684"}.devicons-krakenjs:before{content:"\e685"}.devicons-mozilla:before{content:"\e686"}.devicons-firebase:before{content:"\e687"}.devicons-sizzlejs:before{content:"\e688"}.devicons-creativecommons:before{content:"\e689"}.devicons-creativecommons_badge:before{content:"\e68a"}.devicons-mitlicence:before{content:"\e68b"}.devicons-senchatouch:before{content:"\e68c"}.devicons-bugsense:before{content:"\e68d"}.devicons-extjs:before{content:"\e68e"}.devicons-mootools_badge:before{content:"\e68f"}.devicons-mootools:before{content:"\e690"}.devicons-ruby_rough:before{content:"\e691"}.devicons-komodo:before{content:"\e692"}.devicons-coda:before{content:"\e693"}.devicons-bintray:before{content:"\e694"}.devicons-terminal:before{content:"\e695"}.devicons-code:before{content:"\e696"}.devicons-responsive:before{content:"\e697"}.devicons-dart:before{content:"\e698"}.devicons-aptana:before{content:"\e699"}.devicons-mailchimp:before{content:"\e69a"}.devicons-netbeans:before{content:"\e69b"}.devicons-dreamweaver:before{content:"\e69c"}.devicons-brackets:before{content:"\e69d"}.devicons-eclipse:before{content:"\e69e"}.devicons-cloud9:before{content:"\e69f"}.devicons-scrum:before{content:"\e6a0"}.devicons-prolog:before{content:"\e6a1"}.devicons-terminal_badge:before{content:"\e6a2"}.devicons-code_badge:before{content:"\e6a3"}.devicons-mongodb:before{content:"\e6a4"}.devicons-meteor:before{content:"\e6a5"}.devicons-meteorfull:before{content:"\e6a6"}.devicons-fsharp:before{content:"\e6a7"}.devicons-rust:before{content:"\e6a8"}.devicons-ionic:before{content:"\e6a9"}.devicons-sublime:before{content:"\e6aa"}.devicons-appcelerator:before{content:"\e6ab"}.devicons-asterisk:before{content:"\e6ac"}.devicons-aws:before{content:"\e6ad"}.devicons-digital-ocean:before{content:"\e6ae"}.devicons-dlang:before{content:"\e6af"}.devicons-docker:before{content:"\e6b0"}.devicons-erlang:before{content:"\e6b1"}.devicons-google-cloud-platform:before{content:"\e6b2"}.devicons-grails:before{content:"\e6b3"}.devicons-illustrator:before{content:"\e6b4"}.devicons-intellij:before{content:"\e6b5"}.devicons-materializecss:before{content:"\e6b6"}.devicons-openshift:before{content:"\e6b7"}.devicons-photoshop:before{content:"\e6b8"}.devicons-rackspace:before{content:"\e6b9"}.devicons-react:before{content:"\e6ba"}.devicons-redhat:before{content:"\e6bb"}.devicons-scriptcs:before{content:"\e6bc"}.devicons-sqllite:before{content:"\e6c4"}.devicons-vim:before{content:"\e6c5"}@font-face{font-family:ElegantIcons;src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/ElegantIcons.eot);src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/ElegantIcons.woff) format('woff'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/ElegantIcons.ttf) format('truetype'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal}[data-icon]:before{font-family:ElegantIcons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.glyph .fs1{font-size:2em}@font-face{font-family:'Elusive-Icons';src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/elusiveicons-webfont.eot?v=2.0.0);src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/elusiveicons-webfont.eot?#iefix&v=2.0.0) format('embedded-opentype'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/elusiveicons-webfont.woff?v=2.0.0) format('woff'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/elusiveicons-webfont.ttf?v=2.0.0) format('truetype'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular) format('svg');font-weight:normal;font-style:normal}.el{display:inline-block;font:normal normal normal 14px/1 'Elusive-Icons';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.el-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.el-2x{font-size:2em}.el-3x{font-size:3em}.el-4x{font-size:4em}.el-5x{font-size:5em}.el-fw{width:1.28571429em;text-align:center}.el-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.el-ul>li{position:relative}.el-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.el-li.el-lg{left:-1.85714286em}.el-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.el.pull-left{margin-right:.3em}.el.pull-right{margin-left:.3em}.el-spin{-webkit-animation:el-spin 2s infinite linear;animation:el-spin 2s infinite linear}.el-pulse{-webkit-animation:el-spin 1s infinite steps(8);animation:el-spin 1s infinite steps(8)}@-webkit-keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.el-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.el-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.el-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.el-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .el-rotate-90,:root .el-rotate-180,:root .el-rotate-270,:root .el-flip-horizontal,:root .el-flip-vertical{filter:none}.el-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.el-stack-1x,.el-stack-2x{position:absolute;left:0;width:100%;text-align:center}.el-stack-1x{line-height:inherit}.el-stack-2x{font-size:2em}.el-inverse{color:#fff}.el-address-book-alt:before{content:"\f101"}.el-address-book:before{content:"\f102"}.el-adjust-alt:before{content:"\f103"}.el-adjust:before{content:"\f104"}.el-adult:before{content:"\f105"}.el-align-center:before{content:"\f106"}.el-align-justify:before{content:"\f107"}.el-align-left:before{content:"\f108"}.el-align-right:before{content:"\f109"}.el-arrow-down:before{content:"\f10a"}.el-arrow-left:before{content:"\f10b"}.el-arrow-right:before{content:"\f10c"}.el-arrow-up:before{content:"\f10d"}.el-asl:before{content:"\f10e"}.el-asterisk:before{content:"\f10f"}.el-backward:before{content:"\f110"}.el-ban-circle:before{content:"\f111"}.el-barcode:before{content:"\f112"}.el-behance:before{content:"\f113"}.el-bell:before{content:"\f114"}.el-blind:before{content:"\f115"}.el-blogger:before{content:"\f116"}.el-bold:before{content:"\f117"}.el-book:before{content:"\f118"}.el-bookmark-empty:before{content:"\f119"}.el-bookmark:before{content:"\f11a"}.el-braille:before{content:"\f11b"}.el-briefcase:before{content:"\f11c"}.el-broom:before{content:"\f11d"}.el-brush:before{content:"\f11e"}.el-bulb:before{content:"\f11f"}.el-bullhorn:before{content:"\f120"}.el-calendar-sign:before{content:"\f121"}.el-calendar:before{content:"\f122"}.el-camera:before{content:"\f123"}.el-car:before{content:"\f124"}.el-caret-down:before{content:"\f125"}.el-caret-left:before{content:"\f126"}.el-caret-right:before{content:"\f127"}.el-caret-up:before{content:"\f128"}.el-cc:before{content:"\f129"}.el-certificate:before{content:"\f12a"}.el-check-empty:before{content:"\f12b"}.el-check:before{content:"\f12c"}.el-chevron-down:before{content:"\f12d"}.el-chevron-left:before{content:"\f12e"}.el-chevron-right:before{content:"\f12f"}.el-chevron-up:before{content:"\f130"}.el-child:before{content:"\f131"}.el-circle-arrow-down:before{content:"\f132"}.el-circle-arrow-left:before{content:"\f133"}.el-circle-arrow-right:before{content:"\f134"}.el-circle-arrow-up:before{content:"\f135"}.el-cloud-alt:before{content:"\f136"}.el-cloud:before{content:"\f137"}.el-cog-alt:before{content:"\f138"}.el-cog:before{content:"\f139"}.el-cogs:before{content:"\f13a"}.el-comment-alt:before{content:"\f13b"}.el-comment:before{content:"\f13c"}.el-compass-alt:before{content:"\f13d"}.el-compass:before{content:"\f13e"}.el-credit-card:before{content:"\f13f"}.el-css:before{content:"\f140"}.el-dashboard:before{content:"\f141"}.el-delicious:before{content:"\f142"}.el-deviantart:before{content:"\f143"}.el-digg:before{content:"\f144"}.el-download-alt:before{content:"\f145"}.el-download:before{content:"\f146"}.el-dribbble:before{content:"\f147"}.el-edit:before{content:"\f148"}.el-eject:before{content:"\f149"}.el-envelope-alt:before{content:"\f14a"}.el-envelope:before{content:"\f14b"}.el-error-alt:before{content:"\f14c"}.el-error:before{content:"\f14d"}.el-eur:before{content:"\f14e"}.el-exclamation-sign:before{content:"\f14f"}.el-eye-close:before{content:"\f150"}.el-eye-open:before{content:"\f151"}.el-facebook:before{content:"\f152"}.el-facetime-video:before{content:"\f153"}.el-fast-backward:before{content:"\f154"}.el-fast-forward:before{content:"\f155"}.el-female:before{content:"\f156"}.el-file-alt:before{content:"\f157"}.el-file-edit-alt:before{content:"\f158"}.el-file-edit:before{content:"\f159"}.el-file-new-alt:before{content:"\f15a"}.el-file-new:before{content:"\f15b"}.el-file:before{content:"\f15c"}.el-film:before{content:"\f15d"}.el-filter:before{content:"\f15e"}.el-fire:before{content:"\f15f"}.el-flag-alt:before{content:"\f160"}.el-flag:before{content:"\f161"}.el-flickr:before{content:"\f162"}.el-folder-close:before{content:"\f163"}.el-folder-open:before{content:"\f164"}.el-folder-sign:before{content:"\f165"}.el-folder:before{content:"\f166"}.el-font:before{content:"\f167"}.el-fontsize:before{content:"\f168"}.el-fork:before{content:"\f169"}.el-forward-alt:before{content:"\f16a"}.el-forward:before{content:"\f16b"}.el-foursquare:before{content:"\f16c"}.el-friendfeed-rect:before{content:"\f16d"}.el-friendfeed:before{content:"\f16e"}.el-fullscreen:before{content:"\f16f"}.el-gbp:before{content:"\f170"}.el-gift:before{content:"\f171"}.el-github-text:before{content:"\f172"}.el-github:before{content:"\f173"}.el-glass:before{content:"\f174"}.el-glasses:before{content:"\f175"}.el-globe-alt:before{content:"\f176"}.el-globe:before{content:"\f177"}.el-googleplus:before{content:"\f178"}.el-graph-alt:before{content:"\f179"}.el-graph:before{content:"\f17a"}.el-group-alt:before{content:"\f17b"}.el-group:before{content:"\f17c"}.el-guidedog:before{content:"\f17d"}.el-hand-down:before{content:"\f17e"}.el-hand-left:before{content:"\f17f"}.el-hand-right:before{content:"\f180"}.el-hand-up:before{content:"\f181"}.el-hdd:before{content:"\f182"}.el-headphones:before{content:"\f183"}.el-hearing-impaired:before{content:"\f184"}.el-heart-alt:before{content:"\f185"}.el-heart-empty:before{content:"\f186"}.el-heart:before{content:"\f187"}.el-home-alt:before{content:"\f188"}.el-home:before{content:"\f189"}.el-hourglass:before{content:"\f18a"}.el-idea-alt:before{content:"\f18b"}.el-idea:before{content:"\f18c"}.el-inbox-alt:before{content:"\f18d"}.el-inbox-box:before{content:"\f18e"}.el-inbox:before{content:"\f18f"}.el-indent-left:before{content:"\f190"}.el-indent-right:before{content:"\f191"}.el-info-circle:before{content:"\f192"}.el-instagram:before{content:"\f193"}.el-iphone-home:before{content:"\f194"}.el-italic:before{content:"\f195"}.el-key:before{content:"\f196"}.el-laptop-alt:before{content:"\f197"}.el-laptop:before{content:"\f198"}.el-lastfm:before{content:"\f199"}.el-leaf:before{content:"\f19a"}.el-lines:before{content:"\f19b"}.el-link:before{content:"\f19c"}.el-linkedin:before{content:"\f19d"}.el-list-alt:before{content:"\f19e"}.el-list:before{content:"\f19f"}.el-livejournal:before{content:"\f1a0"}.el-lock-alt:before{content:"\f1a1"}.el-lock:before{content:"\f1a2"}.el-magic:before{content:"\f1a3"}.el-magnet:before{content:"\f1a4"}.el-male:before{content:"\f1a5"}.el-map-marker-alt:before{content:"\f1a6"}.el-map-marker:before{content:"\f1a7"}.el-mic-alt:before{content:"\f1a8"}.el-mic:before{content:"\f1a9"}.el-minus-sign:before{content:"\f1aa"}.el-minus:before{content:"\f1ab"}.el-move:before{content:"\f1ac"}.el-music:before{content:"\f1ad"}.el-myspace:before{content:"\f1ae"}.el-network:before{content:"\f1af"}.el-off:before{content:"\f1b0"}.el-ok-circle:before{content:"\f1b1"}.el-ok-sign:before{content:"\f1b2"}.el-ok:before{content:"\f1b3"}.el-opensource:before{content:"\f1b4"}.el-paper-clip-alt:before{content:"\f1b5"}.el-paper-clip:before{content:"\f1b6"}.el-path:before{content:"\f1b7"}.el-pause-alt:before{content:"\f1b8"}.el-pause:before{content:"\f1b9"}.el-pencil-alt:before{content:"\f1ba"}.el-pencil:before{content:"\f1bb"}.el-person:before{content:"\f1bc"}.el-phone-alt:before{content:"\f1bd"}.el-phone:before{content:"\f1be"}.el-photo-alt:before{content:"\f1bf"}.el-photo:before{content:"\f1c0"}.el-picasa:before{content:"\f1c1"}.el-picture:before{content:"\f1c2"}.el-pinterest:before{content:"\f1c3"}.el-plane:before{content:"\f1c4"}.el-play-alt:before{content:"\f1c5"}.el-play-circle:before{content:"\f1c6"}.el-play:before{content:"\f1c7"}.el-plurk-alt:before{content:"\f1c8"}.el-plurk:before{content:"\f1c9"}.el-plus-sign:before{content:"\f1ca"}.el-plus:before{content:"\f1cb"}.el-podcast:before{content:"\f1cc"}.el-print:before{content:"\f1cd"}.el-puzzle:before{content:"\f1ce"}.el-qrcode:before{content:"\f1cf"}.el-question-sign:before{content:"\f1d0"}.el-question:before{content:"\f1d1"}.el-quote-alt:before{content:"\f1d2"}.el-quote-right-alt:before{content:"\f1d3"}.el-quote-right:before{content:"\f1d4"}.el-quotes:before{content:"\f1d5"}.el-random:before{content:"\f1d6"}.el-record:before{content:"\f1d7"}.el-reddit:before{content:"\f1d8"}.el-redux:before{content:"\f1d9"}.el-refresh:before{content:"\f1da"}.el-remove-circle:before{content:"\f1db"}.el-remove-sign:before{content:"\f1dc"}.el-remove:before{content:"\f1dd"}.el-repeat-alt:before{content:"\f1de"}.el-repeat:before{content:"\f1df"}.el-resize-full:before{content:"\f1e0"}.el-resize-horizontal:before{content:"\f1e1"}.el-resize-small:before{content:"\f1e2"}.el-resize-vertical:before{content:"\f1e3"}.el-return-key:before{content:"\f1e4"}.el-retweet:before{content:"\f1e5"}.el-reverse-alt:before{content:"\f1e6"}.el-road:before{content:"\f1e7"}.el-rss:before{content:"\f1e8"}.el-scissors:before{content:"\f1e9"}.el-screen-alt:before{content:"\f1ea"}.el-screen:before{content:"\f1eb"}.el-screenshot:before{content:"\f1ec"}.el-search-alt:before{content:"\f1ed"}.el-search:before{content:"\f1ee"}.el-share-alt:before{content:"\f1ef"}.el-share:before{content:"\f1f0"}.el-shopping-cart-sign:before{content:"\f1f1"}.el-shopping-cart:before{content:"\f1f2"}.el-signal:before{content:"\f1f3"}.el-skype:before{content:"\f1f4"}.el-slideshare:before{content:"\f1f5"}.el-smiley-alt:before{content:"\f1f6"}.el-smiley:before{content:"\f1f7"}.el-soundcloud:before{content:"\f1f8"}.el-speaker:before{content:"\f1f9"}.el-spotify:before{content:"\f1fa"}.el-stackoverflow:before{content:"\f1fb"}.el-star-alt:before{content:"\f1fc"}.el-star-empty:before{content:"\f1fd"}.el-star:before{content:"\f1fe"}.el-step-backward:before{content:"\f1ff"}.el-step-forward:before{content:"\f200"}.el-stop-alt:before{content:"\f201"}.el-stop:before{content:"\f202"}.el-stumbleupon:before{content:"\f203"}.el-tag:before{content:"\f204"}.el-tags:before{content:"\f205"}.el-tasks:before{content:"\f206"}.el-text-height:before{content:"\f207"}.el-text-width:before{content:"\f208"}.el-th-large:before{content:"\f209"}.el-th-list:before{content:"\f20a"}.el-th:before{content:"\f20b"}.el-thumbs-down:before{content:"\f20c"}.el-thumbs-up:before{content:"\f20d"}.el-time-alt:before{content:"\f20e"}.el-time:before{content:"\f20f"}.el-tint:before{content:"\f210"}.el-torso:before{content:"\f211"}.el-trash-alt:before{content:"\f212"}.el-trash:before{content:"\f213"}.el-tumblr:before{content:"\f214"}.el-twitter:before{content:"\f215"}.el-universal-access:before{content:"\f216"}.el-unlock-alt:before{content:"\f217"}.el-unlock:before{content:"\f218"}.el-upload:before{content:"\f219"}.el-usd:before{content:"\f21a"}.el-user:before{content:"\f21b"}.el-viadeo:before{content:"\f21c"}.el-video-alt:before{content:"\f21d"}.el-video-chat:before{content:"\f21e"}.el-video:before{content:"\f21f"}.el-view-mode:before{content:"\f220"}.el-vimeo:before{content:"\f221"}.el-vkontakte:before{content:"\f222"}.el-volume-down:before{content:"\f223"}.el-volume-off:before{content:"\f224"}.el-volume-up:before{content:"\f225"}.el-w3c:before{content:"\f226"}.el-warning-sign:before{content:"\f227"}.el-website-alt:before{content:"\f228"}.el-website:before{content:"\f229"}.el-wheelchair:before{content:"\f22a"}.el-wordpress:before{content:"\f22b"}.el-wrench-alt:before{content:"\f22c"}.el-wrench:before{content:"\f22d"}.el-youtube:before{content:"\f22e"}.el-zoom-in:before{content:"\f22f"}.el-zoom-out:before{content:"\f230"}@font-face{font-family:IcoFont;font-weight:400;font-style:Regular;src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icofont.woff2) format("woff2"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icofont.woff) format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-angry-monster:before{content:"\e800"}.icofont-bathtub:before{content:"\e801"}.icofont-bird-wings:before{content:"\e802"}.icofont-bow:before{content:"\e803"}.icofont-castle:before{content:"\e804"}.icofont-circuit:before{content:"\e805"}.icofont-crown-king:before{content:"\e806"}.icofont-crown-queen:before{content:"\e807"}.icofont-dart:before{content:"\e808"}.icofont-disability-race:before{content:"\e809"}.icofont-diving-goggle:before{content:"\e80a"}.icofont-eye-open:before{content:"\e80b"}.icofont-flora-flower:before{content:"\e80c"}.icofont-flora:before{content:"\e80d"}.icofont-gift-box:before{content:"\e80e"}.icofont-halloween-pumpkin:before{content:"\e80f"}.icofont-hand-power:before{content:"\e810"}.icofont-hand-thunder:before{content:"\e811"}.icofont-king-monster:before{content:"\e812"}.icofont-love:before{content:"\e813"}.icofont-magician-hat:before{content:"\e814"}.icofont-native-american:before{content:"\e815"}.icofont-owl-look:before{content:"\e816"}.icofont-phoenix:before{content:"\e817"}.icofont-robot-face:before{content:"\e818"}.icofont-sand-clock:before{content:"\e819"}.icofont-shield-alt:before{content:"\e81a"}.icofont-ship-wheel:before{content:"\e81b"}.icofont-skull-danger:before{content:"\e81c"}.icofont-skull-face:before{content:"\e81d"}.icofont-snowmobile:before{content:"\e81e"}.icofont-space-shuttle:before{content:"\e81f"}.icofont-star-shape:before{content:"\e820"}.icofont-swirl:before{content:"\e821"}.icofont-tattoo-wing:before{content:"\e822"}.icofont-throne:before{content:"\e823"}.icofont-tree-alt:before{content:"\e824"}.icofont-triangle:before{content:"\e825"}.icofont-unity-hand:before{content:"\e826"}.icofont-weed:before{content:"\e827"}.icofont-woman-bird:before{content:"\e828"}.icofont-bat:before{content:"\e829"}.icofont-bear-face:before{content:"\e82a"}.icofont-bear-tracks:before{content:"\e82b"}.icofont-bear:before{content:"\e82c"}.icofont-bird-alt:before{content:"\e82d"}.icofont-bird-flying:before{content:"\e82e"}.icofont-bird:before{content:"\e82f"}.icofont-birds:before{content:"\e830"}.icofont-bone:before{content:"\e831"}.icofont-bull:before{content:"\e832"}.icofont-butterfly-alt:before{content:"\e833"}.icofont-butterfly:before{content:"\e834"}.icofont-camel-alt:before{content:"\e835"}.icofont-camel-head:before{content:"\e836"}.icofont-camel:before{content:"\e837"}.icofont-cat-alt-1:before{content:"\e838"}.icofont-cat-alt-2:before{content:"\e839"}.icofont-cat-alt-3:before{content:"\e83a"}.icofont-cat-dog:before{content:"\e83b"}.icofont-cat-face:before{content:"\e83c"}.icofont-cat:before{content:"\e83d"}.icofont-cow-head:before{content:"\e83e"}.icofont-cow:before{content:"\e83f"}.icofont-crab:before{content:"\e840"}.icofont-crocodile:before{content:"\e841"}.icofont-deer-head:before{content:"\e842"}.icofont-dog-alt:before{content:"\e843"}.icofont-dog-barking:before{content:"\e844"}.icofont-dog:before{content:"\e845"}.icofont-dolphin:before{content:"\e846"}.icofont-duck-tracks:before{content:"\e847"}.icofont-eagle-head:before{content:"\e848"}.icofont-eaten-fish:before{content:"\e849"}.icofont-elephant-alt:before{content:"\e84a"}.icofont-elephant-head-alt:before{content:"\e84b"}.icofont-elephant-head:before{content:"\e84c"}.icofont-elephant:before{content:"\e84d"}.icofont-elk:before{content:"\e84e"}.icofont-fish-1:before{content:"\e84f"}.icofont-fish-2:before{content:"\e850"}.icofont-fish-3:before{content:"\e851"}.icofont-fish-4:before{content:"\e852"}.icofont-fish-5:before{content:"\e853"}.icofont-fish:before{content:"\e854"}.icofont-fox-alt:before{content:"\e855"}.icofont-fox:before{content:"\e856"}.icofont-frog-tracks:before{content:"\e857"}.icofont-frog:before{content:"\e858"}.icofont-froggy:before{content:"\e859"}.icofont-giraffe-head-1:before{content:"\e85a"}.icofont-giraffe-head-2:before{content:"\e85b"}.icofont-giraffe-head:before{content:"\e85c"}.icofont-giraffe:before{content:"\e85d"}.icofont-goat-head:before{content:"\e85e"}.icofont-gorilla:before{content:"\e85f"}.icofont-hen-tracks:before{content:"\e860"}.icofont-horse-head-1:before{content:"\e861"}.icofont-horse-head-2:before{content:"\e862"}.icofont-horse-head:before{content:"\e863"}.icofont-horse-tracks:before{content:"\e864"}.icofont-jellyfish:before{content:"\e865"}.icofont-kangaroo:before{content:"\e866"}.icofont-lemur:before{content:"\e867"}.icofont-lion-head-1:before{content:"\e868"}.icofont-lion-head-2:before{content:"\e869"}.icofont-lion-head:before{content:"\e86a"}.icofont-lion:before{content:"\e86b"}.icofont-monkey-2:before{content:"\e86c"}.icofont-monkey-3:before{content:"\e86d"}.icofont-monkey-face:before{content:"\e86e"}.icofont-monkey:before{content:"\e86f"}.icofont-octopus-alt:before{content:"\e870"}.icofont-octopus:before{content:"\e871"}.icofont-owl:before{content:"\e872"}.icofont-panda-face:before{content:"\e873"}.icofont-panda:before{content:"\e874"}.icofont-panther:before{content:"\e875"}.icofont-parrot-lip:before{content:"\e876"}.icofont-parrot:before{content:"\e877"}.icofont-paw:before{content:"\e878"}.icofont-pelican:before{content:"\e879"}.icofont-penguin:before{content:"\e87a"}.icofont-pig-face:before{content:"\e87b"}.icofont-pig:before{content:"\e87c"}.icofont-pigeon-1:before{content:"\e87d"}.icofont-pigeon-2:before{content:"\e87e"}.icofont-pigeon:before{content:"\e87f"}.icofont-rabbit:before{content:"\e880"}.icofont-rat:before{content:"\e881"}.icofont-rhino-head:before{content:"\e882"}.icofont-rhino:before{content:"\e883"}.icofont-rooster:before{content:"\e884"}.icofont-seahorse:before{content:"\e885"}.icofont-seal:before{content:"\e886"}.icofont-shrimp-alt:before{content:"\e887"}.icofont-shrimp:before{content:"\e888"}.icofont-snail-1:before{content:"\e889"}.icofont-snail-2:before{content:"\e88a"}.icofont-snail-3:before{content:"\e88b"}.icofont-snail:before{content:"\e88c"}.icofont-snake:before{content:"\e88d"}.icofont-squid:before{content:"\e88e"}.icofont-squirrel:before{content:"\e88f"}.icofont-tiger-face:before{content:"\e890"}.icofont-tiger:before{content:"\e891"}.icofont-turtle:before{content:"\e892"}.icofont-whale:before{content:"\e893"}.icofont-woodpecker:before{content:"\e894"}.icofont-zebra:before{content:"\e895"}.icofont-brand-acer:before{content:"\e896"}.icofont-brand-adidas:before{content:"\e897"}.icofont-brand-adobe:before{content:"\e898"}.icofont-brand-air-new-zealand:before{content:"\e899"}.icofont-brand-airbnb:before{content:"\e89a"}.icofont-brand-aircell:before{content:"\e89b"}.icofont-brand-airtel:before{content:"\e89c"}.icofont-brand-alcatel:before{content:"\e89d"}.icofont-brand-alibaba:before{content:"\e89e"}.icofont-brand-aliexpress:before{content:"\e89f"}.icofont-brand-alipay:before{content:"\e8a0"}.icofont-brand-amazon:before{content:"\e8a1"}.icofont-brand-amd:before{content:"\e8a2"}.icofont-brand-american-airlines:before{content:"\e8a3"}.icofont-brand-android-robot:before{content:"\e8a4"}.icofont-brand-android:before{content:"\e8a5"}.icofont-brand-aol:before{content:"\e8a6"}.icofont-brand-apple:before{content:"\e8a7"}.icofont-brand-appstore:before{content:"\e8a8"}.icofont-brand-asus:before{content:"\e8a9"}.icofont-brand-ati:before{content:"\e8aa"}.icofont-brand-att:before{content:"\e8ab"}.icofont-brand-audi:before{content:"\e8ac"}.icofont-brand-axiata:before{content:"\e8ad"}.icofont-brand-bada:before{content:"\e8ae"}.icofont-brand-bbc:before{content:"\e8af"}.icofont-brand-bing:before{content:"\e8b0"}.icofont-brand-blackberry:before{content:"\e8b1"}.icofont-brand-bmw:before{content:"\e8b2"}.icofont-brand-box:before{content:"\e8b3"}.icofont-brand-burger-king:before{content:"\e8b4"}.icofont-brand-business-insider:before{content:"\e8b5"}.icofont-brand-buzzfeed:before{content:"\e8b6"}.icofont-brand-cannon:before{content:"\e8b7"}.icofont-brand-casio:before{content:"\e8b8"}.icofont-brand-china-mobile:before{content:"\e8b9"}.icofont-brand-china-telecom:before{content:"\e8ba"}.icofont-brand-china-unicom:before{content:"\e8bb"}.icofont-brand-cisco:before{content:"\e8bc"}.icofont-brand-citibank:before{content:"\e8bd"}.icofont-brand-cnet:before{content:"\e8be"}.icofont-brand-cnn:before{content:"\e8bf"}.icofont-brand-cocal-cola:before{content:"\e8c0"}.icofont-brand-compaq:before{content:"\e8c1"}.icofont-brand-debian:before{content:"\e8c2"}.icofont-brand-delicious:before{content:"\e8c3"}.icofont-brand-dell:before{content:"\e8c4"}.icofont-brand-designbump:before{content:"\e8c5"}.icofont-brand-designfloat:before{content:"\e8c6"}.icofont-brand-disney:before{content:"\e8c7"}.icofont-brand-dodge:before{content:"\e8c8"}.icofont-brand-dove:before{content:"\e8c9"}.icofont-brand-drupal:before{content:"\e8ca"}.icofont-brand-ebay:before{content:"\e8cb"}.icofont-brand-eleven:before{content:"\e8cc"}.icofont-brand-emirates:before{content:"\e8cd"}.icofont-brand-espn:before{content:"\e8ce"}.icofont-brand-etihad-airways:before{content:"\e8cf"}.icofont-brand-etisalat:before{content:"\e8d0"}.icofont-brand-etsy:before{content:"\e8d1"}.icofont-brand-fastrack:before{content:"\e8d2"}.icofont-brand-fedex:before{content:"\e8d3"}.icofont-brand-ferrari:before{content:"\e8d4"}.icofont-brand-fitbit:before{content:"\e8d5"}.icofont-brand-flikr:before{content:"\e8d6"}.icofont-brand-forbes:before{content:"\e8d7"}.icofont-brand-foursquare:before{content:"\e8d8"}.icofont-brand-foxconn:before{content:"\e8d9"}.icofont-brand-fujitsu:before{content:"\e8da"}.icofont-brand-general-electric:before{content:"\e8db"}.icofont-brand-gillette:before{content:"\e8dc"}.icofont-brand-gizmodo:before{content:"\e8dd"}.icofont-brand-gnome:before{content:"\e8de"}.icofont-brand-google:before{content:"\e8df"}.icofont-brand-gopro:before{content:"\e8e0"}.icofont-brand-gucci:before{content:"\e8e1"}.icofont-brand-hallmark:before{content:"\e8e2"}.icofont-brand-hi5:before{content:"\e8e3"}.icofont-brand-honda:before{content:"\e8e4"}.icofont-brand-hp:before{content:"\e8e5"}.icofont-brand-hsbc:before{content:"\e8e6"}.icofont-brand-htc:before{content:"\e8e7"}.icofont-brand-huawei:before{content:"\e8e8"}.icofont-brand-hulu:before{content:"\e8e9"}.icofont-brand-hyundai:before{content:"\e8ea"}.icofont-brand-ibm:before{content:"\e8eb"}.icofont-brand-icofont:before{content:"\e8ec"}.icofont-brand-icq:before{content:"\e8ed"}.icofont-brand-ikea:before{content:"\e8ee"}.icofont-brand-imdb:before{content:"\e8ef"}.icofont-brand-indiegogo:before{content:"\e8f0"}.icofont-brand-intel:before{content:"\e8f1"}.icofont-brand-ipair:before{content:"\e8f2"}.icofont-brand-jaguar:before{content:"\e8f3"}.icofont-brand-java:before{content:"\e8f4"}.icofont-brand-joomla:before{content:"\e8f5"}.icofont-brand-kickstarter:before{content:"\e8f6"}.icofont-brand-kik:before{content:"\e8f7"}.icofont-brand-lastfm:before{content:"\e8f8"}.icofont-brand-lego:before{content:"\e8f9"}.icofont-brand-lenovo:before{content:"\e8fa"}.icofont-brand-levis:before{content:"\e8fb"}.icofont-brand-lexus:before{content:"\e8fc"}.icofont-brand-lg:before{content:"\e8fd"}.icofont-brand-life-hacker:before{content:"\e8fe"}.icofont-brand-linux-mint:before{content:"\e8ff"}.icofont-brand-linux:before{content:"\e900"}.icofont-brand-lionix:before{content:"\e901"}.icofont-brand-loreal:before{content:"\e902"}.icofont-brand-louis-vuitton:before{content:"\e903"}.icofont-brand-mac-os:before{content:"\e904"}.icofont-brand-marvel-app:before{content:"\e905"}.icofont-brand-mashable:before{content:"\e906"}.icofont-brand-mazda:before{content:"\e907"}.icofont-brand-mcdonals:before{content:"\e908"}.icofont-brand-mercedes:before{content:"\e909"}.icofont-brand-micromax:before{content:"\e90a"}.icofont-brand-microsoft:before{content:"\e90b"}.icofont-brand-mobileme:before{content:"\e90c"}.icofont-brand-mobily:before{content:"\e90d"}.icofont-brand-motorola:before{content:"\e90e"}.icofont-brand-msi:before{content:"\e90f"}.icofont-brand-mts:before{content:"\e910"}.icofont-brand-myspace:before{content:"\e911"}.icofont-brand-mytv:before{content:"\e912"}.icofont-brand-nasa:before{content:"\e913"}.icofont-brand-natgeo:before{content:"\e914"}.icofont-brand-nbc:before{content:"\e915"}.icofont-brand-nescafe:before{content:"\e916"}.icofont-brand-nestle:before{content:"\e917"}.icofont-brand-netflix:before{content:"\e918"}.icofont-brand-nexus:before{content:"\e919"}.icofont-brand-nike:before{content:"\e91a"}.icofont-brand-nokia:before{content:"\e91b"}.icofont-brand-nvidia:before{content:"\e91c"}.icofont-brand-omega:before{content:"\e91d"}.icofont-brand-opensuse:before{content:"\e91e"}.icofont-brand-oracle:before{content:"\e91f"}.icofont-brand-panasonic:before{content:"\e920"}.icofont-brand-paypal:before{content:"\e921"}.icofont-brand-pepsi:before{content:"\e922"}.icofont-brand-philips:before{content:"\e923"}.icofont-brand-pizza-hut:before{content:"\e924"}.icofont-brand-playstation:before{content:"\e925"}.icofont-brand-puma:before{content:"\e926"}.icofont-brand-qatar-air:before{content:"\e927"}.icofont-brand-qvc:before{content:"\e928"}.icofont-brand-readernaut:before{content:"\e929"}.icofont-brand-redbull:before{content:"\e92a"}.icofont-brand-reebok:before{content:"\e92b"}.icofont-brand-reuters:before{content:"\e92c"}.icofont-brand-samsung:before{content:"\e92d"}.icofont-brand-sap:before{content:"\e92e"}.icofont-brand-saudia-airlines:before{content:"\e92f"}.icofont-brand-scribd:before{content:"\e930"}.icofont-brand-shell:before{content:"\e931"}.icofont-brand-siemens:before{content:"\e932"}.icofont-brand-sk-telecom:before{content:"\e933"}.icofont-brand-slideshare:before{content:"\e934"}.icofont-brand-smashing-magazine:before{content:"\e935"}.icofont-brand-snapchat:before{content:"\e936"}.icofont-brand-sony-ericsson:before{content:"\e937"}.icofont-brand-sony:before{content:"\e938"}.icofont-brand-soundcloud:before{content:"\e939"}.icofont-brand-sprint:before{content:"\e93a"}.icofont-brand-squidoo:before{content:"\e93b"}.icofont-brand-starbucks:before{content:"\e93c"}.icofont-brand-stc:before{content:"\e93d"}.icofont-brand-steam:before{content:"\e93e"}.icofont-brand-suzuki:before{content:"\e93f"}.icofont-brand-symbian:before{content:"\e940"}.icofont-brand-t-mobile:before{content:"\e941"}.icofont-brand-tango:before{content:"\e942"}.icofont-brand-target:before{content:"\e943"}.icofont-brand-tata-indicom:before{content:"\e944"}.icofont-brand-techcrunch:before{content:"\e945"}.icofont-brand-telenor:before{content:"\e946"}.icofont-brand-teliasonera:before{content:"\e947"}.icofont-brand-tesla:before{content:"\e948"}.icofont-brand-the-verge:before{content:"\e949"}.icofont-brand-thenextweb:before{content:"\e94a"}.icofont-brand-toshiba:before{content:"\e94b"}.icofont-brand-toyota:before{content:"\e94c"}.icofont-brand-tribenet:before{content:"\e94d"}.icofont-brand-ubuntu:before{content:"\e94e"}.icofont-brand-unilever:before{content:"\e94f"}.icofont-brand-vaio:before{content:"\e950"}.icofont-brand-verizon:before{content:"\e951"}.icofont-brand-viber:before{content:"\e952"}.icofont-brand-vodafone:before{content:"\e953"}.icofont-brand-volkswagen:before{content:"\e954"}.icofont-brand-walmart:before{content:"\e955"}.icofont-brand-warnerbros:before{content:"\e956"}.icofont-brand-whatsapp:before{content:"\e957"}.icofont-brand-wikipedia:before{content:"\e958"}.icofont-brand-windows:before{content:"\e959"}.icofont-brand-wire:before{content:"\e95a"}.icofont-brand-wordpress:before{content:"\e95b"}.icofont-brand-xiaomi:before{content:"\e95c"}.icofont-brand-yahoobuzz:before{content:"\e95d"}.icofont-brand-yamaha:before{content:"\e95e"}.icofont-brand-youtube:before{content:"\e95f"}.icofont-brand-zain:before{content:"\e960"}.icofont-bank-alt:before{content:"\e961"}.icofont-bank:before{content:"\e962"}.icofont-barcode:before{content:"\e963"}.icofont-bill-alt:before{content:"\e964"}.icofont-billboard:before{content:"\e965"}.icofont-briefcase-1:before{content:"\e966"}.icofont-briefcase-2:before{content:"\e967"}.icofont-businessman:before{content:"\e968"}.icofont-businesswoman:before{content:"\e969"}.icofont-chair:before{content:"\e96a"}.icofont-coins:before{content:"\e96b"}.icofont-company:before{content:"\e96c"}.icofont-contact-add:before{content:"\e96d"}.icofont-files-stack:before{content:"\e96e"}.icofont-handshake-deal:before{content:"\e96f"}.icofont-id-card:before{content:"\e970"}.icofont-meeting-add:before{content:"\e971"}.icofont-money-bag:before{content:"\e972"}.icofont-pie-chart:before{content:"\e973"}.icofont-presentation-alt:before{content:"\e974"}.icofont-presentation:before{content:"\e975"}.icofont-stamp:before{content:"\e976"}.icofont-stock-mobile:before{content:"\e977"}.icofont-chart-arrows-axis:before{content:"\e978"}.icofont-chart-bar-graph:before{content:"\e979"}.icofont-chart-flow-1:before{content:"\e97a"}.icofont-chart-flow-2:before{content:"\e97b"}.icofont-chart-flow:before{content:"\e97c"}.icofont-chart-growth:before{content:"\e97d"}.icofont-chart-histogram-alt:before{content:"\e97e"}.icofont-chart-histogram:before{content:"\e97f"}.icofont-chart-line-alt:before{content:"\e980"}.icofont-chart-line:before{content:"\e981"}.icofont-chart-pie-alt:before{content:"\e982"}.icofont-chart-pie:before{content:"\e983"}.icofont-chart-radar-graph:before{content:"\e984"}.icofont-architecture-alt:before{content:"\e985"}.icofont-architecture:before{content:"\e986"}.icofont-barricade:before{content:"\e987"}.icofont-bolt:before{content:"\e988"}.icofont-bricks:before{content:"\e989"}.icofont-building-alt:before{content:"\e98a"}.icofont-bull-dozer:before{content:"\e98b"}.icofont-calculations:before{content:"\e98c"}.icofont-cement-mix:before{content:"\e98d"}.icofont-cement-mixer:before{content:"\e98e"}.icofont-concrete-mixer:before{content:"\e98f"}.icofont-danger-zone:before{content:"\e990"}.icofont-drill:before{content:"\e991"}.icofont-eco-energy:before{content:"\e992"}.icofont-eco-environmen:before{content:"\e993"}.icofont-energy-air:before{content:"\e994"}.icofont-energy-oil:before{content:"\e995"}.icofont-energy-savings:before{content:"\e996"}.icofont-energy-solar:before{content:"\e997"}.icofont-energy-water:before{content:"\e998"}.icofont-engineer:before{content:"\e999"}.icofont-fire-extinguisher-alt:before{content:"\e99a"}.icofont-fire-extinguisher:before{content:"\e99b"}.icofont-fix-tools:before{content:"\e99c"}.icofont-fork-lift:before{content:"\e99d"}.icofont-glue-oil:before{content:"\e99e"}.icofont-hammer-alt:before{content:"\e99f"}.icofont-hammer:before{content:"\e9a0"}.icofont-help-robot:before{content:"\e9a1"}.icofont-industries-1:before{content:"\e9a2"}.icofont-industries-2:before{content:"\e9a3"}.icofont-industries-3:before{content:"\e9a4"}.icofont-industries-4:before{content:"\e9a5"}.icofont-industries-5:before{content:"\e9a6"}.icofont-industries:before{content:"\e9a7"}.icofont-labour:before{content:"\e9a8"}.icofont-mining:before{content:"\e9a9"}.icofont-paint-brush:before{content:"\e9aa"}.icofont-pollution:before{content:"\e9ab"}.icofont-power-zone:before{content:"\e9ac"}.icofont-radio-active:before{content:"\e9ad"}.icofont-recycle-alt:before{content:"\e9ae"}.icofont-recycling-man:before{content:"\e9af"}.icofont-safety-hat-light:before{content:"\e9b0"}.icofont-safety-hat:before{content:"\e9b1"}.icofont-saw:before{content:"\e9b2"}.icofont-screw-driver:before{content:"\e9b3"}.icofont-tools-1:before{content:"\e9b4"}.icofont-tools-bag:before{content:"\e9b5"}.icofont-tow-truck:before{content:"\e9b6"}.icofont-trolley:before{content:"\e9b7"}.icofont-trowel:before{content:"\e9b8"}.icofont-under-construction-alt:before{content:"\e9b9"}.icofont-under-construction:before{content:"\e9ba"}.icofont-vehicle-cement:before{content:"\e9bb"}.icofont-vehicle-crane:before{content:"\e9bc"}.icofont-vehicle-delivery-van:before{content:"\e9bd"}.icofont-vehicle-dozer:before{content:"\e9be"}.icofont-vehicle-excavator:before{content:"\e9bf"}.icofont-vehicle-trucktor:before{content:"\e9c0"}.icofont-vehicle-wrecking:before{content:"\e9c1"}.icofont-worker:before{content:"\e9c2"}.icofont-workers-group:before{content:"\e9c3"}.icofont-wrench:before{content:"\e9c4"}.icofont-afghani-false:before{content:"\e9c5"}.icofont-afghani-minus:before{content:"\e9c6"}.icofont-afghani-plus:before{content:"\e9c7"}.icofont-afghani-true:before{content:"\e9c8"}.icofont-afghani:before{content:"\e9c9"}.icofont-baht-false:before{content:"\e9ca"}.icofont-baht-minus:before{content:"\e9cb"}.icofont-baht-plus:before{content:"\e9cc"}.icofont-baht-true:before{content:"\e9cd"}.icofont-baht:before{content:"\e9ce"}.icofont-bitcoin-false:before{content:"\e9cf"}.icofont-bitcoin-minus:before{content:"\e9d0"}.icofont-bitcoin-plus:before{content:"\e9d1"}.icofont-bitcoin-true:before{content:"\e9d2"}.icofont-bitcoin:before{content:"\e9d3"}.icofont-dollar-flase:before{content:"\e9d4"}.icofont-dollar-minus:before{content:"\e9d5"}.icofont-dollar-plus:before{content:"\e9d6"}.icofont-dollar-true:before{content:"\e9d7"}.icofont-dollar:before{content:"\e9d8"}.icofont-dong-false:before{content:"\e9d9"}.icofont-dong-minus:before{content:"\e9da"}.icofont-dong-plus:before{content:"\e9db"}.icofont-dong-true:before{content:"\e9dc"}.icofont-dong:before{content:"\e9dd"}.icofont-euro-false:before{content:"\e9de"}.icofont-euro-minus:before{content:"\e9df"}.icofont-euro-plus:before{content:"\e9e0"}.icofont-euro-true:before{content:"\e9e1"}.icofont-euro:before{content:"\e9e2"}.icofont-frank-false:before{content:"\e9e3"}.icofont-frank-minus:before{content:"\e9e4"}.icofont-frank-plus:before{content:"\e9e5"}.icofont-frank-true:before{content:"\e9e6"}.icofont-frank:before{content:"\e9e7"}.icofont-hryvnia-false:before{content:"\e9e8"}.icofont-hryvnia-minus:before{content:"\e9e9"}.icofont-hryvnia-plus:before{content:"\e9ea"}.icofont-hryvnia-true:before{content:"\e9eb"}.icofont-hryvnia:before{content:"\e9ec"}.icofont-lira-false:before{content:"\e9ed"}.icofont-lira-minus:before{content:"\e9ee"}.icofont-lira-plus:before{content:"\e9ef"}.icofont-lira-true:before{content:"\e9f0"}.icofont-lira:before{content:"\e9f1"}.icofont-peseta-false:before{content:"\e9f2"}.icofont-peseta-minus:before{content:"\e9f3"}.icofont-peseta-plus:before{content:"\e9f4"}.icofont-peseta-true:before{content:"\e9f5"}.icofont-peseta:before{content:"\e9f6"}.icofont-peso-false:before{content:"\e9f7"}.icofont-peso-minus:before{content:"\e9f8"}.icofont-peso-plus:before{content:"\e9f9"}.icofont-peso-true:before{content:"\e9fa"}.icofont-peso:before{content:"\e9fb"}.icofont-pound-false:before{content:"\e9fc"}.icofont-pound-minus:before{content:"\e9fd"}.icofont-pound-plus:before{content:"\e9fe"}.icofont-pound-true:before{content:"\e9ff"}.icofont-pound:before{content:"\ea00"}.icofont-renminbi-false:before{content:"\ea01"}.icofont-renminbi-minus:before{content:"\ea02"}.icofont-renminbi-plus:before{content:"\ea03"}.icofont-renminbi-true:before{content:"\ea04"}.icofont-renminbi:before{content:"\ea05"}.icofont-riyal-false:before{content:"\ea06"}.icofont-riyal-minus:before{content:"\ea07"}.icofont-riyal-plus:before{content:"\ea08"}.icofont-riyal-true:before{content:"\ea09"}.icofont-riyal:before{content:"\ea0a"}.icofont-rouble-false:before{content:"\ea0b"}.icofont-rouble-minus:before{content:"\ea0c"}.icofont-rouble-plus:before{content:"\ea0d"}.icofont-rouble-true:before{content:"\ea0e"}.icofont-rouble:before{content:"\ea0f"}.icofont-rupee-false:before{content:"\ea10"}.icofont-rupee-minus:before{content:"\ea11"}.icofont-rupee-plus:before{content:"\ea12"}.icofont-rupee-true:before{content:"\ea13"}.icofont-rupee:before{content:"\ea14"}.icofont-taka-false:before{content:"\ea15"}.icofont-taka-minus:before{content:"\ea16"}.icofont-taka-plus:before{content:"\ea17"}.icofont-taka-true:before{content:"\ea18"}.icofont-taka:before{content:"\ea19"}.icofont-turkish-lira-false:before{content:"\ea1a"}.icofont-turkish-lira-minus:before{content:"\ea1b"}.icofont-turkish-lira-plus:before{content:"\ea1c"}.icofont-turkish-lira-true:before{content:"\ea1d"}.icofont-turkish-lira:before{content:"\ea1e"}.icofont-won-false:before{content:"\ea1f"}.icofont-won-minus:before{content:"\ea20"}.icofont-won-plus:before{content:"\ea21"}.icofont-won-true:before{content:"\ea22"}.icofont-won:before{content:"\ea23"}.icofont-yen-false:before{content:"\ea24"}.icofont-yen-minus:before{content:"\ea25"}.icofont-yen-plus:before{content:"\ea26"}.icofont-yen-true:before{content:"\ea27"}.icofont-yen:before{content:"\ea28"}.icofont-android-nexus:before{content:"\ea29"}.icofont-android-tablet:before{content:"\ea2a"}.icofont-apple-watch:before{content:"\ea2b"}.icofont-drawing-tablet:before{content:"\ea2c"}.icofont-earphone:before{content:"\ea2d"}.icofont-flash-drive:before{content:"\ea2e"}.icofont-game-console:before{content:"\ea2f"}.icofont-game-controller:before{content:"\ea30"}.icofont-game-pad:before{content:"\ea31"}.icofont-game:before{content:"\ea32"}.icofont-headphone-alt-1:before{content:"\ea33"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-headphone-alt-3:before{content:"\ea35"}.icofont-headphone-alt:before{content:"\ea36"}.icofont-headphone:before{content:"\ea37"}.icofont-htc-one:before{content:"\ea38"}.icofont-imac:before{content:"\ea39"}.icofont-ipad:before{content:"\ea3a"}.icofont-iphone:before{content:"\ea3b"}.icofont-ipod-nano:before{content:"\ea3c"}.icofont-ipod-touch:before{content:"\ea3d"}.icofont-keyboard-alt:before{content:"\ea3e"}.icofont-keyboard-wireless:before{content:"\ea3f"}.icofont-keyboard:before{content:"\ea40"}.icofont-laptop-alt:before{content:"\ea41"}.icofont-laptop:before{content:"\ea42"}.icofont-macbook:before{content:"\ea43"}.icofont-magic-mouse:before{content:"\ea44"}.icofont-micro-chip:before{content:"\ea45"}.icofont-microphone-alt:before{content:"\ea46"}.icofont-microphone:before{content:"\ea47"}.icofont-monitor:before{content:"\ea48"}.icofont-mouse:before{content:"\ea49"}.icofont-mp3-player:before{content:"\ea4a"}.icofont-nintendo:before{content:"\ea4b"}.icofont-playstation-alt:before{content:"\ea4c"}.icofont-psvita:before{content:"\ea4d"}.icofont-radio-mic:before{content:"\ea4e"}.icofont-radio:before{content:"\ea4f"}.icofont-refrigerator:before{content:"\ea50"}.icofont-samsung-galaxy:before{content:"\ea51"}.icofont-surface-tablet:before{content:"\ea52"}.icofont-ui-head-phone:before{content:"\ea53"}.icofont-ui-keyboard:before{content:"\ea54"}.icofont-washing-machine:before{content:"\ea55"}.icofont-wifi-router:before{content:"\ea56"}.icofont-wii-u:before{content:"\ea57"}.icofont-windows-lumia:before{content:"\ea58"}.icofont-wireless-mouse:before{content:"\ea59"}.icofont-xbox-360:before{content:"\ea5a"}.icofont-arrow-down:before{content:"\ea5b"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-arrow-up:before{content:"\ea5e"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-block-up:before{content:"\ea62"}.icofont-bubble-down:before{content:"\ea63"}.icofont-bubble-left:before{content:"\ea64"}.icofont-bubble-right:before{content:"\ea65"}.icofont-bubble-up:before{content:"\ea66"}.icofont-caret-down:before{content:"\ea67"}.icofont-caret-left:before{content:"\ea68"}.icofont-caret-right:before{content:"\ea69"}.icofont-caret-up:before{content:"\ea6a"}.icofont-circled-down:before{content:"\ea6b"}.icofont-circled-left:before{content:"\ea6c"}.icofont-circled-right:before{content:"\ea6d"}.icofont-circled-up:before{content:"\ea6e"}.icofont-collapse:before{content:"\ea6f"}.icofont-cursor-drag:before{content:"\ea70"}.icofont-curved-double-left:before{content:"\ea71"}.icofont-curved-double-right:before{content:"\ea72"}.icofont-curved-down:before{content:"\ea73"}.icofont-curved-left:before{content:"\ea74"}.icofont-curved-right:before{content:"\ea75"}.icofont-curved-up:before{content:"\ea76"}.icofont-dotted-down:before{content:"\ea77"}.icofont-dotted-left:before{content:"\ea78"}.icofont-dotted-right:before{content:"\ea79"}.icofont-dotted-up:before{content:"\ea7a"}.icofont-double-left:before{content:"\ea7b"}.icofont-double-right:before{content:"\ea7c"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-hand-down:before{content:"\ea7e"}.icofont-hand-drag:before{content:"\ea7f"}.icofont-hand-drag1:before{content:"\ea80"}.icofont-hand-drag2:before{content:"\ea81"}.icofont-hand-drawn-alt-down:before{content:"\ea82"}.icofont-hand-drawn-alt-left:before{content:"\ea83"}.icofont-hand-drawn-alt-right:before{content:"\ea84"}.icofont-hand-drawn-alt-up:before{content:"\ea85"}.icofont-hand-drawn-down:before{content:"\ea86"}.icofont-hand-drawn-left:before{content:"\ea87"}.icofont-hand-drawn-right:before{content:"\ea88"}.icofont-hand-drawn-up:before{content:"\ea89"}.icofont-hand-grippers:before{content:"\ea8a"}.icofont-hand-left:before{content:"\ea8b"}.icofont-hand-right:before{content:"\ea8c"}.icofont-hand-up:before{content:"\ea8d"}.icofont-line-block-down:before{content:"\ea8e"}.icofont-line-block-left:before{content:"\ea8f"}.icofont-line-block-right:before{content:"\ea90"}.icofont-line-block-up:before{content:"\ea91"}.icofont-long-arrow-down:before{content:"\ea92"}.icofont-long-arrow-left:before{content:"\ea93"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-long-arrow-up:before{content:"\ea95"}.icofont-rounded-collapse:before{content:"\ea96"}.icofont-rounded-double-left:before{content:"\ea97"}.icofont-rounded-double-right:before{content:"\ea98"}.icofont-rounded-down:before{content:"\ea99"}.icofont-rounded-expand:before{content:"\ea9a"}.icofont-rounded-left-down:before{content:"\ea9b"}.icofont-rounded-left-up:before{content:"\ea9c"}.icofont-rounded-left:before{content:"\ea9d"}.icofont-rounded-right-down:before{content:"\ea9e"}.icofont-rounded-right-up:before{content:"\ea9f"}.icofont-rounded-right:before{content:"\eaa0"}.icofont-rounded-up:before{content:"\eaa1"}.icofont-scroll-bubble-down:before{content:"\eaa2"}.icofont-scroll-bubble-left:before{content:"\eaa3"}.icofont-scroll-bubble-right:before{content:"\eaa4"}.icofont-scroll-bubble-up:before{content:"\eaa5"}.icofont-scroll-double-down:before{content:"\eaa6"}.icofont-scroll-double-left:before{content:"\eaa7"}.icofont-scroll-double-right:before{content:"\eaa8"}.icofont-scroll-double-up:before{content:"\eaa9"}.icofont-scroll-down:before{content:"\eaaa"}.icofont-scroll-left:before{content:"\eaab"}.icofont-scroll-long-down:before{content:"\eaac"}.icofont-scroll-long-left:before{content:"\eaad"}.icofont-scroll-long-right:before{content:"\eaae"}.icofont-scroll-long-up:before{content:"\eaaf"}.icofont-scroll-right:before{content:"\eab0"}.icofont-scroll-up:before{content:"\eab1"}.icofont-simple-down:before{content:"\eab2"}.icofont-simple-left-down:before{content:"\eab3"}.icofont-simple-left-up:before{content:"\eab4"}.icofont-simple-left:before{content:"\eab5"}.icofont-simple-right-down:before{content:"\eab6"}.icofont-simple-right-up:before{content:"\eab7"}.icofont-simple-right:before{content:"\eab8"}.icofont-simple-up:before{content:"\eab9"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-square-up:before{content:"\eabd"}.icofont-stylish-down:before{content:"\eabe"}.icofont-stylish-left:before{content:"\eabf"}.icofont-stylish-right:before{content:"\eac0"}.icofont-stylish-up:before{content:"\eac1"}.icofont-swoosh-down:before{content:"\eac2"}.icofont-swoosh-left:before{content:"\eac3"}.icofont-swoosh-right:before{content:"\eac4"}.icofont-swoosh-up:before{content:"\eac5"}.icofont-thin-double-left:before{content:"\eac6"}.icofont-thin-double-right:before{content:"\eac7"}.icofont-thin-down:before{content:"\eac8"}.icofont-thin-left:before{content:"\eac9"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-up:before{content:"\eacb"}.icofont-abc:before{content:"\eacc"}.icofont-atom:before{content:"\eacd"}.icofont-award:before{content:"\eace"}.icofont-bell-alt:before{content:"\eacf"}.icofont-black-board:before{content:"\ead0"}.icofont-book-alt:before{content:"\ead1"}.icofont-book:before{content:"\ead2"}.icofont-brainstorming:before{content:"\ead3"}.icofont-certificate-alt-1:before{content:"\ead4"}.icofont-certificate-alt-2:before{content:"\ead5"}.icofont-certificate:before{content:"\ead6"}.icofont-education:before{content:"\ead7"}.icofont-electron:before{content:"\ead8"}.icofont-fountain-pen:before{content:"\ead9"}.icofont-globe-alt:before{content:"\eada"}.icofont-graduate-alt:before{content:"\eadb"}.icofont-graduate:before{content:"\eadc"}.icofont-group-students:before{content:"\eadd"}.icofont-hat-alt:before{content:"\eade"}.icofont-hat:before{content:"\eadf"}.icofont-instrument:before{content:"\eae0"}.icofont-lamp-light:before{content:"\eae1"}.icofont-medal:before{content:"\eae2"}.icofont-microscope-alt:before{content:"\eae3"}.icofont-microscope:before{content:"\eae4"}.icofont-paper:before{content:"\eae5"}.icofont-pen-alt-4:before{content:"\eae6"}.icofont-pen-nib:before{content:"\eae7"}.icofont-pencil-alt-5:before{content:"\eae8"}.icofont-quill-pen:before{content:"\eae9"}.icofont-read-book-alt:before{content:"\eaea"}.icofont-read-book:before{content:"\eaeb"}.icofont-school-bag:before{content:"\eaec"}.icofont-school-bus:before{content:"\eaed"}.icofont-student-alt:before{content:"\eaee"}.icofont-student:before{content:"\eaef"}.icofont-teacher:before{content:"\eaf0"}.icofont-test-bulb:before{content:"\eaf1"}.icofont-test-tube-alt:before{content:"\eaf2"}.icofont-university:before{content:"\eaf3"}.icofont-angry:before{content:"\eaf4"}.icofont-astonished:before{content:"\eaf5"}.icofont-confounded:before{content:"\eaf6"}.icofont-confused:before{content:"\eaf7"}.icofont-crying:before{content:"\eaf8"}.icofont-dizzy:before{content:"\eaf9"}.icofont-expressionless:before{content:"\eafa"}.icofont-heart-eyes:before{content:"\eafb"}.icofont-laughing:before{content:"\eafc"}.icofont-nerd-smile:before{content:"\eafd"}.icofont-open-mouth:before{content:"\eafe"}.icofont-rage:before{content:"\eaff"}.icofont-rolling-eyes:before{content:"\eb00"}.icofont-sad:before{content:"\eb01"}.icofont-simple-smile:before{content:"\eb02"}.icofont-slightly-smile:before{content:"\eb03"}.icofont-smirk:before{content:"\eb04"}.icofont-stuck-out-tongue:before{content:"\eb05"}.icofont-wink-smile:before{content:"\eb06"}.icofont-worried:before{content:"\eb07"}.icofont-file-alt:before{content:"\eb08"}.icofont-file-audio:before{content:"\eb09"}.icofont-file-avi-mp4:before{content:"\eb0a"}.icofont-file-bmp:before{content:"\eb0b"}.icofont-file-code:before{content:"\eb0c"}.icofont-file-css:before{content:"\eb0d"}.icofont-file-document:before{content:"\eb0e"}.icofont-file-eps:before{content:"\eb0f"}.icofont-file-excel:before{content:"\eb10"}.icofont-file-exe:before{content:"\eb11"}.icofont-file-file:before{content:"\eb12"}.icofont-file-flv:before{content:"\eb13"}.icofont-file-gif:before{content:"\eb14"}.icofont-file-html5:before{content:"\eb15"}.icofont-file-image:before{content:"\eb16"}.icofont-file-iso:before{content:"\eb17"}.icofont-file-java:before{content:"\eb18"}.icofont-file-javascript:before{content:"\eb19"}.icofont-file-jpg:before{content:"\eb1a"}.icofont-file-midi:before{content:"\eb1b"}.icofont-file-mov:before{content:"\eb1c"}.icofont-file-mp3:before{content:"\eb1d"}.icofont-file-pdf:before{content:"\eb1e"}.icofont-file-php:before{content:"\eb1f"}.icofont-file-png:before{content:"\eb20"}.icofont-file-powerpoint:before{content:"\eb21"}.icofont-file-presentation:before{content:"\eb22"}.icofont-file-psb:before{content:"\eb23"}.icofont-file-psd:before{content:"\eb24"}.icofont-file-python:before{content:"\eb25"}.icofont-file-ruby:before{content:"\eb26"}.icofont-file-spreadsheet:before{content:"\eb27"}.icofont-file-sql:before{content:"\eb28"}.icofont-file-svg:before{content:"\eb29"}.icofont-file-text:before{content:"\eb2a"}.icofont-file-tiff:before{content:"\eb2b"}.icofont-file-video:before{content:"\eb2c"}.icofont-file-wave:before{content:"\eb2d"}.icofont-file-wmv:before{content:"\eb2e"}.icofont-file-word:before{content:"\eb2f"}.icofont-file-zip:before{content:"\eb30"}.icofont-cycling-alt:before{content:"\eb31"}.icofont-cycling:before{content:"\eb32"}.icofont-dumbbell:before{content:"\eb33"}.icofont-dumbbells:before{content:"\eb34"}.icofont-gym-alt-1:before{content:"\eb35"}.icofont-gym-alt-2:before{content:"\eb36"}.icofont-gym-alt-3:before{content:"\eb37"}.icofont-gym:before{content:"\eb38"}.icofont-muscle-weight:before{content:"\eb39"}.icofont-muscle:before{content:"\eb3a"}.icofont-apple:before{content:"\eb3b"}.icofont-arabian-coffee:before{content:"\eb3c"}.icofont-artichoke:before{content:"\eb3d"}.icofont-asparagus:before{content:"\eb3e"}.icofont-avocado:before{content:"\eb3f"}.icofont-baby-food:before{content:"\eb40"}.icofont-banana:before{content:"\eb41"}.icofont-bbq:before{content:"\eb42"}.icofont-beans:before{content:"\eb43"}.icofont-beer:before{content:"\eb44"}.icofont-bell-pepper-capsicum:before{content:"\eb45"}.icofont-birthday-cake:before{content:"\eb46"}.icofont-bread:before{content:"\eb47"}.icofont-broccoli:before{content:"\eb48"}.icofont-burger:before{content:"\eb49"}.icofont-cabbage:before{content:"\eb4a"}.icofont-carrot:before{content:"\eb4b"}.icofont-cauli-flower:before{content:"\eb4c"}.icofont-cheese:before{content:"\eb4d"}.icofont-chef:before{content:"\eb4e"}.icofont-cherry:before{content:"\eb4f"}.icofont-chicken-fry:before{content:"\eb50"}.icofont-chicken:before{content:"\eb51"}.icofont-cocktail:before{content:"\eb52"}.icofont-coconut-water:before{content:"\eb53"}.icofont-coconut:before{content:"\eb54"}.icofont-coffee-alt:before{content:"\eb55"}.icofont-coffee-cup:before{content:"\eb56"}.icofont-coffee-mug:before{content:"\eb57"}.icofont-coffee-pot:before{content:"\eb58"}.icofont-cola:before{content:"\eb59"}.icofont-corn:before{content:"\eb5a"}.icofont-croissant:before{content:"\eb5b"}.icofont-crop-plant:before{content:"\eb5c"}.icofont-cucumber:before{content:"\eb5d"}.icofont-culinary:before{content:"\eb5e"}.icofont-cup-cake:before{content:"\eb5f"}.icofont-dining-table:before{content:"\eb60"}.icofont-donut:before{content:"\eb61"}.icofont-egg-plant:before{content:"\eb62"}.icofont-egg-poached:before{content:"\eb63"}.icofont-farmer-alt:before{content:"\eb64"}.icofont-farmer:before{content:"\eb65"}.icofont-fast-food:before{content:"\eb66"}.icofont-food-basket:before{content:"\eb67"}.icofont-food-cart:before{content:"\eb68"}.icofont-fork-and-knife:before{content:"\eb69"}.icofont-french-fries:before{content:"\eb6a"}.icofont-fruits:before{content:"\eb6b"}.icofont-grapes:before{content:"\eb6c"}.icofont-honey:before{content:"\eb6d"}.icofont-hot-dog:before{content:"\eb6e"}.icofont-ice-cream-alt:before{content:"\eb6f"}.icofont-ice-cream:before{content:"\eb70"}.icofont-juice:before{content:"\eb71"}.icofont-ketchup:before{content:"\eb72"}.icofont-kiwi:before{content:"\eb73"}.icofont-layered-cake:before{content:"\eb74"}.icofont-lemon-alt:before{content:"\eb75"}.icofont-lemon:before{content:"\eb76"}.icofont-lobster:before{content:"\eb77"}.icofont-mango:before{content:"\eb78"}.icofont-milk:before{content:"\eb79"}.icofont-mushroom:before{content:"\eb7a"}.icofont-noodles:before{content:"\eb7b"}.icofont-onion:before{content:"\eb7c"}.icofont-orange:before{content:"\eb7d"}.icofont-pear:before{content:"\eb7e"}.icofont-peas:before{content:"\eb7f"}.icofont-pepper:before{content:"\eb80"}.icofont-pie-alt:before{content:"\eb81"}.icofont-pie:before{content:"\eb82"}.icofont-pineapple:before{content:"\eb83"}.icofont-pizza-slice:before{content:"\eb84"}.icofont-pizza:before{content:"\eb85"}.icofont-plant:before{content:"\eb86"}.icofont-popcorn:before{content:"\eb87"}.icofont-potato:before{content:"\eb88"}.icofont-pumpkin:before{content:"\eb89"}.icofont-raddish:before{content:"\eb8a"}.icofont-restaurant-menu:before{content:"\eb8b"}.icofont-restaurant:before{content:"\eb8c"}.icofont-salt-and-pepper:before{content:"\eb8d"}.icofont-sandwich:before{content:"\eb8e"}.icofont-sausage:before{content:"\eb8f"}.icofont-soft-drinks:before{content:"\eb90"}.icofont-soup-bowl:before{content:"\eb91"}.icofont-spoon-and-fork:before{content:"\eb92"}.icofont-steak:before{content:"\eb93"}.icofont-strawberry:before{content:"\eb94"}.icofont-sub-sandwich:before{content:"\eb95"}.icofont-sushi:before{content:"\eb96"}.icofont-taco:before{content:"\eb97"}.icofont-tea-pot:before{content:"\eb98"}.icofont-tea:before{content:"\eb99"}.icofont-tomato:before{content:"\eb9a"}.icofont-watermelon:before{content:"\eb9b"}.icofont-wheat:before{content:"\eb9c"}.icofont-baby-backpack:before{content:"\eb9d"}.icofont-baby-cloth:before{content:"\eb9e"}.icofont-baby-milk-bottle:before{content:"\eb9f"}.icofont-baby-trolley:before{content:"\eba0"}.icofont-baby:before{content:"\eba1"}.icofont-candy:before{content:"\eba2"}.icofont-holding-hands:before{content:"\eba3"}.icofont-infant-nipple:before{content:"\eba4"}.icofont-kids-scooter:before{content:"\eba5"}.icofont-safety-pin:before{content:"\eba6"}.icofont-teddy-bear:before{content:"\eba7"}.icofont-toy-ball:before{content:"\eba8"}.icofont-toy-cat:before{content:"\eba9"}.icofont-toy-duck:before{content:"\ebaa"}.icofont-toy-elephant:before{content:"\ebab"}.icofont-toy-hand:before{content:"\ebac"}.icofont-toy-horse:before{content:"\ebad"}.icofont-toy-lattu:before{content:"\ebae"}.icofont-toy-train:before{content:"\ebaf"}.icofont-burglar:before{content:"\ebb0"}.icofont-cannon-firing:before{content:"\ebb1"}.icofont-cc-camera:before{content:"\ebb2"}.icofont-cop-badge:before{content:"\ebb3"}.icofont-cop:before{content:"\ebb4"}.icofont-court-hammer:before{content:"\ebb5"}.icofont-court:before{content:"\ebb6"}.icofont-finger-print:before{content:"\ebb7"}.icofont-gavel:before{content:"\ebb8"}.icofont-handcuff-alt:before{content:"\ebb9"}.icofont-handcuff:before{content:"\ebba"}.icofont-investigation:before{content:"\ebbb"}.icofont-investigator:before{content:"\ebbc"}.icofont-jail:before{content:"\ebbd"}.icofont-judge:before{content:"\ebbe"}.icofont-law-alt-1:before{content:"\ebbf"}.icofont-law-alt-2:before{content:"\ebc0"}.icofont-law-alt-3:before{content:"\ebc1"}.icofont-law-book:before{content:"\ebc2"}.icofont-law-document:before{content:"\ebc3"}.icofont-law-order:before{content:"\ebc4"}.icofont-law-protect:before{content:"\ebc5"}.icofont-law-scales:before{content:"\ebc6"}.icofont-law:before{content:"\ebc7"}.icofont-lawyer-alt-1:before{content:"\ebc8"}.icofont-lawyer-alt-2:before{content:"\ebc9"}.icofont-lawyer:before{content:"\ebca"}.icofont-legal:before{content:"\ebcb"}.icofont-pistol:before{content:"\ebcc"}.icofont-police-badge:before{content:"\ebcd"}.icofont-police-cap:before{content:"\ebce"}.icofont-police-car-alt-1:before{content:"\ebcf"}.icofont-police-car-alt-2:before{content:"\ebd0"}.icofont-police-car:before{content:"\ebd1"}.icofont-police-hat:before{content:"\ebd2"}.icofont-police-van:before{content:"\ebd3"}.icofont-police:before{content:"\ebd4"}.icofont-thief-alt:before{content:"\ebd5"}.icofont-thief:before{content:"\ebd6"}.icofont-abacus-alt:before{content:"\ebd7"}.icofont-abacus:before{content:"\ebd8"}.icofont-angle-180:before{content:"\ebd9"}.icofont-angle-45:before{content:"\ebda"}.icofont-angle-90:before{content:"\ebdb"}.icofont-angle:before{content:"\ebdc"}.icofont-calculator-alt-1:before{content:"\ebdd"}.icofont-calculator-alt-2:before{content:"\ebde"}.icofont-calculator:before{content:"\ebdf"}.icofont-circle-ruler-alt:before{content:"\ebe0"}.icofont-circle-ruler:before{content:"\ebe1"}.icofont-compass-alt-1:before{content:"\ebe2"}.icofont-compass-alt-2:before{content:"\ebe3"}.icofont-compass-alt-3:before{content:"\ebe4"}.icofont-compass-alt-4:before{content:"\ebe5"}.icofont-golden-ratio:before{content:"\ebe6"}.icofont-marker-alt-1:before{content:"\ebe7"}.icofont-marker-alt-2:before{content:"\ebe8"}.icofont-marker-alt-3:before{content:"\ebe9"}.icofont-marker:before{content:"\ebea"}.icofont-math:before{content:"\ebeb"}.icofont-mathematical-alt-1:before{content:"\ebec"}.icofont-mathematical-alt-2:before{content:"\ebed"}.icofont-mathematical:before{content:"\ebee"}.icofont-pen-alt-1:before{content:"\ebef"}.icofont-pen-alt-2:before{content:"\ebf0"}.icofont-pen-alt-3:before{content:"\ebf1"}.icofont-pen-holder-alt-1:before{content:"\ebf2"}.icofont-pen-holder:before{content:"\ebf3"}.icofont-pen:before{content:"\ebf4"}.icofont-pencil-alt-1:before{content:"\ebf5"}.icofont-pencil-alt-2:before{content:"\ebf6"}.icofont-pencil-alt-3:before{content:"\ebf7"}.icofont-pencil-alt-4:before{content:"\ebf8"}.icofont-pencil:before{content:"\ebf9"}.icofont-ruler-alt-1:before{content:"\ebfa"}.icofont-ruler-alt-2:before{content:"\ebfb"}.icofont-ruler-compass-alt:before{content:"\ebfc"}.icofont-ruler-compass:before{content:"\ebfd"}.icofont-ruler-pencil-alt-1:before{content:"\ebfe"}.icofont-ruler-pencil-alt-2:before{content:"\ebff"}.icofont-ruler-pencil:before{content:"\ec00"}.icofont-ruler:before{content:"\ec01"}.icofont-rulers-alt:before{content:"\ec02"}.icofont-rulers:before{content:"\ec03"}.icofont-square-root:before{content:"\ec04"}.icofont-ui-calculator:before{content:"\ec05"}.icofont-aids:before{content:"\ec06"}.icofont-ambulance-crescent:before{content:"\ec07"}.icofont-ambulance-cross:before{content:"\ec08"}.icofont-ambulance:before{content:"\ec09"}.icofont-autism:before{content:"\ec0a"}.icofont-bandage:before{content:"\ec0b"}.icofont-blind:before{content:"\ec0c"}.icofont-blood-drop:before{content:"\ec0d"}.icofont-blood-test:before{content:"\ec0e"}.icofont-blood:before{content:"\ec0f"}.icofont-brain-alt:before{content:"\ec10"}.icofont-brain:before{content:"\ec11"}.icofont-capsule:before{content:"\ec12"}.icofont-crutch:before{content:"\ec13"}.icofont-disabled:before{content:"\ec14"}.icofont-dna-alt-1:before{content:"\ec15"}.icofont-dna-alt-2:before{content:"\ec16"}.icofont-dna:before{content:"\ec17"}.icofont-doctor-alt:before{content:"\ec18"}.icofont-doctor:before{content:"\ec19"}.icofont-drug-pack:before{content:"\ec1a"}.icofont-drug:before{content:"\ec1b"}.icofont-first-aid-alt:before{content:"\ec1c"}.icofont-first-aid:before{content:"\ec1d"}.icofont-heart-beat-alt:before{content:"\ec1e"}.icofont-heart-beat:before{content:"\ec1f"}.icofont-heartbeat:before{content:"\ec20"}.icofont-herbal:before{content:"\ec21"}.icofont-hospital:before{content:"\ec22"}.icofont-icu:before{content:"\ec23"}.icofont-injection-syringe:before{content:"\ec24"}.icofont-laboratory:before{content:"\ec25"}.icofont-medical-sign-alt:before{content:"\ec26"}.icofont-medical-sign:before{content:"\ec27"}.icofont-nurse-alt:before{content:"\ec28"}.icofont-nurse:before{content:"\ec29"}.icofont-nursing-home:before{content:"\ec2a"}.icofont-operation-theater:before{content:"\ec2b"}.icofont-paralysis-disability:before{content:"\ec2c"}.icofont-patient-bed:before{content:"\ec2d"}.icofont-patient-file:before{content:"\ec2e"}.icofont-pills:before{content:"\ec2f"}.icofont-prescription:before{content:"\ec30"}.icofont-pulse:before{content:"\ec31"}.icofont-stethoscope-alt:before{content:"\ec32"}.icofont-stethoscope:before{content:"\ec33"}.icofont-stretcher:before{content:"\ec34"}.icofont-surgeon-alt:before{content:"\ec35"}.icofont-surgeon:before{content:"\ec36"}.icofont-tablets:before{content:"\ec37"}.icofont-test-bottle:before{content:"\ec38"}.icofont-test-tube:before{content:"\ec39"}.icofont-thermometer-alt:before{content:"\ec3a"}.icofont-thermometer:before{content:"\ec3b"}.icofont-tooth:before{content:"\ec3c"}.icofont-xray:before{content:"\ec3d"}.icofont-ui-add:before{content:"\ec3e"}.icofont-ui-alarm:before{content:"\ec3f"}.icofont-ui-battery:before{content:"\ec40"}.icofont-ui-block:before{content:"\ec41"}.icofont-ui-bluetooth:before{content:"\ec42"}.icofont-ui-brightness:before{content:"\ec43"}.icofont-ui-browser:before{content:"\ec44"}.icofont-ui-calendar:before{content:"\ec45"}.icofont-ui-call:before{content:"\ec46"}.icofont-ui-camera:before{content:"\ec47"}.icofont-ui-cart:before{content:"\ec48"}.icofont-ui-cell-phone:before{content:"\ec49"}.icofont-ui-chat:before{content:"\ec4a"}.icofont-ui-check:before{content:"\ec4b"}.icofont-ui-clip-board:before{content:"\ec4c"}.icofont-ui-clip:before{content:"\ec4d"}.icofont-ui-clock:before{content:"\ec4e"}.icofont-ui-close:before{content:"\ec4f"}.icofont-ui-contact-list:before{content:"\ec50"}.icofont-ui-copy:before{content:"\ec51"}.icofont-ui-cut:before{content:"\ec52"}.icofont-ui-delete:before{content:"\ec53"}.icofont-ui-dial-phone:before{content:"\ec54"}.icofont-ui-edit:before{content:"\ec55"}.icofont-ui-email:before{content:"\ec56"}.icofont-ui-file:before{content:"\ec57"}.icofont-ui-fire-wall:before{content:"\ec58"}.icofont-ui-flash-light:before{content:"\ec59"}.icofont-ui-flight:before{content:"\ec5a"}.icofont-ui-folder:before{content:"\ec5b"}.icofont-ui-game:before{content:"\ec5c"}.icofont-ui-handicapped:before{content:"\ec5d"}.icofont-ui-home:before{content:"\ec5e"}.icofont-ui-image:before{content:"\ec5f"}.icofont-ui-laoding:before{content:"\ec60"}.icofont-ui-lock:before{content:"\ec61"}.icofont-ui-love-add:before{content:"\ec62"}.icofont-ui-love-broken:before{content:"\ec63"}.icofont-ui-love-remove:before{content:"\ec64"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-map:before{content:"\ec66"}.icofont-ui-message:before{content:"\ec67"}.icofont-ui-messaging:before{content:"\ec68"}.icofont-ui-movie:before{content:"\ec69"}.icofont-ui-music-player:before{content:"\ec6a"}.icofont-ui-music:before{content:"\ec6b"}.icofont-ui-mute:before{content:"\ec6c"}.icofont-ui-network:before{content:"\ec6d"}.icofont-ui-next:before{content:"\ec6e"}.icofont-ui-note:before{content:"\ec6f"}.icofont-ui-office:before{content:"\ec70"}.icofont-ui-password:before{content:"\ec71"}.icofont-ui-pause:before{content:"\ec72"}.icofont-ui-play-stop:before{content:"\ec73"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-pointer:before{content:"\ec75"}.icofont-ui-power:before{content:"\ec76"}.icofont-ui-press:before{content:"\ec77"}.icofont-ui-previous:before{content:"\ec78"}.icofont-ui-rate-add:before{content:"\ec79"}.icofont-ui-rate-blank:before{content:"\ec7a"}.icofont-ui-rate-remove:before{content:"\ec7b"}.icofont-ui-rating:before{content:"\ec7c"}.icofont-ui-record:before{content:"\ec7d"}.icofont-ui-remove:before{content:"\ec7e"}.icofont-ui-reply:before{content:"\ec7f"}.icofont-ui-rotation:before{content:"\ec80"}.icofont-ui-rss:before{content:"\ec81"}.icofont-ui-search:before{content:"\ec82"}.icofont-ui-settings:before{content:"\ec83"}.icofont-ui-social-link:before{content:"\ec84"}.icofont-ui-tag:before{content:"\ec85"}.icofont-ui-text-chat:before{content:"\ec86"}.icofont-ui-text-loading:before{content:"\ec87"}.icofont-ui-theme:before{content:"\ec88"}.icofont-ui-timer:before{content:"\ec89"}.icofont-ui-touch-phone:before{content:"\ec8a"}.icofont-ui-travel:before{content:"\ec8b"}.icofont-ui-unlock:before{content:"\ec8c"}.icofont-ui-user-group:before{content:"\ec8d"}.icofont-ui-user:before{content:"\ec8e"}.icofont-ui-v-card:before{content:"\ec8f"}.icofont-ui-video-chat:before{content:"\ec90"}.icofont-ui-video-message:before{content:"\ec91"}.icofont-ui-video-play:before{content:"\ec92"}.icofont-ui-video:before{content:"\ec93"}.icofont-ui-volume:before{content:"\ec94"}.icofont-ui-weather:before{content:"\ec95"}.icofont-ui-wifi:before{content:"\ec96"}.icofont-ui-zoom-in:before{content:"\ec97"}.icofont-ui-zoom-out:before{content:"\ec98"}.icofont-cassette-player:before{content:"\ec99"}.icofont-cassette:before{content:"\ec9a"}.icofont-forward:before{content:"\ec9b"}.icofont-guiter:before{content:"\ec9c"}.icofont-movie:before{content:"\ec9d"}.icofont-multimedia:before{content:"\ec9e"}.icofont-music-alt:before{content:"\ec9f"}.icofont-music-disk:before{content:"\eca0"}.icofont-music-note:before{content:"\eca1"}.icofont-music-notes:before{content:"\eca2"}.icofont-music:before{content:"\eca3"}.icofont-mute-volume:before{content:"\eca4"}.icofont-pause:before{content:"\eca5"}.icofont-play-alt-1:before{content:"\eca6"}.icofont-play-alt-2:before{content:"\eca7"}.icofont-play-alt-3:before{content:"\eca8"}.icofont-play-pause:before{content:"\eca9"}.icofont-play:before{content:"\ecaa"}.icofont-record:before{content:"\ecab"}.icofont-retro-music-disk:before{content:"\ecac"}.icofont-rewind:before{content:"\ecad"}.icofont-song-notes:before{content:"\ecae"}.icofont-sound-wave-alt:before{content:"\ecaf"}.icofont-sound-wave:before{content:"\ecb0"}.icofont-stop:before{content:"\ecb1"}.icofont-video-alt:before{content:"\ecb2"}.icofont-video-cam:before{content:"\ecb3"}.icofont-video-clapper:before{content:"\ecb4"}.icofont-video:before{content:"\ecb5"}.icofont-volume-bar:before{content:"\ecb6"}.icofont-volume-down:before{content:"\ecb7"}.icofont-volume-mute:before{content:"\ecb8"}.icofont-volume-off:before{content:"\ecb9"}.icofont-volume-up:before{content:"\ecba"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-2checkout-alt:before{content:"\ecbc"}.icofont-2checkout:before{content:"\ecbd"}.icofont-amazon-alt:before{content:"\ecbe"}.icofont-amazon:before{content:"\ecbf"}.icofont-american-express-alt:before{content:"\ecc0"}.icofont-american-express:before{content:"\ecc1"}.icofont-apple-pay-alt:before{content:"\ecc2"}.icofont-apple-pay:before{content:"\ecc3"}.icofont-bank-transfer-alt:before{content:"\ecc4"}.icofont-bank-transfer:before{content:"\ecc5"}.icofont-braintree-alt:before{content:"\ecc6"}.icofont-braintree:before{content:"\ecc7"}.icofont-cash-on-delivery-alt:before{content:"\ecc8"}.icofont-cash-on-delivery:before{content:"\ecc9"}.icofont-diners-club-alt-1:before{content:"\ecca"}.icofont-diners-club-alt-2:before{content:"\eccb"}.icofont-diners-club-alt-3:before{content:"\eccc"}.icofont-diners-club:before{content:"\eccd"}.icofont-discover-alt:before{content:"\ecce"}.icofont-discover:before{content:"\eccf"}.icofont-eway-alt:before{content:"\ecd0"}.icofont-eway:before{content:"\ecd1"}.icofont-google-wallet-alt-1:before{content:"\ecd2"}.icofont-google-wallet-alt-2:before{content:"\ecd3"}.icofont-google-wallet-alt-3:before{content:"\ecd4"}.icofont-google-wallet:before{content:"\ecd5"}.icofont-jcb-alt:before{content:"\ecd6"}.icofont-jcb:before{content:"\ecd7"}.icofont-maestro-alt:before{content:"\ecd8"}.icofont-maestro:before{content:"\ecd9"}.icofont-mastercard-alt:before{content:"\ecda"}.icofont-mastercard:before{content:"\ecdb"}.icofont-payoneer-alt:before{content:"\ecdc"}.icofont-payoneer:before{content:"\ecdd"}.icofont-paypal-alt:before{content:"\ecde"}.icofont-paypal:before{content:"\ecdf"}.icofont-sage-alt:before{content:"\ece0"}.icofont-sage:before{content:"\ece1"}.icofont-skrill-alt:before{content:"\ece2"}.icofont-skrill:before{content:"\ece3"}.icofont-stripe-alt:before{content:"\ece4"}.icofont-stripe:before{content:"\ece5"}.icofont-visa-alt:before{content:"\ece6"}.icofont-visa-electron:before{content:"\ece7"}.icofont-visa:before{content:"\ece8"}.icofont-western-union-alt:before{content:"\ece9"}.icofont-western-union:before{content:"\ecea"}.icofont-boy:before{content:"\eceb"}.icofont-business-man-alt-1:before{content:"\ecec"}.icofont-business-man-alt-2:before{content:"\eced"}.icofont-business-man-alt-3:before{content:"\ecee"}.icofont-business-man:before{content:"\ecef"}.icofont-female:before{content:"\ecf0"}.icofont-funky-man:before{content:"\ecf1"}.icofont-girl-alt:before{content:"\ecf2"}.icofont-girl:before{content:"\ecf3"}.icofont-group:before{content:"\ecf4"}.icofont-hotel-boy-alt:before{content:"\ecf5"}.icofont-hotel-boy:before{content:"\ecf6"}.icofont-kid:before{content:"\ecf7"}.icofont-man-in-glasses:before{content:"\ecf8"}.icofont-people:before{content:"\ecf9"}.icofont-support:before{content:"\ecfa"}.icofont-user-alt-1:before{content:"\ecfb"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-4:before{content:"\ecfe"}.icofont-user-alt-5:before{content:"\ecff"}.icofont-user-alt-6:before{content:"\ed00"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user-female:before{content:"\ed02"}.icofont-user-male:before{content:"\ed03"}.icofont-user-suited:before{content:"\ed04"}.icofont-user:before{content:"\ed05"}.icofont-users-alt-1:before{content:"\ed06"}.icofont-users-alt-2:before{content:"\ed07"}.icofont-users-alt-3:before{content:"\ed08"}.icofont-users-alt-4:before{content:"\ed09"}.icofont-users-alt-5:before{content:"\ed0a"}.icofont-users-alt-6:before{content:"\ed0b"}.icofont-users-social:before{content:"\ed0c"}.icofont-users:before{content:"\ed0d"}.icofont-waiter-alt:before{content:"\ed0e"}.icofont-waiter:before{content:"\ed0f"}.icofont-woman-in-glasses:before{content:"\ed10"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-folder:before{content:"\ed14"}.icofont-search-job:before{content:"\ed15"}.icofont-search-map:before{content:"\ed16"}.icofont-search-property:before{content:"\ed17"}.icofont-search-restaurant:before{content:"\ed18"}.icofont-search-stock:before{content:"\ed19"}.icofont-search-user:before{content:"\ed1a"}.icofont-search:before{content:"\ed1b"}.icofont-500px:before{content:"\ed1c"}.icofont-aim:before{content:"\ed1d"}.icofont-badoo:before{content:"\ed1e"}.icofont-baidu-tieba:before{content:"\ed1f"}.icofont-bbm-messenger:before{content:"\ed20"}.icofont-bebo:before{content:"\ed21"}.icofont-behance:before{content:"\ed22"}.icofont-blogger:before{content:"\ed23"}.icofont-bootstrap:before{content:"\ed24"}.icofont-brightkite:before{content:"\ed25"}.icofont-cloudapp:before{content:"\ed26"}.icofont-concrete5:before{content:"\ed27"}.icofont-delicious:before{content:"\ed28"}.icofont-designbump:before{content:"\ed29"}.icofont-designfloat:before{content:"\ed2a"}.icofont-deviantart:before{content:"\ed2b"}.icofont-digg:before{content:"\ed2c"}.icofont-dotcms:before{content:"\ed2d"}.icofont-dribbble:before{content:"\ed2e"}.icofont-dribble:before{content:"\ed2f"}.icofont-dropbox:before{content:"\ed30"}.icofont-ebuddy:before{content:"\ed31"}.icofont-ello:before{content:"\ed32"}.icofont-ember:before{content:"\ed33"}.icofont-envato:before{content:"\ed34"}.icofont-evernote:before{content:"\ed35"}.icofont-facebook-messenger:before{content:"\ed36"}.icofont-facebook:before{content:"\ed37"}.icofont-feedburner:before{content:"\ed38"}.icofont-flikr:before{content:"\ed39"}.icofont-folkd:before{content:"\ed3a"}.icofont-foursquare:before{content:"\ed3b"}.icofont-friendfeed:before{content:"\ed3c"}.icofont-ghost:before{content:"\ed3d"}.icofont-github:before{content:"\ed3e"}.icofont-gnome:before{content:"\ed3f"}.icofont-google-buzz:before{content:"\ed40"}.icofont-google-hangouts:before{content:"\ed41"}.icofont-google-map:before{content:"\ed42"}.icofont-google-plus:before{content:"\ed43"}.icofont-google-talk:before{content:"\ed44"}.icofont-hype-machine:before{content:"\ed45"}.icofont-instagram:before{content:"\ed46"}.icofont-kakaotalk:before{content:"\ed47"}.icofont-kickstarter:before{content:"\ed48"}.icofont-kik:before{content:"\ed49"}.icofont-kiwibox:before{content:"\ed4a"}.icofont-line-messenger:before{content:"\ed4b"}.icofont-line:before{content:"\ed4c"}.icofont-linkedin:before{content:"\ed4d"}.icofont-linux-mint:before{content:"\ed4e"}.icofont-live-messenger:before{content:"\ed4f"}.icofont-livejournal:before{content:"\ed50"}.icofont-magento:before{content:"\ed51"}.icofont-meetme:before{content:"\ed52"}.icofont-meetup:before{content:"\ed53"}.icofont-mixx:before{content:"\ed54"}.icofont-newsvine:before{content:"\ed55"}.icofont-nimbuss:before{content:"\ed56"}.icofont-odnoklassniki:before{content:"\ed57"}.icofont-opencart:before{content:"\ed58"}.icofont-oscommerce:before{content:"\ed59"}.icofont-pandora:before{content:"\ed5a"}.icofont-photobucket:before{content:"\ed5b"}.icofont-picasa:before{content:"\ed5c"}.icofont-pinterest:before{content:"\ed5d"}.icofont-prestashop:before{content:"\ed5e"}.icofont-qik:before{content:"\ed5f"}.icofont-qq:before{content:"\ed60"}.icofont-readernaut:before{content:"\ed61"}.icofont-reddit:before{content:"\ed62"}.icofont-renren:before{content:"\ed63"}.icofont-rss:before{content:"\ed64"}.icofont-shopify:before{content:"\ed65"}.icofont-silverstripe:before{content:"\ed66"}.icofont-skype:before{content:"\ed67"}.icofont-slack:before{content:"\ed68"}.icofont-slashdot:before{content:"\ed69"}.icofont-slidshare:before{content:"\ed6a"}.icofont-smugmug:before{content:"\ed6b"}.icofont-snapchat:before{content:"\ed6c"}.icofont-soundcloud:before{content:"\ed6d"}.icofont-spotify:before{content:"\ed6e"}.icofont-stack-exchange:before{content:"\ed6f"}.icofont-stack-overflow:before{content:"\ed70"}.icofont-steam:before{content:"\ed71"}.icofont-stumbleupon:before{content:"\ed72"}.icofont-tagged:before{content:"\ed73"}.icofont-technorati:before{content:"\ed74"}.icofont-telegram:before{content:"\ed75"}.icofont-tinder:before{content:"\ed76"}.icofont-trello:before{content:"\ed77"}.icofont-tumblr:before{content:"\ed78"}.icofont-twitch:before{content:"\ed79"}.icofont-twitter:before{content:"\ed7a"}.icofont-typo3:before{content:"\ed7b"}.icofont-ubercart:before{content:"\ed7c"}.icofont-viber:before{content:"\ed7d"}.icofont-viddler:before{content:"\ed7e"}.icofont-vimeo:before{content:"\ed7f"}.icofont-vine:before{content:"\ed80"}.icofont-virb:before{content:"\ed81"}.icofont-virtuemart:before{content:"\ed82"}.icofont-vk:before{content:"\ed83"}.icofont-wechat:before{content:"\ed84"}.icofont-weibo:before{content:"\ed85"}.icofont-whatsapp:before{content:"\ed86"}.icofont-xing:before{content:"\ed87"}.icofont-yahoo:before{content:"\ed88"}.icofont-yelp:before{content:"\ed89"}.icofont-youku:before{content:"\ed8a"}.icofont-youtube:before{content:"\ed8b"}.icofont-zencart:before{content:"\ed8c"}.icofont-badminton-birdie:before{content:"\ed8d"}.icofont-baseball:before{content:"\ed8e"}.icofont-baseballer:before{content:"\ed8f"}.icofont-basketball-hoop:before{content:"\ed90"}.icofont-basketball:before{content:"\ed91"}.icofont-billiard-ball:before{content:"\ed92"}.icofont-boot-alt-1:before{content:"\ed93"}.icofont-boot-alt-2:before{content:"\ed94"}.icofont-boot:before{content:"\ed95"}.icofont-bowling-alt:before{content:"\ed96"}.icofont-bowling:before{content:"\ed97"}.icofont-canoe:before{content:"\ed98"}.icofont-cheer-leader:before{content:"\ed99"}.icofont-climbing:before{content:"\ed9a"}.icofont-corner:before{content:"\ed9b"}.icofont-field-alt:before{content:"\ed9c"}.icofont-field:before{content:"\ed9d"}.icofont-football-alt:before{content:"\ed9e"}.icofont-football-american:before{content:"\ed9f"}.icofont-football:before{content:"\eda0"}.icofont-foul:before{content:"\eda1"}.icofont-goal-keeper:before{content:"\eda2"}.icofont-goal:before{content:"\eda3"}.icofont-golf-alt:before{content:"\eda4"}.icofont-golf-bag:before{content:"\eda5"}.icofont-golf-cart:before{content:"\eda6"}.icofont-golf-field:before{content:"\eda7"}.icofont-golf:before{content:"\eda8"}.icofont-golfer:before{content:"\eda9"}.icofont-helmet:before{content:"\edaa"}.icofont-hockey-alt:before{content:"\edab"}.icofont-hockey:before{content:"\edac"}.icofont-ice-skate:before{content:"\edad"}.icofont-jersey-alt:before{content:"\edae"}.icofont-jersey:before{content:"\edaf"}.icofont-jumping:before{content:"\edb0"}.icofont-kick:before{content:"\edb1"}.icofont-leg:before{content:"\edb2"}.icofont-match-review:before{content:"\edb3"}.icofont-medal-sport:before{content:"\edb4"}.icofont-offside:before{content:"\edb5"}.icofont-olympic-logo:before{content:"\edb6"}.icofont-olympic:before{content:"\edb7"}.icofont-padding:before{content:"\edb8"}.icofont-penalty-card:before{content:"\edb9"}.icofont-racer:before{content:"\edba"}.icofont-racing-car:before{content:"\edbb"}.icofont-racing-flag-alt:before{content:"\edbc"}.icofont-racing-flag:before{content:"\edbd"}.icofont-racings-wheel:before{content:"\edbe"}.icofont-referee:before{content:"\edbf"}.icofont-refree-jersey:before{content:"\edc0"}.icofont-result-sport:before{content:"\edc1"}.icofont-rugby-ball:before{content:"\edc2"}.icofont-rugby-player:before{content:"\edc3"}.icofont-rugby:before{content:"\edc4"}.icofont-runner-alt-1:before{content:"\edc5"}.icofont-runner-alt-2:before{content:"\edc6"}.icofont-runner:before{content:"\edc7"}.icofont-score-board:before{content:"\edc8"}.icofont-skiing-man:before{content:"\edc9"}.icofont-skydiving-goggles:before{content:"\edca"}.icofont-snow-mobile:before{content:"\edcb"}.icofont-steering:before{content:"\edcc"}.icofont-stopwatch:before{content:"\edcd"}.icofont-substitute:before{content:"\edce"}.icofont-swimmer:before{content:"\edcf"}.icofont-table-tennis:before{content:"\edd0"}.icofont-team-alt:before{content:"\edd1"}.icofont-team:before{content:"\edd2"}.icofont-tennis-player:before{content:"\edd3"}.icofont-tennis:before{content:"\edd4"}.icofont-tracking:before{content:"\edd5"}.icofont-trophy-alt:before{content:"\edd6"}.icofont-trophy:before{content:"\edd7"}.icofont-volleyball-alt:before{content:"\edd8"}.icofont-volleyball-fire:before{content:"\edd9"}.icofont-volleyball:before{content:"\edda"}.icofont-water-bottle:before{content:"\eddb"}.icofont-whistle-alt:before{content:"\eddc"}.icofont-whistle:before{content:"\eddd"}.icofont-win-trophy:before{content:"\edde"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-all-caps:before{content:"\ede2"}.icofont-bold:before{content:"\ede3"}.icofont-brush:before{content:"\ede4"}.icofont-clip-board:before{content:"\ede5"}.icofont-code-alt:before{content:"\ede6"}.icofont-color-bucket:before{content:"\ede7"}.icofont-color-picker:before{content:"\ede8"}.icofont-copy-invert:before{content:"\ede9"}.icofont-copy:before{content:"\edea"}.icofont-cut:before{content:"\edeb"}.icofont-delete-alt:before{content:"\edec"}.icofont-edit-alt:before{content:"\eded"}.icofont-eraser-alt:before{content:"\edee"}.icofont-font:before{content:"\edef"}.icofont-heading:before{content:"\edf0"}.icofont-indent:before{content:"\edf1"}.icofont-italic-alt:before{content:"\edf2"}.icofont-italic:before{content:"\edf3"}.icofont-justify-all:before{content:"\edf4"}.icofont-justify-center:before{content:"\edf5"}.icofont-justify-left:before{content:"\edf6"}.icofont-justify-right:before{content:"\edf7"}.icofont-link-broken:before{content:"\edf8"}.icofont-outdent:before{content:"\edf9"}.icofont-paper-clip:before{content:"\edfa"}.icofont-paragraph:before{content:"\edfb"}.icofont-pin:before{content:"\edfc"}.icofont-printer:before{content:"\edfd"}.icofont-redo:before{content:"\edfe"}.icofont-rotation:before{content:"\edff"}.icofont-save:before{content:"\ee00"}.icofont-small-cap:before{content:"\ee01"}.icofont-strike-through:before{content:"\ee02"}.icofont-sub-listing:before{content:"\ee03"}.icofont-subscript:before{content:"\ee04"}.icofont-superscript:before{content:"\ee05"}.icofont-table:before{content:"\ee06"}.icofont-text-height:before{content:"\ee07"}.icofont-text-width:before{content:"\ee08"}.icofont-trash:before{content:"\ee09"}.icofont-underline:before{content:"\ee0a"}.icofont-undo:before{content:"\ee0b"}.icofont-air-balloon:before{content:"\ee0c"}.icofont-airplane-alt:before{content:"\ee0d"}.icofont-airplane:before{content:"\ee0e"}.icofont-articulated-truck:before{content:"\ee0f"}.icofont-auto-mobile:before{content:"\ee10"}.icofont-auto-rickshaw:before{content:"\ee11"}.icofont-bicycle-alt-1:before{content:"\ee12"}.icofont-bicycle-alt-2:before{content:"\ee13"}.icofont-bicycle:before{content:"\ee14"}.icofont-bus-alt-1:before{content:"\ee15"}.icofont-bus-alt-2:before{content:"\ee16"}.icofont-bus-alt-3:before{content:"\ee17"}.icofont-bus:before{content:"\ee18"}.icofont-cab:before{content:"\ee19"}.icofont-cable-car:before{content:"\ee1a"}.icofont-car-alt-1:before{content:"\ee1b"}.icofont-car-alt-2:before{content:"\ee1c"}.icofont-car-alt-3:before{content:"\ee1d"}.icofont-car-alt-4:before{content:"\ee1e"}.icofont-car:before{content:"\ee1f"}.icofont-delivery-time:before{content:"\ee20"}.icofont-fast-delivery:before{content:"\ee21"}.icofont-fire-truck-alt:before{content:"\ee22"}.icofont-fire-truck:before{content:"\ee23"}.icofont-free-delivery:before{content:"\ee24"}.icofont-helicopter:before{content:"\ee25"}.icofont-motor-bike-alt:before{content:"\ee26"}.icofont-motor-bike:before{content:"\ee27"}.icofont-motor-biker:before{content:"\ee28"}.icofont-oil-truck:before{content:"\ee29"}.icofont-rickshaw:before{content:"\ee2a"}.icofont-rocket-alt-1:before{content:"\ee2b"}.icofont-rocket-alt-2:before{content:"\ee2c"}.icofont-rocket:before{content:"\ee2d"}.icofont-sail-boat-alt-1:before{content:"\ee2e"}.icofont-sail-boat-alt-2:before{content:"\ee2f"}.icofont-sail-boat:before{content:"\ee30"}.icofont-scooter:before{content:"\ee31"}.icofont-sea-plane:before{content:"\ee32"}.icofont-ship-alt:before{content:"\ee33"}.icofont-ship:before{content:"\ee34"}.icofont-speed-boat:before{content:"\ee35"}.icofont-taxi:before{content:"\ee36"}.icofont-tractor:before{content:"\ee37"}.icofont-train-line:before{content:"\ee38"}.icofont-train-steam:before{content:"\ee39"}.icofont-tram:before{content:"\ee3a"}.icofont-truck-alt:before{content:"\ee3b"}.icofont-truck-loaded:before{content:"\ee3c"}.icofont-truck:before{content:"\ee3d"}.icofont-van-alt:before{content:"\ee3e"}.icofont-van:before{content:"\ee3f"}.icofont-yacht:before{content:"\ee40"}.icofont-5-star-hotel:before{content:"\ee41"}.icofont-air-ticket:before{content:"\ee42"}.icofont-beach-bed:before{content:"\ee43"}.icofont-beach:before{content:"\ee44"}.icofont-camping-vest:before{content:"\ee45"}.icofont-direction-sign:before{content:"\ee46"}.icofont-hill-side:before{content:"\ee47"}.icofont-hill:before{content:"\ee48"}.icofont-hotel:before{content:"\ee49"}.icofont-island-alt:before{content:"\ee4a"}.icofont-island:before{content:"\ee4b"}.icofont-sandals-female:before{content:"\ee4c"}.icofont-sandals-male:before{content:"\ee4d"}.icofont-travelling:before{content:"\ee4e"}.icofont-breakdown:before{content:"\ee4f"}.icofont-celsius:before{content:"\ee50"}.icofont-clouds:before{content:"\ee51"}.icofont-cloudy:before{content:"\ee52"}.icofont-dust:before{content:"\ee53"}.icofont-eclipse:before{content:"\ee54"}.icofont-fahrenheit:before{content:"\ee55"}.icofont-forest-fire:before{content:"\ee56"}.icofont-full-night:before{content:"\ee57"}.icofont-full-sunny:before{content:"\ee58"}.icofont-hail-night:before{content:"\ee59"}.icofont-hail-rainy-night:before{content:"\ee5a"}.icofont-hail-rainy-sunny:before{content:"\ee5b"}.icofont-hail-rainy:before{content:"\ee5c"}.icofont-hail-sunny:before{content:"\ee5d"}.icofont-hail-thunder-night:before{content:"\ee5e"}.icofont-hail-thunder-sunny:before{content:"\ee5f"}.icofont-hail-thunder:before{content:"\ee60"}.icofont-hail:before{content:"\ee61"}.icofont-hill-night:before{content:"\ee62"}.icofont-hill-sunny:before{content:"\ee63"}.icofont-hurricane:before{content:"\ee64"}.icofont-meteor:before{content:"\ee65"}.icofont-night:before{content:"\ee66"}.icofont-rainy-night:before{content:"\ee67"}.icofont-rainy-sunny:before{content:"\ee68"}.icofont-rainy-thunder:before{content:"\ee69"}.icofont-rainy:before{content:"\ee6a"}.icofont-snow-alt:before{content:"\ee6b"}.icofont-snow-flake:before{content:"\ee6c"}.icofont-snow-temp:before{content:"\ee6d"}.icofont-snow:before{content:"\ee6e"}.icofont-snowy-hail:before{content:"\ee6f"}.icofont-snowy-night-hail:before{content:"\ee70"}.icofont-snowy-night-rainy:before{content:"\ee71"}.icofont-snowy-night:before{content:"\ee72"}.icofont-snowy-rainy:before{content:"\ee73"}.icofont-snowy-sunny-hail:before{content:"\ee74"}.icofont-snowy-sunny-rainy:before{content:"\ee75"}.icofont-snowy-sunny:before{content:"\ee76"}.icofont-snowy-thunder-night:before{content:"\ee77"}.icofont-snowy-thunder-sunny:before{content:"\ee78"}.icofont-snowy-thunder:before{content:"\ee79"}.icofont-snowy-windy-night:before{content:"\ee7a"}.icofont-snowy-windy-sunny:before{content:"\ee7b"}.icofont-snowy-windy:before{content:"\ee7c"}.icofont-snowy:before{content:"\ee7d"}.icofont-sun-alt:before{content:"\ee7e"}.icofont-sun-rise:before{content:"\ee7f"}.icofont-sun-set:before{content:"\ee80"}.icofont-sun:before{content:"\ee81"}.icofont-sunny-day-temp:before{content:"\ee82"}.icofont-sunny:before{content:"\ee83"}.icofont-thunder-light:before{content:"\ee84"}.icofont-tornado:before{content:"\ee85"}.icofont-umbrella-alt:before{content:"\ee86"}.icofont-umbrella:before{content:"\ee87"}.icofont-volcano:before{content:"\ee88"}.icofont-wave:before{content:"\ee89"}.icofont-wind-scale-0:before{content:"\ee8a"}.icofont-wind-scale-1:before{content:"\ee8b"}.icofont-wind-scale-10:before{content:"\ee8c"}.icofont-wind-scale-11:before{content:"\ee8d"}.icofont-wind-scale-12:before{content:"\ee8e"}.icofont-wind-scale-2:before{content:"\ee8f"}.icofont-wind-scale-3:before{content:"\ee90"}.icofont-wind-scale-4:before{content:"\ee91"}.icofont-wind-scale-5:before{content:"\ee92"}.icofont-wind-scale-6:before{content:"\ee93"}.icofont-wind-scale-7:before{content:"\ee94"}.icofont-wind-scale-8:before{content:"\ee95"}.icofont-wind-scale-9:before{content:"\ee96"}.icofont-wind-waves:before{content:"\ee97"}.icofont-wind:before{content:"\ee98"}.icofont-windy-hail:before{content:"\ee99"}.icofont-windy-night:before{content:"\ee9a"}.icofont-windy-raining:before{content:"\ee9b"}.icofont-windy-sunny:before{content:"\ee9c"}.icofont-windy-thunder-raining:before{content:"\ee9d"}.icofont-windy-thunder:before{content:"\ee9e"}.icofont-windy:before{content:"\ee9f"}.icofont-addons:before{content:"\eea0"}.icofont-address-book:before{content:"\eea1"}.icofont-adjust:before{content:"\eea2"}.icofont-alarm:before{content:"\eea3"}.icofont-anchor:before{content:"\eea4"}.icofont-archive:before{content:"\eea5"}.icofont-at:before{content:"\eea6"}.icofont-attachment:before{content:"\eea7"}.icofont-audio:before{content:"\eea8"}.icofont-automation:before{content:"\eea9"}.icofont-badge:before{content:"\eeaa"}.icofont-bag-alt:before{content:"\eeab"}.icofont-bag:before{content:"\eeac"}.icofont-ban:before{content:"\eead"}.icofont-bar-code:before{content:"\eeae"}.icofont-bars:before{content:"\eeaf"}.icofont-basket:before{content:"\eeb0"}.icofont-battery-empty:before{content:"\eeb1"}.icofont-battery-full:before{content:"\eeb2"}.icofont-battery-half:before{content:"\eeb3"}.icofont-battery-low:before{content:"\eeb4"}.icofont-beaker:before{content:"\eeb5"}.icofont-beard:before{content:"\eeb6"}.icofont-bed:before{content:"\eeb7"}.icofont-bell:before{content:"\eeb8"}.icofont-beverage:before{content:"\eeb9"}.icofont-bill:before{content:"\eeba"}.icofont-bin:before{content:"\eebb"}.icofont-binary:before{content:"\eebc"}.icofont-binoculars:before{content:"\eebd"}.icofont-bluetooth:before{content:"\eebe"}.icofont-bomb:before{content:"\eebf"}.icofont-book-mark:before{content:"\eec0"}.icofont-box:before{content:"\eec1"}.icofont-briefcase:before{content:"\eec2"}.icofont-broken:before{content:"\eec3"}.icofont-bucket:before{content:"\eec4"}.icofont-bucket1:before{content:"\eec5"}.icofont-bucket2:before{content:"\eec6"}.icofont-bug:before{content:"\eec7"}.icofont-building:before{content:"\eec8"}.icofont-bulb-alt:before{content:"\eec9"}.icofont-bullet:before{content:"\eeca"}.icofont-bullhorn:before{content:"\eecb"}.icofont-bullseye:before{content:"\eecc"}.icofont-calendar:before{content:"\eecd"}.icofont-camera-alt:before{content:"\eece"}.icofont-camera:before{content:"\eecf"}.icofont-card:before{content:"\eed0"}.icofont-cart-alt:before{content:"\eed1"}.icofont-cart:before{content:"\eed2"}.icofont-cc:before{content:"\eed3"}.icofont-charging:before{content:"\eed4"}.icofont-chat:before{content:"\eed5"}.icofont-check-alt:before{content:"\eed6"}.icofont-check-circled:before{content:"\eed7"}.icofont-check:before{content:"\eed8"}.icofont-checked:before{content:"\eed9"}.icofont-children-care:before{content:"\eeda"}.icofont-clip:before{content:"\eedb"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-circled:before{content:"\eedd"}.icofont-close-line-circled:before{content:"\eede"}.icofont-close-line-squared-alt:before{content:"\eedf"}.icofont-close-line-squared:before{content:"\eee0"}.icofont-close-line:before{content:"\eee1"}.icofont-close-squared-alt:before{content:"\eee2"}.icofont-close-squared:before{content:"\eee3"}.icofont-close:before{content:"\eee4"}.icofont-cloud-download:before{content:"\eee5"}.icofont-cloud-refresh:before{content:"\eee6"}.icofont-cloud-upload:before{content:"\eee7"}.icofont-cloud:before{content:"\eee8"}.icofont-code-not-allowed:before{content:"\eee9"}.icofont-code:before{content:"\eeea"}.icofont-comment:before{content:"\eeeb"}.icofont-compass-alt:before{content:"\eeec"}.icofont-compass:before{content:"\eeed"}.icofont-computer:before{content:"\eeee"}.icofont-connection:before{content:"\eeef"}.icofont-console:before{content:"\eef0"}.icofont-contacts:before{content:"\eef1"}.icofont-contrast:before{content:"\eef2"}.icofont-copyright:before{content:"\eef3"}.icofont-credit-card:before{content:"\eef4"}.icofont-crop:before{content:"\eef5"}.icofont-crown:before{content:"\eef6"}.icofont-cube:before{content:"\eef7"}.icofont-cubes:before{content:"\eef8"}.icofont-dashboard-web:before{content:"\eef9"}.icofont-dashboard:before{content:"\eefa"}.icofont-data:before{content:"\eefb"}.icofont-database-add:before{content:"\eefc"}.icofont-database-locked:before{content:"\eefd"}.icofont-database-remove:before{content:"\eefe"}.icofont-database:before{content:"\eeff"}.icofont-delete:before{content:"\ef00"}.icofont-diamond:before{content:"\ef01"}.icofont-dice-multiple:before{content:"\ef02"}.icofont-dice:before{content:"\ef03"}.icofont-disc:before{content:"\ef04"}.icofont-diskette:before{content:"\ef05"}.icofont-document-folder:before{content:"\ef06"}.icofont-download-alt:before{content:"\ef07"}.icofont-download:before{content:"\ef08"}.icofont-downloaded:before{content:"\ef09"}.icofont-drag:before{content:"\ef0a"}.icofont-drag1:before{content:"\ef0b"}.icofont-drag2:before{content:"\ef0c"}.icofont-drag3:before{content:"\ef0d"}.icofont-earth:before{content:"\ef0e"}.icofont-ebook:before{content:"\ef0f"}.icofont-edit:before{content:"\ef10"}.icofont-eject:before{content:"\ef11"}.icofont-email:before{content:"\ef12"}.icofont-envelope-open:before{content:"\ef13"}.icofont-envelope:before{content:"\ef14"}.icofont-eraser:before{content:"\ef15"}.icofont-error:before{content:"\ef16"}.icofont-excavator:before{content:"\ef17"}.icofont-exchange:before{content:"\ef18"}.icofont-exclamation-circle:before{content:"\ef19"}.icofont-exclamation-square:before{content:"\ef1a"}.icofont-exclamation-tringle:before{content:"\ef1b"}.icofont-exclamation:before{content:"\ef1c"}.icofont-exit:before{content:"\ef1d"}.icofont-expand:before{content:"\ef1e"}.icofont-external-link:before{content:"\ef1f"}.icofont-external:before{content:"\ef20"}.icofont-eye-alt:before{content:"\ef21"}.icofont-eye-blocked:before{content:"\ef22"}.icofont-eye-dropper:before{content:"\ef23"}.icofont-eye:before{content:"\ef24"}.icofont-favourite:before{content:"\ef25"}.icofont-fax:before{content:"\ef26"}.icofont-file-fill:before{content:"\ef27"}.icofont-film:before{content:"\ef28"}.icofont-filter:before{content:"\ef29"}.icofont-fire-alt:before{content:"\ef2a"}.icofont-fire-burn:before{content:"\ef2b"}.icofont-fire:before{content:"\ef2c"}.icofont-flag-alt-1:before{content:"\ef2d"}.icofont-flag-alt-2:before{content:"\ef2e"}.icofont-flag:before{content:"\ef2f"}.icofont-flame-torch:before{content:"\ef30"}.icofont-flash-light:before{content:"\ef31"}.icofont-flash:before{content:"\ef32"}.icofont-flask:before{content:"\ef33"}.icofont-focus:before{content:"\ef34"}.icofont-folder-open:before{content:"\ef35"}.icofont-folder:before{content:"\ef36"}.icofont-foot-print:before{content:"\ef37"}.icofont-garbage:before{content:"\ef38"}.icofont-gear-alt:before{content:"\ef39"}.icofont-gear:before{content:"\ef3a"}.icofont-gears:before{content:"\ef3b"}.icofont-gift:before{content:"\ef3c"}.icofont-glass:before{content:"\ef3d"}.icofont-globe:before{content:"\ef3e"}.icofont-graffiti:before{content:"\ef3f"}.icofont-grocery:before{content:"\ef40"}.icofont-hand:before{content:"\ef41"}.icofont-hanger:before{content:"\ef42"}.icofont-hard-disk:before{content:"\ef43"}.icofont-heart-alt:before{content:"\ef44"}.icofont-heart:before{content:"\ef45"}.icofont-history:before{content:"\ef46"}.icofont-home:before{content:"\ef47"}.icofont-horn:before{content:"\ef48"}.icofont-hour-glass:before{content:"\ef49"}.icofont-id:before{content:"\ef4a"}.icofont-image:before{content:"\ef4b"}.icofont-inbox:before{content:"\ef4c"}.icofont-infinite:before{content:"\ef4d"}.icofont-info-circle:before{content:"\ef4e"}.icofont-info-square:before{content:"\ef4f"}.icofont-info:before{content:"\ef50"}.icofont-institution:before{content:"\ef51"}.icofont-interface:before{content:"\ef52"}.icofont-invisible:before{content:"\ef53"}.icofont-jacket:before{content:"\ef54"}.icofont-jar:before{content:"\ef55"}.icofont-jewlery:before{content:"\ef56"}.icofont-karate:before{content:"\ef57"}.icofont-key-hole:before{content:"\ef58"}.icofont-key:before{content:"\ef59"}.icofont-label:before{content:"\ef5a"}.icofont-lamp:before{content:"\ef5b"}.icofont-layers:before{content:"\ef5c"}.icofont-layout:before{content:"\ef5d"}.icofont-leaf:before{content:"\ef5e"}.icofont-leaflet:before{content:"\ef5f"}.icofont-learn:before{content:"\ef60"}.icofont-lego:before{content:"\ef61"}.icofont-lens:before{content:"\ef62"}.icofont-letter:before{content:"\ef63"}.icofont-letterbox:before{content:"\ef64"}.icofont-library:before{content:"\ef65"}.icofont-license:before{content:"\ef66"}.icofont-life-bouy:before{content:"\ef67"}.icofont-life-buoy:before{content:"\ef68"}.icofont-life-jacket:before{content:"\ef69"}.icofont-life-ring:before{content:"\ef6a"}.icofont-light-bulb:before{content:"\ef6b"}.icofont-lighter:before{content:"\ef6c"}.icofont-lightning-ray:before{content:"\ef6d"}.icofont-like:before{content:"\ef6e"}.icofont-line-height:before{content:"\ef6f"}.icofont-link-alt:before{content:"\ef70"}.icofont-link:before{content:"\ef71"}.icofont-list:before{content:"\ef72"}.icofont-listening:before{content:"\ef73"}.icofont-listine-dots:before{content:"\ef74"}.icofont-listing-box:before{content:"\ef75"}.icofont-listing-number:before{content:"\ef76"}.icofont-live-support:before{content:"\ef77"}.icofont-location-arrow:before{content:"\ef78"}.icofont-location-pin:before{content:"\ef79"}.icofont-lock:before{content:"\ef7a"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-lollipop:before{content:"\ef7d"}.icofont-long-drive:before{content:"\ef7e"}.icofont-look:before{content:"\ef7f"}.icofont-loop:before{content:"\ef80"}.icofont-luggage:before{content:"\ef81"}.icofont-lunch:before{content:"\ef82"}.icofont-lungs:before{content:"\ef83"}.icofont-magic-alt:before{content:"\ef84"}.icofont-magic:before{content:"\ef85"}.icofont-magnet:before{content:"\ef86"}.icofont-mail-box:before{content:"\ef87"}.icofont-mail:before{content:"\ef88"}.icofont-male:before{content:"\ef89"}.icofont-map-pins:before{content:"\ef8a"}.icofont-map:before{content:"\ef8b"}.icofont-maximize:before{content:"\ef8c"}.icofont-measure:before{content:"\ef8d"}.icofont-medicine:before{content:"\ef8e"}.icofont-mega-phone:before{content:"\ef8f"}.icofont-megaphone-alt:before{content:"\ef90"}.icofont-megaphone:before{content:"\ef91"}.icofont-memorial:before{content:"\ef92"}.icofont-memory-card:before{content:"\ef93"}.icofont-mic-mute:before{content:"\ef94"}.icofont-mic:before{content:"\ef95"}.icofont-military:before{content:"\ef96"}.icofont-mill:before{content:"\ef97"}.icofont-minus-circle:before{content:"\ef98"}.icofont-minus-square:before{content:"\ef99"}.icofont-minus:before{content:"\ef9a"}.icofont-mobile-phone:before{content:"\ef9b"}.icofont-molecule:before{content:"\ef9c"}.icofont-money:before{content:"\ef9d"}.icofont-moon:before{content:"\ef9e"}.icofont-mop:before{content:"\ef9f"}.icofont-muffin:before{content:"\efa0"}.icofont-mustache:before{content:"\efa1"}.icofont-navigation-menu:before{content:"\efa2"}.icofont-navigation:before{content:"\efa3"}.icofont-network-tower:before{content:"\efa4"}.icofont-network:before{content:"\efa5"}.icofont-news:before{content:"\efa6"}.icofont-newspaper:before{content:"\efa7"}.icofont-no-smoking:before{content:"\efa8"}.icofont-not-allowed:before{content:"\efa9"}.icofont-notebook:before{content:"\efaa"}.icofont-notepad:before{content:"\efab"}.icofont-notification:before{content:"\efac"}.icofont-numbered:before{content:"\efad"}.icofont-opposite:before{content:"\efae"}.icofont-optic:before{content:"\efaf"}.icofont-options:before{content:"\efb0"}.icofont-package:before{content:"\efb1"}.icofont-page:before{content:"\efb2"}.icofont-paint:before{content:"\efb3"}.icofont-paper-plane:before{content:"\efb4"}.icofont-paperclip:before{content:"\efb5"}.icofont-papers:before{content:"\efb6"}.icofont-pay:before{content:"\efb7"}.icofont-penguin-linux:before{content:"\efb8"}.icofont-pestle:before{content:"\efb9"}.icofont-phone-circle:before{content:"\efba"}.icofont-phone:before{content:"\efbb"}.icofont-picture:before{content:"\efbc"}.icofont-pine:before{content:"\efbd"}.icofont-pixels:before{content:"\efbe"}.icofont-plugin:before{content:"\efbf"}.icofont-plus-circle:before{content:"\efc0"}.icofont-plus-square:before{content:"\efc1"}.icofont-plus:before{content:"\efc2"}.icofont-polygonal:before{content:"\efc3"}.icofont-power:before{content:"\efc4"}.icofont-price:before{content:"\efc5"}.icofont-print:before{content:"\efc6"}.icofont-puzzle:before{content:"\efc7"}.icofont-qr-code:before{content:"\efc8"}.icofont-queen:before{content:"\efc9"}.icofont-question-circle:before{content:"\efca"}.icofont-question-square:before{content:"\efcb"}.icofont-question:before{content:"\efcc"}.icofont-quote-left:before{content:"\efcd"}.icofont-quote-right:before{content:"\efce"}.icofont-random:before{content:"\efcf"}.icofont-recycle:before{content:"\efd0"}.icofont-refresh:before{content:"\efd1"}.icofont-repair:before{content:"\efd2"}.icofont-reply-all:before{content:"\efd3"}.icofont-reply:before{content:"\efd4"}.icofont-resize:before{content:"\efd5"}.icofont-responsive:before{content:"\efd6"}.icofont-retweet:before{content:"\efd7"}.icofont-road:before{content:"\efd8"}.icofont-robot:before{content:"\efd9"}.icofont-royal:before{content:"\efda"}.icofont-rss-feed:before{content:"\efdb"}.icofont-safety:before{content:"\efdc"}.icofont-sale-discount:before{content:"\efdd"}.icofont-satellite:before{content:"\efde"}.icofont-send-mail:before{content:"\efdf"}.icofont-server:before{content:"\efe0"}.icofont-settings-alt:before{content:"\efe1"}.icofont-settings:before{content:"\efe2"}.icofont-share-alt:before{content:"\efe3"}.icofont-share-boxed:before{content:"\efe4"}.icofont-share:before{content:"\efe5"}.icofont-shield:before{content:"\efe6"}.icofont-shopping-cart:before{content:"\efe7"}.icofont-sign-in:before{content:"\efe8"}.icofont-sign-out:before{content:"\efe9"}.icofont-signal:before{content:"\efea"}.icofont-site-map:before{content:"\efeb"}.icofont-smart-phone:before{content:"\efec"}.icofont-soccer:before{content:"\efed"}.icofont-sort-alt:before{content:"\efee"}.icofont-sort:before{content:"\efef"}.icofont-space:before{content:"\eff0"}.icofont-spanner:before{content:"\eff1"}.icofont-speech-comments:before{content:"\eff2"}.icofont-speed-meter:before{content:"\eff3"}.icofont-spinner-alt-1:before{content:"\eff4"}.icofont-spinner-alt-2:before{content:"\eff5"}.icofont-spinner-alt-3:before{content:"\eff6"}.icofont-spinner-alt-4:before{content:"\eff7"}.icofont-spinner-alt-5:before{content:"\eff8"}.icofont-spinner-alt-6:before{content:"\eff9"}.icofont-spinner:before{content:"\effa"}.icofont-spreadsheet:before{content:"\effb"}.icofont-square:before{content:"\effc"}.icofont-ssl-security:before{content:"\effd"}.icofont-star-alt-1:before{content:"\effe"}.icofont-star-alt-2:before{content:"\efff"}.icofont-star:before{content:"\f000"}.icofont-street-view:before{content:"\f001"}.icofont-support-faq:before{content:"\f002"}.icofont-tack-pin:before{content:"\f003"}.icofont-tag:before{content:"\f004"}.icofont-tags:before{content:"\f005"}.icofont-tasks-alt:before{content:"\f006"}.icofont-tasks:before{content:"\f007"}.icofont-telephone:before{content:"\f008"}.icofont-telescope:before{content:"\f009"}.icofont-terminal:before{content:"\f00a"}.icofont-thumbs-down:before{content:"\f00b"}.icofont-thumbs-up:before{content:"\f00c"}.icofont-tick-boxed:before{content:"\f00d"}.icofont-tick-mark:before{content:"\f00e"}.icofont-ticket:before{content:"\f00f"}.icofont-tie:before{content:"\f010"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-tools-alt-2:before{content:"\f013"}.icofont-tools:before{content:"\f014"}.icofont-touch:before{content:"\f015"}.icofont-traffic-light:before{content:"\f016"}.icofont-transparent:before{content:"\f017"}.icofont-tree:before{content:"\f018"}.icofont-unique-idea:before{content:"\f019"}.icofont-unlock:before{content:"\f01a"}.icofont-unlocked:before{content:"\f01b"}.icofont-upload-alt:before{content:"\f01c"}.icofont-upload:before{content:"\f01d"}.icofont-usb-drive:before{content:"\f01e"}.icofont-usb:before{content:"\f01f"}.icofont-vector-path:before{content:"\f020"}.icofont-verification-check:before{content:"\f021"}.icofont-wall-clock:before{content:"\f022"}.icofont-wall:before{content:"\f023"}.icofont-wallet:before{content:"\f024"}.icofont-warning-alt:before{content:"\f025"}.icofont-warning:before{content:"\f026"}.icofont-water-drop:before{content:"\f027"}.icofont-web:before{content:"\f028"}.icofont-wheelchair:before{content:"\f029"}.icofont-wifi-alt:before{content:"\f02a"}.icofont-wifi:before{content:"\f02b"}.icofont-world:before{content:"\f02c"}.icofont-zigzag:before{content:"\f02d"}.icofont-zipped:before{content:"\f02e"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face {
font-family: 'icomoon';
src:  url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon.eot?kqgqte);
src:  url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon.eot?kqgqte#iefix) format('embedded-opentype'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon.ttf?kqgqte) format('truetype'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon.woff?kqgqte) format('woff'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/icomoon.svg?kqgqte#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icomoon { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icomoon-home:before {
content: "\e901";
}
.icomoon-home2:before {
content: "\e902";
}
.icomoon-home3:before {
content: "\e903";
}
.icomoon-office:before {
content: "\e904";
}
.icomoon-newspaper:before {
content: "\e905";
}
.icomoon-pencil:before {
content: "\e906";
}
.icomoon-pencil2:before {
content: "\e907";
}
.icomoon-quill:before {
content: "\e908";
}
.icomoon-pen:before {
content: "\e909";
}
.icomoon-blog:before {
content: "\e90a";
}
.icomoon-eyedropper:before {
content: "\e90b";
}
.icomoon-droplet:before {
content: "\e90c";
}
.icomoon-paint-format:before {
content: "\e90d";
}
.icomoon-image:before {
content: "\e90e";
}
.icomoon-images:before {
content: "\e90f";
}
.icomoon-camera:before {
content: "\e910";
}
.icomoon-headphones:before {
content: "\e911";
}
.icomoon-music:before {
content: "\e912";
}
.icomoon-play:before {
content: "\e913";
}
.icomoon-film:before {
content: "\e914";
}
.icomoon-video-camera:before {
content: "\e915";
}
.icomoon-dice:before {
content: "\e916";
}
.icomoon-pacman:before {
content: "\e917";
}
.icomoon-spades:before {
content: "\e918";
}
.icomoon-clubs:before {
content: "\e919";
}
.icomoon-diamonds:before {
content: "\e91a";
}
.icomoon-bullhorn:before {
content: "\e91b";
}
.icomoon-connection:before {
content: "\e91c";
}
.icomoon-podcast:before {
content: "\e91d";
}
.icomoon-feed:before {
content: "\e91e";
}
.icomoon-mic:before {
content: "\e91f";
}
.icomoon-book:before {
content: "\e920";
}
.icomoon-books:before {
content: "\e921";
}
.icomoon-library:before {
content: "\e922";
}
.icomoon-file-text:before {
content: "\e923";
}
.icomoon-profile:before {
content: "\e924";
}
.icomoon-file-empty:before {
content: "\e925";
}
.icomoon-files-empty:before {
content: "\e926";
}
.icomoon-file-text2:before {
content: "\e927";
}
.icomoon-file-picture:before {
content: "\e928";
}
.icomoon-file-music:before {
content: "\e929";
}
.icomoon-file-play:before {
content: "\e92a";
}
.icomoon-file-video:before {
content: "\e92b";
}
.icomoon-file-zip:before {
content: "\e92c";
}
.icomoon-copy:before {
content: "\e92d";
}
.icomoon-paste:before {
content: "\e92e";
}
.icomoon-stack:before {
content: "\e92f";
}
.icomoon-folder:before {
content: "\e930";
}
.icomoon-folder-open:before {
content: "\e931";
}
.icomoon-folder-plus:before {
content: "\e932";
}
.icomoon-folder-minus:before {
content: "\e933";
}
.icomoon-folder-download:before {
content: "\e934";
}
.icomoon-folder-upload:before {
content: "\e935";
}
.icomoon-price-tag:before {
content: "\e936";
}
.icomoon-price-tags:before {
content: "\e937";
}
.icomoon-barcode:before {
content: "\e938";
}
.icomoon-qrcode:before {
content: "\e939";
}
.icomoon-ticket:before {
content: "\e93a";
}
.icomoon-cart:before {
content: "\e93b";
}
.icomoon-coin-dollar:before {
content: "\e93c";
}
.icomoon-coin-euro:before {
content: "\e93d";
}
.icomoon-coin-pound:before {
content: "\e93e";
}
.icomoon-coin-yen:before {
content: "\e93f";
}
.icomoon-credit-card:before {
content: "\e940";
}
.icomoon-calculator:before {
content: "\e941";
}
.icomoon-lifebuoy:before {
content: "\e942";
}
.icomoon-phone:before {
content: "\e943";
}
.icomoon-phone-hang-up:before {
content: "\e944";
}
.icomoon-address-book:before {
content: "\e945";
}
.icomoon-envelop:before {
content: "\e946";
}
.icomoon-pushpin:before {
content: "\e947";
}
.icomoon-location:before {
content: "\e948";
}
.icomoon-location2:before {
content: "\e949";
}
.icomoon-compass:before {
content: "\e94a";
}
.icomoon-compass2:before {
content: "\e94b";
}
.icomoon-map:before {
content: "\e94c";
}
.icomoon-map2:before {
content: "\e94d";
}
.icomoon-history:before {
content: "\e94e";
}
.icomoon-clock:before {
content: "\e94f";
}
.icomoon-clock2:before {
content: "\e950";
}
.icomoon-alarm:before {
content: "\e951";
}
.icomoon-bell:before {
content: "\e952";
}
.icomoon-stopwatch:before {
content: "\e953";
}
.icomoon-calendar:before {
content: "\e954";
}
.icomoon-printer:before {
content: "\e955";
}
.icomoon-keyboard:before {
content: "\e956";
}
.icomoon-display:before {
content: "\e957";
}
.icomoon-laptop:before {
content: "\e958";
}
.icomoon-mobile:before {
content: "\e959";
}
.icomoon-mobile2:before {
content: "\e95a";
}
.icomoon-tablet:before {
content: "\e95b";
}
.icomoon-tv:before {
content: "\e95c";
}
.icomoon-drawer:before {
content: "\e95d";
}
.icomoon-drawer2:before {
content: "\e95e";
}
.icomoon-box-add:before {
content: "\e95f";
}
.icomoon-box-remove:before {
content: "\e960";
}
.icomoon-download:before {
content: "\e961";
}
.icomoon-upload:before {
content: "\e962";
}
.icomoon-floppy-disk:before {
content: "\e963";
}
.icomoon-drive:before {
content: "\e964";
}
.icomoon-database:before {
content: "\e965";
}
.icomoon-undo:before {
content: "\e966";
}
.icomoon-redo:before {
content: "\e967";
}
.icomoon-undo2:before {
content: "\e968";
}
.icomoon-redo2:before {
content: "\e969";
}
.icomoon-forward:before {
content: "\e96a";
}
.icomoon-reply:before {
content: "\e96b";
}
.icomoon-bubble:before {
content: "\e96c";
}
.icomoon-bubbles:before {
content: "\e96d";
}
.icomoon-bubbles2:before {
content: "\e96e";
}
.icomoon-bubble2:before {
content: "\e96f";
}
.icomoon-bubbles3:before {
content: "\e970";
}
.icomoon-bubbles4:before {
content: "\e971";
}
.icomoon-user:before {
content: "\e972";
}
.icomoon-users:before {
content: "\e973";
}
.icomoon-user-plus:before {
content: "\e974";
}
.icomoon-user-minus:before {
content: "\e975";
}
.icomoon-user-check:before {
content: "\e976";
}
.icomoon-user-tie:before {
content: "\e977";
}
.icomoon-quotes-left:before {
content: "\e978";
}
.icomoon-quotes-right:before {
content: "\e979";
}
.icomoon-hour-glass:before {
content: "\e97a";
}
.icomoon-spinner:before {
content: "\e97b";
}
.icomoon-spinner2:before {
content: "\e97c";
}
.icomoon-spinner3:before {
content: "\e97d";
}
.icomoon-spinner4:before {
content: "\e97e";
}
.icomoon-spinner5:before {
content: "\e97f";
}
.icomoon-spinner6:before {
content: "\e980";
}
.icomoon-spinner7:before {
content: "\e981";
}
.icomoon-spinner8:before {
content: "\e982";
}
.icomoon-spinner9:before {
content: "\e983";
}
.icomoon-spinner10:before {
content: "\e984";
}
.icomoon-spinner11:before {
content: "\e985";
}
.icomoon-binoculars:before {
content: "\e986";
}
.icomoon-search:before {
content: "\e987";
}
.icomoon-zoom-in:before {
content: "\e988";
}
.icomoon-zoom-out:before {
content: "\e989";
}
.icomoon-enlarge:before {
content: "\e98a";
}
.icomoon-shrink:before {
content: "\e98b";
}
.icomoon-enlarge2:before {
content: "\e98c";
}
.icomoon-shrink2:before {
content: "\e98d";
}
.icomoon-key:before {
content: "\e98e";
}
.icomoon-key2:before {
content: "\e98f";
}
.icomoon-lock:before {
content: "\e990";
}
.icomoon-unlocked:before {
content: "\e991";
}
.icomoon-wrench:before {
content: "\e992";
}
.icomoon-equalizer:before {
content: "\e993";
}
.icomoon-equalizer2:before {
content: "\e994";
}
.icomoon-cog:before {
content: "\e995";
}
.icomoon-cogs:before {
content: "\e996";
}
.icomoon-hammer:before {
content: "\e997";
}
.icomoon-magic-wand:before {
content: "\e998";
}
.icomoon-aid-kit:before {
content: "\e999";
}
.icomoon-bug:before {
content: "\e99a";
}
.icomoon-pie-chart:before {
content: "\e99b";
}
.icomoon-stats-dots:before {
content: "\e99c";
}
.icomoon-stats-bars:before {
content: "\e99d";
}
.icomoon-stats-bars2:before {
content: "\e99e";
}
.icomoon-trophy:before {
content: "\e99f";
}
.icomoon-gift:before {
content: "\e9a0";
}
.icomoon-glass:before {
content: "\e9a1";
}
.icomoon-glass2:before {
content: "\e9a2";
}
.icomoon-mug:before {
content: "\e9a3";
}
.icomoon-spoon-knife:before {
content: "\e9a4";
}
.icomoon-leaf:before {
content: "\e9a5";
}
.icomoon-rocket:before {
content: "\e9a6";
}
.icomoon-meter:before {
content: "\e9a7";
}
.icomoon-meter2:before {
content: "\e9a8";
}
.icomoon-hammer2:before {
content: "\e9a9";
}
.icomoon-fire:before {
content: "\e9aa";
}
.icomoon-lab:before {
content: "\e9ab";
}
.icomoon-magnet:before {
content: "\e9ac";
}
.icomoon-bin:before {
content: "\e9ad";
}
.icomoon-bin2:before {
content: "\e9ae";
}
.icomoon-briefcase:before {
content: "\e9af";
}
.icomoon-airplane:before {
content: "\e9b0";
}
.icomoon-truck:before {
content: "\e9b1";
}
.icomoon-road:before {
content: "\e9b2";
}
.icomoon-accessibility:before {
content: "\e9b3";
}
.icomoon-target:before {
content: "\e9b4";
}
.icomoon-shield:before {
content: "\e9b5";
}
.icomoon-power:before {
content: "\e9b6";
}
.icomoon-switch:before {
content: "\e9b7";
}
.icomoon-power-cord:before {
content: "\e9b8";
}
.icomoon-clipboard:before {
content: "\e9b9";
}
.icomoon-list-numbered:before {
content: "\e9ba";
}
.icomoon-list:before {
content: "\e9bb";
}
.icomoon-list2:before {
content: "\e9bc";
}
.icomoon-tree:before {
content: "\e9bd";
}
.icomoon-menu:before {
content: "\e9be";
}
.icomoon-menu2:before {
content: "\e9bf";
}
.icomoon-menu3:before {
content: "\e9c0";
}
.icomoon-menu4:before {
content: "\e9c1";
}
.icomoon-cloud:before {
content: "\e9c2";
}
.icomoon-cloud-download:before {
content: "\e9c3";
}
.icomoon-cloud-upload:before {
content: "\e9c4";
}
.icomoon-cloud-check:before {
content: "\e9c5";
}
.icomoon-download2:before {
content: "\e9c6";
}
.icomoon-upload2:before {
content: "\e9c7";
}
.icomoon-download3:before {
content: "\e9c8";
}
.icomoon-upload3:before {
content: "\e9c9";
}
.icomoon-sphere:before {
content: "\e9ca";
}
.icomoon-earth:before {
content: "\e9cb";
}
.icomoon-link:before {
content: "\e9cc";
}
.icomoon-flag:before {
content: "\e9cd";
}
.icomoon-attachment:before {
content: "\e9ce";
}
.icomoon-eye:before {
content: "\e9cf";
}
.icomoon-eye-plus:before {
content: "\e9d0";
}
.icomoon-eye-minus:before {
content: "\e9d1";
}
.icomoon-eye-blocked:before {
content: "\e9d2";
}
.icomoon-bookmark:before {
content: "\e9d3";
}
.icomoon-bookmarks:before {
content: "\e9d4";
}
.icomoon-sun:before {
content: "\e9d5";
}
.icomoon-contrast:before {
content: "\e9d6";
}
.icomoon-brightness-contrast:before {
content: "\e9d7";
}
.icomoon-star-empty:before {
content: "\e9d8";
}
.icomoon-star-half:before {
content: "\e9d9";
}
.icomoon-star-full:before {
content: "\e9da";
}
.icomoon-heart:before {
content: "\e9db";
}
.icomoon-heart-broken:before {
content: "\e9dc";
}
.icomoon-man:before {
content: "\e9dd";
}
.icomoon-woman:before {
content: "\e9de";
}
.icomoon-man-woman:before {
content: "\e9df";
}
.icomoon-happy:before {
content: "\e9e0";
}
.icomoon-happy2:before {
content: "\e9e1";
}
.icomoon-smile:before {
content: "\e9e2";
}
.icomoon-smile2:before {
content: "\e9e3";
}
.icomoon-tongue:before {
content: "\e9e4";
}
.icomoon-tongue2:before {
content: "\e9e5";
}
.icomoon-sad:before {
content: "\e9e6";
}
.icomoon-sad2:before {
content: "\e9e7";
}
.icomoon-wink:before {
content: "\e9e8";
}
.icomoon-wink2:before {
content: "\e9e9";
}
.icomoon-grin:before {
content: "\e9ea";
}
.icomoon-grin2:before {
content: "\e9eb";
}
.icomoon-cool:before {
content: "\e9ec";
}
.icomoon-cool2:before {
content: "\e9ed";
}
.icomoon-angry:before {
content: "\e9ee";
}
.icomoon-angry2:before {
content: "\e9ef";
}
.icomoon-evil:before {
content: "\e9f0";
}
.icomoon-evil2:before {
content: "\e9f1";
}
.icomoon-shocked:before {
content: "\e9f2";
}
.icomoon-shocked2:before {
content: "\e9f3";
}
.icomoon-baffled:before {
content: "\e9f4";
}
.icomoon-baffled2:before {
content: "\e9f5";
}
.icomoon-confused:before {
content: "\e9f6";
}
.icomoon-confused2:before {
content: "\e9f7";
}
.icomoon-neutral:before {
content: "\e9f8";
}
.icomoon-neutral2:before {
content: "\e9f9";
}
.icomoon-hipster:before {
content: "\e9fa";
}
.icomoon-hipster2:before {
content: "\e9fb";
}
.icomoon-wondering:before {
content: "\e9fc";
}
.icomoon-wondering2:before {
content: "\e9fd";
}
.icomoon-sleepy:before {
content: "\e9fe";
}
.icomoon-sleepy2:before {
content: "\e9ff";
}
.icomoon-frustrated:before {
content: "\ea00";
}
.icomoon-frustrated2:before {
content: "\ea01";
}
.icomoon-crying:before {
content: "\ea02";
}
.icomoon-crying2:before {
content: "\ea03";
}
.icomoon-point-up:before {
content: "\ea04";
}
.icomoon-point-right:before {
content: "\ea05";
}
.icomoon-point-down:before {
content: "\ea06";
}
.icomoon-point-left:before {
content: "\ea07";
}
.icomoon-warning:before {
content: "\ea08";
}
.icomoon-notification:before {
content: "\ea09";
}
.icomoon-question:before {
content: "\ea0a";
}
.icomoon-plus:before {
content: "\ea0b";
}
.icomoon-minus:before {
content: "\ea0c";
}
.icomoon-info:before {
content: "\ea0d";
}
.icomoon-cancel-circle:before {
content: "\ea0e";
}
.icomoon-blocked:before {
content: "\ea0f";
}
.icomoon-cross:before {
content: "\ea10";
}
.icomoon-checkmark:before {
content: "\ea11";
}
.icomoon-checkmark2:before {
content: "\ea12";
}
.icomoon-spell-check:before {
content: "\ea13";
}
.icomoon-enter:before {
content: "\ea14";
}
.icomoon-exit:before {
content: "\ea15";
}
.icomoon-play2:before {
content: "\ea16";
}
.icomoon-pause:before {
content: "\ea17";
}
.icomoon-stop:before {
content: "\ea18";
}
.icomoon-previous:before {
content: "\ea19";
}
.icomoon-next:before {
content: "\ea1a";
}
.icomoon-backward:before {
content: "\ea1b";
}
.icomoon-forward2:before {
content: "\ea1c";
}
.icomoon-play3:before {
content: "\ea1d";
}
.icomoon-pause2:before {
content: "\ea1e";
}
.icomoon-stop2:before {
content: "\ea1f";
}
.icomoon-backward2:before {
content: "\ea20";
}
.icomoon-forward3:before {
content: "\ea21";
}
.icomoon-first:before {
content: "\ea22";
}
.icomoon-last:before {
content: "\ea23";
}
.icomoon-previous2:before {
content: "\ea24";
}
.icomoon-next2:before {
content: "\ea25";
}
.icomoon-eject:before {
content: "\ea26";
}
.icomoon-volume-high:before {
content: "\ea27";
}
.icomoon-volume-medium:before {
content: "\ea28";
}
.icomoon-volume-low:before {
content: "\ea29";
}
.icomoon-volume-mute:before {
content: "\ea2a";
}
.icomoon-volume-mute2:before {
content: "\ea2b";
}
.icomoon-volume-increase:before {
content: "\ea2c";
}
.icomoon-volume-decrease:before {
content: "\ea2d";
}
.icomoon-loop:before {
content: "\ea2e";
}
.icomoon-loop2:before {
content: "\ea2f";
}
.icomoon-infinite:before {
content: "\ea30";
}
.icomoon-shuffle:before {
content: "\ea31";
}
.icomoon-arrow-up-left:before {
content: "\ea32";
}
.icomoon-arrow-up:before {
content: "\ea33";
}
.icomoon-arrow-up-right:before {
content: "\ea34";
}
.icomoon-arrow-right:before {
content: "\ea35";
}
.icomoon-arrow-down-right:before {
content: "\ea36";
}
.icomoon-arrow-down:before {
content: "\ea37";
}
.icomoon-arrow-down-left:before {
content: "\ea38";
}
.icomoon-arrow-left:before {
content: "\ea39";
}
.icomoon-arrow-up-left2:before {
content: "\ea3a";
}
.icomoon-arrow-up2:before {
content: "\ea3b";
}
.icomoon-arrow-up-right2:before {
content: "\ea3c";
}
.icomoon-arrow-right2:before {
content: "\ea3d";
}
.icomoon-arrow-down-right2:before {
content: "\ea3e";
}
.icomoon-arrow-down2:before {
content: "\ea3f";
}
.icomoon-arrow-down-left2:before {
content: "\ea40";
}
.icomoon-arrow-left2:before {
content: "\ea41";
}
.icomoon-circle-up:before {
content: "\ea42";
}
.icomoon-circle-right:before {
content: "\ea43";
}
.icomoon-circle-down:before {
content: "\ea44";
}
.icomoon-circle-left:before {
content: "\ea45";
}
.icomoon-tab:before {
content: "\ea46";
}
.icomoon-move-up:before {
content: "\ea47";
}
.icomoon-move-down:before {
content: "\ea48";
}
.icomoon-sort-alpha-asc:before {
content: "\ea49";
}
.icomoon-sort-alpha-desc:before {
content: "\ea4a";
}
.icomoon-sort-numeric-asc:before {
content: "\ea4b";
}
.icomoon-sort-numberic-desc:before {
content: "\ea4c";
}
.icomoon-sort-amount-asc:before {
content: "\ea4d";
}
.icomoon-sort-amount-desc:before {
content: "\ea4e";
}
.icomoon-command:before {
content: "\ea4f";
}
.icomoon-shift:before {
content: "\ea50";
}
.icomoon-ctrl:before {
content: "\ea51";
}
.icomoon-opt:before {
content: "\ea52";
}
.icomoon-checkbox-checked:before {
content: "\ea53";
}
.icomoon-checkbox-unchecked:before {
content: "\ea54";
}
.icomoon-radio-checked:before {
content: "\ea55";
}
.icomoon-radio-checked2:before {
content: "\ea56";
}
.icomoon-radio-unchecked:before {
content: "\ea57";
}
.icomoon-crop:before {
content: "\ea58";
}
.icomoon-make-group:before {
content: "\ea59";
}
.icomoon-ungroup:before {
content: "\ea5a";
}
.icomoon-scissors:before {
content: "\ea5b";
}
.icomoon-filter:before {
content: "\ea5c";
}
.icomoon-font:before {
content: "\ea5d";
}
.icomoon-ligature:before {
content: "\ea5e";
}
.icomoon-ligature2:before {
content: "\ea5f";
}
.icomoon-text-height:before {
content: "\ea60";
}
.icomoon-text-width:before {
content: "\ea61";
}
.icomoon-font-size:before {
content: "\ea62";
}
.icomoon-bold:before {
content: "\ea63";
}
.icomoon-underline:before {
content: "\ea64";
}
.icomoon-italic:before {
content: "\ea65";
}
.icomoon-strikethrough:before {
content: "\ea66";
}
.icomoon-omega:before {
content: "\ea67";
}
.icomoon-sigma:before {
content: "\ea68";
}
.icomoon-page-break:before {
content: "\ea69";
}
.icomoon-superscript:before {
content: "\ea6a";
}
.icomoon-subscript:before {
content: "\ea6b";
}
.icomoon-superscript2:before {
content: "\ea6c";
}
.icomoon-subscript2:before {
content: "\ea6d";
}
.icomoon-text-color:before {
content: "\ea6e";
}
.icomoon-pagebreak:before {
content: "\ea6f";
}
.icomoon-clear-formatting:before {
content: "\ea70";
}
.icomoon-table:before {
content: "\ea71";
}
.icomoon-table2:before {
content: "\ea72";
}
.icomoon-insert-template:before {
content: "\ea73";
}
.icomoon-pilcrow:before {
content: "\ea74";
}
.icomoon-ltr:before {
content: "\ea75";
}
.icomoon-rtl:before {
content: "\ea76";
}
.icomoon-section:before {
content: "\ea77";
}
.icomoon-paragraph-left:before {
content: "\ea78";
}
.icomoon-paragraph-center:before {
content: "\ea79";
}
.icomoon-paragraph-right:before {
content: "\ea7a";
}
.icomoon-paragraph-justify:before {
content: "\ea7b";
}
.icomoon-indent-increase:before {
content: "\ea7c";
}
.icomoon-indent-decrease:before {
content: "\ea7d";
}
.icomoon-share:before {
content: "\ea7e";
}
.icomoon-new-tab:before {
content: "\ea7f";
}
.icomoon-embed:before {
content: "\ea80";
}
.icomoon-embed2:before {
content: "\ea81";
}
.icomoon-terminal:before {
content: "\ea82";
}
.icomoon-share2:before {
content: "\ea83";
}
.icomoon-mail:before {
content: "\ea84";
}
.icomoon-mail2:before {
content: "\ea85";
}
.icomoon-mail3:before {
content: "\ea86";
}
.icomoon-mail4:before {
content: "\ea87";
}
.icomoon-amazon:before {
content: "\ea88";
}
.icomoon-google:before {
content: "\ea89";
}
.icomoon-google2:before {
content: "\ea8a";
}
.icomoon-google3:before {
content: "\ea8b";
}
.icomoon-google-plus:before {
content: "\ea8c";
}
.icomoon-google-plus2:before {
content: "\ea8d";
}
.icomoon-google-plus3:before {
content: "\ea8e";
}
.icomoon-hangouts:before {
content: "\ea8f";
}
.icomoon-google-drive:before {
content: "\ea90";
}
.icomoon-facebook:before {
content: "\ea91";
}
.icomoon-facebook2:before {
content: "\ea92";
}
.icomoon-instagram:before {
content: "\ea93";
}
.icomoon-whatsapp:before {
content: "\ea94";
}
.icomoon-spotify:before {
content: "\ea95";
}
.icomoon-telegram:before {
content: "\ea96";
}
.icomoon-twitter:before {
content: "\ea97";
}
.icomoon-vine:before {
content: "\ea98";
}
.icomoon-vk:before {
content: "\ea99";
}
.icomoon-renren:before {
content: "\ea9a";
}
.icomoon-sina-weibo:before {
content: "\ea9b";
}
.icomoon-rss:before {
content: "\ea9c";
}
.icomoon-rss2:before {
content: "\ea9d";
}
.icomoon-youtube:before {
content: "\ea9e";
}
.icomoon-youtube2:before {
content: "\ea9f";
}
.icomoon-twitch:before {
content: "\eaa0";
}
.icomoon-vimeo:before {
content: "\eaa1";
}
.icomoon-vimeo2:before {
content: "\eaa2";
}
.icomoon-lanyrd:before {
content: "\eaa3";
}
.icomoon-flickr:before {
content: "\eaa4";
}
.icomoon-flickr2:before {
content: "\eaa5";
}
.icomoon-flickr3:before {
content: "\eaa6";
}
.icomoon-flickr4:before {
content: "\eaa7";
}
.icomoon-dribbble:before {
content: "\eaa8";
}
.icomoon-behance:before {
content: "\eaa9";
}
.icomoon-behance2:before {
content: "\eaaa";
}
.icomoon-deviantart:before {
content: "\eaab";
}
.icomoon-500px:before {
content: "\eaac";
}
.icomoon-steam:before {
content: "\eaad";
}
.icomoon-steam2:before {
content: "\eaae";
}
.icomoon-dropbox:before {
content: "\eaaf";
}
.icomoon-onedrive:before {
content: "\eab0";
}
.icomoon-github:before {
content: "\eab1";
}
.icomoon-npm:before {
content: "\eab2";
}
.icomoon-basecamp:before {
content: "\eab3";
}
.icomoon-trello:before {
content: "\eab4";
}
.icomoon-wordpress:before {
content: "\eab5";
}
.icomoon-joomla:before {
content: "\eab6";
}
.icomoon-ello:before {
content: "\eab7";
}
.icomoon-blogger:before {
content: "\eab8";
}
.icomoon-blogger2:before {
content: "\eab9";
}
.icomoon-tumblr:before {
content: "\eaba";
}
.icomoon-tumblr2:before {
content: "\eabb";
}
.icomoon-yahoo:before {
content: "\eabc";
}
.icomoon-yahoo2:before {
content: "\eabd";
}
.icomoon-tux:before {
content: "\eabe";
}
.icomoon-appleinc:before {
content: "\eabf";
}
.icomoon-finder:before {
content: "\eac0";
}
.icomoon-android:before {
content: "\eac1";
}
.icomoon-windows:before {
content: "\eac2";
}
.icomoon-windows8:before {
content: "\eac3";
}
.icomoon-soundcloud:before {
content: "\eac4";
}
.icomoon-soundcloud2:before {
content: "\eac5";
}
.icomoon-skype:before {
content: "\eac6";
}
.icomoon-reddit:before {
content: "\eac7";
}
.icomoon-hackernews:before {
content: "\eac8";
}
.icomoon-wikipedia:before {
content: "\eac9";
}
.icomoon-linkedin:before {
content: "\eaca";
}
.icomoon-linkedin2:before {
content: "\eacb";
}
.icomoon-lastfm:before {
content: "\eacc";
}
.icomoon-lastfm2:before {
content: "\eacd";
}
.icomoon-delicious:before {
content: "\eace";
}
.icomoon-stumbleupon:before {
content: "\eacf";
}
.icomoon-stumbleupon2:before {
content: "\ead0";
}
.icomoon-stackoverflow:before {
content: "\ead1";
}
.icomoon-pinterest:before {
content: "\ead2";
}
.icomoon-pinterest2:before {
content: "\ead3";
}
.icomoon-xing:before {
content: "\ead4";
}
.icomoon-xing2:before {
content: "\ead5";
}
.icomoon-flattr:before {
content: "\ead6";
}
.icomoon-foursquare:before {
content: "\ead7";
}
.icomoon-yelp:before {
content: "\ead8";
}
.icomoon-paypal:before {
content: "\ead9";
}
.icomoon-chrome:before {
content: "\eada";
}
.icomoon-firefox:before {
content: "\eadb";
}
.icomoon-IE:before {
content: "\eadc";
}
.icomoon-edge:before {
content: "\eadd";
}
.icomoon-safari:before {
content: "\eade";
}
.icomoon-opera:before {
content: "\eadf";
}
.icomoon-file-pdf:before {
content: "\eae0";
}
.icomoon-file-openoffice:before {
content: "\eae1";
}
.icomoon-file-word:before {
content: "\eae2";
}
.icomoon-file-excel:before {
content: "\eae3";
}
.icomoon-libreoffice:before {
content: "\eae4";
}
.icomoon-html-five:before {
content: "\eae5";
}
.icomoon-html-five2:before {
content: "\eae6";
}
.icomoon-css3:before {
content: "\eae7";
}
.icomoon-git:before {
content: "\eae8";
}
.icomoon-codepen:before {
content: "\eae9";
}
.icomoon-svg:before {
content: "\eaea";
}
.icomoon-IcoMoon:before {
content: "\eaeb";
}@font-face {
font-family: 'iconic';
src:  url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/iconic.eot?i072xj);
src:  url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/iconic.eot?i072xj#iefix) format('embedded-opentype'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/iconic.ttf?i072xj) format('truetype'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/iconic.woff?i072xj) format('woff'),
url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/iconic.svg?i072xj#iconic) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.iconic{ font-family: 'iconic' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.iconic-chat:before {
content: "\ee92";
}
.iconic-chat-alt-stroke:before {
content: "\ee93";
}
.iconic-chat-alt-fill:before {
content: "\ee94";
}
.iconic-comment-alt1-stroke:before {
content: "\ee95";
}
.iconic-comment:before {
content: "\ee96";
}
.iconic-comment-stroke:before {
content: "\ee97";
}
.iconic-comment-fill:before {
content: "\ee98";
}
.iconic-comment-alt2-stroke:before {
content: "\ee99";
}
.iconic-comment-alt2-fill:before {
content: "\ee9a";
}
.iconic-checkmark1:before {
content: "\ee9b";
}
.iconic-check-alt:before {
content: "\ee9c";
}
.iconic-x:before {
content: "\ee9d";
}
.iconic-x-altx-alt:before {
content: "\ee9e";
}
.iconic-denied:before {
content: "\ee9f";
}
.iconic-cursor:before {
content: "\eea0";
}
.iconic-rss3:before {
content: "\eea1";
}
.iconic-rss-alt:before {
content: "\eea2";
}
.iconic-wrench1:before {
content: "\eea3";
}
.iconic-dial:before {
content: "\eea4";
}
.iconic-cog1:before {
content: "\eea5";
}
.iconic-calendar1:before {
content: "\eea6";
}
.iconic-calendar-alt-stroke:before {
content: "\eea7";
}
.iconic-calendar-alt-fill:before {
content: "\e900";
}
.iconic-share1:before {
content: "\eea8";
}
.iconic-mail1:before {
content: "\eea9";
}
.iconic-heart-stroke:before {
content: "\eeaa";
}
.iconic-heart-fill:before {
content: "\eeab";
}
.iconic-movie:before {
content: "\eeac";
}
.iconic-document-alt-stroke:before {
content: "\eead";
}
.iconic-document-alt-fill:before {
content: "\eeae";
}
.iconic-document-stroke:before {
content: "\eeaf";
}
.iconic-document-fill:before {
content: "\eeb0";
}
.iconic-plus1:before {
content: "\eeb1";
}
.iconic-plus-alt:before {
content: "\eeb2";
}
.iconic-minus1:before {
content: "\eeb3";
}
.iconic-minus-alt:before {
content: "\eeb4";
}
.iconic-pin:before {
content: "\eeb5";
}
.iconic-link1:before {
content: "\eeb6";
}
.iconic-bolt:before {
content: "\eeb7";
}
.iconic-move:before {
content: "\eeb8";
}
.iconic-move-alt1:before {
content: "\eeb9";
}
.iconic-move-alt2:before {
content: "\eeba";
}
.iconic-equalizer1:before {
content: "\eebb";
}
.iconic-award-fill:before {
content: "\eebc";
}
.iconic-award-stroke:before {
content: "\eebd";
}
.iconic-magnifying-glass:before {
content: "\eebe";
}
.iconic-trash-stroke:before {
content: "\eebf";
}
.iconic-trash-fill:before {
content: "\eec0";
}
.iconic-beaker-alt:before {
content: "\eec1";
}
.iconic-beaker:before {
content: "\eec2";
}
.iconic-key-stroke:before {
content: "\eec3";
}
.iconic-key-fill:before {
content: "\eec4";
}
.iconic-new-window:before {
content: "\eec5";
}
.iconic-lightbulb:before {
content: "\eec6";
}
.iconic-spin-alt:before {
content: "\eec7";
}
.iconic-spin:before {
content: "\eec8";
}
.iconic-curved-arrow:before {
content: "\eec9";
}
.iconic-undo1:before {
content: "\eeca";
}
.iconic-reload:before {
content: "\eecb";
}
.iconic-reload-alt:before {
content: "\eecc";
}
.iconic-loop3:before {
content: "\eecd";
}
.iconic-loop-alt1:before {
content: "\eece";
}
.iconic-loop-alt2:before {
content: "\eecf";
}
.iconic-loop-alt3:before {
content: "\eed0";
}
.iconic-loop-alt4:before {
content: "\eed1";
}
.iconic-transfer:before {
content: "\eed2";
}
.iconic-move-vertical:before {
content: "\eed3";
}
.iconic-move-vertical-alt1:before {
content: "\eed4";
}
.iconic-move-vertical-alt2:before {
content: "\eed5";
}
.iconic-move-horizontal:before {
content: "\eed6";
}
.iconic-move-horizontal-alt1:before {
content: "\eed7";
}
.iconic-move-horizontal-alt2:before {
content: "\eed8";
}
.iconic-arrow-left1:before {
content: "\eed9";
}
.iconic-arrow-left-alt1:before {
content: "\eeda";
}
.iconic-arrow-left-alt2:before {
content: "\eedb";
}
.iconic-arrow-right1:before {
content: "\eedc";
}
.iconic-arrow-right-alt1:before {
content: "\eedd";
}
.iconic-arrow-right-alt2:before {
content: "\eede";
}
.iconic-arrow-up1:before {
content: "\eedf";
}
.iconic-arrow-up-alt1:before {
content: "\eee0";
}
.iconic-arrow-up-alt2:before {
content: "\eee1";
}
.iconic-arrow-down1:before {
content: "\eee2";
}
.iconic-arrow-down-alt1:before {
content: "\eee3";
}
.iconic-arrow-down-alt2:before {
content: "\eee4";
}
.iconic-cd:before {
content: "\eee5";
}
.iconic-steering-wheel:before {
content: "\eee6";
}
.iconic-microphone:before {
content: "\eee7";
}
.iconic-headphones1:before {
content: "\eee8";
}
.iconic-volume:before {
content: "\eee9";
}
.iconic-volume-mute1:before {
content: "\eeea";
}
.iconic-play1:before {
content: "\eeeb";
}
.iconic-pause1:before {
content: "\eeec";
}
.iconic-stop1:before {
content: "\eeed";
}
.iconic-eject1:before {
content: "\eeee";
}
.iconic-first1:before {
content: "\eeef";
}
.iconic-last1:before {
content: "\eef0";
}
.iconic-play-alt:before {
content: "\eef1";
}
.iconic-fullscreen-exit:before {
content: "\eef2";
}
.iconic-fullscreen-exit-alt:before {
content: "\eef3";
}
.iconic-fullscreen:before {
content: "\eef4";
}
.iconic-fullscreen-alt:before {
content: "\eef5";
}
.iconic-iphone:before {
content: "\eef6";
}
.iconic-battery-empty:before {
content: "\eef7";
}
.iconic-battery-half:before {
content: "\eef8";
}
.iconic-battery-full:before {
content: "\eef9";
}
.iconic-battery-charging:before {
content: "\eefa";
}
.iconic-compass1:before {
content: "\eefb";
}
.iconic-box1:before {
content: "\eefc";
}
.iconic-folder-stroke:before {
content: "\eefd";
}
.iconic-folder-fill:before {
content: "\eefe";
}
.iconic-at:before {
content: "\eeff";
}
.iconic-ampersand:before {
content: "\ef00";
}
.iconic-info1:before {
content: "\ef01";
}
.iconic-question-mark:before {
content: "\ef02";
}
.iconic-pilcrow1:before {
content: "\ef03";
}
.iconic-hash:before {
content: "\ef04";
}
.iconic-left-quote:before {
content: "\ef05";
}
.iconic-right-quote:before {
content: "\ef06";
}
.iconic-left-quote-alt:before {
content: "\ef07";
}
.iconic-right-quote-alt:before {
content: "\ef08";
}
.iconic-article:before {
content: "\ef09";
}
.iconic-read-more:before {
content: "\ef0a";
}
.iconic-list1:before {
content: "\ef0b";
}
.iconic-list-nested:before {
content: "\ef0c";
}
.iconic-book1:before {
content: "\ef0d";
}
.iconic-book-alt:before {
content: "\ef0e";
}
.iconic-book-alt2:before {
content: "\ef0f";
}
.iconic-pen1:before {
content: "\ef10";
}
.iconic-pen-alt-stroke:before {
content: "\ef11";
}
.iconic-pen-alt-fill:before {
content: "\ef12";
}
.iconic-pen-alt2:before {
content: "\ef13";
}
.iconic-brush:before {
content: "\ef14";
}
.iconic-brush-alt:before {
content: "\ef15";
}
.iconic-eyedropper1:before {
content: "\ef16";
}
.iconic-layers-alt:before {
content: "\ef17";
}
.iconic-layers:before {
content: "\ef18";
}
.iconic-image1:before {
content: "\ef19";
}
.iconic-camera1:before {
content: "\ef1a";
}
.iconic-aperture:before {
content: "\ef1b";
}
.iconic-aperture-alt:before {
content: "\ef1c";
}
.iconic-chart:before {
content: "\ef1d";
}
.iconic-chart-alt:before {
content: "\ef1e";
}
.iconic-bars:before {
content: "\ef1f";
}
.iconic-bars-alt:before {
content: "\ef20";
}
.iconic-eye1:before {
content: "\ef21";
}
.iconic-user1:before {
content: "\ef22";
}
.iconic-home1:before {
content: "\ef23";
}
.iconic-clock1:before {
content: "\ef24";
}
.iconic-lock-stroke:before {
content: "\ef25";
}
.iconic-lock-fill:before {
content: "\ef26";
}
.iconic-unlock-stroke:before {
content: "\ef27";
}
.iconic-unlock-fill:before {
content: "\ef28";
}
.iconic-tag-stroke:before {
content: "\ef29";
}
.iconic-tag-fill:before {
content: "\ef2a";
}
.iconic-sun-stroke:before {
content: "\ef2b";
}
.iconic-sun-fill:before {
content: "\ef2c";
}
.iconic-moon-stroke:before {
content: "\ef2d";
}
.iconic-moon-fill:before {
content: "\ef2e";
}
.iconic-cloud1:before {
content: "\ef2f";
}
.iconic-rain:before {
content: "\ef30";
}
.iconic-umbrella:before {
content: "\ef31";
}
.iconic-star:before {
content: "\ef32";
}
.iconic-map-pin-stroke:before {
content: "\ef33";
}
.iconic-map-pin-fill:before {
content: "\ef34";
}
.iconic-map-pin-alt:before {
content: "\ef35";
}
.iconic-target1:before {
content: "\ef36";
}
.iconic-download1:before {
content: "\ef37";
}
.iconic-upload1:before {
content: "\ef38";
}
.iconic-cloud-download1:before {
content: "\ef39";
}
.iconic-cloud-upload1:before {
content: "\ef3a";
}
.iconic-fork:before {
content: "\ef3b";
}
.iconic-paperclip:before {
content: "\ef3c";
}.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-brands-400.eot);src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-brands-400.woff2) format("woff2"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-brands-400.woff) format("woff"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-brands-400.ttf) format("truetype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-regular-400.eot);src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-regular-400.woff2) format("woff2"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-regular-400.woff) format("woff"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-regular-400.ttf) format("truetype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-solid-900.eot);src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-solid-900.woff2) format("woff2"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-solid-900.woff) format("woff"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-solid-900.ttf) format("truetype"),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}@font-face {
font-family: 'LineIcons';
src: url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/LineIcons.eot);
src: url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/LineIcons.eot) format('embedded-opentype'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/LineIcons.woff2) format('woff2'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/LineIcons.woff) format('woff'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/LineIcons.ttf) format('truetype'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/LineIcons.svg) format('svg');
font-weight: normal;
font-style: normal;
} .lni {
display: inline-block;
font: normal normal normal 1em/1 'LineIcons';
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .lni-sm {
font-size: 0.8em;
}
.lni-lg {
font-size: 1.2em;
} .lni-16 {
font-size: 16px;
}
.lni-32 {
font-size: 32px;
} .lni-bg-square,
.lni-bg-circle {
padding: 0.35em;
background-color: #eee;
}
.lni-bg-circle {
border-radius: 50%;
} .lni-ul {
padding-left: 0;
list-style-type: none;
}
.lni-ul > li {
display: flex;
align-items: flex-start;
line-height: 1.4;
}
.lni-ul > li > .lni {
margin-right: 0.4em;
line-height: inherit;
} .lni-is-spinning {
-webkit-animation: lni-spin 2s infinite linear;
-moz-animation: lni-spin 2s infinite linear;
animation: lni-spin 2s infinite linear;
}
@-webkit-keyframes lni-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes lni-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@keyframes lni-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .lni-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.lni-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.lni-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.lni-flip-y {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.lni-flip-x {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .lni-500px::before {
content: "\ea02";
}
.lni-add-files::before {
content: "\ea03";
}
.lni-alarm-clock::before {
content: "\ea04";
}
.lni-alarm::before {
content: "\ea05";
}
.lni-airbnb::before {
content: "\ea06";
}
.lni-adobe::before {
content: "\ea07";
}
.lni-amazon-pay::before {
content: "\ea08";
}
.lni-amazon::before {
content: "\ea09";
}
.lni-amex::before {
content: "\ea0a";
}
.lni-anchor::before {
content: "\ea0b";
}
.lni-amazon-original::before {
content: "\ea0c";
}
.lni-android-original::before {
content: "\ea0d";
}
.lni-android::before {
content: "\ea0e";
}
.lni-angellist::before {
content: "\ea0f";
}
.lni-angle-double-down::before {
content: "\ea10";
}
.lni-angle-double-left::before {
content: "\ea11";
}
.lni-angle-double-right::before {
content: "\ea12";
}
.lni-angle-double-up::before {
content: "\ea13";
}
.lni-angular::before {
content: "\ea14";
}
.lni-apartment::before {
content: "\ea15";
}
.lni-app-store::before {
content: "\ea16";
}
.lni-apple-pay::before {
content: "\ea17";
}
.lni-apple::before {
content: "\ea18";
}
.lni-archive::before {
content: "\ea19";
}
.lni-arrow-down-circle::before {
content: "\ea1a";
}
.lni-arrow-left-circle::before {
content: "\ea1b";
}
.lni-arrow-left::before {
content: "\ea1c";
}
.lni-arrow-right-circle::before {
content: "\ea1d";
}
.lni-arrow-right::before {
content: "\ea1e";
}
.lni-arrow-top-left::before {
content: "\ea1f";
}
.lni-arrow-top-right::before {
content: "\ea20";
}
.lni-arrow-up-circle::before {
content: "\ea21";
}
.lni-arrow-up::before {
content: "\ea22";
}
.lni-arrows-horizontal::before {
content: "\ea23";
}
.lni-arrows-vertical::before {
content: "\ea24";
}
.lni-atlassian::before {
content: "\ea25";
}
.lni-aws::before {
content: "\ea26";
}
.lni-arrow-down::before {
content: "\ea27";
}
.lni-ambulance::before {
content: "\ea28";
}
.lni-agenda::before {
content: "\ea29";
}
.lni-backward::before {
content: "\ea2a";
}
.lni-baloon::before {
content: "\ea2b";
}
.lni-ban::before {
content: "\ea2c";
}
.lni-bar-chart::before {
content: "\ea2d";
}
.lni-behance-original::before {
content: "\ea2e";
}
.lni-bitbucket::before {
content: "\ea2f";
}
.lni-bitcoin::before {
content: "\ea30";
}
.lni-blackboard::before {
content: "\ea31";
}
.lni-blogger::before {
content: "\ea32";
}
.lni-bluetooth::before {
content: "\ea33";
}
.lni-bold::before {
content: "\ea34";
}
.lni-bolt-alt::before {
content: "\ea35";
}
.lni-bolt::before {
content: "\ea36";
}
.lni-book::before {
content: "\ea37";
}
.lni-bookmark-alt::before {
content: "\ea38";
}
.lni-bookmark::before {
content: "\ea39";
}
.lni-bootstrap::before {
content: "\ea3a";
}
.lni-bricks::before {
content: "\ea3b";
}
.lni-bridge::before {
content: "\ea3c";
}
.lni-briefcase::before {
content: "\ea3d";
}
.lni-brush-alt::before {
content: "\ea3e";
}
.lni-brush::before {
content: "\ea3f";
}
.lni-bubble::before {
content: "\ea40";
}
.lni-bug::before {
content: "\ea41";
}
.lni-bulb::before {
content: "\ea42";
}
.lni-bullhorn::before {
content: "\ea43";
}
.lni-burger::before {
content: "\ea44";
}
.lni-bus::before {
content: "\ea45";
}
.lni-cake::before {
content: "\ea46";
}
.lni-calculator::before {
content: "\ea47";
}
.lni-calendar::before {
content: "\ea48";
}
.lni-camera::before {
content: "\ea49";
}
.lni-candy-cane::before {
content: "\ea4a";
}
.lni-candy::before {
content: "\ea4b";
}
.lni-capsule::before {
content: "\ea4c";
}
.lni-car-alt::before {
content: "\ea4d";
}
.lni-car::before {
content: "\ea4e";
}
.lni-caravan::before {
content: "\ea4f";
}
.lni-cart-full::before {
content: "\ea50";
}
.lni-cart::before {
content: "\ea51";
}
.lni-certificate::before {
content: "\ea52";
}
.lni-checkbox::before {
content: "\ea53";
}
.lni-checkmark-circle::before {
content: "\ea54";
}
.lni-checkmark::before {
content: "\ea55";
}
.lni-chef-hat::before {
content: "\ea56";
}
.lni-chevron-down-circle::before {
content: "\ea57";
}
.lni-chevron-down::before {
content: "\ea58";
}
.lni-chevron-left-circle::before {
content: "\ea59";
}
.lni-chevron-left::before {
content: "\ea5a";
}
.lni-chevron-right-circle::before {
content: "\ea5b";
}
.lni-chevron-right::before {
content: "\ea5c";
}
.lni-chevron-up-circle::before {
content: "\ea5d";
}
.lni-chevron-up::before {
content: "\ea5e";
}
.lni-chrome::before {
content: "\ea5f";
}
.lni-circle-minus::before {
content: "\ea60";
}
.lni-circle-plus::before {
content: "\ea61";
}
.lni-clipboard::before {
content: "\ea62";
}
.lni-close::before {
content: "\ea63";
}
.lni-cloud-check::before {
content: "\ea64";
}
.lni-cloud-download::before {
content: "\ea65";
}
.lni-cloud-network::before {
content: "\ea66";
}
.lni-cloud-sync::before {
content: "\ea67";
}
.lni-cloud-upload::before {
content: "\ea68";
}
.lni-cloud::before {
content: "\ea69";
}
.lni-cloudy-sun::before {
content: "\ea6a";
}
.lni-code-alt::before {
content: "\ea6b";
}
.lni-code::before {
content: "\ea6c";
}
.lni-codepen::before {
content: "\ea6d";
}
.lni-coffee-cup::before {
content: "\ea6e";
}
.lni-cog::before {
content: "\ea6f";
}
.lni-cogs::before {
content: "\ea70";
}
.lni-coin::before {
content: "\ea71";
}
.lni-comments-alt::before {
content: "\ea72";
}
.lni-comments-reply::before {
content: "\ea73";
}
.lni-comments::before {
content: "\ea74";
}
.lni-compass::before {
content: "\ea75";
}
.lni-construction-hammer::before {
content: "\ea76";
}
.lni-construction::before {
content: "\ea77";
}
.lni-consulting::before {
content: "\ea78";
}
.lni-control-panel::before {
content: "\ea79";
}
.lni-cpanel::before {
content: "\ea7a";
}
.lni-creative-commons::before {
content: "\ea7b";
}
.lni-credit-cards::before {
content: "\ea7c";
}
.lni-crop::before {
content: "\ea7d";
}
.lni-cross-circle::before {
content: "\ea7e";
}
.lni-crown::before {
content: "\ea7f";
}
.lni-css3::before {
content: "\ea80";
}
.lni-cup::before {
content: "\ea81";
}
.lni-customer::before {
content: "\ea82";
}
.lni-cut::before {
content: "\ea83";
}
.lni-dashboard::before {
content: "\ea84";
}
.lni-database::before {
content: "\ea85";
}
.lni-delivery::before {
content: "\ea86";
}
.lni-dev::before {
content: "\ea87";
}
.lni-diamond-alt::before {
content: "\ea88";
}
.lni-diamond::before {
content: "\ea89";
}
.lni-diners-club::before {
content: "\ea8a";
}
.lni-dinner::before {
content: "\ea8b";
}
.lni-direction-alt::before {
content: "\ea8c";
}
.lni-direction-ltr::before {
content: "\ea8d";
}
.lni-direction-rtl::before {
content: "\ea8e";
}
.lni-direction::before {
content: "\ea8f";
}
.lni-discord::before {
content: "\ea90";
}
.lni-discover::before {
content: "\ea91";
}
.lni-display-alt::before {
content: "\ea92";
}
.lni-display::before {
content: "\ea93";
}
.lni-docker::before {
content: "\ea94";
}
.lni-dollar::before {
content: "\ea95";
}
.lni-domain::before {
content: "\ea96";
}
.lni-download::before {
content: "\ea97";
}
.lni-dribbble::before {
content: "\ea98";
}
.lni-drop::before {
content: "\ea99";
}
.lni-dropbox-original::before {
content: "\ea9a";
}
.lni-dropbox::before {
content: "\ea9b";
}
.lni-drupal-original::before {
content: "\ea9c";
}
.lni-drupal::before {
content: "\ea9d";
}
.lni-dumbbell::before {
content: "\ea9e";
}
.lni-edge::before {
content: "\ea9f";
}
.lni-emoji-cool::before {
content: "\eaa0";
}
.lni-emoji-friendly::before {
content: "\eaa1";
}
.lni-emoji-happy::before {
content: "\eaa2";
}
.lni-emoji-sad::before {
content: "\eaa3";
}
.lni-emoji-smile::before {
content: "\eaa4";
}
.lni-emoji-speechless::before {
content: "\eaa5";
}
.lni-emoji-suspect::before {
content: "\eaa6";
}
.lni-emoji-tounge::before {
content: "\eaa7";
}
.lni-empty-file::before {
content: "\eaa8";
}
.lni-enter::before {
content: "\eaa9";
}
.lni-envato::before {
content: "\eaaa";
}
.lni-envelope::before {
content: "\eaab";
}
.lni-eraser::before {
content: "\eaac";
}
.lni-euro::before {
content: "\eaad";
}
.lni-exit-down::before {
content: "\eaae";
}
.lni-exit-up::before {
content: "\eaaf";
}
.lni-exit::before {
content: "\eab0";
}
.lni-eye::before {
content: "\eab1";
}
.lni-facebook-filled::before {
content: "\eab2";
}
.lni-facebook-messenger::before {
content: "\eab3";
}
.lni-facebook-original::before {
content: "\eab4";
}
.lni-facebook-oval::before {
content: "\eab5";
}
.lni-facebook::before {
content: "\eab6";
}
.lni-figma::before {
content: "\eab7";
}
.lni-files::before {
content: "\eab8";
}
.lni-firefox-original::before {
content: "\eab9";
}
.lni-firefox::before {
content: "\eaba";
}
.lni-fireworks::before {
content: "\eabb";
}
.lni-first-aid::before {
content: "\eabc";
}
.lni-flag-alt::before {
content: "\eabd";
}
.lni-flag::before {
content: "\eabe";
}
.lni-flags::before {
content: "\eabf";
}
.lni-flickr::before {
content: "\eac0";
}
.lni-basketball::before {
content: "\eac1";
}
.lni-behance::before {
content: "\eac2";
}
.lni-forward::before {
content: "\eac3";
}
.lni-frame-expand::before {
content: "\eac4";
}
.lni-flower::before {
content: "\eac5";
}
.lni-full-screen::before {
content: "\eac6";
}
.lni-funnel::before {
content: "\eac7";
}
.lni-gallery::before {
content: "\eac8";
}
.lni-game::before {
content: "\eac9";
}
.lni-gift::before {
content: "\eaca";
}
.lni-git::before {
content: "\eacb";
}
.lni-github-original::before {
content: "\eacc";
}
.lni-github::before {
content: "\eacd";
}
.lni-goodreads::before {
content: "\eace";
}
.lni-google-drive::before {
content: "\eacf";
}
.lni-google-pay::before {
content: "\ead0";
}
.lni-fresh-juice::before {
content: "\ead1";
}
.lni-folder::before {
content: "\ead2";
}
.lni-bi-cycle::before {
content: "\ead3";
}
.lni-graph::before {
content: "\ead4";
}
.lni-grid-alt::before {
content: "\ead5";
}
.lni-grid::before {
content: "\ead6";
}
.lni-google-wallet::before {
content: "\ead7";
}
.lni-grow::before {
content: "\ead8";
}
.lni-hammer::before {
content: "\ead9";
}
.lni-hand::before {
content: "\eada";
}
.lni-handshake::before {
content: "\eadb";
}
.lni-harddrive::before {
content: "\eadc";
}
.lni-headphone-alt::before {
content: "\eadd";
}
.lni-headphone::before {
content: "\eade";
}
.lni-heart-filled::before {
content: "\eadf";
}
.lni-heart-monitor::before {
content: "\eae0";
}
.lni-heart::before {
content: "\eae1";
}
.lni-helicopter::before {
content: "\eae2";
}
.lni-helmet::before {
content: "\eae3";
}
.lni-help::before {
content: "\eae4";
}
.lni-highlight-alt::before {
content: "\eae5";
}
.lni-highlight::before {
content: "\eae6";
}
.lni-home::before {
content: "\eae7";
}
.lni-hospital::before {
content: "\eae8";
}
.lni-hourglass::before {
content: "\eae9";
}
.lni-html5::before {
content: "\eaea";
}
.lni-image::before {
content: "\eaeb";
}
.lni-inbox::before {
content: "\eaec";
}
.lni-indent-decrease::before {
content: "\eaed";
}
.lni-indent-increase::before {
content: "\eaee";
}
.lni-infinite::before {
content: "\eaef";
}
.lni-information::before {
content: "\eaf0";
}
.lni-instagram-filled::before {
content: "\eaf1";
}
.lni-instagram-original::before {
content: "\eaf2";
}
.lni-instagram::before {
content: "\eaf3";
}
.lni-invention::before {
content: "\eaf4";
}
.lni-graduation::before {
content: "\eaf5";
}
.lni-invest-monitor::before {
content: "\eaf6";
}
.lni-island::before {
content: "\eaf7";
}
.lni-italic::before {
content: "\eaf8";
}
.lni-java::before {
content: "\eaf9";
}
.lni-javascript::before {
content: "\eafa";
}
.lni-jcb::before {
content: "\eafb";
}
.lni-joomla-original::before {
content: "\eafc";
}
.lni-joomla::before {
content: "\eafd";
}
.lni-jsfiddle::before {
content: "\eafe";
}
.lni-juice::before {
content: "\eaff";
}
.lni-key::before {
content: "\eb00";
}
.lni-keyboard::before {
content: "\eb01";
}
.lni-keyword-research::before {
content: "\eb02";
}
.lni-hacker-news::before {
content: "\eb03";
}
.lni-google::before {
content: "\eb04";
}
.lni-laravel::before {
content: "\eb05";
}
.lni-layers::before {
content: "\eb06";
}
.lni-layout::before {
content: "\eb07";
}
.lni-leaf::before {
content: "\eb08";
}
.lni-library::before {
content: "\eb09";
}
.lni-licencse::before {
content: "\eb0a";
}
.lni-life-ring::before {
content: "\eb0b";
}
.lni-line-dashed::before {
content: "\eb0c";
}
.lni-line-dotted::before {
content: "\eb0d";
}
.lni-line-double::before {
content: "\eb0e";
}
.lni-line-spacing::before {
content: "\eb0f";
}
.lni-line::before {
content: "\eb10";
}
.lni-lineicons-alt::before {
content: "\eb11";
}
.lni-lineicons::before {
content: "\eb12";
}
.lni-link::before {
content: "\eb13";
}
.lni-linkedin-original::before {
content: "\eb14";
}
.lni-linkedin::before {
content: "\eb15";
}
.lni-list::before {
content: "\eb16";
}
.lni-lock-alt::before {
content: "\eb17";
}
.lni-lock::before {
content: "\eb18";
}
.lni-magnet::before {
content: "\eb19";
}
.lni-magnifier::before {
content: "\eb1a";
}
.lni-mailchimp::before {
content: "\eb1b";
}
.lni-map-marker::before {
content: "\eb1c";
}
.lni-map::before {
content: "\eb1d";
}
.lni-mashroom::before {
content: "\eb1e";
}
.lni-mastercard::before {
content: "\eb1f";
}
.lni-medall-alt::before {
content: "\eb20";
}
.lni-medall::before {
content: "\eb21";
}
.lni-medium::before {
content: "\eb22";
}
.lni-laptop::before {
content: "\eb23";
}
.lni-investment::before {
content: "\eb24";
}
.lni-laptop-phone::before {
content: "\eb25";
}
.lni-megento::before {
content: "\eb26";
}
.lni-mic::before {
content: "\eb27";
}
.lni-microphone::before {
content: "\eb28";
}
.lni-menu::before {
content: "\eb29";
}
.lni-microscope::before {
content: "\eb2a";
}
.lni-money-location::before {
content: "\eb2b";
}
.lni-minus::before {
content: "\eb2c";
}
.lni-mobile::before {
content: "\eb2d";
}
.lni-more-alt::before {
content: "\eb2e";
}
.lni-mouse::before {
content: "\eb2f";
}
.lni-move::before {
content: "\eb30";
}
.lni-music::before {
content: "\eb31";
}
.lni-network::before {
content: "\eb32";
}
.lni-night::before {
content: "\eb33";
}
.lni-nodejs-alt::before {
content: "\eb34";
}
.lni-nodejs::before {
content: "\eb35";
}
.lni-notepad::before {
content: "\eb36";
}
.lni-npm::before {
content: "\eb37";
}
.lni-offer::before {
content: "\eb38";
}
.lni-opera::before {
content: "\eb39";
}
.lni-package::before {
content: "\eb3a";
}
.lni-page-break::before {
content: "\eb3b";
}
.lni-pagination::before {
content: "\eb3c";
}
.lni-paint-bucket::before {
content: "\eb3d";
}
.lni-paint-roller::before {
content: "\eb3e";
}
.lni-pallet::before {
content: "\eb3f";
}
.lni-paperclip::before {
content: "\eb40";
}
.lni-more::before {
content: "\eb41";
}
.lni-pause::before {
content: "\eb42";
}
.lni-paypal-original::before {
content: "\eb43";
}
.lni-microsoft::before {
content: "\eb44";
}
.lni-money-protection::before {
content: "\eb45";
}
.lni-pencil::before {
content: "\eb46";
}
.lni-paypal::before {
content: "\eb47";
}
.lni-pencil-alt::before {
content: "\eb48";
}
.lni-patreon::before {
content: "\eb49";
}
.lni-phone-set::before {
content: "\eb4a";
}
.lni-phone::before {
content: "\eb4b";
}
.lni-pin::before {
content: "\eb4c";
}
.lni-pinterest::before {
content: "\eb4d";
}
.lni-pie-chart::before {
content: "\eb4e";
}
.lni-pilcrow::before {
content: "\eb4f";
}
.lni-plane::before {
content: "\eb50";
}
.lni-play::before {
content: "\eb51";
}
.lni-plug::before {
content: "\eb52";
}
.lni-plus::before {
content: "\eb53";
}
.lni-pointer-down::before {
content: "\eb54";
}
.lni-pointer-left::before {
content: "\eb55";
}
.lni-pointer-right::before {
content: "\eb56";
}
.lni-pointer-up::before {
content: "\eb57";
}
.lni-play-store::before {
content: "\eb58";
}
.lni-pizza::before {
content: "\eb59";
}
.lni-postcard::before {
content: "\eb5a";
}
.lni-pound::before {
content: "\eb5b";
}
.lni-power-switch::before {
content: "\eb5c";
}
.lni-printer::before {
content: "\eb5d";
}
.lni-producthunt::before {
content: "\eb5e";
}
.lni-protection::before {
content: "\eb5f";
}
.lni-pulse::before {
content: "\eb60";
}
.lni-pyramids::before {
content: "\eb61";
}
.lni-python::before {
content: "\eb62";
}
.lni-pointer::before {
content: "\eb63";
}
.lni-popup::before {
content: "\eb64";
}
.lni-quotation::before {
content: "\eb65";
}
.lni-radio-button::before {
content: "\eb66";
}
.lni-rain::before {
content: "\eb67";
}
.lni-quora::before {
content: "\eb68";
}
.lni-react::before {
content: "\eb69";
}
.lni-question-circle::before {
content: "\eb6a";
}
.lni-php::before {
content: "\eb6b";
}
.lni-reddit::before {
content: "\eb6c";
}
.lni-reload::before {
content: "\eb6d";
}
.lni-restaurant::before {
content: "\eb6e";
}
.lni-road::before {
content: "\eb6f";
}
.lni-rocket::before {
content: "\eb70";
}
.lni-rss-feed::before {
content: "\eb71";
}
.lni-ruler-alt::before {
content: "\eb72";
}
.lni-ruler-pencil::before {
content: "\eb73";
}
.lni-ruler::before {
content: "\eb74";
}
.lni-rupee::before {
content: "\eb75";
}
.lni-save::before {
content: "\eb76";
}
.lni-school-bench-alt::before {
content: "\eb77";
}
.lni-school-bench::before {
content: "\eb78";
}
.lni-scooter::before {
content: "\eb79";
}
.lni-scroll-down::before {
content: "\eb7a";
}
.lni-search-alt::before {
content: "\eb7b";
}
.lni-search::before {
content: "\eb7c";
}
.lni-select::before {
content: "\eb7d";
}
.lni-seo::before {
content: "\eb7e";
}
.lni-service::before {
content: "\eb7f";
}
.lni-share-alt::before {
content: "\eb80";
}
.lni-share::before {
content: "\eb81";
}
.lni-shield::before {
content: "\eb82";
}
.lni-shift-left::before {
content: "\eb83";
}
.lni-shift-right::before {
content: "\eb84";
}
.lni-ship::before {
content: "\eb85";
}
.lni-shopify::before {
content: "\eb86";
}
.lni-shopping-basket::before {
content: "\eb87";
}
.lni-shortcode::before {
content: "\eb88";
}
.lni-shovel::before {
content: "\eb89";
}
.lni-shuffle::before {
content: "\eb8a";
}
.lni-signal::before {
content: "\eb8b";
}
.lni-sketch::before {
content: "\eb8c";
}
.lni-skipping-rope::before {
content: "\eb8d";
}
.lni-skype::before {
content: "\eb8e";
}
.lni-slack::before {
content: "\eb8f";
}
.lni-slice::before {
content: "\eb90";
}
.lni-slideshare::before {
content: "\eb91";
}
.lni-slim::before {
content: "\eb92";
}
.lni-reply::before {
content: "\eb93";
}
.lni-sort-alpha-asc::before {
content: "\eb94";
}
.lni-remove-file::before {
content: "\eb95";
}
.lni-sort-amount-dsc::before {
content: "\eb96";
}
.lni-sort-amount-asc::before {
content: "\eb97";
}
.lni-soundcloud::before {
content: "\eb98";
}
.lni-souncloud-original::before {
content: "\eb99";
}
.lni-spiner-solid::before {
content: "\eb9a";
}
.lni-revenue::before {
content: "\eb9b";
}
.lni-spinner::before {
content: "\eb9c";
}
.lni-spellcheck::before {
content: "\eb9d";
}
.lni-spotify::before {
content: "\eb9e";
}
.lni-spray::before {
content: "\eb9f";
}
.lni-sprout::before {
content: "\eba0";
}
.lni-snapchat::before {
content: "\eba1";
}
.lni-stamp::before {
content: "\eba2";
}
.lni-star-empty::before {
content: "\eba3";
}
.lni-star-filled::before {
content: "\eba4";
}
.lni-star-half::before {
content: "\eba5";
}
.lni-star::before {
content: "\eba6";
}
.lni-stats-down::before {
content: "\eba7";
}
.lni-spinner-arrow::before {
content: "\eba8";
}
.lni-steam::before {
content: "\eba9";
}
.lni-stackoverflow::before {
content: "\ebaa";
}
.lni-stop::before {
content: "\ebab";
}
.lni-strikethrough::before {
content: "\ebac";
}
.lni-sthethoscope::before {
content: "\ebad";
}
.lni-stumbleupon::before {
content: "\ebae";
}
.lni-sun::before {
content: "\ebaf";
}
.lni-support::before {
content: "\ebb0";
}
.lni-surf-board::before {
content: "\ebb1";
}
.lni-swift::before {
content: "\ebb2";
}
.lni-syringe::before {
content: "\ebb3";
}
.lni-tab::before {
content: "\ebb4";
}
.lni-tag::before {
content: "\ebb5";
}
.lni-target-customer::before {
content: "\ebb6";
}
.lni-target-revenue::before {
content: "\ebb7";
}
.lni-target::before {
content: "\ebb8";
}
.lni-taxi::before {
content: "\ebb9";
}
.lni-stats-up::before {
content: "\ebba";
}
.lni-telegram-original::before {
content: "\ebbb";
}
.lni-telegram::before {
content: "\ebbc";
}
.lni-text-align-center::before {
content: "\ebbd";
}
.lni-text-align-justify::before {
content: "\ebbe";
}
.lni-text-align-left::before {
content: "\ebbf";
}
.lni-text-format-remove::before {
content: "\ebc0";
}
.lni-text-align-right::before {
content: "\ebc1";
}
.lni-text-format::before {
content: "\ebc2";
}
.lni-thought::before {
content: "\ebc3";
}
.lni-thumbs-down::before {
content: "\ebc4";
}
.lni-thumbs-up::before {
content: "\ebc5";
}
.lni-thunder-alt::before {
content: "\ebc6";
}
.lni-thunder::before {
content: "\ebc7";
}
.lni-ticket-alt::before {
content: "\ebc8";
}
.lni-ticket::before {
content: "\ebc9";
}
.lni-timer::before {
content: "\ebca";
}
.lni-train-alt::before {
content: "\ebcb";
}
.lni-train::before {
content: "\ebcc";
}
.lni-trash::before {
content: "\ebcd";
}
.lni-travel::before {
content: "\ebce";
}
.lni-tree::before {
content: "\ebcf";
}
.lni-trees::before {
content: "\ebd0";
}
.lni-trello::before {
content: "\ebd1";
}
.lni-trowel::before {
content: "\ebd2";
}
.lni-tshirt::before {
content: "\ebd3";
}
.lni-tumblr::before {
content: "\ebd4";
}
.lni-twitch::before {
content: "\ebd5";
}
.lni-twitter-filled::before {
content: "\ebd6";
}
.lni-twitter-original::before {
content: "\ebd7";
}
.lni-twitter::before {
content: "\ebd8";
}
.lni-ubuntu::before {
content: "\ebd9";
}
.lni-underline::before {
content: "\ebda";
}
.lni-unlink::before {
content: "\ebdb";
}
.lni-unlock::before {
content: "\ebdc";
}
.lni-upload::before {
content: "\ebdd";
}
.lni-user::before {
content: "\ebde";
}
.lni-users::before {
content: "\ebdf";
}
.lni-ux::before {
content: "\ebe0";
}
.lni-vector::before {
content: "\ebe1";
}
.lni-video::before {
content: "\ebe2";
}
.lni-vimeo::before {
content: "\ebe3";
}
.lni-visa::before {
content: "\ebe4";
}
.lni-vk::before {
content: "\ebe5";
}
.lni-volume-high::before {
content: "\ebe6";
}
.lni-volume-low::before {
content: "\ebe7";
}
.lni-volume-medium::before {
content: "\ebe8";
}
.lni-volume-mute::before {
content: "\ebe9";
}
.lni-volume::before {
content: "\ebea";
}
.lni-wallet::before {
content: "\ebeb";
}
.lni-warning::before {
content: "\ebec";
}
.lni-website-alt::before {
content: "\ebed";
}
.lni-website::before {
content: "\ebee";
}
.lni-wechat::before {
content: "\ebef";
}
.lni-weight::before {
content: "\ebf0";
}
.lni-whatsapp::before {
content: "\ebf1";
}
.lni-wheelbarrow::before {
content: "\ebf2";
}
.lni-wheelchair::before {
content: "\ebf3";
}
.lni-windows::before {
content: "\ebf4";
}
.lni-wordpress-filled::before {
content: "\ebf5";
}
.lni-wordpress::before {
content: "\ebf6";
}
.lni-world-alt::before {
content: "\ebf7";
}
.lni-world::before {
content: "\ebf8";
}
.lni-write::before {
content: "\ebf9";
}
.lni-yahoo::before {
content: "\ebfa";
}
.lni-ycombinator::before {
content: "\ebfb";
}
.lni-yen::before {
content: "\ebfc";
}
.lni-youtube::before {
content: "\ebfd";
}
.lni-zip::before {
content: "\ebfe";
}
.lni-zoom-in::before {
content: "\ebff";
}
.lni-zoom-out::before {
content: "\ec00";
}
.lni-teabag::before {
content: "\ec01";
}
.lni-stripe::before {
content: "\ec02";
}
.lni-spotify-original::before {
content: "\ec03";
}@font-face {
font-family: 'Icons';
src: url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/open-iconic.eot);
src: url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/open-iconic.eot?#iconic-sm) format('embedded-opentype'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/open-iconic.woff) format('woff'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/open-iconic.ttf) format('truetype'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/open-iconic.otf) format('opentype'), url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/open-iconic.svg#iconic-sm) format('svg');
font-weight: normal;
font-style: normal;
}
.oi {
position: relative;
top: 1px;
display: inline-block;
speak:none;
font-family: 'Icons';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.oi:empty:before {
width: 1em;
text-align: center;
box-sizing: content-box;
}
.oi.oi-align-center:before {
text-align: center;
}
.oi.oi-align-left:before {
text-align: left;
}
.oi.oi-align-right:before {
text-align: right;
}
.oi.oi-flip-horizontal:before {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.oi.oi-flip-vertical:before {
-webkit-transform: scale(1, -1);
-ms-transform: scale(-1, 1);
transform: scale(1, -1);
}
.oi.oi-flip-horizontal-vertical:before {
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, 1);
transform: scale(-1, -1);
}
.oi-account-login:before {
content:'\e000';
}
.oi-account-logout:before {
content:'\e001';
}
.oi-action-redo:before {
content:'\e002';
}
.oi-action-undo:before {
content:'\e003';
}
.oi-align-center:before {
content:'\e004';
}
.oi-align-left:before {
content:'\e005';
}
.oi-align-right:before {
content:'\e006';
}
.oi-aperture:before {
content:'\e007';
}
.oi-arrow-bottom:before {
content:'\e008';
}
.oi-arrow-circle-bottom:before {
content:'\e009';
}
.oi-arrow-circle-left:before {
content:'\e00a';
}
.oi-arrow-circle-right:before {
content:'\e00b';
}
.oi-arrow-circle-top:before {
content:'\e00c';
}
.oi-arrow-left:before {
content:'\e00d';
}
.oi-arrow-right:before {
content:'\e00e';
}
.oi-arrow-thick-bottom:before {
content:'\e00f';
}
.oi-arrow-thick-left:before {
content:'\e010';
}
.oi-arrow-thick-right:before {
content:'\e011';
}
.oi-arrow-thick-top:before {
content:'\e012';
}
.oi-arrow-top:before {
content:'\e013';
}
.oi-audio-spectrum:before {
content:'\e014';
}
.oi-audio:before {
content:'\e015';
}
.oi-badge:before {
content:'\e016';
}
.oi-ban:before {
content:'\e017';
}
.oi-bar-chart:before {
content:'\e018';
}
.oi-basket:before {
content:'\e019';
}
.oi-battery-empty:before {
content:'\e01a';
}
.oi-battery-full:before {
content:'\e01b';
}
.oi-beaker:before {
content:'\e01c';
}
.oi-bell:before {
content:'\e01d';
}
.oi-bluetooth:before {
content:'\e01e';
}
.oi-bold:before {
content:'\e01f';
}
.oi-bolt:before {
content:'\e020';
}
.oi-book:before {
content:'\e021';
}
.oi-bookmark:before {
content:'\e022';
}
.oi-box:before {
content:'\e023';
}
.oi-briefcase:before {
content:'\e024';
}
.oi-british-pound:before {
content:'\e025';
}
.oi-browser:before {
content:'\e026';
}
.oi-brush:before {
content:'\e027';
}
.oi-bug:before {
content:'\e028';
}
.oi-bullhorn:before {
content:'\e029';
}
.oi-calculator:before {
content:'\e02a';
}
.oi-calendar:before {
content:'\e02b';
}
.oi-camera-slr:before {
content:'\e02c';
}
.oi-caret-bottom:before {
content:'\e02d';
}
.oi-caret-left:before {
content:'\e02e';
}
.oi-caret-right:before {
content:'\e02f';
}
.oi-caret-top:before {
content:'\e030';
}
.oi-cart:before {
content:'\e031';
}
.oi-chat:before {
content:'\e032';
}
.oi-check:before {
content:'\e033';
}
.oi-chevron-bottom:before {
content:'\e034';
}
.oi-chevron-left:before {
content:'\e035';
}
.oi-chevron-right:before {
content:'\e036';
}
.oi-chevron-top:before {
content:'\e037';
}
.oi-circle-check:before {
content:'\e038';
}
.oi-circle-x:before {
content:'\e039';
}
.oi-clipboard:before {
content:'\e03a';
}
.oi-clock:before {
content:'\e03b';
}
.oi-cloud-download:before {
content:'\e03c';
}
.oi-cloud-upload:before {
content:'\e03d';
}
.oi-cloud:before {
content:'\e03e';
}
.oi-cloudy:before {
content:'\e03f';
}
.oi-code:before {
content:'\e040';
}
.oi-cog:before {
content:'\e041';
}
.oi-collapse-down:before {
content:'\e042';
}
.oi-collapse-left:before {
content:'\e043';
}
.oi-collapse-right:before {
content:'\e044';
}
.oi-collapse-up:before {
content:'\e045';
}
.oi-command:before {
content:'\e046';
}
.oi-comment-square:before {
content:'\e047';
}
.oi-compass:before {
content:'\e048';
}
.oi-contrast:before {
content:'\e049';
}
.oi-copywriting:before {
content:'\e04a';
}
.oi-credit-card:before {
content:'\e04b';
}
.oi-crop:before {
content:'\e04c';
}
.oi-dashboard:before {
content:'\e04d';
}
.oi-data-transfer-download:before {
content:'\e04e';
}
.oi-data-transfer-upload:before {
content:'\e04f';
}
.oi-delete:before {
content:'\e050';
}
.oi-dial:before {
content:'\e051';
}
.oi-document:before {
content:'\e052';
}
.oi-dollar:before {
content:'\e053';
}
.oi-double-quote-sans-left:before {
content:'\e054';
}
.oi-double-quote-sans-right:before {
content:'\e055';
}
.oi-double-quote-serif-left:before {
content:'\e056';
}
.oi-double-quote-serif-right:before {
content:'\e057';
}
.oi-droplet:before {
content:'\e058';
}
.oi-eject:before {
content:'\e059';
}
.oi-elevator:before {
content:'\e05a';
}
.oi-ellipses:before {
content:'\e05b';
}
.oi-envelope-closed:before {
content:'\e05c';
}
.oi-envelope-open:before {
content:'\e05d';
}
.oi-euro:before {
content:'\e05e';
}
.oi-excerpt:before {
content:'\e05f';
}
.oi-expand-down:before {
content:'\e060';
}
.oi-expand-left:before {
content:'\e061';
}
.oi-expand-right:before {
content:'\e062';
}
.oi-expand-up:before {
content:'\e063';
}
.oi-external-link:before {
content:'\e064';
}
.oi-eye:before {
content:'\e065';
}
.oi-eyedropper:before {
content:'\e066';
}
.oi-file:before {
content:'\e067';
}
.oi-fire:before {
content:'\e068';
}
.oi-flag:before {
content:'\e069';
}
.oi-flash:before {
content:'\e06a';
}
.oi-folder:before {
content:'\e06b';
}
.oi-fork:before {
content:'\e06c';
}
.oi-fullscreen-enter:before {
content:'\e06d';
}
.oi-fullscreen-exit:before {
content:'\e06e';
}
.oi-globe:before {
content:'\e06f';
}
.oi-graph:before {
content:'\e070';
}
.oi-grid-four-up:before {
content:'\e071';
}
.oi-grid-three-up:before {
content:'\e072';
}
.oi-grid-two-up:before {
content:'\e073';
}
.oi-hard-drive:before {
content:'\e074';
}
.oi-header:before {
content:'\e075';
}
.oi-headphones:before {
content:'\e076';
}
.oi-heart:before {
content:'\e077';
}
.oi-home:before {
content:'\e078';
}
.oi-image:before {
content:'\e079';
}
.oi-inbox:before {
content:'\e07a';
}
.oi-infinity:before {
content:'\e07b';
}
.oi-info:before {
content:'\e07c';
}
.oi-italic:before {
content:'\e07d';
}
.oi-justify-center:before {
content:'\e07e';
}
.oi-justify-left:before {
content:'\e07f';
}
.oi-justify-right:before {
content:'\e080';
}
.oi-key:before {
content:'\e081';
}
.oi-laptop:before {
content:'\e082';
}
.oi-layers:before {
content:'\e083';
}
.oi-lightbulb:before {
content:'\e084';
}
.oi-link-broken:before {
content:'\e085';
}
.oi-link-intact:before {
content:'\e086';
}
.oi-list-rich:before {
content:'\e087';
}
.oi-list:before {
content:'\e088';
}
.oi-location:before {
content:'\e089';
}
.oi-lock-locked:before {
content:'\e08a';
}
.oi-lock-unlocked:before {
content:'\e08b';
}
.oi-loop-circular:before {
content:'\e08c';
}
.oi-loop-square:before {
content:'\e08d';
}
.oi-loop:before {
content:'\e08e';
}
.oi-magnifying-glass:before {
content:'\e08f';
}
.oi-map-marker:before {
content:'\e090';
}
.oi-map:before {
content:'\e091';
}
.oi-media-pause:before {
content:'\e092';
}
.oi-media-play:before {
content:'\e093';
}
.oi-media-record:before {
content:'\e094';
}
.oi-media-skip-backward:before {
content:'\e095';
}
.oi-media-skip-forward:before {
content:'\e096';
}
.oi-media-step-backward:before {
content:'\e097';
}
.oi-media-step-forward:before {
content:'\e098';
}
.oi-media-stop:before {
content:'\e099';
}
.oi-medical-cross:before {
content:'\e09a';
}
.oi-menu:before {
content:'\e09b';
}
.oi-microphone:before {
content:'\e09c';
}
.oi-minus:before {
content:'\e09d';
}
.oi-monitor:before {
content:'\e09e';
}
.oi-moon:before {
content:'\e09f';
}
.oi-move:before {
content:'\e0a0';
}
.oi-musical-note:before {
content:'\e0a1';
}
.oi-paperclip:before {
content:'\e0a2';
}
.oi-pencil:before {
content:'\e0a3';
}
.oi-people:before {
content:'\e0a4';
}
.oi-person:before {
content:'\e0a5';
}
.oi-phone:before {
content:'\e0a6';
}
.oi-pie-chart:before {
content:'\e0a7';
}
.oi-pin:before {
content:'\e0a8';
}
.oi-play-circle:before {
content:'\e0a9';
}
.oi-plus:before {
content:'\e0aa';
}
.oi-power-standby:before {
content:'\e0ab';
}
.oi-print:before {
content:'\e0ac';
}
.oi-project:before {
content:'\e0ad';
}
.oi-pulse:before {
content:'\e0ae';
}
.oi-puzzle-piece:before {
content:'\e0af';
}
.oi-question-mark:before {
content:'\e0b0';
}
.oi-rain:before {
content:'\e0b1';
}
.oi-random:before {
content:'\e0b2';
}
.oi-reload:before {
content:'\e0b3';
}
.oi-resize-both:before {
content:'\e0b4';
}
.oi-resize-height:before {
content:'\e0b5';
}
.oi-resize-width:before {
content:'\e0b6';
}
.oi-rss-alt:before {
content:'\e0b7';
}
.oi-rss:before {
content:'\e0b8';
}
.oi-script:before {
content:'\e0b9';
}
.oi-share-boxed:before {
content:'\e0ba';
}
.oi-share:before {
content:'\e0bb';
}
.oi-shield:before {
content:'\e0bc';
}
.oi-signal:before {
content:'\e0bd';
}
.oi-signpost:before {
content:'\e0be';
}
.oi-sort-ascending:before {
content:'\e0bf';
}
.oi-sort-descending:before {
content:'\e0c0';
}
.oi-spreadsheet:before {
content:'\e0c1';
}
.oi-star:before {
content:'\e0c2';
}
.oi-sun:before {
content:'\e0c3';
}
.oi-tablet:before {
content:'\e0c4';
}
.oi-tag:before {
content:'\e0c5';
}
.oi-tags:before {
content:'\e0c6';
}
.oi-target:before {
content:'\e0c7';
}
.oi-task:before {
content:'\e0c8';
}
.oi-terminal:before {
content:'\e0c9';
}
.oi-text:before {
content:'\e0ca';
}
.oi-thumb-down:before {
content:'\e0cb';
}
.oi-thumb-up:before {
content:'\e0cc';
}
.oi-timer:before {
content:'\e0cd';
}
.oi-transfer:before {
content:'\e0ce';
}
.oi-trash:before {
content:'\e0cf';
}
.oi-underline:before {
content:'\e0d0';
}
.oi-vertical-align-bottom:before {
content:'\e0d1';
}
.oi-vertical-align-center:before {
content:'\e0d2';
}
.oi-vertical-align-top:before {
content:'\e0d3';
}
.oi-video:before {
content:'\e0d4';
}
.oi-volume-high:before {
content:'\e0d5';
}
.oi-volume-low:before {
content:'\e0d6';
}
.oi-volume-off:before {
content:'\e0d7';
}
.oi-warning:before {
content:'\e0d8';
}
.oi-wifi:before {
content:'\e0d9';
}
.oi-wrench:before {
content:'\e0da';
}
.oi-x:before {
content:'\e0db';
}
.oi-yen:before {
content:'\e0dc';
}
.oi-zoom-in:before {
content:'\e0dd';
}
.oi-zoom-out:before {
content:'\e0de';
}@font-face {
font-family:'themify';
src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/themify.eot?-fvbane);
src:url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/css/.../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/themify.woff?-fvbane) format('woff'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/themify.ttf?-fvbane) format('truetype'),url(//drohealth.com/wp-content/plugins/skyboot-custom-icons-for-elementor/assets/fonts/themify.svg?-fvbane#themify) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family:'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
.jltma-mr5{margin-right:5px!important}.jltma-mr10{margin-right:10px!important}.jltma-mr15{margin-right:15px!important}.jltma-mr20{margin-right:20px!important}.jltma-mr25{margin-right:25px!important}.jltma-mr30{margin-right:30px!important}.jltma-mr35{margin-right:35px!important}.jltma-ml5{margin-left:5px!important}.jltma-ml10{margin-left:10px!important}.jltma-ml15{margin-left:15px!important}.jltma-ml20{margin-left:20px!important}.jltma-ml25{margin-left:25px!important}.jltma-ml30{margin-left:30px!important}.jltma-mt10{margin-top:10px!important}.jltma-mt5{margin-top:5px!important}.jltma-mt15{margin-top:15px!important}.jltma-mt20{margin-top:20px!important}.jltma-mt25{margin-top:25px!important}.jltma-mt30{margin-top:30px!important}.jltma-mb0{margin-bottom:0!important}.jltma-mb5{margin-bottom:5px!important}.jltma-mb10{margin-bottom:10px!important}.jltma-mb15{margin-bottom:15px!important}.jltma-mb20{margin-bottom:20px!important}.jltma-mb25{margin-bottom:25px!important}.jltma-mb30{margin-bottom:30px!important}.jltma-mb35{margin-bottom:35px!important}.jltma-mt0{margin-top:0!important}.jltma-ml0{margin-left:0!important}.jltma-mr0{margin-right:0!important}.jltma-pr5{padding-right:5px!important}.jltma-pr10{padding-right:10px!important}.jltma-pr15{padding-right:15px!important}.jltma-pr20{padding-right:20px!important}.jltma-pr25{padding-right:25px!important}.jltma-pr30{padding-right:30px!important}.jltma-pl5{padding-left:5px!important}.jltma-pl10{padding-left:10px!important}.jltma-pl15{padding-left:15px!important}.jltma-pl20{padding-left:20px!important}.jltma-pl25{padding-left:25px!important}.jltma-pl30{padding-left:30px!important}.jltma-pt10{padding-top:10px!important}.jltma-pt5{padding-top:5px!important}.jltma-pt15{padding-top:15px!important}.jltma-pt20{padding-top:20px!important}.jltma-pt25{padding-top:25px!important}.jltma-pt30{padding-top:30px!important}.jltma-pb0{padding-bottom:0!important}.jltma-pb5{padding-bottom:5px!important}.jltma-pb10{padding-bottom:10px!important}.jltma-pb15{padding-bottom:15px!important}.jltma-pb20{padding-bottom:20px!important}.jltma-pb25{padding-bottom:25px!important}.jltma-pb30{padding-bottom:30px!important}.jltma-pt0{padding-top:0!important}.jltma-pl0{padding-left:0!important}.jltma-pr0{padding-right:0!important}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.jltma-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}[class*=jltma-col-]{padding-left:15px;padding-right:15px;position:relative;width:100%}.jltma-overflow-hidden{overflow:hidden}.jltma-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jltma-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}:not(.elementor-editor-active) .jltma-conditions-hidden{display:none}@media (min-width:768px){.jltma-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.jltma-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.jltma-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.jltma-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.jltma-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.jltma-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.jltma-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.jltma-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.jltma-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.jltma-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.jltma-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.jltma-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.jltma-media{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.jltma-input-group{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:100%}.jltma-input-group,.jltma-input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.jltma-form-control:focus,.jltma-form-control:focus-within,.jltma-form-control:visited{border-color:#ced4da;-webkit-box-shadow:none;box-shadow:none;outline:0}.jltma-circled,img.jltma-circled{border-radius:9999px}.mb-3,.my-3{margin-bottom:1rem}.violate{fill:#826eff}.orange{fill:#ff6a47}.cyan{fill:#3ad8f4}.jltma-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.jltma-btn:hover{color:#212529;text-decoration:none}.jltma-btn.focus,.jltma-btn:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.jltma-btn.disabled,.jltma-btn:disabled{opacity:.65}a.jltma-btn.disabled,fieldset:disabled a.jltma-btn{pointer-events:none}.jltma-btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.jltma-btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.jltma-btn-primary.focus,.jltma-btn-primary:focus{background-color:#0069d9;border-color:#0062cc;-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5);color:#fff}.jltma-btn-primary.disabled,.jltma-btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.jltma-btn-primary:not(:disabled):not(.disabled).active,.jltma-btn-primary:not(:disabled):not(.disabled):active,.show>.jltma-btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.jltma-btn-primary:not(:disabled):not(.disabled).active:focus,.jltma-btn-primary:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.jltma-btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.jltma-btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.jltma-btn-secondary.focus,.jltma-btn-secondary:focus{background-color:#5a6268;border-color:#545b62;-webkit-box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);color:#fff}.jltma-btn-secondary.disabled,.jltma-btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:not(:disabled):not(.disabled):active,.jltma-btn-secondary:not(:disabled):not(.disabled).active,.show>.jltma-btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.jltma-btn-secondary:not(:disabled):not(.disabled).active:focus,.jltma-btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.jltma-btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.jltma-btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.jltma-btn-success.focus,.jltma-btn-success:focus{background-color:#218838;border-color:#1e7e34;-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem rgba(72,180,97,.5);color:#fff}.jltma-btn-success.disabled,.jltma-btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.jltma-btn-success:not(:disabled):not(.disabled).active,.jltma-btn-success:not(:disabled):not(.disabled):active,.show>.jltma-btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.jltma-btn-success:not(:disabled):not(.disabled).active:focus,.jltma-btn-success:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.jltma-btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.jltma-btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.jltma-btn-info.focus,.jltma-btn-info:focus{background-color:#138496;border-color:#117a8b;-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5);color:#fff}.jltma-btn-info.disabled,.jltma-btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.jltma-btn-info:not(:disabled):not(.disabled).active,.jltma-btn-info:not(:disabled):not(.disabled):active,.show>.jltma-btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.jltma-btn-info:not(:disabled):not(.disabled).active:focus,.jltma-btn-info:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.jltma-btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.jltma-btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.jltma-btn-warning.focus,.jltma-btn-warning:focus{background-color:#e0a800;border-color:#d39e00;-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5);color:#212529}.jltma-btn-warning.disabled,.jltma-btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.jltma-btn-warning:not(:disabled):not(.disabled).active,.jltma-btn-warning:not(:disabled):not(.disabled):active,.show>.jltma-btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.jltma-btn-warning:not(:disabled):not(.disabled).active:focus,.jltma-btn-warning:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.jltma-btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.jltma-btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.jltma-btn-danger.focus,.jltma-btn-danger:focus{background-color:#c82333;border-color:#bd2130;-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem rgba(225,83,97,.5);color:#fff}.jltma-btn-danger.disabled,.jltma-btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.jltma-btn-danger:not(:disabled):not(.disabled).active,.jltma-btn-danger:not(:disabled):not(.disabled):active,.show>.jltma-btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.jltma-btn-danger:not(:disabled):not(.disabled).active:focus,.jltma-btn-danger:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.d-none{display:none}.d-block{display:block}.float-left{float:left}.float-right{float:right}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.gradient-1{background-image:-moz-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%);background-image:-webkit-linear-gradient(45deg,#3d9ff3,#3fd5cc);background-image:-ms-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%)}.gradient-2{background-image:-moz-linear-gradient(45deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(45deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(45deg,#643df3 0,#9b3fd5 100%)}.gradient-3{background-image:-moz-linear-gradient(45deg,#f33d82 0,#d5b43f 100%);background-image:-webkit-linear-gradient(45deg,#f33d82,#d5b43f);background-image:-ms-linear-gradient(45deg,#f33d82 0,#d5b43f 100%)}.gradient-4{background-image:-moz-linear-gradient(45deg,#3adb5c 0,#9bd53f 100%);background-image:-webkit-linear-gradient(45deg,#3adb5c,#9bd53f);background-image:-ms-linear-gradient(45deg,#3adb5c 0,#9bd53f 100%)}.solid-1{background-color:#83f1af}.solid-2{background-color:#f8a265}.solid-3{background-color:#81d4fa}.text-blue{color:#007bff}.text-indigo{color:#6610f2}.text-purple{color:#6f42c1}.text-pink{color:#e83e8c}.text-red{color:#dc3545}.text-orange{color:#fd7e14}.text-yellow{color:#ffc107}.text-green{color:#28a745}.text-teal{color:#20c997}.text-cyan{color:#17a2b8}.text-white{color:#fff}.text-gray{color:#6c757d}.text-gray-dark{color:#343a40}.text-primary{color:#007bff}.text-secondary{color:#6c757d}.text-success{color:#28a745}.text-info{color:#17a2b8}.text-warning{color:#ffc107}.text-danger{color:#dc3545}.text-light{color:#f8f9fa}.text-dark{color:#343a40}.jltma-label{background:#8dd438;border-radius:2px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.7;margin-right:20px;padding:1px 10px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.jltma-label.jltma-new{background-color:red}.jltma-label.jltma-popular{background-image:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%)}.jltma-label.jltma-free{background-color:#13b015}.jltma-label.jltma-pro{background-color:#b013ae}.jltma-label.jltma-sale{background-color:#1345b0}.jltma-label.jltma-discount{background-color:#4b00e7}.jltma-label.jltma-added{background-color:#2ed573}.jltma-label.jltma-fixed{background-color:#f0506e}.jltma-label.jltma-updated{background-color:#1e90ff}.jltma-label.jltma-removed{background-color:#ff4757}.jltma-label.jltma-changed{background-color:#ffa502}.jltma-label.jltma-note{background-color:coral}.jltma-label.jltma-info{background-color:#cce5ff}.jltma-label.jltma-language{background-color:#82589f}.jltma-team-member-social{margin:10px 0 0;padding:0}.jltma-team-member-social li{display:inline-block;list-style:none}.jltma-team-member-social li a{color:#393c3f;display:inline-block;font-size:16px;text-align:center}.jltma-team-member-social li a:hover{color:#4b00e7}.jltma-btn-loader{position:relative}.jltma-btn-loader span{opacity:1;-webkit-transition:none;transition:none}.jltma-btn-loader svg{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.jltma-btn-loader.jltma-svg-progress span{opacity:0}.jltma-btn-loader.jltma-svg-progress svg{opacity:1}.ma-el-section-bs{height:100%;position:absolute;width:100%}.ma-el-section-bs .ma-el-section-bs-inner{height:100%}.swiper{overflow:hidden!important}.jltma-animated-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-animated-headline .jltma-words-wrapper{display:inline-block;position:relative;text-align:left}.jltma-animated-headline .jltma-words-wrapper b{display:inline-block;left:0;padding-left:.2em;padding-right:.2em;position:absolute;top:0;white-space:nowrap}.jltma-animated-headline .jltma-words-wrapper b.is-visible{position:relative}.jltma-animated-headline .jltma-words-wrapper.selected{background-color:transparent!important}.jltma-animated-headline .first-heading{padding-left:.25rem;padding-right:.25rem}.jltma-animated-headline.push .first-heading,.jltma-animated-headline.rotate-1 .first-heading,.jltma-animated-headline.rotate-2 .first-heading,.jltma-animated-headline.rotate-3 .first-heading,.jltma-animated-headline.scale .first-heading,.jltma-animated-headline.type .first-heading,.jltma-animated-headline.zoom .first-heading{padding:0 .25em}.jltma-animated-headline.rotate-1 .jltma-words-wrapper,.jltma-animated-headline.rotate-2 .jltma-words-wrapper,.jltma-animated-headline.rotate-3 .jltma-words-wrapper,.jltma-animated-headline.zoom .jltma-words-wrapper{-webkit-perspective:300px;perspective:300px}.jltma-animated-headline.rotate-1 b{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.jltma-animated-headline.rotate-1 b.is-visible{-webkit-animation:jltma-rotate-1-in 1.2s;animation:jltma-rotate-1-in 1.2s;opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.jltma-animated-headline.rotate-1 b.is-hidden{-webkit-animation:jltma-rotate-1-out 1.2s;animation:jltma-rotate-1-out 1.2s;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.jltma-animated-headline.rotate-2 b{opacity:0}.jltma-animated-headline.rotate-2 i{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.jltma-animated-headline.rotate-2 i.in{-webkit-animation:jltma-rotate-2-in .4s forwards;animation:jltma-rotate-2-in .4s forwards}.jltma-animated-headline.rotate-2 i.out{-webkit-animation:jltma-rotate-2-out .4s forwards;animation:jltma-rotate-2-out .4s forwards}.jltma-animated-headline.rotate-2 em{-webkit-transform:translateZ(20px);transform:translateZ(20px)}.jltma-animated-headline.rotate-3 b{opacity:0}.jltma-animated-headline.rotate-3 i{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.jltma-animated-headline.rotate-3 i.in{-webkit-animation:jltma-rotate-3-in .6s forwards;animation:jltma-rotate-3-in .6s forwards}.jltma-animated-headline.rotate-3 i.out{-webkit-animation:jltma-rotate-3-out .6s forwards;animation:jltma-rotate-3-out .6s forwards}.jltma-animated-headline.loading-bar span{display:inline-block;padding:0 .25em}.jltma-animated-headline.loading-bar .jltma-words-wrapper{overflow:hidden;padding:0;vertical-align:top}.jltma-animated-headline.loading-bar .jltma-words-wrapper:after{background:#0096a7;bottom:0;content:"";height:3px;left:0;position:absolute;-webkit-transition:width .3s -.1s;transition:width .3s -.1s;width:0;z-index:2}.jltma-animated-headline.loading-bar .jltma-words-wrapper.is-loading:after{-webkit-transition:width 3s;transition:width 3s;width:100%}.jltma-animated-headline.loading-bar b{opacity:0;top:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.is-visible .jltma-animated-headline.rotate-2 i,.is-visible .jltma-animated-headline.scale i,.jltma-animated-headline.loading-bar b.is-visible{opacity:1}.is-visible .jltma-animated-headline.rotate-3 i{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.no-csstransitions .jltma-animated-headline.scale i{opacity:0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.no-csstransitions .jltma-animated-headline.scale .is-visible i{opacity:1}.no-csstransitions .jltma-animated-headline.rotate-2 i{opacity:0;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.no-csstransitions .jltma-animated-headline.rotate-2 i em{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.no-csstransitions .jltma-animated-headline.rotate-2 i .is-visible i{opacity:1}.no-csstransitions .jltma-animated-headline.rotate-3 i{opacity:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.no-csstransitions .jltma-animated-headline.rotate-3 .is-visible i{opacity:1}.no-js .jltma-words-wrapper b{opacity:0}.no-js .jltma-words-wrapper b.is-visible{opacity:1}.jltma-call-action-content{padding:70px 0}.jltma-call-action-content .jltma-row{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jltma-call-action-content .jltma-call-action-title{font-size:1.75rem;margin-bottom:1.125rem}.jltma-call-action-content .jltma-call-action-description{font-size:15px;font-weight:400;line-height:25px;margin-bottom:0}.jltma-call-action-content .jltma-call-action-btn{border:none;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;line-height:55px;padding:0 3.5rem;text-align:center;text-decoration:none;text-transform:uppercase}.jltma-call-action-content .jltma-call-action-btn:hover{background:#8dc63f;color:#fff}.style-02 .jltma-call-action-content .jltma-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center;margin:0 auto;max-width:650px;text-align:center}.style-02 .jltma-call-action-content .jltma-call-action-title{color:#fff}.style-02 .jltma-call-action-content [class*=col]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center!important}.style-02 .jltma-call-action-content .jltma-call-action-btn{margin-top:40px}.style-03 .jltma-call-action-content .jltma-row{border-left:10px solid #4b00e7;padding-left:1rem}.style-04 .jltma-call-action-content .jltma-row{border-left:5px solid #f0f2f4;border-right:5px solid #f0f2f4;padding:2.25rem 1.25rem}.style-05 .jltma-call-action-content{background:#4b00e7}.style-05 .jltma-call-action-content .jltma-row{padding:0 1.75rem}.style-05 .jltma-call-action-content .jltma-call-action-description,.style-05 .jltma-call-action-content .jltma-call-action-title{color:#fff}.style-05 .jltma-call-action-content .jltma-call-action-btn{background-color:#fff;color:#4b00e7}.style-06 .jltma-call-action-content .jltma-row,.style-07 .jltma-call-action-content .jltma-row{padding:0 3.5rem}.style-06 .jltma-call-action-content .jltma-call-action-btn,.style-07 .jltma-call-action-content .jltma-call-action-btn{border:2px solid #fff;color:#fff}.style-07 .jltma-media-left{margin-right:1.875rem}.style-07 .jltma-call-action-content i{color:#fff;font-size:4rem}.jltma-dual-heading-wrapper{text-align:center}.jltma-dual-heading .jltma-dual-heading-wrapper{padding:5px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-description{font-size:15px;line-height:26px;margin:30px 0 0;padding:10px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-icon{font-size:36px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title{font-size:36px;margin-top:30px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title,.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title a{color:#132c47;font-size:30px;font-weight:700;text-decoration:none;text-transform:uppercase}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title{text-transform:capitalize}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title span{color:#132c47;line-height:1.18}.jltma-sec-head-container{overflow:hidden}.jltma-sec-head-container .jltma-sec-head-style{margin:auto;max-width:1170px;padding:0 15px}.jltma-sec-head-container .jltma-sec-head-style:after{background-color:#1fb5ac;content:"";height:140px;left:-200%;margin-left:-15px;position:absolute;top:0;width:200%}.jltma-section-title{-webkit-text-stroke:.3px;color:#1a1a1a;float:left;font-size:5.25em;font-weight:900;line-height:.97em;margin:0;padding:0;text-transform:uppercase}.content-title{margin-top:0;padding-top:0}.jltma-section-title span{color:#1fb5ac}.plx-jltma-section-title{-webkit-text-stroke:.2px;color:#fff;font-size:2.1875em}.jltma-section-description{-webkit-font-smoothing:antialiased;-webkit-text-stroke:.2px;color:#404040;font-size:1.375em;font-weight:300;line-height:40px;margin:0}.parallax-style .subscribe-description{color:#fff}.jltma-advanced-accordion{height:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto}.jltma-advanced-accordion .jltma-accordion-item{margin-bottom:10px}.jltma-advanced-accordion .jltma-accordion-title-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-advanced-accordion .jltma-accordion-icon-align-right .jltma-accordion-tab-icon{padding:0 0 0 1.25em}.jltma-advanced-accordion .jltma-accordion-icon-align-left .jltma-accordion-tab-title{padding:15px}.jltma-advanced-accordion .jltma-accordion-tab-title{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;line-height:1;padding:15px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jltma-advanced-accordion .jltma-accordion-tab-title:focus{outline:0}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon{height:20px;line-height:20px;position:relative;text-align:center;width:20px}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon i,.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon svg{line-height:20px;position:absolute;-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-opened,.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-opened{display:block}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-closed,.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-closed,.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-opened,.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-opened{display:none}.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-closed,.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-closed{display:block}.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-tab-icon{background:#4b00e7}.jltma-advanced-accordion .jltma-accordion-tab-title.show.active+.jltma-accordion-tab-content{opacity:1;padding:1.5rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-advanced-accordion .jltma-accordion-tab-title.show.active+.jltma-accordion-tab-content p{opacity:1}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-tab-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center}.jltma-advanced-accordion .jltma-accordion-tab-content{display:none;opacity:0;padding:1.5rem;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.jltma-advanced-accordion .jltma-accordion-tab-content p{color:#78909c;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-advanced-accordion .jltma-accordion-icon-align-left .jltma-accordion-tab-title .jltma-accordion-toggle-icon{margin-right:20px}.jltma--advance-tab.two .jltma--advance-tab-nav{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0}.jltma--advance-tab.two .jltma--advance-tab-nav li{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e5e5;cursor:pointer;display:inline-block;-ms-flex:1;flex:1;list-style:none;padding:1em 1.5em;position:relative;text-align:center}.jltma--advance-tab.two .jltma--advance-tab-nav li span{color:#8a8d91}.jltma--advance-tab.two .jltma--advance-tab-nav li.active{border-bottom:1px solid #704aff}.jltma--advance-tab.two .jltma--advance-tab-nav li.active span{color:#0a1724}.jltma--advance-tab.two .jltma--advance-tab-content{display:none;margin-top:0;position:relative}.jltma--advance-tab.two .jltma--advance-tab-content .jltma--advance-tab-content-title{color:#0a1724;font-size:40px;margin:0}.jltma--advance-tab.two .jltma--advance-tab-content p{font-size:1em}.jltma--advance-tab.two .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.three{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma--advance-tab.three .jltma--advance-tab-nav{margin:0 4% 0 0;padding:0;width:26%}.jltma--advance-tab.three .jltma--advance-tab-nav li{background:#fff;border-radius:10px;cursor:pointer;list-style:none;margin-bottom:20px;padding:25px 40px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.jltma--advance-tab.three .jltma--advance-tab-nav li:before{border-color:transparent transparent transparent #fff;border-style:solid;border-width:10px 0 10px 10px;content:"";height:0;opacity:0;position:absolute;right:-8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:0}.jltma--advance-tab.three .jltma--advance-tab-nav li span{color:#0a1724;font-size:16px}.jltma--advance-tab.three .jltma--advance-tab-nav li i{margin-right:15px}.jltma--advance-tab.three .jltma--advance-tab-nav li.active{-webkit-box-shadow:0 30px 40px 0 rgba(5,9,42,.08);box-shadow:0 30px 40px 0 rgba(5,9,42,.08)}.jltma--advance-tab.three .jltma--advance-tab-nav li.active:before{opacity:1}.jltma--advance-tab.three .jltma--advance-tab-nav li.active span{color:#4ecad2}.jltma--advance-tab.three .jltma--advance-tab-content{background:#fff;border-radius:10px;display:none;padding:60px 30px;width:70%}.jltma--advance-tab.three .jltma--advance-tab-content .jltma--advance-tab-content-title{color:#0a1724;font-size:30px;font-weight:400;margin:0;text-transform:uppercase}.jltma--advance-tab.three .jltma--advance-tab-content .jltma--advance-tab-content-description{font-size:15px;line-height:26px;margin:25px 0 50px}.jltma--advance-tab.three .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.four{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma--advance-tab.four .jltma--advance-tab-nav{margin:0;padding:0;width:30%}.jltma--advance-tab.four .jltma--advance-tab-nav li{background:#f0f1f2;cursor:pointer;list-style:none;margin-bottom:10px;margin-right:10px;padding:25px 40px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.jltma--advance-tab.four .jltma--advance-tab-nav li:before{background:#fff;content:"";height:0;left:0;opacity:0;position:absolute;top:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:calc(100% + 11px)}.jltma--advance-tab.four .jltma--advance-tab-nav li:after{background:#36d3ac;bottom:0;content:"";height:0;left:0;opacity:0;position:absolute;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .3s ease;transition:all .3s ease;width:3px}.jltma--advance-tab.four .jltma--advance-tab-nav li span{font-size:16px}.jltma--advance-tab.four .jltma--advance-tab-nav li span i{margin-right:10px}.jltma--advance-tab.four .jltma--advance-tab-nav li.active{background:#fff}.jltma--advance-tab.four .jltma--advance-tab-nav li.active:before{border:1px solid #f0f1f2;border-right-width:0;height:100%;opacity:1;z-index:-1}.jltma--advance-tab.four .jltma--advance-tab-nav li.active:after{height:100%;opacity:1;-webkit-transform:translateY(1);-ms-transform:translateY(1);transform:translateY(1)}.jltma--advance-tab.four .jltma--advance-tab-content{border:1px solid #f0f1f2;display:none;padding:30px 25px;width:70%}.jltma--advance-tab.four .jltma--advance-tab-content .jltma--advance-tab-content-title{color:#0a1724;font-size:24px;font-weight:400;margin:0}.jltma--advance-tab.four .jltma--advance-tab-content .jltma--advance-tab-content-description{font-size:15px;line-height:26px;margin:30px 0 40px}.jltma--advance-tab.four .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.five .jltma--advance-tab-nav{border-bottom:none}.jltma--advance-tab.five .jltma--advance-tab-nav li{background:#f2f2f2;border:2px solid #f2f2f2!important;border:1px solid #f2f2f2;color:#272727;cursor:pointer;display:inline-block;font-family:Abel;font-size:18px;margin:0 5px 5px 0;padding:25px;text-align:center;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;width:inherit}.jltma--advance-tab.five .jltma--advance-tab-nav li.active,.jltma--advance-tab.five .jltma--advance-tab-nav li:hover{background:transparent}.jltma--advance-tab.five .jltma--advance-tab-nav li i{color:#ccc;display:block;font-size:50px;margin-bottom:15px}.jltma--advance-tab.five .jltma--advance-tab-content{display:none;padding-left:60px}.jltma--advance-tab.five .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.five .jltma-btn{margin-top:35px}@media only screen and (max-width:768px){.jltma--advance-tab.three,.jltma--advance-tab.two .jltma--advance-tab-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma--advance-tab.three .jltma--advance-tab-content,.jltma--advance-tab.three .jltma--advance-tab-nav{width:100%}.jltma--advance-tab.three .jltma--advance-tab-nav li.active:before{opacity:0}.jltma--advance-tab.four{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma--advance-tab.four .jltma--advance-tab-content,.jltma--advance-tab.four .jltma--advance-tab-nav{width:100%}.jltma--advance-tab.four .jltma--advance-tab-nav li.active:before{border-width:1px}}@-webkit-keyframes jltma_fadein{0%{opacity:0}to{opacity:1}}@keyframes jltma_fadein{0%{opacity:0}to{opacity:1}}.elementor-widget-ma-tooltip.jltma-align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget-ma-tooltip.jltma-align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-ma-tooltip.jltma-align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ldBar{position:relative}.ldBar.label-center>.ldBar-label{left:50%;position:absolute;text-shadow:0 0 3px #fff;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ldBar .ldBar-label:after{content:"%";display:inline}.ldBar.no-percent .ldBar-label:after{content:""}[class*=jltma-progress-bar-].line{position:relative}[class*=jltma-progress-bar-].line .ldBar-label{color:#132c47;position:absolute;right:0;top:0}[class*=jltma-progress-bar-].line-bubble{position:relative}[class*=jltma-progress-bar-].line-bubble .ldBar-label{border-radius:50%;color:#fff;font-size:12px;height:50px;left:0;line-height:50px;margin-top:-16.5px;position:absolute;text-align:center;top:56%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:50px}[class*=jltma-progress-bar-].circle{position:relative}[class*=jltma-progress-bar-].circle .ldBar-label{color:#132c47;font-size:36px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[class*=jltma-progress-bar-].circle h3{bottom:-20px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}[class*=jltma-progress-bar-].circle h6{text-align:center}[class*=jltma-progress-bar-].fan{position:relative}[class*=jltma-progress-bar-].fan h3{bottom:-20px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}[class*=jltma-progress-bar-].fan .ldBar-label{font-size:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-20%);-ms-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}[class*=jltma-progress-bar-].fan .left-title{bottom:-10px;font-size:14px;left:0;position:absolute}[class*=jltma-progress-bar-].fan .right-title{bottom:-10px;font-size:14px;position:absolute;right:0}[class*=jltma-progress-bar-].fan h6{text-align:center}.jltma-stats-bars{clear:both}.jltma-stats-bars .jltma-stats-bar{display:block;margin:0 0 18px;overflow:hidden;width:100%}.jltma-stats-bars .jltma-stats-title{color:#888;color:#333;display:block;font-size:15px;font-size:16px;font-style:normal;line-height:28px;margin:0;text-transform:none}.jltma-stats-bars .jltma-stats-title span{margin-left:5px}.jltma-stats-bars .jltma-stats-bar-wrap{position:relative}.jltma-stats-bars .jltma-stats-bar-content{background:#e55a54;border-radius:5px;display:block;height:10px;position:relative;width:0;z-index:1}.jltma-stats-bars .jltma-stats-bar-bg{background:rgba(0,0,0,.1);border-radius:5px;display:block;height:10px;margin-top:-10px;width:100%}.jltma-dark-bg .jltma-stats-bar-bg{background:hsla(0,0%,100%,.1)}.jltma-dark-bg .jltma-stats-title{color:#ddd}.jltma-team-item{line-height:1;overflow:hidden}.jltma-team-item .jltma-team-member-thumb{border-radius:5px}.jltma-team-item .jltma-team-member-rounded img{-webkit-box-shadow:none;box-shadow:none;padding:1em}.jltma-team-item .jltma-team-member-name{font-size:22px;font-weight:600;margin-bottom:0}.jltma-team-item .jltma-team-member-name:before{display:none}.jltma-team-item .jltma-team-member-content{color:#8a8d91;padding:10px}.jltma-team-item .jltma-team-member-designation{display:block;font-size:15px}.jltma-team-item .jltma-team-member-about{font-size:15px;margin:10px auto}.jltma-team-item svg{height:20px;width:20px}.jltma-team-member-basic .jltma-team-member-about{margin-bottom:25px}.jltma-team-member-basic p{margin-top:0}.jltma-team-member-basic .jltma-team-member-social{display:inline-block;margin-bottom:0;width:100%}.jltma-team-member-basic .jltma-team-member-social li a{color:#8a8d91;display:block;font-size:16px}.jltma-team-member-basic .jltma-team-member-social li a:hover{color:#132c47}.jltma-team-member-basic .jltma-team-member-social li:not(:last-child){margin-right:15px}.jltma-team-member-basic .jltma-team-member-social li,.jltma-team-member-content-hover .jltma-team-member-social li,.jltma-team-member-rounded .jltma-team-member-social li{display:inline-block}.jltma-team-member-basic-2,.jltma-team-member-basic-3{border-radius:5px;line-height:1;overflow:hidden;position:relative}.jltma-team-member-basic-2 .jltma-team-member-content,.jltma-team-member-basic-3 .jltma-team-member-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;left:0;opacity:0;padding:30px;position:absolute;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%;z-index:1}.jltma-team-member-basic-2 .jltma-team-member-content{height:100%;top:0}.jltma-team-member-basic-2 .jltma-team-member-content:before{background-color:hsla(0,0%,100%,.9);border-radius:5px;content:"";height:calc(100% - 30px);left:15px;padding:0;position:absolute;top:15px;width:calc(100% - 30px);z-index:-1}.jltma-team-member-basic-2:hover .jltma-team-member-content{opacity:1}.jltma-team-member-basic-2 .jltma-team-member-name,.jltma-team-member-basic-3 .jltma-team-member-name,.jltma-team-member-basic-4 .jltma-team-member-name,.jltma-team-member-circle-2 .jltma-team-member-name{margin-top:0}.jltma-team-member-basic-3 .jltma-team-member-content{background-color:#fff;bottom:-100%}.jltma-team-member-basic-3:hover .jltma-team-member-content{bottom:0;opacity:1}.jltma-team-member-basic-4{padding-bottom:95px;position:relative}.jltma-team-member-basic-4 .bb{border:2px solid #4b00e7}.jltma-team-member-basic-4 .jltma-team-member-thumb{overflow:hidden}.jltma-team-member-basic-4 .jltma-team-member-content,.jltma-team-member-basic-4 .jltma-team-member-designation,.jltma-team-member-basic-4 .jltma-team-member-name,.jltma-team-member-basic-4 .jltma-team-member-social a,.jltma-team-member-basic-4 .jltma-team-member-thumb img{-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-team-member-basic-4 .jltma-team-member-thumb img{float:left}.jltma-team-member-basic-4:hover .jltma-team-member-thumb img{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.jltma-team-member-basic-4:hover .jltma-team-member-content{height:130px}.jltma-team-member-basic-4:hover .jltma-team-member-content:before{background:#4b00e7;height:100%}.jltma-team-member-basic-4:hover .jltma-team-member-designation,.jltma-team-member-basic-4:hover .jltma-team-member-name,.jltma-team-member-basic-4:hover .jltma-team-member-social a{color:#fff}.jltma-team-member-basic-4 .jltma-team-member-content{bottom:0;height:90px;left:0;overflow:hidden;position:absolute;text-align:center;-webkit-transition:height .4s;transition:height .4s;width:100%;z-index:1}.jltma-team-member-basic-4 .jltma-team-member-content:before{bottom:0;content:"";height:0;left:0;position:absolute;-webkit-transition:height .4s;transition:height .4s;width:100%;z-index:-1}.jltma-team-member-basic-4 .jltma-team-member-name{padding-top:10px}.jltma-team-member-basic-4 .jltma-team-member-social{margin:0}.jltma-team-member-basic-4 p,.jltma-team-member-basic-5 p{display:none}.jltma-team-member-basic-4 .jltma-team-member-social,.jltma-team-member-basic-5 .jltma-team-member-social{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:0;margin-top:10px;opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:opacity .1s,height .4s,-webkit-transform .4s;transition:opacity .1s,height .4s,-webkit-transform .4s;transition:transform .4s,opacity .1s,height .4s;transition:transform .4s,opacity .1s,height .4s,-webkit-transform .4s}.jltma-team-member-basic-4:hover .jltma-team-member-social,.jltma-team-member-basic-5:hover .jltma-team-member-social{height:auto;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .1s,-webkit-transform .4s;transition:opacity .1s,-webkit-transform .4s;transition:transform .4s,opacity .1s;transition:transform .4s,opacity .1s,-webkit-transform .4s}.jltma-team-member-basic-5{position:relative}.jltma-team-member-basic-5 .jltma-team-member-content{background-color:#fff;border-radius:5px 5px 0 0;bottom:2px;height:88px;left:20px;padding-top:15px;position:absolute;text-align:center;text-overflow:ellipsis;-webkit-transition:height .4s;transition:height .4s;width:calc(100% - 40px)}.jltma-team-member-basic-5:hover .jltma-team-member-content{height:130px}.jltma-team-member-basic-5 .jltma-team-member-name{margin-top:0}.BG{background-color:#6a0ced;height:60px;left:255px;position:absolute;top:880px;width:210px;z-index:194}.jltma-team-member-circle,.jltma-team-member-circle-animation{border-radius:5px;padding:70px 40px 30px;text-align:center}.jltma-team-member-circle .jltma-team-member-thumb,.jltma-team-member-circle-animation .jltma-team-member-thumb{height:122px;margin:0 auto 45px;position:relative;width:122px;z-index:1}.jltma-team-member-circle .jltma-team-member-thumb img,.jltma-team-member-circle-animation .jltma-team-member-thumb img{height:100px;left:54%;position:absolute;top:44%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100px}.jltma-team-member-circle .jltma-team-member-thumb svg,.jltma-team-member-circle-animation .jltma-team-member-thumb svg{height:123px;position:absolute;width:123px;z-index:-1}.jltma-team-member-circle .jltma-team-member-thumb svg:first-child,.jltma-team-member-circle-animation .jltma-team-member-thumb svg:first-child{bottom:7px;left:7px}.jltma-team-member-circle .jltma-team-member-thumb svg:nth-child(2),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(2){left:7px;top:7px}.jltma-team-member-circle .jltma-team-member-thumb svg:nth-child(3),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(3){right:4px;top:0}.jltma-team-member-circle .jltma-team-member-thumb svg.violate,.jltma-team-member-circle-animation .jltma-team-member-thumb svg.violate{fill:#826eff}.jltma-team-member-circle .jltma-team-member-thumb svg.orange,.jltma-team-member-circle-animation .jltma-team-member-thumb svg.orange{fill:#ff6a47}.jltma-team-member-circle .jltma-team-member-thumb svg.cyan,.jltma-team-member-circle-animation .jltma-team-member-thumb svg.cyan{fill:#3ad8f4}.jltma-team-member-circle .rounded,.jltma-team-member-circle-animation .rounded{border-radius:8px}.jltma-team-member-circle .circled,.jltma-team-member-circle-animation .circled{border-radius:50%}.jltma-team-member-circle .jltma-team-member-about,.jltma-team-member-circle-animation .jltma-team-member-about{margin-bottom:40px}.jltma-team-member-circle .jltma-team-member-social,.jltma-team-member-circle-animation .jltma-team-member-social{padding-left:0}.jltma-team-member-circle .jltma-team-member-social li,.jltma-team-member-circle-animation .jltma-team-member-social li{display:inline-block}.jltma-team-member-circle .jltma-team-member-social li:not(:last-child),.jltma-team-member-circle-animation .jltma-team-member-social li:not(:last-child){margin-right:2px}.jltma-team-member-circle .jltma-team-member-social li a,.jltma-team-member-circle-animation .jltma-team-member-social li a{color:#a4a7aa;padding:0 10px}.jltma-team-member-circle .jltma-team-member-social li a:hover,.jltma-team-member-circle-animation .jltma-team-member-social li a:hover{color:#8a8d91;-webkit-transition:.3s ease;transition:.3s ease}.jltma-team-member-circle-name{font-size:22px;margin-bottom:5px}.jltma-team-member-circle-designation{color:#8a8d91;display:block;font-size:15px;margin-bottom:12px}.jltma-team-member-social-right{-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1);padding:1.125em;position:relative}.jltma-team-member-social-right:hover{overflow:visible}.jltma-team-member-social-right:hover .jltma-team-member-content{opacity:1}.jltma-team-member-social-right .jltma-team-member-thumb img{border-radius:10px}.jltma-team-member-social-right .jltma-team-member-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,0%,100%,.9);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center;left:0;opacity:0;position:absolute;text-align:center;top:0;-webkit-transition:all .4s ease;transition:all .4s ease;width:100%}.jltma-team-member-social-right .jltma-team-member-name{margin-top:0}.jltma-team-member-social-right .jltma-team-member-social{position:absolute;right:-40px;top:0;width:40px}.jltma-team-member-social-right .jltma-team-member-social a{border-radius:0}.jltma-team-item.rounded{-webkit-box-shadow:none;box-shadow:none}.jltma-team-member-rounded{background-color:#fff!important;border-top-left-radius:144px;border-top-right-radius:144px;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);margin:0 auto;max-width:265px}.jltma-team-member-rounded .jltma-team-member-thumb{height:265px;padding:1.875rem;position:relative;z-index:0}.jltma-team-member-rounded .jltma-team-member-thumb img{border-radius:50%;height:100%;padding:0;width:100%}.jltma-team-member-rounded .jltma-team-member-about{background-color:#fff;margin:20px auto}.jltma-team-member-rounded .jltma-team-member-social li a{background:#272c44;border-radius:50%;color:#fff;display:block;height:35px;line-height:35px;opacity:.4;-webkit-transition:.3s ease;transition:.3s ease;width:35px}.jltma-team-member-rounded .jltma-team-member-social li a:hover{opacity:1}.bg-transparent{background-color:transparent}.jltma-shadow-mode-yes .jltma-team-carousel-slider:after,.jltma-shadow-mode-yes .jltma-team-carousel-slider:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:20%;z-index:2}.jltma-shadow-mode-yes .jltma-team-carousel-slider:before{background:-webkit-gradient(linear,left top,right top,color-stop(5%,#fff),to(hsla(0,0%,100%,0)));background:linear-gradient(90deg,#fff 5%,hsla(0,0%,100%,0));left:-10px}.jltma-shadow-mode-yes .jltma-team-carousel-slider:after{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(95%,#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 95%);right:-10px}.jltma-team-carousel-circle,.jltma-team-member-circle-animation{border-radius:5px;-webkit-box-shadow:0 13px 33px 0 rgba(51,77,128,.08);box-shadow:0 13px 33px 0 rgba(51,77,128,.08);margin:0 -15px;padding:30px 20px;text-align:center}.jltma-team-carousel-circle .jltma-team-carousel-circle-inner,.jltma-team-member-circle-animation .jltma-team-carousel-circle-inner{margin:0;outline:0}.jltma-team-carousel-circle .rounded,.jltma-team-member-circle-animation .rounded{border-radius:8px}.jltma-team-carousel-circle .jltma-team-member-thumb,.jltma-team-member-circle-animation .jltma-team-member-thumb{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:120px;justify-content:center;margin:0 auto 40px;position:relative;width:120px;z-index:1}.jltma-team-carousel-circle .jltma-team-member-thumb svg,.jltma-team-member-circle-animation .jltma-team-member-thumb svg{height:100%;left:0;position:absolute;top:0;width:100%}.jltma-team-carousel-circle .jltma-team-member-thumb svg:first-child,.jltma-team-member-circle-animation .jltma-team-member-thumb svg:first-child{bottom:7px;left:7px}.jltma-team-carousel-circle .jltma-team-member-thumb svg:nth-child(2),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(2){left:7px;top:7px}.jltma-team-carousel-circle .jltma-team-member-thumb svg:nth-child(3),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(3){right:4px;top:0}.jltma-team-carousel-circle .jltma-team-member-thumb img,.jltma-team-member-circle-animation .jltma-team-member-thumb img{height:100px;position:inherit;width:100px;z-index:1}.jltma-team-carousel-circle .jltma-team-carousel-circle-title,.jltma-team-member-circle-animation .jltma-team-carousel-circle-title{margin-bottom:50px;position:relative}.jltma-team-carousel-circle .jltma-team-carousel-circle-title:before,.jltma-team-member-circle-animation .jltma-team-carousel-circle-title:before{background:#132c47;bottom:-25px;content:"";height:2px;left:0;position:absolute;width:70px}.jltma-team-carousel-circle .jltma-team-member-circle-name,.jltma-team-member-circle-animation .jltma-team-member-circle-name{font-size:22px;margin-bottom:5px}.jltma-team-carousel-circle .jltma-team-member-circle-designation,.jltma-team-member-circle-animation .jltma-team-member-circle-designation{color:#8a8d91;display:block;font-size:15px;margin-bottom:12px}.jltma-team-members-slider-section .jltma-team-member-social{margin:0;padding:0}.jltma-team-members-slider-section .jltma-team-member-social li{float:left;list-style:none;margin-right:5px}.jltma-team-members-slider-section .jltma-team-member-social li:last-child{margin-right:0}.jltma-team-members-slider-section .jltma-team-member-social li a{background-color:#fff;border-radius:50%;-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.16);box-shadow:0 0 1px 0 rgba(0,0,0,.16);display:inline-block;height:40px;line-height:40px;text-align:center;-webkit-transition:.3s ease;transition:.3s ease;width:40px}.team-member-circle-animation .jltma-team-member-circle-animation .jltma-team-member-thumb{margin-bottom:20px}.team-member-circle-animation .jltma-team-member-circle-animation .jltma-team-member-thumb img{mix-blend-mode:multiply;padding:10px}.jltma-team-member-thumb .animation_svg_01{will-change:transform}.jltma-team-member-thumb .animation_svg_01_circle1{cx:150;cy:145;r:100;fill:#fff;-webkit-animation:animation_svg_01_from0to360 10s linear infinite;animation:animation_svg_01_from0to360 10s linear infinite;-webkit-transform-origin:145px 150px;-ms-transform-origin:145px 150px;transform-origin:145px 150px}.jltma-team-member-thumb .animation_svg_01_circle2{cx:150;cy:155;r:100;fill:#fff;-webkit-animation:animation_svg_01_from360to0 20s linear infinite;animation:animation_svg_01_from360to0 20s linear infinite;-webkit-transform-origin:160px 150px;-ms-transform-origin:160px 150px;transform-origin:160px 150px}.jltma-team-member-thumb .animation_svg_01_circle3{cx:145;cy:150;r:100;fill:#fff;-webkit-animation:animation_svg_01_from0to360 30s linear infinite alternate;animation:animation_svg_01_from0to360 30s linear infinite alternate;-webkit-transform-origin:150px 145px;-ms-transform-origin:150px 145px;transform-origin:150px 145px}.jltma-team-member-thumb .animation_svg_01_circle4{cx:155;cy:150;r:100;fill:#fff;-webkit-animation:animation_svg_01_from360to0 25s linear infinite;animation:animation_svg_01_from360to0 25s linear infinite;-webkit-transform-origin:150px 155px;-ms-transform-origin:150px 155px;transform-origin:150px 155px}.jltma-team-member-thumb .animation_svg_01_ellipse1{rx:120;ry:100;cx:150;cy:150;fill:#fff;-webkit-animation:animation_svg_01_from360to0scaled 20s linear infinite alternate;animation:animation_svg_01_from360to0scaled 20s linear infinite alternate;-webkit-transform-origin:130px 155px;-ms-transform-origin:130px 155px;transform-origin:130px 155px}.jltma-team-member-thumb .animation_svg_01_ellipse2{rx:120;ry:100;cx:150;cy:150;fill:#fff;-webkit-animation:animation_svg_01_from0to360 15s linear infinite;animation:animation_svg_01_from0to360 15s linear infinite;-webkit-transform-origin:150px 155px;-ms-transform-origin:150px 155px;transform-origin:150px 155px}.jltma-team-member-thumb .animation_svg_02{-webkit-animation:animation_svg_02_blobber 30s linear 0s infinite,animation_svg_02_cobler 30s linear 0s infinite alternate;animation:animation_svg_02_blobber 30s linear 0s infinite,animation_svg_02_cobler 30s linear 0s infinite alternate;background:-webkit-gradient(linear,left top,right top,from(#23d5ab),color-stop(#23a6d5),color-stop(#e73c7e),color-stop(#ee7752),to(#ddd6f3));background:linear-gradient(90deg,#23d5ab,#23a6d5,#e73c7e,#ee7752,#ddd6f3);background-size:500% 100%;border-radius:48% 52% 68% 32%/42% 28% 72% 58%;z-index:0}.jltma-team-member-thumb .animation_svg_02 img{-webkit-animation:animation_svg_02_blobber 30s ease-in-out 0s infinite,animation_svg_02_wobbler 15s linear 0s infinite alternate;animation:animation_svg_02_blobber 30s ease-in-out 0s infinite,animation_svg_02_wobbler 15s linear 0s infinite alternate}.jltma-team-member-thumb .animation_svg_03{-webkit-animation:animation_svg_02_blobber 30s linear 0s infinite;animation:animation_svg_02_blobber 30s linear 0s infinite;background:#3494e6;background:-webkit-gradient(linear,left top,right top,from(#ec6ead),to(#3494e6));background:linear-gradient(90deg,#ec6ead,#3494e6);display:block;height:200px;position:absolute;width:200px}.jltma-team-member-thumb .animation_svg_03:first-of-type{-webkit-animation-delay:-4s;animation-delay:-4s}.jltma-team-member-thumb .animation_svg_03:nth-of-type(2){-webkit-animation-delay:-8s;animation-delay:-8s}.jltma-team-member-thumb .animation_svg_03:nth-of-type(3){-webkit-animation-delay:-8s;animation-delay:-8s}.jltma-team-member-thumb .animation_svg_03_center{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #fff;border-radius:50%;-webkit-box-shadow:inset 0 0 0 2px #000,inset 0 0 0 3px #fff,inset 0 0 0 5px #000,inset 0 0 0 6px #fff;box-shadow:inset 0 0 0 2px #000,inset 0 0 0 3px #fff,inset 0 0 0 5px #000,inset 0 0 0 6px #fff;display:block;mix-blend-mode:multiply;position:relative;z-index:10}.jltma-team-member-thumb .animation_svg_03_center img{margin-top:-1px;min-height:100%;min-width:100%;padding:6px;position:static;-webkit-transform:none;-ms-transform:none;transform:none}.jltma-team-member-thumb #animation_svg_04 circle{fill:#4169e1}.jltma-team-member-thumb #animation_svg_04_Circle1{cx:150;cy:145;r:100;-webkit-animation:from0to360 1s linear infinite;animation:from0to360 1s linear infinite;-webkit-transform-origin:145px 150px;-ms-transform-origin:145px 150px;transform-origin:145px 150px}.jltma-team-member-thumb #animation_svg_04_Circle2{cx:150;cy:155;r:100;-webkit-animation:from360to0 2s linear infinite;animation:from360to0 2s linear infinite;-webkit-transform-origin:155px 150px;-ms-transform-origin:155px 150px;transform-origin:155px 150px}.jltma-team-member-thumb #animation_svg_04_Circle3{cx:145;cy:150;r:100;-webkit-animation:from0to360 3s linear infinite;animation:from0to360 3s linear infinite;-webkit-transform-origin:150px 145px;-ms-transform-origin:150px 145px;transform-origin:150px 145px}.jltma-team-member-thumb #animation_svg_04_Circle4{cx:155;cy:150;r:100;-webkit-animation:from360to0 2.5s linear infinite;animation:from360to0 2.5s linear infinite;-webkit-transform-origin:150px 155px;-ms-transform-origin:150px 155px;transform-origin:150px 155px}.jltma-team-member-circle-2{border-top-left-radius:3.75em;border-top-right-radius:3.75em;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);text-align:center}.jltma-team-member-circle-2 .jltma-team-member-thumb img{border-radius:50%;margin:0 auto;max-width:210px;padding:15px;width:100%}.jltma-button{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2px;display:inline-block;font-size:16px;line-height:1;padding:16px 20px;position:relative;text-align:center;vertical-align:middle;z-index:0}.jltma-button:after,.jltma-button:before{z-index:-1}.jltma-creative-button--saqui:after{z-index:1}.jltma-creative-button--winona{overflow:hidden;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--winona:after{color:#3f51b5;content:attr(data-text);-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}.jltma-creative-button--winona>span{display:block}.jltma-creative-button--winona:after,.jltma-creative-button--winona>span{transition:opacity .3s,-webkit-transform .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--winona:hover{background-color:rgba(63,81,181,.1);border-color:#3f51b5}.jltma-creative-button--winona:hover:after{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.jltma-creative-button--winona:hover>span{opacity:0;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.jltma-creative-button--winona.jltma-creative-button--inverted{color:#7986cb}.jltma-creative-button--winona.jltma-creative-button--inverted:after{color:#fff}.jltma-creative-button--winona.jltma-creative-button--inverted:hover{background-color:#21333c;border-color:#21333c}.jltma-creative-button--rayen:before,.jltma-creative-button--ujarak:before,.jltma-creative-button--wayra:before,.jltma-creative-button--winona:after{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.jltma-creative-button--rayen:before,.jltma-creative-button--ujarak:before,.jltma-creative-button--wayra:before,.jltma-creative-button--winona:after{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.jltma-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--ujarak:before{background:#37474f;content:attr(data-text);-webkit-transform:scaleX(.7);transform:scaleX(.7);transition:opacity .4s,-webkit-transform .4s;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:-1}.jltma-creative-button--ujarak:hover{border-color:#37474f;color:#fff}.jltma-creative-button--ujarak:hover:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.jltma-creative-button--ujarak.jltma-creative-button--round-s:before{border-radius:2px}.jltma-creative-button--ujarak.jltma-creative-button--inverted:before{background:#7986cb}.jltma-creative-button--ujarak.jltma-creative-button--inverted:hover{border-color:#fff;color:#37474f}.jltma-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);width:245px}.jltma-creative-button--wayra:before{background:#37474f;content:attr(data-text);-webkit-transform:rotate(-45deg) translate3d(0,-3em,0);transform:rotate(-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;z-index:-1}.jltma-creative-button--wayra:hover{border-color:#3f51b5;color:#fff}.jltma-creative-button--wayra:hover:before{background-color:#3f51b5;opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:1}.jltma-creative-button--wayra.jltma-creative-button--inverted:hover{border-color:#fff;color:#3f51b5}.jltma-creative-button--wayra.jltma-creative-button--inverted:hover:before{background-color:#fff}.jltma-creative-button--tamaya{color:#7986cb;min-width:180px;overflow:hidden}.jltma-creative-button--tamaya:after,.jltma-creative-button--tamaya:before{background:#7986cb;color:#fff;content:attr(data-text);height:50%;left:0;overflow:hidden;position:absolute;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);width:100%}.jltma-creative-button--tamaya:before{padding-top:1em;top:0}.jltma-creative-button--tamaya:after{bottom:0;line-height:0}.jltma-creative-button--tamaya:hover:before{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.jltma-creative-button--tamaya:hover:after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.jltma-creative-button--tamaya:hover>span{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.jltma-creative-button--tamaya>span{display:block;opacity:0;-webkit-transform:scale3d(.2,.2,1);transform:scale3d(.2,.2,1);transition:opacity .3s,-webkit-transform .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--tamaya.jltma-creative-button--inverted{border-color:#37474f;color:#37474f}.jltma-creative-button--tamaya.jltma-creative-button--inverted:after,.jltma-creative-button--tamaya.jltma-creative-button--inverted:before{background:#fff;color:#37474f}.jltma-creative-button--rayen{overflow:hidden}.jltma-creative-button--rayen:before{background:#7986cb;content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.jltma-creative-button--rayen>span{display:block}.jltma-creative-button--rayen:before,.jltma-creative-button--rayen>span{transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.jltma-creative-button--rayen:hover:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.jltma-creative-button--rayen:hover>span{-webkit-transform:translate3d(0,150%,0);transform:translate3d(0,150%,0)}.jltma-creative-button--rayen:hover.jltma-creative-button--inverted{color:#fff}.jltma-creative-button--rayen:hover.jltma-creative-button--inverted:before{background:#fff;color:#37474f}.jltma-creative-button--elevation{background:#ff5722;border:none!important;border-radius:2px;color:#fff!important;font-family:Open Sans;font-size:12px;font-weight:700;min-height:40px;min-width:150px;overflow:hidden;padding:12px 25px;position:relative;text-transform:uppercase;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:1}.jltma-creative-button--elevation:after,.jltma-creative-button--elevation:before{content:"";height:100%;position:absolute;top:-19px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:115%;z-index:-1}.jltma-creative-button--elevation:before{background-color:rgba(0,0,0,.1);opacity:0;right:-10px;top:64px;-webkit-transform:rotate(17deg);-ms-transform:rotate(17deg);transform:rotate(17deg)}.jltma-creative-button--elevation:after{background-color:rgba(0,0,0,.1);right:-10px;-webkit-transform:rotate(17deg);-moz-transform:rotate(17deg);-ms-transform:rotate(17deg);-o-transform:rotate(17deg);transform:rotate(17deg)}.jltma-creative-button--elevation:hover:before{opacity:1;top:21px}.jltma-creative-button--elevation:hover:after{opacity:0;top:-110px!important}.jltma-creative-button--elevation:hover:after,.jltma-creative-button--elevation:hover:before{background-color:rgba(0,0,0,.2)}.jltma-changelog h2.jltma-changelog-heading{font-size:24px;margin:50px 0 10px}.jltma-changelog h3.jltma-changelog-title{font-size:22px}.jltma-changelog ul{list-style:none;margin:15px 0;padding:0}.jltma-changelog ul li{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:300}.jltma-infobox .jltma-infobox-item{border-radius:5px;padding:1.875rem;-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox .jltma-infobox-content{text-align:left}.jltma-infobox .jltma-infobox-icon{color:#4b00e7;font-size:20px}.jltma-infobox .jltma-infobox-icon svg{height:20px;width:20px}.jltma-infobox .jltma-infobox-icon .jltma-inner-content img{margin:0 auto}.jltma-infobox .jltma-infobox-content-title{color:#393c3f;font-size:24px;font-weight:700;line-height:1.5;margin:0 0 10px}.jltma-infobox .jltma-infobox-content-description{color:#78909c;font-size:16px;margin:10px auto}.jltma-infobox .bg-fade-icon{bottom:-20px;color:#4b00e7;opacity:.2;position:absolute;right:-15px;z-index:-1}.jltma-infobox .bg-fade-icon i,.jltma-infobox .bg-fade-icon span{font-size:7rem}.jltma-infobox .bg-fade-icon svg{height:100px;width:100px}.jltma-infobox.three .jltma-infobox-item,.jltma-infobox.two .jltma-infobox-item{overflow:hidden;position:relative;z-index:0}.jltma-infobox.three .jltma-infobox-item .jltma-infobox-icon{background:#4b00e7;border-top-left-radius:5px;color:#fff;font-size:2.5rem;left:0;padding:.5rem 1.5rem;position:absolute;top:0}.jltma-infobox.three .jltma-infobox-item .jltma-infobox-content{padding-top:3rem}.jltma-infobox.four .jltma-infobox-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease;transition:.3s ease}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon{background:#4b00e7;border-radius:50%;color:#fff;font-size:2rem;height:90px;line-height:90px;margin:0 auto;text-align:center;-webkit-transition:.3s ease;transition:.3s ease;width:90px}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon.image{position:relative}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon.image .jltma-inner-content{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-content,.jltma-infobox.four .jltma-infobox-item .jltma-inner-content{text-align:center}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-content-description{-webkit-transition:.3s ease;transition:.3s ease}.jltma-infobox.five{margin:-10px}.jltma-infobox.five .jltma-infobox-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon{color:#fff;margin-left:-20px;margin-right:30px;margin-top:-20px;width:80px}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img{display:block!important;left:30%;position:absolute;top:25%;-webkit-transform:skewX(-30deg) rotate(30deg) scale(1);-ms-transform:skewX(-30deg) rotate(30deg) scale(1);transform:skewX(-30deg) rotate(30deg) scale(1)}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i{font-size:4rem}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-content-description,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-content-title{-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.six .jltma-infobox-item .jltma-infobox-icon.image{position:relative}.jltma-infobox.six .jltma-infobox-item .jltma-infobox-icon.image .jltma-inner-content{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jltma-infobox.nine .jltma-infobox-item:hover .jltma-infobox-content-description,.jltma-infobox.nine .jltma-infobox-item:hover .jltma-infobox-content-title{color:#000}.jltma-infobox.ten .jltma-infobox-item .jltma-infobox-icon img{height:inherit!important;left:3px!important;line-height:inherit!important;top:18px!important;width:inherit!important}.jltma-infobox.ten .jltma-infobox-item:hover .jltma-infobox-icon{background:#4b00e7;color:#fff}.jltma-infobox.ten .jltma-infobox-item:hover .jltma-infobox-content-title{color:#e8156e}.jltma-infobox.eight .jltma-infobox-icon.image{display:block}.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content img{display:block!important;left:30%;position:absolute;top:25%;-webkit-transform:skewX(-30deg) rotate(30deg) scale(1);-ms-transform:skewX(-30deg) rotate(30deg) scale(1);transform:skewX(-30deg) rotate(30deg) scale(1)}.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content i{font-size:4rem!important}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon{z-index:0}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon i,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon img,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon svg,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon svg{font-size:2rem;height:80px;line-height:80px;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;width:80px;z-index:1}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content{border-radius:15px;display:inline-block;height:165px;left:-50px;margin:48px 0;overflow:hidden;position:absolute;top:-90px;-webkit-transform:rotate(-30deg) skewX(30deg) scale(.5);-ms-transform:rotate(-30deg) skewX(30deg) scale(.5);transform:rotate(-30deg) skewX(30deg) scale(.5);width:180px;z-index:-1}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg{display:none}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content :before,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content :before{border-radius:inherit;display:block;height:inherit;overflow:hidden;width:inherit}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape{height:100%;opacity:1;-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);width:100%}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape:before,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape:before{background:#4b00e7;content:"";-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-shape-inner,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-shape-inner{background:#4b00e7;-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.eight .jltma-infobox-item:hover .jltma-infobox-content-title,.jltma-infobox.five .jltma-infobox-item:hover .jltma-infobox-content-title{color:#e8156e}.jltma-flip-box{background-color:transparent;text-align:center}.jltma-flip-box,.jltma-flip-box-wrapper{-webkit-perspective:1000px;perspective:1000px;width:100%}.jltma-flip-box-wrapper{display:inline-block}.jltma-flip-box-wrapper .jltma-flip-box-inner{height:200px;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:5px;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);height:100%;left:0;padding:1.875rem;position:absolute;text-align:center;top:0;-webkit-transition:all .6s ease 0s;transition:all .6s ease 0s;width:100%}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back i,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back svg,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front i,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front svg{font-size:32px;height:1em;width:1em}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back img,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front img{height:70%;width:70%}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-button{background:#fff;border-radius:3px;color:#4b00e7;cursor:pointer;display:inline-block;font-size:13px;padding:5px 8px}.jltma-flip-box-wrapper .jltma-flip-box-front{z-index:2}.jltma-flip-box-wrapper .jltma-flip-box-back{background:#4b00e7;z-index:1}.jltma-flip-box-wrapper:hover .jltma-flip-box-back{z-index:2}.jltma-flip-box-wrapper:hover .jltma-flip-box-front{z-index:1}.jltma-flip-box-wrapper .icon-wrapper{display:inline-block;line-height:1;padding:0}.jltma-flip-box-wrapper .back-icon-title,.jltma-flip-box-wrapper .front-icon-title{color:#fff;margin:10px auto}.jltma-flip-box-wrapper .jltma-flipbox-content{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-flip-box-wrapper .jltma-flipbox-content p{margin-bottom:10px}.jltma-flip-box-wrapper .jltma-flipbox-content .jltma-flip-button{display:inline-block;padding:5px 10px}.jltma-flip-box-wrapper [class*=icon-title]{color:#393c3f;font-size:1rem;font-weight:700}.jltma-flip-box-wrapper.one .jltma-flip-box-front{background-color:#fff}.jltma-flip-box-wrapper.one .jltma-flip-box-back,.jltma-flip-box-wrapper.one .jltma-flip-box-front{text-align:left}.jltma-flip-box-wrapper.one .jltma-flip-box-back p{font-size:15px;line-height:23px}.jltma-flip-box-wrapper.two .jltma-flip-box-front{padding:0}.jltma-flip-box-wrapper.three{margin:50px 0;position:relative}.jltma-flip-box-wrapper.three .jltma-flip-box-back,.jltma-flip-box-wrapper.three .jltma-flip-box-front{border-radius:0}.jltma-flip-box-wrapper.three .jltma-flip-box-front{-webkit-transform:rotate(-20deg) skewX(-20deg);-ms-transform:rotate(-20deg) skewX(-20deg);transform:rotate(-20deg) skewX(-20deg)}.jltma-flip-box-wrapper.three .jltma-flip-box-front .jltma-flipbox-content{-webkit-transform:translateY(-50%) rotate(18deg) skewX(18deg);-ms-transform:translateY(-50%) rotate(18deg) skewX(18deg);transform:translateY(-50%) rotate(18deg) skewX(18deg)}.jltma-flip-box-wrapper.three:hover .jltma-flip-box-back{-webkit-transform:rotate(20deg) skewX(20deg);-ms-transform:rotate(20deg) skewX(20deg);transform:rotate(20deg) skewX(20deg)}.jltma-flip-box-wrapper.three .jltma-flip-box-back .jltma-flipbox-content{-webkit-transform:translateY(-50%) rotate(-18deg) skewX(-18deg);-ms-transform:translateY(-50%) rotate(-18deg) skewX(-18deg);transform:translateY(-50%) rotate(-18deg) skewX(-18deg)}.jltma-flip-box-wrapper.four .jltma-flip-box-back .jltma-flipbox-content,.jltma-flip-box-wrapper.four .jltma-flip-box-front .jltma-flipbox-content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.jltma-flip-icon-view-framed{border:1px solid #92be43}.jltma-flip-icon-shape-circle{border-radius:50%}@media only screen and (max-width:768px){.jltma-flip-box-back,.jltma-flip-box-front,.jltma-flipbox-content{cursor:pointer;overflow:visible!important;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}.jltma-flip-animate-vertical .jltma-flip-box-inner .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}.jltma-flip-animate-vertical .jltma-flip-box-inner .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateX(180deg);transform:perspective(1000px) rotateX(180deg)}.jltma-flip-animate-vertical .jltma-flip-box-inner:hover .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateX(180deg);transform:perspective(1000px) rotateX(180deg)}.jltma-flip-animate-vertical .jltma-flip-box-inner:hover .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateY(180deg);transform:perspective(1000px) rotateY(180deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner:hover .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateY(180deg);transform:perspective(1000px) rotateY(180deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner:hover .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}.jltma-flip-animate-fade .jltma-flip-box-inner .jltma-flip-box-front,.jltma-flip-animate-flip.fade{opacity:1}.jltma-flip-animate-fade .jltma-flip-box-inner .jltma-flip-box-back{opacity:0}.jltma-flip-animate-fade .jltma-flip-box-inner:hover .jltma-flip-box-front{opacity:0}.jltma-flip-animate-fade .jltma-flip-box-inner:hover .jltma-flip-box-back{opacity:1}.jltma-creative-button-align-center{text-align:center}.jltma-creative-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-creative-button{-webkit-box-flex:0;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2px;-ms-flex:0 0 auto;flex:0 0 auto;font-size:16px;line-height:1;min-width:inherit!important;padding:16px 20px;position:relative;text-align:center;vertical-align:middle;z-index:1}.jltma-creative-button-align-center .jltma-creative-button{display:inline-block;float:none}.jltma-creative-button:focus{outline:none}.jltma-creative-button>span{vertical-align:middle}.jltma-creative-button svg.jltma-creative-button-icon-left{width:1em}.jltma-creative-button .jltma-creative-button-icon-left i,.jltma-creative-button svg.jltma-creative-button-icon-left{padding-right:5px}.jltma-creative-links .jltma-creative-link a svg{width:15px}.jltma-creative-links .jltma-creative-link a{color:#fff;display:inline-block;font-size:1.35em;font-weight:400;letter-spacing:1px;outline:none;padding:10px 1.5rem;position:relative;text-decoration:none;text-shadow:0 0 1px hsla(0,0%,100%,.3);text-transform:uppercase}.jltma-creative-links .jltma-creative-link a:hover,.jltma-creative-links.jltma-cl-effect-11 a:before .jltma-creative-links .jltma-creative-link a:focus{outline:0}.jltma-creative-links.jltma-cl-effect-1 a:after,.jltma-creative-links.jltma-cl-effect-1 a:before{display:inline-block;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .3s;transition:opacity .2s,-webkit-transform .3s;transition:transform .3s,opacity .2s;transition:transform .3s,opacity .2s,-webkit-transform .3s}.jltma-creative-links.jltma-cl-effect-1 a:before{content:"[";margin-right:10px;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.jltma-creative-links.jltma-cl-effect-1 a:after{content:"]";margin-left:10px;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}.jltma-creative-links.jltma-cl-effect-1 a:hover:after,.jltma-creative-links.jltma-cl-effect-1 a:hover:before{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jltma-creative-links.jltma-cl-effect-3 a{padding:8px 0}.jltma-creative-links.jltma-cl-effect-3 a:after{background:rgba(0,0,0,.1);content:"";height:4px;left:0;opacity:0;position:absolute;top:100%;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-3 a:focus:after,.jltma-creative-links.jltma-cl-effect-3 a:hover:after{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-creative-links.jltma-cl-effect-4 a{padding:0 0 10px}.jltma-creative-links.jltma-cl-effect-4 a:after{background:#333;content:"";height:1px;left:0;opacity:0;position:absolute;top:100%;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,transform .3s;transition:height .3s,opacity .3s,transform .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-4 a:focus:after,.jltma-creative-links.jltma-cl-effect-4 a:hover:after{height:5px;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-creative-links.jltma-cl-effect-11 a{border-top:2px solid #0972b4;color:#0972b4;padding:10px 0;text-shadow:none}.jltma-creative-links.jltma-cl-effect-11 a:before{border-bottom:2px solid #b53a2d;color:#b53a2d;content:attr(data-hover);left:0;max-width:0;overflow:hidden;padding:10px 0;position:absolute;top:0;-webkit-transition:max-width .5s;-moz-transition:max-width .5s;transition:max-width .5s;white-space:nowrap}.jltma-creative-links.jltma-cl-effect-11 a:focus:before,.jltma-creative-links.jltma-cl-effect-11 a:hover:before{max-width:100%}.jltma-creative-links.jltma-cl-effect-13 a{-webkit-transition:color .3s;transition:color .3s}.jltma-creative-links.jltma-cl-effect-13 a:before{color:transparent;content:"•";font-size:1.2em;left:50%;pointer-events:none;position:absolute;text-shadow:0 0 transparent;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:text-shadow .3s,color .3s;transition:text-shadow .3s,color .3s}.jltma-creative-links.jltma-cl-effect-13 a:focus:before,.jltma-creative-links.jltma-cl-effect-13 a:hover:before{color:#fff;text-shadow:10px 0 #fff,-10px 0 #fff}.jltma-creative-links.jltma-cl-effect-13 a:focus,.jltma-creative-links.jltma-cl-effect-13 a:hover{color:#ba7700}.jltma-creative-links.jltma-cl-effect-15 a{color:rgba(0,0,0,.2);font-weight:700;text-shadow:none}.jltma-creative-links.jltma-cl-effect-15 a:before{color:#fff;content:attr(data-hover);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.jltma-creative-links.jltma-cl-effect-15 a:focus:before,.jltma-creative-links.jltma-cl-effect-15 a:hover:before{opacity:0;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.jltma-creative-links.jltma-cl-effect-15 a:before,.jltma-creative-links.jltma-cl-effect-17 a:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:flex-end;left:0;opacity:1;position:absolute;top:0;width:100%}.jltma-creative-links.jltma-cl-effect-17 a{overflow:hidden;text-shadow:none}.jltma-creative-links.jltma-cl-effect-17 a:before{color:#fff;content:attr(data-hover);pointer-events:none;text-shadow:0 0 1px hsla(0,0%,100%,.3);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.jltma-creative-links.jltma-cl-effect-17 a:after{background:#fff;bottom:0;content:"";height:2px;left:0;opacity:0;pointer-events:none;position:absolute;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-17 a:focus:before,.jltma-creative-links.jltma-cl-effect-17 a:hover:before{opacity:0;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.jltma-creative-links.jltma-cl-effect-17 a:focus:after,.jltma-creative-links.jltma-cl-effect-17 a:hover:after{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-creative-links.jltma-cl-effect-21 a{color:#237546;font-weight:700;padding:10px;text-shadow:none;-webkit-transition:color .3s;transition:color .3s}.jltma-creative-links.jltma-cl-effect-21 a:after,.jltma-creative-links.jltma-cl-effect-21 a:before{background:#333;content:"";height:2px;left:0;opacity:0;position:absolute;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-21 a:before{top:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.jltma-creative-links.jltma-cl-effect-21 a:after{bottom:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.jltma-creative-links.jltma-cl-effect-21 a:focus,.jltma-creative-links.jltma-cl-effect-21 a:hover{color:#fff}.jltma-creative-links.jltma-cl-effect-21 a:focus:after,.jltma-creative-links.jltma-cl-effect-21 a:focus:before,.jltma-creative-links.jltma-cl-effect-21 a:hover:after,.jltma-creative-links.jltma-cl-effect-21 a:hover:before{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-image-hover-effect figure{background:#3085a3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;position:relative;width:-webkit-fill-available}.jltma-image-hover-effect figure img{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:auto;max-width:100%;position:relative;width:100%}.jltma-image-hover-effect figure figcaption{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;overflow:hidden;padding:1em;position:absolute;text-transform:uppercase;top:0;width:100%}.jltma-image-hover-effect figure figcaption:after,.jltma-image-hover-effect figure figcaption:before{content:"";pointer-events:none;position:absolute}.jltma-image-hover-effect figure figcaption .jltma-fancybox svg{fill:#fff;height:25px;position:absolute;right:15px;top:0;width:25px;z-index:999}.jltma-image-hover-effect figure h2,.jltma-image-hover-effect figure p{color:#fff;margin:0;padding:0;text-align:center}.jltma-image-hover-effect figure h2{font-size:2.5rem;word-spacing:-.15em}.jltma-image-hover-effect figure h2 span{font-weight:800}.jltma-image-hover-effect figure p{font-size:15px;letter-spacing:1px}.icon-eye:before{content:"\e000"}.icon-paper-clip:before{content:"\e001"}.icon-heart:before{content:"\e024"}figure.jltma-effect-milo img,figure.jltma-effect-roxy img,figure.jltma-effect-sadie img,figure.jltma-effect-sarah img{max-width:none;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;width:calc(100% + 50px)}figure.jltma-effect-milo:hover img,figure.jltma-effect-roxy:hover img,figure.jltma-effect-sadie:hover img,figure.jltma-effect-sarah:hover img{-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-lily img{opacity:.7}figure.jltma-effect-lily figcaption>div{bottom:0;height:50%;left:0;padding:2em;position:absolute;width:100%}figure.jltma-effect-lily figcaption h2,figure.jltma-effect-lily figcaption p{text-align:left;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.jltma-effect-lily figcaption h2{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-lily figcaption p{color:hsla(0,0%,100%,.8);opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}figure.jltma-effect-lily:hover img,figure.jltma-effect-lily:hover p{opacity:1}figure.jltma-effect-lily:hover h2,figure.jltma-effect-lily:hover p{-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-lily:hover p{-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}figure.jltma-effect-sadie img{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.jltma-effect-sadie figcaption:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(72,76,97,0)),color-stop(75%,rgba(72,76,97,.8)));background:linear-gradient(180deg,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);height:100%;left:0;opacity:0;top:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);width:100%}figure.jltma-effect-sadie figcaption h2{color:#484c61;left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;width:100%}figure.jltma-effect-sadie figcaption p,figure.jltma-effect-sadie figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-sadie figcaption p{bottom:0;left:0;opacity:0;padding:2em;position:absolute;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}figure.jltma-effect-sadie:hover h2{color:#fff;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}figure.jltma-effect-sadie:hover figcaption:before,figure.jltma-effect-sadie:hover p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-roxy{background:linear-gradient(45deg,#ff89e9,#05abe0)}figure.jltma-effect-roxy img{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.jltma-effect-roxy figcaption{padding:3em;text-align:left}figure.jltma-effect-roxy figcaption:before{border:1px solid #fff;bottom:30px;left:30px;opacity:0;right:30px;top:30px;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-roxy figcaption h2{padding:30% 0 10px}figure.jltma-effect-roxy figcaption p{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-roxy:hover img{opacity:.7}figure.jltma-effect-roxy:hover figcaption:before,figure.jltma-effect-roxy:hover p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-bubba{background:#9e5406}figure.jltma-effect-bubba img{opacity:.7;-webkit-transition:opacity .35s;transition:opacity .35s}figure.jltma-effect-bubba figcaption:after,figure.jltma-effect-bubba figcaption:before{bottom:30px;left:30px;right:30px;top:30px}figure.jltma-effect-bubba figcaption:before{border-bottom:1px solid #fff;border-top:1px solid #fff;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}figure.jltma-effect-bubba figcaption:after{border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}figure.jltma-effect-bubba figcaption p,figure.jltma-effect-bubba figcaption:after,figure.jltma-effect-bubba figcaption:before{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-bubba figcaption h2{padding-top:30%;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-bubba figcaption p{padding:20px 2.5em;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.jltma-effect-bubba:hover img{opacity:.4}figure.jltma-effect-bubba:hover figcaption:after,figure.jltma-effect-bubba:hover figcaption:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}figure.jltma-effect-bubba:hover figcaption h2,figure.jltma-effect-bubba:hover figcaption p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-romeo{-webkit-perspective:1000px;perspective:1000px}figure.jltma-effect-romeo img{-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-romeo figcaption:after,figure.jltma-effect-romeo figcaption:before{background:#fff;height:1px;left:50%;opacity:.5;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;width:80%}figure.jltma-effect-romeo figcaption h2,figure.jltma-effect-romeo figcaption p{left:0;position:absolute;top:50%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;width:100%}figure.jltma-effect-romeo figcaption h2{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}figure.jltma-effect-romeo figcaption p{padding:.25em 2em;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}figure.jltma-effect-romeo:hover figcaption:before{-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}figure.jltma-effect-romeo:hover figcaption:after{-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}figure.jltma-effect-romeo:hover img{opacity:.6;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-romeo:hover h2{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}figure.jltma-effect-romeo:hover p{-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}figure.jltma-effect-layla img{-webkit-transform:translate3d(0,-30px,0) scale(1.15);transform:translate3d(0,-30px,0) scale(1.15);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-layla figcaption{padding:3em}figure.jltma-effect-layla figcaption:after,figure.jltma-effect-layla figcaption:before{opacity:0}figure.jltma-effect-layla figcaption:before{border-bottom:1px solid #fff;border-top:1px solid #fff;bottom:50px;left:30px;right:30px;top:50px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}figure.jltma-effect-layla figcaption:after{border-left:1px solid #fff;border-right:1px solid #fff;bottom:30px;left:50px;right:50px;top:30px;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}figure.jltma-effect-layla figcaption h2{padding-top:26%;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-layla figcaption p{opacity:0;padding:.5em 2em;text-transform:none;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}figure.jltma-effect-layla figcaption p,figure.jltma-effect-layla figcaption:after,figure.jltma-effect-layla figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-layla:hover img{opacity:.7;-webkit-transform:translateZ(0) scale(1.15);transform:translateZ(0) scale(1.15)}figure.jltma-effect-layla:hover figcaption:after,figure.jltma-effect-layla:hover figcaption:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}figure.jltma-effect-layla:hover h2,figure.jltma-effect-layla:hover p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-layla:hover figcaption:after,figure.jltma-effect-layla:hover h2,figure.jltma-effect-layla:hover img,figure.jltma-effect-layla:hover p{-webkit-transition-delay:.15s;transition-delay:.15s}figure.jltma-effect-honey{background:#4a3753}figure.jltma-effect-honey figcaption:before{background:#4b00e7;bottom:0;height:10px;left:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}figure.jltma-effect-honey figcaption h2{bottom:0;left:0;padding:1em 1.5em;position:absolute;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);width:100%}figure.jltma-effect-honey figcaption h2 i{font-style:normal;opacity:0;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-honey figcaption h2,figure.jltma-effect-honey figcaption:before{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-honey:hover figcaption:before,figure.jltma-effect-honey:hover h2,figure.jltma-effect-honey:hover h2 i{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-honey img,figure.jltma-effect-oscar img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s}figure.jltma-effect-oscar{background:linear-gradient(45deg,#22682a,#9b4a1b 40%,#3a342a)}figure.jltma-effect-oscar figcaption{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(58,52,42,.7);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:3em;-webkit-transition:background-color .35s;transition:background-color .35s}figure.jltma-effect-oscar figcaption:before{border:1px solid #fff;bottom:30px;left:30px;right:30px;top:30px}figure.jltma-effect-oscar figcaption h2{margin:20% 0 10px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-oscar figcaption p,figure.jltma-effect-oscar figcaption:before{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-oscar:hover h2{-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-oscar:hover figcaption:before,figure.jltma-effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}figure.jltma-effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.jltma-effect-oscar:hover img{opacity:.4}.jltma-blog-filter{clear:both;margin:auto;padding:0 0 15px;text-align:center;width:auto}.jltma-blog-filter ul li{display:inline-block;list-style:none}.jltma-blog-filter ul li a{border:1px solid #5dd3c7;border-radius:3rem;color:#000;display:inline-block;font-size:1em;margin:0 15px 10px;padding:10px 25px;text-decoration:none;text-transform:capitalize}.jltma-blog-filter ul li a.active,.jltma-blog-filter ul li a:hover{background-color:#4b00e7;border-color:#4b00e7;color:#fff}.jltma-blog-content-wrapper{clear:both;margin:15px 0 20px;text-align:left}.jltma-blog-content-wrapper .jltma-blog-inner-container{display:-webkit-box;display:-ms-flexbox;display:flex}ul.slick-dots li.slick-active{color:#4b00e7}.jltma-blog-pagination{display:inline-block;width:100%}.jltma-blog-pagination .page-numbers{border-radius:4px;display:inline-block;margin:20px 0;padding-left:0}.jltma-blog-pagination .page-numbers li{display:inline-block}.jltma-blog-pagination .page-numbers li a,.jltma-blog-pagination .page-numbers li span{background:#fff;border:none;border-radius:0;color:#b2b2b2;display:inline-block;font-size:16px;font-style:italic;line-height:45px;padding:0 15px;text-align:center;text-transform:capitalize}.jltma-blog-pagination .page-numbers li span.current{background:#4b00e7;color:#fff}.jltma-blog-format-container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:25px;height:55px;justify-content:center;margin-right:20px;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:55px}.jltma-blog-format-link i{color:#4b00e7}.jltma-blog-author-thumbnail{height:0;padding:0 30px;pointer-events:none;position:relative;top:-10px;width:100%}.jltma-blog-author-thumbnail img{border-radius:50%;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:60px}.jltma-blog-post{float:left;margin-bottom:3em;position:relative;width:100%}.jltma-post-thumbnail{line-height:1}.jltma-post-thumbnail img{border-radius:5px}.jltma-post-content{margin-top:26px}.jltma-entry-title{font-size:16px;font-weight:700;margin:0 0 9px}.jltma-entry-title a{color:#343434}.jltma-post-content{border-radius:5px}.jltma-post-content,.jltma-post-content p{color:#78909c;display:inline-block;font-size:15px;line-height:23px;margin:8px 0;width:100%}.jltma-post-entry-meta i{padding-right:5px}.jltma-post-btn{color:#4b00e7;font-size:13px;font-weight:600;margin-top:12px}.jltma-title-only-post .jltma-entry-title{font-size:18px}.jltma-post-entry-meta{color:#b3bfc5;display:inline-block;font-size:13px;font-weight:600;margin:10px 0 8px;width:100%}.jltma-post-entry-meta a{color:#b3bfc5}.jltma-post-entry-meta span{padding-right:15px;position:relative}.jltma-post-entry-meta span:before{font-size:10px;position:absolute;right:6px;top:0}.jltma-post-entry-meta .jltma-post-tags a{padding-right:5px;position:relative}.jltma-post-entry-meta .jltma-post-tags a:before{bottom:0;content:",";position:absolute;right:0}.jltma-post-entry-meta .jltma-post-tags a:last-child,.jltma-post-entry-meta span:last-child{padding-right:0}.jltma-post-entry-meta .jltma-post-tags a:last-child:before,.jltma-post-entry-meta span:last-child:before,.jltma-post-meta-with-avatar .jltma-post-entry-meta span:before{display:none}.jltma-post-meta-with-avatar .jltma-post-entry-meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:25px}.jltma-post-meta-with-avatar .jltma-author-avatar{border-radius:50%;float:left;margin:0 10px 10px 0;width:64px}.jltma-post-meta-with-avatar .jltma-author-avatar img{border-radius:50%}.jltma-post-meta-with-avatar .jltma-author-avatar span{display:block;padding:2px 0}.jltma-post-half-row .jltma-post-content{margin-top:0}.jltma-post-absolute-bottom-content .jltma-post-content,.jltma-post-absolute-bottom-content-02 .jltma-post-content,.jltma-post-content-right .jltma-post-content{background:#fff;bottom:0;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);left:0;margin:0;padding:1.75rem;position:absolute;width:100%}.jltma-post-absolute-bottom-content .jltma-entry-title,.jltma-post-absolute-bottom-content-02 .jltma-entry-title,.jltma-post-content-right .jltma-entry-title{color:#fff;font-size:16px;line-height:1.5;margin-bottom:0}.jltma-post-absolute-bottom-content .jltma-entry-title a,.jltma-post-absolute-bottom-content-02 .jltma-entry-title a,.jltma-post-content-right .jltma-entry-title a{color:#fff}.jltma-post-absolute-bottom-content-02 .jltma-post-entry-meta,.jltma-post-content-gradient-bg-02 .jltma-post-entry-meta{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:5px;color:#4b00e7;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;height:45px;justify-content:center;left:20px;margin:0;position:absolute;text-align:center;top:20px;width:45px}.jltma-post-absolute-bottom-content-02 .jltma-post-entry-meta span,.jltma-post-content-gradient-bg-02 .jltma-post-entry-meta span{display:block}.jltma-post-absolute-bottom-content-02 .jltma-post-content .jltma-post-entry-meta,.jltma-post-content-gradient-bg-02 .jltma-post-content .jltma-post-entry-meta{display:none}.jltma-post-content-right .jltma-post-thumbnail{padding-right:2rem}.jltma-post-content-right .jltma-post-content{margin-left:2rem;position:static;-webkit-transform:translateY(-3rem);-ms-transform:translateY(-3rem);transform:translateY(-3rem);width:auto}.jltma-post-meta-icon-with-details .jltma-entry-title{font-size:18px;line-height:1.5}.jltma-post-meta-icon-with-details .jltma-post-content,.jltma-post-meta-with-icon .jltma-post-content{background:#fff;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);margin:0 1.875rem 1.875rem;padding:1.75rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-post-content-gradient-bg .jltma-post-entry-meta span,.jltma-post-meta-icon-with-details .jltma-post-entry-meta span,.jltma-post-meta-with-icon .jltma-post-entry-meta span{padding-right:10px}.jltma-post-content-gradient-bg .jltma-post-entry-meta span:before,.jltma-post-meta-icon-with-details .jltma-post-entry-meta span:before,.jltma-post-meta-with-icon .jltma-post-entry-meta span:before{display:none}.jltma-post-content-gradient-bg .jltma-entry-title,.jltma-post-meta-with-icon .jltma-entry-title{color:#4b00e7;font-size:18px;line-height:1.5;margin-bottom:0}.jltma-post-meta-with-icon .jltma-entry-title a{color:#4b00e7}.jltma-post-content-gradient-bg{position:relative}.jltma-post-content-gradient-bg .jltma-post-content{background-image:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);bottom:1.875rem;display:inline-table;left:1.875rem;margin-top:0;padding:1.75rem;position:absolute;right:1.875rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-post-content-gradient-bg .jltma-entry-title,.jltma-post-content-gradient-bg .jltma-entry-title a,.jltma-post-content-gradient-bg .jltma-post-entry-meta,.jltma-post-content-gradient-bg .jltma-post-entry-meta a{color:#fff}.jltma-post-content-gradient-bg-02 .jltma-post-thumbnail{position:relative}.jltma-post-content-gradient-bg-02 .jltma-post-entry-meta span{display:block}.jltma-post-content-gradient-bg-02 .jltma-post-content{border-radius:0;bottom:30px;left:0;margin-top:0;padding:1.3rem 1.875rem;position:absolute}[class*=col]:first-child .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%)}[class*=col]:nth-child(2) .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#3d9ff3 0,#3fd5cc 100%);background-image:-webkit-linear-gradient(0deg,#3d9ff3,#3fd5cc);background-image:-ms-linear-gradient(0deg,#3d9ff3 0,#3fd5cc 100%)}[class*=col]:nth-child(3) .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#f33d82 0,#d5b43f 100%);background-image:-webkit-linear-gradient(0deg,#f33d82,#d5b43f);background-image:-ms-linear-gradient(0deg,#f33d82 0,#d5b43f 100%)}[class*=col]:nth-child(4) .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#539cb7 0,#7954f1 100%);background-image:-webkit-linear-gradient(0deg,#539cb7,#7954f1);background-image:-ms-linear-gradient(0deg,#539cb7 0,#7954f1 100%)}.jltma-post-content-gradient-bg-02 .jltma-entry-title,.jltma-post-content-gradient-bg-02 .jltma-entry-title a{color:#fff;font-size:14px;margin:0}[class*=jltma-blog-list] .jltma-post-entry-meta span:before{display:none}[class*=jltma-blog-list] .jltma-post-btn{background-color:#4b00e7;border-radius:3rem;color:#fff;display:inline-block;line-height:50px;margin-top:2.125rem;padding:0 1.75rem}.jltma-blog-list-default .jltma-post-entry-meta{margin:6px 0 4px}.jltma-blog-list-meta-bg{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);padding:1.875rem}.jltma-blog-list-meta-bg .jltma-entry-title{font-size:1.5rem}.jltma-blog-list-meta-bg .jltma-post-entry-meta{color:#fefefe;margin-top:1rem}.jltma-blog-list-meta-bg .jltma-post-entry-meta span{float:left;margin-right:5px;padding:3px 7px}.jltma-blog-list-meta-bg .jltma-post-entry-meta span:first-child{background-color:#933fd9}.jltma-blog-list-meta-bg .jltma-post-entry-meta span:nth-child(2){background-color:#3fa8d9}.jltma-blog-list-meta-bg .jltma-post-entry-meta span:nth-child(3){background-color:#e45879}.jltma-blog-list-meta-bg .jltma-post-entry-meta a{color:#fefefe}.jltma-blog-list-button-right{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1)}.jltma-blog-list-button-right .jltma-post-thumbnail img{border-radius:0}.jltma-blog-list-button-right .jltma-post-content{height:100%;margin-top:0;padding:2rem 1.25rem 4rem 0;position:relative}.jltma-blog-list-button-right .jltma-post-btn{border-bottom-right-radius:0;border-top-right-radius:0;bottom:0;float:right;margin-top:0;position:absolute;right:0}.jltma-blog-list-button-right .jltma-entry-title,.jltma-blog-list-content-slide .jltma-entry-title{font-size:1.5rem;margin-top:.5rem}.jltma-blog-list-button-right .jltma-post-entry-meta,.jltma-blog-list-content-slide .jltma-post-entry-meta{color:#78909c;font-family:Damion,cursive;font-size:1.125rem}.jltma-blog-list-button-right .jltma-post-entry-meta span,.jltma-blog-list-content-slide .jltma-post-entry-meta span{padding-right:0}.jltma-blog-list-button-right .jltma-post-entry-meta a,.jltma-blog-list-content-slide .jltma-post-entry-meta a{border-bottom:2px solid #b2c0c7;color:#78909c}.jltma-blog-list-button-right .jltma-post-likes,.jltma-blog-list-content-slide .jltma-post-likes{color:#4b00e7;float:left;font-family:Damion,cursive;font-size:1.5rem}.jltma-blog-list-button-right .jltma-post-likes span,.jltma-blog-list-content-slide .jltma-post-likes span{margin-right:.875rem}.jltma-blog-list-button-right .jltma-post-likes span:last-child,.jltma-blog-list-content-slide .jltma-post-likes span:last-child{margin-right:0}.jltma-blog-list-content-slide .jltma-post-content{border-radius:5px;position:relative;z-index:0}.jltma-blog-list-content-slide .jltma-post-likes{display:inline-block;float:none;margin:6px 0 0 1.875rem}.jltma-blog-list-content-slide .jltma-post-btn{float:left;margin-top:2rem}.jltma-blog-list-thumbnail-hover{margin-bottom:0}.jltma-blog-list-thumbnail-hover .jltma-post-thumbnail{min-height:152px}.jltma-blog-list-thumbnail-hover:hover .jltma-post-content{background:rgba(75,0,231,.5)}.jltma-blog-list-thumbnail-hover:hover .jltma-post-entry-meta span{background:#fff;color:#4b00e7}.jltma-blog-list-thumbnail-bg .jltma-post-thumbnail,.jltma-blog-list-thumbnail-hover .jltma-post-thumbnail{border-radius:0}.jltma-blog-list-thumbnail-bg .jltma-post-content,.jltma-blog-list-thumbnail-hover .jltma-post-content{background:#fff;border-radius:0;border-top:1px dotted #333;display:table;height:100%;left:0;margin-top:0;padding:2.5rem;position:absolute;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.jltma-blog-list-thumbnail-bg .jltma-entry-title,.jltma-blog-list-thumbnail-hover .jltma-entry-title{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.875rem;vertical-align:top}.jltma-blog-list-thumbnail-bg .jltma-entry-title a,.jltma-blog-list-thumbnail-hover .jltma-entry-title a{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);-webkit-background-clip:text;-webkit-transition:all .25s ease;transition:all .25s ease}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta{margin-top:0;width:inherit}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#4b00e7;border-radius:5px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;float:left;font-size:10px;height:64px;justify-content:center;margin:0 25px 0 0;padding:5px;text-align:center;text-transform:uppercase;-webkit-transition:all .25s ease;transition:all .25s ease;vertical-align:middle;width:64px}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta span span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta span span{background:none;display:inline-block;float:none;height:inherit;line-height:1;margin:0;width:inherit}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta a,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta a{color:#fff;word-break:break-word}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta i,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta i{display:none}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta .jltma-post-date span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta .jltma-post-date span{display:block;font-size:18px}.jltma-blog-list-thumbnail-bg .jltma-blog-entry-container,.jltma-blog-list-thumbnail-hover .jltma-blog-entry-container{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.jltma-blog-list-thumbnail-bg:hover .jltma-entry-title,.jltma-blog-list-thumbnail-bg:hover .jltma-entry-title a,.jltma-blog-list-thumbnail-hover:hover .jltma-entry-title,.jltma-blog-list-thumbnail-hover:hover .jltma-entry-title a{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(0deg,#fff,#fff);background:-moz-linear-gradient(0deg,#fff 0,#fff 100%);background:-ms-linear-gradient(0deg,#fff 0,#fff 100%);-webkit-background-clip:text}.jltma-blog-list-thumbnail-bg .jltma-post-thumbnail{position:relative;z-index:0}.jltma-blog-list-thumbnail-bg .jltma-post-thumbnail:before{background:#4b00e7;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%;z-index:-1}.jltma-blog-list-thumbnail-bg .jltma-post-link:after,.jltma-blog-list-thumbnail-bg .jltma-post-link:before{background:#fff;content:"";left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .25s ease;transition:all .25s ease;z-index:-1}.jltma-blog-list-thumbnail-bg .jltma-post-link:after{height:0;width:1px}.jltma-blog-list-thumbnail-bg .jltma-post-link:before{height:1px;width:0}.jltma-blog-list-thumbnail-bg .jltma-post-content{background:transparent;border-top:0;bottom:0;height:inherit;position:absolute;top:inherit}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta{color:#4b00e7}.jltma-blog-list-thumbnail-bg .jltma-entry-title,.jltma-blog-list-thumbnail-bg .jltma-entry-title a{color:#fff}.jltma-blog-list-thumbnail-bg:hover .jltma-post-thumbnail:before{opacity:.85;z-index:1}.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:after{height:11rem}.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:before{width:11rem}.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:after,.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:before{z-index:2}.jltma-blog-list-thumbnail-bg:hover .jltma-post-content{opacity:0;z-index:-1}.jltma-post-corner-content .container{position:relative}.jltma-post-corner-content .jltma-post-content{background:#fff;padding:15px}.jltma-post-corner-content .jltma-entry-title{color:#4b00e7;line-height:26px}.jltma-post-corner-content .jltma-entry-title a{color:#4b00e7}.jltma-post-corner-content .jltma-post-entry-meta span{padding-right:10px}.jltma-post-corner-content .jltma-post-entry-meta span:before{display:none}.jltma-blog-list-thumbnail-nav-hover .jltma-post-thumbnail{position:relative}.jltma-blog-list-thumbnail-nav-hover .jltma-post-content{height:100%;left:0;margin-top:0;padding:1.875rem;position:absolute;top:0;width:100%}.jltma-blog-list-thumbnail-nav-hover .jltma-blog-entry-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-blog-list-thumbnail-nav-hover a,.jltma-blog-list-thumbnail-nav-hover h1,.jltma-blog-list-thumbnail-nav-hover h2,.jltma-blog-list-thumbnail-nav-hover h3,.jltma-blog-list-thumbnail-nav-hover h4,.jltma-blog-list-thumbnail-nav-hover h5,.jltma-blog-list-thumbnail-nav-hover h6,.jltma-blog-list-thumbnail-nav-hover p{color:transparent;text-shadow:0 0 10px hsla(0,0%,100%,.9)}.jltma-blog-list-thumbnail-nav-hover:hover .jltma-blog-post-content-wrap,.jltma-blog-list-thumbnail-nav-hover:hover a,.jltma-blog-list-thumbnail-nav-hover:hover h1,.jltma-blog-list-thumbnail-nav-hover:hover h2,.jltma-blog-list-thumbnail-nav-hover:hover h3,.jltma-blog-list-thumbnail-nav-hover:hover h4,.jltma-blog-list-thumbnail-nav-hover:hover h5,.jltma-blog-list-thumbnail-nav-hover:hover h6,.jltma-blog-list-thumbnail-nav-hover:hover p{color:#fff;text-shadow:none}.jltma-swiper__pagination.jltma-swiper__pagination--horizontal{text-align:center}.jltma-swiper__pagination--horizontal .swiper-pagination-bullet:first-child{margin-left:0!important}.jltma-swiper__pagination.jltma-swiper__pagination--outside{margin-top:15px;position:static}.jltma-swiper__pagination.jltma-swiper__pagination--inside{bottom:10px;width:100%}.swiper-pagination-bullet{margin:0 3px}.cards.jltma-post-absolute-bottom-content .jltma-post-content,.cards.jltma-post-absolute-bottom-content-02 .jltma-post-content{background-color:rgba(0,0,0,.5)}@media (min-width:768px){.jltma-blog-list-default .jltma-post-content{margin-top:0;padding-left:1rem}.jltma-blog-list-content-slide .jltma-post-content{background-color:#fff;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.2);box-shadow:0 0 30px 0 rgba(0,0,0,.2);height:100%;margin-top:0;padding:1.875rem 1.25rem 1rem 0;position:relative;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);width:100%;z-index:0}.jltma-blog-list-content-slide [class*=col]:first-child{padding-right:0}.jltma-blog-list-content-slide [class*=col]:nth-child(2){padding-left:0}.jltma-blog-list-content-slide .jltma-post-content:before{background-color:#fff;border-radius:5px;content:"";height:100%;left:-13px;position:absolute;top:0;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);width:100%;z-index:-1}.jltma-post-corner-content .jltma-post-content{bottom:0;display:inline-table;margin-top:0;max-width:555px;padding:5% 1.875rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:767px){.jltma-blog-list-meta-bg{padding:15px}.jltma-blog-list-button-right .jltma-entry-title,.jltma-blog-list-content-slide .jltma-entry-title,.jltma-blog-list-meta-bg .jltma-entry-title,.jltma-blog-list-thumbnail-bg .jltma-entry-title,.jltma-blog-list-thumbnail-hover .jltma-entry-title{font-size:16px}.jltma-post-entry-meta span{margin-bottom:5px}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta span,.jltma-post-entry-meta span span{margin-bottom:0}.jltma-blog-list-button-right .jltma-post-content{padding:15px 15px 4rem}.jltma-blog-list-thumbnail-bg .jltma-post-content,.jltma-blog-list-thumbnail-hover .jltma-post-content{padding:15px}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta{margin-right:10px}.jltma-post-corner-content .jltma-post-content{padding:0}.jltma-post-corner-content .jltma-entry-title{line-height:23px}.jltma-post-corner-content .jltma-post-entry-meta span{padding-right:3px}}.jltma-timeline{display:inline-block;margin:0 auto;max-width:100%;position:relative;width:100%}.jltma-timeline .jltma-timeline__line{background-color:#f7f7f7}.jltma-timeline .jltma-timeline__line__inner{background-color:#54595f;height:20%;width:100%}.jltma-timeline .timeline-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-timeline .timeline-item__meta-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.jltma-timeline .timeline-item__card__arrow:after{border-bottom:10px solid transparent;border-top:10px solid transparent;content:"";height:0;position:absolute;width:0}.jltma-timeline .timeline-item__card-wrapper,.jltma-timeline .timeline-item__meta-wrapper{max-width:100%;position:relative}.jltma-timeline .timeline-item__content-wrapper{background-color:#f7f7f7;border-radius:5px;overflow:hidden;padding:1.875rem}.jltma-timeline .jltma-timeline__item{margin-bottom:20px}.jltma-timeline .jltma-timeline-entry-thimbnail{border-radius:5px;margin-bottom:30px}.jltma-timeline .jltma-timeline-entry-thimbnail img{border-radius:5px}.jltma-timeline .jltma-timeline-post-mini-thumb,.jltma-timeline .jltma-timeline-post-type-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#4b00e7;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;justify-content:center;overflow:hidden;padding:6px;-webkit-transition:all .25s ease;transition:all .25s ease;width:64px}.jltma-timeline .jltma-timeline-post-mini-thumb img,.jltma-timeline .jltma-timeline-post-type-icon img{height:65px;width:auto}.jltma-timeline .jltma-timeline-post-mini-thumb svg,.jltma-timeline .jltma-timeline-post-type-icon svg{fill:#fff;height:20px;width:20px}.jltma-timeline .jltma-timeline-post-type-icon:hover{-webkit-animation:none;animation:none}.jltma-timeline .timeline-item__card__arrow{height:40px;position:absolute;top:0;width:10px}.jltma-timeline.jltma-timeline--horizontal{margin:0 -15px;padding-top:2.5rem}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__line{height:4px;margin-left:15px!important;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:calc(100% - 30px)!important}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__line .jltma-timeline__line__inner{height:4px!important}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item{float:left;padding:0 15px;position:relative;width:50%}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .timeline-item__point{left:50%;position:absolute;top:-20px;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .jltma-icon{margin:0 auto}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .timeline-item__card-wrapper{margin-left:0}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .timeline-item__card-wrapper .timeline-item__card__arrow{left:50%;margin-left:-5px;top:-5px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.jltma-timeline .timeline-item__card-wrapper .timeline-item__meta{display:none}.jltma-center-vertical,.jltma-timeline .timeline-item__card__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:1025px){.jltma-timeline-animate .jltma-timeline .timeline-item__card{visibility:hidden}.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__card,.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__meta{visibility:visible}.jltma-timeline-animate .jltma-timeline .timeline-item__meta{visibility:hidden}.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__card{-webkit-animation:cd-bounce-odd 1s;animation:cd-bounce-odd 1s}.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__meta{-webkit-animation:cd-bounce-even 1s;animation:cd-bounce-even 1s}.jltma-timeline-animate .jltma-timeline .timeline-item:nth-child(2n).bounce-in .timeline-item__card{-webkit-animation:cd-bounce-even 1s;animation:cd-bounce-even 1s}.jltma-timeline-animate .jltma-timeline .timeline-item:nth-child(2n).bounce-in .timeline-item__meta{-webkit-animation:cd-bounce-odd 1s;animation:cd-bounce-odd 1s}[class*=jltma-timeline-align-] .jltma-timeline .timeline-item__card,[class*=jltma-timeline-align-] .jltma-timeline .timeline-item__meta{visibility:visible}.jltma-timeline-align--center .jltma-timeline .timeline-item__card__arrow:after{border-left-color:#f7f7f7;border-right-color:#f7f7f7}.jltma-timeline-align--center .jltma-timeline .timeline-item__point{-ms-flex-negative:0;-webkit-box-flex:0;-ms-flex-positive:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:0;flex-shrink:0;order:1}.jltma-timeline-align--center .jltma-timeline .timeline-item__meta-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-ordinal-group:1;-ms-flex-order:0;justify-content:flex-end;order:0}.jltma-timeline-align--center .jltma-timeline .timeline-item__card-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-left:15px}.jltma-timeline-align--center .jltma-timeline .timeline-item__card-wrapper,.jltma-timeline-align--center .jltma-timeline .timeline-item__meta-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:50%;flex-basis:50%;flex-grow:1}.jltma-timeline-align--center .jltma-timeline .timeline-item__meta{margin-right:10px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow{left:5px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow:after{border-right-style:solid;border-right-width:10px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(odd) .timeline-item__meta{text-align:right}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__meta-wrapper{-webkit-box-orient:initial;-webkit-box-direction:initial;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:initial;flex-direction:row;justify-content:flex-start}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__meta{margin-left:10px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__card-wrapper{padding-left:0;padding-right:15px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__card__arrow{right:8px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__card__arrow:after{border-left-style:solid;border-left-width:10px}.jltma-timeline-align--center .jltma-timeline .jltma-timeline__line{left:50%}.jltma-timeline-align--overlay .jltma-timeline .timeline-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.jltma-timeline-align--overlay .jltma-timeline .timeline-item__meta,.jltma-timeline-align--overlay .jltma-timeline .timeline-item__point{margin-bottom:12px}.jltma-timeline-align--overlay .jltma-timeline .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--overlay .jltma-timeline .jltma-timeline__line{left:50%}.jltma-timeline-align--left .jltma-timeline{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-timeline-align--left .jltma-timeline__line{left:0;margin-left:20px}.jltma-timeline-align--left .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.jltma-timeline-align--left .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--left .timeline-item__card-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:1;order:1}.jltma-timeline-align--left .timeline-item__card__arrow{left:-10px}.jltma-timeline-align--left .timeline-item__card__arrow:after{border-right:10px solid #f7f7f7}.jltma-timeline-align--left .timeline-item__card-wrapper{margin-left:20px}.jltma-timeline-align--right .jltma-timeline .jltma-timeline__line{left:auto;margin-right:20px;right:0;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.jltma-timeline-align--right .jltma-timeline .timeline-item{-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-end}.jltma-timeline-align--right .jltma-timeline .timeline-item__point{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:0!important;order:2}.jltma-timeline-align--right .jltma-timeline .timeline-item__meta{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jltma-timeline-align--right .jltma-timeline .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--right .jltma-timeline .timeline-item__card-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:1;order:1}.jltma-timeline-align--right .jltma-timeline .timeline-item__card__arrow{right:-10px}.jltma-timeline-align--right .jltma-timeline .timeline-item__card__arrow:after{border-left:10px solid #f7f7f7}.jltma-timeline-align--right .jltma-timeline .timeline-item__card-wrapper{margin-right:10px}.jltma-timeline-align--right .jltma-timeline .timeline-item__meta{margin-bottom:12px}.jltma-timeline-cards-align--middle .jltma-timeline .timeline-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jltma-timeline-cards-align--middle .jltma-timeline .timeline-item__card__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-timeline-cards-align--bottom .jltma-timeline .timeline-item{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jltma-timeline-cards-align--bottom .jltma-timeline .timeline-item__card__arrow{bottom:0;top:auto}}.active .jltma-timeline-post-type-icon i{color:#f7f7f7}.jltma-timeline-entry-title{color:#333;font-size:18px;line-height:28px;margin-top:-7px}.jltma-timeline-entry-title a{color:#333}.jltma-blog-timeline-post article p{color:#78909c}.jltma-blog-timeline-post .jltma-post-btn{background-color:#4b00e7;border-radius:3rem;color:#fff;display:inline-block;font-size:13px;font-weight:500;line-height:50px;margin-top:.5rem;padding:0 1.5rem}.jltma-blog-timeline-post .jltma-post-btn i{margin-left:5px}.jltma-timeline.solid-bg-color .hexagon{background-color:#f7f7f7;border-left:3px solid #7f49f0;border-right:3px solid #7f49f0;display:inline-block;height:16px;position:relative;top:2px;width:25px}.jltma-timeline.solid-bg-color .hexagon:after,.jltma-timeline.solid-bg-color .hexagon:before{background-color:inherit;content:"";height:18px;left:1px;position:absolute;-webkit-transform:scaleY(.5774) rotate(-45deg);-ms-transform:scaleY(.5774) rotate(-45deg);transform:scaleY(.5774) rotate(-45deg);width:18px;z-index:1}.jltma-timeline.solid-bg-color .hexagon:before{border-right:4px solid #7f49f0;border-top:4px solid #7f49f0;top:-9px}.jltma-timeline.solid-bg-color .hexagon:after{border-bottom:4px solid #7f49f0;border-left:4px solid #7f49f0;bottom:-9px}.jltma-timeline-post-inner{position:static}.jltma-timeline-horz-pointer{margin-bottom:20px;min-height:19px;position:relative;text-align:center;z-index:0}.jltma-timeline.solid-bg-color .jltma-timeline-horz-pointer:before{background-color:#7f49f0;content:"";height:4px;left:15px;margin-top:-2px;position:absolute;top:50%;width:calc(100% + 30px);z-index:-1}.jltma-timeline.solid-bg-color .jltma-blog-timeline-post article{margin-left:0;margin-right:0}.jltma-timeline__line{background-color:#f7f7f7;position:absolute}.jltma-timeline .jltma-timeline__line{bottom:0;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:4px;z-index:-1}.jltma-timeline-align--left .jltma-timeline{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-timeline-align--left .jltma-timeline .jltma-timeline__line{left:0;margin-left:20px}.jltma-timeline-align--left .jltma-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.jltma-timeline-align--left .jltma-timeline .timeline-item__point{margin-left:0!important}.jltma-timeline-align--left .jltma-timeline .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--left .jltma-timeline .timeline-item__meta{margin-bottom:12px}.jltma-timeline-align--left .jltma-slider__item{text-align:left}.jltma-timeline-align--left .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-timeline-align--center .jltma-slider__item{text-align:center}.jltma-timeline-align--center .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-timeline-align--right .jltma-slider__item{text-align:right}.jltma-timeline-align--right .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-timeline .timeline-item__point__text{font-size:1em}.jltma-timeline .timeline-item__card{background-color:transparent;display:block;padding:0;position:relative}.elementor-widget-ma-timeline .timeline-item.is--focused .timeline-item__point{background-color:transparent}.jltma-timeline-slider .jltma-slider__item{padding:0 15px}.jltma-timeline-slider .jltma-slider__item .jltma-timeline-horz-pointer{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-timeline-post-date{display:inline-block}@media (max-width:1024px){.jltma-timeline .jltma-timeline__line{left:20px}.timeline-item__meta-wrapper{display:none!important}.timeline-item__card-wrapper .timeline-item__meta{display:block!important}}.jltma-business-hour .jltma-business-hour-content{border-radius:5px}.jltma-business-hour ol,.jltma-business-hour ul{display:inline-block;margin:0;padding:0;width:100%}.jltma-business-hour li{color:#78909c;float:left;font-size:15px;font-weight:500;line-height:24px;list-style:none;margin:1px 0;padding:8px 15px;position:relative;width:100%;z-index:0}.jltma-business-hour li time{position:relative}.jltma-business-hour li time:first-child{padding-right:20px}.jltma-business-hour li time:first-child:before{content:"-";position:absolute;right:8px;top:-3px}.jltma-business-hour .jltma-business-hour-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-align:center;text-transform:uppercase}.jltma-business-hour .closed,.jltma-business-hour .happy-time{color:#e92d5c}.jltma-business-hour .jltma-business-hour-btn{display:inline-block}.jltma-business-hour.style-default .jltma-business-hour-content{margin:0 auto;max-width:500px}.jltma-business-hour.style-default li span{padding:0 3px}.jltma-business-hour.style-default li:before{border:1px dotted #78909c;content:"";height:1px;left:50%;margin:-.5px 0 0 -50px;position:absolute;top:50%;width:100px;z-index:-1}.jltma-business-hour.solid-bg-color .jltma-business-hour-content{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);padding:3rem 2.5rem}.jltma-business-hour.solid-bg-color li{border-bottom:2px solid #eceff1;padding:8px 0 9px}.jltma-business-hour.solid-bg-color li:first-child{padding-top:0}.jltma-business-hour.solid-bg-color li i{color:#4b00e7;margin-right:5px}.jltma-business-hour.content-corner-btn li:last-child,.jltma-business-hour.solid-bg-color li:last-child{border-bottom:none;padding-bottom:0}.jltma-business-hour.content-bg-image .jltma-business-hour-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:3rem 15px 4rem}.jltma-business-hour.content-bg-image li{text-align:center}.jltma-business-hour.content-bg-image .jltma-business-duration{font-weight:600}.jltma-business-hour.content-bg-image li span,.jltma-business-hour.table-reservation li span{float:none!important}.jltma-business-hour.content-corner-btn [class*=col],.jltma-business-hour.table-reservation [class*=col]{padding:0}.jltma-business-hour.content-corner-btn .jltma-row{margin:0}.jltma-business-hour.content-corner-btn .jltma-business-hour-content{background:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);height:100%;padding:3.75rem 2.8125rem;position:relative}.jltma-business-hour.content-corner-btn .jltma-business-hour-title{text-align:left}.jltma-business-hour.content-corner-btn li{border-bottom:2px solid #eceff1;font-weight:600;padding:8px 0 9px}.jltma-business-hour.content-corner-btn .jltma-business-hour-content-bottom{bottom:0;color:#4b00e7;font-size:18px;font-weight:700;left:0;padding-left:2.8125rem;position:absolute;width:100%}.jltma-business-hour.content-corner-btn .jltma-business-hour-content-bottom span{padding-top:13px}.jltma-business-hour.content-corner-btn .jltma-business-hour-btn{background:#4b00e7;border-bottom-left-radius:3rem;border-top-left-radius:3rem;color:#fff;font-size:13px;font-weight:500;line-height:55px;padding:0 1.5rem;text-transform:capitalize}.jltma-business-hour.table-reservation .jltma-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.jltma-business-hour.table-reservation img{border-radius:5px}.jltma-business-hour.table-reservation .jltma-business-hour-content{background:#fff;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);text-align:center}.jltma-business-hour.table-reservation .jltma-business-hour-content-details{padding-bottom:1.5rem}.jltma-business-hour.table-reservation .jltma-business-reservation-title{background:#383844;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:20px;margin:0;padding:1.5rem 1rem;text-transform:uppercase}.jltma-business-hour.table-reservation .jltma-business-hour-title{margin:2rem 0 1rem}.jltma-business-hour.table-reservation .jltma-business-hour-list{font-weight:600;padding:0}.jltma-business-hour.table-reservation .jltma-business-hour-btn{background:#4b00e7;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;color:#fff;display:inline-block;font-size:16px;font-weight:700;line-height:60px;margin-top:0;text-transform:uppercase;width:100%}.jltma-business-hour.full-bg-image li{border-bottom:1px solid #cfd8dc;font-weight:600;padding:8px 0 9px}.jltma-business-hour.full-bg-image li:last-child{border-bottom:none}.jltma-business-hour.full-bg-image .jltma-business-hour-btn{border-radius:3rem;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:inline-block;font-size:16px;font-weight:600;line-height:60px;margin-top:1rem;padding:0 2.5rem;text-transform:uppercase}.content-corner-btn .jltma-business-hour-btn{border-bottom-right-radius:0;border-top-right-radius:0}@media (min-width:992px){.jltma-business-hour.table-reservation .jltma-business-hour-content{margin-left:-45px;width:calc(100% + 45px)}}.jltma-toc-header{display:table;margin-bottom:18px;width:100%}.jltma-toc-heading,.jltma-toc-heading a,.jltma-toc-switch{display:table-cell;text-align:left;vertical-align:middle}.jltma-toc-auto-collapse .jltma-toc-header,.jltma-toc-hidden .jltma-toc-header{margin-bottom:0}.jltma-toc-switch .jltma-toc-icon:before{content:"\f106";font-size:20px;height:20px;line-height:20px;text-align:center;width:20px}.jltma-toc-auto-collapse .jltma-toc-switch .jltma-toc-icon:before,.jltma-toc-hidden .jltma-toc-switch .jltma-toc-icon:before{content:"\f107"}.jltma-toc-switch{text-align:right}.jltma-toc-wrapper{display:inline-block;min-width:100%;padding:25px}.jltma-toc-switch{cursor:pointer;margin-left:15px}.jltma-toc-list li{text-align:left}.jltma-toc-list ul:first-child li:first-child{margin-top:0}.jltma-toc-heading,.jltma-toc-heading a{font-size:25px}.jltma-toc-content-wrapper{font-size:16px}.jltma-toc-auto-collapse .jltma-separator-parent,.jltma-toc-auto-collapse .jltma-toc-toggle-content{display:none}.elementor-element.elementor-widget-ma-table-of-contents .jltma-toc-switch{color:inherit}.elementor-element.elementor-widget-ma-table-of-contents .jltma-toc-switch:hover{background-color:inherit}.jltma-toc-content-wrapper ol{counter-reset:item}.jltma-toc-content-wrapper ol li{display:block}.jltma-toc-content-wrapper ol li:before{content:counters(item,".") ". ";counter-increment:item;margin-right:5px}.elementor-element.elementor-widget-ma-table-of-contents{background-color:inherit}.elementor-element.elementor-widget-ma-table-of-contents .jltma-toc-wrapper{color:inherit}.jltma-toc-list-none li{list-style-type:none}.jltma-toc-list-disc.jltma-toc-list ul{list-style-type:circle}.jltma-toc-list{margin:0}.jltma-toc-toggle-content .jltma-toc-list-disc{margin-left:16px}.jltma-toc-main-wrapper li:before{content:""}.jltma-toc-toggle-content,.jltma-toc-toggle-content.show{display:block}.jltma-toc-toggle-content.hide{display:none}.jltma-toc-header{margin-bottom:20px}.jltma-toc-wrapper .jltma-separator{margin-bottom:20px;width:100%}.jltma-scroll-top-icon:before{content:"\f077";font-family:Font Awesome\ 5 Free;font-weight:900;text-decoration:inherit}.jltma-scroll-top-icon{background-color:#6ec1e4;-webkit-border-radius:2px;border-radius:2px;bottom:30px;color:#fff;content:"\f062";cursor:pointer;display:none;font-family:Font Awesome\ 5 Free;font-size:15px;font-size:.8823529412rem;height:2.1em;line-height:2.1;position:fixed;right:30px;text-align:center;width:2.1em;z-index:99}.jltma-scroll-top-icon:focus,.jltma-scroll-top-icon:hover{color:#fff}.jltma-toc__show-scroll.jltma-scroll-top-icon{display:inline}.jltma-toc-empty-note{display:none}.jltma-toc-empty-content .jltma-toc-empty-note{display:block}.jltma-image-filter-gallery-wrapper .jltma-image-filter-nav ul li{background-color:#111;color:#fff;cursor:pointer;display:inline-block;font-size:1em;margin:0 15px 10px;padding:10px 22px;text-decoration:none;text-transform:capitalize}.jltma-image-filter-gallery-wrapper .jltma-image-filter-nav .jltma-tooltip-text{color:#000}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item,.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-thumb{position:relative}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-thumb img{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;vertical-align:bottom}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-title{display:block;font-size:16px;text-align:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item h2{font-weight:300;word-spacing:-.15em}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item h2 span{font-weight:800}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item p{margin:0}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center;left:0;opacity:0;padding:15px;position:absolute;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-fancybox{color:#fff;font-size:20px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-fancybox svg{fill:#fff;height:80px;width:80px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-desc{font-size:14px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-item-info{left:10px;position:absolute;top:10px;z-index:1}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-item-info .jltma-label{line-height:1;margin-right:5px;padding:5px 10px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-creative-button{background-color:rgba(51,51,51,0);border:1px solid #fff;border-radius:5px;color:#fff}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-creative-button:hover{background-color:#4b00e7;border-color:#4b00e7}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item:hover .jltma-image-hover-content{opacity:1}.jltma-image-filter-gallery-wrapper.jltma-image-ratio-yes .jltma-image-filter-item .jltma-image-hover-thumb{border:0;left:0;overflow:hidden;position:relative;right:0;top:0}.jltma-image-filter-gallery-wrapper.jltma-image-ratio-yes .jltma-image-filter-item .jltma-image-hover-thumb img{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.jltma-pricing-tables .jltma-price-table{border-radius:5px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1)}.jltma-pricing-tables .jltma-price-table-title{font-size:1.75rem;font-weight:600;margin:0}.jltma-pricing-tables .jltma-price-table-details ol,.jltma-pricing-tables .jltma-price-table-details ul{margin:0;padding:2.5rem 0}.jltma-pricing-tables .jltma-price-table-details ol li,.jltma-pricing-tables .jltma-price-table-details ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:13px 0;text-align:center}.jltma-pricing-tables .jltma-price-table-details ol li i,.jltma-pricing-tables .jltma-price-table-details ul li i{position:relative;width:35px}.jltma-pricing-tables .jltma-price-table-details ol li svg,.jltma-pricing-tables .jltma-price-table-details ul li svg{height:20px;margin-right:8px;width:20px}.jltma-pricing-tables .jltma-price-table-additional_info{font-size:.8em;padding-bottom:1rem;text-align:center}.jltma-pricing-tables .jltma-price-table-btn{border-radius:3rem;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;width:100%}.jltma-pricing-tables .jltma-price-table-btn:hover{color:#fff;text-decoration:none}.jltma-pricing-tables.default-table .jltma-price-table-bottom{padding:8px 3rem 1.25rem}.jltma-pricing-tables.default-table .jltma-price-table-head,.jltma-pricing-tables.table-left-align .jltma-price-table-head{color:#fff;padding:3.4rem 15px 3rem}.jltma-pricing-tables.default-table .jltma-price-table-title,.jltma-pricing-tables.table-left-align .jltma-price-table-title{color:#fff;text-transform:uppercase}.jltma-pricing-tables.default-table .jltma-price-table-title p,.jltma-pricing-tables.table-left-align .jltma-price-table-title p{color:#fff;margin:0}.jltma-pricing-tables.default-table .jltma-table-price-area,.jltma-pricing-tables.table-left-align .jltma-table-price-area{margin-top:2.5rem}.jltma-pricing-tables.default-table .jltma-table-price-currency,.jltma-pricing-tables.table-left-align .jltma-table-price-currency{font-size:1.25rem;font-weight:700;vertical-align:top}.jltma-pricing-tables.default-table .jltma-table-price-amount,.jltma-pricing-tables.table-active-zoom .jltma-table-price-amount,.jltma-pricing-tables.table-left-align .jltma-table-price-amount{font-size:4rem;font-weight:700;line-height:1}.jltma-pricing-tables.default-table .jltma-price-amount-duration,.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration,.jltma-pricing-tables.table-left-align .jltma-price-amount-duration{font-size:15px;padding-left:10px;position:relative}.jltma-pricing-tables.default-table .jltma-price-amount-duration:before,.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration:before,.jltma-pricing-tables.table-left-align .jltma-price-amount-duration:before{content:"/";left:0;position:absolute;top:0}.jltma-pricing-tables.default-table .jltma-price-table-details,.jltma-pricing-tables.table-active-zoom .jltma-price-table-details,.jltma-pricing-tables.table-left-align .jltma-price-table-details{color:#78909c;font-size:15px;font-weight:500;line-height:23px;padding:0 15px}.jltma-pricing-tables.table-bg-image .jltma-price-table-details li,.jltma-pricing-tables.table-bg-pattern .jltma-price-table-details li{-webkit-box-pack:left;-ms-flex-pack:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:left}.jltma-pricing-tables.table-left-align .jltma-price-table{border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0 0 5rem}.jltma-pricing-tables.table-left-align .jltma-price-table-head{border-radius:0;padding:3.4rem 1.875rem 3rem}.jltma-pricing-tables.table-left-align .jltma-price-table-title{text-transform:capitalize}.jltma-pricing-tables.table-left-align [class*=col]:last-child .jltma-price-table-details,.jltma-pricing-tables.table-left-align [class*=col]:last-child .jltma-price-table-head{border-right:0}.jltma-pricing-tables.table-left-align .jltma-table-price-currency{vertical-align:bottom}.jltma-pricing-tables.table-left-align .jltma-table-price-area{margin-top:1rem}.jltma-pricing-tables.table-left-align .jltma-price-amount-duration{display:block;font-weight:500;padding-left:0}.jltma-pricing-tables.table-left-align .jltma-price-table-details{margin:2.8125rem 0;padding:0 2.8125rem}.jltma-pricing-tables.table-left-align .jltma-price-table-details li{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.jltma-pricing-tables.table-left-align .jltma-price-table-bottom{margin-top:2rem;padding:0 0 1.25rem}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ol,.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ul,.jltma-pricing-tables.table-left-align .jltma-price-table-details ol,.jltma-pricing-tables.table-left-align .jltma-price-table-details ul{margin:0;padding:0}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ol li,.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ul li,.jltma-pricing-tables.table-left-align .jltma-price-table-details ol li,.jltma-pricing-tables.table-left-align .jltma-price-table-details ul li{list-style:none;padding:8px 0}.jltma-pricing-tables.table-active-zoom .jltma-price-table-btn,.jltma-pricing-tables.table-left-align .jltma-price-table-btn{background-color:#4b00e7;border-radius:5px;text-align:center}.jltma-pricing-tables.table-active-zoom .active{-webkit-transform:scaleY(1.1);-ms-transform:scaleY(1.1);transform:scaleY(1.1)}.jltma-pricing-tables.table-active-zoom .active .jltma-table-inner{-webkit-transform:scaleY(.91);-ms-transform:scaleY(.91);transform:scaleY(.91)}.jltma-pricing-tables.table-active-zoom .active .jltma-table-price-area{background:#fff;color:#393c3f}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-head p,.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-title{color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-details li{border-bottom-color:#78baee;color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-additional_info p{color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .jltma-price-table-head{color:#fff;padding:3.4rem 15px 3rem}.jltma-pricing-tables.table-active-zoom .jltma-price-table-head p{color:#78909c;margin:0}.jltma-pricing-tables.table-active-zoom .active,.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-head{border-radius:0;color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .jltma-price-table-title{color:#393c3f;text-transform:uppercase}.jltma-pricing-tables.table-active-zoom .jltma-table-price-area{background:-moz-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%);background:-webkit-linear-gradient(45deg,#3d9ff3,#3fd5cc);background:-ms-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%);border-radius:50%;color:#fff;height:200px;margin:2rem auto 0;padding-top:3.4rem;text-align:center;width:200px}.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration{display:block}.jltma-pricing-tables.table-active-zoom .jltma-table-price-currency{font-size:1.25rem;font-weight:700;vertical-align:bottom}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details{padding:0 15px 3.875rem}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li{border-bottom:2px solid #e8e8ec}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li:last-child{border-bottom:none}.jltma-pricing-tables.table-active-zoom .jltma-price-table-bottom,.jltma-pricing-tables.table-bg-image .jltma-price-table-bottom,.jltma-pricing-tables.table-bg-pattern .jltma-price-table-bottom{margin-top:3rem;padding:0 0 1.25rem}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-btn,.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-btn:hover{background:#fff;color:#4b00e7}.jltma-pricing-tables.table-bg-image .jltma-price-table{border-radius:0}.jltma-pricing-tables.table-bg-image .jltma-table-inner,.jltma-pricing-tables.table-bg-pattern .jltma-table-inner{padding:3.75rem;text-align:left}.jltma-pricing-tables.table-bg-image .header-icon{color:#393c3f;font-size:4rem;margin-bottom:.75rem}.jltma-pricing-tables.table-bg-image .jltma-table-price-area,.jltma-pricing-tables.table-bg-pattern .jltma-table-price-area{color:#393c3f;margin-top:1.2rem}.jltma-pricing-tables.table-bg-image .jltma-table-price-currency,.jltma-pricing-tables.table-bg-pattern .jltma-table-price-currency{font-size:20px;margin:5px 5px 0 0;vertical-align:top}.jltma-pricing-tables.table-bg-image .jltma-table-price-amount,.jltma-pricing-tables.table-bg-pattern .jltma-table-price-amount{font-size:4rem;line-height:1}.jltma-pricing-tables.table-bg-image .jltma-price-amount-duration,.jltma-pricing-tables.table-bg-pattern .jltma-price-amount-duration{font-weight:600}.jltma-pricing-tables.table-bg-image ol,.jltma-pricing-tables.table-bg-image ul,.jltma-pricing-tables.table-bg-pattern ol,.jltma-pricing-tables.table-bg-pattern ul{margin:1.5rem 0;padding:0}.jltma-pricing-tables.table-bg-image li,.jltma-pricing-tables.table-bg-pattern li{color:#78909c;display:inline-block;font-size:15px;line-height:25px;list-style:none;padding:18px 0;position:relative;width:100%}.jltma-pricing-tables.table-bg-image li:before,.jltma-pricing-tables.table-bg-pattern li:before{bottom:0;content:"";left:0;position:absolute;width:45px}.jltma-pricing-tables.table-bg-image li:last-child:before,.jltma-pricing-tables.table-bg-pattern li:last-child:before{display:none}.jltma-pricing-tables.table-bg-image .jltma-price-table-btn,.jltma-pricing-tables.table-bg-pattern .jltma-price-table-btn{background-color:#ffc107;border-radius:5px;color:#393c3f;text-align:center}.jltma-pricing-tables.table-bg-pattern .jltma-price-table{border-radius:15px;overflow:hidden;position:relative;z-index:0}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:before{content:"";height:100%;left:0;max-height:280px;position:absolute;top:-11%;-webkit-transform:skewY(-23deg);-ms-transform:skewY(-23deg);transform:skewY(-23deg);width:100%;z-index:-1}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after{left:-15px;top:36%;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern .jltma-price-table:before{background-color:#83f1af}.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(2) .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(2) .jltma-price-table:before{background-color:#f8a265}.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(3) .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(3) .jltma-price-table:before{background-color:#81d4fa}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern .jltma-table-inner:after{border-radius:15px;content:"";height:15px;position:absolute;width:125px;z-index:-1}.jltma-pricing-tables.table-bg-pattern .jltma-table-inner{position:relative}.jltma-pricing-tables.table-bg-pattern .jltma-table-inner:after{background-color:#fff;right:-15px;top:15.5%;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg);width:135px}.jltma-pricing-tables.table-bg-pattern .jltma-price-table-details{margin-top:7.5rem}.jltma-pricing-tables.table-bg-pattern li:before{background-color:#cfd8dc}.jltma-pricing-tables.table-bg-pattern .jltma-price-amount-duration:before{top:-2px}.jltma-pricing-tables.table-bg-pattern .jltma-price-table-bottom{margin-top:2.5rem}.jltma-pricing-tables.table-bg-pattern .jltma-price-table-btn{color:#393c3f}.jltma-price-table-original-price{text-decoration:line-through}.jltma-fraction-price{vertical-align:top}.jltma-price-table-ribbon{left:0;position:absolute;right:auto;text-align:center;top:-30px}.jltma-price-table-ribbon-inner{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;font-weight:800;letter-spacing:1px;line-height:2;padding:2px 10px;text-transform:uppercase}.jltma-price-table-ribbon.elementor-ribbon-center{left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.jltma-price-table-ribbon.elementor-ribbon-right{left:auto;right:0}.jltma-price-table-ribbon.elementor-ribbon-justify{left:0;right:0}.jltma-price-table-head{border-top-left-radius:0;border-top-right-radius:0}@media (min-width:768px){.default-table .row{margin:0 -7.5px}.default-table [class*=col]{padding:0 7.5px}.table-active-zoom .row,.table-left-align .row{-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1);margin:0}.table-active-zoom [class*=col],.table-left-align [class*=col]{padding:0}.table-active-zoom .jltma-price-table-details{padding:0 3.875rem 3.875rem}}@media (max-width:1023px){.default-table .jltma-price-table-bottom{padding:8px 0 2.75rem}.default-table .jltma-price-table-head,.table-left-align .jltma-price-table-head{padding:2.4rem 15px 2rem}.default-table .jltma-table-price-area,.table-left-align .jltma-table-price-area{margin-top:1.5rem}.default-table .jltma-price-table-details ol,.default-table .jltma-price-table-details ul{padding:1.5rem 0}.default-table .jltma-price-table-details li{padding:10px 0}.default-table .jltma-table-price-amount,.table-active-zoom .jltma-table-price-amount,.table-left-align .jltma-table-price-amount{font-size:3rem}.table-left-align .jltma-price-table-details{margin:1.5rem 0;padding:0 15px}.table-left-align .jltma-price-table{margin-bottom:3.5rem}.table-active-zoom .jltma-price-table-head{padding:2.4rem 15px 2rem}.table-active-zoom .active{-webkit-transform:scaleY(1.075);-ms-transform:scaleY(1.075);transform:scaleY(1.075)}.table-active-zoom .jltma-price-table-details{padding:0 15px 2.875rem}.table-bg-image .jltma-table-inner,.table-bg-pattern .jltma-table-inner{padding:2.75rem 15px}}.jltma-image-comparison{position:relative}.jltma-image-comparison>img{width:100%}.jltma-image-comparison>img:last-child{position:absolute;top:0}.jltma-image-comparison .twentytwenty-handle{-webkit-animation:jltma-image-comparison-pulse 1s ease-in-out 0s infinite alternate;animation:jltma-image-comparison-pulse 1s ease-in-out 0s infinite alternate;background:#fff}.jltma-image-comparison .twentytwenty-handle .twentytwenty-left-arrow{border-right-color:#4b00e7}.jltma-image-comparison .twentytwenty-handle .twentytwenty-right-arrow{border-left-color:#4b00e7}.jltma-image-comparison .twentytwenty-handle .twentytwenty-down-arrow{border-top-color:#4b00e7}.jltma-image-comparison .twentytwenty-handle .twentytwenty-up-arrow{border-bottom-color:#4b00e7}@-webkit-keyframes jltma-image-comparison-pulse{0%{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15)}to{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3)}}@keyframes jltma-image-comparison-pulse{0%{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15)}to{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3)}}.jltma-table th{background:#4b00e7;color:#fff;font-weight:700}.jltma-table td,.jltma-table th{border:1px solid #ccc;font-size:18px;padding:10px;text-align:left}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:transparent}@media only screen and (max-device-width:768px){.jltma-table{width:100%}.jltma-table,.jltma-table tbody,.jltma-table td,.jltma-table th,.jltma-table thead,.jltma-table tr{display:block}.jltma-table thead tr{left:-9999px;position:absolute;top:-9999px}.jltma-table tr{border:1px solid #ccc}.jltma-table td{border:none;border-bottom:1px solid #eee;padding-left:50%;position:relative}.jltma-table td:before{color:#000;content:attr(data-column);font-weight:700;left:6px;padding-right:10px;position:absolute;top:6px;white-space:nowrap;width:45%}}.jltma-nav-menu__container>ul>li.current_page_item>a,.jltma-nav-menu__container>ul>li.current_page_item>a:hover,.jltma-nav-menu__container>ul>li>a:focus,.jltma-nav-menu__container>ul>li>a:focus:hover{background-color:transparent;color:#2b2929}.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li.current_page_item>a,.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li>a:focus,.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li>a:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__main>ul ul>li:hover>a,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li.current_page_item>a,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li.current_page_item>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a:focus,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a:focus:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__main>ul>li:hover>a{border-color:transparent}.jltma-nav-menu__container>ul>li>a{background-color:transparent;border-width:0;color:#818181;font-size:16px;line-height:24px}.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a{border:0 solid transparent}.jltma-nav-menu__container>ul>li>a:hover{background-color:transparent;color:#2b2929}.jltma-nav-menu__container>ul ul{border-width:0}.jltma-nav-menu__container>ul ul>li.current_page_item>a,.jltma-nav-menu__container>ul ul>li>a:focus{background-color:transparent;color:#2b2929}.jltma-nav-menu__container>ul ul>li>a{background-color:transparent;border-width:0;color:#818181;font-size:14px;line-height:22px;padding-left:15px;padding-right:15px}.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li>a{border:0 solid transparent}.jltma-nav-menu__container>ul ul>li>a:hover{background-color:transparent;color:#2b2929}.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul a,.jltma-nav-menu__container.jltma-vertical-type-accordion>ul a,.jltma-nav-menu__container.jltma-vertical-type-toggle>ul a{padding-left:15px;padding-right:15px}.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul li.active+li,.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-accordion>ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-toggle>ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul li.active+li,.jltma-nav-menu__main.jltma-layout-horizontal>ul ul>li:first-child,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul>li:first-child,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul>li:first-child,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul>li:first-child{border-top:0!important;margin-top:0!important;padding-top:0!important}.jltma-nav-menu__main>ul>li:hover>a{background-color:transparent;border-color:transparent;color:#2b2929}.jltma-nav-menu__main>ul>li>a{padding-bottom:8px;padding-top:8px}.jltma-nav-menu__main>ul ul>li:hover>a{background-color:transparent;color:#2b2929}.jltma-nav-menu__main.jltma-layout-horizontal{background-color:transparent;border-width:0}.jltma-main-menu-border-type-default .jltma-nav-menu__main.jltma-layout-horizontal{border:0 solid transparent}.jltma-nav-menu__main.jltma-layout-vertical{background-color:transparent;border-width:0}.jltma-main-menu-border-type-default .jltma-nav-menu__main.jltma-layout-vertical{border:0 solid transparent}.jltma-nav-menu__dropdown>ul a,.jltma-nav-menu__main.jltma-layout-horizontal>ul ul a,.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul a,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a,.jltma-nav-menu__main.jltma-vertical-type-accordion>ul a,.jltma-nav-menu__main.jltma-vertical-type-side>ul>li>a,.jltma-nav-menu__main.jltma-vertical-type-toggle>ul a{padding-bottom:6px;padding-top:6px}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul{width:200px}.jltma-nav-menu__main.jltma-layout-horizontal>ul ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{background-color:#fff}.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-layout-horizontal>ul ul,.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{border:1px solid transparent;margin-top:-1px}.jltma-nav-menu__main.jltma-vertical-type-accordion>ul,.jltma-nav-menu__main.jltma-vertical-type-toggle>ul{background-color:transparent;padding:0}.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-vertical-type-accordion>ul,.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-vertical-type-toggle>ul{border:0 solid transparent}.jltma-nav-menu__main.jltma-vertical-type-side>ul{background-color:#fff;border:0 solid #bbb}.jltma-side-box-border-type-default .jltma-nav-menu__main.jltma-vertical-type-side>ul{border-left-width:1px}.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:0;position:absolute;width:100%}.jltma-dropdown-absolute-position-right.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:auto;right:0}.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-default>ul{background-color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup{background-color:rgba(0,0,0,.8)}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul{background-color:transparent;border-width:0;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-dropdown-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul{border:0 solid transparent}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a:hover,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a{background-color:transparent;border-width:0;color:hsla(0,0%,100%,.7);font-size:32px;line-height:40px}.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a{border:0 solid transparent}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a:hover,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a{background-color:transparent;border-width:0;color:hsla(0,0%,100%,.7);font-size:26px;line-height:34px}.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a{border:0 solid transparent}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown>ul{background-color:transparent}.jltma-nav-menu__dropdown>ul ul{top:0!important}.jltma-nav-menu__dropdown>ul ul a{border-width:0}.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown>ul ul a{border:0 solid transparent}.jltma-nav-menu__container>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.jltma-nav-menu__container>ul:after{content:none!important}.jltma-nav-menu__container>ul li ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-style:solid;left:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;-webkit-transition:.3s;transition:.3s;visibility:hidden;z-index:9999}.jltma-nav-menu__container>ul ul.change-dropdown{margin:0;opacity:1;visibility:visible}.jltma-nav-menu__container>ul li{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;position:relative}.jltma-nav-menu__container>ul li.jltma-has-megamenu[data-menu-type=full_width]{position:inherit}.jltma-nav-menu__container>ul li.menu-item-has-children:not(.jltma-menu-has-children)>a:after{background-image:url(//drohealth.com/wp-content/plugins/master-addons/assets/images/symbols.svg);background-position:-2px -523px;background-repeat:no-repeat;content:"";display:block;display:inline-block;height:11px;margin-top:-3px;position:absolute;right:0;top:50%;width:11px}.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul li ul{position:inherit!important}ul.jltma-dropdown.jltma-sub-menu.dropdown-menu{margin-left:20px!important}.jltma-nav-menu__container>ul li.jltma-default-submenu:hover ul.jltma-dropdown.jltma-sub-menu li ul.jltma-dropdown.jltma-sub-menu,.jltma-nav-menu__container>ul li.menu-item-has-children ul.sub-menu li ul.sub-menu{top:100%}.jltma-nav-menu__container:not(.jltma-nav-menu__dropdown)>ul li.jltma-default-submenu ul.jltma-dropdown.jltma-sub-menu li>a .jltma-submenu-indicator,.jltma-nav-menu__container:not(.jltma-nav-menu__dropdown)>ul li.menu-item-has-children ul.sub-menu li>a:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-nav-menu__container>ul li.jltma-default-submenu:hover>ul.jltma-dropdown.jltma-sub-menu,.jltma-nav-menu__container>ul li.jltma-has-megamenu.jltma-megamenu-click>ul.dropdown-menu.jltma-megamenu.show,.jltma-nav-menu__container>ul li.jltma-has-megamenu:not(.jltma-megamenu-click):hover>ul.dropdown-menu.jltma-megamenu,.jltma-nav-menu__container>ul li.menu-item-has-children:hover>ul.jltma-nav-menu__dropdown-submenu{margin:0;opacity:1;top:100%;visibility:visible}.jltma-nav-menu__container>ul li.jltma-default-submenu:hover>ul.jltma-dropdown.jltma-sub-menu li.jltma-default-submenu:hover>ul.jltma-dropdown.jltma-sub-menu,.jltma-nav-menu__container>ul li.menu-item-has-children:hover>ul.jltma-nav-menu__dropdown-submenu li.menu-item-has-children:hover>ul.jltma-nav-menu__dropdown-submenu{top:0}.jltma-nav-menu__container>ul a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;position:relative;text-shadow:0 0 0 transparent;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,border-radius .3s ease-in-out,text-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,border-radius .3s ease-in-out,text-shadow .3s ease-in-out}.jltma-nav-menu__dropdown .jltma-nav-menu__main>ul{display:none}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap>span:not(.jltma-nav-menu__main-item-text){-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap>span:not(.jltma-animation){z-index:2}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap:not(.jltma-animation){z-index:2}.jltma-nav-menu:not(.jltma-dropdown-border-type-default) .jltma-nav-menu__main.jltma-layout-horizontal>ul ul{border-width:0}.jltma-nav-menu__container>ul li>ul{top:calc(100% + 20px)}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul:before{bottom:100%;content:"";height:0;left:0;top:auto!important;width:100%}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li>ul{top:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma-menu-alignment-space-between.jltma-icon-position-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-menu-alignment-space-between.jltma-icon-position-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-menu-alignment-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul{left:100%;right:auto;top:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul:before{left:auto;right:100%;width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul[dropdown-align-left]{left:auto;right:100%}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul[dropdown-align-left]:before{left:100%;right:auto;width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul{top:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{left:100%}.jltma-nav-menu:not(.jltma-dropdown-border-type-default) .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{border-width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma-nav-menu:not(.jltma-dropdown-border-type-default) .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul{border-width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:none;-ms-flex-direction:column;flex-direction:column;left:auto;opacity:1;position:relative;top:auto;visibility:visible}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul ul.active,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul ul.active{opacity:1;visibility:visible}.jltma-nav-menu__container>ul ul li,.jltma-nav-menu__dropdown>ul>li,.jltma-nav-menu__dropdown>ul>li li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul>li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul>li li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul>li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul>li li{margin-top:0;padding-top:0}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul{padding:0}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul{left:100%;right:auto}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul ul[dropdown-align-left],.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul[dropdown-align-left]{left:auto;right:100%}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul ul[dropdown-align-left]:before,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul[dropdown-align-left]:before{left:100%;right:auto;width:0}.jltma-nav-menu__main.jltma-vertical-type-side>ul{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100px;z-index:9999}.jltma-side-position-left .jltma-nav-menu__main.jltma-vertical-type-side>ul{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.jltma-side-position-right .jltma-nav-menu__main.jltma-vertical-type-side>ul{left:auto;right:0}.jltma-nav-menu__main.jltma-vertical-type-side>ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.jltma-nav-menu__main.jltma-vertical-type-side>ul li a{padding:15px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.jltma-nav-menu__main.jltma-vertical-type-side .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-vertical-type-side .jltma-nav-menu__dropdown-submenu,.jltma-nav-menu__main.jltma-vertical-type-side>ul li .jltma-submenu-indicator,.jltma-nav-menu__main.jltma-vertical-type-side>ul ul{display:none!important}.jltma-nav-menu__dropdown{display:none;position:relative;z-index:999}.jltma-nav-menu__dropdown>div:after{content:none!important}.jltma-nav-menu__dropdown>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0}.jltma-nav-menu__dropdown>ul ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:none;-ms-flex-direction:column;flex-direction:column;left:0;opacity:1;overflow:hidden;padding:0;position:relative;visibility:visible}.jltma-nav-menu-stretch .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-default{height:auto;position:absolute;z-index:9998}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0 solid transparent;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;min-height:50px;opacity:0;overflow:hidden;position:fixed;right:0;top:0;-webkit-transition:visibility .3s,opacity .3s linear;transition:visibility .3s,opacity .3s linear;visibility:hidden;z-index:9998}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup.active{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;visibility:visible}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul{width:100%}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup ul{bottom:auto;left:auto;margin-left:0;margin-right:0;right:auto;top:auto}.jltma-nav-menu__dropdown-close-container{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;width:100%}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close-container{left:0;position:absolute;top:0;z-index:9999}.jltma-nav-menu__dropdown-close{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border-color:transparent;border-width:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:background-color .3s ease-in-out,border-color .3s ease-in-out;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.jltma-nav-menu__dropdown-close i{height:1em;line-height:1em;text-align:center;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;width:1em}.jltma-nav-menu__dropdown-close i+span{margin-left:10px}.jltma-nav-menu__dropdown-close svg{display:block;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.jltma-nav-menu__dropdown-close svg+span{margin-left:10px}.jltma-nav-menu__dropdown-close span{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{fill:hsla(0,0%,100%,.5);color:hsla(0,0%,100%,.5);font-size:24px;line-height:32px;margin-left:30px;margin-right:30px;margin-top:30px}.admin-bar .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{margin-top:62px}.jltma-close-view-stacked .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{background-color:hsla(0,0%,100%,.1);padding:10px 15px}.jltma-close-view-framed .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.5);padding:10px 15px}.jltma-close-type-icon.jltma-close-view-framed .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{border-color:inherit}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close i{color:inherit;font-size:24px}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close svg{fill:inherit;display:block;height:24px;width:24px}.jltma-close-shape-circle .jltma-nav-menu__dropdown-close{border-radius:50%;padding:10px}.jltma-nav-menu__dropdown-container{background-color:transparent;height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:background-color .5s,visibility .5s,opacity .3s;transition:background-color .5s,visibility .5s,opacity .3s;visibility:hidden;width:100%;z-index:9998}.jltma-nav-menu__dropdown-container.active{background-color:rgba(0,0,0,.25);opacity:1;visibility:visible}.jltma-nav-menu__toggle-container{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:flex-start;display:none;-ms-flex-direction:column;flex-direction:column}.jltma-nav-menu__toggle,.jltma-nav-menu__toggle-container.jltma-layout-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-nav-menu__toggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-color:transparent;border-width:0;cursor:pointer;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2}.jltma-toggle-shape-circle .jltma-nav-menu__toggle.active,.jltma-toggle-shape-circle .jltma-nav-menu__toggle:hover{border-radius:50%}.jltma-nav-menu__toggle.active>span.jltma-toggle-icon{display:none}.jltma-nav-menu__toggle.active>span.jltma-toggle-icon-active{display:block}.jltma-toggle-text-icon-position-on-sides .jltma-nav-menu__toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-toggle-text-icon-position-central .jltma-nav-menu__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-nav-menu__toggle>span.jltma-toggle-icon{display:block}.jltma-nav-menu__toggle>span.jltma-toggle-icon-active{display:none}.jltma-nav-menu__toggle>span.jltma-toggle-icon-active+span{margin:0 0 0 10px}.jltma-nav-menu__toggle i{display:block;height:1em;letter-spacing:1px;line-height:1em;text-align:center;width:1em}.jltma-nav-menu__toggle svg{display:block}.jltma-toggle-view-framed .jltma-nav-menu__toggle,.jltma-toggle-view-stacked .jltma-nav-menu__toggle{padding:12px}.jltma-dropdown-toggle-border-type-default .jltma-nav-menu__toggle{border-style:15px}.jltma-toggle-shape-circle .jltma-nav-menu__toggle{border-radius:50%}.jltma-nav-menu__arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:1;margin:-10px 0 -10px 10px;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.jltma-icon-position-left .jltma-nav-menu__main>ul>li.menu-item-has-children>a .jltma-nav-menu__arrow{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin:-10px 10px -10px 0;order:-1}.jltma-icon-position-right .jltma-nav-menu__main>ul>li.menu-item-has-children>a .jltma-nav-menu__arrow{margin:-10px 0 -10px 10px}.jltma-dropdown-icon-left .jltma-nav-menu__dropdown li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.menu-item-has-children>a .jltma-nav-menu__arrow{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin:-10px 10px -10px 0;order:-1}.jltma-dropdown-icon-right .jltma-nav-menu__dropdown li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-horizontal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.menu-item-has-children>a .jltma-nav-menu__arrow{margin:-10px 0 -10px 10px}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow{opacity:.7}.jltma-arrow-animation-rotate-left.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-arrow-animation-rotate-right.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-arrow-animation-rotate-opposite.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jltma-arrow-animation-opacity.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{opacity:.7}.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-left li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-left li>a:hover>.jltma-nav-menu__arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-right li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-right li>a:hover>.jltma-nav-menu__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-opposite li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-opposite li>a:hover>.jltma-nav-menu__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jltma-nav-menu__dropdown.jltma-arrow-animation-opacity li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-opacity li>a:hover>.jltma-nav-menu__arrow{opacity:.7}.jltma-nav-menu__dropdown .jltma-nav-menu-dropdown li.jltma-has-megamenu>ul.dropdown-menu.jltma-megamenu,.jltma-nav-menu__dropdown .jltma-nav-menu-dropdown li.jltma-menu-has-children>ul.dropdown-menu.jltma-dropdown{margin:0;opacity:1;top:100%;visibility:visible}@media (min-width:1025px){.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{padding-left:15px;padding-right:15px}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a{padding-left:15px;padding-right:15px}.jltma-dropdown-align-left .jltma-nav-menu__container>ul a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-dropdown-align-center .jltma-nav-menu__container>ul a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-align-right .jltma-nav-menu__container>ul a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-align-space-between .jltma-nav-menu__container>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-dropdown-align-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a,.jltma-nav-menu:not([class*=" jltma-dropdown-align-"]) .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-nav-menu:not([class*=" jltma-dropdown-align-"]) .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-nav-menu:not([class*=" jltma-dropdown-align-"]) .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a{padding-left:15px}.jltma-dropdown-align-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a{padding-right:15px}.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown li:not(.menu-item-has-children)>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion li:not(.menu-item-has-children)>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.jltma-dropdown-align-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-align-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media (min-width:768px){.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{padding-left:15px;padding-right:15px}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a{padding-left:15px;padding-right:15px}}@media (max-width:767px){html.jltma-vertical-menu-type-tablet.jltma-vertical-menu-type-side{padding-left:0!important;padding-right:0!important}html.jltma-vertical-menu-type-tablet.jltma-vertical-menu-type-side .elementor-widget-empty{background-color:transparent}.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main,html.jltma-vertical-menu-type-tablet.jltma-vertical-menu-type-side .elementor-widget-empty .elementor-widget-empty-icon{display:none}.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__toggle-container{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-normal>ul ul{left:0;right:0}.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-layout-horizontal>ul,.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-accordion>ul,.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-normal>ul,.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-toggle>ul{background-color:#fff}.jltma-dropdown-absolute-tablet-position-left.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:0;right:auto}.jltma-dropdown-absolute-tablet-position-right.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:auto;right:0}.jltma-toggle-text-icon-tablet-position-on-sides .jltma-nav-menu__toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-toggle-text-icon-tablet-position-central .jltma-nav-menu__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-start .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-start .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-center .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-center .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-end .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-end .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-nav-menu__dropdown .dropdown-menu.jltma-megamenu{width:inherit!important}}@media (min-width:ELEMENTOR_SCREEN_MD_MIN) and (max-width:ELEMENTOR_SCREEN_MD_MAX){.jltma-dropdown-tablet-align-left .jltma-nav-menu__container>ul a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-dropdown-tablet-align-center .jltma-nav-menu__container>ul a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-tablet-align-right .jltma-nav-menu__container>ul a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between .jltma-nav-menu__container>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-dropdown-tablet-align-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-tablet-align-"]) .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-tablet-align-"]) .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-tablet-align-"]) .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-left:15px}.jltma-dropdown-tablet-align-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-right:15px}.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown li:not(.menu-item-has-children)>a,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion li:not(.menu-item-has-children)>a,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-tablet-align-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media (max-width:ELEMENTOR_SCREEN_SM_MAX){.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{padding-left:15px;padding-right:15px}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a{padding-left:15px;padding-right:15px}html.jltma-vertical-menu-type-mobile.jltma-vertical-menu-type-side{padding-left:0!important;padding-right:0!important}html.jltma-vertical-menu-type-mobile.jltma-vertical-menu-type-side .elementor-widget-empty{background-color:transparent}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main,html.jltma-vertical-menu-type-mobile.jltma-vertical-menu-type-side .elementor-widget-empty .elementor-widget-empty-icon{display:none}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__toggle-container{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__dropdown.jltma-vertical-type-side>ul ul{display:none!important}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__dropdown.jltma-vertical-type-normal>ul ul{left:0;right:0}.admin-bar .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-offcanvas{top:46px}.jltma-dropdown-absolute-mobile-position-left.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:0;right:auto}.jltma-dropdown-absolute-mobile-position-right.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:auto;right:0}.jltma-toggle-text-icon-mobile-position-on-sides .jltma-nav-menu__toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-toggle-text-icon-mobile-position-central .jltma-nav-menu__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-mobile-align-left .jltma-nav-menu__container>ul a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-dropdown-mobile-align-center .jltma-nav-menu__container>ul a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-mobile-align-right .jltma-nav-menu__container>ul a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between .jltma-nav-menu__container>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-dropdown-mobile-align-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-mobile-align-"]) .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-mobile-align-"]) .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-mobile-align-"]) .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-left:15px}.jltma-dropdown-mobile-align-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-right:15px}.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown li:not(.menu-item-has-children)>a,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion li:not(.menu-item-has-children)>a,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-mobile-align-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-start .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-start .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-center .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-center .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-end .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-end .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.jltma-nav-menu span.jltma-animation:not(.jltma-nav-menu__main-item-text-wrap){height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.jltma-nav-menu__main>ul ul>li>a>.jltma-animation{display:none}.jltma-nav-menu__main>ul ul>li>a .jltma-nav-menu__main-item-text-wrap.jltma-animation{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;transition:none!important}.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-slide .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-slide .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-size:100%}.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-position:50% 100%}.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-slide .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-slide .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-size:100%}.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-position:50% 0}.jltma-nav-menu.jltma-pointer-background.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-bottom .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-bottom .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-left .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-left .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-right .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-right .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-top .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-top .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-size:100% 100%}.jltma-nav-menu.jltma-pointer-text.jltma-animation-skew .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-skew .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-shrink .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-shrink .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-float .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-float .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-sink .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-sink .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-rotate .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-rotate .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.jltma-nav-menu__container .jltma-nav-menu__container-inner .jltma-submenu-indicator{background-image:url(//drohealth.com/wp-content/plugins/master-addons/assets/images/symbols.svg);background-position:-2px -523px;background-repeat:no-repeat;display:block;display:inline-block;height:11px;margin-top:-3px;position:absolute;right:0;top:50%;width:11px}.default-main-icon-hide .jltma-nav-menu__container-inner>li>a>.jltma-submenu-indicator,.default-submenu-icon-hide .jltma-nav-menu__container-inner>li ul.dropdown-menu>li>a>.jltma-submenu-indicator{display:none!important}.jltma-news-ticker{width:100%}.jltma-ticker-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:table;margin:0 auto;width:100%}.jltma-ticker-heading{color:#fff;display:table-cell;font-size:13px;font-weight:700;min-width:130px;text-align:center;text-transform:uppercase;vertical-align:middle}.jltma-news-ticker li img{float:left;margin-right:10px;max-width:50px}.jltma-news-ticker a{color:#999;height:100%;margin:0}.jltma-entry-title a:hover,.jltma-news-ticker a:hover{text-decoration:none}.jltma-ticker-content-details{border-left:5px solid transparent;display:table-cell;padding:11px 15px 11px 2.5rem;position:relative;vertical-align:middle;width:100%}.jltma-ticker-content-details:after,.jltma-ticker-content-details:before{content:"";position:absolute}.jltma-ticker-content-details:before{border-bottom:10px solid transparent;border-left:10px solid #4b00e7;border-top:10px solid transparent;left:0;margin-top:-10px;top:50%}.jltma-ticker-content-inner{display:inline-block;min-height:30px;overflow:hidden;position:relative;width:100%}.jltma-ticker-content-items{left:0!important;margin:0;min-height:28px;overflow:hidden;padding:0;position:absolute;right:60px;width:100%}.jltma-ticker-content-items li{float:left;list-style:none;opacity:0;padding:10px 0;width:100%}.jltma-ticker-content-items li.active{opacity:1}.jltma-ticker-content-items li a{top:20px}.jltma-ticker-content-items p{position:relative;top:0;white-space:nowrap;width:auto}@-webkit-keyframes ticker{0%{-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ticker{0%{-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.horizontal-scroll .jltma-ticker-content-inner{overflow:hidden;padding-right:60px;width:100%}.horizontal-scroll .jltma-ticker-content-items{-webkit-animation-duration:30s;animation-duration:30s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ticker;animation-name:ticker;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;left:100%!important;padding-right:0;white-space:nowrap}.horizontal-scroll .jltma-ticker-content-items li{display:inline-block;opacity:1;padding-right:10px;position:static;width:auto}.jltma-ticker-content-inner>.jltma-ticker-nav{background:#fff;height:40px;margin-top:-20px;position:absolute;right:0;top:50%;width:60px;z-index:1}.jltma-ticker-content-inner>.jltma-ticker-nav>span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-repeat:no-repeat;color:red;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:40px;position:absolute;top:0}.jltma-ticker-content-inner>.jltma-ticker-nav>span:first-child{background-position:0}.jltma-ticker-content-inner>.jltma-ticker-nav>span.eicon-chevron-left{right:30px}.jltma-ticker-content-inner>.jltma-ticker-nav>span:last-child{background-position:100%;right:0}.jltma-search-section{line-height:100%}.jltma-search-section .jltma-search-icon{background:none;display:block;font-size:20px;font-size:22px;height:26px;margin:0;padding:0;width:26px}.jltma-search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;opacity:0;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-search.search--open{opacity:1}.js .jltma-search{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}.js .jltma-search:before{background:rgba(40,43,47,.9);content:"";height:100%;position:absolute;right:0;top:0;width:100%}.jltma-btn--search-close{border:0;height:50px;padding:0;position:absolute;right:1.25rem;top:3.25rem;width:50px}.jltma-btn--search-close .jltma-icon--search{height:50px;width:50px}.jltma-btn--search-close:focus{border:0;outline:0}.jltma-btn--search-close:hover{cursor:pointer}.jltma-search__form{margin:5em 0;z-index:999}.jltma-search__form .jltma-search__input{-webkit-appearance:none;background:transparent;border:0;border-bottom:5px solid;border-radius:0;color:#fff;font-size:6rem;line-height:1;padding:0;width:100%}.jltma-search__form .jltma-search__input:focus{outline:none}.jltma-search__form .jltma-search__input::-webkit-input-placeholder{color:#fff}.jltma-search__form .jltma-search__input::-moz-placeholder{color:#fff}.jltma-search__form .jltma-search__input:-ms-input-placeholder{color:#fff}.jltma-search__form .jltma-search__info{color:#fdfdfd;display:block;font-size:15px;font-weight:700;margin:0 auto;padding:.85em 0;text-align:center;width:75%}.jltma-search-form .jltma-form-control{-webkit-box-flex:1;border:1px solid #e6e6e6;-webkit-box-shadow:none;box-shadow:none;-ms-flex:1 1 0px;flex:1 1 0;height:50px;text-transform:none}.jltma-search-form .jltma-search-submit{background:#4b00e7;border:0;border-left:1px solid #e6e6e6;color:#fff;font-size:1.125rem;line-height:50px;outline:0;overflow:hidden;padding:0 1.5rem;text-align:center}.jltma-search-form .jltma-search-submit i{font-size:1.5rem;vertical-align:middle}.js .main-wrap{position:relative;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.js .main-wrap--move .jltma-btn--search{opacity:0;pointer-events:none}.js .jltma-search{pointer-events:none}.js .search--open{pointer-events:auto}.js .search:before{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.js .search--open:before{opacity:1}.main-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.jltma-btn--search{background:none;border:0;font-size:1.5em;margin:0;padding:0}.jltma-btn--search:focus,.jltma-btn--search:hover{background-color:transparent;outline:none}.jltma-btn--search i{color:#4b00e7;cursor:pointer}.jltma-btn--hidden{opacity:0;pointer-events:none}@media screen and (max-width:40em){.search-wrap{font-size:.85em;position:absolute;right:2em;top:2.15em}}blockquote.jltma-blockquote{background:#404ace;border:none;border-radius:20px;color:#fff;font-size:1.9rem;font-style:italic;font-weight:800;letter-spacing:0;line-height:44px;margin:0;padding:50px 60px 80px;position:relative;z-index:1}blockquote.jltma-blockquote cite{color:#fff;font-size:16px;margin-top:0;padding:0 0 0 30px;position:relative}blockquote.jltma-blockquote cite:before{background:#f04e23;border-radius:3px;content:"";height:6px;left:0;margin-top:20px;position:absolute;width:15px}.jltma-counterup{background-color:#fff;border-radius:15px;margin-bottom:30px;padding:30px 20px;position:relative;-webkit-transition:.3s;transition:.3s}.jltma-counterup i{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#4b00e7;border-radius:50%;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:30px;height:70px;justify-content:center;width:70px}.jltma-counterup .counterup-icon-text-center{display:block;text-align:center}.jltma-counterup .counterup-icon-text-center i,.jltma-counterup .counterup-icon-text-center img{margin-bottom:25px}.jltma-counterup h3{color:#333;display:inline-block}.jltma-counterup h3.jltma-counterup-number{color:#333;font-size:24px;font-weight:700;line-height:40px;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.jltma-counterup span.jltma-counterup-title{color:#525151;display:inline-block;font-size:16px;font-weight:500;margin-top:0}.jltma-counterup-icon-left,.jltma-counterup-icon-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-counterup-icon-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.counterup-icon-text-right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jltma-counterup-icon-center{text-align:center}.counterup-icon-text-left{margin-right:30px}.counterup-icon-text-right{margin-left:30px}.jltma-counterup-icon-right .jltma-counterup-content{text-align:right}.counterup-icon-text-center img{margin-left:auto;margin-right:auto}.jltma-widget-countdown .jltma-countdown-wrapper{position:relative}.jltma-widget-countdown .jltma-countdown-wrapper .jltma-countdown-value{font-size:4.5em;font-weight:700}.jltma-widget-countdown .jltma-countdown-wrapper .jltma-countdown-title{color:#888;font-size:.875em;font-weight:500;padding-top:20px}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline .jltma-countdown-item,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table .jltma-countdown-item{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:.9375em 1.875em}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline .jltma-countdown-seperator,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table .jltma-countdown-seperator{padding:.9375em}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table .jltma-countdown-item{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block .jltma-countdown-item,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-item{padding:1.875em;text-align:center}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block .jltma-countdown-title,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block .jltma-countdown-value,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-title,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-value{display:block}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-item,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-seperator{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;text-align:center}.jltma-advanced-image .jltma-adv-image-wrapper{display:inline-block}.jltma-advanced-image .jltma-adv-image-wrapper .jltma-image-has-secondary img:last-child{left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.jltma-advanced-image .jltma-adv-image-wrapper:hover .jltma-image-has-secondary img{opacity:0}.jltma-advanced-image .jltma-adv-image-wrapper:hover .jltma-image-has-secondary img:last-child{opacity:1}.jltma-advanced-image .jltma-media-image{display:block;max-width:100%;overflow:hidden;text-align:center;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.jltma-advanced-image .jltma-media-image img{display:inline-block;height:auto;margin:0 auto}.jltma-advanced-image.jltma-alignnone{text-align:center}.jltma-advanced-image.jltma-alignleft{float:left}.jltma-advanced-image.jltma-alignright{float:right}.jltma-advanced-image .jltma-media-image{position:relative}.jltma-advanced-image .jltma-media-image.jltma-hidden-overflow{overflow:hidden}.jltma-advanced-image .jltma-ribbon-wrapper{z-index:5}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon{background:#ea4335;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3);color:#fff;left:-50px;letter-spacing:1px;line-height:50px;position:absolute;text-align:center;top:25px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:200px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon.top-right{left:auto;right:-50px;top:25px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon.bottom-left{bottom:25px;left:-50px;top:auto;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon.bottom-right{bottom:25px;left:auto;right:-50px;top:auto;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon{background:#ea4335;color:#fff;left:-1px;padding:7px 50px;position:absolute;top:25px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon.top-right{left:auto;right:-1px;top:25px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon.bottom-left{bottom:25px;left:-1px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon.bottom-right{bottom:25px;left:auto;right:-1px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon{background:#ea4335;border-radius:0 0 2px 2px;color:#fff;left:25px;padding:10px;position:absolute;top:-15px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon:before{border-bottom:15px solid #a42f25;border-left:15px solid transparent;bottom:0;content:"";height:0;left:-15px;position:absolute;right:0;top:0;width:0}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.top-right{left:auto;right:25px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.top-right:before{border-left:0;border-right:15px solid transparent;left:auto;right:-15px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-left{bottom:-15px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-left:before{border-bottom:0;border-top:15px solid #a42f25;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-right{bottom:-15px;left:auto;right:25px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-right:before{border-bottom:0;border-left:0!important;border-right:15px solid transparent!important;border-top:15px solid #a42f25;left:auto;right:-15px;top:auto}.jltma-lightbox-btn{direction:ltr}.jltma-has-preview{-webkit-perspective-origin:50%;perspective-origin:50%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;will-change:filter}.jltma-has-preview.jltma-preload,.jltma-has-preview.jltma-preloading{-webkit-filter:blur(10px);filter:blur(10px)}.jltma-has-preview.jltma-preloaded{-webkit-filter:blur(0);filter:blur(0)}.jltma-preload,.jltma-preloaded,.jltma-preloading{will-change:background,opacity}.jltma-preload.jltma-progress-box,.jltma-preloading.jltma-progress-box{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:JltmaLoadingWave;animation-name:JltmaLoadingWave;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#ddd;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#ddd),color-stop(40%,#f5f5f5),color-stop(43%,#e5e5e5),color-stop(46%,#ddd));background-image:linear-gradient(90deg,#ddd 33%,#f5f5f5 40%,#e5e5e5 43%,#ddd 46%);background-repeat:no-repeat;background-size:300% auto;position:relative}.jltma-preload.jltma-blank,.jltma-preloading.jltma-blank{opacity:0}.jltma-preloading.jltma-simple-spinner,.jltma-preloading.jltma-simple-spinner-dark,.jltma-preloading.jltma-simple-spinner-light{background-position:50%;background-repeat:no-repeat}.jltma-preloading.jltma-simple-spinner{background-image:url(//drohealth.com/wp-content/plugins/master-addons/assets/images/spinner-default.svg)}.jltma-preloading.jltma-simple-spinner-light{background-image:url(//drohealth.com/wp-content/plugins/master-addons/assets/images/spinner-light.svg)}.jltma-preloading.jltma-simple-spinner-dark{background-image:url(//drohealth.com/wp-content/plugins/master-addons/assets/images/spinner-dark.svg)}.jltma-preloaded.jltma-blank{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:JltmaFadeInPreloaded;animation-name:JltmaFadeInPreloaded;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}@-webkit-keyframes JltmaLoadingWave{0%{background-position:0 0}to{background-position:66% 0}}@-webkit-keyframes JltmaFadeInPreloaded{0%{opacity:0}to{opacity:1}}@keyframes JltmaFadeInPreloaded{0%{opacity:0}to{opacity:1}}.jltma-img-dynamic-dropshadow-frame{position:relative}.jltma-img-dynamic-dropshadow-frame .jltma-img-dynamic-dropshadow{position:relative;z-index:1}.jltma-img-dynamic-dropshadow-frame .jltma-img-dynamic-dropshadow-cloned{-webkit-filter:blur(50px);filter:blur(50px);left:0;margin:0 auto;opacity:.4;position:absolute;right:0;top:0;-webkit-transform:translateX(75px) translateY(40px);-ms-transform:translateX(75px) translateY(40px);transform:translateX(75px) translateY(40px)}.jltma-orginal-blured-img{overflow:hidden;position:relative}.jltma-blured-img{height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity,-webkit-transform .1s ease-out;transition:opacity,-webkit-transform .1s ease-out;transition:opacity,transform .1s ease-out;transition:opacity,transform .1s ease-out,-webkit-transform .1s ease-out;width:100%;will-change:opacity,transform}.jltma-hover-scale-circle-plus{direction:ltr;display:block;position:absolute}.jltma-hover-scale-circle-plus .jltma-symbol-circle,.jltma-hover-scale-circle-plus .jltma-symbol-plus{display:block;opacity:0;position:absolute;-webkit-transition:all .8s cubic-bezier(.75,.1,.25,.9);transition:all .8s cubic-bezier(.75,.1,.25,.9)}.jltma-hover-scale-circle-plus .jltma-symbol-plus{height:30px;margin-top:15px;width:30px;z-index:3}.jltma-hover-scale-circle-plus .jltma-symbol-plus:after,.jltma-hover-scale-circle-plus .jltma-symbol-plus:before{background-color:#fff;content:"";display:block;height:1px;position:absolute;width:100%}.jltma-hover-scale-circle-plus .jltma-symbol-plus:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-hover-scale-circle-plus .jltma-symbol-circle{border:2px solid #fff;border-radius:50%;height:100px;width:100px}.jltma-hover-scale-circle-plus{left:50%;top:50%}.jltma-hover-scale-circle-plus .jltma-symbol-plus{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8);-webkit-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;transform-origin:50% 0 0}.jltma-hover-scale-circle-plus .jltma-symbol-circle{-webkit-transform:translate3d(-50%,-50%,0) scale(1.25);transform:translate3d(-50%,-50%,0) scale(1.25);z-index:2}.jltma-hover-active:hover .jltma-hover-scale-circle-plus .jltma-symbol-circle,.jltma-hover-active:hover .jltma-hover-scale-circle-plus .jltma-symbol-plus{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) scale(1) rotate(0);transform:translate3d(-50%,-50%,0) scale(1) rotate(0)}.jltma-hover-fade{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;will-change:opacity}.jltma-hover-active:hover .jltma-hover-fade{opacity:1}.swiper-fade .jltma-twitter_slider__item{opacity:0!important}.swiper-fade .jltma-twitter_slider__item.swiper-slide-active{opacity:1!important}.jltma-twitter-carousel-slider .jltma-twitter_slider__item .card-body>a{display:block;margin:0 auto;width:100%}.jltma-twitter-carousel-slider .jltma-twitter_slider__item .card-body>a img{width:100%}.jltma-arrows{pointer-events:none}.jltma-swiper__button,.swiper-pagination{pointer-events:auto}.swiper-scrollbar{background:rgba(0,0,0,.25);height:4px;left:10px;opacity:1!important;width:calc(100% - 20px)!important}.swiper-scrollbar-drag{background:#007aff}.jltma-arrow{position:relative}.jltma-fancybox-caption .jltma-image-carousel-title{margin:0 10px}.jltma-image-carousel-figure{position:relative}.jltma-image-carousel-figure i,.jltma-image-carousel-figure svg{fill:#fff;height:25px;position:absolute;right:10px;top:10px;width:25px;z-index:999}.jltma-image-carousel-figure i{color:#fff}.fancybox-container.fancybox-is-open .fancybox-bg{opacity:1!important}.fancybox-container.fancybox-is-open .fancybox-caption .fancybox-caption__body{overflow-y:hidden}.jltma-logo-slider-item .jltma-logo-slider-figure{position:relative}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption{background:hsla(0,0%,100%,.85);height:100%;left:0;margin:0;padding:30px 0;position:absolute;text-align:center;top:0;-webkit-transition:.4s;transition:.4s;width:100%}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption:not(.show){opacity:0;visibility:hidden}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption .jltma-logo-slider-brand-name{color:#222;margin:10px}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption .jltma-logo-slider-brand-description{color:#444}.jltma-logo-slider-item .jltma-logo-slider-figure .jltma-logo-slider-hover-img{left:0;position:absolute;top:0;-webkit-transition:.4s;transition:.4s;z-index:9999}.jltma-logo-slider-item .jltma-logo-slider-figure .jltma-logo-slider-hover-img:not(.show){opacity:0;visibility:hidden}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon{color:#fff;position:absolute;z-index:99999}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.top_right,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.top_right{right:10px;top:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.top_left,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.top_left{left:10px;top:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.bottom_right,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.bottom_right{bottom:10px;right:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.bottom_left,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.bottom_left{bottom:10px;left:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon:hover,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon:hover{cursor:pointer}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.icon-eye:before,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.icon-eye:before{content:"\e087"!important}.jltma-logo-slider-item:hover .jltma-logo-slider-figure .jltma-logo-slider-hover-img:not(.jltma-hover-click),.jltma-logo-slider-item:hover .jltma-logo-slider-figure figcaption:not(.jltma-hover-click){opacity:1;visibility:visible}.jltma-logo-slider-item:hover .jltma-logo-slider-figure .jltma-hover-click.show{opacity:1;visibility:visible}.jltma-slider__item figure{position:relative}.jltma-slider__item figure i[class*=lightbox-expand]{position:absolute;right:15px;top:15px}.jltma-slider__item .jltma-carousel-title span[class*=-carousel-]{display:inline-block;width:100%}.swiper-horizontal+.swiper-pagination-progressbar,.swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;width:100%}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;width:100%}.jltma-arrows{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;top:0;z-index:1}.jltma-arrows [class*=jltma-arrow]{background-color:#fff;border-radius:100%;-webkit-box-shadow:0 13px 33px 0 rgba(51,77,128,.08);box-shadow:0 13px 33px 0 rgba(51,77,128,.08);color:#000;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:24px;margin:24px;padding:1em;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.jltma-arrows [class*=jltma-arrow]:hover{color:#132c47}.jltma-arrows .jltma-arrow--prev{left:0}.jltma-arrows .jltma-arrow--next{right:0}.jltma-arrows.jltma-swiper__pagination--both{height:100%;width:100%}.jltma-fraction-arrow-container .swiper-pagination,.jltma-swiper__pagination--both .swiper-pagination{-webkit-box-flex:0;bottom:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-transform:none;-ms-transform:none;transform:none;width:100%}.jltma-position-bottom-left .swiper-pagination,.jltma-position-bottom-right .swiper-pagination,.jltma-position-top-left .swiper-pagination,.jltma-position-top-right .swiper-pagination{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.swiper-pagination.swiper-pagination-fraction{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.jltma-carousel-both-navigation[class*=jltma-position-],.jltma-fraction-arrow-container[class*=jltma-position-]{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute}.jltma-carousel-both-navigation.jltma-position-top,.jltma-fraction-arrow-container.jltma-position-top{top:0}.jltma-carousel-both-navigation.jltma-position-bottom,.jltma-fraction-arrow-container.jltma-position-bottom{bottom:0}.jltma-carousel-both-navigation.jltma-position-center .swiper-pagination,.jltma-fraction-arrow-container.jltma-position-center .swiper-pagination{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}.jltma-position-top-left,.jltma-swiper__navigation--top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;left:0;top:0}.jltma-position-top-center,.jltma-swiper__navigation--top-center{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;justify-content:center;top:0;width:100%!important}.jltma-position-top-right,.jltma-swiper__navigation--top-right{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-start;justify-content:flex-end;right:0;top:0}.jltma-position-center,.jltma-swiper__navigation--center{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;top:50%!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;z-index:3}.jltma-position-bottom-left,.jltma-swiper__navigation--bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;bottom:0;left:0;top:inherit!important}.jltma-position-bottom-center,.jltma-swiper__navigation--bottom-center{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-end;bottom:0;justify-content:center;top:inherit;width:100%!important}.jltma-position-bottom-right,.jltma-swiper__navigation--bottom-right{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-end;bottom:0;justify-content:flex-end;right:0;top:inherit}.jltma-swiper__navigation--outside[class*=jltma-swiper__navigation--top-]{top:-80px}.jltma-swiper__navigation--outside[class*=jltma-swiper__navigation--bottom-]{bottom:-80px}.jltma-swiper__navigation--outside.jltma-swiper__navigation--center .jltma-arrow--prev{margin-left:-120px}.jltma-swiper__navigation--outside.jltma-swiper__navigation--center .jltma-arrow--next{margin-right:-120px}.swiper-pagination-progressbar{height:4px;left:10px!important;width:calc(100% - 20px)!important;z-index:1}.swiper-pagination-progressbar.jltma-position-top{top:0}.swiper-pagination-progressbar.jltma-position-bottom{bottom:0;top:inherit}.jltma-carousel-title{line-height:1.3;text-align:center}.jltma-carousel-title .jltma-image-carousel-title{font-size:1.25rem;margin:1rem 0 .5rem}.jltma-carousel-title .jltma-image-carousel-subtitle{font-size:1rem}@media (max-width:1199px){.jltma-visible-desktop,.jltma-visible-tablet{display:none!important}}@media (max-width:639px){.jltma-visible-mobile{display:none!important}}.ma-cf{padding:0}.ma-cf form input{font-size:14px}.ma-cf form input[type=color],.ma-cf form input[type=date],.ma-cf form input[type=datetime-local],.ma-cf form input[type=datetime],.ma-cf form input[type=email],.ma-cf form input[type=month],.ma-cf form input[type=number],.ma-cf form input[type=password],.ma-cf form input[type=range],.ma-cf form input[type=search],.ma-cf form input[type=tel],.ma-cf form input[type=text],.ma-cf form input[type=time],.ma-cf form input[type=url],.ma-cf form input[type=week]{width:100%}.ma-cf form input[type=submit]{margin-top:1.5em;text-transform:uppercase}.ma-cf form .btn,.ma-cf form [type=submit]{background:#4b00e7;border:1px solid #4b00e7;border-radius:5px;color:#fff}.ma-cf form .btn:focus,.ma-cf form .btn:hover,.ma-cf form [type=submit]:focus,.ma-cf form [type=submit]:hover{background-color:#fff;border:1px solid #4b00e7;color:#4b00e7}.ma-cf form textarea{max-height:150px;min-height:150px;width:100%}.ma-cf form .wpcf7-form-control:-ms-input-placeholder,.ma-cf form .wpcf7-form-control::-moz-placeholder,.ma-cf form .wpcf7-form-control::-webkit-input-placeholder{color:#78909c}.ma-cf form p{position:relative}.ma-cf form p br{display:none}.ma-cf form label{margin:11px 0}.ma-cf ul li{list-style:none}.caldera-grid span,.jltma-caldera-form .caldera-grid label,.jltma-gravity-form .gform_wrapper.gravity-theme .gfield_label,.jltma-ninja-form.ma-cf label,.ma-cf label,.ma-cf.jltma-wpforms .wpforms-form .wpforms-field-container .wpforms-field-label{color:#78909c;display:block;font-size:13px;font-weight:400}.jltma-caldera-form .caldera-grid .form-control,.jltma-gravity-form .gform_wrapper.gravity-theme input:not(.gform_button),.jltma-ninja-form.ma-cf .nf-form-content .ninja-forms-field,.ma-cf input,.ma-cf textarea,.ma-cf.jltma-wpforms .wpforms-form .wpforms-field-container input,.ma-cf.jltma-wpforms .wpforms-form .wpforms-field-container textarea{background-color:#fff;border-color:#e2e7ea;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;font-size:16px;height:60px;margin-bottom:10px}.jltma-caldera-form .caldera-grid [type=button],.jltma-ninja-form.ma-cf .nf-form-content [type=button],.ma-cf [type=submit],.ma-cf.jltma-wpforms .wpforms-form [type=submit]{background:#4b00e7;border:1px solid #4b00e7;border-radius:5px;color:#fff}.jltma-caldera-form .caldera-grid [type=button]:hover,.jltma-ninja-form.ma-cf .nf-form-content [type=button]:hover,.ma-cf [type=submit]:hover,.ma-cf.jltma-wpforms .wpforms-form [type=submit]:hover{background:#fff;color:#4b00e7}.jltma-ninja-form.ma-cf-2 .nf-form-content [type=button],.jltma-ninja-form.ma-cf-4 .nf-form-content [type=button],.ma-cf-2 .wpforms-form .wpforms-submit-container,.ma-cf-2 input[type=submit],.ma-cf-2.jltma-caldera-form .caldera-grid [type=button],.ma-cf-4 .wpforms-form .wpforms-submit-container,.ma-cf-4 input[type=submit],.ma-cf-4.jltma-caldera-form .caldera-grid [type=button]{float:right}.jltma-gravity-form.ma-cf-3 .gform_wrapper.gravity-theme form input:not([type=checkbox],[type=radio],[type=submit]),.jltma-gravity-form.ma-cf-3 .gform_wrapper.gravity-theme form textarea,.jltma-gravity-form.ma-cf-4 .gform_wrapper.gravity-theme form input:not([type=checkbox],[type=radio],[type=submit]),.jltma-gravity-form.ma-cf-4 .gform_wrapper.gravity-theme form textarea,.jltma-ninja-form.ma-cf-3 .nf-form-content .ninja-forms-field,.jltma-ninja-form.ma-cf-4 .nf-form-content .ninja-forms-field,.ma-cf-3 input,.ma-cf-3 textarea,.ma-cf-3.jltma-caldera-form .caldera-grid .form-control,.ma-cf-4 input,.ma-cf-4 textarea,.ma-cf-4.jltma-caldera-form .caldera-grid .form-control,.ma-cf.ma-cf-3 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields input,.ma-cf.ma-cf-3 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields textarea,.ma-cf.ma-cf-3.jltma-wpforms .wpforms-form .wpforms-field-container input,.ma-cf.ma-cf-3.jltma-wpforms .wpforms-form .wpforms-field-container textarea,.ma-cf.ma-cf-4 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields input,.ma-cf.ma-cf-4 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields textarea,.ma-cf.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-field-container input,.ma-cf.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-field-container textarea{background-color:#27262e;color:#fff}.jltma-caldera-form .caldera-grid .form-control:focus,.ma-cf .wpcf7-form-control:focus{border-color:inherit;-webkit-box-shadow:none;box-shadow:none;outline:0!important}.ma-cf .wpuf-form-add.wpuf-style ol,.ma-cf .wpuf-form-add.wpuf-style ul{margin:0;padding:0}.ma-cf .wpuf-form-add.wpuf-style ol li,.ma-cf .wpuf-form-add.wpuf-style ul li{list-style:none}.ma-cf .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields input,.ma-cf .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields textarea{background:#fff;border-color:#e2e7ea;-webkit-box-shadow:none;box-shadow:none;color:#393c3f;font-size:16px;padding:15px 20px;width:100%}.ma-cf .wpuf-form-add.wpuf-style .wpuf-form .wpuf-submit [type=submit]{background-color:#4b00e7;border:1px solid #4b00e7;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-shadow:none}.ma-cf.ma-cf-4 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-submit [type=submit]{background-color:#fefefe;border-color:#fefefe;color:#27262f}.wpuf-label{position:relative}.jltma-contact-form-align-default .wpuf-submit{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-contact-form-align-default.jltma-contact-form-btn-align-left .wpuf-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-contact-form-align-default.jltma-contact-form-btn-align-center .wpuf-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-contact-form-align-default.jltma-contact-form-btn-align-right .wpuf-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-wpforms .wpforms-field-container .wpforms-field-medium{max-width:inherit!important;width:100%}.jltma-caldera-form .form-group{display:inline-block;margin-bottom:15px;position:relative;width:100%}.intl-tel-input{margin-bottom:15px}.ma-cf.jltma-caldera-form form label span{float:left}.ma-cf.jltma-caldera-form form .cf-uploader-trigger{margin:15px 0;width:auto!important}.jltma-caldera-form select.form-control{height:45px}.jltma-caldera-form .focused label{top:17px}.nf-form-fields-required{display:none}.jltma-ninja-form.ma-cf-3 .submit-container input[type=button],.jltma-ninja-form.ma-cf-4 .submit-container input[type=button]{background:#4b00e7}.nf-field-element:after{line-height:60px;min-height:58px;width:60px}.jltma-gravity-form .gform_wrapper.gravity-theme input:not(.gform_button){margin-bottom:0}.jltma-gravity-form .gform_wrapper.gravity-theme .gfield_header_item,.jltma-gravity-form .gform_wrapper.gravity-theme .gform_fileupload_rules,.jltma-gravity-form .gform_wrapper.gravity-theme .ginput_complex label{font-size:13px;font-weight:400;padding-top:0}.ma-cf.labels-hide label,.ma-cf.placeholder-hide label{display:none}.ma-cf.placeholder-hide input::-webkit-input-placeholder,.ma-cf.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.ma-cf.placeholder-hide input::-moz-placeholder,.ma-cf.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.ma-cf.placeholder-hide input:-ms-input-placeholder,.ma-cf.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.ma-cf.placeholder-hide input:-moz-placeholder,.ma-cf.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.divTest{background-color:#00a0d2;display:inline-block;padding:20px}.jltma-particle-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.elementor-section .jltma-particle-wrapper .elementor-container{z-index:1}canvas.particles-js-canvas-el{height:100%;left:0;position:absolute;top:0}.jltma-transform-yes{-webkit-transform:translate(var(--jltma-tfx-translate-x,0),var(--jltma-tfx-translate-y,0)) scale(var(--jltma-tfx-scale-x,1),var(--jltma-tfx-scale-y,1)) skew(var(--jltma-tfx-skew-x,0),var(--jltma-tfx-skew-y,0)) rotateX(var(--jltma-tfx-rotate-x,0)) rotateY(var(--jltma-tfx-rotate-y,0)) rotate(var(--jltma-tfx-rotate-z,0));transform:translate(var(--jltma-tfx-translate-x,0),var(--jltma-tfx-translate-y,0)) scale(var(--jltma-tfx-scale-x,1),var(--jltma-tfx-scale-y,1)) skew(var(--jltma-tfx-skew-x,0),var(--jltma-tfx-skew-y,0)) rotateX(var(--jltma-tfx-rotate-x,0)) rotateY(var(--jltma-tfx-rotate-y,0)) rotate(var(--jltma-tfx-rotate-z,0));-webkit-transition-duration:var(--jltma-tfx-transition-duration,.2s);transition-duration:var(--jltma-tfx-transition-duration,.2s);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.jltma-transform-yes:hover{-webkit-transform:translate(var(--jltma-tfx-translate-x-hover,var(--jltma-tfx-translate-x,0)),var(--jltma-tfx-translate-y-hover,var(--jltma-tfx-translate-y,0))) scale(var(--jltma-tfx-scale-x-hover,var(--jltma-tfx-scale-x,1)),var(--jltma-tfx-scale-y-hover,var(--jltma-tfx-scale-y,1))) skew(var(--jltma-tfx-skew-x-hover,var(--jltma-tfx-skew-x,0)),var(--jltma-tfx-skew-y-hover,var(--jltma-tfx-skew-y,0))) rotateX(var(--jltma-tfx-rotate-x-hover,var(--jltma-tfx-rotate-x,0))) rotateY(var(--jltma-tfx-rotate-y-hover,var(--jltma-tfx-rotate-y,0))) rotate(var(--jltma-tfx-rotate-z-hover,var(--jltma-tfx-rotate-z,0)));transform:translate(var(--jltma-tfx-translate-x-hover,var(--jltma-tfx-translate-x,0)),var(--jltma-tfx-translate-y-hover,var(--jltma-tfx-translate-y,0))) scale(var(--jltma-tfx-scale-x-hover,var(--jltma-tfx-scale-x,1)),var(--jltma-tfx-scale-y-hover,var(--jltma-tfx-scale-y,1))) skew(var(--jltma-tfx-skew-x-hover,var(--jltma-tfx-skew-x,0)),var(--jltma-tfx-skew-y-hover,var(--jltma-tfx-skew-y,0))) rotateX(var(--jltma-tfx-rotate-x-hover,var(--jltma-tfx-rotate-x,0))) rotateY(var(--jltma-tfx-rotate-y-hover,var(--jltma-tfx-rotate-y,0))) rotate(var(--jltma-tfx-rotate-z-hover,var(--jltma-tfx-rotate-z,0)))}.block-revealer__element{background:#000;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1000}.ma-el-btn-loader{position:relative}.ma-el-btn-loader span{opacity:1;-webkit-transition:none;transition:none}.ma-el-btn-loader svg{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ma-el-btn-loader.ma-el-svg-progress span{opacity:0}.ma-el-btn-loader.ma-el-svg-progress svg{opacity:1}.jltma-post-thumbnail{overflow:hidden}.jltma-img-blur img,.jltma-img-blur_grayscale img,.jltma-img-blur_sepia img,.jltma-img-grayscale img,.jltma-img-opacity_one img,.jltma-img-opacity_two img,.jltma-img-rotate_zoomout img,.jltma-img-sepia img,.jltma-img-slide img,.jltma-img-zoom_in_one img,.jltma-img-zoom_in_two img,.jltma-img-zoom_out_one img,.jltma-img-zoom_out_two img{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.jltma-img-zoom_in_one img,.jltma-img-zoom_out_one:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.jltma-animated.jltma-slide-from-bot,.jltma-animated.jltma-slide-from-left,.jltma-animated.jltma-slide-from-right,.jltma-animated.jltma-slide-from-top,.jltma-appear-watch-animation.jltma-animation-off,.jltma-img-flushing:hover img,.jltma-img-opacity_one img,.jltma-img-opacity_two img,.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim),.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing,.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible{opacity:1}.jltma-img-zoom_in_one:hover img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.jltma-img-zoom_in_two img{height:auto;max-width:inherit;width:100%}.jltma-img-zoom_in_two:hover img{width:110%}.jltma-img-zoom_out_one img{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.jltma-img-zoom_out_two img{height:auto;max-width:inherit;width:110%}.jltma-img-zoom_out_two:hover img{width:100%}.jltma-img-rotate_zoomout img{-webkit-transform:rotate(15deg) scale(1.4);-ms-transform:rotate(15deg) scale(1.4);transform:rotate(15deg) scale(1.4)}.jltma-img-rotate_zoomout:hover img{-webkit-transform:rotate(0) scale(1);-ms-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}.jltma-img-slide img{margin-left:30px;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.jltma-img-slide:hover img{margin-left:0}.jltma-img-grayscale img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.jltma-img-grayscale:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.jltma-img-blur img{-webkit-filter:blur(3px);filter:blur(3px)}.jltma-img-blur:hover img{-webkit-filter:blur(0);filter:blur(0)}.jltma-img-sepia img{-webkit-filter:sepia(100%);filter:sepia(100%)}.jltma-img-sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.jltma-img-blur_sepia img{-webkit-filter:blur(3px) sepia(100%);filter:blur(3px) sepia(100%)}.jltma-img-blur_sepia:hover img{-webkit-filter:blur(0) sepia(0);filter:blur(0) sepia(0)}.jltma-img-blur_grayscale img{-webkit-filter:grayscale(0) blur(0);filter:grayscale(0) blur(0)}.jltma-img-blur_grayscale:hover img{-webkit-filter:grayscale(100%) blur(3px);filter:grayscale(100%) blur(3px)}.jltma-img-opacity_one:hover img{opacity:.5}.jltma-img-opacity_two:hover img{opacity:.5}.jltma-img-flushing:hover img{-webkit-animation:flash 1.5s;animation:flash 1.5s}.jltma-img-shine{position:relative}.jltma-img-shine:before{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.3)));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));content:"";display:block;height:100%;left:-75%;position:absolute;top:0;-webkit-transform:skewX(-25deg);-ms-transform:skewX(-25deg);transform:skewX(-25deg);width:50%;z-index:2}.jltma-img-shine.jltma-post-thumbnail:before{left:-200%}.jltma-img-shine:hover:before{-webkit-animation:shine .75s;animation:shine .75s}.jltma-img-circle{position:relative}.jltma-img-circle:before{background:hsla(0,0%,100%,.2);border-radius:100%;content:"";display:block;height:0;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:2}.jltma-img-circle:hover:before{-webkit-animation:circle .75s;animation:circle .75s}.jltma-img-grayscale{-webkit-filter:gray;filter:gray}.jltma-img-grayscale:hover{-webkit-filter:none;filter:none}.jltma-img-shape-gradient-border{background-clip:content-box,border-box;background-image:-webkit-gradient(linear,left top,left bottom,from(#2b68c4),to(#2b68c4)),radial-gradient(circle at top left,#cf2d6e,#cf2d6e);background-image:linear-gradient(#2b68c4,#2b68c4),radial-gradient(circle at top left,#cf2d6e,#cf2d6e);background-origin:border-box;border:5px solid;-o-border-image:linear-gradient(180deg,#2b68c4 0,#cf2d6e) 1;border-image:-webkit-gradient(linear,left top,left bottom,from(#2b68c4),to(#cf2d6e)) 1;border-image:linear-gradient(180deg,#2b68c4 0,#cf2d6e) 1;border-radius:10px}.jltma-img-shape-bordered,.jltma-img-shape-framed{border:3px solid #021a40;border-radius:10px;padding:5px}.jltma-appear-watch-animation{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);opacity:0}.jltma-animation-off{-webkit-animation:none!important;animation:none!important}.jltma-animated.jltma-slide-from-right{overflow:hidden}.jltma-animated.jltma-slide-from-bot,.jltma-animated.jltma-slide-from-left,.jltma-animated.jltma-slide-from-right,.jltma-animated.jltma-slide-from-top{-webkit-animation-delay:inherit;animation-delay:inherit;-webkit-animation-duration:inherit;animation-duration:inherit;-webkit-animation-fill-mode:inherit;animation-fill-mode:inherit;-webkit-animation-timing-function:inherit;animation-timing-function:inherit}.jltma-animated.jltma-slide-from-bot,.jltma-animated.jltma-slide-from-left,.jltma-animated.jltma-slide-from-top{overflow:hidden}.jltma-isotope-animated{overflow:hidden;-webkit-transition:height .8s cubic-bezier(.75,.1,.25,.9);transition:height .8s cubic-bezier(.75,.1,.25,.9)}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim){-webkit-transition:opacity 0ms ease,-webkit-transform 0ms ease;transition:opacity 0ms ease,-webkit-transform 0ms ease;transition:transform 0ms ease,opacity 0ms ease;transition:transform 0ms ease,opacity 0ms ease,-webkit-transform 0ms ease}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-loading{opacity:0!important}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hiding{opacity:0;-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%);-webkit-transition-timing-function:cubic-bezier(.75,0,.75,.9);transition-timing-function:cubic-bezier(.75,0,.75,.9);z-index:1}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hidden{opacity:0;-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-timing-function:ease;transition-timing-function:ease;z-index:2}.jltma-isotope-animated .jltma-items-loading{height:100%;position:absolute;top:0;-webkit-transition:all 1.2s;transition:all 1.2s;width:100%;z-index:2}.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible{visibility:visible}.jltma-isotope-animated .jltma-items-loading.jltma-loading-hide{opacity:0;visibility:hidden}.jltma-isotope-animated .jltma-items-loading .jltma-loading-loop{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.jltma-isotope-filters.jltma-center+.jltma-isotope-animated{clear:both}@-webkit-keyframes from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes animation_svg_01_from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animation_svg_01_from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes animation_svg_01_from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes animation_svg_01_from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes scaleUp{0%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleUp{0%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleDown{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes scaleDown{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes animation_svg_01_from360to0scaled{0%{-webkit-transform:rotate(1turn) scale(1.1);transform:rotate(1turn) scale(1.1)}to{-webkit-transform:rotate(0deg) scale(.25);transform:rotate(0deg) scale(.25)}}@keyframes animation_svg_01_from360to0scaled{0%{-webkit-transform:rotate(1turn) scale(1.1);transform:rotate(1turn) scale(1.1)}to{-webkit-transform:rotate(0deg) scale(.25);transform:rotate(0deg) scale(.25)}}@-webkit-keyframes animation_svg_02_blobber{0%{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}5%{border-radius:48% 52% 41% 59%/66% 37% 63% 34%}10%{border-radius:69% 31% 71% 29%/67% 31% 69% 33%}15%{border-radius:60% 40% 71% 29%/63% 65% 35% 37%}20%{border-radius:61% 39% 51% 49%/57% 58% 42% 43%}25%{border-radius:66% 34% 25% 75%/47% 30% 70% 53%}30%{border-radius:32% 68% 38% 62%/65% 60% 40% 35%}35%{border-radius:63% 37% 41% 59%/35% 38% 62% 65%}40%{border-radius:57% 43% 49% 51%/55% 71% 29% 45%}45%{border-radius:47% 53% 34% 66%/65% 36% 64% 35%}50%{border-radius:44% 56% 32% 68%/69% 26% 74% 31%}55%{border-radius:28% 72% 37% 63%/71% 44% 56% 29%}60%{border-radius:38% 62% 35% 65%/74% 53% 47% 26%}65%{border-radius:73% 27% 46% 54%/54% 47% 53% 46%}70%{border-radius:75% 25% 47% 53%/49% 53% 47% 51%}75%{border-radius:62% 38% 43% 57%/55% 60% 40% 45%}80%{border-radius:41% 59% 65% 35%/73% 50% 50% 27%}85%{border-radius:55% 45% 57% 43%/73% 61% 39% 27%}90%{border-radius:74% 26% 33% 67%/40% 65% 35% 60%}95%{border-radius:58% 42% 57% 43%/53% 45% 55% 47%}to{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}}@keyframes animation_svg_02_blobber{0%{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}5%{border-radius:48% 52% 41% 59%/66% 37% 63% 34%}10%{border-radius:69% 31% 71% 29%/67% 31% 69% 33%}15%{border-radius:60% 40% 71% 29%/63% 65% 35% 37%}20%{border-radius:61% 39% 51% 49%/57% 58% 42% 43%}25%{border-radius:66% 34% 25% 75%/47% 30% 70% 53%}30%{border-radius:32% 68% 38% 62%/65% 60% 40% 35%}35%{border-radius:63% 37% 41% 59%/35% 38% 62% 65%}40%{border-radius:57% 43% 49% 51%/55% 71% 29% 45%}45%{border-radius:47% 53% 34% 66%/65% 36% 64% 35%}50%{border-radius:44% 56% 32% 68%/69% 26% 74% 31%}55%{border-radius:28% 72% 37% 63%/71% 44% 56% 29%}60%{border-radius:38% 62% 35% 65%/74% 53% 47% 26%}65%{border-radius:73% 27% 46% 54%/54% 47% 53% 46%}70%{border-radius:75% 25% 47% 53%/49% 53% 47% 51%}75%{border-radius:62% 38% 43% 57%/55% 60% 40% 45%}80%{border-radius:41% 59% 65% 35%/73% 50% 50% 27%}85%{border-radius:55% 45% 57% 43%/73% 61% 39% 27%}90%{border-radius:74% 26% 33% 67%/40% 65% 35% 60%}95%{border-radius:58% 42% 57% 43%/53% 45% 55% 47%}to{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}}@-webkit-keyframes animation_svg_02_cobler{0%{background-position:0 0}to{background-position:100% 0}}@keyframes animation_svg_02_cobler{0%{background-position:0 0}to{background-position:100% 0}}@-webkit-keyframes animation_svg_02_wobbler{0%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@keyframes animation_svg_02_wobbler{0%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@-webkit-keyframes jltma_blob_anim_01{0%{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}25%{d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z")}50%{d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z")}75%{d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z")}to{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}}@keyframes jltma_blob_anim_01{0%{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}25%{d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z")}50%{d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z")}75%{d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z")}to{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}}@-webkit-keyframes pulse-grow{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes pulse-grow{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}.jltma-animate{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes JltmaFlash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes JltmaFlash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes JltmaPulseIn{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.99,.99,.99);transform:scale3d(.99,.99,.99)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.99,.99,.99);transform:scale3d(.99,.99,.99)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in,.jltma-animated.jltma-pulse{-webkit-animation-name:JltmaPulseIn;animation-name:JltmaPulseIn}@-webkit-keyframes JltmaPulseIn1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-1,.jltma-animated.jltma-pulse1{-webkit-animation-name:JltmaPulseIn1;animation-name:JltmaPulseIn1}@-webkit-keyframes JltmaPulseIn2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.96,.96,.96);transform:scale3d(.96,.96,.96)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.96,.96,.96);transform:scale3d(.96,.96,.96)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-2,.jltma-animated.jltma-pulse2{-webkit-animation-name:JltmaPulseIn2;animation-name:JltmaPulseIn2}@-webkit-keyframes JltmaPulseIn3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.94,.94,.94);transform:scale3d(.94,.94,.94)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.94,.94,.94);transform:scale3d(.94,.94,.94)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-3,.jltma-animated.jltma-pulse3{-webkit-animation-name:JltmaPulseIn3;animation-name:JltmaPulseIn3}@-webkit-keyframes JltmaPulseIn4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-4,.jltma-animated.jltma-pulse4{-webkit-animation-name:JltmaPulseIn4;animation-name:JltmaPulseIn4}@-webkit-keyframes JltmaPulseOut1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-1,.jltma-animated.jltma-pulse-out-1{-webkit-animation-name:JltmaPulseOut1;animation-name:JltmaPulseOut1}@-webkit-keyframes JltmaPulseOut2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-2,.jltma-animated.jltma-pulse-out-2{-webkit-animation-name:JltmaPulseOut2;animation-name:JltmaPulseOut2}@-webkit-keyframes JltmaPulseOut3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-3,.jltma-animated.jltma-pulse-out-3{-webkit-animation-name:JltmaPulseOut3;animation-name:JltmaPulseOut3}@-webkit-keyframes JltmaPulseOut4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-4,.jltma-animated.jltma-pulse-out-4{-webkit-animation-name:JltmaPulseOut4;animation-name:JltmaPulseOut4}@-webkit-keyframes JltmaShake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}20%,40%,60%,80%{opacity:1;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes JltmaShake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}20%,40%,60%,80%{opacity:1;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}.jltma-anim-shake,.jltma-animated.jltma-shake{-webkit-animation-name:JltmaShake;animation-name:JltmaShake}@-webkit-keyframes JltmaBounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaBounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-bounce-in,.jltma-animated.jltma-bounce-in{-webkit-animation-name:JltmaBounceIn;animation-name:JltmaBounceIn}@-webkit-keyframes JltmaFadeIn{0%{opacity:0}to{opacity:1}}@keyframes JltmaFadeIn{0%{opacity:0}to{opacity:1}}.jltma-anim-fade-in,.jltma-animated.jltma-fade-in{-webkit-animation-name:JltmaFadeIn;animation-name:JltmaFadeIn}@-webkit-keyframes JltmaFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-27px,0);transform:translate3d(0,-27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-27px,0);transform:translate3d(0,-27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-down,.jltma-animated.jltma-fade-in-down{-webkit-animation-name:JltmaFadeInDown;animation-name:JltmaFadeInDown}@-webkit-keyframes JltmaFadeInDown1{0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInDown1{0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-down-1,.jltma-animated.jltma-fade-in-down-1{-webkit-animation-name:JltmaFadeInDown1;animation-name:JltmaFadeInDown1}@-webkit-keyframes JltmaFadeInDown2{0%{opacity:0;-webkit-transform:translate3d(0,-75px,0);transform:translate3d(0,-75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInDown2{0%{opacity:0;-webkit-transform:translate3d(0,-75px,0);transform:translate3d(0,-75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-down-2,.jltma-animated.jltma-fade-in-down-2{-webkit-animation-name:JltmaFadeInDown2;animation-name:JltmaFadeInDown2}@-webkit-keyframes JltmaFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,27px,0);transform:translate3d(0,27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,27px,0);transform:translate3d(0,27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-up,.jltma-animated.jltma-fade-in-up{-webkit-animation-name:JltmaFadeInUp;animation-name:JltmaFadeInUp}@-webkit-keyframes JltmaFadeInUp1{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInUp1{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-up-1,.jltma-animated.jltma-fade-in-up-1{-webkit-animation-name:JltmaFadeInUp1;animation-name:JltmaFadeInUp1}@-webkit-keyframes JltmaFadeInUp2{0%{opacity:0;-webkit-transform:translate3d(0,75px,0);transform:translate3d(0,75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInUp2{0%{opacity:0;-webkit-transform:translate3d(0,75px,0);transform:translate3d(0,75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-up-2,.jltma-animated.jltma-fade-in-up-2{-webkit-animation-name:JltmaFadeInUp2;animation-name:JltmaFadeInUp2}@-webkit-keyframes JltmaFadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-27px,0,0);transform:translate3d(-27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-27px,0,0);transform:translate3d(-27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-left,.jltma-animated.jltma-fade-in-left{-webkit-animation-name:JltmaFadeInLeft;animation-name:JltmaFadeInLeft}@-webkit-keyframes JltmaFadeInLeft1{0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInLeft1{0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-left-1,.jltma-animated.jltma-fade-in-left-1{-webkit-animation-name:JltmaFadeInLeft1;animation-name:JltmaFadeInLeft1}@-webkit-keyframes JltmaFadeInLeft2{0%{opacity:0;-webkit-transform:translate3d(-75px,0,0);transform:translate3d(-75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInLeft2{0%{opacity:0;-webkit-transform:translate3d(-75px,0,0);transform:translate3d(-75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-left-2,.jltma-animated.jltma-fade-in-left-2{-webkit-animation-name:JltmaFadeInLeft2;animation-name:JltmaFadeInLeft2}@-webkit-keyframes JltmaFadeInRight{0%{opacity:0;-webkit-transform:translate3d(27px,0,0);transform:translate3d(27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInRight{0%{opacity:0;-webkit-transform:translate3d(27px,0,0);transform:translate3d(27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-right,.jltma-animated.jltma-fade-in-right{-webkit-animation-name:JltmaFadeInRight;animation-name:JltmaFadeInRight}@-webkit-keyframes JltmaFadeInRight1{0%{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInRight1{0%{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-right-1,.jltma-animated.jltma-fade-in-right-1{-webkit-animation-name:JltmaFadeInRight1;animation-name:JltmaFadeInRight1}@-webkit-keyframes JltmaFadeInRight2{0%{opacity:0;-webkit-transform:translate3d(75px,0,0);transform:translate3d(75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInRight2{0%{opacity:0;-webkit-transform:translate3d(75px,0,0);transform:translate3d(75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-right-2,.jltma-animated.jltma-fade-in-right-2{-webkit-animation-name:JltmaFadeInRight2;animation-name:JltmaFadeInRight2}@-webkit-keyframes JltmaRotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center;transform-origin:center}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center}}@keyframes JltmaRotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center;transform-origin:center}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center}}.jltma-anim-rotate-in,.jltma-animated.jltma-rotate-in{-webkit-animation-name:JltmaRotateIn;animation-name:JltmaRotateIn}@-webkit-keyframes JltmaRotateInDownLeft{0%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInDownLeft{0%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-down-left,.jltma-animated.jltma-rotate-in-down-left{-webkit-animation-name:JltmaRotateInDownLeft;animation-name:JltmaRotateInDownLeft}@-webkit-keyframes JltmaRotateInDownLeft1{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInDownLeft1{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-down-left-1,.jltma-animated.jltma-rotate-in-down-left-1{-webkit-animation-name:JltmaRotateInDownLeft1;animation-name:JltmaRotateInDownLeft1}@-webkit-keyframes JltmaRotateInDownLeft2{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInDownLeft2{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-down-left-2,.jltma-animated.jltma-rotate-in-down-left-2{-webkit-animation-name:JltmaRotateInDownLeft2;animation-name:JltmaRotateInDownLeft2}@-webkit-keyframes JltmaRotateInDownRight{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInDownRight{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-down-right,.jltma-animated.jltma-rotate-in-down-right{-webkit-animation-name:JltmaRotateInDownRight;animation-name:JltmaRotateInDownRight}@-webkit-keyframes JltmaRotateInDownRight1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInDownRight1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-down-right-1,.jltma-animated.jltma-rotate-in-down-right-1{-webkit-animation-name:JltmaRotateInDownRight1;animation-name:JltmaRotateInDownRight1}@-webkit-keyframes JltmaRotateInDownRight2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInDownRight2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-down-right-2,.jltma-animated.jltma-rotate-in-down-right-2{-webkit-animation-name:JltmaRotateInDownRight2;animation-name:JltmaRotateInDownRight2}@-webkit-keyframes JltmaRotateInUpLeft{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInUpLeft{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-up-left,.jltma-animated.jltma-rotate-in-up-left{-webkit-animation-name:JltmaRotateInUpLeft;animation-name:JltmaRotateInUpLeft}@-webkit-keyframes JltmaRotateInUpLeft1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInUpLeft1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-up-left-1,.jltma-animated.jltma-rotate-in-up-left-1{-webkit-animation-name:JltmaRotateInUpLeft1;animation-name:JltmaRotateInUpLeft1}@-webkit-keyframes JltmaRotateInUpLeft2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInUpLeft2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-up-left-2,.jltma-animated.jltma-rotate-in-up-left-2{-webkit-animation-name:JltmaRotateInUpLeft2;animation-name:JltmaRotateInUpLeft2}@-webkit-keyframes JltmaRotateInUpRight{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInUpRight{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-up-right,.jltma-animated.jltma-rotate-in-up-right{-webkit-animation-name:JltmaRotateInUpRight;animation-name:JltmaRotateInUpRight}@-webkit-keyframes JltmaRotateInUpRight1{0%{-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInUpRight1{0%{-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-up-right-1,.jltma-animated.jltma-rotate-in-up-right-1{-webkit-animation-name:JltmaRotateInUpRight1;animation-name:JltmaRotateInUpRight1}@-webkit-keyframes JltmaRotateInUpRight2{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInUpRight2{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-up-right-2,.jltma-animated.jltma-rotate-in-up-right-2{-webkit-animation-name:JltmaRotateInUpRight2;animation-name:JltmaRotateInUpRight2}@-webkit-keyframes JltmaFlipInUp{0%{-webkit-transform:rotateX(-40deg) translateY(40px);transform:rotateX(-40deg) translateY(40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInUp{0%{-webkit-transform:rotateX(-40deg) translateY(40px);transform:rotateX(-40deg) translateY(40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-up,.jltma-animated.jltma-flip-in-up{-webkit-animation-name:JltmaFlipInUp;animation-name:JltmaFlipInUp}@-webkit-keyframes JltmaFlipInUp1{0%{-webkit-transform:rotateX(-40deg) translateY(80px);transform:rotateX(-40deg) translateY(80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInUp1{0%{-webkit-transform:rotateX(-40deg) translateY(80px);transform:rotateX(-40deg) translateY(80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-up-1,.jltma-animated.jltma-flip-in-up-1{-webkit-animation-name:JltmaFlipInUp1;animation-name:JltmaFlipInUp1}@-webkit-keyframes JltmaFlipInUp2{0%{-webkit-transform:rotateX(-40deg) translateY(120px);transform:rotateX(-40deg) translateY(120px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInUp2{0%{-webkit-transform:rotateX(-40deg) translateY(120px);transform:rotateX(-40deg) translateY(120px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-up-2,.jltma-animated.jltma-flip-in-up-2{-webkit-animation-name:JltmaFlipInUp2;animation-name:JltmaFlipInUp2}@-webkit-keyframes JltmaFlipInDown{0%{-webkit-transform:rotateX(40deg) translateY(-40px);transform:rotateX(40deg) translateY(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInDown{0%{-webkit-transform:rotateX(40deg) translateY(-40px);transform:rotateX(40deg) translateY(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-down,.jltma-animated.jltma-flip-in-down{-webkit-animation-name:JltmaFlipInDown;animation-name:JltmaFlipInDown}@-webkit-keyframes JltmaFlipInDown1{0%{-webkit-transform:rotateX(40deg) translateY(-80px);transform:rotateX(40deg) translateY(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInDown1{0%{-webkit-transform:rotateX(40deg) translateY(-80px);transform:rotateX(40deg) translateY(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-down-1,.jltma-animated.jltma-flip-in-down-1{-webkit-animation-name:JltmaFlipInDown1;animation-name:JltmaFlipInDown1}@-webkit-keyframes JltmaFlipInDown2{0%{-webkit-transform:rotateX(40deg) translateY(-120px);transform:rotateX(40deg) translateY(-120px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInDown2{0%{-webkit-transform:rotateX(40deg) translateY(-120px);transform:rotateX(40deg) translateY(-120px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-down-2,.jltma-animated.jltma-flip-in-down-2{-webkit-animation-name:JltmaFlipInDown2;animation-name:JltmaFlipInDown2}@-webkit-keyframes JltmaFlipInLeft{0%{-webkit-transform:rotateY(-40deg) translateX(40px);transform:rotateY(-40deg) translateX(40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft{0%{-webkit-transform:rotateY(-40deg) translateX(40px);transform:rotateY(-40deg) translateX(40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left,.jltma-animated.jltma-flip-in-left{-webkit-animation-name:JltmaFlipInLeft;animation-name:JltmaFlipInLeft}@-webkit-keyframes JltmaFlipInLeft1{0%{-webkit-transform:rotateY(-40deg) translateX(80px);transform:rotateY(-40deg) translateX(80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft1{0%{-webkit-transform:rotateY(-40deg) translateX(80px);transform:rotateY(-40deg) translateX(80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left-1,.jltma-animated.jltma-flip-in-left-1{-webkit-animation-name:JltmaFlipInLeft1;animation-name:JltmaFlipInLeft1}@-webkit-keyframes JltmaFlipInLeft2{0%{-webkit-transform:rotateY(-40deg) translateX(140px);transform:rotateY(-40deg) translateX(140px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft2{0%{-webkit-transform:rotateY(-40deg) translateX(140px);transform:rotateY(-40deg) translateX(140px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left-2,.jltma-animated.jltma-flip-in-left-2{-webkit-animation-name:JltmaFlipInLeft2;animation-name:JltmaFlipInLeft2}@-webkit-keyframes JltmaFlipInLeft3{0%{-webkit-transform:rotateY(-40deg) translateX(200px);transform:rotateY(-40deg) translateX(200px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft3{0%{-webkit-transform:rotateY(-40deg) translateX(200px);transform:rotateY(-40deg) translateX(200px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left-3,.jltma-animated.jltma-flip-in-left-3{-webkit-animation-name:JltmaFlipInLeft3;animation-name:JltmaFlipInLeft3}@-webkit-keyframes JltmaFlipInRight{0%{-webkit-transform:rotateY(40deg) translateX(-40px);transform:rotateY(40deg) translateX(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight{0%{-webkit-transform:rotateY(40deg) translateX(-40px);transform:rotateY(40deg) translateX(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right,.jltma-animated.jltma-flip-in-right{-webkit-animation-name:JltmaFlipInRight;animation-name:JltmaFlipInRight}@-webkit-keyframes JltmaFlipInRight1{0%{-webkit-transform:rotateY(40deg) translateX(-80px);transform:rotateY(40deg) translateX(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight1{0%{-webkit-transform:rotateY(40deg) translateX(-80px);transform:rotateY(40deg) translateX(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right-1,.jltma-animated.jltma-flip-in-right-1{-webkit-animation-name:JltmaFlipInRight1;animation-name:JltmaFlipInRight1}@-webkit-keyframes JltmaFlipInRight2{0%{-webkit-transform:rotateY(40deg) translateX(-140px);transform:rotateY(40deg) translateX(-140px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight2{0%{-webkit-transform:rotateY(40deg) translateX(-140px);transform:rotateY(40deg) translateX(-140px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right-2,.jltma-animated.jltma-flip-in-right-2{-webkit-animation-name:JltmaFlipInRight2;animation-name:JltmaFlipInRight2}@-webkit-keyframes JltmaFlipInRight3{0%{-webkit-transform:rotateY(40deg) translateX(-200px);transform:rotateY(40deg) translateX(-200px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight3{0%{-webkit-transform:rotateY(40deg) translateX(-200px);transform:rotateY(40deg) translateX(-200px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right-3,.jltma-animated.jltma-flip-in-right-3{-webkit-animation-name:JltmaFlipInRight3;animation-name:JltmaFlipInRight3}@-webkit-keyframes JltmaZoomIn{0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn{0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in,.jltma-animated.jltma-zoom-in{-webkit-animation-name:JltmaZoomIn;animation-name:JltmaZoomIn}@-webkit-keyframes JltmaZoomIn1{0%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn1{0%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in-1,.jltma-animated.jltma-zoom-in-1{-webkit-animation-name:JltmaZoomIn1;animation-name:JltmaZoomIn1}@-webkit-keyframes JltmaZoomIn2{0%{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn2{0%{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in-2,.jltma-animated.jltma-zoom-in-2{-webkit-animation-name:JltmaZoomIn2;animation-name:JltmaZoomIn2}@-webkit-keyframes JltmaZoomIn3{0%{-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn3{0%{-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in-3,.jltma-animated.jltma-zoom-in-3{-webkit-animation-name:JltmaZoomIn3;animation-name:JltmaZoomIn3}@-webkit-keyframes JltmaScaleUp{0%{-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleUp{0%{-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-up,.jltma-animated.jltma-scale-up{-webkit-animation-name:JltmaScaleUp;animation-name:JltmaScaleUp}@-webkit-keyframes JltmaScaleUp1{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleUp1{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-up-1,.jltma-animated.jltma-scale-up-1{-webkit-animation-name:JltmaScaleUp1;animation-name:JltmaScaleUp1}@-webkit-keyframes JltmaScaleUp2{0%{-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleUp2{0%{-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-up-2,.jltma-animated.jltma-scale-up-2{-webkit-animation-name:JltmaScaleUp2;animation-name:JltmaScaleUp2}@-webkit-keyframes JltmaScaleDown{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleDown{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-down,.jltma-animated.jltma-scale-down{-webkit-animation-name:JltmaScaleDown;animation-name:JltmaScaleDown}@-webkit-keyframes JltmaScaleDown1{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleDown1{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-down-1,.jltma-animated.jltma-scale-down-1{-webkit-animation-name:JltmaScaleDown1;animation-name:JltmaScaleDown1}@-webkit-keyframes JltmaScaleDown2{0%{-webkit-transform:scale(1.4);transform:scale(1.4)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleDown2{0%{-webkit-transform:scale(1.4);transform:scale(1.4)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-down-2,.jltma-animated.jltma-scale-down-2{-webkit-animation-name:JltmaScaleDown2;animation-name:JltmaScaleDown2}@-webkit-keyframes JltmaJackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaJackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-jack-in-box,.jltma-animated.jltma-jack-in-box{-webkit-animation-name:JltmaJackInTheBox;animation-name:JltmaJackInTheBox}@-webkit-keyframes jltma-scrolldown{0%{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{-webkit-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}}@keyframes jltma-scrolldown{0%{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{-webkit-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}}@-webkit-keyframes jltma-header-animation{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:none;transform:none}}@keyframes jltma-header-animation{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes JltmaSlideFromRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-right,.jltma-animated.jltma-slide-from-right>.elementor-column-wrap,.jltma-animated.jltma-slide-from-right>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromRight;animation-name:JltmaSlideFromRight}@-webkit-keyframes JltmaSlideFromLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-left,.jltma-animated.jltma-slide-from-left>.elementor-column-wrap,.jltma-animated.jltma-slide-from-left>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromLeft;animation-name:JltmaSlideFromLeft}@-webkit-keyframes JltmaSlideFromTop{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromTop{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-top,.jltma-animated.jltma-slide-from-top>.elementor-column-wrap,.jltma-animated.jltma-slide-from-top>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromTop;animation-name:JltmaSlideFromTop}@-webkit-keyframes JltmaSlideFromBot{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromBot{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-bot,.jltma-animated.jltma-slide-from-bot>.elementor-column-wrap,.jltma-animated.jltma-slide-from-bot>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromBot;animation-name:JltmaSlideFromBot}@-webkit-keyframes JltmaMaskFromTop{0%{clip-path:inset(0 0 100% 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromTop{0%{clip-path:inset(0 0 100% 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-top,.jltma-animated.jltma-mask-from-top{-webkit-animation-name:JltmaMaskFromTop;animation-name:JltmaMaskFromTop}@-webkit-keyframes JltmaMaskFromBot{0%{clip-path:inset(100% 0 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromBot{0%{clip-path:inset(100% 0 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-bot,.jltma-animated.jltma-mask-from-bot{-webkit-animation-name:JltmaMaskFromBot;animation-name:JltmaMaskFromBot}@-webkit-keyframes JltmaMaskFromRight{0%{clip-path:inset(0 0 0 100%);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromRight{0%{clip-path:inset(0 0 0 100%);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-right,.jltma-animated.jltma-mask-from-right{-webkit-animation-name:JltmaMaskFromRight;animation-name:JltmaMaskFromRight}@-webkit-keyframes JltmaMaskFromLeft{0%{clip-path:inset(0 100% 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromLeft{0%{clip-path:inset(0 100% 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-left,.jltma-animated.jltma-mask-from-left{-webkit-animation-name:JltmaMaskFromLeft;animation-name:JltmaMaskFromLeft}@keyframes JltmaLoadingWave{0%{background-position:0 0}to{background-position:66% 0}}@-webkit-keyframes flash{0%{opacity:.4}to{opacity:1}}@keyframes flash{0%{opacity:.4}to{opacity:1}}@-webkit-keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@-webkit-keyframes shine{to{left:125%}}@keyframes shine{to{left:125%}}@-webkit-keyframes jltma-rotate-1-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;-webkit-transform:rotateX(1turn);transform:rotateX(1turn)}}@keyframes jltma-rotate-1-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;-webkit-transform:rotateX(1turn);transform:rotateX(1turn)}}@-webkit-keyframes jltma-rotate-1-out{0%{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes jltma-rotate-1-out{0%{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@-webkit-keyframes jltma-pulse{0%{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}40%{opacity:0;-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}to{opacity:0;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}}@keyframes jltma-pulse{0%{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}40%{opacity:0;-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}to{opacity:0;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}}@-webkit-keyframes jltma-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@keyframes jltma-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes jltma-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes jltma-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes jltma-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes jltma-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes jltma-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes jltma-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes scale-up{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}60%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}60%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scale-down{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}60%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes scale-down{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}60%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes cd-bounce-even{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cd-bounce-even{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-odd{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cd-bounce-odd{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.4);box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0);box-shadow:0 0 0 10px rgba(0,0,0,0)}to{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.4);box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0);box-shadow:0 0 0 10px rgba(0,0,0,0)}to{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}}@-webkit-keyframes batman{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}to{opacity:0;-webkit-transform:scale(0) rotate(2turn);transform:scale(0) rotate(2turn)}}@keyframes batman{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}to{opacity:0;-webkit-transform:scale(0) rotate(2turn);transform:scale(0) rotate(2turn)}}.rtl .jltma-animated-headline .jltma-words-wrapper{text-align:right}.rtl .jltma-animated-headline .jltma-words-wrapper b{left:inherit;right:0}.rtl .jltma-animated-headline.loading-bar .jltma-words-wrapper:after{left:inherit;right:0}.rtl .style-03 .jltma-call-action-content .jltma-row{border-left:0;border-right:10px solid #4b00e7;padding-left:0;padding-right:1rem}.rtl .style-07 .jltma-call-action-content .jltma-media-left{margin-left:1.875rem;margin-right:0}.rtl .jltma-pricing-tables .jltma-price-table-details ol li svg,.rtl .jltma-pricing-tables .jltma-price-table-details ul li svg{margin-left:8px;margin-right:inherit}.rtl .jltma-pricing-tables.default-table .jltma-price-amount-duration,.rtl .jltma-pricing-tables.table-left-align .jltma-price-amount-duration{padding-left:inherit;padding-right:10px}.rtl .jltma-pricing-tables.default-table .jltma-price-amount-duration:before,.rtl .jltma-pricing-tables.table-left-align .jltma-price-amount-duration:before{left:inherit;right:0}.rtl .jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration:before{display:none}.rtl .jltma-pricing-tables.table-bg-image .jltma-table-inner,.rtl .jltma-pricing-tables.table-bg-pattern .jltma-table-inner{text-align:right}.rtl .jltma-pricing-tables.table-bg-image li:before,.rtl .jltma-pricing-tables.table-bg-pattern li:before{left:inherit;right:0}.rtl .jltma-restrict-content-wrap .form-group .jltma-input-pass,.rtl .jltma-restrict-form #jltma_rc_checkbox input[type=checkbox],.rtl .jltma-restrict-form .form-group .jltma-input-pass{margin-left:10px;margin-right:inherit}.rtl blockquote.jltma-blockquote cite{float:right;padding:0 30px 0 0}.rtl blockquote.jltma-blockquote cite:before{left:inherit;right:0}.rtl .jltma-btn--search-close{left:1.25rem;right:inherit}.rtl .ma-cf form{direction:rtl}.rtl .jltma-ninja-form.ma-cf-2 .nf-form-content [type=button],.rtl .jltma-ninja-form.ma-cf-4 .nf-form-content [type=button],.rtl .ma-cf-2 .wpforms-form .wpforms-submit-container,.rtl .ma-cf-2 input[type=submit],.rtl .ma-cf-2.jltma-caldera-form .caldera-grid [type=button],.rtl .ma-cf-4 .wpforms-form .wpforms-submit-container,.rtl .ma-cf-4 input[type=submit],.rtl .ma-cf-4.jltma-caldera-form .caldera-grid [type=button]{float:left}.rtl .ma-cf.jltma-caldera-form form label span{float:right}.rtl .ma-cf-5 label,.rtl .ma-cf-5.jltma-wpforms .wpforms-form .wpforms-field label,.rtl .ma-cf-6 label,.rtl .ma-cf-6.jltma-wpforms .wpforms-form .wpforms-field label{left:inherit;right:3em}.rtl .jltma-timeline-align--left .jltma-slider__item{text-align:right}.rtl .jltma-timeline-align--left .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rtl .jltma-timeline-align--right .jltma-slider__item{text-align:left}.rtl .jltma-timeline-align--right .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rtl .jltma-timeline-align--left .jltma-timeline .jltma-timeline__line{margin-right:20px;right:0}.rtl .jltma-timeline-align--left .jltma-timeline .timeline-item__img{text-align:right}.rtl .jltma-timeline-align--left .jltma-timeline .timeline-item__card__arrow{right:-10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.rtl .jltma-timeline-align--right .jltma-timeline .jltma-timeline__line{left:0;margin-left:20px;right:inherit}.rtl .jltma-timeline-align--right .jltma-timeline .timeline-item__card-wrapper{margin-left:10px;margin-right:0}.rtl .jltma-timeline-align--right .jltma-timeline .timeline-item__img{text-align:left}.rtl .jltma-timeline-align--right .jltma-timeline .timeline-item__card__arrow{left:-10px;right:inherit;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4yoqhmva.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ygqhmva.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4ycqhmva.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldiuaomqnqcsa88c7o9yz4kmcoog4koz4y6qha.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko70yyyga.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko50yyyga.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko40yyyga.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
src: url(https://drohealth.com/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-ldioaomqnqcsa88c7o9yz4kmcoog4ko20yw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face{font-family:tm-material-icons;src:url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.eot);src:url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.eot#iefix) format('embedded-opentype'),url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.ttf) format('truetype'),url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.woff) format('woff'),url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.svg) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" tm-material-icon-"],[class^=tm-material-icon-]{font-family:tm-material-icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tm-material-icon-error:before{content:"\e900"}.tm-material-icon-error_outline:before{content:"\e901"}.tm-material-icon-warning:before{content:"\e902"}.tm-material-icon-add_alert:before{content:"\e903"}.tm-material-icon-notification_important:before{content:"\e904"}.tm-material-icon-album:before{content:"\e905"}.tm-material-icon-av_timer:before{content:"\e906"}.tm-material-icon-closed_caption:before{content:"\e907"}.tm-material-icon-equalizer:before{content:"\e908"}.tm-material-icon-explicit:before{content:"\e909"}.tm-material-icon-fast_forward:before{content:"\e90a"}.tm-material-icon-fast_rewind:before{content:"\e90b"}.tm-material-icon-games:before{content:"\e90c"}.tm-material-icon-hearing:before{content:"\e90d"}.tm-material-icon-high_quality:before{content:"\e90e"}.tm-material-icon-loop:before{content:"\e90f"}.tm-material-icon-mic:before{content:"\e910"}.tm-material-icon-mic_none:before{content:"\e911"}.tm-material-icon-mic_off:before{content:"\e912"}.tm-material-icon-movie:before{content:"\e913"}.tm-material-icon-library_add:before{content:"\e914"}.tm-material-icon-library_books:before{content:"\e915"}.tm-material-icon-library_music:before{content:"\e916"}.tm-material-icon-new_releases:before{content:"\e917"}.tm-material-icon-not_interested:before{content:"\e918"}.tm-material-icon-pause:before{content:"\e919"}.tm-material-icon-pause_circle_filled:before{content:"\e91a"}.tm-material-icon-pause_circle_outline:before{content:"\e91b"}.tm-material-icon-play_arrow:before{content:"\e91c"}.tm-material-icon-play_circle_filled:before{content:"\e91d"}.tm-material-icon-play_circle_outline:before{content:"\e91e"}.tm-material-icon-playlist_add:before{content:"\e91f"}.tm-material-icon-queue_music:before{content:"\e920"}.tm-material-icon-radio:before{content:"\e921"}.tm-material-icon-recent_actors:before{content:"\e922"}.tm-material-icon-repeat:before{content:"\e923"}.tm-material-icon-repeat_one:before{content:"\e924"}.tm-material-icon-replay:before{content:"\e925"}.tm-material-icon-shuffle:before{content:"\e926"}.tm-material-icon-skip_next:before{content:"\e927"}.tm-material-icon-skip_previous:before{content:"\e928"}.tm-material-icon-snooze:before{content:"\e929"}.tm-material-icon-stop:before{content:"\e92a"}.tm-material-icon-subtitles:before{content:"\e92b"}.tm-material-icon-surround_sound:before{content:"\e92c"}.tm-material-icon-video_collection:before{content:"\e92d"}.tm-material-icon-videocam:before{content:"\e92e"}.tm-material-icon-videocam_off:before{content:"\e92f"}.tm-material-icon-volume_down:before{content:"\e930"}.tm-material-icon-volume_mute:before{content:"\e931"}.tm-material-icon-volume_off:before{content:"\e932"}.tm-material-icon-volume_up:before{content:"\e933"}.tm-material-icon-web:before{content:"\e934"}.tm-material-icon-hd:before{content:"\e935"}.tm-material-icon-sort_by_alpha:before{content:"\e936"}.tm-material-icon-airplay:before{content:"\e937"}.tm-material-icon-forward_10:before{content:"\e938"}.tm-material-icon-forward_30:before{content:"\e939"}.tm-material-icon-forward_5:before{content:"\e93a"}.tm-material-icon-replay_10:before{content:"\e93b"}.tm-material-icon-replay_30:before{content:"\e93c"}.tm-material-icon-replay_5:before{content:"\e93d"}.tm-material-icon-add_to_queue:before{content:"\e93e"}.tm-material-icon-fiber_dvr:before{content:"\e93f"}.tm-material-icon-fiber_new:before{content:"\e940"}.tm-material-icon-playlist_play:before{content:"\e941"}.tm-material-icon-art_track:before{content:"\e942"}.tm-material-icon-fiber_manual_record:before{content:"\e943"}.tm-material-icon-fiber_smart_record:before{content:"\e944"}.tm-material-icon-music_video:before{content:"\e945"}.tm-material-icon-subscriptions:before{content:"\e946"}.tm-material-icon-playlist_add_check:before{content:"\e947"}.tm-material-icon-queue_play_next:before{content:"\e948"}.tm-material-icon-remove_from_queue:before{content:"\e949"}.tm-material-icon-slow_motion_video:before{content:"\e94a"}.tm-material-icon-web_asset:before{content:"\e94b"}.tm-material-icon-fiber_pin:before{content:"\e94c"}.tm-material-icon-branding_watermark:before{content:"\e94d"}.tm-material-icon-call_to_action:before{content:"\e94e"}.tm-material-icon-featured_play_list:before{content:"\e94f"}.tm-material-icon-featured_video:before{content:"\e950"}.tm-material-icon-note:before{content:"\e951"}.tm-material-icon-video_call:before{content:"\e952"}.tm-material-icon-video_label:before{content:"\e953"}.tm-material-icon-4k:before{content:"\e954"}.tm-material-icon-missed_video_call:before{content:"\e955"}.tm-material-icon-control_camera:before{content:"\e956"}.tm-material-icon-business:before{content:"\e957"}.tm-material-icon-call:before{content:"\e958"}.tm-material-icon-call_end:before{content:"\e959"}.tm-material-icon-call_made:before{content:"\e95a"}.tm-material-icon-call_merge:before{content:"\e95b"}.tm-material-icon-call_missed:before{content:"\e95c"}.tm-material-icon-call_received:before{content:"\e95d"}.tm-material-icon-call_split:before{content:"\e95e"}.tm-material-icon-chat:before{content:"\e95f"}.tm-material-icon-clear_all:before{content:"\e960"}.tm-material-icon-comment:before{content:"\e961"}.tm-material-icon-contacts:before{content:"\e962"}.tm-material-icon-dialer_sip:before{content:"\e963"}.tm-material-icon-dialpad:before{content:"\e964"}.tm-material-icon-email:before{content:"\e965"}.tm-material-icon-forum:before{content:"\e966"}.tm-material-icon-import_export:before{content:"\e967"}.tm-material-icon-invert_colors_off:before{content:"\e968"}.tm-material-icon-live_help:before{content:"\e969"}.tm-material-icon-location_off:before{content:"\e96a"}.tm-material-icon-location_on:before{content:"\e96b"}.tm-material-icon-message:before{content:"\e96c"}.tm-material-icon-chat_bubble:before{content:"\e96d"}.tm-material-icon-chat_bubble_outline:before{content:"\e96e"}.tm-material-icon-no_sim:before{content:"\e96f"}.tm-material-icon-phone:before{content:"\e970"}.tm-material-icon-portable_wifi_off:before{content:"\e971"}.tm-material-icon-contact_phone:before{content:"\e972"}.tm-material-icon-contact_mail:before{content:"\e973"}.tm-material-icon-ring_volume:before{content:"\e974"}.tm-material-icon-speaker_phone:before{content:"\e975"}.tm-material-icon-stay_current_landscape:before{content:"\e976"}.tm-material-icon-stay_current_portrait:before{content:"\e977"}.tm-material-icon-swap_calls:before{content:"\e978"}.tm-material-icon-textsms:before{content:"\e979"}.tm-material-icon-voicemail:before{content:"\e97a"}.tm-material-icon-vpn_key:before{content:"\e97b"}.tm-material-icon-phonelink_erase:before{content:"\e97c"}.tm-material-icon-phonelink_lock:before{content:"\e97d"}.tm-material-icon-phonelink_ring:before{content:"\e97e"}.tm-material-icon-phonelink_setup:before{content:"\e97f"}.tm-material-icon-present_to_all:before{content:"\e980"}.tm-material-icon-import_contacts:before{content:"\e981"}.tm-material-icon-mail_outline:before{content:"\e982"}.tm-material-icon-screen_share:before{content:"\e983"}.tm-material-icon-stop_screen_share:before{content:"\e984"}.tm-material-icon-call_missed_outgoing:before{content:"\e985"}.tm-material-icon-rss_feed:before{content:"\e986"}.tm-material-icon-alternate_email:before{content:"\e987"}.tm-material-icon-mobile_screen_share:before{content:"\e988"}.tm-material-icon-add_call:before{content:"\e989"}.tm-material-icon-cancel_presentation:before{content:"\e98a"}.tm-material-icon-pause_presentation:before{content:"\e98b"}.tm-material-icon-unsubscribe:before{content:"\e98c"}.tm-material-icon-cell_wifi:before{content:"\e98d"}.tm-material-icon-sentiment_satisfied_alt:before{content:"\e98e"}.tm-material-icon-list_alt:before{content:"\e98f"}.tm-material-icon-domain_disabled:before{content:"\e990"}.tm-material-icon-lightbulb:before{content:"\e991"}.tm-material-icon-add:before{content:"\e992"}.tm-material-icon-add_box:before{content:"\e993"}.tm-material-icon-add_circle:before{content:"\e994"}.tm-material-icon-add_circle_outline:before{content:"\e995"}.tm-material-icon-archive:before{content:"\e996"}.tm-material-icon-backspace:before{content:"\e997"}.tm-material-icon-block:before{content:"\e998"}.tm-material-icon-clear:before{content:"\e999"}.tm-material-icon-content_copy:before{content:"\e99a"}.tm-material-icon-content_cut:before{content:"\e99b"}.tm-material-icon-content_paste:before{content:"\e99c"}.tm-material-icon-create:before{content:"\e99d"}.tm-material-icon-drafts:before{content:"\e99e"}.tm-material-icon-filter_list:before{content:"\e99f"}.tm-material-icon-flag:before{content:"\e9a0"}.tm-material-icon-forward:before{content:"\e9a1"}.tm-material-icon-gesture:before{content:"\e9a2"}.tm-material-icon-inbox:before{content:"\e9a3"}.tm-material-icon-link:before{content:"\e9a4"}.tm-material-icon-redo:before{content:"\e9a5"}.tm-material-icon-remove:before{content:"\e9a6"}.tm-material-icon-remove_circle:before{content:"\e9a7"}.tm-material-icon-remove_circle_outline:before{content:"\e9a8"}.tm-material-icon-reply:before{content:"\e9a9"}.tm-material-icon-reply_all:before{content:"\e9aa"}.tm-material-icon-report:before{content:"\e9ab"}.tm-material-icon-save:before{content:"\e9ac"}.tm-material-icon-select_all:before{content:"\e9ad"}.tm-material-icon-send:before{content:"\e9ae"}.tm-material-icon-sort:before{content:"\e9af"}.tm-material-icon-text_format:before{content:"\e9b0"}.tm-material-icon-undo:before{content:"\e9b1"}.tm-material-icon-font_download:before{content:"\e9b2"}.tm-material-icon-move_to_inbox:before{content:"\e9b3"}.tm-material-icon-unarchive:before{content:"\e9b4"}.tm-material-icon-next_week:before{content:"\e9b5"}.tm-material-icon-weekend:before{content:"\e9b6"}.tm-material-icon-delete_sweep:before{content:"\e9b7"}.tm-material-icon-low_priority:before{content:"\e9b8"}.tm-material-icon-outlined_flag:before{content:"\e9b9"}.tm-material-icon-link_off:before{content:"\e9ba"}.tm-material-icon-report_off:before{content:"\e9bb"}.tm-material-icon-save_alt:before{content:"\e9bc"}.tm-material-icon-ballot:before{content:"\e9bd"}.tm-material-icon-file_copy:before{content:"\e9be"}.tm-material-icon-how_to_reg:before{content:"\e9bf"}.tm-material-icon-how_to_vote:before{content:"\e9c0"}.tm-material-icon-waves:before{content:"\e9c1"}.tm-material-icon-where_to_vote:before{content:"\e9c2"}.tm-material-icon-add_link:before{content:"\e9c3"}.tm-material-icon-inventory:before{content:"\e9c4"}.tm-material-icon-access_alarm:before{content:"\e9c5"}.tm-material-icon-access_alarms:before{content:"\e9c6"}.tm-material-icon-access_time:before{content:"\e9c7"}.tm-material-icon-add_alarm:before{content:"\e9c8"}.tm-material-icon-airplanemode_inactive:before{content:"\e9c9"}.tm-material-icon-airplanemode_active:before{content:"\e9ca"}.tm-material-icon-battery_alert:before{content:"\e9cb"}.tm-material-icon-battery_charging_full:before{content:"\e9cc"}.tm-material-icon-battery_full:before{content:"\e9cd"}.tm-material-icon-battery_unknown:before{content:"\e9ce"}.tm-material-icon-bluetooth:before{content:"\e9cf"}.tm-material-icon-bluetooth_connected:before{content:"\e9d0"}.tm-material-icon-bluetooth_disabled:before{content:"\e9d1"}.tm-material-icon-bluetooth_searching:before{content:"\e9d2"}.tm-material-icon-brightness_auto:before{content:"\e9d3"}.tm-material-icon-brightness_high:before{content:"\e9d4"}.tm-material-icon-brightness_low:before{content:"\e9d5"}.tm-material-icon-brightness_medium:before{content:"\e9d6"}.tm-material-icon-data_usage:before{content:"\e9d7"}.tm-material-icon-developer_mode:before{content:"\e9d8"}.tm-material-icon-devices:before{content:"\e9d9"}.tm-material-icon-dvr:before{content:"\e9da"}.tm-material-icon-gps_fixed:before{content:"\e9db"}.tm-material-icon-gps_not_fixed:before{content:"\e9dc"}.tm-material-icon-gps_off:before{content:"\e9dd"}.tm-material-icon-graphic_eq:before{content:"\e9de"}.tm-material-icon-network_cell:before{content:"\e9df"}.tm-material-icon-network_wifi:before{content:"\e9e0"}.tm-material-icon-nfc:before{content:"\e9e1"}.tm-material-icon-now_wallpaper:before{content:"\e9e2"}.tm-material-icon-now_widgets:before{content:"\e9e3"}.tm-material-icon-screen_lock_landscape:before{content:"\e9e4"}.tm-material-icon-screen_lock_portrait:before{content:"\e9e5"}.tm-material-icon-screen_lock_rotation:before{content:"\e9e6"}.tm-material-icon-screen_rotation:before{content:"\e9e7"}.tm-material-icon-sd_storage:before{content:"\e9e8"}.tm-material-icon-settings_system_daydream:before{content:"\e9e9"}.tm-material-icon-signal_cellular_4_bar:before{content:"\e9ea"}.tm-material-icon-signal_cellular_connected_no_internet_4_bar:before{content:"\e9eb"}.tm-material-icon-signal_cellular_null:before{content:"\e9ec"}.tm-material-icon-signal_cellular_off:before{content:"\e9ed"}.tm-material-icon-signal_wifi_4_bar:before{content:"\e9ee"}.tm-material-icon-signal_wifi_4_bar_lock:before{content:"\e9ef"}.tm-material-icon-signal_wifi_off:before{content:"\e9f0"}.tm-material-icon-storage:before{content:"\e9f1"}.tm-material-icon-usb:before{content:"\e9f2"}.tm-material-icon-wifi_lock:before{content:"\e9f3"}.tm-material-icon-wifi_tethering:before{content:"\e9f4"}.tm-material-icon-add_to_home_screen:before{content:"\e9f5"}.tm-material-icon-device_thermostat:before{content:"\e9f6"}.tm-material-icon-mobile_friendly:before{content:"\e9f7"}.tm-material-icon-mobile_off:before{content:"\e9f8"}.tm-material-icon-signal_cellular_alt:before{content:"\e9f9"}.tm-material-icon-attach_file:before{content:"\e9fa"}.tm-material-icon-attach_money:before{content:"\e9fb"}.tm-material-icon-border_all:before{content:"\e9fc"}.tm-material-icon-border_bottom:before{content:"\e9fd"}.tm-material-icon-border_clear:before{content:"\e9fe"}.tm-material-icon-border_color:before{content:"\e9ff"}.tm-material-icon-border_horizontal:before{content:"\ea00"}.tm-material-icon-border_inner:before{content:"\ea01"}.tm-material-icon-border_left:before{content:"\ea02"}.tm-material-icon-border_outer:before{content:"\ea03"}.tm-material-icon-border_right:before{content:"\ea04"}.tm-material-icon-border_style:before{content:"\ea05"}.tm-material-icon-border_top:before{content:"\ea06"}.tm-material-icon-border_vertical:before{content:"\ea07"}.tm-material-icon-format_align_center:before{content:"\ea08"}.tm-material-icon-format_align_justify:before{content:"\ea09"}.tm-material-icon-format_align_left:before{content:"\ea0a"}.tm-material-icon-format_align_right:before{content:"\ea0b"}.tm-material-icon-format_bold:before{content:"\ea0c"}.tm-material-icon-format_clear:before{content:"\ea0d"}.tm-material-icon-format_color_fill:before{content:"\ea0e"}.tm-material-icon-format_color_reset:before{content:"\ea0f"}.tm-material-icon-format_color_text:before{content:"\ea10"}.tm-material-icon-format_indent_decrease:before{content:"\ea11"}.tm-material-icon-format_indent_increase:before{content:"\ea12"}.tm-material-icon-format_italic:before{content:"\ea13"}.tm-material-icon-format_line_spacing:before{content:"\ea14"}.tm-material-icon-format_list_bulleted:before{content:"\ea15"}.tm-material-icon-format_list_numbered:before{content:"\ea16"}.tm-material-icon-format_paint:before{content:"\ea17"}.tm-material-icon-format_quote:before{content:"\ea18"}.tm-material-icon-format_size:before{content:"\ea19"}.tm-material-icon-format_strikethrough:before{content:"\ea1a"}.tm-material-icon-format_textdirection_l_to_r:before{content:"\ea1b"}.tm-material-icon-format_textdirection_r_to_l:before{content:"\ea1c"}.tm-material-icon-format_underlined:before{content:"\ea1d"}.tm-material-icon-functions:before{content:"\ea1e"}.tm-material-icon-insert_chart:before{content:"\ea1f"}.tm-material-icon-insert_comment:before{content:"\ea20"}.tm-material-icon-insert_drive_file:before{content:"\ea21"}.tm-material-icon-insert_emoticon:before{content:"\ea22"}.tm-material-icon-insert_invitation:before{content:"\ea23"}.tm-material-icon-insert_photo:before{content:"\ea24"}.tm-material-icon-mode_comment:before{content:"\ea25"}.tm-material-icon-publish:before{content:"\ea26"}.tm-material-icon-space_bar:before{content:"\ea27"}.tm-material-icon-strikethrough_s:before{content:"\ea28"}.tm-material-icon-vertical_align_bottom:before{content:"\ea29"}.tm-material-icon-vertical_align_center:before{content:"\ea2a"}.tm-material-icon-vertical_align_top:before{content:"\ea2b"}.tm-material-icon-wrap_text:before{content:"\ea2c"}.tm-material-icon-money_off:before{content:"\ea2d"}.tm-material-icon-drag_handle:before{content:"\ea2e"}.tm-material-icon-format_shapes:before{content:"\ea2f"}.tm-material-icon-highlight:before{content:"\ea30"}.tm-material-icon-linear_scale:before{content:"\ea31"}.tm-material-icon-short_text:before{content:"\ea32"}.tm-material-icon-text_fields:before{content:"\ea33"}.tm-material-icon-monetization_on:before{content:"\ea34"}.tm-material-icon-title:before{content:"\ea35"}.tm-material-icon-table_chart:before{content:"\ea36"}.tm-material-icon-add_comment:before{content:"\ea37"}.tm-material-icon-format_list_numbered_rtl:before{content:"\ea38"}.tm-material-icon-scatter_plot:before{content:"\ea39"}.tm-material-icon-score:before{content:"\ea3a"}.tm-material-icon-insert_chart_outlined:before{content:"\ea3b"}.tm-material-icon-bar_chart:before{content:"\ea3c"}.tm-material-icon-notes:before{content:"\ea3d"}.tm-material-icon-attachment:before{content:"\ea3e"}.tm-material-icon-cloud:before{content:"\ea3f"}.tm-material-icon-cloud_circle:before{content:"\ea40"}.tm-material-icon-cloud_done:before{content:"\ea41"}.tm-material-icon-cloud_download:before{content:"\ea42"}.tm-material-icon-cloud_off:before{content:"\ea43"}.tm-material-icon-cloud_queue:before{content:"\ea44"}.tm-material-icon-cloud_upload:before{content:"\ea45"}.tm-material-icon-file_download:before{content:"\ea46"}.tm-material-icon-file_upload:before{content:"\ea47"}.tm-material-icon-folder:before{content:"\ea48"}.tm-material-icon-folder_open:before{content:"\ea49"}.tm-material-icon-folder_shared:before{content:"\ea4a"}.tm-material-icon-create_new_folder:before{content:"\ea4b"}.tm-material-icon-cast:before{content:"\ea4c"}.tm-material-icon-cast_connected:before{content:"\ea4d"}.tm-material-icon-computer:before{content:"\ea4e"}.tm-material-icon-desktop_mac:before{content:"\ea4f"}.tm-material-icon-desktop_windows:before{content:"\ea50"}.tm-material-icon-developer_board:before{content:"\ea51"}.tm-material-icon-dock:before{content:"\ea52"}.tm-material-icon-headset:before{content:"\ea53"}.tm-material-icon-headset_mic:before{content:"\ea54"}.tm-material-icon-keyboard:before{content:"\ea55"}.tm-material-icon-keyboard_arrow_down:before{content:"\ea56"}.tm-material-icon-keyboard_arrow_left:before{content:"\ea57"}.tm-material-icon-keyboard_arrow_right:before{content:"\ea58"}.tm-material-icon-keyboard_arrow_up:before{content:"\ea59"}.tm-material-icon-keyboard_backspace:before{content:"\ea5a"}.tm-material-icon-keyboard_capslock:before{content:"\ea5b"}.tm-material-icon-keyboard_hide:before{content:"\ea5c"}.tm-material-icon-keyboard_return:before{content:"\ea5d"}.tm-material-icon-keyboard_tab:before{content:"\ea5e"}.tm-material-icon-keyboard_voice:before{content:"\ea5f"}.tm-material-icon-laptop_chromebook:before{content:"\ea60"}.tm-material-icon-laptop_mac:before{content:"\ea61"}.tm-material-icon-laptop_windows:before{content:"\ea62"}.tm-material-icon-memory:before{content:"\ea63"}.tm-material-icon-mouse:before{content:"\ea64"}.tm-material-icon-phone_android:before{content:"\ea65"}.tm-material-icon-phone_iphone:before{content:"\ea66"}.tm-material-icon-phonelink_off:before{content:"\ea67"}.tm-material-icon-router:before{content:"\ea68"}.tm-material-icon-scanner:before{content:"\ea69"}.tm-material-icon-security:before{content:"\ea6a"}.tm-material-icon-sim_card:before{content:"\ea6b"}.tm-material-icon-speaker:before{content:"\ea6c"}.tm-material-icon-speaker_group:before{content:"\ea6d"}.tm-material-icon-tablet:before{content:"\ea6e"}.tm-material-icon-tablet_android:before{content:"\ea6f"}.tm-material-icon-tablet_mac:before{content:"\ea70"}.tm-material-icon-toys:before{content:"\ea71"}.tm-material-icon-tv:before{content:"\ea72"}.tm-material-icon-watch:before{content:"\ea73"}.tm-material-icon-device_hub:before{content:"\ea74"}.tm-material-icon-power_input:before{content:"\ea75"}.tm-material-icon-devices_other:before{content:"\ea76"}.tm-material-icon-videogame_asset:before{content:"\ea77"}.tm-material-icon-device_unknown:before{content:"\ea78"}.tm-material-icon-headset_off:before{content:"\ea79"}.tm-material-icon-adjust:before{content:"\ea7a"}.tm-material-icon-assistant:before{content:"\ea7b"}.tm-material-icon-audiotrack:before{content:"\ea7c"}.tm-material-icon-blur_circular:before{content:"\ea7d"}.tm-material-icon-blur_linear:before{content:"\ea7e"}.tm-material-icon-blur_off:before{content:"\ea7f"}.tm-material-icon-blur_on:before{content:"\ea80"}.tm-material-icon-brightness_1:before{content:"\ea81"}.tm-material-icon-brightness_2:before{content:"\ea82"}.tm-material-icon-brightness_3:before{content:"\ea83"}.tm-material-icon-brightness_4:before{content:"\ea84"}.tm-material-icon-broken_image:before{content:"\ea85"}.tm-material-icon-brush:before{content:"\ea86"}.tm-material-icon-camera:before{content:"\ea87"}.tm-material-icon-camera_alt:before{content:"\ea88"}.tm-material-icon-camera_front:before{content:"\ea89"}.tm-material-icon-camera_rear:before{content:"\ea8a"}.tm-material-icon-camera_roll:before{content:"\ea8b"}.tm-material-icon-center_focus_strong:before{content:"\ea8c"}.tm-material-icon-center_focus_weak:before{content:"\ea8d"}.tm-material-icon-collections:before{content:"\ea8e"}.tm-material-icon-color_lens:before{content:"\ea8f"}.tm-material-icon-colorize:before{content:"\ea90"}.tm-material-icon-compare:before{content:"\ea91"}.tm-material-icon-control_point_duplicate:before{content:"\ea92"}.tm-material-icon-crop_16_9:before{content:"\ea93"}.tm-material-icon-crop_3_2:before{content:"\ea94"}.tm-material-icon-crop:before{content:"\ea95"}.tm-material-icon-crop_5_4:before{content:"\ea96"}.tm-material-icon-crop_7_5:before{content:"\ea97"}.tm-material-icon-crop_din:before{content:"\ea98"}.tm-material-icon-crop_free:before{content:"\ea99"}.tm-material-icon-crop_original:before{content:"\ea9a"}.tm-material-icon-crop_portrait:before{content:"\ea9b"}.tm-material-icon-crop_square:before{content:"\ea9c"}.tm-material-icon-dehaze:before{content:"\ea9d"}.tm-material-icon-details:before{content:"\ea9e"}.tm-material-icon-exposure:before{content:"\ea9f"}.tm-material-icon-exposure_minus_1:before{content:"\eaa0"}.tm-material-icon-exposure_minus_2:before{content:"\eaa1"}.tm-material-icon-exposure_plus_1:before{content:"\eaa2"}.tm-material-icon-exposure_plus_2:before{content:"\eaa3"}.tm-material-icon-exposure_zero:before{content:"\eaa4"}.tm-material-icon-filter_1:before{content:"\eaa5"}.tm-material-icon-filter_2:before{content:"\eaa6"}.tm-material-icon-filter_3:before{content:"\eaa7"}.tm-material-icon-filter:before{content:"\eaa8"}.tm-material-icon-filter_4:before{content:"\eaa9"}.tm-material-icon-filter_5:before{content:"\eaaa"}.tm-material-icon-filter_6:before{content:"\eaab"}.tm-material-icon-filter_7:before{content:"\eaac"}.tm-material-icon-filter_8:before{content:"\eaad"}.tm-material-icon-filter_9:before{content:"\eaae"}.tm-material-icon-filter_9_plus:before{content:"\eaaf"}.tm-material-icon-filter_b_and_w:before{content:"\eab0"}.tm-material-icon-filter_center_focus:before{content:"\eab1"}.tm-material-icon-filter_drama:before{content:"\eab2"}.tm-material-icon-filter_frames:before{content:"\eab3"}.tm-material-icon-filter_hdr:before{content:"\eab4"}.tm-material-icon-filter_none:before{content:"\eab5"}.tm-material-icon-filter_tilt_shift:before{content:"\eab6"}.tm-material-icon-filter_vintage:before{content:"\eab7"}.tm-material-icon-flare:before{content:"\eab8"}.tm-material-icon-flash_auto:before{content:"\eab9"}.tm-material-icon-flash_off:before{content:"\eaba"}.tm-material-icon-flash_on:before{content:"\eabb"}.tm-material-icon-flip:before{content:"\eabc"}.tm-material-icon-gradient:before{content:"\eabd"}.tm-material-icon-grain:before{content:"\eabe"}.tm-material-icon-grid_off:before{content:"\eabf"}.tm-material-icon-grid_on:before{content:"\eac0"}.tm-material-icon-hdr_off:before{content:"\eac1"}.tm-material-icon-hdr_on:before{content:"\eac2"}.tm-material-icon-hdr_strong:before{content:"\eac3"}.tm-material-icon-hdr_weak:before{content:"\eac4"}.tm-material-icon-healing:before{content:"\eac5"}.tm-material-icon-image_aspect_ratio:before{content:"\eac6"}.tm-material-icon-iso:before{content:"\eac7"}.tm-material-icon-leak_add:before{content:"\eac8"}.tm-material-icon-leak_remove:before{content:"\eac9"}.tm-material-icon-lens:before{content:"\eaca"}.tm-material-icon-looks_3:before{content:"\eacb"}.tm-material-icon-looks:before{content:"\eacc"}.tm-material-icon-looks_4:before{content:"\eacd"}.tm-material-icon-looks_5:before{content:"\eace"}.tm-material-icon-looks_6:before{content:"\eacf"}.tm-material-icon-looks_one:before{content:"\ead0"}.tm-material-icon-looks_two:before{content:"\ead1"}.tm-material-icon-loupe:before{content:"\ead2"}.tm-material-icon-monochrome_photos:before{content:"\ead3"}.tm-material-icon-music_note:before{content:"\ead4"}.tm-material-icon-nature:before{content:"\ead5"}.tm-material-icon-nature_people:before{content:"\ead6"}.tm-material-icon-navigate_before:before{content:"\ead7"}.tm-material-icon-navigate_next:before{content:"\ead8"}.tm-material-icon-panorama:before{content:"\ead9"}.tm-material-icon-panorama_fish_eye:before{content:"\eada"}.tm-material-icon-panorama_horizontal:before{content:"\eadb"}.tm-material-icon-panorama_vertical:before{content:"\eadc"}.tm-material-icon-panorama_wide_angle:before{content:"\eadd"}.tm-material-icon-photo_album:before{content:"\eade"}.tm-material-icon-picture_as_pdf:before{content:"\eadf"}.tm-material-icon-portrait:before{content:"\eae0"}.tm-material-icon-remove_red_eye:before{content:"\eae1"}.tm-material-icon-rotate_90_degrees_ccw:before{content:"\eae2"}.tm-material-icon-rotate_left:before{content:"\eae3"}.tm-material-icon-rotate_right:before{content:"\eae4"}.tm-material-icon-slideshow:before{content:"\eae5"}.tm-material-icon-straighten:before{content:"\eae6"}.tm-material-icon-style:before{content:"\eae7"}.tm-material-icon-switch_camera:before{content:"\eae8"}.tm-material-icon-switch_video:before{content:"\eae9"}.tm-material-icon-texture:before{content:"\eaea"}.tm-material-icon-timelapse:before{content:"\eaeb"}.tm-material-icon-timer_10:before{content:"\eaec"}.tm-material-icon-timer_3:before{content:"\eaed"}.tm-material-icon-timer:before{content:"\eaee"}.tm-material-icon-timer_off:before{content:"\eaef"}.tm-material-icon-tonality:before{content:"\eaf0"}.tm-material-icon-transform:before{content:"\eaf1"}.tm-material-icon-tune:before{content:"\eaf2"}.tm-material-icon-view_comfortable:before{content:"\eaf3"}.tm-material-icon-view_compact:before{content:"\eaf4"}.tm-material-icon-wb_auto:before{content:"\eaf5"}.tm-material-icon-wb_cloudy:before{content:"\eaf6"}.tm-material-icon-wb_incandescent:before{content:"\eaf7"}.tm-material-icon-wb_sunny:before{content:"\eaf8"}.tm-material-icon-collections_bookmark:before{content:"\eaf9"}.tm-material-icon-photo_size_select_actual:before{content:"\eafa"}.tm-material-icon-photo_size_select_large:before{content:"\eafb"}.tm-material-icon-photo_size_select_small:before{content:"\eafc"}.tm-material-icon-vignette:before{content:"\eafd"}.tm-material-icon-wb_iridescent:before{content:"\eafe"}.tm-material-icon-crop_rotate:before{content:"\eaff"}.tm-material-icon-linked_camera:before{content:"\eb00"}.tm-material-icon-add_a_photo:before{content:"\eb01"}.tm-material-icon-movie_filter:before{content:"\eb02"}.tm-material-icon-photo_filter:before{content:"\eb03"}.tm-material-icon-burst_mode:before{content:"\eb04"}.tm-material-icon-shutter_speed:before{content:"\eb05"}.tm-material-icon-add_photo_alternate:before{content:"\eb06"}.tm-material-icon-image_search:before{content:"\eb07"}.tm-material-icon-music_off:before{content:"\eb08"}.tm-material-icon-beenhere:before{content:"\eb09"}.tm-material-icon-directions:before{content:"\eb0a"}.tm-material-icon-directions_bike:before{content:"\eb0b"}.tm-material-icon-directions_bus:before{content:"\eb0c"}.tm-material-icon-directions_car:before{content:"\eb0d"}.tm-material-icon-directions_ferry:before{content:"\eb0e"}.tm-material-icon-directions_subway:before{content:"\eb0f"}.tm-material-icon-directions_railway:before{content:"\eb10"}.tm-material-icon-directions_walk:before{content:"\eb11"}.tm-material-icon-hotel:before{content:"\eb12"}.tm-material-icon-layers:before{content:"\eb13"}.tm-material-icon-layers_clear:before{content:"\eb14"}.tm-material-icon-local_atm:before{content:"\eb15"}.tm-material-icon-local_attraction:before{content:"\eb16"}.tm-material-icon-local_bar:before{content:"\eb17"}.tm-material-icon-local_cafe:before{content:"\eb18"}.tm-material-icon-local_car_wash:before{content:"\eb19"}.tm-material-icon-local_convenience_store:before{content:"\eb1a"}.tm-material-icon-local_drink:before{content:"\eb1b"}.tm-material-icon-local_florist:before{content:"\eb1c"}.tm-material-icon-local_gas_station:before{content:"\eb1d"}.tm-material-icon-local_grocery_store:before{content:"\eb1e"}.tm-material-icon-local_hospital:before{content:"\eb1f"}.tm-material-icon-local_laundry_service:before{content:"\eb20"}.tm-material-icon-local_library:before{content:"\eb21"}.tm-material-icon-local_mall:before{content:"\eb22"}.tm-material-icon-local_movies:before{content:"\eb23"}.tm-material-icon-local_offer:before{content:"\eb24"}.tm-material-icon-local_parking:before{content:"\eb25"}.tm-material-icon-local_pharmacy:before{content:"\eb26"}.tm-material-icon-local_pizza:before{content:"\eb27"}.tm-material-icon-local_print_shop:before{content:"\eb28"}.tm-material-icon-local_restaurant:before{content:"\eb29"}.tm-material-icon-local_shipping:before{content:"\eb2a"}.tm-material-icon-local_taxi:before{content:"\eb2b"}.tm-material-icon-location_history:before{content:"\eb2c"}.tm-material-icon-map:before{content:"\eb2d"}.tm-material-icon-navigation:before{content:"\eb2e"}.tm-material-icon-pin_drop:before{content:"\eb2f"}.tm-material-icon-rate_review:before{content:"\eb30"}.tm-material-icon-satellite:before{content:"\eb31"}.tm-material-icon-store_mall_directory:before{content:"\eb32"}.tm-material-icon-traffic:before{content:"\eb33"}.tm-material-icon-directions_run:before{content:"\eb34"}.tm-material-icon-add_location:before{content:"\eb35"}.tm-material-icon-edit_location:before{content:"\eb36"}.tm-material-icon-near_me:before{content:"\eb37"}.tm-material-icon-person_pin_circle:before{content:"\eb38"}.tm-material-icon-zoom_out_map:before{content:"\eb39"}.tm-material-icon-restaurant:before{content:"\eb3a"}.tm-material-icon-ev_station:before{content:"\eb3b"}.tm-material-icon-streetview:before{content:"\eb3c"}.tm-material-icon-subway:before{content:"\eb3d"}.tm-material-icon-train:before{content:"\eb3e"}.tm-material-icon-tram:before{content:"\eb3f"}.tm-material-icon-transfer_within_a_station:before{content:"\eb40"}.tm-material-icon-atm:before{content:"\eb41"}.tm-material-icon-category:before{content:"\eb42"}.tm-material-icon-not_listed_location:before{content:"\eb43"}.tm-material-icon-departure_board:before{content:"\eb44"}.tm-material-icon-360:before{content:"\eb45"}.tm-material-icon-edit_attributes:before{content:"\eb46"}.tm-material-icon-transit_enterexit:before{content:"\eb47"}.tm-material-icon-fastfood:before{content:"\eb48"}.tm-material-icon-trip_origin:before{content:"\eb49"}.tm-material-icon-compass_calibration:before{content:"\eb4a"}.tm-material-icon-money:before{content:"\eb4b"}.tm-material-icon-apps:before{content:"\eb4c"}.tm-material-icon-arrow_back:before{content:"\eb4d"}.tm-material-icon-arrow_drop_down:before{content:"\eb4e"}.tm-material-icon-arrow_drop_down_circle:before{content:"\eb4f"}.tm-material-icon-arrow_drop_up:before{content:"\eb50"}.tm-material-icon-arrow_forward:before{content:"\eb51"}.tm-material-icon-cancel:before{content:"\eb52"}.tm-material-icon-check:before{content:"\eb53"}.tm-material-icon-expand_less:before{content:"\eb54"}.tm-material-icon-expand_more:before{content:"\eb55"}.tm-material-icon-fullscreen:before{content:"\eb56"}.tm-material-icon-fullscreen_exit:before{content:"\eb57"}.tm-material-icon-menu:before{content:"\eb58"}.tm-material-icon-keyboard_control:before{content:"\eb59"}.tm-material-icon-more_vert:before{content:"\eb5a"}.tm-material-icon-refresh:before{content:"\eb5b"}.tm-material-icon-unfold_less:before{content:"\eb5c"}.tm-material-icon-unfold_more:before{content:"\eb5d"}.tm-material-icon-arrow_upward:before{content:"\eb5e"}.tm-material-icon-subdirectory_arrow_left:before{content:"\eb5f"}.tm-material-icon-subdirectory_arrow_right:before{content:"\eb60"}.tm-material-icon-arrow_downward:before{content:"\eb61"}.tm-material-icon-first_page:before{content:"\eb62"}.tm-material-icon-last_page:before{content:"\eb63"}.tm-material-icon-arrow_left:before{content:"\eb64"}.tm-material-icon-arrow_right:before{content:"\eb65"}.tm-material-icon-arrow_back_ios:before{content:"\eb66"}.tm-material-icon-arrow_forward_ios:before{content:"\eb67"}.tm-material-icon-adb:before{content:"\eb68"}.tm-material-icon-disc_full:before{content:"\eb69"}.tm-material-icon-do_not_disturb_alt:before{content:"\eb6a"}.tm-material-icon-drive_eta:before{content:"\eb6b"}.tm-material-icon-event_available:before{content:"\eb6c"}.tm-material-icon-event_busy:before{content:"\eb6d"}.tm-material-icon-event_note:before{content:"\eb6e"}.tm-material-icon-folder_special:before{content:"\eb6f"}.tm-material-icon-mms:before{content:"\eb70"}.tm-material-icon-more:before{content:"\eb71"}.tm-material-icon-network_locked:before{content:"\eb72"}.tm-material-icon-phone_bluetooth_speaker:before{content:"\eb73"}.tm-material-icon-phone_forwarded:before{content:"\eb74"}.tm-material-icon-phone_in_talk:before{content:"\eb75"}.tm-material-icon-phone_locked:before{content:"\eb76"}.tm-material-icon-phone_missed:before{content:"\eb77"}.tm-material-icon-phone_paused:before{content:"\eb78"}.tm-material-icon-sim_card_alert:before{content:"\eb79"}.tm-material-icon-sms_failed:before{content:"\eb7a"}.tm-material-icon-sync_disabled:before{content:"\eb7b"}.tm-material-icon-sync_problem:before{content:"\eb7c"}.tm-material-icon-system_update:before{content:"\eb7d"}.tm-material-icon-tap_and_play:before{content:"\eb7e"}.tm-material-icon-vibration:before{content:"\eb7f"}.tm-material-icon-voice_chat:before{content:"\eb80"}.tm-material-icon-vpn_lock:before{content:"\eb81"}.tm-material-icon-airline_seat_flat:before{content:"\eb82"}.tm-material-icon-airline_seat_flat_angled:before{content:"\eb83"}.tm-material-icon-airline_seat_individual_suite:before{content:"\eb84"}.tm-material-icon-airline_seat_legroom_extra:before{content:"\eb85"}.tm-material-icon-airline_seat_legroom_normal:before{content:"\eb86"}.tm-material-icon-airline_seat_legroom_reduced:before{content:"\eb87"}.tm-material-icon-airline_seat_recline_extra:before{content:"\eb88"}.tm-material-icon-airline_seat_recline_normal:before{content:"\eb89"}.tm-material-icon-confirmation_number:before{content:"\eb8a"}.tm-material-icon-live_tv:before{content:"\eb8b"}.tm-material-icon-ondemand_video:before{content:"\eb8c"}.tm-material-icon-personal_video:before{content:"\eb8d"}.tm-material-icon-power:before{content:"\eb8e"}.tm-material-icon-wc:before{content:"\eb8f"}.tm-material-icon-wifi:before{content:"\eb90"}.tm-material-icon-enhanced_encryption:before{content:"\eb91"}.tm-material-icon-network_check:before{content:"\eb92"}.tm-material-icon-no_encryption:before{content:"\eb93"}.tm-material-icon-rv_hookup:before{content:"\eb94"}.tm-material-icon-do_not_disturb_off:before{content:"\eb95"}.tm-material-icon-priority_high:before{content:"\eb96"}.tm-material-icon-power_off:before{content:"\eb97"}.tm-material-icon-tv_off:before{content:"\eb98"}.tm-material-icon-wifi_off:before{content:"\eb99"}.tm-material-icon-phone_callback:before{content:"\eb9a"}.tm-material-icon-pie_chart:before{content:"\eb9b"}.tm-material-icon-pie_chart_outlined:before{content:"\eb9c"}.tm-material-icon-bubble_chart:before{content:"\eb9d"}.tm-material-icon-multiline_chart:before{content:"\eb9e"}.tm-material-icon-show_chart:before{content:"\eb9f"}.tm-material-icon-cake:before{content:"\eba0"}.tm-material-icon-group:before{content:"\eba1"}.tm-material-icon-group_add:before{content:"\eba2"}.tm-material-icon-location_city:before{content:"\eba3"}.tm-material-icon-mood_bad:before{content:"\eba4"}.tm-material-icon-notifications:before{content:"\eba5"}.tm-material-icon-notifications_none:before{content:"\eba6"}.tm-material-icon-notifications_off:before{content:"\eba7"}.tm-material-icon-notifications_active:before{content:"\eba8"}.tm-material-icon-notifications_paused:before{content:"\eba9"}.tm-material-icon-pages:before{content:"\ebaa"}.tm-material-icon-party_mode:before{content:"\ebab"}.tm-material-icon-people_outline:before{content:"\ebac"}.tm-material-icon-person:before{content:"\ebad"}.tm-material-icon-person_add:before{content:"\ebae"}.tm-material-icon-person_outline:before{content:"\ebaf"}.tm-material-icon-plus_one:before{content:"\ebb0"}.tm-material-icon-public:before{content:"\ebb1"}.tm-material-icon-school:before{content:"\ebb2"}.tm-material-icon-share:before{content:"\ebb3"}.tm-material-icon-whatshot:before{content:"\ebb4"}.tm-material-icon-sentiment_dissatisfied:before{content:"\ebb5"}.tm-material-icon-sentiment_neutral:before{content:"\ebb6"}.tm-material-icon-sentiment_satisfied:before{content:"\ebb7"}.tm-material-icon-sentiment_very_dissatisfied:before{content:"\ebb8"}.tm-material-icon-sentiment_very_satisfied:before{content:"\ebb9"}.tm-material-icon-thumb_down_alt:before{content:"\ebba"}.tm-material-icon-thumb_up_alt:before{content:"\ebbb"}.tm-material-icon-check_box:before{content:"\ebbc"}.tm-material-icon-check_box_outline_blank:before{content:"\ebbd"}.tm-material-icon-radio_button_checked:before{content:"\ebbe"}.tm-material-icon-star:before{content:"\ebbf"}.tm-material-icon-star_half:before{content:"\ebc0"}.tm-material-icon-star_outline:before{content:"\ebc1"}.tm-material-icon-3d_rotation:before{content:"\ebc2"}.tm-material-icon-accessibility:before{content:"\ebc3"}.tm-material-icon-account_balance:before{content:"\ebc4"}.tm-material-icon-account_balance_wallet:before{content:"\ebc5"}.tm-material-icon-account_box:before{content:"\ebc6"}.tm-material-icon-account_circle:before{content:"\ebc7"}.tm-material-icon-add_shopping_cart:before{content:"\ebc8"}.tm-material-icon-alarm_off:before{content:"\ebc9"}.tm-material-icon-alarm_on:before{content:"\ebca"}.tm-material-icon-android:before{content:"\ebcb"}.tm-material-icon-announcement:before{content:"\ebcc"}.tm-material-icon-aspect_ratio:before{content:"\ebcd"}.tm-material-icon-assignment:before{content:"\ebce"}.tm-material-icon-assignment_ind:before{content:"\ebcf"}.tm-material-icon-assignment_late:before{content:"\ebd0"}.tm-material-icon-assignment_return:before{content:"\ebd1"}.tm-material-icon-assignment_returned:before{content:"\ebd2"}.tm-material-icon-assignment_turned_in:before{content:"\ebd3"}.tm-material-icon-autorenew:before{content:"\ebd4"}.tm-material-icon-book:before{content:"\ebd5"}.tm-material-icon-bookmark:before{content:"\ebd6"}.tm-material-icon-bookmark_outline:before{content:"\ebd7"}.tm-material-icon-bug_report:before{content:"\ebd8"}.tm-material-icon-build:before{content:"\ebd9"}.tm-material-icon-cached:before{content:"\ebda"}.tm-material-icon-change_history:before{content:"\ebdb"}.tm-material-icon-check_circle:before{content:"\ebdc"}.tm-material-icon-chrome_reader_mode:before{content:"\ebdd"}.tm-material-icon-code:before{content:"\ebde"}.tm-material-icon-credit_card:before{content:"\ebdf"}.tm-material-icon-dashboard:before{content:"\ebe0"}.tm-material-icon-delete:before{content:"\ebe1"}.tm-material-icon-description:before{content:"\ebe2"}.tm-material-icon-dns:before{content:"\ebe3"}.tm-material-icon-done:before{content:"\ebe4"}.tm-material-icon-done_all:before{content:"\ebe5"}.tm-material-icon-exit_to_app:before{content:"\ebe6"}.tm-material-icon-explore:before{content:"\ebe7"}.tm-material-icon-extension:before{content:"\ebe8"}.tm-material-icon-face:before{content:"\ebe9"}.tm-material-icon-favorite:before{content:"\ebea"}.tm-material-icon-favorite_outline:before{content:"\ebeb"}.tm-material-icon-find_in_page:before{content:"\ebec"}.tm-material-icon-find_replace:before{content:"\ebed"}.tm-material-icon-flip_to_back:before{content:"\ebee"}.tm-material-icon-flip_to_front:before{content:"\ebef"}.tm-material-icon-group_work:before{content:"\ebf0"}.tm-material-icon-help:before{content:"\ebf1"}.tm-material-icon-highlight_remove:before{content:"\ebf2"}.tm-material-icon-history:before{content:"\ebf3"}.tm-material-icon-home:before{content:"\ebf4"}.tm-material-icon-hourglass_empty:before{content:"\ebf5"}.tm-material-icon-hourglass_full:before{content:"\ebf6"}.tm-material-icon-https:before{content:"\ebf7"}.tm-material-icon-info:before{content:"\ebf8"}.tm-material-icon-info_outline:before{content:"\ebf9"}.tm-material-icon-input:before{content:"\ebfa"}.tm-material-icon-invert_colors_on:before{content:"\ebfb"}.tm-material-icon-label:before{content:"\ebfc"}.tm-material-icon-label_outline:before{content:"\ebfd"}.tm-material-icon-language:before{content:"\ebfe"}.tm-material-icon-launch:before{content:"\ebff"}.tm-material-icon-list:before{content:"\ec00"}.tm-material-icon-lock_open:before{content:"\ec01"}.tm-material-icon-lock_outline:before{content:"\ec02"}.tm-material-icon-loyalty:before{content:"\ec03"}.tm-material-icon-markunread_mailbox:before{content:"\ec04"}.tm-material-icon-note_add:before{content:"\ec05"}.tm-material-icon-open_in_browser:before{content:"\ec06"}.tm-material-icon-open_with:before{content:"\ec07"}.tm-material-icon-pageview:before{content:"\ec08"}.tm-material-icon-perm_camera_mic:before{content:"\ec09"}.tm-material-icon-perm_contact_calendar:before{content:"\ec0a"}.tm-material-icon-perm_data_setting:before{content:"\ec0b"}.tm-material-icon-perm_device_information:before{content:"\ec0c"}.tm-material-icon-perm_media:before{content:"\ec0d"}.tm-material-icon-perm_phone_msg:before{content:"\ec0e"}.tm-material-icon-perm_scan_wifi:before{content:"\ec0f"}.tm-material-icon-picture_in_picture:before{content:"\ec10"}.tm-material-icon-polymer:before{content:"\ec11"}.tm-material-icon-power_settings_new:before{content:"\ec12"}.tm-material-icon-receipt:before{content:"\ec13"}.tm-material-icon-redeem:before{content:"\ec14"}.tm-material-icon-search:before{content:"\ec15"}.tm-material-icon-settings:before{content:"\ec16"}.tm-material-icon-settings_applications:before{content:"\ec17"}.tm-material-icon-settings_backup_restore:before{content:"\ec18"}.tm-material-icon-settings_bluetooth:before{content:"\ec19"}.tm-material-icon-settings_cell:before{content:"\ec1a"}.tm-material-icon-settings_brightness:before{content:"\ec1b"}.tm-material-icon-settings_ethernet:before{content:"\ec1c"}.tm-material-icon-settings_input_antenna:before{content:"\ec1d"}.tm-material-icon-settings_input_component:before{content:"\ec1e"}.tm-material-icon-settings_input_hdmi:before{content:"\ec1f"}.tm-material-icon-settings_input_svideo:before{content:"\ec20"}.tm-material-icon-settings_overscan:before{content:"\ec21"}.tm-material-icon-settings_phone:before{content:"\ec22"}.tm-material-icon-settings_power:before{content:"\ec23"}.tm-material-icon-settings_remote:before{content:"\ec24"}.tm-material-icon-settings_voice:before{content:"\ec25"}.tm-material-icon-shop:before{content:"\ec26"}.tm-material-icon-shop_two:before{content:"\ec27"}.tm-material-icon-shopping_basket:before{content:"\ec28"}.tm-material-icon-speaker_notes:before{content:"\ec29"}.tm-material-icon-spellcheck:before{content:"\ec2a"}.tm-material-icon-stars:before{content:"\ec2b"}.tm-material-icon-subject:before{content:"\ec2c"}.tm-material-icon-supervisor_account:before{content:"\ec2d"}.tm-material-icon-swap_horiz:before{content:"\ec2e"}.tm-material-icon-swap_vert:before{content:"\ec2f"}.tm-material-icon-swap_vertical_circle:before{content:"\ec30"}.tm-material-icon-system_update_alt:before{content:"\ec31"}.tm-material-icon-tab:before{content:"\ec32"}.tm-material-icon-tab_unselected:before{content:"\ec33"}.tm-material-icon-thumb_down:before{content:"\ec34"}.tm-material-icon-thumb_up:before{content:"\ec35"}.tm-material-icon-thumbs_up_down:before{content:"\ec36"}.tm-material-icon-toc:before{content:"\ec37"}.tm-material-icon-today:before{content:"\ec38"}.tm-material-icon-toll:before{content:"\ec39"}.tm-material-icon-track_changes:before{content:"\ec3a"}.tm-material-icon-translate:before{content:"\ec3b"}.tm-material-icon-trending_down:before{content:"\ec3c"}.tm-material-icon-trending_neutral:before{content:"\ec3d"}.tm-material-icon-trending_up:before{content:"\ec3e"}.tm-material-icon-verified_user:before{content:"\ec3f"}.tm-material-icon-view_agenda:before{content:"\ec40"}.tm-material-icon-view_array:before{content:"\ec41"}.tm-material-icon-view_carousel:before{content:"\ec42"}.tm-material-icon-view_column:before{content:"\ec43"}.tm-material-icon-view_day:before{content:"\ec44"}.tm-material-icon-view_headline:before{content:"\ec45"}.tm-material-icon-view_list:before{content:"\ec46"}.tm-material-icon-view_module:before{content:"\ec47"}.tm-material-icon-view_quilt:before{content:"\ec48"}.tm-material-icon-view_stream:before{content:"\ec49"}.tm-material-icon-view_week:before{content:"\ec4a"}.tm-material-icon-visibility_off:before{content:"\ec4b"}.tm-material-icon-card_membership:before{content:"\ec4c"}.tm-material-icon-card_travel:before{content:"\ec4d"}.tm-material-icon-work:before{content:"\ec4e"}.tm-material-icon-youtube_searched_for:before{content:"\ec4f"}.tm-material-icon-eject:before{content:"\ec50"}.tm-material-icon-camera_enhance:before{content:"\ec51"}.tm-material-icon-help_outline:before{content:"\ec52"}.tm-material-icon-reorder:before{content:"\ec53"}.tm-material-icon-zoom_in:before{content:"\ec54"}.tm-material-icon-zoom_out:before{content:"\ec55"}.tm-material-icon-http:before{content:"\ec56"}.tm-material-icon-event_seat:before{content:"\ec57"}.tm-material-icon-flight_land:before{content:"\ec58"}.tm-material-icon-flight_takeoff:before{content:"\ec59"}.tm-material-icon-play_for_work:before{content:"\ec5a"}.tm-material-icon-gif:before{content:"\ec5b"}.tm-material-icon-indeterminate_check_box:before{content:"\ec5c"}.tm-material-icon-offline_pin:before{content:"\ec5d"}.tm-material-icon-all_out:before{content:"\ec5e"}.tm-material-icon-copyright:before{content:"\ec5f"}.tm-material-icon-fingerprint:before{content:"\ec60"}.tm-material-icon-gavel:before{content:"\ec61"}.tm-material-icon-lightbulb_outline:before{content:"\ec62"}.tm-material-icon-picture_in_picture_alt:before{content:"\ec63"}.tm-material-icon-important_devices:before{content:"\ec64"}.tm-material-icon-touch_app:before{content:"\ec65"}.tm-material-icon-accessible:before{content:"\ec66"}.tm-material-icon-compare_arrows:before{content:"\ec67"}.tm-material-icon-date_range:before{content:"\ec68"}.tm-material-icon-donut_large:before{content:"\ec69"}.tm-material-icon-donut_small:before{content:"\ec6a"}.tm-material-icon-line_style:before{content:"\ec6b"}.tm-material-icon-line_weight:before{content:"\ec6c"}.tm-material-icon-motorcycle:before{content:"\ec6d"}.tm-material-icon-opacity:before{content:"\ec6e"}.tm-material-icon-pets:before{content:"\ec6f"}.tm-material-icon-pregnant_woman:before{content:"\ec70"}.tm-material-icon-record_voice_over:before{content:"\ec71"}.tm-material-icon-rounded_corner:before{content:"\ec72"}.tm-material-icon-rowing:before{content:"\ec73"}.tm-material-icon-timeline:before{content:"\ec74"}.tm-material-icon-update:before{content:"\ec75"}.tm-material-icon-watch_later:before{content:"\ec76"}.tm-material-icon-pan_tool:before{content:"\ec77"}.tm-material-icon-euro_symbol:before{content:"\ec78"}.tm-material-icon-g_translate:before{content:"\ec79"}.tm-material-icon-remove_shopping_cart:before{content:"\ec7a"}.tm-material-icon-restore_page:before{content:"\ec7b"}.tm-material-icon-speaker_notes_off:before{content:"\ec7c"}.tm-material-icon-delete_forever:before{content:"\ec7d"}.tm-material-icon-accessibility_new:before{content:"\ec7e"}.tm-material-icon-check_circle_outline:before{content:"\ec7f"}.tm-material-icon-delete_outline:before{content:"\ec80"}.tm-material-icon-done_outline:before{content:"\ec81"}.tm-material-icon-maximize:before{content:"\ec82"}.tm-material-icon-minimize:before{content:"\ec83"}.tm-material-icon-offline_bolt:before{content:"\ec84"}.tm-material-icon-swap_horizontal_circle:before{content:"\ec85"}.tm-material-icon-accessible_forward:before{content:"\ec86"}.tm-material-icon-calendar_today:before{content:"\ec87"}.tm-material-icon-calendar_view_day:before{content:"\ec88"}.tm-material-icon-label_important:before{content:"\ec89"}.tm-material-icon-restore_from_trash:before{content:"\ec8a"}.tm-material-icon-supervised_user_circle:before{content:"\ec8b"}.tm-material-icon-text_rotate_up:before{content:"\ec8c"}.tm-material-icon-text_rotate_vertical:before{content:"\ec8d"}.tm-material-icon-text_rotation_angledown:before{content:"\ec8e"}.tm-material-icon-text_rotation_angleup:before{content:"\ec8f"}.tm-material-icon-text_rotation_down:before{content:"\ec90"}.tm-material-icon-text_rotation_none:before{content:"\ec91"}.tm-material-icon-commute:before{content:"\ec92"}.tm-material-icon-arrow_right_alt:before{content:"\ec93"}.tm-material-icon-work_off:before{content:"\ec94"}.tm-material-icon-work_outline:before{content:"\ec95"}.tm-material-icon-drag_indicator:before{content:"\ec96"}.tm-material-icon-horizontal_split:before{content:"\ec97"}.tm-material-icon-label_important_outline:before{content:"\ec98"}.tm-material-icon-vertical_split:before{content:"\ec99"}.tm-material-icon-voice_over_off:before{content:"\ec9a"}.tm-material-icon-segment:before{content:"\ec9b"}.tm-material-icon-contact_support:before{content:"\ec9c"}.tm-material-icon-compress:before{content:"\ec9d"}.tm-material-icon-filter_list_alt:before{content:"\ec9e"}.tm-material-icon-expand:before{content:"\ec9f"}.tm-material-icon-edit_off:before{content:"\eca0"}.tm-material-icon-10k:before{content:"\eca1"}.tm-material-icon-10mp:before{content:"\eca2"}.tm-material-icon-11mp:before{content:"\eca3"}.tm-material-icon-12mp:before{content:"\eca4"}.tm-material-icon-13mp:before{content:"\eca5"}.tm-material-icon-14mp:before{content:"\eca6"}.tm-material-icon-15mp:before{content:"\eca7"}.tm-material-icon-16mp:before{content:"\eca8"}.tm-material-icon-17mp:before{content:"\eca9"}.tm-material-icon-18mp:before{content:"\ecaa"}.tm-material-icon-19mp:before{content:"\ecab"}.tm-material-icon-1k:before{content:"\ecac"}.tm-material-icon-1k_plus:before{content:"\ecad"}.tm-material-icon-20mp:before{content:"\ecae"}.tm-material-icon-21mp:before{content:"\ecaf"}.tm-material-icon-22mp:before{content:"\ecb0"}.tm-material-icon-23mp:before{content:"\ecb1"}.tm-material-icon-24mp:before{content:"\ecb2"}.tm-material-icon-2k:before{content:"\ecb3"}.tm-material-icon-2k_plus:before{content:"\ecb4"}.tm-material-icon-2mp:before{content:"\ecb5"}.tm-material-icon-3k:before{content:"\ecb6"}.tm-material-icon-3k_plus:before{content:"\ecb7"}.tm-material-icon-3mp:before{content:"\ecb8"}.tm-material-icon-4k_plus:before{content:"\ecb9"}.tm-material-icon-4mp:before{content:"\ecba"}.tm-material-icon-5k:before{content:"\ecbb"}.tm-material-icon-5k_plus:before{content:"\ecbc"}.tm-material-icon-5mp:before{content:"\ecbd"}.tm-material-icon-6k:before{content:"\ecbe"}.tm-material-icon-6k_plus:before{content:"\ecbf"}.tm-material-icon-6mp:before{content:"\ecc0"}.tm-material-icon-7k:before{content:"\ecc1"}.tm-material-icon-7k_plus:before{content:"\ecc2"}.tm-material-icon-7mp:before{content:"\ecc3"}.tm-material-icon-8k:before{content:"\ecc4"}.tm-material-icon-8k_plus:before{content:"\ecc5"}.tm-material-icon-8mp:before{content:"\ecc6"}.tm-material-icon-9k:before{content:"\ecc7"}.tm-material-icon-9k_plus:before{content:"\ecc8"}.tm-material-icon-9mp:before{content:"\ecc9"}.tm-material-icon-account_tree:before{content:"\ecca"}.tm-material-icon-add_chart:before{content:"\eccb"}.tm-material-icon-add_ic_call:before{content:"\eccc"}.tm-material-icon-add_moderator:before{content:"\eccd"}.tm-material-icon-all_inbox:before{content:"\ecce"}.tm-material-icon-approval:before{content:"\eccf"}.tm-material-icon-assistant_direction:before{content:"\ecd0"}.tm-material-icon-assistant_navigation:before{content:"\ecd1"}.tm-material-icon-bookmarks:before{content:"\ecd2"}.tm-material-icon-bus_alert:before{content:"\ecd3"}.tm-material-icon-cases:before{content:"\ecd4"}.tm-material-icon-circle_notifications:before{content:"\ecd5"}.tm-material-icon-closed_caption_off:before{content:"\ecd6"}.tm-material-icon-connected_tv:before{content:"\ecd7"}.tm-material-icon-dangerous:before{content:"\ecd8"}.tm-material-icon-dashboard_customize:before{content:"\ecd9"}.tm-material-icon-desktop_access_disabled:before{content:"\ecda"}.tm-material-icon-drive_file_move_outline:before{content:"\ecdb"}.tm-material-icon-drive_file_rename_outline:before{content:"\ecdc"}.tm-material-icon-drive_folder_upload:before{content:"\ecdd"}.tm-material-icon-duo:before{content:"\ecde"}.tm-material-icon-explore_off:before{content:"\ecdf"}.tm-material-icon-file_download_done:before{content:"\ece0"}.tm-material-icon-rtt:before{content:"\ece1"}.tm-material-icon-grid_view:before{content:"\ece2"}.tm-material-icon-hail:before{content:"\ece3"}.tm-material-icon-home_filled:before{content:"\ece4"}.tm-material-icon-imagesearch_roller:before{content:"\ece5"}.tm-material-icon-label_off:before{content:"\ece6"}.tm-material-icon-library_add_check:before{content:"\ece7"}.tm-material-icon-logout:before{content:"\ece8"}.tm-material-icon-margin:before{content:"\ece9"}.tm-material-icon-mark_as_unread:before{content:"\ecea"}.tm-material-icon-menu_open:before{content:"\eceb"}.tm-material-icon-mp:before{content:"\ecec"}.tm-material-icon-offline_share:before{content:"\eced"}.tm-material-icon-padding:before{content:"\ecee"}.tm-material-icon-panorama_photosphere:before{content:"\ecef"}.tm-material-icon-panorama_photosphere_select:before{content:"\ecf0"}.tm-material-icon-person_add_disabled:before{content:"\ecf1"}.tm-material-icon-phone_disabled:before{content:"\ecf2"}.tm-material-icon-phone_enabled:before{content:"\ecf3"}.tm-material-icon-pivot_table_chart:before{content:"\ecf4"}.tm-material-icon-print_disabled:before{content:"\ecf5"}.tm-material-icon-railway_alert:before{content:"\ecf6"}.tm-material-icon-recommend:before{content:"\ecf7"}.tm-material-icon-remove_done:before{content:"\ecf8"}.tm-material-icon-remove_moderator:before{content:"\ecf9"}.tm-material-icon-repeat_on:before{content:"\ecfa"}.tm-material-icon-repeat_one_on:before{content:"\ecfb"}.tm-material-icon-replay_circle_filled:before{content:"\ecfc"}.tm-material-icon-reset_tv:before{content:"\ecfd"}.tm-material-icon-sd:before{content:"\ecfe"}.tm-material-icon-shield:before{content:"\ecff"}.tm-material-icon-shuffle_on:before{content:"\ed00"}.tm-material-icon-speed:before{content:"\ed01"}.tm-material-icon-stacked_bar_chart:before{content:"\ed02"}.tm-material-icon-stream:before{content:"\ed03"}.tm-material-icon-swipe:before{content:"\ed04"}.tm-material-icon-switch_account:before{content:"\ed05"}.tm-material-icon-tag:before{content:"\ed06"}.tm-material-icon-thumb_down_off_alt:before{content:"\ed07"}.tm-material-icon-thumb_up_off_alt:before{content:"\ed08"}.tm-material-icon-toggle_off:before{content:"\ed09"}.tm-material-icon-toggle_on:before{content:"\ed0a"}.tm-material-icon-two_wheeler:before{content:"\ed0b"}.tm-material-icon-upload_file:before{content:"\ed0c"}.tm-material-icon-view_in_ar:before{content:"\ed0d"}.tm-material-icon-waterfall_chart:before{content:"\ed0e"}.tm-material-icon-wb_shade:before{content:"\ed0f"}.tm-material-icon-wb_twighlight:before{content:"\ed10"}.tm-material-icon-home_work:before{content:"\ed11"}.tm-material-icon-schedule_send:before{content:"\ed12"}.tm-material-icon-bolt:before{content:"\ed13"}.tm-material-icon-send_and_archive:before{content:"\ed14"}.tm-material-icon-workspaces_filled:before{content:"\ed15"}.tm-material-icon-file_present:before{content:"\ed16"}.tm-material-icon-workspaces_outline:before{content:"\ed17"}.tm-material-icon-fit_screen:before{content:"\ed18"}.tm-material-icon-saved_search:before{content:"\ed19"}.tm-material-icon-storefront:before{content:"\ed1a"}.tm-material-icon-amp_stories:before{content:"\ed1b"}.tm-material-icon-dynamic_feed:before{content:"\ed1c"}.tm-material-icon-euro:before{content:"\ed1d"}.tm-material-icon-height:before{content:"\ed1e"}.tm-material-icon-policy:before{content:"\ed1f"}.tm-material-icon-sync_alt:before{content:"\ed20"}.tm-material-icon-menu_book:before{content:"\ed21"}.tm-material-icon-emoji_flags:before{content:"\ed22"}.tm-material-icon-emoji_food_beverage:before{content:"\ed23"}.tm-material-icon-emoji_nature:before{content:"\ed24"}.tm-material-icon-emoji_people:before{content:"\ed25"}.tm-material-icon-emoji_symbols:before{content:"\ed26"}.tm-material-icon-emoji_transportation:before{content:"\ed27"}.tm-material-icon-post_add:before{content:"\ed28"}.tm-material-icon-people_alt:before{content:"\ed29"}.tm-material-icon-emoji_emotions:before{content:"\ed2a"}.tm-material-icon-emoji_events:before{content:"\ed2b"}.tm-material-icon-emoji_objects:before{content:"\ed2c"}.tm-material-icon-sports_basketball:before{content:"\ed2d"}.tm-material-icon-sports_cricket:before{content:"\ed2e"}.tm-material-icon-sports_esports:before{content:"\ed2f"}.tm-material-icon-sports_football:before{content:"\ed30"}.tm-material-icon-sports_golf:before{content:"\ed31"}.tm-material-icon-sports_hockey:before{content:"\ed32"}.tm-material-icon-sports_mma:before{content:"\ed33"}.tm-material-icon-sports_motorsports:before{content:"\ed34"}.tm-material-icon-sports_rugby:before{content:"\ed35"}.tm-material-icon-sports_soccer:before{content:"\ed36"}.tm-material-icon-sports:before{content:"\ed37"}.tm-material-icon-sports_volleyball:before{content:"\ed38"}.tm-material-icon-sports_tennis:before{content:"\ed39"}.tm-material-icon-sports_handball:before{content:"\ed3a"}.tm-material-icon-sports_kabaddi:before{content:"\ed3b"}.tm-material-icon-eco:before{content:"\ed3c"}.tm-material-icon-museum:before{content:"\ed3d"}.tm-material-icon-flip_camera_android:before{content:"\ed3e"}.tm-material-icon-flip_camera_ios:before{content:"\ed3f"}.tm-material-icon-cancel_schedule_send:before{content:"\ed40"}.tm-material-icon-apartment:before{content:"\ed41"}.tm-material-icon-bathtub:before{content:"\ed42"}.tm-material-icon-deck:before{content:"\ed43"}.tm-material-icon-fireplace:before{content:"\ed44"}.tm-material-icon-house:before{content:"\ed45"}.tm-material-icon-king_bed:before{content:"\ed46"}.tm-material-icon-nights_stay:before{content:"\ed47"}.tm-material-icon-outdoor_grill:before{content:"\ed48"}.tm-material-icon-single_bed:before{content:"\ed49"}.tm-material-icon-square_foot:before{content:"\ed4a"}.tm-material-icon-double_arrow:before{content:"\ed4b"}.tm-material-icon-sports_baseball:before{content:"\ed4c"}.tm-material-icon-attractions:before{content:"\ed4d"}.tm-material-icon-bakery_dining:before{content:"\ed4e"}.tm-material-icon-breakfast_dining:before{content:"\ed4f"}.tm-material-icon-car_rental:before{content:"\ed50"}.tm-material-icon-car_repair:before{content:"\ed51"}.tm-material-icon-dinner_dining:before{content:"\ed52"}.tm-material-icon-dry_cleaning:before{content:"\ed53"}.tm-material-icon-hardware:before{content:"\ed54"}.tm-material-icon-liquor:before{content:"\ed55"}.tm-material-icon-lunch_dining:before{content:"\ed56"}.tm-material-icon-nightlife:before{content:"\ed57"}.tm-material-icon-park:before{content:"\ed58"}.tm-material-icon-ramen_dining:before{content:"\ed59"}.tm-material-icon-celebration:before{content:"\ed5a"}.tm-material-icon-theater_comedy:before{content:"\ed5b"}.tm-material-icon-badge:before{content:"\ed5c"}.tm-material-icon-festival:before{content:"\ed5d"}.tm-material-icon-icecream:before{content:"\ed5e"}.tm-material-icon-volunteer_activism:before{content:"\ed5f"}.tm-material-icon-contactless:before{content:"\ed60"}.tm-material-icon-delivery_dining:before{content:"\ed61"}.tm-material-icon-brunch_dining:before{content:"\ed62"}.tm-material-icon-takeout_dining:before{content:"\ed63"}.tm-material-icon-ac_unit:before{content:"\ed64"}.tm-material-icon-airport_shuttle:before{content:"\ed65"}.tm-material-icon-all_inclusive:before{content:"\ed66"}.tm-material-icon-beach_access:before{content:"\ed67"}.tm-material-icon-business_center:before{content:"\ed68"}.tm-material-icon-casino:before{content:"\ed69"}.tm-material-icon-child_care:before{content:"\ed6a"}.tm-material-icon-child_friendly:before{content:"\ed6b"}.tm-material-icon-fitness_center:before{content:"\ed6c"}.tm-material-icon-golf_course:before{content:"\ed6d"}.tm-material-icon-hot_tub:before{content:"\ed6e"}.tm-material-icon-kitchen:before{content:"\ed6f"}.tm-material-icon-pool:before{content:"\ed70"}.tm-material-icon-room_service:before{content:"\ed71"}.tm-material-icon-smoke_free:before{content:"\ed72"}.tm-material-icon-smoking_rooms:before{content:"\ed73"}.tm-material-icon-spa:before{content:"\ed74"}.tm-material-icon-no_meeting_room:before{content:"\ed75"}.tm-material-icon-meeting_room:before{content:"\ed76"}.tm-material-icon-goat:before{content:"\ed77"}@font-face{font-family:tm-material-icons;src:url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.eot);src:url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.eot#iefix) format('embedded-opentype'),url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.ttf) format('truetype'),url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.woff) format('woff'),url(//drohealth.com/wp-content/plugins/theme-masters-elementor/assets/icon-library/fonts/material-icons.svg) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" tm-material-icon-"],[class^=tm-material-icon-]{font-family:tm-material-icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tm-material-icon-error:before{content:"\e900"}.tm-material-icon-error_outline:before{content:"\e901"}.tm-material-icon-warning:before{content:"\e902"}.tm-material-icon-add_alert:before{content:"\e903"}.tm-material-icon-notification_important:before{content:"\e904"}.tm-material-icon-album:before{content:"\e905"}.tm-material-icon-av_timer:before{content:"\e906"}.tm-material-icon-closed_caption:before{content:"\e907"}.tm-material-icon-equalizer:before{content:"\e908"}.tm-material-icon-explicit:before{content:"\e909"}.tm-material-icon-fast_forward:before{content:"\e90a"}.tm-material-icon-fast_rewind:before{content:"\e90b"}.tm-material-icon-games:before{content:"\e90c"}.tm-material-icon-hearing:before{content:"\e90d"}.tm-material-icon-high_quality:before{content:"\e90e"}.tm-material-icon-loop:before{content:"\e90f"}.tm-material-icon-mic:before{content:"\e910"}.tm-material-icon-mic_none:before{content:"\e911"}.tm-material-icon-mic_off:before{content:"\e912"}.tm-material-icon-movie:before{content:"\e913"}.tm-material-icon-library_add:before{content:"\e914"}.tm-material-icon-library_books:before{content:"\e915"}.tm-material-icon-library_music:before{content:"\e916"}.tm-material-icon-new_releases:before{content:"\e917"}.tm-material-icon-not_interested:before{content:"\e918"}.tm-material-icon-pause:before{content:"\e919"}.tm-material-icon-pause_circle_filled:before{content:"\e91a"}.tm-material-icon-pause_circle_outline:before{content:"\e91b"}.tm-material-icon-play_arrow:before{content:"\e91c"}.tm-material-icon-play_circle_filled:before{content:"\e91d"}.tm-material-icon-play_circle_outline:before{content:"\e91e"}.tm-material-icon-playlist_add:before{content:"\e91f"}.tm-material-icon-queue_music:before{content:"\e920"}.tm-material-icon-radio:before{content:"\e921"}.tm-material-icon-recent_actors:before{content:"\e922"}.tm-material-icon-repeat:before{content:"\e923"}.tm-material-icon-repeat_one:before{content:"\e924"}.tm-material-icon-replay:before{content:"\e925"}.tm-material-icon-shuffle:before{content:"\e926"}.tm-material-icon-skip_next:before{content:"\e927"}.tm-material-icon-skip_previous:before{content:"\e928"}.tm-material-icon-snooze:before{content:"\e929"}.tm-material-icon-stop:before{content:"\e92a"}.tm-material-icon-subtitles:before{content:"\e92b"}.tm-material-icon-surround_sound:before{content:"\e92c"}.tm-material-icon-video_collection:before{content:"\e92d"}.tm-material-icon-videocam:before{content:"\e92e"}.tm-material-icon-videocam_off:before{content:"\e92f"}.tm-material-icon-volume_down:before{content:"\e930"}.tm-material-icon-volume_mute:before{content:"\e931"}.tm-material-icon-volume_off:before{content:"\e932"}.tm-material-icon-volume_up:before{content:"\e933"}.tm-material-icon-web:before{content:"\e934"}.tm-material-icon-hd:before{content:"\e935"}.tm-material-icon-sort_by_alpha:before{content:"\e936"}.tm-material-icon-airplay:before{content:"\e937"}.tm-material-icon-forward_10:before{content:"\e938"}.tm-material-icon-forward_30:before{content:"\e939"}.tm-material-icon-forward_5:before{content:"\e93a"}.tm-material-icon-replay_10:before{content:"\e93b"}.tm-material-icon-replay_30:before{content:"\e93c"}.tm-material-icon-replay_5:before{content:"\e93d"}.tm-material-icon-add_to_queue:before{content:"\e93e"}.tm-material-icon-fiber_dvr:before{content:"\e93f"}.tm-material-icon-fiber_new:before{content:"\e940"}.tm-material-icon-playlist_play:before{content:"\e941"}.tm-material-icon-art_track:before{content:"\e942"}.tm-material-icon-fiber_manual_record:before{content:"\e943"}.tm-material-icon-fiber_smart_record:before{content:"\e944"}.tm-material-icon-music_video:before{content:"\e945"}.tm-material-icon-subscriptions:before{content:"\e946"}.tm-material-icon-playlist_add_check:before{content:"\e947"}.tm-material-icon-queue_play_next:before{content:"\e948"}.tm-material-icon-remove_from_queue:before{content:"\e949"}.tm-material-icon-slow_motion_video:before{content:"\e94a"}.tm-material-icon-web_asset:before{content:"\e94b"}.tm-material-icon-fiber_pin:before{content:"\e94c"}.tm-material-icon-branding_watermark:before{content:"\e94d"}.tm-material-icon-call_to_action:before{content:"\e94e"}.tm-material-icon-featured_play_list:before{content:"\e94f"}.tm-material-icon-featured_video:before{content:"\e950"}.tm-material-icon-note:before{content:"\e951"}.tm-material-icon-video_call:before{content:"\e952"}.tm-material-icon-video_label:before{content:"\e953"}.tm-material-icon-4k:before{content:"\e954"}.tm-material-icon-missed_video_call:before{content:"\e955"}.tm-material-icon-control_camera:before{content:"\e956"}.tm-material-icon-business:before{content:"\e957"}.tm-material-icon-call:before{content:"\e958"}.tm-material-icon-call_end:before{content:"\e959"}.tm-material-icon-call_made:before{content:"\e95a"}.tm-material-icon-call_merge:before{content:"\e95b"}.tm-material-icon-call_missed:before{content:"\e95c"}.tm-material-icon-call_received:before{content:"\e95d"}.tm-material-icon-call_split:before{content:"\e95e"}.tm-material-icon-chat:before{content:"\e95f"}.tm-material-icon-clear_all:before{content:"\e960"}.tm-material-icon-comment:before{content:"\e961"}.tm-material-icon-contacts:before{content:"\e962"}.tm-material-icon-dialer_sip:before{content:"\e963"}.tm-material-icon-dialpad:before{content:"\e964"}.tm-material-icon-email:before{content:"\e965"}.tm-material-icon-forum:before{content:"\e966"}.tm-material-icon-import_export:before{content:"\e967"}.tm-material-icon-invert_colors_off:before{content:"\e968"}.tm-material-icon-live_help:before{content:"\e969"}.tm-material-icon-location_off:before{content:"\e96a"}.tm-material-icon-location_on:before{content:"\e96b"}.tm-material-icon-message:before{content:"\e96c"}.tm-material-icon-chat_bubble:before{content:"\e96d"}.tm-material-icon-chat_bubble_outline:before{content:"\e96e"}.tm-material-icon-no_sim:before{content:"\e96f"}.tm-material-icon-phone:before{content:"\e970"}.tm-material-icon-portable_wifi_off:before{content:"\e971"}.tm-material-icon-contact_phone:before{content:"\e972"}.tm-material-icon-contact_mail:before{content:"\e973"}.tm-material-icon-ring_volume:before{content:"\e974"}.tm-material-icon-speaker_phone:before{content:"\e975"}.tm-material-icon-stay_current_landscape:before{content:"\e976"}.tm-material-icon-stay_current_portrait:before{content:"\e977"}.tm-material-icon-swap_calls:before{content:"\e978"}.tm-material-icon-textsms:before{content:"\e979"}.tm-material-icon-voicemail:before{content:"\e97a"}.tm-material-icon-vpn_key:before{content:"\e97b"}.tm-material-icon-phonelink_erase:before{content:"\e97c"}.tm-material-icon-phonelink_lock:before{content:"\e97d"}.tm-material-icon-phonelink_ring:before{content:"\e97e"}.tm-material-icon-phonelink_setup:before{content:"\e97f"}.tm-material-icon-present_to_all:before{content:"\e980"}.tm-material-icon-import_contacts:before{content:"\e981"}.tm-material-icon-mail_outline:before{content:"\e982"}.tm-material-icon-screen_share:before{content:"\e983"}.tm-material-icon-stop_screen_share:before{content:"\e984"}.tm-material-icon-call_missed_outgoing:before{content:"\e985"}.tm-material-icon-rss_feed:before{content:"\e986"}.tm-material-icon-alternate_email:before{content:"\e987"}.tm-material-icon-mobile_screen_share:before{content:"\e988"}.tm-material-icon-add_call:before{content:"\e989"}.tm-material-icon-cancel_presentation:before{content:"\e98a"}.tm-material-icon-pause_presentation:before{content:"\e98b"}.tm-material-icon-unsubscribe:before{content:"\e98c"}.tm-material-icon-cell_wifi:before{content:"\e98d"}.tm-material-icon-sentiment_satisfied_alt:before{content:"\e98e"}.tm-material-icon-list_alt:before{content:"\e98f"}.tm-material-icon-domain_disabled:before{content:"\e990"}.tm-material-icon-lightbulb:before{content:"\e991"}.tm-material-icon-add:before{content:"\e992"}.tm-material-icon-add_box:before{content:"\e993"}.tm-material-icon-add_circle:before{content:"\e994"}.tm-material-icon-add_circle_outline:before{content:"\e995"}.tm-material-icon-archive:before{content:"\e996"}.tm-material-icon-backspace:before{content:"\e997"}.tm-material-icon-block:before{content:"\e998"}.tm-material-icon-clear:before{content:"\e999"}.tm-material-icon-content_copy:before{content:"\e99a"}.tm-material-icon-content_cut:before{content:"\e99b"}.tm-material-icon-content_paste:before{content:"\e99c"}.tm-material-icon-create:before{content:"\e99d"}.tm-material-icon-drafts:before{content:"\e99e"}.tm-material-icon-filter_list:before{content:"\e99f"}.tm-material-icon-flag:before{content:"\e9a0"}.tm-material-icon-forward:before{content:"\e9a1"}.tm-material-icon-gesture:before{content:"\e9a2"}.tm-material-icon-inbox:before{content:"\e9a3"}.tm-material-icon-link:before{content:"\e9a4"}.tm-material-icon-redo:before{content:"\e9a5"}.tm-material-icon-remove:before{content:"\e9a6"}.tm-material-icon-remove_circle:before{content:"\e9a7"}.tm-material-icon-remove_circle_outline:before{content:"\e9a8"}.tm-material-icon-reply:before{content:"\e9a9"}.tm-material-icon-reply_all:before{content:"\e9aa"}.tm-material-icon-report:before{content:"\e9ab"}.tm-material-icon-save:before{content:"\e9ac"}.tm-material-icon-select_all:before{content:"\e9ad"}.tm-material-icon-send:before{content:"\e9ae"}.tm-material-icon-sort:before{content:"\e9af"}.tm-material-icon-text_format:before{content:"\e9b0"}.tm-material-icon-undo:before{content:"\e9b1"}.tm-material-icon-font_download:before{content:"\e9b2"}.tm-material-icon-move_to_inbox:before{content:"\e9b3"}.tm-material-icon-unarchive:before{content:"\e9b4"}.tm-material-icon-next_week:before{content:"\e9b5"}.tm-material-icon-weekend:before{content:"\e9b6"}.tm-material-icon-delete_sweep:before{content:"\e9b7"}.tm-material-icon-low_priority:before{content:"\e9b8"}.tm-material-icon-outlined_flag:before{content:"\e9b9"}.tm-material-icon-link_off:before{content:"\e9ba"}.tm-material-icon-report_off:before{content:"\e9bb"}.tm-material-icon-save_alt:before{content:"\e9bc"}.tm-material-icon-ballot:before{content:"\e9bd"}.tm-material-icon-file_copy:before{content:"\e9be"}.tm-material-icon-how_to_reg:before{content:"\e9bf"}.tm-material-icon-how_to_vote:before{content:"\e9c0"}.tm-material-icon-waves:before{content:"\e9c1"}.tm-material-icon-where_to_vote:before{content:"\e9c2"}.tm-material-icon-add_link:before{content:"\e9c3"}.tm-material-icon-inventory:before{content:"\e9c4"}.tm-material-icon-access_alarm:before{content:"\e9c5"}.tm-material-icon-access_alarms:before{content:"\e9c6"}.tm-material-icon-access_time:before{content:"\e9c7"}.tm-material-icon-add_alarm:before{content:"\e9c8"}.tm-material-icon-airplanemode_inactive:before{content:"\e9c9"}.tm-material-icon-airplanemode_active:before{content:"\e9ca"}.tm-material-icon-battery_alert:before{content:"\e9cb"}.tm-material-icon-battery_charging_full:before{content:"\e9cc"}.tm-material-icon-battery_full:before{content:"\e9cd"}.tm-material-icon-battery_unknown:before{content:"\e9ce"}.tm-material-icon-bluetooth:before{content:"\e9cf"}.tm-material-icon-bluetooth_connected:before{content:"\e9d0"}.tm-material-icon-bluetooth_disabled:before{content:"\e9d1"}.tm-material-icon-bluetooth_searching:before{content:"\e9d2"}.tm-material-icon-brightness_auto:before{content:"\e9d3"}.tm-material-icon-brightness_high:before{content:"\e9d4"}.tm-material-icon-brightness_low:before{content:"\e9d5"}.tm-material-icon-brightness_medium:before{content:"\e9d6"}.tm-material-icon-data_usage:before{content:"\e9d7"}.tm-material-icon-developer_mode:before{content:"\e9d8"}.tm-material-icon-devices:before{content:"\e9d9"}.tm-material-icon-dvr:before{content:"\e9da"}.tm-material-icon-gps_fixed:before{content:"\e9db"}.tm-material-icon-gps_not_fixed:before{content:"\e9dc"}.tm-material-icon-gps_off:before{content:"\e9dd"}.tm-material-icon-graphic_eq:before{content:"\e9de"}.tm-material-icon-network_cell:before{content:"\e9df"}.tm-material-icon-network_wifi:before{content:"\e9e0"}.tm-material-icon-nfc:before{content:"\e9e1"}.tm-material-icon-now_wallpaper:before{content:"\e9e2"}.tm-material-icon-now_widgets:before{content:"\e9e3"}.tm-material-icon-screen_lock_landscape:before{content:"\e9e4"}.tm-material-icon-screen_lock_portrait:before{content:"\e9e5"}.tm-material-icon-screen_lock_rotation:before{content:"\e9e6"}.tm-material-icon-screen_rotation:before{content:"\e9e7"}.tm-material-icon-sd_storage:before{content:"\e9e8"}.tm-material-icon-settings_system_daydream:before{content:"\e9e9"}.tm-material-icon-signal_cellular_4_bar:before{content:"\e9ea"}.tm-material-icon-signal_cellular_connected_no_internet_4_bar:before{content:"\e9eb"}.tm-material-icon-signal_cellular_null:before{content:"\e9ec"}.tm-material-icon-signal_cellular_off:before{content:"\e9ed"}.tm-material-icon-signal_wifi_4_bar:before{content:"\e9ee"}.tm-material-icon-signal_wifi_4_bar_lock:before{content:"\e9ef"}.tm-material-icon-signal_wifi_off:before{content:"\e9f0"}.tm-material-icon-storage:before{content:"\e9f1"}.tm-material-icon-usb:before{content:"\e9f2"}.tm-material-icon-wifi_lock:before{content:"\e9f3"}.tm-material-icon-wifi_tethering:before{content:"\e9f4"}.tm-material-icon-add_to_home_screen:before{content:"\e9f5"}.tm-material-icon-device_thermostat:before{content:"\e9f6"}.tm-material-icon-mobile_friendly:before{content:"\e9f7"}.tm-material-icon-mobile_off:before{content:"\e9f8"}.tm-material-icon-signal_cellular_alt:before{content:"\e9f9"}.tm-material-icon-attach_file:before{content:"\e9fa"}.tm-material-icon-attach_money:before{content:"\e9fb"}.tm-material-icon-border_all:before{content:"\e9fc"}.tm-material-icon-border_bottom:before{content:"\e9fd"}.tm-material-icon-border_clear:before{content:"\e9fe"}.tm-material-icon-border_color:before{content:"\e9ff"}.tm-material-icon-border_horizontal:before{content:"\ea00"}.tm-material-icon-border_inner:before{content:"\ea01"}.tm-material-icon-border_left:before{content:"\ea02"}.tm-material-icon-border_outer:before{content:"\ea03"}.tm-material-icon-border_right:before{content:"\ea04"}.tm-material-icon-border_style:before{content:"\ea05"}.tm-material-icon-border_top:before{content:"\ea06"}.tm-material-icon-border_vertical:before{content:"\ea07"}.tm-material-icon-format_align_center:before{content:"\ea08"}.tm-material-icon-format_align_justify:before{content:"\ea09"}.tm-material-icon-format_align_left:before{content:"\ea0a"}.tm-material-icon-format_align_right:before{content:"\ea0b"}.tm-material-icon-format_bold:before{content:"\ea0c"}.tm-material-icon-format_clear:before{content:"\ea0d"}.tm-material-icon-format_color_fill:before{content:"\ea0e"}.tm-material-icon-format_color_reset:before{content:"\ea0f"}.tm-material-icon-format_color_text:before{content:"\ea10"}.tm-material-icon-format_indent_decrease:before{content:"\ea11"}.tm-material-icon-format_indent_increase:before{content:"\ea12"}.tm-material-icon-format_italic:before{content:"\ea13"}.tm-material-icon-format_line_spacing:before{content:"\ea14"}.tm-material-icon-format_list_bulleted:before{content:"\ea15"}.tm-material-icon-format_list_numbered:before{content:"\ea16"}.tm-material-icon-format_paint:before{content:"\ea17"}.tm-material-icon-format_quote:before{content:"\ea18"}.tm-material-icon-format_size:before{content:"\ea19"}.tm-material-icon-format_strikethrough:before{content:"\ea1a"}.tm-material-icon-format_textdirection_l_to_r:before{content:"\ea1b"}.tm-material-icon-format_textdirection_r_to_l:before{content:"\ea1c"}.tm-material-icon-format_underlined:before{content:"\ea1d"}.tm-material-icon-functions:before{content:"\ea1e"}.tm-material-icon-insert_chart:before{content:"\ea1f"}.tm-material-icon-insert_comment:before{content:"\ea20"}.tm-material-icon-insert_drive_file:before{content:"\ea21"}.tm-material-icon-insert_emoticon:before{content:"\ea22"}.tm-material-icon-insert_invitation:before{content:"\ea23"}.tm-material-icon-insert_photo:before{content:"\ea24"}.tm-material-icon-mode_comment:before{content:"\ea25"}.tm-material-icon-publish:before{content:"\ea26"}.tm-material-icon-space_bar:before{content:"\ea27"}.tm-material-icon-strikethrough_s:before{content:"\ea28"}.tm-material-icon-vertical_align_bottom:before{content:"\ea29"}.tm-material-icon-vertical_align_center:before{content:"\ea2a"}.tm-material-icon-vertical_align_top:before{content:"\ea2b"}.tm-material-icon-wrap_text:before{content:"\ea2c"}.tm-material-icon-money_off:before{content:"\ea2d"}.tm-material-icon-drag_handle:before{content:"\ea2e"}.tm-material-icon-format_shapes:before{content:"\ea2f"}.tm-material-icon-highlight:before{content:"\ea30"}.tm-material-icon-linear_scale:before{content:"\ea31"}.tm-material-icon-short_text:before{content:"\ea32"}.tm-material-icon-text_fields:before{content:"\ea33"}.tm-material-icon-monetization_on:before{content:"\ea34"}.tm-material-icon-title:before{content:"\ea35"}.tm-material-icon-table_chart:before{content:"\ea36"}.tm-material-icon-add_comment:before{content:"\ea37"}.tm-material-icon-format_list_numbered_rtl:before{content:"\ea38"}.tm-material-icon-scatter_plot:before{content:"\ea39"}.tm-material-icon-score:before{content:"\ea3a"}.tm-material-icon-insert_chart_outlined:before{content:"\ea3b"}.tm-material-icon-bar_chart:before{content:"\ea3c"}.tm-material-icon-notes:before{content:"\ea3d"}.tm-material-icon-attachment:before{content:"\ea3e"}.tm-material-icon-cloud:before{content:"\ea3f"}.tm-material-icon-cloud_circle:before{content:"\ea40"}.tm-material-icon-cloud_done:before{content:"\ea41"}.tm-material-icon-cloud_download:before{content:"\ea42"}.tm-material-icon-cloud_off:before{content:"\ea43"}.tm-material-icon-cloud_queue:before{content:"\ea44"}.tm-material-icon-cloud_upload:before{content:"\ea45"}.tm-material-icon-file_download:before{content:"\ea46"}.tm-material-icon-file_upload:before{content:"\ea47"}.tm-material-icon-folder:before{content:"\ea48"}.tm-material-icon-folder_open:before{content:"\ea49"}.tm-material-icon-folder_shared:before{content:"\ea4a"}.tm-material-icon-create_new_folder:before{content:"\ea4b"}.tm-material-icon-cast:before{content:"\ea4c"}.tm-material-icon-cast_connected:before{content:"\ea4d"}.tm-material-icon-computer:before{content:"\ea4e"}.tm-material-icon-desktop_mac:before{content:"\ea4f"}.tm-material-icon-desktop_windows:before{content:"\ea50"}.tm-material-icon-developer_board:before{content:"\ea51"}.tm-material-icon-dock:before{content:"\ea52"}.tm-material-icon-headset:before{content:"\ea53"}.tm-material-icon-headset_mic:before{content:"\ea54"}.tm-material-icon-keyboard:before{content:"\ea55"}.tm-material-icon-keyboard_arrow_down:before{content:"\ea56"}.tm-material-icon-keyboard_arrow_left:before{content:"\ea57"}.tm-material-icon-keyboard_arrow_right:before{content:"\ea58"}.tm-material-icon-keyboard_arrow_up:before{content:"\ea59"}.tm-material-icon-keyboard_backspace:before{content:"\ea5a"}.tm-material-icon-keyboard_capslock:before{content:"\ea5b"}.tm-material-icon-keyboard_hide:before{content:"\ea5c"}.tm-material-icon-keyboard_return:before{content:"\ea5d"}.tm-material-icon-keyboard_tab:before{content:"\ea5e"}.tm-material-icon-keyboard_voice:before{content:"\ea5f"}.tm-material-icon-laptop_chromebook:before{content:"\ea60"}.tm-material-icon-laptop_mac:before{content:"\ea61"}.tm-material-icon-laptop_windows:before{content:"\ea62"}.tm-material-icon-memory:before{content:"\ea63"}.tm-material-icon-mouse:before{content:"\ea64"}.tm-material-icon-phone_android:before{content:"\ea65"}.tm-material-icon-phone_iphone:before{content:"\ea66"}.tm-material-icon-phonelink_off:before{content:"\ea67"}.tm-material-icon-router:before{content:"\ea68"}.tm-material-icon-scanner:before{content:"\ea69"}.tm-material-icon-security:before{content:"\ea6a"}.tm-material-icon-sim_card:before{content:"\ea6b"}.tm-material-icon-speaker:before{content:"\ea6c"}.tm-material-icon-speaker_group:before{content:"\ea6d"}.tm-material-icon-tablet:before{content:"\ea6e"}.tm-material-icon-tablet_android:before{content:"\ea6f"}.tm-material-icon-tablet_mac:before{content:"\ea70"}.tm-material-icon-toys:before{content:"\ea71"}.tm-material-icon-tv:before{content:"\ea72"}.tm-material-icon-watch:before{content:"\ea73"}.tm-material-icon-device_hub:before{content:"\ea74"}.tm-material-icon-power_input:before{content:"\ea75"}.tm-material-icon-devices_other:before{content:"\ea76"}.tm-material-icon-videogame_asset:before{content:"\ea77"}.tm-material-icon-device_unknown:before{content:"\ea78"}.tm-material-icon-headset_off:before{content:"\ea79"}.tm-material-icon-adjust:before{content:"\ea7a"}.tm-material-icon-assistant:before{content:"\ea7b"}.tm-material-icon-audiotrack:before{content:"\ea7c"}.tm-material-icon-blur_circular:before{content:"\ea7d"}.tm-material-icon-blur_linear:before{content:"\ea7e"}.tm-material-icon-blur_off:before{content:"\ea7f"}.tm-material-icon-blur_on:before{content:"\ea80"}.tm-material-icon-brightness_1:before{content:"\ea81"}.tm-material-icon-brightness_2:before{content:"\ea82"}.tm-material-icon-brightness_3:before{content:"\ea83"}.tm-material-icon-brightness_4:before{content:"\ea84"}.tm-material-icon-broken_image:before{content:"\ea85"}.tm-material-icon-brush:before{content:"\ea86"}.tm-material-icon-camera:before{content:"\ea87"}.tm-material-icon-camera_alt:before{content:"\ea88"}.tm-material-icon-camera_front:before{content:"\ea89"}.tm-material-icon-camera_rear:before{content:"\ea8a"}.tm-material-icon-camera_roll:before{content:"\ea8b"}.tm-material-icon-center_focus_strong:before{content:"\ea8c"}.tm-material-icon-center_focus_weak:before{content:"\ea8d"}.tm-material-icon-collections:before{content:"\ea8e"}.tm-material-icon-color_lens:before{content:"\ea8f"}.tm-material-icon-colorize:before{content:"\ea90"}.tm-material-icon-compare:before{content:"\ea91"}.tm-material-icon-control_point_duplicate:before{content:"\ea92"}.tm-material-icon-crop_16_9:before{content:"\ea93"}.tm-material-icon-crop_3_2:before{content:"\ea94"}.tm-material-icon-crop:before{content:"\ea95"}.tm-material-icon-crop_5_4:before{content:"\ea96"}.tm-material-icon-crop_7_5:before{content:"\ea97"}.tm-material-icon-crop_din:before{content:"\ea98"}.tm-material-icon-crop_free:before{content:"\ea99"}.tm-material-icon-crop_original:before{content:"\ea9a"}.tm-material-icon-crop_portrait:before{content:"\ea9b"}.tm-material-icon-crop_square:before{content:"\ea9c"}.tm-material-icon-dehaze:before{content:"\ea9d"}.tm-material-icon-details:before{content:"\ea9e"}.tm-material-icon-exposure:before{content:"\ea9f"}.tm-material-icon-exposure_minus_1:before{content:"\eaa0"}.tm-material-icon-exposure_minus_2:before{content:"\eaa1"}.tm-material-icon-exposure_plus_1:before{content:"\eaa2"}.tm-material-icon-exposure_plus_2:before{content:"\eaa3"}.tm-material-icon-exposure_zero:before{content:"\eaa4"}.tm-material-icon-filter_1:before{content:"\eaa5"}.tm-material-icon-filter_2:before{content:"\eaa6"}.tm-material-icon-filter_3:before{content:"\eaa7"}.tm-material-icon-filter:before{content:"\eaa8"}.tm-material-icon-filter_4:before{content:"\eaa9"}.tm-material-icon-filter_5:before{content:"\eaaa"}.tm-material-icon-filter_6:before{content:"\eaab"}.tm-material-icon-filter_7:before{content:"\eaac"}.tm-material-icon-filter_8:before{content:"\eaad"}.tm-material-icon-filter_9:before{content:"\eaae"}.tm-material-icon-filter_9_plus:before{content:"\eaaf"}.tm-material-icon-filter_b_and_w:before{content:"\eab0"}.tm-material-icon-filter_center_focus:before{content:"\eab1"}.tm-material-icon-filter_drama:before{content:"\eab2"}.tm-material-icon-filter_frames:before{content:"\eab3"}.tm-material-icon-filter_hdr:before{content:"\eab4"}.tm-material-icon-filter_none:before{content:"\eab5"}.tm-material-icon-filter_tilt_shift:before{content:"\eab6"}.tm-material-icon-filter_vintage:before{content:"\eab7"}.tm-material-icon-flare:before{content:"\eab8"}.tm-material-icon-flash_auto:before{content:"\eab9"}.tm-material-icon-flash_off:before{content:"\eaba"}.tm-material-icon-flash_on:before{content:"\eabb"}.tm-material-icon-flip:before{content:"\eabc"}.tm-material-icon-gradient:before{content:"\eabd"}.tm-material-icon-grain:before{content:"\eabe"}.tm-material-icon-grid_off:before{content:"\eabf"}.tm-material-icon-grid_on:before{content:"\eac0"}.tm-material-icon-hdr_off:before{content:"\eac1"}.tm-material-icon-hdr_on:before{content:"\eac2"}.tm-material-icon-hdr_strong:before{content:"\eac3"}.tm-material-icon-hdr_weak:before{content:"\eac4"}.tm-material-icon-healing:before{content:"\eac5"}.tm-material-icon-image_aspect_ratio:before{content:"\eac6"}.tm-material-icon-iso:before{content:"\eac7"}.tm-material-icon-leak_add:before{content:"\eac8"}.tm-material-icon-leak_remove:before{content:"\eac9"}.tm-material-icon-lens:before{content:"\eaca"}.tm-material-icon-looks_3:before{content:"\eacb"}.tm-material-icon-looks:before{content:"\eacc"}.tm-material-icon-looks_4:before{content:"\eacd"}.tm-material-icon-looks_5:before{content:"\eace"}.tm-material-icon-looks_6:before{content:"\eacf"}.tm-material-icon-looks_one:before{content:"\ead0"}.tm-material-icon-looks_two:before{content:"\ead1"}.tm-material-icon-loupe:before{content:"\ead2"}.tm-material-icon-monochrome_photos:before{content:"\ead3"}.tm-material-icon-music_note:before{content:"\ead4"}.tm-material-icon-nature:before{content:"\ead5"}.tm-material-icon-nature_people:before{content:"\ead6"}.tm-material-icon-navigate_before:before{content:"\ead7"}.tm-material-icon-navigate_next:before{content:"\ead8"}.tm-material-icon-panorama:before{content:"\ead9"}.tm-material-icon-panorama_fish_eye:before{content:"\eada"}.tm-material-icon-panorama_horizontal:before{content:"\eadb"}.tm-material-icon-panorama_vertical:before{content:"\eadc"}.tm-material-icon-panorama_wide_angle:before{content:"\eadd"}.tm-material-icon-photo_album:before{content:"\eade"}.tm-material-icon-picture_as_pdf:before{content:"\eadf"}.tm-material-icon-portrait:before{content:"\eae0"}.tm-material-icon-remove_red_eye:before{content:"\eae1"}.tm-material-icon-rotate_90_degrees_ccw:before{content:"\eae2"}.tm-material-icon-rotate_left:before{content:"\eae3"}.tm-material-icon-rotate_right:before{content:"\eae4"}.tm-material-icon-slideshow:before{content:"\eae5"}.tm-material-icon-straighten:before{content:"\eae6"}.tm-material-icon-style:before{content:"\eae7"}.tm-material-icon-switch_camera:before{content:"\eae8"}.tm-material-icon-switch_video:before{content:"\eae9"}.tm-material-icon-texture:before{content:"\eaea"}.tm-material-icon-timelapse:before{content:"\eaeb"}.tm-material-icon-timer_10:before{content:"\eaec"}.tm-material-icon-timer_3:before{content:"\eaed"}.tm-material-icon-timer:before{content:"\eaee"}.tm-material-icon-timer_off:before{content:"\eaef"}.tm-material-icon-tonality:before{content:"\eaf0"}.tm-material-icon-transform:before{content:"\eaf1"}.tm-material-icon-tune:before{content:"\eaf2"}.tm-material-icon-view_comfortable:before{content:"\eaf3"}.tm-material-icon-view_compact:before{content:"\eaf4"}.tm-material-icon-wb_auto:before{content:"\eaf5"}.tm-material-icon-wb_cloudy:before{content:"\eaf6"}.tm-material-icon-wb_incandescent:before{content:"\eaf7"}.tm-material-icon-wb_sunny:before{content:"\eaf8"}.tm-material-icon-collections_bookmark:before{content:"\eaf9"}.tm-material-icon-photo_size_select_actual:before{content:"\eafa"}.tm-material-icon-photo_size_select_large:before{content:"\eafb"}.tm-material-icon-photo_size_select_small:before{content:"\eafc"}.tm-material-icon-vignette:before{content:"\eafd"}.tm-material-icon-wb_iridescent:before{content:"\eafe"}.tm-material-icon-crop_rotate:before{content:"\eaff"}.tm-material-icon-linked_camera:before{content:"\eb00"}.tm-material-icon-add_a_photo:before{content:"\eb01"}.tm-material-icon-movie_filter:before{content:"\eb02"}.tm-material-icon-photo_filter:before{content:"\eb03"}.tm-material-icon-burst_mode:before{content:"\eb04"}.tm-material-icon-shutter_speed:before{content:"\eb05"}.tm-material-icon-add_photo_alternate:before{content:"\eb06"}.tm-material-icon-image_search:before{content:"\eb07"}.tm-material-icon-music_off:before{content:"\eb08"}.tm-material-icon-beenhere:before{content:"\eb09"}.tm-material-icon-directions:before{content:"\eb0a"}.tm-material-icon-directions_bike:before{content:"\eb0b"}.tm-material-icon-directions_bus:before{content:"\eb0c"}.tm-material-icon-directions_car:before{content:"\eb0d"}.tm-material-icon-directions_ferry:before{content:"\eb0e"}.tm-material-icon-directions_subway:before{content:"\eb0f"}.tm-material-icon-directions_railway:before{content:"\eb10"}.tm-material-icon-directions_walk:before{content:"\eb11"}.tm-material-icon-hotel:before{content:"\eb12"}.tm-material-icon-layers:before{content:"\eb13"}.tm-material-icon-layers_clear:before{content:"\eb14"}.tm-material-icon-local_atm:before{content:"\eb15"}.tm-material-icon-local_attraction:before{content:"\eb16"}.tm-material-icon-local_bar:before{content:"\eb17"}.tm-material-icon-local_cafe:before{content:"\eb18"}.tm-material-icon-local_car_wash:before{content:"\eb19"}.tm-material-icon-local_convenience_store:before{content:"\eb1a"}.tm-material-icon-local_drink:before{content:"\eb1b"}.tm-material-icon-local_florist:before{content:"\eb1c"}.tm-material-icon-local_gas_station:before{content:"\eb1d"}.tm-material-icon-local_grocery_store:before{content:"\eb1e"}.tm-material-icon-local_hospital:before{content:"\eb1f"}.tm-material-icon-local_laundry_service:before{content:"\eb20"}.tm-material-icon-local_library:before{content:"\eb21"}.tm-material-icon-local_mall:before{content:"\eb22"}.tm-material-icon-local_movies:before{content:"\eb23"}.tm-material-icon-local_offer:before{content:"\eb24"}.tm-material-icon-local_parking:before{content:"\eb25"}.tm-material-icon-local_pharmacy:before{content:"\eb26"}.tm-material-icon-local_pizza:before{content:"\eb27"}.tm-material-icon-local_print_shop:before{content:"\eb28"}.tm-material-icon-local_restaurant:before{content:"\eb29"}.tm-material-icon-local_shipping:before{content:"\eb2a"}.tm-material-icon-local_taxi:before{content:"\eb2b"}.tm-material-icon-location_history:before{content:"\eb2c"}.tm-material-icon-map:before{content:"\eb2d"}.tm-material-icon-navigation:before{content:"\eb2e"}.tm-material-icon-pin_drop:before{content:"\eb2f"}.tm-material-icon-rate_review:before{content:"\eb30"}.tm-material-icon-satellite:before{content:"\eb31"}.tm-material-icon-store_mall_directory:before{content:"\eb32"}.tm-material-icon-traffic:before{content:"\eb33"}.tm-material-icon-directions_run:before{content:"\eb34"}.tm-material-icon-add_location:before{content:"\eb35"}.tm-material-icon-edit_location:before{content:"\eb36"}.tm-material-icon-near_me:before{content:"\eb37"}.tm-material-icon-person_pin_circle:before{content:"\eb38"}.tm-material-icon-zoom_out_map:before{content:"\eb39"}.tm-material-icon-restaurant:before{content:"\eb3a"}.tm-material-icon-ev_station:before{content:"\eb3b"}.tm-material-icon-streetview:before{content:"\eb3c"}.tm-material-icon-subway:before{content:"\eb3d"}.tm-material-icon-train:before{content:"\eb3e"}.tm-material-icon-tram:before{content:"\eb3f"}.tm-material-icon-transfer_within_a_station:before{content:"\eb40"}.tm-material-icon-atm:before{content:"\eb41"}.tm-material-icon-category:before{content:"\eb42"}.tm-material-icon-not_listed_location:before{content:"\eb43"}.tm-material-icon-departure_board:before{content:"\eb44"}.tm-material-icon-360:before{content:"\eb45"}.tm-material-icon-edit_attributes:before{content:"\eb46"}.tm-material-icon-transit_enterexit:before{content:"\eb47"}.tm-material-icon-fastfood:before{content:"\eb48"}.tm-material-icon-trip_origin:before{content:"\eb49"}.tm-material-icon-compass_calibration:before{content:"\eb4a"}.tm-material-icon-money:before{content:"\eb4b"}.tm-material-icon-apps:before{content:"\eb4c"}.tm-material-icon-arrow_back:before{content:"\eb4d"}.tm-material-icon-arrow_drop_down:before{content:"\eb4e"}.tm-material-icon-arrow_drop_down_circle:before{content:"\eb4f"}.tm-material-icon-arrow_drop_up:before{content:"\eb50"}.tm-material-icon-arrow_forward:before{content:"\eb51"}.tm-material-icon-cancel:before{content:"\eb52"}.tm-material-icon-check:before{content:"\eb53"}.tm-material-icon-expand_less:before{content:"\eb54"}.tm-material-icon-expand_more:before{content:"\eb55"}.tm-material-icon-fullscreen:before{content:"\eb56"}.tm-material-icon-fullscreen_exit:before{content:"\eb57"}.tm-material-icon-menu:before{content:"\eb58"}.tm-material-icon-keyboard_control:before{content:"\eb59"}.tm-material-icon-more_vert:before{content:"\eb5a"}.tm-material-icon-refresh:before{content:"\eb5b"}.tm-material-icon-unfold_less:before{content:"\eb5c"}.tm-material-icon-unfold_more:before{content:"\eb5d"}.tm-material-icon-arrow_upward:before{content:"\eb5e"}.tm-material-icon-subdirectory_arrow_left:before{content:"\eb5f"}.tm-material-icon-subdirectory_arrow_right:before{content:"\eb60"}.tm-material-icon-arrow_downward:before{content:"\eb61"}.tm-material-icon-first_page:before{content:"\eb62"}.tm-material-icon-last_page:before{content:"\eb63"}.tm-material-icon-arrow_left:before{content:"\eb64"}.tm-material-icon-arrow_right:before{content:"\eb65"}.tm-material-icon-arrow_back_ios:before{content:"\eb66"}.tm-material-icon-arrow_forward_ios:before{content:"\eb67"}.tm-material-icon-adb:before{content:"\eb68"}.tm-material-icon-disc_full:before{content:"\eb69"}.tm-material-icon-do_not_disturb_alt:before{content:"\eb6a"}.tm-material-icon-drive_eta:before{content:"\eb6b"}.tm-material-icon-event_available:before{content:"\eb6c"}.tm-material-icon-event_busy:before{content:"\eb6d"}.tm-material-icon-event_note:before{content:"\eb6e"}.tm-material-icon-folder_special:before{content:"\eb6f"}.tm-material-icon-mms:before{content:"\eb70"}.tm-material-icon-more:before{content:"\eb71"}.tm-material-icon-network_locked:before{content:"\eb72"}.tm-material-icon-phone_bluetooth_speaker:before{content:"\eb73"}.tm-material-icon-phone_forwarded:before{content:"\eb74"}.tm-material-icon-phone_in_talk:before{content:"\eb75"}.tm-material-icon-phone_locked:before{content:"\eb76"}.tm-material-icon-phone_missed:before{content:"\eb77"}.tm-material-icon-phone_paused:before{content:"\eb78"}.tm-material-icon-sim_card_alert:before{content:"\eb79"}.tm-material-icon-sms_failed:before{content:"\eb7a"}.tm-material-icon-sync_disabled:before{content:"\eb7b"}.tm-material-icon-sync_problem:before{content:"\eb7c"}.tm-material-icon-system_update:before{content:"\eb7d"}.tm-material-icon-tap_and_play:before{content:"\eb7e"}.tm-material-icon-vibration:before{content:"\eb7f"}.tm-material-icon-voice_chat:before{content:"\eb80"}.tm-material-icon-vpn_lock:before{content:"\eb81"}.tm-material-icon-airline_seat_flat:before{content:"\eb82"}.tm-material-icon-airline_seat_flat_angled:before{content:"\eb83"}.tm-material-icon-airline_seat_individual_suite:before{content:"\eb84"}.tm-material-icon-airline_seat_legroom_extra:before{content:"\eb85"}.tm-material-icon-airline_seat_legroom_normal:before{content:"\eb86"}.tm-material-icon-airline_seat_legroom_reduced:before{content:"\eb87"}.tm-material-icon-airline_seat_recline_extra:before{content:"\eb88"}.tm-material-icon-airline_seat_recline_normal:before{content:"\eb89"}.tm-material-icon-confirmation_number:before{content:"\eb8a"}.tm-material-icon-live_tv:before{content:"\eb8b"}.tm-material-icon-ondemand_video:before{content:"\eb8c"}.tm-material-icon-personal_video:before{content:"\eb8d"}.tm-material-icon-power:before{content:"\eb8e"}.tm-material-icon-wc:before{content:"\eb8f"}.tm-material-icon-wifi:before{content:"\eb90"}.tm-material-icon-enhanced_encryption:before{content:"\eb91"}.tm-material-icon-network_check:before{content:"\eb92"}.tm-material-icon-no_encryption:before{content:"\eb93"}.tm-material-icon-rv_hookup:before{content:"\eb94"}.tm-material-icon-do_not_disturb_off:before{content:"\eb95"}.tm-material-icon-priority_high:before{content:"\eb96"}.tm-material-icon-power_off:before{content:"\eb97"}.tm-material-icon-tv_off:before{content:"\eb98"}.tm-material-icon-wifi_off:before{content:"\eb99"}.tm-material-icon-phone_callback:before{content:"\eb9a"}.tm-material-icon-pie_chart:before{content:"\eb9b"}.tm-material-icon-pie_chart_outlined:before{content:"\eb9c"}.tm-material-icon-bubble_chart:before{content:"\eb9d"}.tm-material-icon-multiline_chart:before{content:"\eb9e"}.tm-material-icon-show_chart:before{content:"\eb9f"}.tm-material-icon-cake:before{content:"\eba0"}.tm-material-icon-group:before{content:"\eba1"}.tm-material-icon-group_add:before{content:"\eba2"}.tm-material-icon-location_city:before{content:"\eba3"}.tm-material-icon-mood_bad:before{content:"\eba4"}.tm-material-icon-notifications:before{content:"\eba5"}.tm-material-icon-notifications_none:before{content:"\eba6"}.tm-material-icon-notifications_off:before{content:"\eba7"}.tm-material-icon-notifications_active:before{content:"\eba8"}.tm-material-icon-notifications_paused:before{content:"\eba9"}.tm-material-icon-pages:before{content:"\ebaa"}.tm-material-icon-party_mode:before{content:"\ebab"}.tm-material-icon-people_outline:before{content:"\ebac"}.tm-material-icon-person:before{content:"\ebad"}.tm-material-icon-person_add:before{content:"\ebae"}.tm-material-icon-person_outline:before{content:"\ebaf"}.tm-material-icon-plus_one:before{content:"\ebb0"}.tm-material-icon-public:before{content:"\ebb1"}.tm-material-icon-school:before{content:"\ebb2"}.tm-material-icon-share:before{content:"\ebb3"}.tm-material-icon-whatshot:before{content:"\ebb4"}.tm-material-icon-sentiment_dissatisfied:before{content:"\ebb5"}.tm-material-icon-sentiment_neutral:before{content:"\ebb6"}.tm-material-icon-sentiment_satisfied:before{content:"\ebb7"}.tm-material-icon-sentiment_very_dissatisfied:before{content:"\ebb8"}.tm-material-icon-sentiment_very_satisfied:before{content:"\ebb9"}.tm-material-icon-thumb_down_alt:before{content:"\ebba"}.tm-material-icon-thumb_up_alt:before{content:"\ebbb"}.tm-material-icon-check_box:before{content:"\ebbc"}.tm-material-icon-check_box_outline_blank:before{content:"\ebbd"}.tm-material-icon-radio_button_checked:before{content:"\ebbe"}.tm-material-icon-star:before{content:"\ebbf"}.tm-material-icon-star_half:before{content:"\ebc0"}.tm-material-icon-star_outline:before{content:"\ebc1"}.tm-material-icon-3d_rotation:before{content:"\ebc2"}.tm-material-icon-accessibility:before{content:"\ebc3"}.tm-material-icon-account_balance:before{content:"\ebc4"}.tm-material-icon-account_balance_wallet:before{content:"\ebc5"}.tm-material-icon-account_box:before{content:"\ebc6"}.tm-material-icon-account_circle:before{content:"\ebc7"}.tm-material-icon-add_shopping_cart:before{content:"\ebc8"}.tm-material-icon-alarm_off:before{content:"\ebc9"}.tm-material-icon-alarm_on:before{content:"\ebca"}.tm-material-icon-android:before{content:"\ebcb"}.tm-material-icon-announcement:before{content:"\ebcc"}.tm-material-icon-aspect_ratio:before{content:"\ebcd"}.tm-material-icon-assignment:before{content:"\ebce"}.tm-material-icon-assignment_ind:before{content:"\ebcf"}.tm-material-icon-assignment_late:before{content:"\ebd0"}.tm-material-icon-assignment_return:before{content:"\ebd1"}.tm-material-icon-assignment_returned:before{content:"\ebd2"}.tm-material-icon-assignment_turned_in:before{content:"\ebd3"}.tm-material-icon-autorenew:before{content:"\ebd4"}.tm-material-icon-book:before{content:"\ebd5"}.tm-material-icon-bookmark:before{content:"\ebd6"}.tm-material-icon-bookmark_outline:before{content:"\ebd7"}.tm-material-icon-bug_report:before{content:"\ebd8"}.tm-material-icon-build:before{content:"\ebd9"}.tm-material-icon-cached:before{content:"\ebda"}.tm-material-icon-change_history:before{content:"\ebdb"}.tm-material-icon-check_circle:before{content:"\ebdc"}.tm-material-icon-chrome_reader_mode:before{content:"\ebdd"}.tm-material-icon-code:before{content:"\ebde"}.tm-material-icon-credit_card:before{content:"\ebdf"}.tm-material-icon-dashboard:before{content:"\ebe0"}.tm-material-icon-delete:before{content:"\ebe1"}.tm-material-icon-description:before{content:"\ebe2"}.tm-material-icon-dns:before{content:"\ebe3"}.tm-material-icon-done:before{content:"\ebe4"}.tm-material-icon-done_all:before{content:"\ebe5"}.tm-material-icon-exit_to_app:before{content:"\ebe6"}.tm-material-icon-explore:before{content:"\ebe7"}.tm-material-icon-extension:before{content:"\ebe8"}.tm-material-icon-face:before{content:"\ebe9"}.tm-material-icon-favorite:before{content:"\ebea"}.tm-material-icon-favorite_outline:before{content:"\ebeb"}.tm-material-icon-find_in_page:before{content:"\ebec"}.tm-material-icon-find_replace:before{content:"\ebed"}.tm-material-icon-flip_to_back:before{content:"\ebee"}.tm-material-icon-flip_to_front:before{content:"\ebef"}.tm-material-icon-group_work:before{content:"\ebf0"}.tm-material-icon-help:before{content:"\ebf1"}.tm-material-icon-highlight_remove:before{content:"\ebf2"}.tm-material-icon-history:before{content:"\ebf3"}.tm-material-icon-home:before{content:"\ebf4"}.tm-material-icon-hourglass_empty:before{content:"\ebf5"}.tm-material-icon-hourglass_full:before{content:"\ebf6"}.tm-material-icon-https:before{content:"\ebf7"}.tm-material-icon-info:before{content:"\ebf8"}.tm-material-icon-info_outline:before{content:"\ebf9"}.tm-material-icon-input:before{content:"\ebfa"}.tm-material-icon-invert_colors_on:before{content:"\ebfb"}.tm-material-icon-label:before{content:"\ebfc"}.tm-material-icon-label_outline:before{content:"\ebfd"}.tm-material-icon-language:before{content:"\ebfe"}.tm-material-icon-launch:before{content:"\ebff"}.tm-material-icon-list:before{content:"\ec00"}.tm-material-icon-lock_open:before{content:"\ec01"}.tm-material-icon-lock_outline:before{content:"\ec02"}.tm-material-icon-loyalty:before{content:"\ec03"}.tm-material-icon-markunread_mailbox:before{content:"\ec04"}.tm-material-icon-note_add:before{content:"\ec05"}.tm-material-icon-open_in_browser:before{content:"\ec06"}.tm-material-icon-open_with:before{content:"\ec07"}.tm-material-icon-pageview:before{content:"\ec08"}.tm-material-icon-perm_camera_mic:before{content:"\ec09"}.tm-material-icon-perm_contact_calendar:before{content:"\ec0a"}.tm-material-icon-perm_data_setting:before{content:"\ec0b"}.tm-material-icon-perm_device_information:before{content:"\ec0c"}.tm-material-icon-perm_media:before{content:"\ec0d"}.tm-material-icon-perm_phone_msg:before{content:"\ec0e"}.tm-material-icon-perm_scan_wifi:before{content:"\ec0f"}.tm-material-icon-picture_in_picture:before{content:"\ec10"}.tm-material-icon-polymer:before{content:"\ec11"}.tm-material-icon-power_settings_new:before{content:"\ec12"}.tm-material-icon-receipt:before{content:"\ec13"}.tm-material-icon-redeem:before{content:"\ec14"}.tm-material-icon-search:before{content:"\ec15"}.tm-material-icon-settings:before{content:"\ec16"}.tm-material-icon-settings_applications:before{content:"\ec17"}.tm-material-icon-settings_backup_restore:before{content:"\ec18"}.tm-material-icon-settings_bluetooth:before{content:"\ec19"}.tm-material-icon-settings_cell:before{content:"\ec1a"}.tm-material-icon-settings_brightness:before{content:"\ec1b"}.tm-material-icon-settings_ethernet:before{content:"\ec1c"}.tm-material-icon-settings_input_antenna:before{content:"\ec1d"}.tm-material-icon-settings_input_component:before{content:"\ec1e"}.tm-material-icon-settings_input_hdmi:before{content:"\ec1f"}.tm-material-icon-settings_input_svideo:before{content:"\ec20"}.tm-material-icon-settings_overscan:before{content:"\ec21"}.tm-material-icon-settings_phone:before{content:"\ec22"}.tm-material-icon-settings_power:before{content:"\ec23"}.tm-material-icon-settings_remote:before{content:"\ec24"}.tm-material-icon-settings_voice:before{content:"\ec25"}.tm-material-icon-shop:before{content:"\ec26"}.tm-material-icon-shop_two:before{content:"\ec27"}.tm-material-icon-shopping_basket:before{content:"\ec28"}.tm-material-icon-speaker_notes:before{content:"\ec29"}.tm-material-icon-spellcheck:before{content:"\ec2a"}.tm-material-icon-stars:before{content:"\ec2b"}.tm-material-icon-subject:before{content:"\ec2c"}.tm-material-icon-supervisor_account:before{content:"\ec2d"}.tm-material-icon-swap_horiz:before{content:"\ec2e"}.tm-material-icon-swap_vert:before{content:"\ec2f"}.tm-material-icon-swap_vertical_circle:before{content:"\ec30"}.tm-material-icon-system_update_alt:before{content:"\ec31"}.tm-material-icon-tab:before{content:"\ec32"}.tm-material-icon-tab_unselected:before{content:"\ec33"}.tm-material-icon-thumb_down:before{content:"\ec34"}.tm-material-icon-thumb_up:before{content:"\ec35"}.tm-material-icon-thumbs_up_down:before{content:"\ec36"}.tm-material-icon-toc:before{content:"\ec37"}.tm-material-icon-today:before{content:"\ec38"}.tm-material-icon-toll:before{content:"\ec39"}.tm-material-icon-track_changes:before{content:"\ec3a"}.tm-material-icon-translate:before{content:"\ec3b"}.tm-material-icon-trending_down:before{content:"\ec3c"}.tm-material-icon-trending_neutral:before{content:"\ec3d"}.tm-material-icon-trending_up:before{content:"\ec3e"}.tm-material-icon-verified_user:before{content:"\ec3f"}.tm-material-icon-view_agenda:before{content:"\ec40"}.tm-material-icon-view_array:before{content:"\ec41"}.tm-material-icon-view_carousel:before{content:"\ec42"}.tm-material-icon-view_column:before{content:"\ec43"}.tm-material-icon-view_day:before{content:"\ec44"}.tm-material-icon-view_headline:before{content:"\ec45"}.tm-material-icon-view_list:before{content:"\ec46"}.tm-material-icon-view_module:before{content:"\ec47"}.tm-material-icon-view_quilt:before{content:"\ec48"}.tm-material-icon-view_stream:before{content:"\ec49"}.tm-material-icon-view_week:before{content:"\ec4a"}.tm-material-icon-visibility_off:before{content:"\ec4b"}.tm-material-icon-card_membership:before{content:"\ec4c"}.tm-material-icon-card_travel:before{content:"\ec4d"}.tm-material-icon-work:before{content:"\ec4e"}.tm-material-icon-youtube_searched_for:before{content:"\ec4f"}.tm-material-icon-eject:before{content:"\ec50"}.tm-material-icon-camera_enhance:before{content:"\ec51"}.tm-material-icon-help_outline:before{content:"\ec52"}.tm-material-icon-reorder:before{content:"\ec53"}.tm-material-icon-zoom_in:before{content:"\ec54"}.tm-material-icon-zoom_out:before{content:"\ec55"}.tm-material-icon-http:before{content:"\ec56"}.tm-material-icon-event_seat:before{content:"\ec57"}.tm-material-icon-flight_land:before{content:"\ec58"}.tm-material-icon-flight_takeoff:before{content:"\ec59"}.tm-material-icon-play_for_work:before{content:"\ec5a"}.tm-material-icon-gif:before{content:"\ec5b"}.tm-material-icon-indeterminate_check_box:before{content:"\ec5c"}.tm-material-icon-offline_pin:before{content:"\ec5d"}.tm-material-icon-all_out:before{content:"\ec5e"}.tm-material-icon-copyright:before{content:"\ec5f"}.tm-material-icon-fingerprint:before{content:"\ec60"}.tm-material-icon-gavel:before{content:"\ec61"}.tm-material-icon-lightbulb_outline:before{content:"\ec62"}.tm-material-icon-picture_in_picture_alt:before{content:"\ec63"}.tm-material-icon-important_devices:before{content:"\ec64"}.tm-material-icon-touch_app:before{content:"\ec65"}.tm-material-icon-accessible:before{content:"\ec66"}.tm-material-icon-compare_arrows:before{content:"\ec67"}.tm-material-icon-date_range:before{content:"\ec68"}.tm-material-icon-donut_large:before{content:"\ec69"}.tm-material-icon-donut_small:before{content:"\ec6a"}.tm-material-icon-line_style:before{content:"\ec6b"}.tm-material-icon-line_weight:before{content:"\ec6c"}.tm-material-icon-motorcycle:before{content:"\ec6d"}.tm-material-icon-opacity:before{content:"\ec6e"}.tm-material-icon-pets:before{content:"\ec6f"}.tm-material-icon-pregnant_woman:before{content:"\ec70"}.tm-material-icon-record_voice_over:before{content:"\ec71"}.tm-material-icon-rounded_corner:before{content:"\ec72"}.tm-material-icon-rowing:before{content:"\ec73"}.tm-material-icon-timeline:before{content:"\ec74"}.tm-material-icon-update:before{content:"\ec75"}.tm-material-icon-watch_later:before{content:"\ec76"}.tm-material-icon-pan_tool:before{content:"\ec77"}.tm-material-icon-euro_symbol:before{content:"\ec78"}.tm-material-icon-g_translate:before{content:"\ec79"}.tm-material-icon-remove_shopping_cart:before{content:"\ec7a"}.tm-material-icon-restore_page:before{content:"\ec7b"}.tm-material-icon-speaker_notes_off:before{content:"\ec7c"}.tm-material-icon-delete_forever:before{content:"\ec7d"}.tm-material-icon-accessibility_new:before{content:"\ec7e"}.tm-material-icon-check_circle_outline:before{content:"\ec7f"}.tm-material-icon-delete_outline:before{content:"\ec80"}.tm-material-icon-done_outline:before{content:"\ec81"}.tm-material-icon-maximize:before{content:"\ec82"}.tm-material-icon-minimize:before{content:"\ec83"}.tm-material-icon-offline_bolt:before{content:"\ec84"}.tm-material-icon-swap_horizontal_circle:before{content:"\ec85"}.tm-material-icon-accessible_forward:before{content:"\ec86"}.tm-material-icon-calendar_today:before{content:"\ec87"}.tm-material-icon-calendar_view_day:before{content:"\ec88"}.tm-material-icon-label_important:before{content:"\ec89"}.tm-material-icon-restore_from_trash:before{content:"\ec8a"}.tm-material-icon-supervised_user_circle:before{content:"\ec8b"}.tm-material-icon-text_rotate_up:before{content:"\ec8c"}.tm-material-icon-text_rotate_vertical:before{content:"\ec8d"}.tm-material-icon-text_rotation_angledown:before{content:"\ec8e"}.tm-material-icon-text_rotation_angleup:before{content:"\ec8f"}.tm-material-icon-text_rotation_down:before{content:"\ec90"}.tm-material-icon-text_rotation_none:before{content:"\ec91"}.tm-material-icon-commute:before{content:"\ec92"}.tm-material-icon-arrow_right_alt:before{content:"\ec93"}.tm-material-icon-work_off:before{content:"\ec94"}.tm-material-icon-work_outline:before{content:"\ec95"}.tm-material-icon-drag_indicator:before{content:"\ec96"}.tm-material-icon-horizontal_split:before{content:"\ec97"}.tm-material-icon-label_important_outline:before{content:"\ec98"}.tm-material-icon-vertical_split:before{content:"\ec99"}.tm-material-icon-voice_over_off:before{content:"\ec9a"}.tm-material-icon-segment:before{content:"\ec9b"}.tm-material-icon-contact_support:before{content:"\ec9c"}.tm-material-icon-compress:before{content:"\ec9d"}.tm-material-icon-filter_list_alt:before{content:"\ec9e"}.tm-material-icon-expand:before{content:"\ec9f"}.tm-material-icon-edit_off:before{content:"\eca0"}.tm-material-icon-10k:before{content:"\eca1"}.tm-material-icon-10mp:before{content:"\eca2"}.tm-material-icon-11mp:before{content:"\eca3"}.tm-material-icon-12mp:before{content:"\eca4"}.tm-material-icon-13mp:before{content:"\eca5"}.tm-material-icon-14mp:before{content:"\eca6"}.tm-material-icon-15mp:before{content:"\eca7"}.tm-material-icon-16mp:before{content:"\eca8"}.tm-material-icon-17mp:before{content:"\eca9"}.tm-material-icon-18mp:before{content:"\ecaa"}.tm-material-icon-19mp:before{content:"\ecab"}.tm-material-icon-1k:before{content:"\ecac"}.tm-material-icon-1k_plus:before{content:"\ecad"}.tm-material-icon-20mp:before{content:"\ecae"}.tm-material-icon-21mp:before{content:"\ecaf"}.tm-material-icon-22mp:before{content:"\ecb0"}.tm-material-icon-23mp:before{content:"\ecb1"}.tm-material-icon-24mp:before{content:"\ecb2"}.tm-material-icon-2k:before{content:"\ecb3"}.tm-material-icon-2k_plus:before{content:"\ecb4"}.tm-material-icon-2mp:before{content:"\ecb5"}.tm-material-icon-3k:before{content:"\ecb6"}.tm-material-icon-3k_plus:before{content:"\ecb7"}.tm-material-icon-3mp:before{content:"\ecb8"}.tm-material-icon-4k_plus:before{content:"\ecb9"}.tm-material-icon-4mp:before{content:"\ecba"}.tm-material-icon-5k:before{content:"\ecbb"}.tm-material-icon-5k_plus:before{content:"\ecbc"}.tm-material-icon-5mp:before{content:"\ecbd"}.tm-material-icon-6k:before{content:"\ecbe"}.tm-material-icon-6k_plus:before{content:"\ecbf"}.tm-material-icon-6mp:before{content:"\ecc0"}.tm-material-icon-7k:before{content:"\ecc1"}.tm-material-icon-7k_plus:before{content:"\ecc2"}.tm-material-icon-7mp:before{content:"\ecc3"}.tm-material-icon-8k:before{content:"\ecc4"}.tm-material-icon-8k_plus:before{content:"\ecc5"}.tm-material-icon-8mp:before{content:"\ecc6"}.tm-material-icon-9k:before{content:"\ecc7"}.tm-material-icon-9k_plus:before{content:"\ecc8"}.tm-material-icon-9mp:before{content:"\ecc9"}.tm-material-icon-account_tree:before{content:"\ecca"}.tm-material-icon-add_chart:before{content:"\eccb"}.tm-material-icon-add_ic_call:before{content:"\eccc"}.tm-material-icon-add_moderator:before{content:"\eccd"}.tm-material-icon-all_inbox:before{content:"\ecce"}.tm-material-icon-approval:before{content:"\eccf"}.tm-material-icon-assistant_direction:before{content:"\ecd0"}.tm-material-icon-assistant_navigation:before{content:"\ecd1"}.tm-material-icon-bookmarks:before{content:"\ecd2"}.tm-material-icon-bus_alert:before{content:"\ecd3"}.tm-material-icon-cases:before{content:"\ecd4"}.tm-material-icon-circle_notifications:before{content:"\ecd5"}.tm-material-icon-closed_caption_off:before{content:"\ecd6"}.tm-material-icon-connected_tv:before{content:"\ecd7"}.tm-material-icon-dangerous:before{content:"\ecd8"}.tm-material-icon-dashboard_customize:before{content:"\ecd9"}.tm-material-icon-desktop_access_disabled:before{content:"\ecda"}.tm-material-icon-drive_file_move_outline:before{content:"\ecdb"}.tm-material-icon-drive_file_rename_outline:before{content:"\ecdc"}.tm-material-icon-drive_folder_upload:before{content:"\ecdd"}.tm-material-icon-duo:before{content:"\ecde"}.tm-material-icon-explore_off:before{content:"\ecdf"}.tm-material-icon-file_download_done:before{content:"\ece0"}.tm-material-icon-rtt:before{content:"\ece1"}.tm-material-icon-grid_view:before{content:"\ece2"}.tm-material-icon-hail:before{content:"\ece3"}.tm-material-icon-home_filled:before{content:"\ece4"}.tm-material-icon-imagesearch_roller:before{content:"\ece5"}.tm-material-icon-label_off:before{content:"\ece6"}.tm-material-icon-library_add_check:before{content:"\ece7"}.tm-material-icon-logout:before{content:"\ece8"}.tm-material-icon-margin:before{content:"\ece9"}.tm-material-icon-mark_as_unread:before{content:"\ecea"}.tm-material-icon-menu_open:before{content:"\eceb"}.tm-material-icon-mp:before{content:"\ecec"}.tm-material-icon-offline_share:before{content:"\eced"}.tm-material-icon-padding:before{content:"\ecee"}.tm-material-icon-panorama_photosphere:before{content:"\ecef"}.tm-material-icon-panorama_photosphere_select:before{content:"\ecf0"}.tm-material-icon-person_add_disabled:before{content:"\ecf1"}.tm-material-icon-phone_disabled:before{content:"\ecf2"}.tm-material-icon-phone_enabled:before{content:"\ecf3"}.tm-material-icon-pivot_table_chart:before{content:"\ecf4"}.tm-material-icon-print_disabled:before{content:"\ecf5"}.tm-material-icon-railway_alert:before{content:"\ecf6"}.tm-material-icon-recommend:before{content:"\ecf7"}.tm-material-icon-remove_done:before{content:"\ecf8"}.tm-material-icon-remove_moderator:before{content:"\ecf9"}.tm-material-icon-repeat_on:before{content:"\ecfa"}.tm-material-icon-repeat_one_on:before{content:"\ecfb"}.tm-material-icon-replay_circle_filled:before{content:"\ecfc"}.tm-material-icon-reset_tv:before{content:"\ecfd"}.tm-material-icon-sd:before{content:"\ecfe"}.tm-material-icon-shield:before{content:"\ecff"}.tm-material-icon-shuffle_on:before{content:"\ed00"}.tm-material-icon-speed:before{content:"\ed01"}.tm-material-icon-stacked_bar_chart:before{content:"\ed02"}.tm-material-icon-stream:before{content:"\ed03"}.tm-material-icon-swipe:before{content:"\ed04"}.tm-material-icon-switch_account:before{content:"\ed05"}.tm-material-icon-tag:before{content:"\ed06"}.tm-material-icon-thumb_down_off_alt:before{content:"\ed07"}.tm-material-icon-thumb_up_off_alt:before{content:"\ed08"}.tm-material-icon-toggle_off:before{content:"\ed09"}.tm-material-icon-toggle_on:before{content:"\ed0a"}.tm-material-icon-two_wheeler:before{content:"\ed0b"}.tm-material-icon-upload_file:before{content:"\ed0c"}.tm-material-icon-view_in_ar:before{content:"\ed0d"}.tm-material-icon-waterfall_chart:before{content:"\ed0e"}.tm-material-icon-wb_shade:before{content:"\ed0f"}.tm-material-icon-wb_twighlight:before{content:"\ed10"}.tm-material-icon-home_work:before{content:"\ed11"}.tm-material-icon-schedule_send:before{content:"\ed12"}.tm-material-icon-bolt:before{content:"\ed13"}.tm-material-icon-send_and_archive:before{content:"\ed14"}.tm-material-icon-workspaces_filled:before{content:"\ed15"}.tm-material-icon-file_present:before{content:"\ed16"}.tm-material-icon-workspaces_outline:before{content:"\ed17"}.tm-material-icon-fit_screen:before{content:"\ed18"}.tm-material-icon-saved_search:before{content:"\ed19"}.tm-material-icon-storefront:before{content:"\ed1a"}.tm-material-icon-amp_stories:before{content:"\ed1b"}.tm-material-icon-dynamic_feed:before{content:"\ed1c"}.tm-material-icon-euro:before{content:"\ed1d"}.tm-material-icon-height:before{content:"\ed1e"}.tm-material-icon-policy:before{content:"\ed1f"}.tm-material-icon-sync_alt:before{content:"\ed20"}.tm-material-icon-menu_book:before{content:"\ed21"}.tm-material-icon-emoji_flags:before{content:"\ed22"}.tm-material-icon-emoji_food_beverage:before{content:"\ed23"}.tm-material-icon-emoji_nature:before{content:"\ed24"}.tm-material-icon-emoji_people:before{content:"\ed25"}.tm-material-icon-emoji_symbols:before{content:"\ed26"}.tm-material-icon-emoji_transportation:before{content:"\ed27"}.tm-material-icon-post_add:before{content:"\ed28"}.tm-material-icon-people_alt:before{content:"\ed29"}.tm-material-icon-emoji_emotions:before{content:"\ed2a"}.tm-material-icon-emoji_events:before{content:"\ed2b"}.tm-material-icon-emoji_objects:before{content:"\ed2c"}.tm-material-icon-sports_basketball:before{content:"\ed2d"}.tm-material-icon-sports_cricket:before{content:"\ed2e"}.tm-material-icon-sports_esports:before{content:"\ed2f"}.tm-material-icon-sports_football:before{content:"\ed30"}.tm-material-icon-sports_golf:before{content:"\ed31"}.tm-material-icon-sports_hockey:before{content:"\ed32"}.tm-material-icon-sports_mma:before{content:"\ed33"}.tm-material-icon-sports_motorsports:before{content:"\ed34"}.tm-material-icon-sports_rugby:before{content:"\ed35"}.tm-material-icon-sports_soccer:before{content:"\ed36"}.tm-material-icon-sports:before{content:"\ed37"}.tm-material-icon-sports_volleyball:before{content:"\ed38"}.tm-material-icon-sports_tennis:before{content:"\ed39"}.tm-material-icon-sports_handball:before{content:"\ed3a"}.tm-material-icon-sports_kabaddi:before{content:"\ed3b"}.tm-material-icon-eco:before{content:"\ed3c"}.tm-material-icon-museum:before{content:"\ed3d"}.tm-material-icon-flip_camera_android:before{content:"\ed3e"}.tm-material-icon-flip_camera_ios:before{content:"\ed3f"}.tm-material-icon-cancel_schedule_send:before{content:"\ed40"}.tm-material-icon-apartment:before{content:"\ed41"}.tm-material-icon-bathtub:before{content:"\ed42"}.tm-material-icon-deck:before{content:"\ed43"}.tm-material-icon-fireplace:before{content:"\ed44"}.tm-material-icon-house:before{content:"\ed45"}.tm-material-icon-king_bed:before{content:"\ed46"}.tm-material-icon-nights_stay:before{content:"\ed47"}.tm-material-icon-outdoor_grill:before{content:"\ed48"}.tm-material-icon-single_bed:before{content:"\ed49"}.tm-material-icon-square_foot:before{content:"\ed4a"}.tm-material-icon-double_arrow:before{content:"\ed4b"}.tm-material-icon-sports_baseball:before{content:"\ed4c"}.tm-material-icon-attractions:before{content:"\ed4d"}.tm-material-icon-bakery_dining:before{content:"\ed4e"}.tm-material-icon-breakfast_dining:before{content:"\ed4f"}.tm-material-icon-car_rental:before{content:"\ed50"}.tm-material-icon-car_repair:before{content:"\ed51"}.tm-material-icon-dinner_dining:before{content:"\ed52"}.tm-material-icon-dry_cleaning:before{content:"\ed53"}.tm-material-icon-hardware:before{content:"\ed54"}.tm-material-icon-liquor:before{content:"\ed55"}.tm-material-icon-lunch_dining:before{content:"\ed56"}.tm-material-icon-nightlife:before{content:"\ed57"}.tm-material-icon-park:before{content:"\ed58"}.tm-material-icon-ramen_dining:before{content:"\ed59"}.tm-material-icon-celebration:before{content:"\ed5a"}.tm-material-icon-theater_comedy:before{content:"\ed5b"}.tm-material-icon-badge:before{content:"\ed5c"}.tm-material-icon-festival:before{content:"\ed5d"}.tm-material-icon-icecream:before{content:"\ed5e"}.tm-material-icon-volunteer_activism:before{content:"\ed5f"}.tm-material-icon-contactless:before{content:"\ed60"}.tm-material-icon-delivery_dining:before{content:"\ed61"}.tm-material-icon-brunch_dining:before{content:"\ed62"}.tm-material-icon-takeout_dining:before{content:"\ed63"}.tm-material-icon-ac_unit:before{content:"\ed64"}.tm-material-icon-airport_shuttle:before{content:"\ed65"}.tm-material-icon-all_inclusive:before{content:"\ed66"}.tm-material-icon-beach_access:before{content:"\ed67"}.tm-material-icon-business_center:before{content:"\ed68"}.tm-material-icon-casino:before{content:"\ed69"}.tm-material-icon-child_care:before{content:"\ed6a"}.tm-material-icon-child_friendly:before{content:"\ed6b"}.tm-material-icon-fitness_center:before{content:"\ed6c"}.tm-material-icon-golf_course:before{content:"\ed6d"}.tm-material-icon-hot_tub:before{content:"\ed6e"}.tm-material-icon-kitchen:before{content:"\ed6f"}.tm-material-icon-pool:before{content:"\ed70"}.tm-material-icon-room_service:before{content:"\ed71"}.tm-material-icon-smoke_free:before{content:"\ed72"}.tm-material-icon-smoking_rooms:before{content:"\ed73"}.tm-material-icon-spa:before{content:"\ed74"}.tm-material-icon-no_meeting_room:before{content:"\ed75"}.tm-material-icon-meeting_room:before{content:"\ed76"}.tm-material-icon-goat:before{content:"\ed77"}@font-face {
font-family: 'simple-line-icons';
src: url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);
src: url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before,
.icon-people:before,
.icon-user-female:before,
.icon-user-follow:before,
.icon-user-following:before,
.icon-user-unfollow:before,
.icon-login:before,
.icon-logout:before,
.icon-emotsmile:before,
.icon-phone:before,
.icon-call-end:before,
.icon-call-in:before,
.icon-call-out:before,
.icon-map:before,
.icon-location-pin:before,
.icon-direction:before,
.icon-directions:before,
.icon-compass:before,
.icon-layers:before,
.icon-menu:before,
.icon-list:before,
.icon-options-vertical:before,
.icon-options:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-arrow-up-circle:before,
.icon-arrow-left-circle:before,
.icon-arrow-right-circle:before,
.icon-arrow-down-circle:before,
.icon-check:before,
.icon-clock:before,
.icon-plus:before,
.icon-minus:before,
.icon-close:before,
.icon-event:before,
.icon-exclamation:before,
.icon-organization:before,
.icon-trophy:before,
.icon-screen-smartphone:before,
.icon-screen-desktop:before,
.icon-plane:before,
.icon-notebook:before,
.icon-mustache:before,
.icon-mouse:before,
.icon-magnet:before,
.icon-energy:before,
.icon-disc:before,
.icon-cursor:before,
.icon-cursor-move:before,
.icon-crop:before,
.icon-chemistry:before,
.icon-speedometer:before,
.icon-shield:before,
.icon-screen-tablet:before,
.icon-magic-wand:before,
.icon-hourglass:before,
.icon-graduation:before,
.icon-ghost:before,
.icon-game-controller:before,
.icon-fire:before,
.icon-eyeglass:before,
.icon-envelope-open:before,
.icon-envelope-letter:before,
.icon-bell:before,
.icon-badge:before,
.icon-anchor:before,
.icon-wallet:before,
.icon-vector:before,
.icon-speech:before,
.icon-puzzle:before,
.icon-printer:before,
.icon-present:before,
.icon-playlist:before,
.icon-pin:before,
.icon-picture:before,
.icon-handbag:before,
.icon-globe-alt:before,
.icon-globe:before,
.icon-folder-alt:before,
.icon-folder:before,
.icon-film:before,
.icon-feed:before,
.icon-drop:before,
.icon-drawer:before,
.icon-docs:before,
.icon-doc:before,
.icon-diamond:before,
.icon-cup:before,
.icon-calculator:before,
.icon-bubbles:before,
.icon-briefcase:before,
.icon-book-open:before,
.icon-basket-loaded:before,
.icon-basket:before,
.icon-bag:before,
.icon-action-undo:before,
.icon-action-redo:before,
.icon-wrench:before,
.icon-umbrella:before,
.icon-trash:before,
.icon-tag:before,
.icon-support:before,
.icon-frame:before,
.icon-size-fullscreen:before,
.icon-size-actual:before,
.icon-shuffle:before,
.icon-share-alt:before,
.icon-share:before,
.icon-rocket:before,
.icon-question:before,
.icon-pie-chart:before,
.icon-pencil:before,
.icon-note:before,
.icon-loop:before,
.icon-home:before,
.icon-grid:before,
.icon-graph:before,
.icon-microphone:before,
.icon-music-tone-alt:before,
.icon-music-tone:before,
.icon-earphones-alt:before,
.icon-earphones:before,
.icon-equalizer:before,
.icon-like:before,
.icon-dislike:before,
.icon-control-start:before,
.icon-control-rewind:before,
.icon-control-play:before,
.icon-control-pause:before,
.icon-control-forward:before,
.icon-control-end:before,
.icon-volume-1:before,
.icon-volume-2:before,
.icon-volume-off:before,
.icon-calendar:before,
.icon-bulb:before,
.icon-chart:before,
.icon-ban:before,
.icon-bubble:before,
.icon-camrecorder:before,
.icon-camera:before,
.icon-cloud-download:before,
.icon-cloud-upload:before,
.icon-envelope:before,
.icon-eye:before,
.icon-flag:before,
.icon-heart:before,
.icon-info:before,
.icon-key:before,
.icon-link:before,
.icon-lock:before,
.icon-lock-open:before,
.icon-magnifier:before,
.icon-magnifier-add:before,
.icon-magnifier-remove:before,
.icon-paper-clip:before,
.icon-paper-plane:before,
.icon-power:before,
.icon-refresh:before,
.icon-reload:before,
.icon-settings:before,
.icon-star:before,
.icon-symbol-female:before,
.icon-symbol-male:before,
.icon-target:before,
.icon-credit-card:before,
.icon-paypal:before,
.icon-social-tumblr:before,
.icon-social-twitter:before,
.icon-social-facebook:before,
.icon-social-instagram:before,
.icon-social-linkedin:before,
.icon-social-pinterest:before,
.icon-social-github:before,
.icon-social-google:before,
.icon-social-reddit:before,
.icon-social-skype:before,
.icon-social-dribbble:before,
.icon-social-behance:before,
.icon-social-foursqare:before,
.icon-social-soundcloud:before,
.icon-social-spotify:before,
.icon-social-stumbleupon:before,
.icon-social-youtube:before,
.icon-social-dropbox:before,
.icon-social-vkontakte:before,
.icon-social-steam:before{
font-family: 'simple-line-icons';
}
.icon-user:before {
content: "\e005";
}
.icon-people:before {
content: "\e001";
}
.icon-user-female:before {
content: "\e000";
}
.icon-user-follow:before {
content: "\e002";
}
.icon-user-following:before {
content: "\e003";
}
.icon-user-unfollow:before {
content: "\e004";
}
.icon-login:before {
content: "\e066";
}
.icon-logout:before {
content: "\e065";
}
.icon-emotsmile:before {
content: "\e021";
}
.icon-phone:before {
content: "\e600";
}
.icon-call-end:before {
content: "\e048";
}
.icon-call-in:before {
content: "\e047";
}
.icon-call-out:before {
content: "\e046";
}
.icon-map:before {
content: "\e033";
}
.icon-location-pin:before {
content: "\e096";
}
.icon-direction:before {
content: "\e042";
}
.icon-directions:before {
content: "\e041";
}
.icon-compass:before {
content: "\e045";
}
.icon-layers:before {
content: "\e034";
}
.icon-menu:before {
content: "\e601";
}
.icon-list:before {
content: "\e067";
}
.icon-options-vertical:before {
content: "\e602";
}
.icon-options:before {
content: "\e603";
}
.icon-arrow-down:before {
content: "\e604";
}
.icon-arrow-left:before {
content: "\e605";
}
.icon-arrow-right:before {
content: "\e606";
}
.icon-arrow-up:before {
content: "\e607";
}
.icon-arrow-up-circle:before {
content: "\e078";
}
.icon-arrow-left-circle:before {
content: "\e07a";
}
.icon-arrow-right-circle:before {
content: "\e079";
}
.icon-arrow-down-circle:before {
content: "\e07b";
}
.icon-check:before {
content: "\e080";
}
.icon-clock:before {
content: "\e081";
}
.icon-plus:before {
content: "\e095";
}
.icon-minus:before {
content: "\e615";
}
.icon-close:before {
content: "\e082";
}
.icon-event:before {
content: "\e619";
}
.icon-exclamation:before {
content: "\e617";
}
.icon-organization:before {
content: "\e616";
}
.icon-trophy:before {
content: "\e006";
}
.icon-screen-smartphone:before {
content: "\e010";
}
.icon-screen-desktop:before {
content: "\e011";
}
.icon-plane:before {
content: "\e012";
}
.icon-notebook:before {
content: "\e013";
}
.icon-mustache:before {
content: "\e014";
}
.icon-mouse:before {
content: "\e015";
}
.icon-magnet:before {
content: "\e016";
}
.icon-energy:before {
content: "\e020";
}
.icon-disc:before {
content: "\e022";
}
.icon-cursor:before {
content: "\e06e";
}
.icon-cursor-move:before {
content: "\e023";
}
.icon-crop:before {
content: "\e024";
}
.icon-chemistry:before {
content: "\e026";
}
.icon-speedometer:before {
content: "\e007";
}
.icon-shield:before {
content: "\e00e";
}
.icon-screen-tablet:before {
content: "\e00f";
}
.icon-magic-wand:before {
content: "\e017";
}
.icon-hourglass:before {
content: "\e018";
}
.icon-graduation:before {
content: "\e019";
}
.icon-ghost:before {
content: "\e01a";
}
.icon-game-controller:before {
content: "\e01b";
}
.icon-fire:before {
content: "\e01c";
}
.icon-eyeglass:before {
content: "\e01d";
}
.icon-envelope-open:before {
content: "\e01e";
}
.icon-envelope-letter:before {
content: "\e01f";
}
.icon-bell:before {
content: "\e027";
}
.icon-badge:before {
content: "\e028";
}
.icon-anchor:before {
content: "\e029";
}
.icon-wallet:before {
content: "\e02a";
}
.icon-vector:before {
content: "\e02b";
}
.icon-speech:before {
content: "\e02c";
}
.icon-puzzle:before {
content: "\e02d";
}
.icon-printer:before {
content: "\e02e";
}
.icon-present:before {
content: "\e02f";
}
.icon-playlist:before {
content: "\e030";
}
.icon-pin:before {
content: "\e031";
}
.icon-picture:before {
content: "\e032";
}
.icon-handbag:before {
content: "\e035";
}
.icon-globe-alt:before {
content: "\e036";
}
.icon-globe:before {
content: "\e037";
}
.icon-folder-alt:before {
content: "\e039";
}
.icon-folder:before {
content: "\e089";
}
.icon-film:before {
content: "\e03a";
}
.icon-feed:before {
content: "\e03b";
}
.icon-drop:before {
content: "\e03e";
}
.icon-drawer:before {
content: "\e03f";
}
.icon-docs:before {
content: "\e040";
}
.icon-doc:before {
content: "\e085";
}
.icon-diamond:before {
content: "\e043";
}
.icon-cup:before {
content: "\e044";
}
.icon-calculator:before {
content: "\e049";
}
.icon-bubbles:before {
content: "\e04a";
}
.icon-briefcase:before {
content: "\e04b";
}
.icon-book-open:before {
content: "\e04c";
}
.icon-basket-loaded:before {
content: "\e04d";
}
.icon-basket:before {
content: "\e04e";
}
.icon-bag:before {
content: "\e04f";
}
.icon-action-undo:before {
content: "\e050";
}
.icon-action-redo:before {
content: "\e051";
}
.icon-wrench:before {
content: "\e052";
}
.icon-umbrella:before {
content: "\e053";
}
.icon-trash:before {
content: "\e054";
}
.icon-tag:before {
content: "\e055";
}
.icon-support:before {
content: "\e056";
}
.icon-frame:before {
content: "\e038";
}
.icon-size-fullscreen:before {
content: "\e057";
}
.icon-size-actual:before {
content: "\e058";
}
.icon-shuffle:before {
content: "\e059";
}
.icon-share-alt:before {
content: "\e05a";
}
.icon-share:before {
content: "\e05b";
}
.icon-rocket:before {
content: "\e05c";
}
.icon-question:before {
content: "\e05d";
}
.icon-pie-chart:before {
content: "\e05e";
}
.icon-pencil:before {
content: "\e05f";
}
.icon-note:before {
content: "\e060";
}
.icon-loop:before {
content: "\e064";
}
.icon-home:before {
content: "\e069";
}
.icon-grid:before {
content: "\e06a";
}
.icon-graph:before {
content: "\e06b";
}
.icon-microphone:before {
content: "\e063";
}
.icon-music-tone-alt:before {
content: "\e061";
}
.icon-music-tone:before {
content: "\e062";
}
.icon-earphones-alt:before {
content: "\e03c";
}
.icon-earphones:before {
content: "\e03d";
}
.icon-equalizer:before {
content: "\e06c";
}
.icon-like:before {
content: "\e068";
}
.icon-dislike:before {
content: "\e06d";
}
.icon-control-start:before {
content: "\e06f";
}
.icon-control-rewind:before {
content: "\e070";
}
.icon-control-play:before {
content: "\e071";
}
.icon-control-pause:before {
content: "\e072";
}
.icon-control-forward:before {
content: "\e073";
}
.icon-control-end:before {
content: "\e074";
}
.icon-volume-1:before {
content: "\e09f";
}
.icon-volume-2:before {
content: "\e0a0";
}
.icon-volume-off:before {
content: "\e0a1";
}
.icon-calendar:before {
content: "\e075";
}
.icon-bulb:before {
content: "\e076";
}
.icon-chart:before {
content: "\e077";
}
.icon-ban:before {
content: "\e07c";
}
.icon-bubble:before {
content: "\e07d";
}
.icon-camrecorder:before {
content: "\e07e";
}
.icon-camera:before {
content: "\e07f";
}
.icon-cloud-download:before {
content: "\e083";
}
.icon-cloud-upload:before {
content: "\e084";
}
.icon-envelope:before {
content: "\e086";
}
.icon-eye:before {
content: "\e087";
}
.icon-flag:before {
content: "\e088";
}
.icon-heart:before {
content: "\e08a";
}
.icon-info:before {
content: "\e08b";
}
.icon-key:before {
content: "\e08c";
}
.icon-link:before {
content: "\e08d";
}
.icon-lock:before {
content: "\e08e";
}
.icon-lock-open:before {
content: "\e08f";
}
.icon-magnifier:before {
content: "\e090";
}
.icon-magnifier-add:before {
content: "\e091";
}
.icon-magnifier-remove:before {
content: "\e092";
}
.icon-paper-clip:before {
content: "\e093";
}
.icon-paper-plane:before {
content: "\e094";
}
.icon-power:before {
content: "\e097";
}
.icon-refresh:before {
content: "\e098";
}
.icon-reload:before {
content: "\e099";
}
.icon-settings:before {
content: "\e09a";
}
.icon-star:before {
content: "\e09b";
}
.icon-symbol-female:before {
content: "\e09c";
}
.icon-symbol-male:before {
content: "\e09d";
}
.icon-target:before {
content: "\e09e";
}
.icon-credit-card:before {
content: "\e025";
}
.icon-paypal:before {
content: "\e608";
}
.icon-social-tumblr:before {
content: "\e00a";
}
.icon-social-twitter:before {
content: "\e009";
}
.icon-social-facebook:before {
content: "\e00b";
}
.icon-social-instagram:before {
content: "\e609";
}
.icon-social-linkedin:before {
content: "\e60a";
}
.icon-social-pinterest:before {
content: "\e60b";
}
.icon-social-github:before {
content: "\e60c";
}
.icon-social-google:before {
content: "\e60d";
}
.icon-social-reddit:before {
content: "\e60e";
}
.icon-social-skype:before {
content: "\e60f";
}
.icon-social-dribbble:before {
content: "\e00d";
}
.icon-social-behance:before {
content: "\e610";
}
.icon-social-foursqare:before {
content: "\e611";
}
.icon-social-soundcloud:before {
content: "\e612";
}
.icon-social-spotify:before {
content: "\e613";
}
.icon-social-stumbleupon:before {
content: "\e614";
}
.icon-social-youtube:before {
content: "\e008";
}
.icon-social-dropbox:before {
content: "\e00c";
}
.icon-social-vkontakte:before {
content: "\e618";
}
.icon-social-steam:before {
content: "\e620";
}@font-face {
font-family: 'simple-line-icons';
src: url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);
src: url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//drohealth.com/wp-content/plugins/master-addons/assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before,
.icon-people:before,
.icon-user-female:before,
.icon-user-follow:before,
.icon-user-following:before,
.icon-user-unfollow:before,
.icon-login:before,
.icon-logout:before,
.icon-emotsmile:before,
.icon-phone:before,
.icon-call-end:before,
.icon-call-in:before,
.icon-call-out:before,
.icon-map:before,
.icon-location-pin:before,
.icon-direction:before,
.icon-directions:before,
.icon-compass:before,
.icon-layers:before,
.icon-menu:before,
.icon-list:before,
.icon-options-vertical:before,
.icon-options:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-arrow-up-circle:before,
.icon-arrow-left-circle:before,
.icon-arrow-right-circle:before,
.icon-arrow-down-circle:before,
.icon-check:before,
.icon-clock:before,
.icon-plus:before,
.icon-minus:before,
.icon-close:before,
.icon-event:before,
.icon-exclamation:before,
.icon-organization:before,
.icon-trophy:before,
.icon-screen-smartphone:before,
.icon-screen-desktop:before,
.icon-plane:before,
.icon-notebook:before,
.icon-mustache:before,
.icon-mouse:before,
.icon-magnet:before,
.icon-energy:before,
.icon-disc:before,
.icon-cursor:before,
.icon-cursor-move:before,
.icon-crop:before,
.icon-chemistry:before,
.icon-speedometer:before,
.icon-shield:before,
.icon-screen-tablet:before,
.icon-magic-wand:before,
.icon-hourglass:before,
.icon-graduation:before,
.icon-ghost:before,
.icon-game-controller:before,
.icon-fire:before,
.icon-eyeglass:before,
.icon-envelope-open:before,
.icon-envelope-letter:before,
.icon-bell:before,
.icon-badge:before,
.icon-anchor:before,
.icon-wallet:before,
.icon-vector:before,
.icon-speech:before,
.icon-puzzle:before,
.icon-printer:before,
.icon-present:before,
.icon-playlist:before,
.icon-pin:before,
.icon-picture:before,
.icon-handbag:before,
.icon-globe-alt:before,
.icon-globe:before,
.icon-folder-alt:before,
.icon-folder:before,
.icon-film:before,
.icon-feed:before,
.icon-drop:before,
.icon-drawer:before,
.icon-docs:before,
.icon-doc:before,
.icon-diamond:before,
.icon-cup:before,
.icon-calculator:before,
.icon-bubbles:before,
.icon-briefcase:before,
.icon-book-open:before,
.icon-basket-loaded:before,
.icon-basket:before,
.icon-bag:before,
.icon-action-undo:before,
.icon-action-redo:before,
.icon-wrench:before,
.icon-umbrella:before,
.icon-trash:before,
.icon-tag:before,
.icon-support:before,
.icon-frame:before,
.icon-size-fullscreen:before,
.icon-size-actual:before,
.icon-shuffle:before,
.icon-share-alt:before,
.icon-share:before,
.icon-rocket:before,
.icon-question:before,
.icon-pie-chart:before,
.icon-pencil:before,
.icon-note:before,
.icon-loop:before,
.icon-home:before,
.icon-grid:before,
.icon-graph:before,
.icon-microphone:before,
.icon-music-tone-alt:before,
.icon-music-tone:before,
.icon-earphones-alt:before,
.icon-earphones:before,
.icon-equalizer:before,
.icon-like:before,
.icon-dislike:before,
.icon-control-start:before,
.icon-control-rewind:before,
.icon-control-play:before,
.icon-control-pause:before,
.icon-control-forward:before,
.icon-control-end:before,
.icon-volume-1:before,
.icon-volume-2:before,
.icon-volume-off:before,
.icon-calendar:before,
.icon-bulb:before,
.icon-chart:before,
.icon-ban:before,
.icon-bubble:before,
.icon-camrecorder:before,
.icon-camera:before,
.icon-cloud-download:before,
.icon-cloud-upload:before,
.icon-envelope:before,
.icon-eye:before,
.icon-flag:before,
.icon-heart:before,
.icon-info:before,
.icon-key:before,
.icon-link:before,
.icon-lock:before,
.icon-lock-open:before,
.icon-magnifier:before,
.icon-magnifier-add:before,
.icon-magnifier-remove:before,
.icon-paper-clip:before,
.icon-paper-plane:before,
.icon-power:before,
.icon-refresh:before,
.icon-reload:before,
.icon-settings:before,
.icon-star:before,
.icon-symbol-female:before,
.icon-symbol-male:before,
.icon-target:before,
.icon-credit-card:before,
.icon-paypal:before,
.icon-social-tumblr:before,
.icon-social-twitter:before,
.icon-social-facebook:before,
.icon-social-instagram:before,
.icon-social-linkedin:before,
.icon-social-pinterest:before,
.icon-social-github:before,
.icon-social-google:before,
.icon-social-reddit:before,
.icon-social-skype:before,
.icon-social-dribbble:before,
.icon-social-behance:before,
.icon-social-foursqare:before,
.icon-social-soundcloud:before,
.icon-social-spotify:before,
.icon-social-stumbleupon:before,
.icon-social-youtube:before,
.icon-social-dropbox:before,
.icon-social-vkontakte:before,
.icon-social-steam:before{
font-family: 'simple-line-icons';
}
.icon-user:before {
content: "\e005";
}
.icon-people:before {
content: "\e001";
}
.icon-user-female:before {
content: "\e000";
}
.icon-user-follow:before {
content: "\e002";
}
.icon-user-following:before {
content: "\e003";
}
.icon-user-unfollow:before {
content: "\e004";
}
.icon-login:before {
content: "\e066";
}
.icon-logout:before {
content: "\e065";
}
.icon-emotsmile:before {
content: "\e021";
}
.icon-phone:before {
content: "\e600";
}
.icon-call-end:before {
content: "\e048";
}
.icon-call-in:before {
content: "\e047";
}
.icon-call-out:before {
content: "\e046";
}
.icon-map:before {
content: "\e033";
}
.icon-location-pin:before {
content: "\e096";
}
.icon-direction:before {
content: "\e042";
}
.icon-directions:before {
content: "\e041";
}
.icon-compass:before {
content: "\e045";
}
.icon-layers:before {
content: "\e034";
}
.icon-menu:before {
content: "\e601";
}
.icon-list:before {
content: "\e067";
}
.icon-options-vertical:before {
content: "\e602";
}
.icon-options:before {
content: "\e603";
}
.icon-arrow-down:before {
content: "\e604";
}
.icon-arrow-left:before {
content: "\e605";
}
.icon-arrow-right:before {
content: "\e606";
}
.icon-arrow-up:before {
content: "\e607";
}
.icon-arrow-up-circle:before {
content: "\e078";
}
.icon-arrow-left-circle:before {
content: "\e07a";
}
.icon-arrow-right-circle:before {
content: "\e079";
}
.icon-arrow-down-circle:before {
content: "\e07b";
}
.icon-check:before {
content: "\e080";
}
.icon-clock:before {
content: "\e081";
}
.icon-plus:before {
content: "\e095";
}
.icon-minus:before {
content: "\e615";
}
.icon-close:before {
content: "\e082";
}
.icon-event:before {
content: "\e619";
}
.icon-exclamation:before {
content: "\e617";
}
.icon-organization:before {
content: "\e616";
}
.icon-trophy:before {
content: "\e006";
}
.icon-screen-smartphone:before {
content: "\e010";
}
.icon-screen-desktop:before {
content: "\e011";
}
.icon-plane:before {
content: "\e012";
}
.icon-notebook:before {
content: "\e013";
}
.icon-mustache:before {
content: "\e014";
}
.icon-mouse:before {
content: "\e015";
}
.icon-magnet:before {
content: "\e016";
}
.icon-energy:before {
content: "\e020";
}
.icon-disc:before {
content: "\e022";
}
.icon-cursor:before {
content: "\e06e";
}
.icon-cursor-move:before {
content: "\e023";
}
.icon-crop:before {
content: "\e024";
}
.icon-chemistry:before {
content: "\e026";
}
.icon-speedometer:before {
content: "\e007";
}
.icon-shield:before {
content: "\e00e";
}
.icon-screen-tablet:before {
content: "\e00f";
}
.icon-magic-wand:before {
content: "\e017";
}
.icon-hourglass:before {
content: "\e018";
}
.icon-graduation:before {
content: "\e019";
}
.icon-ghost:before {
content: "\e01a";
}
.icon-game-controller:before {
content: "\e01b";
}
.icon-fire:before {
content: "\e01c";
}
.icon-eyeglass:before {
content: "\e01d";
}
.icon-envelope-open:before {
content: "\e01e";
}
.icon-envelope-letter:before {
content: "\e01f";
}
.icon-bell:before {
content: "\e027";
}
.icon-badge:before {
content: "\e028";
}
.icon-anchor:before {
content: "\e029";
}
.icon-wallet:before {
content: "\e02a";
}
.icon-vector:before {
content: "\e02b";
}
.icon-speech:before {
content: "\e02c";
}
.icon-puzzle:before {
content: "\e02d";
}
.icon-printer:before {
content: "\e02e";
}
.icon-present:before {
content: "\e02f";
}
.icon-playlist:before {
content: "\e030";
}
.icon-pin:before {
content: "\e031";
}
.icon-picture:before {
content: "\e032";
}
.icon-handbag:before {
content: "\e035";
}
.icon-globe-alt:before {
content: "\e036";
}
.icon-globe:before {
content: "\e037";
}
.icon-folder-alt:before {
content: "\e039";
}
.icon-folder:before {
content: "\e089";
}
.icon-film:before {
content: "\e03a";
}
.icon-feed:before {
content: "\e03b";
}
.icon-drop:before {
content: "\e03e";
}
.icon-drawer:before {
content: "\e03f";
}
.icon-docs:before {
content: "\e040";
}
.icon-doc:before {
content: "\e085";
}
.icon-diamond:before {
content: "\e043";
}
.icon-cup:before {
content: "\e044";
}
.icon-calculator:before {
content: "\e049";
}
.icon-bubbles:before {
content: "\e04a";
}
.icon-briefcase:before {
content: "\e04b";
}
.icon-book-open:before {
content: "\e04c";
}
.icon-basket-loaded:before {
content: "\e04d";
}
.icon-basket:before {
content: "\e04e";
}
.icon-bag:before {
content: "\e04f";
}
.icon-action-undo:before {
content: "\e050";
}
.icon-action-redo:before {
content: "\e051";
}
.icon-wrench:before {
content: "\e052";
}
.icon-umbrella:before {
content: "\e053";
}
.icon-trash:before {
content: "\e054";
}
.icon-tag:before {
content: "\e055";
}
.icon-support:before {
content: "\e056";
}
.icon-frame:before {
content: "\e038";
}
.icon-size-fullscreen:before {
content: "\e057";
}
.icon-size-actual:before {
content: "\e058";
}
.icon-shuffle:before {
content: "\e059";
}
.icon-share-alt:before {
content: "\e05a";
}
.icon-share:before {
content: "\e05b";
}
.icon-rocket:before {
content: "\e05c";
}
.icon-question:before {
content: "\e05d";
}
.icon-pie-chart:before {
content: "\e05e";
}
.icon-pencil:before {
content: "\e05f";
}
.icon-note:before {
content: "\e060";
}
.icon-loop:before {
content: "\e064";
}
.icon-home:before {
content: "\e069";
}
.icon-grid:before {
content: "\e06a";
}
.icon-graph:before {
content: "\e06b";
}
.icon-microphone:before {
content: "\e063";
}
.icon-music-tone-alt:before {
content: "\e061";
}
.icon-music-tone:before {
content: "\e062";
}
.icon-earphones-alt:before {
content: "\e03c";
}
.icon-earphones:before {
content: "\e03d";
}
.icon-equalizer:before {
content: "\e06c";
}
.icon-like:before {
content: "\e068";
}
.icon-dislike:before {
content: "\e06d";
}
.icon-control-start:before {
content: "\e06f";
}
.icon-control-rewind:before {
content: "\e070";
}
.icon-control-play:before {
content: "\e071";
}
.icon-control-pause:before {
content: "\e072";
}
.icon-control-forward:before {
content: "\e073";
}
.icon-control-end:before {
content: "\e074";
}
.icon-volume-1:before {
content: "\e09f";
}
.icon-volume-2:before {
content: "\e0a0";
}
.icon-volume-off:before {
content: "\e0a1";
}
.icon-calendar:before {
content: "\e075";
}
.icon-bulb:before {
content: "\e076";
}
.icon-chart:before {
content: "\e077";
}
.icon-ban:before {
content: "\e07c";
}
.icon-bubble:before {
content: "\e07d";
}
.icon-camrecorder:before {
content: "\e07e";
}
.icon-camera:before {
content: "\e07f";
}
.icon-cloud-download:before {
content: "\e083";
}
.icon-cloud-upload:before {
content: "\e084";
}
.icon-envelope:before {
content: "\e086";
}
.icon-eye:before {
content: "\e087";
}
.icon-flag:before {
content: "\e088";
}
.icon-heart:before {
content: "\e08a";
}
.icon-info:before {
content: "\e08b";
}
.icon-key:before {
content: "\e08c";
}
.icon-link:before {
content: "\e08d";
}
.icon-lock:before {
content: "\e08e";
}
.icon-lock-open:before {
content: "\e08f";
}
.icon-magnifier:before {
content: "\e090";
}
.icon-magnifier-add:before {
content: "\e091";
}
.icon-magnifier-remove:before {
content: "\e092";
}
.icon-paper-clip:before {
content: "\e093";
}
.icon-paper-plane:before {
content: "\e094";
}
.icon-power:before {
content: "\e097";
}
.icon-refresh:before {
content: "\e098";
}
.icon-reload:before {
content: "\e099";
}
.icon-settings:before {
content: "\e09a";
}
.icon-star:before {
content: "\e09b";
}
.icon-symbol-female:before {
content: "\e09c";
}
.icon-symbol-male:before {
content: "\e09d";
}
.icon-target:before {
content: "\e09e";
}
.icon-credit-card:before {
content: "\e025";
}
.icon-paypal:before {
content: "\e608";
}
.icon-social-tumblr:before {
content: "\e00a";
}
.icon-social-twitter:before {
content: "\e009";
}
.icon-social-facebook:before {
content: "\e00b";
}
.icon-social-instagram:before {
content: "\e609";
}
.icon-social-linkedin:before {
content: "\e60a";
}
.icon-social-pinterest:before {
content: "\e60b";
}
.icon-social-github:before {
content: "\e60c";
}
.icon-social-google:before {
content: "\e60d";
}
.icon-social-reddit:before {
content: "\e60e";
}
.icon-social-skype:before {
content: "\e60f";
}
.icon-social-dribbble:before {
content: "\e00d";
}
.icon-social-behance:before {
content: "\e610";
}
.icon-social-foursqare:before {
content: "\e611";
}
.icon-social-soundcloud:before {
content: "\e612";
}
.icon-social-spotify:before {
content: "\e613";
}
.icon-social-stumbleupon:before {
content: "\e614";
}
.icon-social-youtube:before {
content: "\e008";
}
.icon-social-dropbox:before {
content: "\e00c";
}
.icon-social-vkontakte:before {
content: "\e618";
}
.icon-social-steam:before {
content: "\e620";
}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//drohealth.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}