body {
  font-family: 'Inter', Helvetica, sans-serif;
  background: #000000;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.logo {
padding: 20px 20px;
color:#ffffff;
background: #000000 url('https://image.message.rentpath.com/lib/fe91127477670d7e76/m/1/4420ed1e-ab77-40e9-b988-b1b7909ab6de.png') no-repeat 50% 50%;
height: 125px;
}
a {
  color: #4561EC;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

h1 {
  padding-bottom: 20px;
  color: #000000;
  font-size: 25px;
  text-transform: capitalize;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1px;
}

h2 {
  color: #000000;
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}

.FLEX {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.article-wrapper {
  position: relative;
  background-color: #000000;
  margin: 0 auto;
}

.article-wrapper:before {
  position: absolute;
  background: #000000 url('') repeat-x;
  background-position: 50% calc(100% - 260px);
  left: 0;
  width: calc(50% - 682px);
  height: 100%;
  top: 0;
  content: '';
  z-index: 0;
}

.article-wrapper:after {
  position: absolute;
  background: #000000 url('') repeat-x;
  background-position: 50% calc(100% - 260px);
  right: 0;
  width: calc(50% - 682px);
  height: 100%;
  top: 0;
  content: '';
  z-index: 0;
}

.ainner-wrapper {
  background: url('') no-repeat;
  background-position: center calc(100% - 630px);
  background-size: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header-flex.flex {
  text-align: center;
}

.header {
  padding: 25px 25px 20px 25px;
}

.article {
  padding: 0 0 200px 0;
}

.article-flex {
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
}

.article-one {
  border-bottom: 2px solid #e6e6e6;
}

.article-one p {
  padding: 0 0 20px 0;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
}

.article-3-top p {
  padding: 0 0 20px 0;
  color: #000000;
  font-size: 18px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
}

.article-one span {
  display: block;
  padding-bottom: 20px;
  color: #000000;
  font-size: 21px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  text-align: center;
}

.article-one span a {
  color: #4561EC;
  font-weight: 700;
  margin-left: 5px;
}

.article-two {
  padding: 30px 0;
}

.preferences-box {
  padding: 25px 15px;
  margin-bottom: 15px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}

.preferences-box .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.preferences-box .icon-box i {
  font-size: 20px;
}

.preferences-box .preferences-text h3 {
  color:#000000;
  font-size: 17px;
  text-transform: capitalize;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  margin-bottom: 0px;
}

.apart-preferences.flex {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.preferences-box .preferences-text p {
  color: #8e8e8e;
  font-size: 25px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  padding: 0;
}

.preferences-box .preferences-btn {
  position: relative;
}

.preferences-box .preferences-btn a {
  width: 95px;
  height: 45px;
  background: #4561EC;
  display: inline-flex;
  font-size: 31px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  padding: 5px 20px;
}

.preferences-box .btn-box {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}

.preferences-box a.btn.clr-btn {
  background: #f45355;
  justify-content: flex-end;
}

.preferences-btn.new .btn-box {
  left: 12px;
}

.sv-btn {
  display: flex;
  justify-content: flex-end;
  border-bottom: 2px solid #e6e6e6;
}

.submit {
  border: unset;
  outline: unset;
}

.submit:active {
  outline: unset;
}

.sv-btn a,
.submit {
  background: #4561EC;
  color: #fff;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 50px 0 40px 0;
  transition: background 0.3s ease;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
}

.sv-btn a:hover,
.submit:hover {
  background: #4561EC;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.email-text {
  padding-bottom: 45px;
  display: block;
  color: #000000;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-size: 18px;
  text-align: center;
}

.email-address-input {
    border: 0;
    color: #000000 !important;
    font-family: 'Inter', 'Helvetica',  sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    padding-left: 5px;
    -webkit-text-fill-color: #0035d9;
    opacity: 1;
 background: #fff;
}

.article-3 {
  display: flex;
}

.article-3 h3 {
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-weight: 600;
}

.article-3 p {
  padding: 30px 0 50px;
  color: #000000;
  font-size: 34px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
}

.form-group {
  display: flex;
  position: relative;
}

.select-con {
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  right: 20px;
  z-index: 1;
}

.form-group select {
  border: 2px solid #e6e6e6;
}

.form-group select {
  padding: 10px 50px 10px 10px;
  color: #4561EC;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  width: 100%;
  border-radius: 8px;
  -moz-appearance: window;
  -webkit-appearance: none;
  height: 62px;
  outline: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  cursor: pointer;
}

.icon-box.lg-show img {
  width: 28px;
  height: 28px;
}

.article-3 .sv-btn {
  border: none;
  width: 100%;
}

.middle-box {
  flex: auto;
}

.article-3-right .sv-btn a,
.update {
  background: transparent;
  color: #4561EC;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  border: 2px solid #0035d9;
  transition: background 0.3s ease;
  padding: 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.article-3-right .sv-btn a:hover,
.update:hover {
  background: #4561EC;
  color: #fff;
  border: 2px solid #0a163f;
}

.article-3-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.article-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer {
  padding: 60px 0 15px 0;
  margin-top: 0px;
  position: relative;
  background: #fff;
}

.footer h5 {
  color: #091441;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: -1px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer ul li a {
  color: #0035d9;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 2;
  font-family: 'Inter', 'Helvetica',  sans-serif;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 500;
}

.footer-left:not(:first-child) {
  margin-top: 20px;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: #fff;
  content: '';
  z-index: 1;
}

.social-links {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.copyright {
  padding: 35px 65px;
  text-align: center;
}

.copyright p {
  margin-bottom: 20px;
  color: #747474;
  font-size: 12px;
}

.article-two .preferences-box h3 {
  font-size: 17px;
}

.article-two .preferences-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}

.article-3-top h2 {
  margin-bottom: 10px;
}

/***toggle csss***/

.preferences-btn .switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 60px;
  height: 36px;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  cursor: pointer;
  border: none;
}

.preferences-btn .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.preferences-btn .switch-label {
  padding: 10px 0px;
  font-weight: 700;
  position: relative;
  display: block;
  height: inherit;
  font-size: 14px;
  text-transform: capitalize;
  background: #ebebeb;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.preferences-btn .switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.preferences-btn .switch-label:before {
  content: 'No';
  right: 11px;
  color: #4561EC;
  font-size: 14px;
}

.preferences-btn .switch-label:after {
  content: 'Yes';
  left: 15px;
  color: #FFFFFF;
  opacity: 0;
}

.preferences-btn .switch-input:checked ~ .switch-label {
  background: #4561EC;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.preferences-btn .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.preferences-btn .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.preferences-btn .switch-handle {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 18px;
  height: 18px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.preferences-btn .switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.preferences-btn .switch-input:checked ~ .switch-handle {
  left: auto;
  right: 10px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/***toggle css end***/

/***select all toggle***/

.select-all-text {
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.select-all-button {
  float: right;
  margin-right: 17px;
}
.select-all-button .preferences-btn .switch {
  display: inline-block;
}

.select-all-button .preferences-btn .switch-label:before,
.select-all-button .preferences-btn .switch-label:after {
  content: 'All';
}

/***select all toggle end*/

.icon-box.lg-show {
  display: none;
}

.preferences-text {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin-bottom: 5px;
  justify-content: space-between;
}

.preferences-text .icon-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.preferences-text .preferences-btn .switch {
  width: 70px;
  height: 32px;
}

.preferences-text .preferences-btn .switch-handle {
  top: 7px;
}

.xs-head {
  display: flex;
  align-items: center;
}

.icon-box.lg-hide img {
  max-width: 60%;
}

.icon-box.lg-hide img {
  max-width: 60%;
}

.icon-box.lg-hide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xs-head .icon-box.lg-hide {
  flex: 0 0 auto;
}

.xs-head .icon-box.lg-hide > img {
  max-width: 50%;
}

.article-3-left,
.article-3-right {
  width: 100%;
}

.header-flex.flex > a > img {
  max-width: 180px;
}

.article-two .preferences-box h3 {
  padding-right: 6px;
}

.update {
  width: 100%;
  outline: unset;
}

._3uti4 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  justify-content: center;
}

._3uti4 li {
  margin: 0 15px;
  padding: 0;
  display: inline-block;
}

._2owZk {
  display: inline-block;
  vertical-align: middle;
}

._2LwAD svg {
  width: 30px;
  height: 30px;
}

._2ahOs svg {
    width: 50px;
    height: 48px;
}

.container {
  padding: 0 10px;
}

.content-left span {
  display: block;
}

.sv-btn a,
.submit {
  width: 100%;
}

.content-left p {
  padding-bottom: 10px;
}

/* Media Queries */
@media (min-width: 600px) {
  .preferences-box .preferences-text h3,
 .article-two .preferences-box h3 {
    font-size: 18px;
  }

  .icon-box.lg-hide img {
    max-width: 60%;
  }

  .icon-box.lg-hide img {
    max-width: 60%;
  }
}

@media (min-width: 800px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  .article-one span {
    padding-bottom: 40px;
  }

  .article-two {
    padding: 20px 0 40px 0;
  }

  .ainner-wrapper {
    background: url('http://image.message.rentpath.com/lib/fe91127477670d7e76/m/1/d1263633-2733-4c3b-91e9-664af9017ecf.png') no-repeat;
    background-position: 50% calc(100% - 260px);
  }

  .ainner-wrapper.unsub-page {
    background: url('http://image.message.rentpath.com/lib/fe91127477670d7e76/m/1/d1263633-2733-4c3b-91e9-664af9017ecf.png') no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .preferences-text .preferences-btn .switch-handle {
    top: 11px;
  }

  .article-3-right .sv-btn a,
 .update {
    background: transparent;
    color: #0035d9;
  }

  .content-left .sv-btn a {
    margin: 0 auto 50px auto;
  }

  .footer {
    padding: 100px 15px;
  }

  .social-links {
    padding-top: 50px;
  }

  .article-3-right .sv-btn a,
 .update {
    margin: 0;
  }

  .article-two .preferences-box h3 {
    padding-right: 0;
  }

  .footer-left:not(:first-child) {
    margin-top: 0;
  }

  .footer h5 {
    font-size: 19px;
  }

  .footer ul li a {
    font-size: 14px;
  }

  .article-3-left {
    width: 58%;
  }

  .article-3-right {
    width: 40%;
  }

  .header {
    padding: 35px 30px;
  }

  .social-links > img {
    max-width: 40%;
  }

  .article .container {
    max-width: 800px;
  }

  .icon-box.lg-hide {
    display: none;
  }

  .middle-box {
    padding: 0 30px 0 20px;
  }

  .icon-box.lg-show,
 .preferences-btn.lg-show {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .lg-hide {
    display: none;
  }

  .preferences-text {
    display: block;
  }

  .news-p {
    order: 6;
    width: 84%;
    margin: 0px auto;
  }

  .article-flex {
    padding: 60px 40px;
  }

  .preferences-btn .switch-label:before {
    right: 15px;
  }

  .preferences-btn .switch {
    width: 80px;
  }

  .preferences-btn .switch-input:checked ~ .switch-handle {
    right: 10px;
  }

  .preferences-btn .switch-handle {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 20px;
    height: 20px;
  }

  .preferences-btn .switch-label:before {
    font-size: 16px;
  }

  .preferences-btn .switch-label {
    padding: 10px 30px;
    font-size: 16px;
  }

  .article {
    padding: 0 0 60px 0;
  }

  .article-flex {
    padding: 60px;
  }

  .article-one p, .article-3-top p {
    font-size: 20px;
  }

  .apart-preferences.flex {
    align-items: center;
  }

  .article-two .preferences-box h3 {
    font-size: 20px;
  }

  .article-two .preferences-box p {
    font-size: 16px;
  }

  .preferences-text {
    flex-basis: 78%;
  }

  .sv-btn a,
 .submit {
    max-width: 240px;
    margin: 0 0 40px 0;
  }

  .article-3 h3 {
    font-size: 44px;
  }

  .article-3 {
    flex-wrap: nowrap;
  }

  .article-3 p {
    padding: 20px 0 40px;
  }

  #carform select {
    font-size: 29px;
  }

  .footer h5 {
    padding-bottom: 12px;
  }

  .footer-flex {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
 -webkit-justify-content: space-evenly;
  }

  .art-new-right {
    position: absolute;
  }

  .email-text, .email-address-input {
    font-size: 21px;
  }

  .art-new-r.hide-up {
    display: none;
  }

  .footer {
    background: transparent;
    padding: 300px 0 15px 0;
  }

  input.chng-btn.update {
    width: 93%;
  }

  .select-all-text {
    margin-top: 10px;
  }

}

@media (min-width: 1200px) {
  .header-flex.flex a img {
    max-width: 200px;
  }

  .footer {
    padding: 300px 0 40px 0px;
  }

  .container {
    max-width: 900px;
  }

}

@media (max-width: 800px) {

  .email-text {
    margin-left: 0px;
  }
 .email-address-input {
  margin: 0 auto;
  padding-left: unset;
  text-align: center;
  display: flex;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-top: 5px;
 }

  .apart-preferences.flex {
    position: relative;
  }

  .article-two .preferences-box h3 {
    padding-right: 80px;
  }

  .preferences-box .preferences-btn {
    position: absolute;
    top: 4px;
    right: 0;
  }

  .preferences-btn .switch {
    width: 70px;
    height: 30px;
  }

  .preferences-btn .switch-label {
    padding: 10px 30px;
    font-size: 14px;
  }

  .preferences-btn .switch-label:before {
    right: 15px;
    font-size: 14px;
  }

  .preferences-btn .switch-handle {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 18px;
    height: 18px;
  }

  .preferences-btn .switch-input:checked ~ .switch-handle {
    right: 10px;
  }

}
/* Media Queries */