/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
b, strong {
    font-weight: 700;
}
p b, p strong {
    font-weight: 600;
}
.uppercase {
    letter-spacing: 0;
}
a.button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.button {
    font-size: 0.875em;
    font-weight: 500;
    padding: 0.625em 1.25em;
    min-height: auto;
    line-height: normal;
    letter-spacing: normal;
    transition: .1s all;
}
.button path{
    transition: .1s all;
}
.button.is-outline {
    line-height: normal;
    padding: 0.525em 1.1875em;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}
.button.primary:not(.is-outline) {
    background: linear-gradient(172.12deg, #F49B0F 41.38%, #F55502 144.34%);
    border: none;
}
.white.is-outline:hover {
    border-color: transparent;
    color: #fff!important;
    background: linear-gradient(172.12deg, #EE7301 41.38%, #DC1A00 144.34%);
}
.white.is-outline:hover path {
    fill: #fff;
}
.button.primary:not(.is-outline):hover, .button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: none;
    color: #fff;
    opacity: 1;
    outline: none;
    background: linear-gradient(172.12deg, #EE7301 41.38%, #DC1A00 144.34%);
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}

.new-contact-header .primary {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.new-contact-header .is-outline {
    height: 36px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 9px;
    font-size: .875rem;
    font-weight: 500;
}
.header-nav.header-nav-main {
      justify-content: center;
}
.header-nav.header-nav-main.nav>li {
    margin: 0 16px;
}
.header-nav-main.nav>li>a {
    font-size: .875rem;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover, .nav-dropdown>li>a:hover {
    color: #EE7301;
    background: linear-gradient(172.12deg, #EE7301 41.38%, #DC1A00 144.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover .icon-angle-down:before {
    color: #EE7301;
    background: linear-gradient(172.12deg, #EE7301 41.38%, #DC1A00 144.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*dropdown*/
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    border-radius: 20px;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 0px 5px 23px rgba(48, 40, 37, 0.11);
}
.nav-dropdown-default {
    padding: 24px;
    font-weight: 600;
    min-width: 340px
}
.nav-dropdown>li>a{
    color: #212121;
    font-size: 0.875rem;
}
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0;
}
/**/

.service-icon-row {
    margin: 0 auto !important;
}
.service-icon-row>.col{
    padding: 0 30px 45px;
}


/*title*/
h3.section-title {
    font-size: 1.5625rem;
    font-weight: 700;
}
h2.section-title {
    font-size: 1.5625rem;
    font-weight: 700;
}
.section-title {
    justify-content: center;
}
.section-title b {
    display: none;
}
.section-title-main:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="122" height="12" viewBox="0 0 122 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6H121" stroke="%23D6D5D5" stroke-width="1.5" stroke-linecap="round"/><circle cx="61" cy="6" r="6" fill="url(%23paint0_linear_39_48)"/><defs><linearGradient id="paint0_linear_39_48" x1="59.1146" y1="-0.167785" x2="63.7246" y2="12.1805" gradientUnits="userSpaceOnUse"><stop offset="0.297882" stop-color="%23FFAF13"/><stop offset="0.96875" stop-color="%23FF8C21"/><stop offset="1" stop-color="%23FF8C22"/></linearGradient></defs></svg>');
    width: 122px;
    height: 12px;
    margin-top: 12px;
}
.section-title .section-title-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-title-container {
    margin-bottom: 0.75em;
}
.circle-title p strong{
    display: inline-block;
}
.circle-title p strong:before {
    content: '';
    background: linear-gradient(172.12deg, #F49B0F 41.38%, #F55502 144.34%);
    width: 45.62px;
    height: 45.62px;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 99px;
    transform: translate(-25px, -14px);
}
/*end title*/

.icon-box-text h4{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}
.icon-box-text p{
    font-size: 0.75rem;
}

.black-gradient {
    background: linear-gradient(92.18deg, #434242 11.51%, #212121 97.36%);
}


/*cf7*/
.form-intelini-input {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.form-intelini-half {
    width: calc(50% - 10px);
    flex: 0 0;
    flex-basis: calc(50% - 10px);
}
.form-intelini-full {
    width: 100%;
    flex: 0 0 100%;
}
input.wpcf7-not-valid {
   border-color: #ff414142 !important;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    display: none;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-color: #D6D5D5;
    box-shadow: none;
    color: #D6D5D5;
    height: 55px;
    font-size: 1rem;
    padding: 0 1em;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #fff;
    color: #fff;
    opacity: 1!important;
    outline: 0;
}
input::placeholder {
     color: #D6D5D5;
}
input[type="file"]{
   padding: 0 !important;
   color: #fff !important;
   font-size: .85rem
}
input[type="file"]::file-selector-button {
    border-radius: 99px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background:  #F49B0F;    
    background-image: url(/wp-content/themes/flatsome-child/img/files.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    border: none;
    box-shadow: none;
    margin-right: 12px;
    transition: all 0.2s;
    opacity: 1;
}
input[type="file"]::file-selector-button:hover {
    opacity: 0.6;
}
input[type="file"]::file-selector-button:active {
      opacity: 0.4;
}
.form-intelini-betwen {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
input.button {
    margin: 0 !important;
    text-transform: none;
    font-weight: 500;
    font-size: 0.875rem;
}
input.button:before {
    content: '';
}
.cf7icon {
    background-image: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.32227C0 1.49384 0.671573 0.822266 1.5 0.822266H12.5C13.3284 0.822266 14 1.49384 14 2.32227V9.32227C14 10.1507 13.3284 10.8223 12.5 10.8223H1.5C0.671573 10.8223 0 10.1507 0 9.32227V2.32227ZM1.05338 2.09724L6.7154 6.0171C6.88662 6.13564 7.11338 6.13564 7.28461 6.0171L12.9466 2.09724C12.8643 1.93413 12.6952 1.82227 12.5 1.82227H1.5C1.3048 1.82227 1.13572 1.93413 1.05338 2.09724ZM13 3.27655L7.85382 6.83929C7.34015 7.19491 6.65985 7.19491 6.14619 6.83929L1 3.27655V9.32227C1 9.59841 1.22386 9.82227 1.5 9.82227H12.5C12.7761 9.82227 13 9.59841 13 9.32227V3.27655Z" fill="white"/></svg>');
    width: 14px;
    height: 11px;
    margin-right: 8px;
}
.wpcf7-spinner {
    display: none;
}
/*end cf7*/

/*Bullet arrow*/
ul li.bullet-arrow:before {
    content: url("/wp-content/themes/flatsome-child/img/arrow.svg") !important;
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-star {
    border-bottom: 0px solid #ececec;
    list-style: none;
    margin: 0;
    padding: 7px 0 7px 25px;
    position: relative;
}


/*slider*/
.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #D6D5D5 !important;
}
.flickity-page-dots .dot.is-selected {
    background-color: #111;
    opacity: 1!important;
    background: linear-gradient(159.53deg, #FFAF13 33.73%, #FF8C21 91.01%, #FF8C22 93.68%);
}
.flickity-page-dots .dot {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .3s;
    width: 12px;
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
    fill: #000;
    background: #fff;
}
.flickity-prev-next-button {
    width: 55px;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.flickity-prev-next-button svg {
    padding: 27%;
}
.slider-nav-circle .flickity-prev-next-button:hover svg {
    border-color: #000;
    background-color: #000000;
}
.slider-style-focus .flickity-slider>:not(.is-selected) {
    transform: scale(.9);
}

.slider-style-container .flickity-slider>:not(.is-selected), .slider-style-focus .flickity-slider>:not(.is-selected), .slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1;
}

/*tab*/
.tags-p {
    display: flex;
    flex-wrap: wrap;
}
.tags-p p {
    font-size: .875rem;
    color: #000;
    border: 1px solid;
    border-radius: 20px;
    padding: 4px 10px;
    margin-right: 14px;
}
.tab-panels {
    padding-top: 1.8em;
}
.tabbed-content .nav-line-bottom {
    border-bottom: 1px solid #E0E0E0;
    width: auto;
    margin: 0px auto;
}
.tabbed-content .nav-line-bottom>li.tab {
    margin: 0 12px;
}
.tabbed-content .nav-line-bottom>li.tab>a{
    display: flex;
    flex-direction: column-reverse;
}
.tabbed-content .nav-line-bottom>li.tab>a:before{
    bottom: -1px;
    height: 4px;
}
.tabbed-content .nav-line-bottom>li.tab>a:after {
    content: " ";
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.tabbed-content .nav-line-bottom>li.tab>a>span{
    padding: 0 17px;
}
.tabbed-content .nav-line-bottom>li.tab.active>a>span{
    color:#f49b0f;
}


.tabbed-content .nav-line-bottom>#tab-android>a:after {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='android-logo-2 1' clip-path='url(%23clip0_314_1077)'%3E%3Cpath id='Vector' d='M5.81166 13.7916C5.12355 13.7916 4.53972 14.0315 4.0598 14.5114C3.57988 14.9914 3.33984 15.5672 3.33984 16.2394V26.5595C3.33984 27.2484 3.5798 27.8318 4.0598 28.3118C4.53972 28.7917 5.12355 29.0317 5.81166 29.0317C6.49926 29.0317 7.07955 28.7918 7.55203 28.3118C8.02358 27.8319 8.26 27.2484 8.26 26.5595V16.2394C8.26 15.5672 8.02004 14.9914 7.54005 14.5114C7.06005 14.0315 6.4838 13.7916 5.81166 13.7916ZM25.6842 4.52721L27.3883 1.38368C27.5001 1.17557 27.4603 1.01598 27.2685 0.903762C27.0604 0.806999 26.9004 0.85603 26.7886 1.04739L25.0607 4.21605C23.5403 3.54383 21.9322 3.2071 20.2365 3.2071C18.5404 3.2071 16.9321 3.5439 15.4123 4.21605L13.6843 1.04739C13.572 0.85603 13.4121 0.807432 13.2044 0.903762C13.0122 1.01649 12.9724 1.17557 13.0847 1.38368L14.7888 4.52721C13.0609 5.40841 11.6846 6.63565 10.6607 8.2116C9.63672 9.78842 9.12452 11.5115 9.12452 13.384H31.3243C31.3243 11.512 30.812 9.78878 29.7882 8.2116C28.7641 6.63565 27.3958 5.40841 25.6842 4.52721ZM15.8321 9.09952C15.6478 9.28424 15.4277 9.37616 15.1719 9.37616C14.9155 9.37616 14.6999 9.28424 14.524 9.09952C14.3481 8.91567 14.2602 8.69643 14.2602 8.43972C14.2602 8.18387 14.3481 7.9642 14.524 7.77992C14.6999 7.59607 14.9161 7.50414 15.1719 7.50414C15.4277 7.50414 15.6478 7.59607 15.8321 7.77992C16.016 7.96464 16.1083 8.18387 16.1083 8.43972C16.1078 8.696 16.0155 8.91567 15.8321 9.09952ZM25.948 9.09952C25.7717 9.28424 25.5556 9.37616 25.3002 9.37616C25.0438 9.37616 24.8237 9.28424 24.6398 9.09952C24.4556 8.91567 24.3637 8.69643 24.3637 8.43972C24.3637 8.18387 24.4556 7.9642 24.6398 7.77992C24.8237 7.59607 25.0438 7.50414 25.3002 7.50414C25.556 7.50414 25.7717 7.59607 25.948 7.77992C26.1241 7.96464 26.2119 8.18387 26.2119 8.43972C26.2119 8.696 26.124 8.91567 25.948 9.09952ZM9.21984 30.2315C9.21984 30.9682 9.47568 31.5918 9.98745 32.1036C10.4996 32.6154 11.1233 32.8712 11.8595 32.8712H13.6356L13.6599 38.3199C13.6599 39.0079 13.8999 39.5922 14.3798 40.0722C14.8597 40.5522 15.4361 40.7921 16.1078 40.7921C16.7954 40.7921 17.3796 40.5522 17.8596 40.0722C18.3396 39.5922 18.5796 39.008 18.5796 38.3199V32.8717H21.8915V38.3199C21.8915 39.0079 22.1314 39.5922 22.6114 40.0722C23.0914 40.5522 23.6751 40.7921 24.3632 40.7921C25.0509 40.7921 25.6351 40.5522 26.1151 40.0722C26.5951 39.5922 26.835 39.008 26.835 38.3199V32.8717H28.6351C29.355 32.8717 29.9706 32.6158 30.4833 32.104C30.995 31.5923 31.2509 30.9687 31.2509 30.232V14.2471H9.21984V30.2315ZM34.6604 13.7916C33.9881 13.7916 33.4123 14.028 32.9323 14.4995C32.4524 14.9719 32.2125 15.5522 32.2125 16.2394V26.5595C32.2125 27.2484 32.4523 27.8318 32.9323 28.3118C33.4123 28.7918 33.9886 29.0317 34.6604 29.0317C35.348 29.0317 35.9322 28.7918 36.4122 28.3118C36.8922 27.8318 37.1321 27.2484 37.1321 26.5595V16.2394C37.1321 15.5522 36.8922 14.9719 36.4122 14.4995C35.9322 14.028 35.348 13.7916 34.6604 13.7916Z' fill='%23212121'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_314_1077'%3E%3Crect width='39.9851' height='39.9851' fill='white' transform='translate(0.244141 0.808594)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.tabbed-content .nav-line-bottom>#tab-ios>a:after {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ios'%3E%3Cg id='Vector'%3E%3Cpath d='M27.7358 2.05859C27.823 2.05859 27.9103 2.05859 28.0025 2.05859C28.2165 4.70219 27.2074 6.67748 25.9811 8.10792C24.7778 9.52848 23.1301 10.9062 20.4651 10.6972C20.2873 8.09146 21.298 6.26267 22.5227 4.83552C23.6585 3.50549 25.7408 2.32197 27.7358 2.05859Z' fill='%23212121'/%3E%3Cpath d='M35.8032 29.5744C35.8032 29.6007 35.8032 29.6238 35.8032 29.6485C35.0543 31.9168 33.986 33.8608 32.6823 35.6649C31.4921 37.3027 30.0337 39.5068 27.4296 39.5068C25.1795 39.5068 23.6848 38.0599 21.3787 38.0204C18.9392 37.9809 17.5976 39.2303 15.3672 39.5447C15.1121 39.5447 14.8569 39.5447 14.6067 39.5447C12.9689 39.3076 11.6471 38.0105 10.6841 36.8418C7.84463 33.3883 5.65041 28.9275 5.24219 23.2189C5.24219 22.6592 5.24219 22.1012 5.24219 21.5415C5.41503 17.456 7.40019 14.1342 10.0389 12.5243C11.4314 11.6684 13.3458 10.9392 15.4775 11.2651C16.3911 11.4067 17.3244 11.7194 18.1425 12.0289C18.9178 12.3268 19.8873 12.8552 20.8058 12.8272C21.428 12.8091 22.047 12.4848 22.6741 12.256C24.5111 11.5927 26.312 10.8322 28.6856 11.1894C31.5382 11.6206 33.5629 12.8881 34.8139 14.8437C32.4008 16.3794 30.493 18.6938 30.8189 22.6461C31.1086 26.2361 33.1958 28.3365 35.8032 29.5744Z' fill='%23212121'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.tabbed-content .nav-line-bottom>#tab-website>a:after {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='web'%3E%3Cg id='Vector'%3E%3Cpath d='M13.4574 28.8308C15.5816 28.3935 17.8308 28.2061 20.0799 28.2061V21.4586H12.5203C12.5827 24.0826 12.8951 26.5817 13.4574 28.8308Z' fill='%23212121'/%3E%3Cpath d='M15.0193 32.8918C16.3938 35.7033 18.2056 37.4526 20.2049 37.6401V29.0183C18.0182 29.0183 15.8315 29.2682 13.7698 29.643C14.0197 30.8301 14.5195 31.8922 15.0193 32.8918Z' fill='%23212121'/%3E%3Cpath d='M26.0777 9.33808C24.7032 6.46415 22.8914 4.77727 20.9546 4.58984V13.2116C23.1413 13.2116 25.328 12.9617 27.3897 12.5869C27.0149 11.3998 26.5775 10.3377 26.0777 9.33808Z' fill='%23212121'/%3E%3Cpath d='M12.5827 20.7089H20.1424V14.0238C17.8933 14.0238 15.6441 13.7739 13.5199 13.3991C12.8951 15.6482 12.5827 18.1473 12.5827 20.7089Z' fill='%23212121'/%3E%3Cpath d='M15.0193 9.33808C14.5195 10.3377 14.0822 11.4623 13.7698 12.6493C15.8315 13.0242 18.0182 13.2741 20.2049 13.2741V4.58984C18.2056 4.77727 16.3938 6.40167 15.0193 9.33808Z' fill='%23212121'/%3E%3Cpath d='M14.3321 8.96322C15.2068 7.08891 16.3313 5.71443 17.5184 4.83975C13.5199 5.58947 10.0837 7.77616 7.64707 10.8375C9.33394 11.5248 11.1458 12.0871 13.0201 12.4619C13.27 11.2124 13.7073 10.0253 14.3321 8.96322Z' fill='%23212121'/%3E%3Cpath d='M12.7077 13.2116C10.7709 12.7743 8.83413 12.212 7.0223 11.4623C5.148 14.0238 4.02341 17.2726 3.96094 20.6464H11.7705C11.833 18.0848 12.1454 15.5233 12.7077 13.2116Z' fill='%23212121'/%3E%3Cpath d='M14.3321 33.2667C13.8323 32.2046 13.3949 31.0175 13.0201 29.7055C11.1458 30.0804 9.33394 30.6427 7.64707 31.3299C10.0837 34.3913 13.5824 36.578 17.5184 37.3277C16.2689 36.5155 15.2068 35.141 14.3321 33.2667Z' fill='%23212121'/%3E%3Cpath d='M11.7705 21.4586H4.02341C4.08589 24.8948 5.21047 28.0811 7.08478 30.7051C8.83413 29.9554 10.7709 29.3931 12.7702 28.9558C12.1454 26.7066 11.833 24.1451 11.7705 21.4586Z' fill='%23212121'/%3E%3Cpath d='M29.3265 20.7089H37.1361C37.0736 17.2726 35.9491 14.0863 34.0747 11.5248C32.3254 12.2745 30.3886 12.8368 28.3894 13.2741C28.9517 15.5233 29.264 18.0848 29.3265 20.7089Z' fill='%23212121'/%3E%3Cpath d='M28.3894 29.0183C30.3261 29.4556 32.2629 30.0179 34.0747 30.7676C35.9491 28.2061 37.0736 24.9573 37.1361 21.5835H29.3265C29.264 24.1451 28.9517 26.7066 28.3894 29.0183Z' fill='%23212121'/%3E%3Cpath d='M26.765 8.96322C27.2648 10.0253 27.7021 11.2124 28.077 12.5244C29.9513 12.1495 31.7631 11.5872 33.45 10.9C31.0134 7.71368 27.5147 5.58947 23.5786 4.83975C24.8282 5.71443 25.8903 7.08891 26.765 8.96322Z' fill='%23212121'/%3E%3Cpath d='M27.6396 13.3991C25.5154 13.8364 23.2663 14.0238 21.0171 14.0238V20.7089H28.5768C28.5143 18.1473 28.2019 15.6482 27.6396 13.3991Z' fill='%23212121'/%3E%3Cpath d='M26.765 33.2667C25.8903 35.0785 24.7657 36.453 23.5786 37.3902C27.5772 36.6404 31.0134 34.4537 33.45 31.3924C31.7631 30.7051 29.9513 30.1428 28.077 29.768C27.8271 31.0175 27.3273 32.2046 26.765 33.2667Z' fill='%23212121'/%3E%3Cpath d='M28.5143 21.4586H20.9546V28.1436C23.2038 28.1436 25.453 28.3935 27.5772 28.7684C28.2019 26.5817 28.5143 24.0826 28.5143 21.4586Z' fill='%23212121'/%3E%3Cpath d='M26.0777 32.8918C26.5775 31.8922 27.0149 30.7676 27.3273 29.5806C25.2655 29.2057 23.0788 28.9558 20.8921 28.9558V37.6401C22.8914 37.4526 24.7032 35.8282 26.0777 32.8918Z' fill='%23212121'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.tabbed-content .nav-line-bottom>#tab-android.active>a:after {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='android-logo-2 1' clip-path='url(%23clip0_314_1077)'%3E%3Cpath id='Vector' d='M5.81166 13.7916C5.12355 13.7916 4.53972 14.0315 4.0598 14.5114C3.57988 14.9914 3.33984 15.5672 3.33984 16.2394V26.5595C3.33984 27.2484 3.5798 27.8318 4.0598 28.3118C4.53972 28.7917 5.12355 29.0317 5.81166 29.0317C6.49926 29.0317 7.07955 28.7918 7.55203 28.3118C8.02358 27.8319 8.26 27.2484 8.26 26.5595V16.2394C8.26 15.5672 8.02004 14.9914 7.54005 14.5114C7.06005 14.0315 6.4838 13.7916 5.81166 13.7916ZM25.6842 4.52721L27.3883 1.38368C27.5001 1.17557 27.4603 1.01598 27.2685 0.903762C27.0604 0.806999 26.9004 0.85603 26.7886 1.04739L25.0607 4.21605C23.5403 3.54383 21.9322 3.2071 20.2365 3.2071C18.5404 3.2071 16.9321 3.5439 15.4123 4.21605L13.6843 1.04739C13.572 0.85603 13.4121 0.807432 13.2044 0.903762C13.0122 1.01649 12.9724 1.17557 13.0847 1.38368L14.7888 4.52721C13.0609 5.40841 11.6846 6.63565 10.6607 8.2116C9.63672 9.78842 9.12452 11.5115 9.12452 13.384H31.3243C31.3243 11.512 30.812 9.78878 29.7882 8.2116C28.7641 6.63565 27.3958 5.40841 25.6842 4.52721ZM15.8321 9.09952C15.6478 9.28424 15.4277 9.37616 15.1719 9.37616C14.9155 9.37616 14.6999 9.28424 14.524 9.09952C14.3481 8.91567 14.2602 8.69643 14.2602 8.43972C14.2602 8.18387 14.3481 7.9642 14.524 7.77992C14.6999 7.59607 14.9161 7.50414 15.1719 7.50414C15.4277 7.50414 15.6478 7.59607 15.8321 7.77992C16.016 7.96464 16.1083 8.18387 16.1083 8.43972C16.1078 8.696 16.0155 8.91567 15.8321 9.09952ZM25.948 9.09952C25.7717 9.28424 25.5556 9.37616 25.3002 9.37616C25.0438 9.37616 24.8237 9.28424 24.6398 9.09952C24.4556 8.91567 24.3637 8.69643 24.3637 8.43972C24.3637 8.18387 24.4556 7.9642 24.6398 7.77992C24.8237 7.59607 25.0438 7.50414 25.3002 7.50414C25.556 7.50414 25.7717 7.59607 25.948 7.77992C26.1241 7.96464 26.2119 8.18387 26.2119 8.43972C26.2119 8.696 26.124 8.91567 25.948 9.09952ZM9.21984 30.2315C9.21984 30.9682 9.47568 31.5918 9.98745 32.1036C10.4996 32.6154 11.1233 32.8712 11.8595 32.8712H13.6356L13.6599 38.3199C13.6599 39.0079 13.8999 39.5922 14.3798 40.0722C14.8597 40.5522 15.4361 40.7921 16.1078 40.7921C16.7954 40.7921 17.3796 40.5522 17.8596 40.0722C18.3396 39.5922 18.5796 39.008 18.5796 38.3199V32.8717H21.8915V38.3199C21.8915 39.0079 22.1314 39.5922 22.6114 40.0722C23.0914 40.5522 23.6751 40.7921 24.3632 40.7921C25.0509 40.7921 25.6351 40.5522 26.1151 40.0722C26.5951 39.5922 26.835 39.008 26.835 38.3199V32.8717H28.6351C29.355 32.8717 29.9706 32.6158 30.4833 32.104C30.995 31.5923 31.2509 30.9687 31.2509 30.232V14.2471H9.21984V30.2315ZM34.6604 13.7916C33.9881 13.7916 33.4123 14.028 32.9323 14.4995C32.4524 14.9719 32.2125 15.5522 32.2125 16.2394V26.5595C32.2125 27.2484 32.4523 27.8318 32.9323 28.3118C33.4123 28.7918 33.9886 29.0317 34.6604 29.0317C35.348 29.0317 35.9322 28.7918 36.4122 28.3118C36.8922 27.8318 37.1321 27.2484 37.1321 26.5595V16.2394C37.1321 15.5522 36.8922 14.9719 36.4122 14.4995C35.9322 14.028 35.348 13.7916 34.6604 13.7916Z' fill='%23F49B0F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_314_1077'%3E%3Crect width='39.9851' height='39.9851' fill='white' transform='translate(0.244141 0.808594)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.tabbed-content .nav-line-bottom>#tab-ios.active>a:after {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ios'%3E%3Cg id='Vector'%3E%3Cpath d='M27.7358 2.05859C27.823 2.05859 27.9103 2.05859 28.0025 2.05859C28.2165 4.70219 27.2074 6.67748 25.9811 8.10792C24.7778 9.52848 23.1301 10.9062 20.4651 10.6972C20.2873 8.09146 21.298 6.26267 22.5227 4.83552C23.6585 3.50549 25.7408 2.32197 27.7358 2.05859Z' fill='%23F49B0F'/%3E%3Cpath d='M35.8032 29.5744C35.8032 29.6007 35.8032 29.6238 35.8032 29.6485C35.0543 31.9168 33.986 33.8608 32.6823 35.6649C31.4921 37.3027 30.0337 39.5068 27.4296 39.5068C25.1795 39.5068 23.6848 38.0599 21.3787 38.0204C18.9392 37.9809 17.5976 39.2303 15.3672 39.5447C15.1121 39.5447 14.8569 39.5447 14.6067 39.5447C12.9689 39.3076 11.6471 38.0105 10.6841 36.8418C7.84463 33.3883 5.65041 28.9275 5.24219 23.2189C5.24219 22.6592 5.24219 22.1012 5.24219 21.5415C5.41503 17.456 7.40019 14.1342 10.0389 12.5243C11.4314 11.6684 13.3458 10.9392 15.4775 11.2651C16.3911 11.4067 17.3244 11.7194 18.1425 12.0289C18.9178 12.3268 19.8873 12.8552 20.8058 12.8272C21.428 12.8091 22.047 12.4848 22.6741 12.256C24.5111 11.5927 26.312 10.8322 28.6856 11.1894C31.5382 11.6206 33.5629 12.8881 34.8139 14.8437C32.4008 16.3794 30.493 18.6938 30.8189 22.6461C31.1086 26.2361 33.1958 28.3365 35.8032 29.5744Z' fill='%23F49B0F'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.tabbed-content .nav-line-bottom>#tab-website.active>a:after {
background-image: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='web'%3E%3Cg id='Vector'%3E%3Cpath d='M13.4574 28.8308C15.5816 28.3935 17.8308 28.2061 20.0799 28.2061V21.4586H12.5203C12.5827 24.0826 12.8951 26.5817 13.4574 28.8308Z' fill='%23F49B0F'/%3E%3Cpath d='M15.0193 32.8918C16.3938 35.7033 18.2056 37.4526 20.2049 37.6401V29.0183C18.0182 29.0183 15.8315 29.2682 13.7698 29.643C14.0197 30.8301 14.5195 31.8922 15.0193 32.8918Z' fill='%23F49B0F'/%3E%3Cpath d='M26.0777 9.33808C24.7032 6.46415 22.8914 4.77727 20.9546 4.58984V13.2116C23.1413 13.2116 25.328 12.9617 27.3897 12.5869C27.0149 11.3998 26.5775 10.3377 26.0777 9.33808Z' fill='%23F49B0F'/%3E%3Cpath d='M12.5827 20.7089H20.1424V14.0238C17.8933 14.0238 15.6441 13.7739 13.5199 13.3991C12.8951 15.6482 12.5827 18.1473 12.5827 20.7089Z' fill='%23F49B0F'/%3E%3Cpath d='M15.0193 9.33808C14.5195 10.3377 14.0822 11.4623 13.7698 12.6493C15.8315 13.0242 18.0182 13.2741 20.2049 13.2741V4.58984C18.2056 4.77727 16.3938 6.40167 15.0193 9.33808Z' fill='%23F49B0F'/%3E%3Cpath d='M14.3321 8.96322C15.2068 7.08891 16.3313 5.71443 17.5184 4.83975C13.5199 5.58947 10.0837 7.77616 7.64707 10.8375C9.33394 11.5248 11.1458 12.0871 13.0201 12.4619C13.27 11.2124 13.7073 10.0253 14.3321 8.96322Z' fill='%23F49B0F'/%3E%3Cpath d='M12.7077 13.2116C10.7709 12.7743 8.83413 12.212 7.0223 11.4623C5.148 14.0238 4.02341 17.2726 3.96094 20.6464H11.7705C11.833 18.0848 12.1454 15.5233 12.7077 13.2116Z' fill='%23F49B0F'/%3E%3Cpath d='M14.3321 33.2667C13.8323 32.2046 13.3949 31.0175 13.0201 29.7055C11.1458 30.0804 9.33394 30.6427 7.64707 31.3299C10.0837 34.3913 13.5824 36.578 17.5184 37.3277C16.2689 36.5155 15.2068 35.141 14.3321 33.2667Z' fill='%23F49B0F'/%3E%3Cpath d='M11.7705 21.4586H4.02341C4.08589 24.8948 5.21047 28.0811 7.08478 30.7051C8.83413 29.9554 10.7709 29.3931 12.7702 28.9558C12.1454 26.7066 11.833 24.1451 11.7705 21.4586Z' fill='%23F49B0F'/%3E%3Cpath d='M29.3265 20.7089H37.1361C37.0736 17.2726 35.9491 14.0863 34.0747 11.5248C32.3254 12.2745 30.3886 12.8368 28.3894 13.2741C28.9517 15.5233 29.264 18.0848 29.3265 20.7089Z' fill='%23F49B0F'/%3E%3Cpath d='M28.3894 29.0183C30.3261 29.4556 32.2629 30.0179 34.0747 30.7676C35.9491 28.2061 37.0736 24.9573 37.1361 21.5835H29.3265C29.264 24.1451 28.9517 26.7066 28.3894 29.0183Z' fill='%23F49B0F'/%3E%3Cpath d='M26.765 8.96322C27.2648 10.0253 27.7021 11.2124 28.077 12.5244C29.9513 12.1495 31.7631 11.5872 33.45 10.9C31.0134 7.71368 27.5147 5.58947 23.5786 4.83975C24.8282 5.71443 25.8903 7.08891 26.765 8.96322Z' fill='%23F49B0F'/%3E%3Cpath d='M27.6396 13.3991C25.5154 13.8364 23.2663 14.0238 21.0171 14.0238V20.7089H28.5768C28.5143 18.1473 28.2019 15.6482 27.6396 13.3991Z' fill='%23F49B0F'/%3E%3Cpath d='M26.765 33.2667C25.8903 35.0785 24.7657 36.453 23.5786 37.3902C27.5772 36.6404 31.0134 34.4537 33.45 31.3924C31.7631 30.7051 29.9513 30.1428 28.077 29.768C27.8271 31.0175 27.3273 32.2046 26.765 33.2667Z' fill='%23F49B0F'/%3E%3Cpath d='M28.5143 21.4586H20.9546V28.1436C23.2038 28.1436 25.453 28.3935 27.5772 28.7684C28.2019 26.5817 28.5143 24.0826 28.5143 21.4586Z' fill='%23F49B0F'/%3E%3Cpath d='M26.0777 32.8918C26.5775 31.8922 27.0149 30.7676 27.3273 29.5806C25.2655 29.2057 23.0788 28.9558 20.8921 28.9558V37.6401C22.8914 37.4526 24.7032 35.8282 26.0777 32.8918Z' fill='%23F49B0F'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}







.tabbed-content .nav-line-bottom>#tab-desktop>a:after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='37' height='31' fill='none'%3e%3cpath fill='%23212121' fill-rule='evenodd' d='M.404 2.251c0-.954.774-1.728 1.728-1.728h32.463c.954 0 1.728.774 1.728 1.728v21.723c0 .954-.774 1.727-1.728 1.727H2.132a1.728 1.728 0 0 1-1.728-1.727V2.25Zm1.208.392c0-.477.386-.864.864-.864h31.776c.477 0 .864.387.864.864V20.54H1.612V2.643Zm16.752 21.053a.924.924 0 1 0 0-1.848.924.924 0 0 0 0 1.848Z' clip-rule='evenodd'/%3e%3cpath fill='%23212121' d='M22.378 27.202H14.35v1.534a.432.432 0 0 1-.432.432h-1.15a.857.857 0 1 0 0 1.714h11.19a.857.857 0 0 0 0-1.714H22.81a.432.432 0 0 1-.432-.432v-1.534Z'/%3e%3c/svg%3e");
}


.tabbed-content .nav-line-bottom>#tab-desktop.active>a:after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='37' height='31' fill='none'%3e%3cpath fill='%23F49B0F' fill-rule='evenodd' d='M.404 2.251c0-.954.774-1.728 1.728-1.728h32.463c.954 0 1.728.774 1.728 1.728v21.723c0 .954-.774 1.727-1.728 1.727H2.132a1.728 1.728 0 0 1-1.728-1.727V2.25Zm1.208.392c0-.477.386-.864.864-.864h31.776c.477 0 .864.387.864.864V20.54H1.612V2.643Zm16.752 21.053a.924.924 0 1 0 0-1.848.924.924 0 0 0 0 1.848Z' clip-rule='evenodd'/%3e%3cpath fill='%23F49B0F' d='M22.378 27.202H14.35v1.534a.432.432 0 0 1-.432.432h-1.15a.857.857 0 1 0 0 1.714h11.19a.857.857 0 0 0 0-1.714H22.81a.432.432 0 0 1-.432-.432v-1.534Z'/%3e%3c/svg%3e");
}


.tabbed-content .nav-line-bottom>#tab-mobile.active>a:after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='42' fill='none'%3e%3cpath fill='%23F49B0F' d='M14.322 6.002c-.47.06-.825.24-1.177.588-.206.204-.272.292-.374.5-.071.138-.151.35-.179.468-.046.206-.049.706-.049 13.162 0 12.334.003 12.955.05 13.139.027.105.104.31.175.454.108.22.163.296.377.508.209.209.291.272.511.38.503.247-.143.225 6.707.225s6.205.022 6.708-.226c.22-.107.302-.17.51-.379.215-.212.27-.288.378-.508.071-.143.148-.35.175-.454.047-.184.05-.805.05-13.153s-.003-12.97-.05-13.153a2.796 2.796 0 0 0-.175-.454c-.108-.22-.163-.297-.377-.509a1.954 1.954 0 0 0-.916-.544l-.214-.06-5.979-.003c-3.287-.003-6.055.005-6.151.02Zm7.383 1.927c.05.05.041.259-.011.308-.039.038-.195.044-1.33.044-1.136 0-1.293-.006-1.331-.044-.052-.05-.06-.258-.011-.308.047-.047 2.636-.047 2.683 0Zm5.09 23.25H13.932V10.233h12.865v20.946Zm-6.24.91c.54.085.96.508 1.05 1.053.103.618-.31 1.242-.925 1.404a1.26 1.26 0 0 1-1.556-1.02c-.113-.657.363-1.327 1.02-1.437a.871.871 0 0 1 .412 0Z'/%3e%3c/svg%3e");
}
.tabbed-content .nav-line-bottom>#tab-mobile>a:after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='42' fill='none'%3e%3cpath fill='%23212121' d='M14.322 6.002c-.47.06-.825.24-1.177.588-.206.204-.272.292-.374.5-.071.138-.151.35-.179.468-.046.206-.049.706-.049 13.162 0 12.334.003 12.955.05 13.139.027.105.104.31.175.454.108.22.163.296.377.508.209.209.291.272.511.38.503.247-.143.225 6.707.225s6.205.022 6.708-.226c.22-.107.302-.17.51-.379.215-.212.27-.288.378-.508.071-.143.148-.35.175-.454.047-.184.05-.805.05-13.153s-.003-12.97-.05-13.153a2.796 2.796 0 0 0-.175-.454c-.108-.22-.163-.297-.377-.509a1.954 1.954 0 0 0-.916-.544l-.214-.06-5.979-.003c-3.287-.003-6.055.005-6.151.02Zm7.383 1.927c.05.05.041.259-.011.308-.039.038-.195.044-1.33.044-1.136 0-1.293-.006-1.331-.044-.052-.05-.06-.258-.011-.308.047-.047 2.636-.047 2.683 0Zm5.09 23.25H13.932V10.233h12.865v20.946Zm-6.24.91c.54.085.96.508 1.05 1.053.103.618-.31 1.242-.925 1.404a1.26 1.26 0 0 1-1.556-1.02c-.113-.657.363-1.327 1.02-1.437a.871.871 0 0 1 .412 0Z'/%3e%3c/svg%3e");
}

.tabbed-content .nav-line-bottom>#tab-tablet.active>a:after {
background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='42' fill='none'%3e%3cpath fill='%23F49B0F' fill-rule='evenodd' d='M9.186 3.756c-.97 0-1.756.786-1.756 1.756v30.385c0 .97.786 1.756 1.756 1.756h22.356c.97 0 1.756-.786 1.756-1.756V5.512c0-.97-.786-1.756-1.756-1.756H9.186Zm22.45 2.242H9.092v27.655h22.546V5.998ZM20.77 4.928a.406.406 0 1 1-.812 0 .406.406 0 0 1 .812 0Zm-2.428 30.023a.605.605 0 0 0 0 1.21h4.044a.605.605 0 1 0 0-1.21h-4.044Z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.tabbed-content .nav-line-bottom>#tab-tablet>a:after {
background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='42' fill='none'%3e%3cpath fill='%23212121' fill-rule='evenodd' d='M9.186 3.756c-.97 0-1.756.786-1.756 1.756v30.385c0 .97.786 1.756 1.756 1.756h22.356c.97 0 1.756-.786 1.756-1.756V5.512c0-.97-.786-1.756-1.756-1.756H9.186Zm22.45 2.242H9.092v27.655h22.546V5.998ZM20.77 4.928a.406.406 0 1 1-.812 0 .406.406 0 0 1 .812 0Zm-2.428 30.023a.605.605 0 0 0 0 1.21h4.044a.605.605 0 1 0 0-1.21h-4.044Z' clip-rule='evenodd'/%3e%3c/svg%3e");
}


.tabbed-content.pictab .nav-line-bottom>[id^="tab-desktop"]>a:after,
.tabbed-content.pictab .nav-line-bottom>[id^="tab-mobile"]>a:after,
.tabbed-content.pictab .nav-line-bottom>[id^="tab-tablet"]>a:after 
{
    content: none; 
}


/*footer*/
.ux-menu-link__link {
    font-size: .75rem;
}
.absolute-footer {
    color: #000;
    font-size: .75rem;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}