/* Last modified: 2022-10-21 */

/******************************
 * Global
 ******************************/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    margin: 0;
    min-height: 100vh;
    width: 100%;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 * {
    font-family: museo-slab, 'Noto Sans JP', serif !important;
}

a,
a *,
body,
h4,
h4 *,
h5,
h5 *,
h6,
h6 *,
p,
p *,
ol,
ol *,
ul,
ul * {
    font-family: proxima-nova, 'Noto Sans JP', sans-serif !important;
}

body ol,
body ul {
    padding-left: 15px;
}

body p {
    margin-bottom: 1.4rem;
}

body p,
body ol li,
body ul li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
}

body ol li,
body ul li {
    margin-bottom: 0.65rem;
}

body h1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

body h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

body h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 20px;
}

body h4 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
}

@media (min-width: 992px) {
    body h1 {
        font-size: 3.375rem;
    }

    body h2 {
        font-size: 2.25rem;
    }

    body h3 {
        font-size: 1.75rem;
        font-weight: 300;
    }

    body h4 {
        font-size: 1.3125rem;
    }
}

table {
    margin: 0 0 1.4rem;
    width: 100%;
}

table tr td {
    border: 2px solid #707070;
    font-weight: 300;
    padding: 9px 15px;
    vertical-align: top;
}

.lp .container {
    max-width: 1170px;
}

/******************************
  * Buttons
  ******************************/

.lp__hero-buttons,
.lp__content-buttons {
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 992px) {

    .lp__hero-buttons,
    .lp__content-buttons {
        gap: 52px;
    }
}

@media screen and (max-width: 991px) {

    .lp__hero-buttons,
    .lp__content-buttons {
        gap: 26px;
    }
}

@media screen and (max-width: 767px) {

    .lp__hero-buttons,
    .lp__content-buttons {
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 240px;
    }
}

.lp__hero-buttons-link,
.lp__content-buttons-link {
    background: #fff;
    border: 1px solid #D4D4D3;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #00000029;
    color: #0088CE;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding: 6px 10px;
    word-break: break-word;
    width: 100%;
}

@media screen and (min-width: 768px) {

    .lp__hero-buttons-link,
    .lp__content-buttons-link {
        max-width: 221px;
    }
}

@media screen and (max-width: 767px) {

    .lp__hero-buttons-link,
    .lp__content-buttons-link {
        flex-wrap: wrap;
    }
}

.lp__hero-buttons-link:hover,
.lp__content-buttons-link:hover {
    background-color: #0088CE;
    border-color: #0088CE;
    color: #fff;
    text-decoration: none;
}

/* Buttons Location TY-specific styles */

.lp--ty-location-only .lp__content-buttons {
    justify-content: space-between;
    margin: 0 auto;
    padding: 76px 15px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .lp--ty-location-only .lp__content-buttons {
        max-width: 786px;
    }
}

/******************************
  * Navigation
  ******************************/

.lp__nav {
    background-color: #263146;
}

.lp__nav .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.lp__nav .row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 13px 0;
    margin: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lp__nav .row {
        padding: 13px 23px;
    }
}

.lp__nav-left-logo a {
    display: block;
}

.lp__nav-left-logo a img {
    width: 210px;
}

.lp__nav-unsubscribe {
    display: none;
    position: absolute;
    right: 100px;
    top: 55%;
    transform: translateY(-50%);
}

.lp__nav-unsubscribe-btn {
    color: #fff;
}

/******************************
  * Hero
  ******************************/

.lp__hero {
    align-items: center;
    background-color: #D4D4D3A6;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lp__hero-sub {
    font-size: 1.2rem;
}

.lp__hero-logos {
    align-items: flex-end;
    display: flex;
    height: 47px;
}

@media screen and (min-width: 1281px) {
    .lp__hero-logos {
        transform: translate(60px, 16px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .lp__hero-logos {
        transform: translateY(16px);
    }
}

@media screen and (min-width: 768px) {
    .lp__hero-logos {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .lp__hero-logos {
        justify-content: center;
        margin-top: 25px;
    }
}

.lp__hero-logos-image--two,
.lp__hero-logos-image--three {
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    margin-left: 15px;
    padding-left: 15px;
}

.lp__hero-logos-image {
    align-items: center;
    display: flex;
    height: 100%;
}

.lp__hero-logos-image img {
    height: auto;
    max-height: 28px;
    max-width: 130px;
    transform: scale(1);
    width: auto;
}

@media screen and (min-width: 768px) {
    .lp__hero-logos-image img {
        max-width: 130px;
    }
}

@media screen and (max-width: 767px) {
    .lp__hero-logos-image img {
        max-width: 100%;
    }
}

.lp__hero-date,
.lp__hero-time {
    font-size: 1rem;
    margin: 0 0 0.35rem !important;
}

.lp__hero-date {
    font-weight: normal;
}

.lp__hero-time {
    font-weight: 300;
}

/* Hero Generic-specific styles */

.lp--generic-only .lp__hero {
    min-height: 289px;
    padding: 3rem 0 2.25rem 0;
}

.lp--generic-only .lp__hero h1 {
    margin: 0 0 16px;
}

.lp--generic-only .lp__hero-subtitle {
    font-weight: 300;
    margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
    .lp--generic-only .lp__hero-subtitle {
        font-size: 2rem;
    }
}

/* Hero Webinar-specific styles */

.lp--webinar-only .lp__hero {
    min-height: 289px;
    padding: 1.7rem 0 2rem;
}

.lp--webinar-only .lp__hero h1 {
    margin: 0 0 1rem;
    max-width: 1120px;
}

/* Hero TY/Video-specific styles */

.lp--ty .lp__hero {
    background-position: center right;
    text-align: center;
}

/* Hero TY-specific styles */

.lp--ty-only .lp__hero {
    flex: 1;
    padding: 3rem 0 3rem 0;
}

.lp--ty-only .lp__hero .container {
    margin-bottom: 55px;
}

.lp--ty .lp__hero h1 {
    margin: 0 0 12px;
}

.lp--ty-only .lp__hero h4 {
    margin: 0 0 45px;
}

@media screen and (min-width: 992px) {
    .lp--ty-only .lp__hero h4 {
        font-size: 1.5rem;
    }
}

/* Hero Video/Location TY-specific styles */

.lp--ty-video-only .lp__hero,
.lp--ty-location-only .lp__hero {
    min-height: 289px;
    padding: 3rem 0 2.25rem 0;
}

.lp--ty-video-only .lp__hero h1,
.lp--ty-location-only .lp__hero h1 {
    margin: 0 0 15px;
}

.lp--ty-video-only .lp__hero h4,
.lp--ty-location-only .lp__hero h4 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 35px;
}

/* Hero Preference Center/Blog-specific styles */

.lp--preference-center .lp__hero {
    padding: 3rem 0 3rem 0;
    text-align: center;
}

.lp--preference-center .lp__hero h1 {
    margin: 0 0 10px;
}

/******************************
  * Content
  ******************************/

.lp__content {
    background-color: #D4D4D3A6;
    color: #263146;
    width: 100%;
}

.lp__content-opt-out {
    display: none;
}

.lp__content-opt-out-text {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
    border-color: white;
    color: inherit;
    display: inline-block;
    margin: 2rem 0 2rem;
    text-align: center;
    text-decoration: none;
}

.lp__content-opt-out-text:hover {
    border-bottom: 1px solid rgba(255, 255, 255);
}

.lp__content-opt-out-text a {
    color: #fff;
}

.lp__content-opt-out-text a:hover {
    text-decoration: none;
}

/* Content Generic-specific styles */

.lp--generic-only .lp__content {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding: 72px 0 104px;
}

/* Content Webinar-specific styles */

.lp-webinar .lp__content {
    flex: 1;
}

/* Content Generic & Video/Location TY-specific styles */

.lp--ty-video-only .lp__content,
.lp--ty-location-only .lp__content {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding: 72px 0 62px;
}

/* Content Location TY-specific styles */

.lp--ty-location-only .lp__content .mktoContent {
    margin: 0 auto;
    max-width: 756px;
    width: 100%;
}

.lp--ty-location-only .lp__content h3 {
    margin: 0 0 16px;
}

.lp--ty-location-only .lp__content-embed {
    max-width: 756px;
    margin: 0 0 25px;
    overflow: hidden;
    padding-top: 382px;
    position: relative;
    width: 100%;
}

.lp--ty-location-only .lp__content-embed iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content Preference Center/Blog-specific styles */

.lp--preference-center .lp__content {
    background-color: #415160;
    color: #fff;
    flex: 1;
}

.lp--preference-center .lp__content .row {
    justify-content: center;
}

/******************************
  * Generic
  ******************************/

.lp__generic-image {
    margin: 0 0 30px;
}

.lp__generic-image img {
    border: 1px solid #707070;
    height: 99px;
    width: 99px;
}

.lp__generic-left {
    padding: 0 15px;
}

@media screen and (min-width: 992px) {
    .lp__generic-left {
        flex: 1;
        max-width: 685px;
    }
}

@media screen and (max-width: 991px) {
    .lp__generic-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .lp__generic-right {
        padding-left: 78px;
    }
}

/******************************
  * Webinar
  ******************************/

.lp__webinar {
    padding-top: 73px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .lp__webinar {
        padding: 30px 0 0;
    }
}

/* Left Side */

@media screen and (min-width: 992px) {
    .lp__webinar-left {
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .lp__webinar-left {
        padding-right: 15px;
    }
}

.lp__webinar-agenda {
    padding: 2.2rem 0 0;
}

.lp__webinar-agenda p {
    /* margin-bottom: 0.65rem !important; */
}

@media screen and (min-width: 992px) {
    .lp__webinar-speakers {
        padding: 2.6rem 0;
    }
}

@media screen and (max-width: 991px) {
    .lp__webinar-speakers {
        padding: 2.6rem 0 0;
    }
}

.lp__webinar-speakers-title,
.lp__webinar-speakers-item {
    margin-bottom: 24px !important;
}

.lp__webinar-speakers-item-image {
    flex: 0 0 130px;
    max-width: 100%;
}

.lp__webinar-speakers-item-image img {
    border: 1px solid #707070;
    height: 99px;
    width: 99px;
}

.lp__webinar-speakers-item-info {
    flex: 1;
    font-weight: 300;
    max-width: 100%;
}

/* Right Side */

.lp__webinar-right {}

.lp__webinar-form {
    height: 100%;
    padding-top: 2rem;
}

@media screen and (min-width: 992px) {
    .lp__webinar-form {
        padding-left: 63px;
        padding-top: 0;
    }

    .lp__webinar-right {
        padding-right: 40px;
    }
}

.lp__webinar-form-title {}

.lp__webinar-form-text {
    padding: 1.45rem 0 2rem;
}

.lp__webinar-form-text p b,
.lp__webinar-form-text p strong {
    font-weight: 600;
}

/******************************
  * Forms
  ******************************/

/* Forms Global */

@media screen and (max-width: 480px) {
    .mktoForm {
        padding: 0 !important;
    }
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    font-size: 1rem !important;
}

.mktoForm .mktoFormRow {
    font-family: proxima-nova, 'Noto Sans JP', sans-serif !important;
    position: relative;
}

.mktoForm .mktoFormCol {
    min-height: 0 !important;
}

.mktoForm .mktoOffset {
    display: none !important;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    background: linear-gradient(to right, #1DB1FF 25%, #0088CE 100%) !important;
    background-position: right bottom !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
    font-size: 1rem !important;
    /*margin-bottom: 2rem !important;*/
    padding: 0.45rem 2.75rem !important;
    transition: all 1s;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
    background: #22A5E8 radial-gradient(circle, transparent 1%, #0088CE 1%) center/15000% !important;
    border: 1px solid transparent !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
    -webkit-transition: background 300ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    transition: background 300ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    margin-bottom: 2rem !important;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
    border: 1px solid transparent !important;
}

/* Forms Webinar-specific styles */

.lp--webinar-only .mktoForm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
}

.lp--webinar-only .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: 300 !important;
    color: white;
    padding-bottom: 6px;
}

.lp--webinar-only .mktoForm .mktoFormCol {
    float: none !important;
    margin-bottom: 0 !important;
}

.lp--webinar-only .mktoForm .mktoFieldWrap {
    float: none !important;
}

.lp--webinar-only .mktoForm .mktoFormRow {
    flex: 0 0 100%;
    max-width: 100%;
}

.lp--webinar-only .mktoOffset {
    width: 0 !important;
}

.lp--webinar-only .mktoForm input[type="text"],
.lp--webinar-only .mktoForm input[type="url"],
.lp--webinar-only .mktoForm input[type="email"],
.lp--webinar-only .mktoForm input[type="tel"],
.lp--webinar-only .mktoForm input[type="number"],
.lp--webinar-only .mktoForm input[type="date"],
.lp--webinar-only .mktoForm select.mktoField,
.lp--webinar-only .mktoForm textarea.mktoField {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    height: 40px;
    margin: 0 0 22px !important;
    width: 100% !important;
}

.lp--webinar-only .mktoButtonRow {
    font-family: proxima-nova, 'Noto Sans JP', sans-serif !important;
    margin-top: 35px;
}

.lp--webinar-only .mktoButtonWrap.mktoGlow {
    margin-left: 0 !important;
}

.lp--webinar-only .mktoForm .mktoRequiredField label.mktoLabel {
    color: #263146;
    font-size: 1rem;
    line-height: 22.4px;
    margin: 0 0 7px;
    padding: 0 !important;
}

.lp--webinar-only .mktoForm .mktoAsterix {
    color: #263146 !important;
}

.lp--webinar-only #LblmktoConsent,
.lp--webinar-only .mktoHtmlText {
    font-size: 1rem;
    line-height: 1.5;
}

.lp--webinar-only #LblmktoConsent {
    float: right;
    padding: 0;
    width: calc(100% - 35px) !important;
}

.lp--webinar-only #LblmktoConsent a {
    padding: 0 !important;
}

.lp--webinar-only .mktoCheckboxList {
    padding: 2px 0 0 !important;
    width: 22px !important;
}

.lp--webinar-only .mktoForm input[type="checkbox"],
.lp--webinar-only .mktoForm input[type="radio"] {
    border: 1px solid white !important;
    flex: 0 0 18px;
    font-size: 18px;
}

.lp--webinar-only .mktoForm input[type="checkbox"] {
    border-radius: 3px;
}

.lp--webinar-only .mktoForm input[type="checkbox"]:checked {
    background-size: 85% !important;
    border-color: #888 !important;
}


.lp--webinar-only .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
.lp--webinar-only .mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    background: transparent linear-gradient(108deg, #1DB1FF 0%, #0088CE 100%) 0% 0% no-repeat padding-box !important;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: 0px 0px 6px #00000029 !important;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 1;
    left: 0;
    overflow: hidden;
    padding: 12.5px 24px !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

/* Forms Preference Center/Blog-specific styles */

.lp--preference-center .mktoForm .mktoCheckboxList,
.lp--preference-center .mktoForm .mktoRadioList {
    align-items: first baseline;
    display: flex;
    flex-wrap: wrap;
}

.lp--preference-center .mktoForm input[type="checkbox"],
.lp--preference-center .mktoForm input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid white !important;
    flex: 0 0 14px;
    opacity: 1 !important;
}

@media screen and (max-width: 991px) {

    .lp--preference-center .mktoForm input[type="checkbox"],
    .lp--preference-center .mktoForm input[type="radio"] {
        position: relative;
        top: 2px;
    }
}

.lp--preference-center .mktoForm input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBGcmVlIDUuMTUuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSAtLT48cGF0aCBzdHlsZT0iZmlsbDogIzAwODhDRTsgZmlsbC1vcGFjaXR5OiAxIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.lp--preference-center .mktoForm input[type="radio"] {
    border-radius: 50%;
}

.lp--preference-center .mktoForm input[type="radio"]:checked {
    background-color: #0088CE;
    border-radius: 50%;
}

.lp--preference-center .mktoForm .mktoRadioList>label,
.lp--preference-center .mktoForm .mktoCheckboxList>label {
    margin-left: 0 !important;
    padding-left: 1.5em;
}

.lp--preference-center .mktoForm .mktoRadioList>label:before,
.lp--preference-center .mktoForm .mktoCheckboxList>label:before {
    display: none;
}

.lp--preference-center #Email {
    border-radius: 6px;
    border: none;
    height: 30px;
}

@media (min-width: 768px) {
    .lp--preference-center #Email {
        width: 100%;
    }
}

.lp--preference-center label {
    line-height: 1.4 !important;
}

.lp--preference-center label strong {
    font-family: proxima-nova, 'Noto Sans JP', sans-serif !important;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .lp--preference-center label strong {
        font-size: 1.3125rem;
    }
}

.lp--preference-center label[for=Email] {
    font-size: 1.125rem;
}

.lp--preference-center .mktoFieldDescriptor.mktoFormCol {
    display: block;
}

.lp--preference-center .mktoButtonRow {
    font-family: proxima-nova, 'Noto Sans JP', sans-serif !important;
    padding: 2rem 0 0 !important;
}

.lp--preference-center .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
}

/* Forms Preference Center-only styles */

.lp--preference-center-only .lpeCElement {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
}

.lp--preference-center-only .mktoForm {
    color: white !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4rem 15px !important;
    width: 100% !important;
}

.lp--preference-center-only .mktoForm .mktoFormRow {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
}

@media (min-width: 992px) {
    .lp--preference-center-only .mktoForm .mktoFormRow {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    .lp--preference-center-only .mktoForm .mktoFormRow {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        left: 0;
        max-width: 50%;
        position: static;
    }
}

.lp--preference-center-only .mktoForm .mktoFormCol {
    position: static !important;
    float: none !important;
}

.lp--preference-center-only .mktoForm .mktoFieldWrap {
    float: none !important;
}

.lp--preference-center-only .mktoClear,
.lp--preference-center-only .mktoFormCol {
    display: none;
}

.lp--preference-center-only .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: auto !important;
}

.lp--preference-center-only #Email {
    left: 50%;
    max-width: 350%;
    position: absolute;
    transform: translateX(-50%);
    width: 280px;
}

.lp--preference-center-only .mktoRadioList {
    width: auto !important;
}

.lp--preference-center-only .mktoForm .mktoRadioList>label,
.lp--preference-center-only .mktoForm .mktoCheckboxList>label {
    flex: 0 0 95%;
}

.lp--preference-center-only label[for=Email] {
    left: 50%;
    position: absolute;
    top: -19px;
    transform: translateX(-50%);
    width: auto !important;
}

@media (min-width: 768px) {
    .lp--preference-center-only label[for=Email] {
        top: 307px;
    }
}

@media (min-width: 992px) {
    .lp--preference-center-only label[for=Email] {
        top: 375px;
    }
}

@media screen and (max-width: 767px) {
    .lp--preference-center-only label[for=Email] {
        top: -32px !important;
        width: 280px !important;
    }
}

@media (min-width: 576px) {
    .lp--preference-center-only label[for=Email] {
        width: 400px !important;
    }
}

.lp--preference-center-only .mktoButtonRow {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px !important;
    text-align: center !important;
}

@media (min-width: 768px) {
    .lp--preference-center-only .mktoButtonRow {
        padding-top: 2rem !important;
    }

    .lp--preference-center-only .mktoButtonRow .mktoButtonWrap {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Forms Preference Center Blog-only styles */

.lp--preference-center-blog-only .lpeCElement {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.lp--preference-center-blog-only .mktoForm {
    color: white !important;
    padding: 67px 15px 64px !important;
    text-align: center !important;
    width: auto !important;
}

.lp--preference-center-blog-only .mktoForm .mktoFormCol {
    flex: 0 0 100%;
}

@media screen and (max-width: 767px) {
    .lp--preference-center-blog-only .mktoForm {
        padding: 50px 30px 64px !important;
    }
}

.lp--preference-center-blog-only .mktoForm .mktoFormRow {
    display: flex !important;
    padding: 0 0 10px;
}

.lp--preference-center-blog-only .mktoForm .mktoOffset,
.lp--preference-center-blog-only .mktoClear,
.lp--preference-center-blog-only .mktoFormCol {
    display: none;
}

.lp--preference-center-blog-only .mktoFieldDescriptor.mktoFormCol {
    display: block;
}

.lp--preference-center-blog-only label[for=Email] {
    margin: 0 0 12px !important;
    padding: 0 !important;
}

.lp--preference-center-blog-only .mktoForm .mktoCheckboxList,
.lp--preference-center-blog-only .mktoForm .mktoRadioList {
    padding: 0 !important;
}

.lp--preference-center-blog-only .mktoForm .mktoRadioList>label,
.lp--preference-center-blog-only .mktoForm .mktoCheckboxList>label {
    flex: 0 0 calc(100% - 14px);
}

@media screen and (max-width: 480px) {
    .lp--preference-center-blog-only label strong {
        padding: 0 !important;
    }
}

/******************************
  * Footer
  ******************************/

.lp__footer {
    background-color: #263146;
    color: #666;
    padding: 1em 0.5em;
    clear: both;
}

.lp__footer-table {
    color: white;
    display: flex;
    font-weight: 300;
    justify-content: space-between;
    padding: 22px 0;
}

@media screen and (max-width: 767px) {
    .lp__footer-table {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .lp__footer-table-right {
        font-size: 14px;
    }
}

.lp__footer-link {
    color: white;
}

.lp__footer-link:hover {
    color: white !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}