html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}
a:focus {
  outline: none;
  box-shadow: none;
}
img {
  border: 0;
  display: block;
}
ul {
  list-style: none;
}
b,
strong {
  font-weight: normal;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  font-size: inherit;
  box-shadow: none;
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
footer,
header,
nav {
  display: block;
}

header {
  width: 100%;
  background: #020817;
}

.pvc_header_at {
  max-width: 1280px;
  padding: 8px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* cursor: pointer; */
  min-height: 80px;
}

.lander .pvc_header_at {
  padding: 13px 15px;
}

.pvc_gplay_logo_at,
.pvc_atfLeft_at .pvc_gplay_atf_at {
  /* cursor: pointer; */
  display: flex;
}

.pvc_gplay_logo_at svg,
.pvc_logo_at svg {
  display: block;
}

.pvc_logo_at a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.pvc_logo_at a img {
  width: 52px;
  height: auto;
}

.pvc_logo_at a span {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}

@media only screen and (max-width: 1023px) {
  .pvc_logo_at a span {
    font-size: 24px;
  }

  .pvc_logo_at a img:not(footer .pvc_logo_at a img) {
    width: 40px;
    height: auto;
  }

  .pvc_header_at .pvc_gplay_logo_at {
    width: 180px;
    height: auto;
  }

  .pvc_header_at .pvc_gplay_logo_at svg {
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 768px) {
  header {
    background: #020817;
  }

  .lander header {
    background: transparent;
  }

  .pvc_logo_at a span {
    font-size: 14px;
    line-height: 150%;
  }

  .pvc_logo_at a img:not(footer .pvc_logo_at a img) {
    width: 20px;
    height: auto;
  }

  .pvc_logo_at a {
    gap: 4px;
  }

  .pvc_header_at {
    min-height: 60px;
    padding: 16px 16px 13px;
  }

  .lander .pvc_header_at {
    padding: 16px 16px 13px;
  }

  .pvc_header_at .pvc_gplay_logo_at {
    width: 102px;
    height: auto;
  }
}

@media only screen and (max-width: 360px) {

  .lander .pvc_header_at,
  .pvc_header_at {
    padding: 16px 12px 13px;
  }

  .pvc_logo_at a span {
    font-size: 13px;
  }
}
html,
body {
    font-family: "Inter" !important;
    scroll-behavior: smooth;
    position: relative;
    background: #020817;
}

body::before {
    content: '';
    position: absolute;
    display: block;
    width: 752px;
    height: 216px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: url('/atom/phonevolumecontrol/images/footerpagesbg-2.png') no-repeat top;
    background-size: contain;
}

.pvc_contactMainWrp_at {
    background: linear-gradient(180deg, #34373F 0%, #1D2026 100%);
    background-size: 100% 600px;
    background-repeat: no-repeat;
}

.pvc_contactHeader_at {
    padding: 180px 0 60px;
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    line-height: 123.077%;
    letter-spacing: -1.3px;
}

.pvc_contactMain_at {
    max-width: 1286px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.pvc_contactWrapper_at {
    padding: 80px 100px 100px;
    border-radius: 40px;
    background: #31343B;
    margin: 0 0 100px 0;
}


.pvc_contactInfo_at {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
    /* 26.8px */
    margin-bottom: 77px;
}

.contactinfoBold_at {
    display: inline-block;
    font-weight: 600;
}

.pvc_contactForm_at {
    width: 100%;
}

.pvc_formContainer_at {
    width: 100%;
}

.pvc_sectionFormWrap_at {
    width: 100%;
}

.pvc_contactField_at {
    padding: 0 0 60px 0;
    position: relative;
}


/* 

.pvc_contactField_at:nth-child(3) {
    height: 149px;
}

.pvc_contactField_at:nth-child(3)>textarea {
    min-height: 119px;
}
 */


.pvc_contactLabel_at {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
    /* 26.8px */
    position: relative;
    text-transform: uppercase;
}

.pvc_contactLabel_at::after {
    content: '*';
    position: absolute;
    color: #FFF;
    left: 100%;
}

.pvc_contactField_at:nth-child(3) .pvc_contactLabel_at::after {
    display: none;
}


.pvc_contactField_at input,
.pvc_contactField_at textarea {
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.10);
    width: 100%;
    resize: none;
    height: 79px;
    padding: 26px 30px;
    color: #FFF;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 134%;
}

.pvc_contactField_at textarea {
    height: 199px;

}

.pvc_contactField_at input::placeholder,
.pvc_contactField_at textarea::placeholder {
    color: rgba(255, 255, 255, 0.60);
    display: block;
}

.pvc_contactFieldBtn_at {
    border-radius: 12px;
    background: #0051FF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pvc_contactFieldBtn_at:hover {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #1864FE;
}

.pvc_contactFieldTxt {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contactFieldBtnSvg_at {
    display: block;
    margin: 2px 0 0 12px;
    width: 10px;
}

.contactFieldBtnSvg_at svg {
    width: 100%;
}

.pvc_successField_at {
    text-align: center;
}

.pvc_successTxt_at {
    text-align: center;
    color: #17d530;
}

.pvc_contactField_at label.error {
    position: absolute;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: red;
    left: 0px;
    top: 130px;
    white-space: nowrap;
}

.pvc_contactField_at:nth-child(3) {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.pvc_contactField_at textarea+label.error {
    top: 250px;
}

.ieBrowser {
    overflow-x: hidden;
}

.pvc_emailtag_at {
    color: #0F69F1;
    font-weight: 600;
    text-decoration: underline;
    font-size: 25px;
}

.pvc_emailtag_at:hover {
    text-decoration: none;
}

.pvc_contact_pvc_detail {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.pvc_reach_title_at,
.pvc_mail_title_at {
    color: rgba(255, 255, 255, 0.60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 183%;
    margin-bottom: 2px;
}

.pvc_reach_address_at {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

.pvc_mail_at {
    color: #5F92FF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 183%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.pvc_mail_at:hover {
    text-decoration: none;
}

.pvc_contact_pvc_detail img {
    max-width: 100%;
}

.pvc_contact_pvc_detail img.mobile_img_at {
    display: none;
}

.pvc_contact_pvc_detail .pvc_detail {
    flex-shrink: 0;
}

.pvc_contact_pvc_detail .pvc_detail .pvc_desc_at {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 183%;
}

.pvc_contact_pvc_detail .pvc_detail .pvc_contact_head {
    font-size: 36px;
    font-weight: 600;
    line-height: 183%;
}

.pvc_contact_pvc_detail .pvc_detail>.pvc_contact_head:nth-child(1) {
    margin-top: 52.7px;
}

.pvc_contact_pvc_detail .pvc_detail>.pvc_desc_at:nth-child(5) {
    margin-top: 30px;
}

.pvc_contact_pvc_detail .pvc_image img {
    width: 100%;
    max-width: 490px;
    height: 340px;
}

.font-bold {
    font-weight: bold;
}

.m-0 {
    margin: 0;
}

@media screen and (max-width:1280px) {

    .pvc_reach_title_at,
    .pvc_mail_title_at {
        font-size: 18px;
        line-height: 183%;
    }

    .pvc_reach_address_at {
        font-size: 26px;
        line-height: 36px;
        white-space: nowrap;
    }

    .pvc_mail_at {
        font-size: 22px;
        line-height: 183%;
    }
}


@media screen and (max-width:1024px) {

    .pvc_contact_pvc_detail .pvc_detail .pvc_contact_head:nth-child(1),
    .pvc_contact_pvc_detail .pvc_detail>.pvc_desc_at:nth-child(5) {
        margin: 0;
    }

    .pvc_contact_pvc_detail {
        flex-direction: column;
        align-items: center;
    }

    .pvc_contact_pvc_detail .pvc_detail {
        margin: 0 0 59.8px;
        display: none;
    }

    .pvc_contact_pvc_detail .image img {
        width: 100%;
        max-width: 488.494px;
        height: auto;
    }

    .pvc_reach_at {
        text-align: center;
    }

}

@media screen and (max-width:900px) {


    .pvc_contactWrapper_at {
        padding: 50px 16px;
    }

}

@media screen and (max-width:768px) {

    body::before {
        width: 264px;
        height: 62px;
        top: 60px;
        background-size: cover;
    }

    .pvc_contactMain_at {
        padding: 0 16px;
    }

    .pvc_contactMainWrp_at {
        background: #1E1E1E;
    }

    .pvc_contactWrapper_at {
        padding: 50px 0;
        margin: 0;
        border-radius: 0;
        background: transparent;
    }

    .pvc_contactMain_at {
        margin: auto
    }

    .pvc_contactHeader_at {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 150%;
        padding: 82px 18px;
        background: linear-gradient(180deg, #34373F 0%, #1D2026 100%);
        background-size: cover;
        border-radius: 0 0 60px 60px;
    }

    .pvc_contactField_at {
        padding: 0 0 20px 0;
    }

    .pvc_contactInfo_at {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .pvc_contactLabel_at {
        font-size: 16px;
        line-height: 134%;
    }

    .pvc_contactField_at input,
    .pvc_contactField_at textarea {
        height: 57px;
        padding: 24px 18px;
        margin-top: 12px;
        font-size: 16px;

    }

    .pvc_contactField_at textarea {
        height: 199px;
        padding: 18px 14px 18px 24px;

    }

    .pvc_contactField_at:nth-child(3) {
        padding: 0 0 30px 0;

    }

    .pvc_contactField_at label.error {
        font-size: 12px;
        top: 90px;
    }

    .pvc_contactField_at textarea+label.error {
        top: 191px;
    }


    .pvc_contactFieldBtn_at {
        width: 100%;
        height: 52px;
        margin: 0;
    }

    .pvc_contactFieldTxt {
        font-size: 16px;
        line-height: normal;
    }


    .pvc_contact_pvc_detail {
        margin: 30px 0 auto 0;
        gap: 30px;
    }

    .pvc_reach_title_at,
    .pvc_mail_title_at {
        font-size: 12px;
        line-height: 183%;
        margin-bottom: 0;
    }

    .pvc_reach_address_at {
        font-size: 16px;
        line-height: normal;
    }

    .pvc_mail_at {
        font-size: 16px;
        line-height: 183%;
    }

    .pvc_contact_pvc_detail img.desktop_img_at {
        display: none;
    }

    .pvc_contact_pvc_detail img.mobile_img_at {
        display: block;
    }

    .pvc_ccpaMainWrp_at {
        background: url('/atom/images/ac_atf_mobile.png') no-repeat top;
        background-size: 100% 557px;
    }

}

@media screen and (max-width:480px) {

    .pvc_contact_pvc_detail {
        flex-direction: column;
    }

    .pvc_contact_pvc_detail .image {
        width: 100%;
        text-align: center;
    }

    .pvc_contact_pvc_detail .image img {
        width: 294.455px;
        height: 194.469px;
        margin: auto;
    }

    .pvc_contact_pvc_detail .pvc_detail .pvc_desc_at {
        font-size: 18px;
        text-align: left;
        line-height: 134%;
    }

    .pvc_contact_pvc_detail .pvc_detail .pvc_contact_head {
        font-size: 25px;
        line-height: 134%;
    }

    .pvc_contact_pvc_detail .pvc_detail>.pvc_contact_head:nth-child(1) {
        margin-bottom: 7px;
    }

    .pvc_contact_pvc_detail .pvc_detail>.pvc_desc_at:nth-child(5) {
        margin: 20px 0 7px;

    }

    .pvc_emailtag_at {
        font-size: 18px;
        line-height: 134%;
        color: #0171EB;

    }
}
footer {
  width: 100%;
  background: #2A3141;
  font-family: "Inter";
}

footer .pvc_footerWrap_at {
  max-width: 961px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 15px 92px;
}

footer .pvc_logo_at_footer,
footer .pvc_gplay_logo_at_footer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

footer .pvc_logo_at_footer a {
  display: flex;
}

footer .pvc_logo_at_footer a svg {
  width: 319px;
}

footer .pvc_logo_at a {
  margin: 0 auto 50px;
  justify-content: center;
}

.pvc_footerWrap_at .pvc_footerDisclaimer_at {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  padding-bottom: 50px;
}

footer .pvc_footerWrap_at ul {
  color: #FFFFFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  row-gap: 27px;
  justify-content: center;
  padding: 0 22px;
}

footer .pvc_footerWrap_at ul li {
  border-right: 3px solid #0000001A;
}

footer .pvc_footerWrap_at ul li:first-child {
  padding-left: 0;
  padding-right: 22px;
}

footer .pvc_footerWrap_at ul li:last-child {
  padding-right: 0px;
  border-right: none;
}

footer .pvc_footerWrap_at ul li {
  padding: 0 22px;

}

footer .pvc_footerWrap_at ul li a {
  color: #FFFFFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 105.882% */
  text-transform: capitalize;
}

footer .pvc_footerWrap_at ul li:hover {
  text-decoration: underline;
}

footer .pvc_footerWrap_at ul li:nth-child(4) {
  border-right: none;
}

.pvc_footerWrap_at .pvc_disclaimerTwo_at {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  max-width: 894px;
  margin: 50px auto 0;
}

.lander_disclaimer,
.lander .footer_disclaimer,
.change_screen_disclaimer {
  display: none;
}

.lander .lander_disclaimer {
  display: block;
}

.pvc_change_screen_at .change_screen_disclaimer {
  display: block;
}

.pvc_change_screen_at .footer_disclaimer {
  display: none;
}

@media screen and (max-width:1023px) {
  footer .pvc_footerWrap_at {
    padding: 50px 0px 77px;
  }

  footer .pvc_logo_at a {
    margin: 0 auto 25px;
  }

  .pvc_footerWrap_at .pvc_footerDisclaimer_at {
    padding: 0 22px 36px;
  }

  .pvc_footerWrap_at .pvc_disclaimerTwo_at {
    margin-top: 36px;
    padding: 0 22px;
  }
}

@media screen and (max-width:915px) {

  footer .pvc_footerWrap_at ul {
    row-gap: 26px;
  }
}

@media screen and (max-width:869px) {

  footer .pvc_footerWrap_at ul li:nth-child(4) {
    border-right: 3px solid #0000001A;
  }

  footer .pvc_footerWrap_at ul li:nth-child(3) {
    border-right: none;
  }
}

@media screen and (max-width:864px) {

  footer .pvc_footerWrap_at ul li:nth-child(6) {
    border-right: none;
  }
}

@media screen and (max-width:768px) {

  footer .pvc_logo_at a {
    gap: 8px;
  }

  footer .pvc_logo_at a img {
    width: 52px;
    height: 52px;
  }

  footer .pvc_logo_at a span {
    font-size: 16px;
    line-height: 110%;
  }

  footer .pvc_footerWrap_at ul li {
    color: #FFFFFFBF;
    text-align: center;
    padding: 0 21px;
  }

  footer .pvc_footerWrap_at ul li {
    border-color: #FFFFFFBF;
  }

  footer .pvc_footerWrap_at ul {
    max-width: 328px;
    width: 328px;
    margin: 0 auto;
    padding: 0;
  }

  footer .pvc_footerWrap_at ul li:nth-child(2),
  footer .pvc_footerWrap_at ul li:nth-child(3),
  footer .pvc_footerWrap_at ul li:nth-child(4),
  footer .pvc_footerWrap_at ul li:nth-child(6) {
    border-right: none;
  }

  footer .pvc_footerWrap_at ul li:first-child {
    padding: 0 20px;
  }

  footer .pvc_footerWrap_at ul li:last-child {
    padding-left: 0;
  }

  .pvc_footerWrap_at .pvc_footerDisclaimer_at {
    line-height: 20px;
  }

  footer .pvc_footerWrap_at ul li a {
    font-size: 16px;
  }

  .pvc_footerWrap_at .pvc_disclaimerTwo_at {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  footer .pvc_footerWrap_at ul li {
    border-right: 0;
  }

  footer .pvc_footerWrap_at ul {
    row-gap: 25px;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    width: 100%;
  }

  footer .pvc_footerWrap_at ul li:first-child {
    padding: 0;
  }

  footer .pvc_footerWrap_at ul li {
    padding: 0;
  }
}