@charset "utf-8";
/* CSS Document */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: red;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0px;
  padding: 0px;
}
html {
  -webkit-text-size-adjust: 100%;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*  letter-spacing: 1px;*/
  position: relative;
  background: #f0f2f5;
  overflow: hidden;
}
[aria-hidden="true"] {
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.mobile-hide {
  display: block;
}
.desktop-hide {
  display: none;
}
.img-resize {
  max-width: 100%;
  height: auto;
  display: block;
}
.hidden {
  display: none;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 2fr));
  grid-template-rows: repeat(2, minmax(50px, 2fr));
}
.sonyheader {
  padding: 5px 10px;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sonyheader img {
  height: 15px;
}
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background: #000000; */
  text-align: center;
  z-index: 9;
}
.siteBackground {
  position: relative;
}
.main-content {
  height: 100%;
  /*  padding:0 15px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3c5898;
}
.tt-img {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 200px;
}
.mosiac-wrapper {
  width: 40%;
  height: 100%;
}
.mosiac-wrapper .get-it-now-wrapper {
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #FFF;
  background: #3c5898;
}
.mosiac-wrapper .get-it-now-wrapper h2 {
  font-size: 28px;
  padding-bottom: 0.5rem;
}
.mosiac-wrapper .get-it-now-wrapper h3 {
  font-size: 16px;
}
.iframe-content {
  /*  height: 100%;*/
  height: 70%;
}
.mosiac-legal-wrapper{
    background: #222222;
    color: #9f9f9f;
    height: 5%;
        font-size: 10px;
}
.mosiac-legal-wrapper a{
        color: #9f9f9f;
    text-decoration: underline;

}
.iframe-content iframe {
  width: 100%;
  height: 100%;
}
.main-wrapper {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #3c5898 #EEE;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.form-content {
  padding-top: 1em;
}
.content-wrapper::-webkit-scrollbar {
  width: 7px;
}
.content-wrapper::-webkit-scrollbar-track {
  background-color: #EEEEEE;
  border-radius: 12px;
}
.content-wrapper::-webkit-scrollbar-thumb {
  background-color: #3c5898;
  border-radius: 12px;
}
.separator {
  height: 5px;
  background-color: #dfe3ee;
  width: 100%;
  margin: 1em auto;
}
.text-content {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5em;
}
.main-heading {
  color: #3c5898;
  font-size: 3.75em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 0.3em;
  line-height: 1.1em;
}
.sub-heading {
  font-weight: 600;
  padding-bottom: 0.5em;
  font-size: 1.5em;
}
.form-container {
  width: 70%;
  margin: 0 auto;
}
.two-column-row {
  display: flex;
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.form-group {
  max-width: 100%;
  margin: 2em auto 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.form-group label {
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #3c5898;
  font-weight: 600;
}
.form-control {
  /*  width: 100%;*/
  height: 50px;
  display: block;
  margin: 0;
  color: #738bc0;
  font-size: 1em;
  background: #dfe3ee;
  border: none;
  padding: 0.6em 1em;
  line-height: inherit;
  font-weight: 600;
}
.p-left {
  padding-left: 0;
}
.p-right {
  padding-right: 0;
}
.p0 {
  padding: 0;
}
.select-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.select-wrapper::after {
  content: "";
  background: #000000;
  width: 19px;
  height: 11px;
  background-image: url(../images/arrow-down.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  right: 1em;
  top: 44%;
  pointer-events: none;
}
.select-wrapper .form-control {
  cursor: pointer;
  width: 100%;
  height: 70px;
  white-space: pre-wrap;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.checkbox {
  padding-top: 1em;
  display: flex;
}
.checkbox input {
  display: none;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label::before {
  content: "";
  /*  border: 0.15em solid #5c5c5c;*/
  border: none;
  background: #dfe3ee;
  padding: 0.8em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox input:checked + label::before {
  background: #dfe3ee;
}
.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.6em;
  width: 0.45em;
  height: 1.1em;
  border: solid #3c5898;
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(45deg);
}
.checkbox p {
  width: 90%;
  margin: 0 0 0 1em;
  color: #3c5898;
  font-size: 0.7em;
}
.checkbox a {
  color: #ffffff;
  text-decoration: underline;
}
.errorMessage {
  color: #ff0000;
  text-align: center;
  font-size: 1.6em;
  display: none;
  max-width: 600px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  border-radius: 12px;
}
.submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
}
.submit-btn, .btn {
  padding: 0.8em 0em;
  text-align: center;
  min-width: 240px;
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
  background: #dfe3ee;
  color: #3c5898;
  display: inline-block;
}
.submit-btn:hover {
  box-shadow: 0 0 0.7em rgba(255, 255, 255, 0.5);
}
.select-wrapper .form-control, .submit-btn {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.select-wrapper select:invalid {
  color: rgba(115, 139, 192, 0.50);
  height: 70px;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder, .form-control::placeholder {
  color: #738bc0;
  opacity: 0.5;
}
input::placeholder {
  color: #738bc0;
  opacity: 0.5;
}
.select-wrapper .form-control option:not(:checked) {
  color: #738bc0;
}
input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
.thank_you_wrapper {
  width: 100%;
  height: 100%;
}
.thank_you_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.back-btn {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1;
    font-size: 14px;
    
}
.back-btn img {
  transform: rotate(90deg);
  margin-right: 1em;
    height: 8px;
}
.thank_you_content .main-heading span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: none;
}
.share-status {
  padding: 2em 0 1em;
}
.share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-icons a {
  margin: 0 1em;
}
.thank_you_wrapper .separator {
  margin: 2em auto;
  width: 70%;
}
.bottom-wrapper {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.bottom-wrapper h3 {
  font-size: 36px;
  text-transform: uppercase;
  /*  padding-bottom: 0.7em;*/
}
.bottom-wrapper h5 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 2em;
}
.bottom-wrapper .btn {
  text-transform: uppercase;
  /*  min-width: 115px;*/
}
.get-it-now-wrapper .btn {
  min-width: 115px;
  margin: 0.3em;
  padding: 12px;
  font-size: 16px;
}
.get-it-now-wrapper a img {
  max-height: 26px;
  margin: 0 auto;
}
.get-it-now-tt {
  max-width: 40%;
}
/*.bottom-wrapper .get-it-now-wrapper, .bottom-wrapper .stay-connected-wrapper {
  width: 50%;
}*/
.vertical-separator {
  height: 100%;
  width: 5px;
  background: #dfe3ee;
}
.stay-connected-wrapper {
  margin: 0 auto;
}
.footer {
  position: fixed;
  top: auto;
  width: 100%;
  text-align: center;
  z-index: 9;
  bottom: 0;
  background: #000000;
  font-size: 10px;
  padding: 5px 0;
  color: rgb(224, 226, 230);
}
.bugs img {
  max-width: 60%;
  margin: 15px auto;
}
.footer-links a {
  display: inline-block;
  color: rgb(224, 226, 230);
  margin: 0 5px;
}
.footer-links a:hover, #btnCredits:hover, #btnCreditsIntro:hover {
  color: #ffffff;
}
#containerCredits, #containerCreditsIntro {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}
#btnCredits, #btnCreditsIntro {
  cursor: pointer !important;
}
#btnCredits::after, #btnCreditsIntro::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.075em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid;
  border-left: 0.4em solid transparent;
}
#closeCredits, #closeCreditsIntro {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0.7;
}
#closeCredits:hover, #closeCreditsIntro:hover {
  opacity: 1;
}
#closeCredits:before, #closeCredits:after, #closeCreditsIntro:before, #closeCreditsIntro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
#closeCredits:after, #closeCreditsIntro:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
.line-break, .copyright br {
  display: none;
}
.personal_info img {
  width: 24px;
  margin-left: 0.3rem;
  margin-bottom: 0px;
}
.select-wrapper option:not(:first-of-type) {
  color: #738bc0 !important;
  opacity: 0.5 !important;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader-wrapper {
  color: #FFF;
  text-transform: uppercase;
}
.loader::after, .loader::before {
  content: '';
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* background: #738bc0; */
  background: #1e4cb4;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media screen and (max-width:1650px) {
  .tt-img {
    max-width: 160px;
  }
  .main-heading {
    font-size: 2.6em;
  }
  .sub-heading {
    font-size: 1.3em;
  }
  .separator {
    margin-bottom: 0;
  }
  .get-it-now-wrapper .btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .d-grid {
    grid-template-columns: repeat(2, minmax(20px, 2fr));
    grid-template-rows: repeat(2, minmax(20px, 2fr));
  }
}
@media screen and (max-width:1440px) {
  .bottom-wrapper, .thank_you_wrapper .separator {
    width: 90%;
  }
  .get-it-now-wrapper a img {
    max-height: 24px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1366px) {
  .form-control {
    height: 35px;
    font-size: 0.9em;
  }
  .select-wrapper .form-control {
    height: 50px;
  }
  .select-wrapper select:invalid {
    height: 50px;
  }
  .submit-btn, .btn {
    font-size: 0.9em;
  }
  .tt-img {
    max-width: 130px;
  }
  .share-status {
    padding: 1em 0;
  }
  .bottom-wrapper h3 {
    font-size: 24px;
  }
  .bottom-wrapper h5 {
    font-size: 15px;
    padding-bottom: 1em;
  }
  .share-icons img {
    max-height: 40px;
  }
  .thank_you_wrapper .separator {
    margin: 1em 0;
  }
  .select-wrapper::after {
    content: "";
    width: 14px;
    height: 8px;
    top: 33%;
  }
  .get-it-now-wrapper .btn {
    padding: 8px 10px;
  }
  .iframe-content {
    /* height: 100%; */
    height: 60%;
  }
  .mosiac-wrapper .get-it-now-wrapper {
    height: 35%;
  }
}
@media screen and (max-width:1280px) {
  .form-container {
    width: 75%;
  }
  .main-heading {
    font-size: 2.1em;
  }
  .sub-heading {
    font-size: 1.1em;
  }
  .submit-btn, .btn {
    min-width: 180px;
  }
  .share-status {
    padding: 0;
  }
  .thank_you_wrapper .separator {
    margin: 2em 0;
  }
}
@media screen and (device-width:1280px) and (device-height:720px) {
  .get-it-now-wrapper a img {
    max-height: 20px;
    margin: 0 auto;
  }
  .mosiac-wrapper .get-it-now-wrapper h2 {
    font-size: 28px;
    padding-bottom: 0;
  }
}
@media screen and (max-width:1200px) {
  .form-container {
    width: 80%;
  }
  .submit-btn, .btn {
    min-width: 180px;
  }
  .bottom-wrapper, .thank_you_wrapper .separator {
    width: 90%;
  }
  .bottom-wrapper .get-it-now-wrapper {
    width: 50%;
  }
    .back-btn {
    min-width: 100px;
}
}
@media screen and (max-width:1024px) {
  body {
    font-size: 14px;
  }
  .submit-btn, .btn {
    min-width: 120px;
  }
  .form-group label {
    font-size: 0.9em;
  }
  .footer-links a:hover, #btnCredits:hover, #btnCreditsIntro:hover {
    color: rgb(224, 226, 230);
  }
  .get-it-now-wrapper a img {
    max-height: 24px;
    margin: 0 auto;
  }

}
@media screen and (max-width:900px), screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait)  {
  body {
    overflow-x: hidden !important;
    overflow-y: auto;
  }
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
  .sonyheader img {
    height: 12px;
  }
  .footer-links a {
    font-size: 8px;
    margin: 0 3px;
  }
  .copyright {
    line-height: 9px;
    font-size: 7px;
    margin-top: 2px;
  }
  .copyright br {
    display: block;
  }
  .bugs img {
    max-width: 90%;
  }
  .errorMessage {
    font-size: 1.2em;
  }
  .tt-img {
    position: relative;
    margin: 0 auto 2em;
    max-width: 175px;
    right: inherit;
  }
  .main-content {
    flex-direction: column;
    display: block;
  }
  .mosiac-wrapper, .main-wrapper {
    width: 100%;
    display: block;
  }
  .mosiac-wrapper {
    height: 80%;
  }
  .main-wrapper {
    /*    width: 90%;*/
    margin: 0 auto;
    height: auto;
    padding-bottom: 7em;
  }
  .content-wrapper {
    max-height: none !important;
  }
  .form-content {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  .back-btn {
    min-width: 55px;
    top: -13%;
    left: -10px;
  }
  .get-it-now-wrapper a img {
    max-height: 24px;
  }
    .iframe-content {
        /* height: 100%; */
        height: 70%;
    }
        .mosiac-wrapper .get-it-now-wrapper {
        height: 25%;
    }
}
@media screen and (max-width:750px){
  .form-container {
    width: 100%;
  }
  .form-container div {
    width: 100%;
  }
  .two-column-row {
    flex-direction: column;
  }
  .form-group {
    padding: 0;
  }
  .select-wrapper::after {
    width: 10px;
    height: 6px;
  }
  .share-icons img {
    max-height: 30px;
  }
  .thank_you_container {
    width: 90%;
    margin: 0 auto;
  }
  .thank_you_content .main-heading span {
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-transform: none;
  }
  .thank_you_wrapper .separator {
    width: 100%;
  }
  .bottom-wrapper {
    flex-direction: column;
  }
  .bottom-wrapper, .thank_you_wrapper .separator {
    width: 100%;
  }
  .vertical-separator {
    width: 100%;
    height: 5px;
    margin: 2em auto;
  }
  .bottom-wrapper .get-it-now-wrapper {
    width: 100%;
  }
  .main-heading {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape), screen and (max-device-height: 450px) and (min-device-width: 740px) and (orientation: landscape), screen and (device-width: 416px) and (device-height: 896px) and (orientation: landscape) screen and (max-height:450px) and (max-width: 1000px) and (orientation: landscape) {
  #mobileLandscapeBlock {
    width: 100%;
    height: 100%;
    background-color: #a2a3a7;
    background-image: url(../images/rotate_device.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8999;
    display: block;
  }
  #wrapper {
    opacity: 0;
  }
  .message-desktop a:hover {
    color: #a8a8a8;
    text-decoration: none;
  }
}
@media screen and (max-width:450px) and (orientation:portrait) {
  .iframe-content {
    /* height: 100%; */
    height: 60%;
  }
  .mosiac-wrapper .get-it-now-wrapper {
    height: 35%;
  }
  .get-it-now-wrapper .btn {
    padding: 8px;
  }
    .mosiac-legal-wrapper {
    font-size: 9px;
}
}
@media screen and (max-width:360px) and (orientation:portrait) {
  .sub-heading br {
    display: none;
  }
}