html {
    height: 100%; font-family: "Inter", sans-serif;
}

body {
    height: 100%; margin: 0;
}

p {
    margin: 0;
}

h2 {
    font-size: 64px; font-weight: 700; margin: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

.header {
    width: 100%; position: absolute; top: 0; z-index: 99;
}

.header .logo {
    width: 172px; margin: 0;
}

.header .content {
    display: flex; margin: 0 38px; justify-content: space-between; height: 96px; align-items: center;
}

.header .content .right {
    display: flex; align-items: center; gap: 32px;
}

.header .content .right .contact_us {
   height: 42px; border-radius: 22px; background: #0a86ff; color: #fff; font-size: 16px; font-weight: 700; line-height: 42px; padding: 0 20px; cursor: pointer;
}

.header .content .right .language {
    width: 70px; height: 42px; border: solid 1px #fff; box-sizing: border-box; border-radius: 22px; position: relative;
}

.header .content .right .language span {
    color: #fff; font-weight: 700; font-size: 16px; display: flex; justify-content: center; align-items: center; height: 100%; gap: 8px;
}

.header .content .right .language .l_list {
    display: none; position: absolute; right: 0px; top: 40px;
}

.header .content .right .language .l_list [data-language] {
    background: #ededed; width: 164px; height: 52px; color: #000; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 700;
}
.header .content .right .language .l_list a:first-child  {
    border-top-left-radius: 4px; border-top-right-radius: 4px;
}

.header .content .right .language .l_list a:last-child {
    border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
}

.header .content .right .language .l_list [data-language] img {
    margin-left: 8px;
}

.hero {
    width: 100%; background: url("../images/bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;
}

.hero .laptop {
    padding-top: 134px;
}

.hero .bottom {
    width: 1720px; margin: 30px auto 0 auto; display: flex; justify-content: space-between;
}

.hero .bottom .column:nth-child(1) {
    width: 27%; display: flex; gap: 24px; align-items: center;
}

.hero .bottom .column:nth-child(1) .right {
    display: flex; flex-direction: column; gap: 12px;
}

.hero .bottom .column:nth-child(1) .left > img {
    margin-top: 8px;
}

.hero .bottom .column:nth-child(2) {
    width: 24%; display: flex; flex-direction: column; gap: 22px;
}

.hero .bottom .column:nth-child(3) {
    width: 30%; display: flex; flex-direction: column; gap: 32px; justify-content: center;
}

.hero .bottom .column .arrow_list {
    display: flex; justify-content: space-between;
}

.hero .bottom .column .arrow_list .arrow {
    width: 168px; height: 47px; background: url("../images/arrow.png"); text-transform: uppercase; color: #fff; font-size: 28px; font-weight: 700; display: flex; justify-content: center; 
    align-items: center;
}

.hero .bottom .column .title {
    color: #fff; font-size: 28px; font-weight: 700; line-height: 34px;
}

.hero .bottom .column .simplifying {
    color: #fff; font-size: 24px; font-weight: 600; line-height: 29px; position: relative; margin-left: 18px;
}

.hero .bottom .column .simplifying:before {
    content: ""; position: absolute; width: 8px; height: 84%; background: #4fb748; left: -18px; top: 7%;
}

.hero_gradient_left {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E376A 83.84%);
}

.management {
    width: 100%; height: 124px; background: #457cbf; display: flex; flex-direction: column; justify-content: center; position: relative;
}

.management .inner {
    width: 1720px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px;
}

.management .inner .title {
    font-size: 40px; font-weight: 700; color: #fff;
}

.management .inner .text {
    font-size: 24px; font-weight: 600; color: #fff;
}

.management .white {
    width: 664px; height: 100%; right: 0; position: absolute; overflow: hidden;
}

.management .white .inner {
    transform: skewX(-23deg); background: #fff; position: absolute; height: 100%; z-index: 1; left: 36px;
}

.management .white .inner .green {
    background: #4fb748; height: 18px; width: 100%; position: absolute; bottom: 0;
}

.management .white .content {
    position: absolute; z-index: 2; font-size: 24px; font-weight: 600; display: flex; align-items: center; gap: 32px; top: 38px; right: 48px;
}

.business {
    border-top: solid 6px #1f8c2e; position: relative; overflow: hidden; padding-bottom: 60px; background: url("../images/business-bg.jpg"); background-position: right; 
    background-repeat: no-repeat;
}

.business .content {
    background: url("../images/business-buildings.png"); background-repeat: no-repeat; background-position: bottom right;
}

.business .content .inner {
    position: relative; z-index: 3; width: 1590px; margin: 96px auto 0 auto; display: flex; justify-content: space-between;
}

.business .content .right {
    color: #fff; width: calc(100% - 612px);
}

.business .content .right .inner_content {
    display: flex; align-items: flex-end;
}

.business .content .right .list {
    width: 490px; margin-top: 58px;
}

.business .content .right h2 {
    text-transform: uppercase; margin: 4px 0 44px 0;
}

.business .content .right .manage {
    background: #fff; color: #399b47; font-size: 36px; padding: 11px 20px; border-radius: 40px; text-transform: uppercase; font-weight: 700; display: inline-block;
}

.business .content .right .rfid_cards {
    width: 375px; height: 293px; background: url("../images/rfid-cards.png"); background-repeat: no-repeat; position: relative;
}

.business .content .right .rfid_cards > div {
    position: absolute; color: #fff; bottom: 32px; right: 40px; font-size: 32px; width: calc(100% - 80px); text-align: right; line-height: 38px; font-weight: 700;
}

.residential {
    position: relative; overflow: hidden; padding-bottom: 60px; background: url("../images/residential-bg.png"); background-position: left; 
    background-repeat: no-repeat;
}

.residential .content {
    background: url("../images/residential-buildings.png"); background-repeat: no-repeat; background-position: bottom left; background-size: contain;
}

.residential .content .inner {
    position: relative; z-index: 3; width: 1688px; margin: 96px auto 0 auto; display: flex; justify-content: space-between; flex-direction: row-reverse;
}

.residential .content .right {
    color: #fff; width: calc(100% - 650px);
}

.residential .content .right .inner_content {
    display: flex; align-items: flex-start; justify-content: space-between;
}

.residential .content .right .list {
    width: 580px; margin-top: 58px;
}

.residential .content .right h2 {
    text-transform: uppercase; margin: 18px 0 44px 0;
}

.residential .content .right .manage {
    background: #fff; color: #457cbf; font-size: 36px; padding: 11px 20px; border-radius: 40px; text-transform: uppercase; font-weight: 700; display: inline-block;
}

.residential .content .right .rfid_cards {
    width: 422px; height: 387px; background: url("../images/rfid-cards-residential.png"); background-repeat: no-repeat; position: relative; display: flex; flex-direction: column;
    align-items: center; justify-content: flex-end;
}

.residential .content .right .rfid_cards .box {
    background: #fff; color: #457cbf; font-size: 32px; line-height: 39px; text-align: right; border-radius: 4px; padding: 12px; margin-bottom: 24px;
    box-sizing: border-box;
}

.residential .content .right .rfid_cards > div {
    color: #fff; font-size: 32px; width: calc(100% - 80px); text-align: right; line-height: 38px; font-weight: 700; margin-bottom: 32px;
}

.list {
    display: flex; flex-direction: column; gap: 6px;
}

.list .row {
    display: flex; font-size: 24px; font-weight: 700; line-height: 29px; gap: 12px; align-items: flex-start;
}

.list .row > img {
    margin-top: 2px;
}

.monetize {
    background: #fff; background-image: url("../images/monetise-bg.png"); background-repeat: no-repeat; background-position: bottom left; padding: 124px 0 0 20px;
}

.monetize .inner {
    width: 1772px; margin: 0 auto; display: flex;
}

.monetize .inner .column_1 {
    width: 650px; padding-top: 50px;
}

.monetize .inner .column_1 img {
    width: 100%; max-width: 639px;
}

.monetize .inner .column_2 {
    width: 630px; font-size: 48px; line-height: 58px; font-weight: 700;
}

.monetize .inner .column_2 p {
    width: 520px;
}

.monetize .inner .column_2 span {
    color: #38be4b;
}

.monetize .inner .buy {
    position: relative; width: 385px; height: 78px; margin: 36px 0 0 16px;
}

.monetize .inner .buy .text {
    color: #fff; font-size: 32px; font-weight: 700; text-transform: uppercase; text-align: center; position: absolute; z-index: 2; line-height: 78px; width: 100%; height: 100%;
}

.monetize .inner .buy .bg {
    width: 385px; height: 78px; background: #4fb748; position: absolute; z-index: 1; transform: skew(-20deg);
}

.monetize .inner .column_3 {
    width: 150px; display: flex; flex-direction: column; gap: 20px; margin-top: 84px;
}

.monetize .inner .kw {
    position: relative; width: 114px; height: 48px;
}

.monetize .inner .kw .text {
    color: #fff; font-size: 32px; font-weight: 700; text-align: center; position: absolute; z-index: 2; line-height: 48px; width: 100%; height: 100%;
}

.monetize .inner .kw .bg {
    width: 114px; height: 48px; background: #457cbf; position: absolute; z-index: 1; transform: skew(-20deg);
}

.monetize .inner .column_4 {
    width: 318px; margin-top: -80px; display: flex; align-items: flex-end;
}

.monetize .inner .column_4 img {
    width: 100%; max-width: 318px;
}

.ev_line {
    background: #288935;
}

.ev_line .inner {
    width: 1730px; margin: 0 auto; display: flex; color: #fff; font-size: 24px; font-weight: 700; gap: 20px; padding: 26px 0; justify-content: space-between;
}

.ev_line .column {
    display: flex; gap: 20px; align-items: center;
}

.ev_line .column:nth-child(1) {
    width: 26%;
}

.ev_line .column:nth-child(2) {
    width: 16%;
}

.ev_line .column:nth-child(3) {
    width: 29%;
}

.ev_line .column:nth-child(4) {
    width: 29%;
}

.ev_line .column span {
    font-size: 15px; margin-top: -1px; display: block;
}

footer {
    padding: 43px 0;
}

footer .inner {
    width: 1730px; margin: 0 auto; display: flex; justify-content: space-between;
}

footer .inner .social_media {
    display: flex; gap: 20px;
}

footer .inner .contact {
    display: flex; gap: 32px;
}

footer .inner .contact a {
    color: #171617; font-size: 24px; font-weight: 700; text-decoration: none; flex-shrink:0;
}

footer .inner .contact .row {
    display: flex; gap: 8px; align-items: center;
}

.cookie_conatainer {
    width: 100%; position: fixed; bottom: 0; background: rgba(69, 124, 191, 0.9); z-index: 12; padding: 4px 0; border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.cookie_conatainer .inner {
    width: 1200px; margin: 0px auto; display: flex; align-items: center; color: #fff;
}

.cookie_conatainer .inner p {
    font-size: 12px; line-height: 17px; width: calc(100% - 340px); font-weight: 300;
}

.cookie_conatainer .inner form {
    display: flex; margin-left: auto;
}

.cookie_conatainer .inner button {
    color: #fff; background: none; font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: 0.8px; cursor: pointer; font-size: 13px;
}

.cookie_conatainer .inner button.read {
     border: none; margin-right: 20px; margin-left: auto;
}

.cookie_conatainer .inner button.accept {
    border: solid 1px #fff; padding: 0 11px; margin-left: auto;
}

.cookie_popup_bg {
    position: fixed; width: 100%; height: 100%; background: #000; z-index: 109; opacity: 0.9; display: none; top: 0;
}

.cookie_popup {
    width: 90%; max-width: 600px; border: solid 1px #000; position: fixed; background: #fff; top: 50%; left: 50%; padding: 20px 12px;
    transform: translate(-50%, -50%); z-index: 110; max-height: 90%; overflow-x: auto; display: none;
}

.cookie_popup p {
    font-size: 14px; color: #000; padding-bottom: 8px;
}

.cookie_popup .title {
    font-size: 20px; color: #000; font-weight: 700; padding: 8px 0;
}

.cookie_popup img {
    width: 30px; float: right; cursor: pointer;
}

.cookie_popup span {
    float: right; margin-right: 12px; font-size: 14px; padding-top: 2px;
}

.cookie_popup .cookie_no {
    cursor: no-drop !important;
}

.cookie_popup input[type="submit"] {
    background: #457cbf; font-weight: 500; font-size: 16px; border: none; display: block; color: #fff; letter-spacing: 0.8px;
    cursor: pointer; padding: 4px 12px; margin: 60px 0 0 auto; color: #fff;
}

.cookie_popup a {
    color: #000; margin-top: 80px; text-decoration: underline; display: block; float: left; margin-top: 68px;
}

.cookies_page {
    width: 100%; max-width: 1200px; margin: 100px auto 0 auto;
}

.cookies_page h2 {
    margin-top: 32px; font-size: 32px;
}

.cookies_page h3 {
    margin-top: 20px;
}

.cookies_page .table {
    color: #000; margin: 12px 0; width: 100%;
}

.cookies_page .table .row {
    display: flex; width: 100%; padding: 4px 0; font-weight: 300;
}

.cookies_page .table .row span {
    display: none;
}

.cookies_page .table .row div:nth-child(1){
    width: 30%;
}

.cookies_page .table .row div:nth-child(2){
    width: 15%;
}

.cookies_page .table .row div:nth-child(3){
    width: 55%;
}

.cookies_page a {
    color: #000; text-decoration: underline;
}

.cookies_page button {
    height: 40px; display: block; line-height: 40px; background: #457cbf; font-size: 16px; border-radius: 8px; color: #fff; text-align: center; padding: 0 12px;
    margin: 10px 0 0 0; border: none; cursor: pointer
}

.contact_us_form {
    position: absolute; z-index: 199; width: 710px; background: #fff; border-radius: 4px; top: 20px; left: 50%; transform: translateX(-50%); display: none;
}

.contact_us_form .form_header {
    color: #000000; font-size: 28px; font-weight: 700; display: flex; justify-content: space-between; margin-bottom: 20px;
}

.contact_us_form .form_header img {
    cursor: pointer;
}

.contact_us_form .inner {
    padding: 20px 42px; box-sizing: border-box;
}

.contact_us_form .inner .back {
    color: #fff; font-weight: 700; display: flex; gap: 6px; align-items: center; text-decoration: none;
}

.contact_us_form .inner form .row {
    display: flex; gap: 46px; width: 100%;
}

.contact_us_form .inner form .row .group {
    width: 50%; margin-bottom: 18px; max-width: 290px;
}

.contact_us_form .inner form .row .group_extended {
    width: 100%; margin-bottom: 18px; max-width: 626px;
}

.contact_us_form .inner form .row .group p {
    padding-bottom: 12px; font-size: 14px; font-weight: 700;
}

.contact_us_form .inner form input {
    border: solid 1px #b4b4b4; background: #f4f4f4; border-radius: 4px; padding: 13px 12px; box-sizing: border-box; width: 100%; outline: none; color: #000000;
    font-size: 16px; font-weight: 400;
}

.contact_us_form .inner form select {
    border: solid 1px #b4b4b4; background: #f4f4f4; border-radius: 4px; padding: 13px 12px; box-sizing: border-box; width: 100%; outline: none; color: #000000;
    font-size: 16px; font-weight: 400;
}

.contact_us_form .inner form .experience {
    display: flex; gap: 22px;
}

.contact_us_form .inner form button {
    border: solid 1px #b4b4b4; background: #f4f4f4; color: #000000; font-weight: 700; font-size: 14px; display: block; width: 50%; padding: 14px 12px;
    border-radius: 4px; cursor: pointer;
}

.contact_us_form .inner form textarea {
    border: solid 1px #b4b4b4; background: #f4f4f4; color: #000000; font-size: 14px; width: 100%; padding: 14px 12px; border-radius: 4px; box-sizing: border-box;
    outline: none;
}

.contact_us_form.inner form .sign_me_title {
    display: flex; align-items: center; gap: 8px;
}

.contact_us_form .inner form .sign_me_title img {
    width: 20px; cursor: pointer;
}

.contact_us_form .inner form p.sign_me_up {
    font-size: 10px !important; font-weight: 400 !important; line-height: 12px;
}

.contact_us_form .inner form button[name="send"] {
    background: #0a86ff; width: 100%; max-width: 626px; border: none; border-radius: 50px; text-transform: uppercase; cursor: pointer; color: #fff;
}

.contact_us_form .inner form .error p {
    color: #f00;
}

.contact_us_form .inner form .error input, .container .right .inner form .error textarea, .container .right .inner form .error select {
    border: solid 1px #f00;
}

.thank_you {
    text-align: center; width: 100%; max-width: 626px; display: none;
}

.thank_you h3 {
    font-size: 36px; font-weight: 700; color: #0a86ff; text-transform: uppercase; margin: 20px 0;
}

.thank_you .text {
    font-size: 36px; color: #0a86ff;
}

.thank_you .button {
    background: #0a86ff; color: #fff; font-size: 14px; font-weight: 700; height: 46px; width: 140px; border-radius: 23px; line-height: 46px; margin: 20px auto; cursor: pointer;
}

@media only screen and (max-width: 1792px) {
    .monetize .inner {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 1744px) {
    .hero .bottom {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 1730px) {
    .ev_line .inner {
        width: calc(100% - 24px); font-size: 20px;
    }
    
    footer .inner {
        width: calc(100% - 24px);
    }
    
    footer .inner .contact a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1712px) {
    .residential .content .inner {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 1700px) {
    .hero .bottom .column:nth-child(3) {
        width: 500px;
    }
    
    .monetize .inner .column_1 {
        width: 36.65%;
    }
    
    .monetize .inner .column_2 {
        width: 35.55%;
    }
    
    .monetize .inner .column_2 p {
        width: 100%;
    }
    
    .monetize .inner .column_3 {
        width: 10%; padding: 0 12px;
    }
    
    .monetize .inner .column_4 {
        width: 17.8%;
    }
    
    .monetize .inner .column_4 img {
        width: 100%;
    }
}

@media only screen and (max-width: 1680px) {
    .residential .content .inner {
        margin-top: 16px;
    }
    
    .residential .content .right h2 {
        font-size: 54px; margin: 18px 0 34px 0
    }
    
    .residential .content .right .manage {
        font-size: 30px;
    }
    
    .residential .content .right .list {
        width: 500px; margin-top: 28px;
    }
    
    .residential .content .right .rfid_cards {
        background-size: contain; width: 400px;
    }
    
    .residential .content .right .rfid_cards .box {
        font-size: 24px; line-height: 31px; margin-bottom: 12px;
    }
    
    .residential .content .right .rfid_cards > div {
        font-size: 26px;
    }
    
    .business .content .inner {
        margin-top: 16px;
    }
    
    .business .content .right h2 {
        font-size: 54px; margin: 18px 0 34px 0
    }
    
    .business .content .right .manage {
        font-size: 30px;
    }
    
    .business .content .right .rfid_cards {
        background-size: contain;
    }
    
    .list .row {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1614px) {
    .business .content .inner {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 1600px) {
    .hero .bottom .column .title {
        font-size: 24px; line-height: 30px;
    }
    
    .monetize .inner .column_2 {
        font-size: 38px; line-height: 48px;
    }
    
    .monetize .inner .buy {
        height: 68px; width: 360px;
    }
    
    .monetize .inner .buy .bg {
        height: 68px; width: 360px;
    }
    
    .monetize .inner .buy .text {
        line-height: 68px;
    }
    
    .monetize .inner .kw {
        width: 94px; height: 38px;
    }
    
    .monetize .inner .kw .bg {
        width: 94px; height: 38px;
    }
    
    .monetize .inner .kw .text {
        font-size: 24px; line-height: 38px;
    }
}

@media only screen and (max-width: 1580px) {
    .residential .content .inner .left {
        width: 30%; display: flex; align-items: center;
    }
    
    .residential .content .inner .left img {
        width: 100%;
    }
    
    .residential .content .inner .right {
        width: 70%;
    }
    
    .business .content .inner .left {
        width: 30%; display: flex; align-items: center;
    }
    
    .business .content .inner .left img {
        width: 100%;
    }
    
    .business .content .inner .right {
        width: 70%;
    }
}

@media only screen and (max-width: 1500px) {
    .monetize .inner .column_4 {
        margin-top: 0;
    }
    
    .ev_line .inner {
        font-size: 18px;
    }
    
    .monetize .inner {
        align-items: center;
    }
    
    footer .inner .contact a {
        font-size: 18px;
    }
    
    .business .content .right .rfid_cards > div {
        font-size: 28px; line-height: 34px;
    }
}

@media only screen and (max-width: 1400px) {
    .ev_line .column {
        width: calc(50% - 10px) !important;
    }
    
    .ev_line .inner {
        flex-wrap: wrap;
    }
    
    .hero .bottom .column .title {
        font-size: 22px; line-height: 28px;
    }
    
    .hero .bottom .column .simplifying {
        font-size: 20px; line-height: 24px;
    }
}

@media only screen and (max-width: 1300px) {
    .hero .laptop img {
        width: 50%;
    }
    
    .residential {
        background: #457cbf;
    }
    
    .residential .content .inner {
        flex-direction: column-reverse;
    }
    
    .residential .content .inner .right {
        width: 100%;
    }
    
    .residential .content .inner .left {
        width: 100%; justify-content: center;
    }
    
    .residential .content .inner .left img {
        max-width: 600px;
    }
    
    .business {
        background: #3a9e48;
    }
    
    .business .content .inner {
        flex-direction: column-reverse;
    }
    
    .business .content .inner .right {
        width: 100%;
    }
    
    .business .content .inner .left {
        width: 100%; justify-content: center;
    }
    
    .business .content .inner .left img {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1280px) {
    .cookie_conatainer .inner {
        width: 100%; padding: 0 20px; box-sizing: border-box;
    }
    
    .cookies_page {
        width: 100%; padding: 0 20px; box-sizing: border-box;
    }
}

@media only screen and (max-width: 1200px) {
    .hero .bottom {
        flex-wrap: wrap;
    }
        
    .hero .bottom .column:nth-child(1) {
        width: 50%;
    }
    
    .hero .bottom .column:nth-child(2) {
        width: 50%; gap: 12px; align-items: center;
    }
    
    .hero .bottom .column:nth-child(2) img {
        width: 100%; max-width: 410px;
    }
    
    .hero .bottom .column:nth-child(3) {
        width: 100%; text-align: center; margin-bottom: 12px;
    }
    
    .hero .bottom .column .arrow_list {
        justify-content: center;
    }
    
    .monetize .inner .column_2 {
        font-size: 34px; line-height: 44px;
    }
    
    .monetize .inner .buy {
        height: 58px; width: 330px;
    }
    
    .monetize .inner .buy .bg {
        height: 58px; width: 330px;
    }
    
    .monetize .inner .buy .text {
        line-height: 58px; font-size: 28px;
    }
    
    .monetize .inner .kw {
        width: 90px; height: 34px;
    }
    
    .monetize .inner .kw .bg {
        width: 90px; height: 34px;
    }
    
    .monetize .inner .kw .text {
        font-size: 20px; line-height: 34px;
    }
}

@media only screen and (max-width: 1100px) {    
    .monetize .inner {
        flex-wrap: wrap; position: relative;
    }
    
    .monetize .inner .column_1 {
        width: 100%;
    }
    
    .monetize .inner .column_1 img {
        margin: 0 auto;
    }
    
    .monetize .inner .column_2 {
        width: 100%;
    }
    
    .monetize .inner .column_2 p {
        margin-top: 20px; text-align: center;
    }
    
    .monetize .inner .column_2 span {
        display: block;
    }
    
    .monetize .inner .buy {
        margin: 20px auto 0 auto;
    }
    
    .monetize .inner .column_3 {
        width: 100px; position: absolute; bottom: 50px; left: calc(50% - 240px);
    }
    
    .monetize .inner .column_4 {
        width: 100%;
    }
    
    .monetize .inner .column_4 img {
        width: 200px; margin: 40px auto 0 auto;
    }
    
    .list .row {
        align-items: center;
    }
    
    footer .inner {
        flex-direction: column; gap: 40px;
    }
    
    footer .inner .contact a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1000px) {
    .hero .bottom .column .simplifying {
        font-size: 18px; line-height: 22px;
    }

    .hero .bottom .column .title {
        font-size: 20px; line-height: 26px;
    }
    
    .hero .bottom .column:nth-child(3) {
        gap: 12px;
    }
    
    .residential .content .right .inner_content {
        flex-direction: column; gap: 20px;
    }
    
    .residential .content .right .list {
        width: 100%;
    }
    
    .residential .content .right .rfid_cards {
        margin: 0 auto;
    }
    
    .business .content .right .inner_content {
        flex-direction: column; gap: 20px;
    }
    
    .business .content .right .list {
        width: 100%;
    }
    
    .business .content .right .rfid_cards {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .hero .bottom .column .title {
        text-shadow: 1px 1px 12px black;
    }
    
    .hero .bottom .column .simplifying {
        text-shadow: 1px 1px 12px black;
    }
    
    .ev_line .inner {
        font-size: 16px;
    }
    
    footer .inner .contact {
        flex-direction: column;
    }
    
    .cookie_conatainer .inner {
        flex-direction: column;
    }
    
    .cookie_conatainer .inner p {
        width: 100%;
    }
    
    .cookie_conatainer .inner form {
        margin: 0px auto;
    }
    
    .monetize {
        padding: 20px 0 0 20px;
    }
}

@media only screen and (max-width: 740px) {
    .contact_us_form {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 700px) {
    .hero .bottom .column:nth-child(1) {
        width: 100%; justify-content: center;
    }
    
    .hero .bottom .column:nth-child(2) {
        width: 100%;
    }
    
    .ev_line .column {
        width: 100% !important;
    }
    
    .list .row {
        font-size: 18px; line-height: 23px;
    }
    
    .residential .content .right h2 {
        font-size: 44px; margin: 18px 0 24px 0;
    }
    
    .residential .content .right .manage {
        font-size: 24px; padding: 6px 10px;
    }
    
    .residential .content .right h2 {
        font-size: 44px; margin: 18px 0 24px 0;
    }
    
    .residential .content .right .manage {
        font-size: 24px; padding: 6px 10px;
    }
    
    .cookies_page .table .row {
       flex-wrap: wrap; 
    }
    
    .cookies_page .table .row div:nth-child(1) {
        width: 30%;
    }
    
    .cookies_page .table .row div:nth-child(2) {
        width: 70%;
    }

    .cookies_page .table .row div:nth-child(3) {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .contact_us_form .inner {
        padding: 12px;
    }
}

@media only screen and (max-width: 560px) {
    .hero .bottom .column .arrow_list .arrow {
        font-size: 24px; width: 33%; background-size: contain; background-repeat: no-repeat;
    }
    
    .header .content {
        margin: 0 12px;
    }
    
    .header .content .right {
        gap: 12px;
    }
    
    .contact_us_form .inner form .row {
        gap: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .header .logo {
        width: 140px;
    }    
    
    .hero .laptop img {
        width: 100%;
    }
    
    .hero .bottom .column .title {
        font-size: 18px; line-height: 24px;
    }
    
    .hero .bottom .column .simplifying {
        font-size: 18px; line-height: 22px;
    }
    
    .monetize .inner .column_2 {
        font-size: 30px; line-height: 40px;
    }
    
    .monetize .inner .buy {
        width: 300px; height: 48px;
    }

    .monetize .inner .buy .text {
        font-size: 24px; line-height: 48px;
    }

    .monetize .inner .buy .bg {
        width: 300px; height: 48px;
    }
    
    .monetize .inner .column_3 {
        left: -20px;
    }
    
    .residential .content .right h2 {
        font-size: 34px; margin: 12px 0 14px 0;
    }
    
    .residential .content .right .manage {
        font-size: 20px;
    }
    
    .business .content .right h2 {
        font-size: 34px; margin: 12px 0 14px 0;
    }
    
    .business .content .right .manage {
        font-size: 20px;
    }
    
    .business .content .right .rfid_cards > div {
        font-size: 26px; line-height: 32px;
    }
    
    .contact_us_form .inner form .row {
        flex-direction: column; gap: 0;
    }
    
    .contact_us_form .inner form .row .group {
        width: 100%; max-width: 100%; margin-bottom: 8px;
    }
   
    .contact_us_form .inner form input {
        padding: 8px 12px;
    }
    
    .contact_us_form .inner form select {
        padding: 8px 12px;
    }
}

@media only screen and (max-width: 460px) {
    .residential .content .right .manage {
        font-size: 17px;
    }
    
    .hero .bottom .column .arrow_list .arrow {
        font-size: 20px; height: 41px;
    }
}

@media only screen and (max-width: 440px) {
    .residential .content .right .rfid_cards {
        width: 100%; justify-content: flex-end; height: auto; padding: 50% 0 10% 0;
    }
        
    .residential .content .right .rfid_cards > div {
        margin-bottom: 0;
    }
    
    .hero .laptop {
        padding-top: 74px;
    }
    
    .header .content {
        height: 76px;
    }
    
    .header .logo {
        width: 120px;
    }
    
    .header .content .right .language {
        width: 60px;
    }
    
    .header .content .right .language span {
        font-size: 14px;
    }
    
    .header .content .right .contact_us {
        font-size: 14px; padding: 0 8px;
    }
}

@media only screen and (max-width: 400px) {
    .hero .bottom .column .title {
        font-size: 16px; line-height: 22px;
    }
    
    .hero .bottom .column .simplifying {
        font-size: 16px; line-height: 20px;
    }

    .hero .bottom .column .arrow_list .arrow {
        font-size: 18px; height: 37px;
    }
    
    .monetize .inner .column_4 img {
        margin: 40px 0 0 auto;
    }
    
    .residential .content .right .manage {
        font-size: 15px;
    }
    
    .business .content .right .manage {
        font-size: 15px;
    }
    
    .business .content .right .rfid_cards {
        width: 100%;
    }
    
    .business .content .right .rfid_cards > div {
        bottom: 50px;
    }
    
    .cookies_page .table {
        font-size: 15px;
    }
        
    .cookies_page .table .row div:nth-child(1) {
        width: 50%;
    }
    
    .cookies_page .table .row div:nth-child(2) {
        width: 50%;
    }
    
    .cookies_page button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .hero .bottom .column .arrow_list .arrow {
        font-size: 16px; height: 33px;
    }
}   