* {
    box-sizing: border-box!important;
    text-decoration: none!important;
    -webkit-appearance: none;
    outline: none;
}

body, html {
    margin: 0;
    padding: 0;
}

img, svg {
    max-width: 100%;
    height: auto;
}

button {
    box-shadow: none!important;
    outline: none!important;
}

.btn {
    color: #323232;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #414141;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    min-width: 200px;
    min-height: 55px;
    line-height: 32px;
    box-shadow: none!important;
}
.btn img {
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 31px;
    transition: all 0.3s ease-in-out;
}
.btn-white {
    background-color: #fff;
    color: #323232;
}
.btn-white:hover {
    background-color: #323232;
    color: #fff;
}
.btn-white-bg {
    background-color: #fff;
    color: #323232;
    border-color: #fff;
}
.btn-black {
    background-color: #323232;
    color: #fff;
}
.btn-black:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}
.btn-purple {
    background-color: #9a38e7;
    color: #fff;
    border-color: #9a38e7;
}
.btn-purple:hover {
    background-color: #8b31d3;
    border-color: #8b31d3;
    color: #fff;
}
.btn-blue {
    background-color: #2c93e5;
    color: #fff;
    border-color: #2c93e5;
}
.btn-blue:hover {
    background-color: #0080e6;
    border-color: #0080e6;
    color: #fff;
}
.btn-orange {
    background-color: #ff4254;
    color: #fff;
    border-color: #ff4254;
}
.btn-orange:hover {
    background-color: #e72336;
    border-color: #e72336;
    color: #fff;
}
.btn-transparent {
    background-color: transparent;
    color: #323232;
    border-color: #323232;
}
.btn-transparent:hover {
    background-color: #323232;
    color: #fff;
    border-color: #323232;
}
.btn-transparent:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(288deg) brightness(100%) contrast(100%);
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffffe4;
    padding: 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header-logo {
    max-width: 300px;
}
.header-menu-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header-menu-actions .btn {
    margin-left: 15px;
    min-width: 170px;
    padding: 0 20px;
    min-height: 35px;
}
.multilanguage-menu {
    position: relative;
}
.current-language span {
    color: #414e5e;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
}
.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1000;
    padding: 30px 0 0;
}
.current-language {
    display: block;
    padding: 5px 5px;
    cursor: pointer;
    position: relative;
    min-width: 50px;
}
.current-language:hover .language-dropdown {
    display: block;
}
.language-dropdown-content {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-width: 150px;
    position: relative;
}
.language-dropdown-content::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.current-language:hover .language-dropdown {
    display: block;
}
.language-dropdown a {
    display: block;
    padding: 5px 10px;
    color: #323232;
    font-size: 14px;
    line-height: 1.65;
}
.language-dropdown a:hover,
.language-dropdown a.active {
    color: #0094ff;
}
#home-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3000px;
    opacity: 0.25;
    filter: blur(50px);
    background-image: linear-gradient(0.178turn, rgba(255, 247, 0, 0) 5%, rgba(255, 247, 0, 1) 21%, rgba(255, 1, 220, 0.48) 44%, rgba(0, 4, 255, 0.71) 79%, rgba(255, 247, 5, 0) 100%);
}
#home-banner .text-center {
    margin: 0 auto;
    max-width: 850px;
    position: relative;
    z-index: 1;
}
#home-banner .text-center > img {
    max-width: 89px;
}
#flip-logo {
    max-width: 400px;
    margin: 30px auto 30px;
}
#home-banner h1 {
    color: #1d1d1f;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 auto 30px;
}
#home-banner p {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto 40px;
}
#home-banner .btn-actions .btn {
    margin: 10px;
}
#home-banner .btn-actions .btn.btn-white:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(288deg) brightness(100%) contrast(100%);
}
#home-banner {
    padding: 130px 0 100px;
    overflow: hidden;
    position: relative;
}
#access-all-products {
    padding-top: 165px;
    padding-bottom: 90px;
    background-color: #f5f5f7;
}
#access-all-products h2 {
    font-size: 45px;
    line-height: 1.23;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
    max-width: 760px;
}
#products-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-preview-item {
    width: 33.33%;
    padding: 35px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 385px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.product-preview-item img {
    max-width: 70px;
    margin: 0 auto 20px;
}
.product-preview-item h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.55;
}
.product-preview-item p {
    margin: 10px 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
}
.product-preview-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.product-preview-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transform: translateY(30%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.product-preview-item:hover .product-preview-item-content {
    animation: slideUp 0.3s forwards;
}
.product-preview-item:not(:hover) .product-preview-item-content {
    animation: slideDown 0.3s forwards;
}
.product-preview-item:hover::before {
    opacity: 1;
}
#all-products-description p {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
    margin: 0 auto 50px;
}
#all-products-description {
    padding: 70px 0 100px;
    background: #f5f5f7;
}
#all-products-description .text-center {
    max-width: 600px;
    margin: 0 auto;
}
#explore-twake-workplace {
    padding: 165px 0;
    background: #fff;
}
#explore-twake-workplace .text-center {
    max-width: 700px;
    margin: 0 auto;
}
#explore-twake-workplace h2 {
    font-size: 45px;
    line-height: 1.23;
    font-weight: 700;
    color: #000;
}
.messages-content {
    display: flex;
    position: relative;
    z-index: 1;
}
.messages-paragraph {
    width: 45%;
    padding: 100px 0 40px;
    min-height: 650px;
}
.messages-images {
    width: 55%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.messages-images img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 37%;
    max-width: 600px;
    z-index: 0;
}
.messages-images img:nth-child(2) {
    max-width: 400px;
    position: relative;
    z-index: 1;
    margin-right: 30px;
}
.messages-paragraph img {
    max-width: 61px;
    margin: 0 auto 20px;
}
.messages-paragraph h2 {
    color: #1d1d1f;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 40px;
    max-width: 400px;
}
.messages-paragraph h2 span {
    color: #9a38e7;
}
.messages-paragraph p {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
    max-width: 400px;
    margin: 0 0 30px;
}
.messages-paragraph .btn:first-of-type {
    margin-right: 10px;
}
#home-product-messages {
    position: relative;
    background-color: #f5f5f7;
    overflow: hidden;
}
#home-product-messages::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 800px;
    height: 500px;
    border-radius: 3000px;
    opacity: 0.45;
    background-image: linear-gradient(0turn, rgba(255, 98, 0, 1) 0%, rgba(0, 4, 255, 1) 18%, rgba(134, 235, 255, 1) 37%, rgba(255, 247, 5, 0) 100%);
    filter: blur(100px);
    z-index: 0;
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    transform: rotate(165deg);
}
.home-product-features {
    padding: 60px 0 80px;
    background: #fff;
}
.features-bg {
    border-radius: 25px;
    background-color: #f5f5f7;
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0);
    padding: 50px 30px 30px 70px;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.features-bg.bg-purple {
    background-image: linear-gradient(0.974turn, rgba(121, 48, 180, 1) 48%, rgba(163, 71, 236, 1) 100%);
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.1);
}
.features-bg.bg-white {
    background-color: #ffffff;
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0);
}

.features-bg.bg-grey {
    background-color: #f5f5f7;
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0);
}
.features-bg-content img {
    min-width: 140px;
    margin: 0 auto 50px;
}
.features-bg-content h2 {
    color: #ffffff;
    font-size: 41px;
    line-height: 1.24;
    font-weight: 600;
    max-width: 450px;
}
.features-paragraph h2 {
    color: #1d1d1f;
    font-size: 59px;
    line-height: 1.39;
    font-weight: 600;
}
.features-paragraph p {
    color: #6e6e73;
    font-size: 18px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.39;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.features-paragraph .ico {
    width: 100%;
    margin: 0 0 30px;
}
#home-product-mails {
    overflow: hidden;
    background: #f5f5f7;
    position: relative;
}
#home-product-mails .messages-paragraph h2 span {
    color: #2c93e5;
}
.bg-blue-gradient {
    background-image: linear-gradient(0turn, rgba(68, 145, 255, 1) 0%, rgba(74, 198, 255, 1) 100%);
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.1);
}
#home-mail-features .features-bg-content img {
    max-width: 215px;
    margin: 0 0 25px;
}
#home-mail-features .features-bg-content h2 {
    font-size: 59px;
    line-height: 1.24;
    font-weight: 600;
}
#home-mail-features .features-bg-content p {
    color: #c2e7ff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}
#home-mail-features .features-paragraph h3 {
    color: #1d1d1f;
    font-size: 41px;
    line-height: 1.39;
    font-weight: 600;
}
#home-mail-features .features-paragraph h3 span {
    color: #2c93e5;
}

#home-product-mails::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 800px;
    height: 500px;
    border-radius: 3000px;
    opacity: 0.45;
    background-image: linear-gradient(0turn, rgba(149, 216, 247, 1) 0%, rgba(68, 145, 255, 1) 100%);
    filter: blur(100px);
    z-index: 0;
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    transform: rotate(165deg);
}
.bg-grey {
    background-color: #f5f5f7;
}
#home-product-drive .messages-paragraph h2 span {
    color: rgb(255, 66, 84);
}
#home-product-drive {
    background-color: #f5f5f7;
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}
#home-product-drive::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 800px;
    height: 500px;
    border-radius: 3000px;
    opacity: 0.3;
    filter: blur(100px);
    background-image: linear-gradient(0turn, rgba(255, 247, 0, 1) 0%, rgba(255, 66, 84, 1) 18%, rgba(255, 66, 84, 1) 37%, rgba(255, 247, 5, 0) 100%);
    z-index: 0;
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    transform: rotate(165deg);
}

#home-product-drive .messages-images img:nth-child(1) {
    top: 45%;
}
.bg-orange-gradient {
    background-image: linear-gradient(0.898turn, rgba(255, 66, 84, 1) 45%, rgba(251, 135, 88, 1) 100%);
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.1);
}
#home-drive-features .features-bg-content img {
    max-width: 150px;
    margin: 0 0 25px;
}
#home-drive-features .features-bg-content h2 {
    font-size: 59px;
    line-height: 1.24;
    font-weight: 600;
}
#get-twake-workplace {
    padding: 150px 0 150px;
    background-color: #f5f5f7;
}
#get-twake-workplace h2 {
    font-size: 45px;
    line-height: 1.23;
    font-weight: 700;
    color: #000;
    margin: 0 auto 120px;
    max-width: 760px;
}
#get-twake-workplace .container {
    max-width: 1200px;
}
.get-twake-workplace-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 20px 60px;
}
.get-twake-workplace-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50));
}
.get-twake-workplace-item:hover::after {
    opacity: 0.5;
}
.get-twake-workplace-item img {
    max-width: 70px;
    margin: 0 auto 20px;
}
.get-twake-workplace-item h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.55;
}
.get-twake-workplace-item-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

#get-twake-workplace .text-center p {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
    max-width: 550px;
    margin: 50px auto;
}
#security-features {
    padding: 100px 0;
}
.security-features-content {
    border-radius: 25px;
    background-color: #f5f5f7;
}
.security-features-content .text-center h2 {
    color: #1d1d1f;
    font-size: 66px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 30px;
}
.security-features-content .text-center p {
    color: #1d1d1f;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto 100px;
}
.security-features-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    align-items: center;
    margin: 0 auto 30px;
}
.security-features-item img {
    max-width: 66px;
    margin: 0 auto 20px;
}
.security-features-item h3 {
    color: #1d1d1f;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
}
.security-features-item p {
    color: #666670;
    font-size: 18px;
    font-weight: 400;
}
.security-features-content {
    border-radius: 25px;
    background-color: #f5f5f7;
    padding: 100px 100px 50px;
}
.security-features-content .text-center {
    max-width: 760px;
    margin: 0 auto;
}
.security-features-content .row {
    max-width: 900px;
    margin: 0 auto;
}
#more-products {
    padding: 150px 0 100px;
    background: #f5f5f7;
}
#more-products .text-center h2 {
    color: #1d1d1f;
    font-size: 45px;
    line-height: 1.23;
    max-width: 800px;
    margin: 0 auto 100px;
}
.more-products-item {
    box-shadow: 4px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.more-products-item .item-bg {
    min-height: 360px;
    max-height: 360px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.more-products-item .item-bg img {
    max-width: 300px;
    max-height: 100%;
}
.more-products-item .item-content {
    border-radius: 12px;
    background-color: #ffffff;
    text-align: center;
    padding: 50px 50px;
    min-height: 300px;
    margin: -10px 0 0;
    z-index: 1;
    position: relative;
}
.more-products-item .item-content img {
    max-height: 40px;
    margin: 0 auto 20px;
}
.more-products-item .item-content h3 {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 500;
    margin: 0 auto 30px;
    max-width: 350px;
}
#exellent-features {
    padding: 80px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f7;
}
#exellent-features .text-center img {
    max-width: 600px;
    margin: 0 auto 40px;
}
#exellent-features h2 {
    font-size: 47px;
    line-height: 1.23;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 50px;
    max-width: 760px;
}
#exellent-features p {
    color: #fff;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto 60px;
}
#get-started {
    padding: 180px 0;
    background-color: #f5f5f7;
    position: relative;
    overflow: hidden;
}
#get-started .text-center {
    position: relative;
    z-index: 1;
}
#get-started .text-center img {
    max-width: 300px;
    margin: 0 auto 40px;
}
#get-started h2 {
    color: #1d1d1f;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 700;
    max-width: 560px;
    margin: 0 auto 60px;
}
#get-started::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 100px;
    right: 100px;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 3000px;
    opacity: 0.15;
    filter: blur(100px);
    background-image: linear-gradient(0.178turn, rgba(255, 247, 0, 0) 5%, rgba(255, 247, 0, 1) 20%, rgba(253, 1, 255, 0.56) 44%, rgba(0, 4, 255, 0.48) 79%, rgba(255, 247, 5, 0) 100%);
}
#footer {
    padding-top: 60px;
    padding-bottom: 75px;
    background-color: #ededf0;
}
#footer .footer-logo {
    max-width: 200px;
    margin: 0 auto 40px;
}
.list-socials {
    margin: 30px 0;
}
.list-socials a {
    display: inline-block;
    margin: 5px 5px 5px 0;
}
#footer p {
    color: #525252;
    margin-top: 21px;
    font-size: 12px;
    max-width: 250px;
}
#footer h3 {
    text-transform: capitalize;
    color: #414e5e;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.35;
}
#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.35;
}
#footer ul li a {
    color: rgb(65, 78, 94);
}
#footer .container {
    max-width: 1200px;
}
#connectNowModal h2 {
    font-weight: 700;
    color: #000000;
    max-width: 450px;
    margin: 30px auto 30px;
}
#connectNowModal p {
    font-weight: 400;
    color: #000000;
}
#connectNowModal .modal-body {
    padding: 0 50px 10px; 
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 18px 20px;
}
.wpcf7-form-control-wrap textarea {
    height: 100px;
}
input[type="submit"] {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    width: 100%;
    height: 54px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.wpcf7-spinner {
    display: block;
    margin: 5px auto 0;
}
.modal-header {
    border-bottom: 0;
}
.more-product-popup {
    padding: 0 30px 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.modal-dialog {
    max-width: 900px;
}
.more-product-popup-content {
    width: 55%;
}
.more-product-popup-content h2 {
    color: #000000;
    font-size: 30px;
    line-height: 1.55;
    font-weight: 700;
    margin: 20px 0 30px;
}
.more-product-popup-content p {
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
}
.more-product-popup-content img {
    max-height: 35px;
}
.more-product-popup-images {
    width: 40%;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    min-height: 350px;
}
.modal-header .btn-close {
    margin: 0rem 0.5rem -.5rem auto;
}
.more-product-popup-images img {
    max-width: 220px;
}
.modal-content {
    margin: 15px;
}
#page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
}
.banner-bg-gradient {
    background-image: url("../images/tild6536-3734-4561-a432-626631366637__twp-support.jpg");
}
#page-banner h1 {
    font-size: 56px;
    color: #333333;
    line-height: 1.2;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
}
#support-contact-form {
    padding: 100px 0;
}
#support-contact-form h2,
#support-faq h2 {
    font-size: 52px;
    margin-bottom: 40px;
}
#support-contact-form p {
    font-size: 18px;
    line-height: 1.39;
    font-weight: 600;
}
input[type="checkbox"]:checked {
    background-color: #1a73e8;
    border-color: #1a73e8;
    position: relative;
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 0;
}
input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#altcha_checkbox:checked::before {
    left: 4px;
    top: 0;
}
#connectNowModal .modal-dialog.modal-dialog-centered {
    max-width: 560px;
}
lottie-player#lottie-scroll-3 {
    max-width: 300px;
    margin: 0 auto;
}
lottie-player#lottie-scroll-1 {
    max-width: 300px;
    margin: 0 auto;
}
#support-contact-form .container,
#support-faq .container {
    max-width: 760px;
}
#support-faq p {
    font-size: 18px;
    line-height: 1.39;
    margin: 0 auto 60px;
    color: #333333;
}
.accordion-body {
    font-size: 18px;
    line-height: 1.39;
    color: #333333;
    padding: 20px 30px 30px;
}
.accordion-item {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #fff;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
    padding: 25px 65px 20px 30px;
}
#support-faq {
    padding-top: 150px;
    padding-bottom: 135px;
    background-color: #f5f5f7;
}

.accordion-item {
    border-left: 0!important;
    border-right: 0!important;
}

.accordion-item p {
    font-size: 16px;
    line-height: 1.55;
    padding: 0 0 20px;
}
.accordion-button::after {
    content: "";
    background-image: url("../images/plus.svg") !important;
    height: 40px !important;
    width: 40px !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: all 0.35s !important;
    transform: rotate(-45deg) !important;
    position: absolute;
    right: 20px;
    top: 20px;
}

.accordion-button.collapsed::after {
    transform: rotate(0)!important;
    background-color: #fff;
}
.entry-content {
    font-size: 18px;
    color: #1d1d1f;
    padding: 0 0 100px;
}
.entry-content a {
    color: #ff8562;
    text-decoration: none;
}
.entry-content .container {
    max-width: 960px;
}
.entry-content h2 {
    font-size: 42px;
}
.entry-content h3 {
    font-size: 26px;
}
#support-contact-form form input[type="submit"] {
    width: auto;
    border-radius: 50px;
}

/*
 * Responsive
 */
@media (max-width: 1200px) {
    .header-logo {
        max-width: 200px;
    }
    .container, .container-md, .container-sm {
        max-width: 100%!important;
    }
}
@media (max-width: 1024px) {
    .product-preview-item {
        width: 100%;
    }
    #products-preview {
        flex-direction: column;
    }
    .product-preview-item:hover .product-preview-item-content,
    .product-preview-item:not(:hover) .product-preview-item-content {
        animation: none!important;
        opacity: 1!important;
        transform: none!important;
    }
    .product-preview-item-content {
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .product-preview-item::before {
        opacity: 1;
    }
    .messages-paragraph {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 100px 20px 40px;
    }
    .messages-paragraph .btn {
        display: block;
        margin: 0 auto 10px!important;
        min-width: 250px;
        max-width: 250px;
    }
    .messages-images {
        width: 100%;
    }
    .messages-content {
        flex-direction: column;
    }
    .messages-images img:nth-child(1)
    {
        max-width: 100%;
    }
    .messages-images img:nth-child(2) 
    {
        max-width: 70%;
        margin: 0 auto;
    }
    .features-bg-content h2,
    .features-paragraph h2,
    #home-mail-features .features-bg-content h2,
    #home-mail-features .features-paragraph h3,
    #home-drive-features .features-bg-content h2 {
        font-size: 30px;
    }
    .features-bg {
        padding: 40px;
        min-height: 500px;
        margin-bottom: 30px;
    }
    .features-bg-content img {
        display: block;
        max-width: 140px;
    }
    .features-paragraph img {
        max-width: 140px;
    }
    #home-mail-features .features-bg-content img,
    #home-drive-features .features-bg-content img {
        max-width: 140px;
        margin: 0 auto 25px;
    }
    #exellent-features .text-center img {
        max-width: calc(100% - 30px);
        margin: 0 15px 40px;
    }
}
@media (max-width: 768px) {
    #get-started .text-center img {
        max-width: 180px;
        margin: 0 auto 30px;
    }
    .get-twake-workplace-item {
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    #get-started h2 {
        max-width: 200px;
        margin: 0 auto 50px;
    }
    #home-banner .btn-actions .btn {
        margin: 0 0 10px;
        min-width: 80%;
    }
    .messages-paragraph .btn {
        min-width: 100%;
        max-width: 100%;
    }
    dotlottie-player {
        max-width: 85%;
    }
    #page-banner h1 {
        font-size: 45px;
    }
    #support-contact-form h2, #support-faq h2 {
        font-size: 40px;
    }    
    .accordion-button, .accordion-button:not(.collapsed) {
        font-size: 22px;
    }
    .more-product-popup {
        flex-direction: column;
    }
    .more-product-popup-content {
        width: 100%;
        margin: 0 0 30px;
    }
    .more-product-popup-images {
        width: 100%;
    }
    #explore-twake-workplace,
    #get-twake-workplace {
        padding: 100px 0;
    }
    .get-twake-workplace-item,
    .more-products-item,
    #footer .col-md-3.col-6 {
        margin-bottom: 30px;
    }
    #access-all-products,
    #get-started {
        padding: 100px 0;
    }
    .header-menu-actions .btn.btn-white {
        display: none;
    }
    
    .header-menu-actions {
        flex-direction: row-reverse;
    }
    .header-menu-actions .btn {
        min-width: 100px;
        font-size: 12px;
    }
    #home-banner h1 {
        font-size: 34px;
    }
    #access-all-products h2,
    #explore-twake-workplace h2,
    #get-twake-workplace h2,
    .security-features-content .text-center h2,
    #more-products .text-center h2,
    #exellent-features h2,
    #get-started h2 {
        font-size: 32px;
    }
    #home-banner {
        overflow: hidden;
    }
    .messages-paragraph h2 {
        font-size: 27px;
    }
    .language-dropdown {
        right: 0;
        left: auto;
    }
    .language-dropdown-content::before {
        left: auto;
        right: 15px;
    }
    .security-features-content {
        padding: 50px 10px 10px;
    }
}