/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Author:       Eva Triantafillopoulou
 Template:     twentytwenty
 Version:      1.8.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwenty-child
*/

html, body {
  min-height: 100%;
}

entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: unset;
  width: unset;
  margin-bottom: 0px;
}

.entry-content > * {
  margin-bottom: 0px;
}

header.entry-header.has-text-align-center.header-footer-group { 
  display: none; 
}

#site-content {
  margin-top: 75px;
}

@media screen and (max-width:550px) {
  #site-content {
    margin-top: 130px;
  }
}

/* Fonts */

body {
  font-family: 'QualcommNext', Arial, Sans-Serif !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

body:lang(zh-cn) {
  font-family: 'QualcommNext', SimHei, Hei, Arial, Sans-Serif;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* .user-is-tabbing class is added on tab navigation (see client/initial-render.js) - when this class isn't present, remove focus outlines */
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) video:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

input {
  font-family: 'QualcommNext', Arial, Sans-Serif;
}
input:lang(zh-cn) {
  font-family: 'QualcommNext', SimHei, Hei, Arial, Sans-Serif;
}

.entry-content {
  font-family: 'QualcommNext', Arial, Sans-Serif;
}

@font-face {
  font-family: 'QualcommNext';
  font-style: normal;
  font-weight: 200;
  src: local('QualcommNext Thin'),
    url('https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/QualcommNext-Thin.woff') format('woff'),
    url('https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/QualcommNext-Thin.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'QualcommNext';
  font-style: normal;
  font-weight: 400;
  src: local('QualcommNext Regular'),
    url('https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/QualcommNext-Regular.woff') format('woff'),
    url('https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/QualcommNext-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'QualcommNext';
  font-style: normal;
  font-weight: 600;
  src: local('QualcommNext Medium'), 
    url('https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/QualcommNext-Medium.woff') format('woff'),
    url('https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/QualcommNext-Medium.ttf') format('truetype');
  font-display: swap;
}
/* Bootstrap */

.container {
    width: 100%;
    padding-right: 200px;
    padding-left: 200px;
    padding-top: 112px;
    padding-bottom: 112px;
    margin-right: auto;
    margin-left: auto; 
  }
  
  .container_blog {
    width: 100%;
    padding-right: 300px;
    padding-left: 300px;
    padding-top: 60px;
    padding-bottom: 112px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media screen and (max-width: 1440px) {
    .container {
      padding-right: 130px;
      padding-left: 130px; }
  
      .container_blog {
        padding-right: 200px;
        padding-left: 200px; }
  }
  
  @media screen and (max-width: 1200px) {
      .container {
        padding-right: 100px;
        padding-left: 100px; }
      
        .container_blog {
          padding-right: 100px;
          padding-left: 100px; }
  }
  
  @media screen and (max-width: 950px) {
  
      .container {
        padding-right: 90px;
        padding-left: 90px; }
  }
  
  @media screen and (max-width: 690px) {
    .container {
      padding-right: 50px;
      padding-left: 50px; }
    .container_blog {
        padding-right: 50px;
        padding-left: 50px; }
  }
  
  @media screen and (max-width: 550px) {
    .container {
      padding-right: 38px;
      padding-left: 38px; 
      padding-top: 50px;
      padding-bottom: 50px;
    } 
    .container_blog {
      padding-right: 38px;
      padding-left: 38px; }
  }
  
  @media screen and (max-width: 390px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; 
    } 
    .container_blog {
      padding-right: 20px;
      padding-left: 20px; }
  }
  
section {
    padding: 0px !important;
}
  
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto; 
}
  
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
.no-gutters {
    margin-right: 0;
    margin-left: 0; 
}
  
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; 
}
  
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px; 
}
  
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; 
}
  
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; 
}
  
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  
  .offset-1 {
    margin-left: 8.333333%; }
  
  .offset-2 {
    margin-left: 16.666667%; }
  
  .offset-3 {
    margin-left: 25%; }
  
  .offset-4 {
    margin-left: 33.333333%; }
  
  .offset-5 {
    margin-left: 41.666667%; }
  
  .offset-6 {
    margin-left: 50%; }
  
  .offset-7 {
    margin-left: 58.333333%; }
  
  .offset-8 {
    margin-left: 66.666667%; }
  
  .offset-9 {
    margin-left: 75%; }
  
  .offset-10 {
    margin-left: 83.333333%; }
  
  .offset-11 {
    margin-left: 91.666667%; }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
  
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
  
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
  
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
  
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
  
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
  
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
  
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
  
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
  
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  
    .offset-sm-0 {
      margin-left: 0; }
  
    .offset-sm-1 {
      margin-left: 8.333333%; }
  
    .offset-sm-2 {
      margin-left: 16.666667%; }
  
    .offset-sm-3 {
      margin-left: 25%; }
  
    .offset-sm-4 {
      margin-left: 33.333333%; }
  
    .offset-sm-5 {
      margin-left: 41.666667%; }
  
    .offset-sm-6 {
      margin-left: 50%; }
  
    .offset-sm-7 {
      margin-left: 58.333333%; }
  
    .offset-sm-8 {
      margin-left: 66.666667%; }
  
    .offset-sm-9 {
      margin-left: 75%; }
  
    .offset-sm-10 {
      margin-left: 83.333333%; }
  
    .offset-sm-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
  
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
  
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
  
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
  
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
  
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
  
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
  
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
  
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
  
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  
    .offset-md-0 {
      margin-left: 0; }
  
    .offset-md-1 {
      margin-left: 8.333333%; }
  
    .offset-md-2 {
      margin-left: 16.666667%; }
  
    .offset-md-3 {
      margin-left: 25%; }
  
    .offset-md-4 {
      margin-left: 33.333333%; }
  
    .offset-md-5 {
      margin-left: 41.666667%; }
  
    .offset-md-6 {
      margin-left: 50%; }
  
    .offset-md-7 {
      margin-left: 58.333333%; }
  
    .offset-md-8 {
      margin-left: 66.666667%; }
  
    .offset-md-9 {
      margin-left: 75%; }
  
    .offset-md-10 {
      margin-left: 83.333333%; }
  
    .offset-md-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
  
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
  
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
  
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
  
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
  
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
  
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
  
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
  
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
  
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  
    .offset-lg-0 {
      margin-left: 0; }
  
    .offset-lg-1 {
      margin-left: 8.333333%; }
  
    .offset-lg-2 {
      margin-left: 16.666667%; }
  
    .offset-lg-3 {
      margin-left: 25%; }
  
    .offset-lg-4 {
      margin-left: 33.333333%; }
  
    .offset-lg-5 {
      margin-left: 41.666667%; }
  
    .offset-lg-6 {
      margin-left: 50%; }
  
    .offset-lg-7 {
      margin-left: 58.333333%; }
  
    .offset-lg-8 {
      margin-left: 66.666667%; }
  
    .offset-lg-9 {
      margin-left: 75%; }
  
    .offset-lg-10 {
      margin-left: 83.333333%; }
  
    .offset-lg-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
  
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
  
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
  
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
  
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
  
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
  
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
  
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
  
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
  
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
  
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
  
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1; }
  
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13; }
  
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0; }
  
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1; }
  
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2; }
  
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3; }
  
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4; }
  
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5; }
  
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6; }
  
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7; }
  
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8; }
  
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9; }
  
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10; }
  
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11; }
  
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12; }
  
    .offset-xl-0 {
      margin-left: 0; }
  
    .offset-xl-1 {
      margin-left: 8.333333%; }
  
    .offset-xl-2 {
      margin-left: 16.666667%; }
  
    .offset-xl-3 {
      margin-left: 25%; }
  
    .offset-xl-4 {
      margin-left: 33.333333%; }
  
    .offset-xl-5 {
      margin-left: 41.666667%; }
  
    .offset-xl-6 {
      margin-left: 50%; }
  
    .offset-xl-7 {
      margin-left: 58.333333%; }
  
    .offset-xl-8 {
      margin-left: 66.666667%; }
  
    .offset-xl-9 {
      margin-left: 75%; }
  
    .offset-xl-10 {
      margin-left: 83.333333%; }
  
    .offset-xl-11 {
      margin-left: 91.666667%; } }

/* End of grid layout bootstrap */

/* Header */
#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 75px;
    background-color: white;
    border-bottom: 1px solid rgb(233, 236, 239);
    box-shadow: none;
}

.site-logo img {
  width: 150px;
}

@media screen and (max-width: 699px) {
  .site-logo img {
    width: auto !important;
  }
}
  
nav.header {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 40px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgb(233, 236, 239);
    height: 75px;
}
  
  /* profile icon header */
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple {
    line-height: 1 !important;
    padding: 0px !important;
    margin: 25px 10px;
    border: 0px;
    z-index: 20;
    min-width: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
}
  
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple.b_login {
    background-color: rgb(187, 192, 200);  
}
  
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple.b_login.active {
    background-color: #E71324;
}
  
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple.b_login:before {
    right: 50%;
}
  
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple.b_login::before, button.md-fab.md-raised.md-mini.md-button.md-ink-ripple.b_login::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 125px;
    width: 20px;
}
  
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple.b_logged_in {
    background-color: #E71324;
}
  
.nav-user:hover .nav-user__submenu {
    opacity: 1;
    visibility: visible;
}
  
button.md-fab.md-raised.md-mini.md-button.md-ink-ripple:hover {
    background-color: rgb(103, 114, 131);
}
  
.nav-user__submenu {
    z-index: 999;
    text-align: left;
    background-color: #fff;
    position: absolute;
    color: rgb(74, 90, 117);
    right: 20%;
    top: 77px;
    width: 8%;
    padding: 24px;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgb(74 90 117 / 8%), 0px 20px 20px -12px rgb(74 90 117 / 24%);
}
  
a.nav-user__submenu_link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
}
  
.menu_account_details {
    padding-left: 20px;
      font-size: 14px;
      line-height: 18px;
}
 
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://spaces.qualcomm.com/wp-content/themes/twentytwenty-child/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: white;
}
  
.admin-bar #header {
    top: 46px;
}
  
#main {
    margin-top: 60px;
}

.header {
    padding: 0 16px;
    display: flex;
}
  
.header__left {
    align-items: center;
    -webkit-box-align: center;
    display: inline-flex;
    flex: 1 1 0%;
    margin-bottom: 0px;
    position: relative;
    max-width: 180px;
}

.header-titles {
  margin: -1rem 0 0 0 !important;
}

.header__center {
    order: 3;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    flex: 2 1 0%;
    flex-direction: row;
    justify-content: space-around;
    max-width: 700px;
    position: relative;
}
  
.header__right {
    align-items: center;
    order: 2;
    margin-left: 0;
    order: 3;
    background-position: right center;
    place-content: center flex-end;
    display: inline-flex;
    flex: 1 1 0%;
    -webkit-box-pack: end;
    position: relative;
    max-width: 300px;
}
  
.wt-logo {
    width: 48px;
    height: 48px;
    overflow: hidden;
}
  
.wt-logo img {
    max-width: none !important;
    height: 48px !important;
}
  
.blogtitle {
    display: none;
}

/* Header for mobile phones */
@media screen and (max-width: 440px) {
  .header-titles {
    display: none;
  }

  #mega-menu-wrap-primary {
    display: none !important;
  }

  .header-titles-mobile {
    display: block !important;
  }

  a.primary_btn.download_menu {
    display: none;
  }

  .mobile_menu {
    display: none !important;
  }

  #site-content {
    margin-top: 75px;
  }

  .header__center {
    flex: initial;
  }

  .site-logo img {
    max-height: 8rem;
  }

  .toggle-wrapper.search-toggle-wrapper {
    display: none;
  }

  .nav-container {
    display: block !important;
    position: relative;
    width: 50px;
    height: 60px;
  }

  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    font-weight: 400;
    padding: 0.7rem;
    font-size: 18px;
    line-height: 41px;
    color: #222222;
  }

  label.dropdown-toggle {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 41px;
    color: #222222;
  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
  }
  
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    overflow-y: scroll;
    background-color: #fff;
    padding-top: 100px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 450px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    position: relative;
  }
  
  .navbar .menu-items li {
    padding: 10px 0px;
  }
  
  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
  }

  ul.dropdown-menu {
    margin: 0px 20px;
    display: none;
    position: static;
    top: 100%;
    min-width: 130px;
    z-index: 100;
    overflow: auto;
  }

  .dropdown-menu li {
    color: #222222;
    margin: 0px;
    padding: 4px !important;
  }

  .second-level li, .second-level a {
    color: #677284 !important;
    padding: 0px !important;
    margin: 0px;
    font-size: 15px !important;
  }

  ul.second-level {
    margin: 0px;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }

  .dropdown input[type="checkbox"] {
    display: none;
  }

  .dropdown input[type="checkbox"]:checked ~ .dropdown-menu {
    display: block;
    height: 570px;
  }
}

/* USER MENU */
  
div#mega-menu-wrap-primary {
    display: inline-flex;
    flex-direction: row;
    flex: 2 1 0%;
}

.mobile_menu {
    display: none;
    border-top: 2px solid rgb(233, 236, 239);
}

@media screen and (max-width: 1162px) and (min-width: 1000px) {
    .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
        margin: 1rem 0 0 0rem;
    }
    button#changeHeight {
        padding: 10px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 440px)  {
  .mobile_menu {
    display: block;
}
  .header__center {
    display: none;
  }
}
  
@media screen and (max-width: 460px)  {
    nav.header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) {
  #header {
      height: 75px;
  }
  .admin-bar #header {
      top: 32px;
  }
  #main {
      margin-top: 75px;
  }
}
    
@media (min-width: 576px) {
    .header {
        padding: 0 32px;
    }
    .wt-logo {
        width: auto;
    }
}
      
@media (min-width: 992px) {
    .header__center {
        margin: 0 auto;
        order: 2;
    }
        
    .header__right {
        margin-left: 0;
        order: 3;
    }
}
/* End of Header */

/* Buttons */
input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {
  font-family: 'QualcommNext', Arial, Sans-Serif;
  font-weight: medium;
} 

#signin-menu-item {
  transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s,color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s,border-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s,opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  border-radius: 50px;
  display: inline-block;
  fill: #E71324;
  color: #E71324;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 10px 0px 25px 0px;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: medium;
  background-color: transparent;
  border: 1px solid #E71324;
  text-transform: initial;
  line-height: 19px;
}

#signin-menu-item:hover {
  color: #A00D19;
}

button.trans_background {
  background-color: transparent;
}

button.Button-sc-8jt6ji-0.IconComponent___StyledPrimitivesButton-a8cs5h-0.eOpfaW.gIVsbP {
  background-color: transparent;
  color: rgb(74, 90, 117);
  padding: 20px;
}

.primary_btn {
  line-height: 19px;
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  background: #E71324;
  border-radius: 50px;
  width: auto;
  text-transform: initial;
  color: white;
  text-decoration: none;
}

.primary_btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  border-color: #e4e6e8;
  background-color: #e4e6e8;
  color: #98a0a8;
  box-shadow: none;
}


.primary_btn:hover {
  background: #A00D19;
  text-decoration: none;
  color: #fff;
}

.faded {
  opacity: 0.4;
}

.secondary_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 20px;
  background: #FCE8EA;
  border-radius: 200px;
  margin: 20px 0px;
  line-height: 19px;
  font-weight: 500;
  font-family: 16px;
}

.nostyle_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 24px;
  border-radius: 200px;
  margin: 20px 0px;
  color: #677284;
  line-height: 19px;
  font-weight: 500;
  font-family: 16px;
}

.nostyle_btn:hover {
  color: #A00D19;
}

.show_more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  border: 1px solid #E71324;
  box-sizing: border-box;
  border-radius: 200px;
  background-color: transparent;
  color: #E71324;
  font-size: 16px;
  line-height: 19px;
  margin: auto;
  text-transform: inherit;
}

.show_more:hover {
  color: #A00D19;
  text-decoration: none;
}

.read_more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 200px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  margin: auto;
  text-transform: inherit;
  font-weight: 500;
}

.read_more:hover {
  text-decoration: none;
  font-weight: 500;
}

.font_size_button {
  font-size: 18px;
}

@media screen and (max-width: 450px)  {
  button.Button-sc-8jt6ji-0.IconComponent___StyledPrimitivesButton-a8cs5h-0.eOpfaW.gIVsbP {
    padding: 10px;
  }

  .show_more {
    padding: 12px 30px;
  }
}
/* End of buttons */

/*Lists */
ul.undecorated_list {
  list-style: none;
}

ul, ol {
  margin: 0 0 1rem 1rem;
}

li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px !important;
  color: #677284;
}

li.grid__item {
  margin: 0px;
}

ul.grid {
  width: -webkit-fill-available;
  width: -moz-available;
}
/* End of lists */

/* Margins and Paddings */
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 8px !important; }

.mt-1,
.my-1 {
  margin-top: 8px !important; }

.mr-1,
.mx-1 {
  margin-right: 8px !important; }

.mb-1,
.my-1 {
  margin-bottom: 8px !important; }

.ml-1,
.mx-1 {
  margin-left: 8px !important; }

.m-2 {
  margin: 16px !important; }

.mt-2,
.my-2 {
  margin-top: 16px !important; }

.mr-2,
.mx-2 {
  margin-right: 16px !important; }

.mb-2,
.my-2 {
  margin-bottom: 16px !important; }

.ml-2,
.mx-2 {
  margin-left: 16px !important; }

.m-3 {
  margin: 24px !important; }

.mt-3,
.my-3 {
  margin-top: 24px !important; }

.mr-3,
.mx-3 {
  margin-right: 24px !important; }

.mb-3,
.my-3 {
  margin-bottom: 24px !important; }

.ml-3,
.mx-3 {
  margin-left: 24px !important; }

.m-4 {
  margin: 32px !important; }

.mt-4,
.my-4 {
  margin-top: 32px !important; }

.mr-4,
.mx-4 {
  margin-right: 32px !important; }

.mb-4,
.my-4 {
  margin-bottom: 32px !important; }

.ml-4,
.mx-4 {
  margin-left: 32px !important; }

.m-5 {
  margin: 40px !important; }

.mt-5,
.my-5 {
  margin-top: 40px !important; }

.mr-5,
.mx-5 {
  margin-right: 40px !important; }

.mb-5,
.my-5 {
  margin-bottom: 40px !important; }

.ml-5,
.mx-5 {
  margin-left: 40px !important; }

.m-6 {
  margin: 48px !important; }

@media screen and (max-width: 1440px) {  
  .m-6 {
    margin: 40px !important;}
}

.mt-6,
.my-6 {
  margin-top: 48px !important; }

.mr-6,
.mx-6 {
  margin-right: 48px !important; }

.mb-6,
.my-6 {
  margin-bottom: 48px !important; }

.ml-6,
.mx-6 {
  margin-left: 48px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 8px !important; }

.pt-1,
.py-1 {
  padding-top: 8px !important; }

.pr-1,
.px-1 {
  padding-right: 8px !important; }

.pb-1,
.py-1 {
  padding-bottom: 8px !important; }

.pl-1,
.px-1 {
  padding-left: 8px !important; }

.p-2 {
  padding: 16px !important; }

.pt-2,
.py-2 {
  padding-top: 16px !important; }

.pr-2,
.px-2 {
  padding-right: 16px !important; }

.pb-2,
.py-2 {
  padding-bottom: 16px !important; }

.pl-2,
.px-2 {
  padding-left: 16px !important; }

.p-3 {
  padding: 24px !important; }

.pt-3,
.py-3 {
  padding-top: 24px !important; }

.pr-3,
.px-3 {
  padding-right: 24px !important; }

.pb-3,
.py-3 {
  padding-bottom: 24px !important; }

.pl-3,
.px-3 {
  padding-left: 24px !important; }

.p-4 {
  padding: 32px !important; }

.pt-4,
.py-4 {
  padding-top: 32px !important; }

.pr-4,
.px-4 {
  padding-right: 32px !important; }

.pb-4,
.py-4 {
  padding-bottom: 32px !important; }

.pl-4,
.px-4 {
  padding-left: 32px !important; }

.p-5 {
  padding: 40px !important; }

.pt-5,
.py-5 {
  padding-top: 40px !important; }

.pr-5,
.px-5 {
  padding-right: 40px !important; }

.pb-5,
.py-5 {
  padding-bottom: 40px !important; }

.pl-5,
.px-5 {
  padding-left: 40px !important; }

.p-6 {
  padding: 48px !important; }

.pt-6,
.py-6 {
  padding-top: 48px !important; }

.pr-6,
.px-6 {
  padding-right: 48px !important; }

.pb-6,
.py-6 {
  padding-bottom: 48px !important; }

.pl-6,
.px-6 {
  padding-left: 48px !important; }

.m-n1 {
  margin: -4px !important; }

.mt-n1,
.my-n1 {
  margin-top: -4px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -4px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -4px !important; }

.m-n2 {
  margin: -8px !important; }

.mt-n2,
.my-n2 {
  margin-top: -8px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -8px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -8px !important; }

.m-n3 {
  margin: -16px !important; }

.mt-n3,
.my-n3 {
  margin-top: -16px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -16px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -16px !important; }

.m-n4 {
  margin: -24px !important; }

.mt-n4,
.my-n4 {
  margin-top: -24px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -24px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -24px !important; }

.m-n5 {
  margin: -32px !important; }

.mt-n5,
.my-n5 {
  margin-top: -32px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -32px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -32px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -32px !important; }

.m-n6 {
  margin: -48px !important; }

.mt-n6,
.my-n6 {
  margin-top: -48px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -48px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -48px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -48px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 4px !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }

  .m-sm-2 {
    margin: 8px !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }

  .m-sm-3 {
    margin: 16px !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important; }

  .m-sm-4 {
    margin: 24px !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important; }

  .m-sm-5 {
    margin: 32px !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 32px !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 32px !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 32px !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 32px !important; }

  .m-sm-6 {
    margin: 48px !important; }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 48px !important; }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 48px !important; }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 48px !important; }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 48px !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 4px !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }

  .p-sm-2 {
    padding: 8px !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }

  .p-sm-3 {
    padding: 16px !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important; }

  .p-sm-4 {
    padding: 24px !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important; }

  .p-sm-5 {
    padding: 32px !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 32px !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 32px !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 32px !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 32px !important; }

  .p-sm-6 {
    padding: 48px !important; }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 48px !important; }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 48px !important; }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 48px !important; }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 48px !important; }

  .m-sm-n1 {
    margin: -4px !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important; }

  .m-sm-n2 {
    margin: -8px !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important; }

  .m-sm-n3 {
    margin: -16px !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important; }

  .m-sm-n4 {
    margin: -24px !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important; }

  .m-sm-n5 {
    margin: -32px !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -32px !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -32px !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -32px !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -32px !important; }

  .m-sm-n6 {
    margin: -48px !important; }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -48px !important; }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -48px !important; }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -48px !important; }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -48px !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 4px !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }

  .m-md-2 {
    margin: 8px !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }

  .m-md-3 {
    margin: 16px !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important; }

  .m-md-4 {
    margin: 24px !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important; }

  .m-md-5 {
    margin: 32px !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 32px !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 32px !important; }

  .m-md-6 {
    margin: 48px !important; }

  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important; }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important; }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important; }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 4px !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }

  .p-md-2 {
    padding: 8px !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }

  .p-md-3 {
    padding: 16px !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important; }

  .p-md-4 {
    padding: 24px !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important; }

  .p-md-5 {
    padding: 32px !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 32px !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 32px !important; }

  .p-md-6 {
    padding: 48px !important; }

  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important; }

  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important; }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important; }

  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important; }

  .m-md-n1 {
    margin: -4px !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important; }

  .m-md-n2 {
    margin: -8px !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important; }

  .m-md-n3 {
    margin: -16px !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important; }

  .m-md-n4 {
    margin: -24px !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important; }

  .m-md-n5 {
    margin: -32px !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -32px !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -32px !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -32px !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -32px !important; }

  .m-md-n6 {
    margin: -48px !important; }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -48px !important; }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -48px !important; }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -48px !important; }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -48px !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 4px !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }

  .m-lg-2 {
    margin: 8px !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }

  .m-lg-3 {
    margin: 16px !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important; }

  .m-lg-4 {
    margin: 24px !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important; }

  .m-lg-5 {
    margin: 32px !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 32px !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 32px !important; }

  .m-lg-6 {
    margin: 48px !important; }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important; }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important; }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important; }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 4px !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }

  .p-lg-2 {
    padding: 8px !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }

  .p-lg-3 {
    padding: 16px !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important; }

  .p-lg-4 {
    padding: 24px !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important; }

  .p-lg-5 {
    padding: 32px !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 32px !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 32px !important; }

  .p-lg-6 {
    padding: 48px !important; }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important; }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important; }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important; }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important; }

  .m-lg-n1 {
    margin: -4px !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important; }

  .m-lg-n2 {
    margin: -8px !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important; }

  .m-lg-n3 {
    margin: -16px !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important; }

  .m-lg-n4 {
    margin: -24px !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important; }

  .m-lg-n5 {
    margin: -32px !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -32px !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -32px !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -32px !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -32px !important; }

  .m-lg-n6 {
    margin: -48px !important; }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -48px !important; }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -48px !important; }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -48px !important; }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -48px !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 4px !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }

  .m-xl-2 {
    margin: 8px !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }

  .m-xl-3 {
    margin: 16px !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important; }

  .m-xl-4 {
    margin: 24px !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important; }

  .m-xl-5 {
    margin: 32px !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 32px !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 32px !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 32px !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 32px !important; }

  .m-xl-6 {
    margin: 48px !important; }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 48px !important; }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 48px !important; }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 48px !important; }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 48px !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 4px !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }

  .p-xl-2 {
    padding: 8px !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }

  .p-xl-3 {
    padding: 16px !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important; }

  .p-xl-4 {
    padding: 24px !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important; }

  .p-xl-5 {
    padding: 32px !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 32px !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 32px !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 32px !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 32px !important; }

  .p-xl-6 {
    padding: 48px !important; }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 48px !important; }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 48px !important; }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 48px !important; }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 48px !important; }

  .m-xl-n1 {
    margin: -4px !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important; }

  .m-xl-n2 {
    margin: -8px !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important; }

  .m-xl-n3 {
    margin: -16px !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important; }

  .m-xl-n4 {
    margin: -24px !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important; }

  .m-xl-n5 {
    margin: -32px !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -32px !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -32px !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -32px !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -32px !important; }

  .m-xl-n6 {
    margin: -48px !important; }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -48px !important; }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -48px !important; }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -48px !important; }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -48px !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }


@media screen and (max-width: 850px) {    
  .m-6 {
      margin: 38px !important;
  }
  .ml-6 {
    margin-left: 2px !important;
  }
}

@media screen and (max-width: 850px) {    
  .m-6 {
      margin: 28px !important;
  }

  .ml-6 {
    margin-left: 12px !important;
  }
}
/* End of margins */

/* Herographics */
.herographic {
  width: 100%;
  background-position: right 30% top;
  background-size: auto 170px;
  background-repeat: no-repeat;
  padding: 192px 0 32px;
  border-bottom: 1px solid #F2F3F4; }

.herographic--fullscreen {
  display: flex;
  align-items: center;
  align-items: center;
  background-size: cover;
  border-bottom: none;
  padding: 0; 
}

.herographic--no-text {
  border-bottom: 0; 
}

.herographic--frontPage {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/04/18071807/Friends-Gaming-on-Coffee-Table-With-AR-Glasses-scaled-1.jpeg);
  background-position: top center !important;
  background-size: cover;
  height: 92vh;
}

.herographic--SDKPage {
  background: url(https://cdn.spaces.qualcomm.com/assets/images/Snapdragon_SDK_heroimage.png);
  background-position: center center !important;
  background-size: cover;
  height: 92vh !important;
}

.herographic--blogPage {
  background: url(https://cdn.spaces.qualcomm.com/assets/images/Blog_Hero_Image.png);
  background-position: center center !important;
  background-size: cover;
  height: 550px;
}

.background_energy {
  background-image: url(https://cdn.spaces.qualcomm.com/assets/images/SDK_section_background.png);
  background-position: bottom right;
  background-size: cover;
}

.Pathfinder_section {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn.spaces.qualcomm.com/assets/images/Gaming%20from%20Couch%20with%20AR%20Glasses.jpg);
  background-size: cover;
  background-position: center;
}

header.entry-header.has-text-align-center.header-footer-group {
  display: none;
}

/* Headers and paragraphs*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
  font-family: 'QualcommNext', Arial, Sans-Serif;
}

.entry-content h1, .entry-content h2, h1, h2 {
  margin: 0 0 24px;
}

.entry-content h3, .entry-content h4, .entry-content h5, h3, h4, h5 {
  margin: 16px 0;
}

.entry-content p {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.5px;
  font-weight: medium;
}

h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: medium;
  letter-spacing: 0px;
}

h2.hero-expert2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  -webkit-text-fill-color: #ffffff;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-weight: medium;
}

h3.c_align {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin: 16px auto !important;
}

h4 {
  font-weight: medium;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

h4.c_align {
  font-weight: medium;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.3px;
  margin: 0px auto 8px !important;
}

h5 {
  font-weight: medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

h6 {
  font-weight: medium;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

p.subtitle_one {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 400;
}

p.subtitle_two {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
}

p.subtitle_three {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 400;
}

p.subtitle_home {
    padding: 8px 30px;
    position: static;
    flex: none;
    order: 0;
    flex-grow: 0;
    height: 40px;
    color: #677284;
    font-size: 16px;
    line-height: 24px;
}

.home_update {
  margin: 80px 0px;
  display: flex;
  flex-direction: row;
  background: #E9EBEE;
  border-radius: 200px;
  max-width: 350px;
}

@media screen and (max-width: 500px) {
  .home_update {
    margin: 30px 0px;
  }
}

.download_update {
  margin: 30px 13px;
  background: #0B2742;
  border-radius: 200px;
}

p.subtitle_download {
  padding: 8px 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 520px) {
  p.subtitle_download {
    height: 70px;
  }
}

.blog_update {
  place-content: center flex-end;
  display: inline-flex;
  flex: 1 1 0%;
  -webkit-box-pack: end;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.5px;
  }
  p.subtitle_one {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 950px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 550px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
  } 
  h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
  } 

  h3, h4 {
    font-size: 18px;
  }

  p.subtitle_one {
    font-size: 16px;
    line-height: 24px;
  }

  p.subtitle_two {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 500px) {
  h5 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
/* End of headers */

/* Text and background colors */  
.bg_color_dark {
  background: #0B2742;
}

.bg_color_ultralight-grey {
  background: #F3F5F7;
}

.bg_color_light-grey {
  background: #E5E5E5;
}

.bg_color_white {
  background-color: white;
}

.bg_color_grey {
  background-color: #F3F5F7;
}

.background_half {
  background: linear-gradient(to right, #fff 21%, #F3F5F7 21%);
}

.color_dark_grey {
color: #222222;
}

.color_grey {
color: #677284;
}

.color_ultra_lightgrey {
  color: #BBC0C8;
}

.color_light_grey {
  color: #D3D9DE;
}

.color_white {
color: #fff;
}

.color_red {
  color: #E71324;
}

.color_success {
  color: #5AA700;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
  color: #E71324;
}
/*End of backgrounds and colors */

/*Links */
a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #E71324;
}

a:hover {
  text-decoration: none;
  color: #A00D19;
}

a.white_link {
  font-weight: normal;
  text-decoration: none;
  font-size: inherit;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;

}

a.white_link::after {
  content: url(https://spaces.qualcomm.com/wp-content/uploads/2022/04/greater_than.png);
  margin-left: 11px;
  padding-top: 10px;
  position: absolute;
}

a.white_link:hover::after {
  transform: translateX(5px);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

a.white_link_usecases {
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;

}

a.white_link_usecases::after {
  content: url(https://spaces.qualcomm.com/wp-content/uploads/2022/04/greater_than.png);
  margin-left: 11px;
  padding-top: 4px;
  position: absolute;
}

a.white_link_usecases:hover::after {
  transform: translateX(5px);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

a.link_out {
  font-weight: normal;
  text-decoration: none;
  font-size: inherit;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #222222;
}

a.link_out::after {
  content: url(https://spaces.qualcomm.com/wp-content/uploads/2022/04/Link_Out.png);
  margin-left: 11px;
  padding-top: 2px;
  position: absolute;
}

a.link_out:hover::after {
  transform: translateX(5px);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

a.red_link {
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #E71324;

}

a.red_link::after {
  content: url(https://spaces.qualcomm.com/wp-content/uploads/2022/04/keyboard_arrow_right.png);
  margin-left: 11px;
  padding-top: 1px;
  position: absolute;
}

a.red_link:hover::after {
  transform: translateX(5px);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

a.edit_link {
  margin: 16px;
  position: absolute;
  right: 200px;
}

a.cookie_link {
  cursor: pointer;
}
/* end of links */

/* Tables */
table, table *, hr {
  border: 0px;
}

td {
  border: 0px;
  color: #677284;
  vertical-align: baseline;
}

/* Positions and margins */
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.vertical_align {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pos_vertical_center {
  margin: 0%;
}

.pos_center {
  margin-left: auto;
  margin-right: auto;
}

.pos_right {
  position: relative;
  right: -15px;
}

@media screen and (max-width: 500px) {
  .pos_right {
    right: 18px;
    margin-top: 20px;
  }
}

.full_width {
  width: 100%;
}

.margin-h-p {
  margin: 0px 0px 8px;
}

.margin-b-p {
  margin-top: 32px;
}

@media screen and (max-width: 992px) {
  .margin_mobile_bottom_6 {
    margin-bottom: 48px;
  }
}

/* Blog */
.blog_top_banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 40px !important;
  left: 0px;
  top: 0px;
  background: #0B2742;
}

.blog_top_banner::before {
  content: "";
  background-image: url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/07/18071426/Polygon-1.png);
  position: absolute;
  height: 26px;
  width: 32px;
  top: 180px;
  left: 300px;
}

.blogpost_round_corners {
  box-shadow: 0px 20px 20px -12px rgb(74 90 117 / 24%);
  filter: drop-shadow(0px 2px 10px rgba(74, 90, 117, 0.08));
  border-radius: 14px;
}

.box__Box-sc-11pq9br-0.sc-cidDSM.bFiWvi.cznyrf {
  color: rgb(233, 236, 239);
  height: 1px;
  border: 1px solid;
  margin-top: 16px;
  margin-bottom: 32px;
  background-position: right center;
}

.herographic--usecases {
  padding: 128px 200px !important;
  height: 580px;
  background: url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/04/18071144/usecases-heroimage.jpeg);
  background-position: center center;
  background-size: inherit;
}

@media screen and (max-width: 1020px) {
  .herographic--usecases {
    padding: 60px 200px !important;
  }
}

@media screen and (max-width: 768px) {
  .herographic--usecases {
    padding: 50px 100px !important;
    height: 580px;
  }
}

@media screen and (max-width: 600px) {
  .herographic--usecases {
    padding: 50px 0 !important;
  }
}

a.white_link_usecases {
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;

}

a.white_link_usecases::after {
  content: url(https://spaces.qualcomm.com/wp-content/uploads/2022/04/greater_than.png);
  margin-left: 11px;
  padding-top: 6px;
  position: absolute;
}

a.white_link_usecases:hover::after {
  transform: translateX(5px);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/* Blogs */

.wt-card.wt-card--blog {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}

.wt-card__main_body {
  bottom: 0%;
  padding: 5px 0 21px 0;
  color: white;
  display: flex;
  width: 100%;
  background-color: #E71324;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.blogs_round_corners {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.wt-card__body {
  padding: 22px;
  width: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

button.wt-stretched-link {
  background: transparent;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  padding: 12px 32px;
  border-radius: 200px;
}

.place_search {
  border-radius: 4px;
  margin: 52px 0px;
}

.blog_form {
  background-color: rgb(255, 255, 255);
}

button.is-search-submit {
  display: none;
}
/*Intro video Homepage */
.wt_box_video {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/04/26082234/thumbnail_video.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  box-shadow: rgb(0 0 0 / 40%) 0px 16px 15px -11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: auto;
  flex: none;
  flex-grow: 0;
  z-index: 1;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.wt_box_video:hover {
  transform: scale(1.08);
}

#intro_video {
  box-shadow: rgb(0 0 0 / 40%) 0px 16px 15px -11px;
  border-radius: 12px;
  z-index: -1;
}

.zoom_effect {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 48px 24px -24px rgba(73, 89, 118, 0.48);
}

.wt_box_button {
  position: absolute;
  top: 40%;
  left: 47%;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.wt_box_video:hover .wt_box_button {
  transform: scale(1.30);
}

@media screen and (max-width: 500px) {
  .wt_box_button {
    top: 25%;
    left: 42%;
  }
}

button.Button-sc-8jt6ji-0.cproJj.info-layer__PlayButtonContainer-sc-1voy193-0.KWeFM {
  background-color: transparent;
  padding: 0px;
  margin: 0px 0px 16px;
  color: inherit;
  border: none;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  overflow: visible;
  -webkit-font-smoothing: inherit;
  appearance: none;
  margin: 16px 0px;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

svg.GlyphComponent-hhcrk7-0.cYhFFT.info-layer__StyledIcon-sc-1voy193-1.fkTIEO {
  height: 60px;
  width: 60px;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  fill: rgb(255, 255, 255);
}

button#play_button {
  background-image: url(https://cdn.spaces.qualcomm.com/assets/play_button.svg);
  background-color: rgb(255 255 255 / 0%);
  width: 80px !important;
  height: 80px !important;
}

.vjs-big-play-button {
  background-image: url(https://cdn.spaces.qualcomm.com/assets/play_button.svg) !important;
  background-color: rgb(255 255 255 / 0%) !important;
  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
}

.bc-player-4JiZQnWhg_default .vjs-big-play-button:before {
  margin: 0px auto !important;
}

iframe.homepage_video {
  z-index: -1;
}

.video_info {
  position: absolute;
  top: 58%;    
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

p.intro_text {
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width:768px) {
  p.intro_text {
    font-size: 22px;
  }
}

@media screen and (max-width:500px) {
  p.intro_text {
    font-size: 18px;
  }
}
/* End of intro video on homepage */

/* Use case */
p.use_case {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 4px;
  color: #222222;
  margin: 12px 0px;
}

.wt_card .wt_card--showcase {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px rgb(0 20 40 / 20%);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  box-shadow: 0px 4px 16px rgb(74 90 117 / 8%), 0px 2px 4px rgb(0 0 0 / 16%);
  border-radius: 14px;
  flex: none;
}

.card-thumbnail {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(https://cdn.wikitude.com/static-website/2021/06/29124741/2021_Image_Showcase_Misc-overview-page-001.jpg);
  box-shadow: 0px 4px 16px rgb(74 90 117 / 6%), 0px 2px 4px rgb(0 0 0 / 16%);
  border-radius: 12px;
  background-size: cover;
}

.card-zoom-no-resize {
  overflow: hidden;
  border-radius: 12px;
}

.card-usecases-1-homepage {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/10/13091908/Beem_herographic_showcase.jpg);
  background-size: cover;
  height: 100%;
  box-shadow: 0px 4px 16px rgb(74 90 117 / 6%), 0px 2px 4px rgb(0 0 0 / 16%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 120px 16px 16px;
  gap: 12px;
  transition: all .5s;
}

.card-usecases-1-homepage:hover {
  transform: scale(1.06);
}

.card-usecases-2-homepage {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(https://cdn.spaces.qualcomm.com/assets/images/RPR_Home_page_thumbnail.png);
  background-size: cover;
  height: 100%;
  box-shadow: 0px 4px 16px rgb(74 90 117 / 6%), 0px 2px 4px rgb(0 0 0 / 16%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 120px 16px 16px;
  gap: 12px;
  transition: all .5s;
}

.card-usecases-2-homepage:hover {
  transform: scale(1.06);
}

.usecase_logo {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 200px;
}

nav.pagination-single.section-inner.only-one.only-next {
  display: none;
}

.card-usecase {
  position: relative;
}

.card-usecase:before {
  content: '';
  border-radius: 12px;
  box-shadow: 0px 4px 16px rgb(74 90 117 / 6%), 0px 2px 4px rgb(0 0 0 / 16%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.use_case_intro {
  font-family: Qualcomm Next;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.Box-bj1117-0.eQHUiA.Html__StyledRawHtml-sc-69u5lu-0.fdjPPU {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 24px;
}

.herographic--usecases {
  padding: 128px 200px !important;
  height: 580px;
  background: url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/04/18071144/usecases-heroimage.jpeg);
  background-position: center center;
  background-size: inherit;
}

.card-overlay {
  padding: 40px 32px 24px;
  gap: 16px;
  width: 100%;
}

.card_overlay_box {
  background-color: #0B2742;
  border-radius: 10px;
}

.logo_use_case {
  width: 70px;
  border-radius: 200px;
}

a.white_link_usecases {
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;

}

a.white_link_usecases::after {
  content: url(https://spaces.qualcomm.com/wp-content/uploads/2022/04/greater_than.png);
  margin-left: 11px;
  padding-top: 6px;
  position: absolute;
}

a.white_link_usecases:hover::after {
  transform: translateX(5px);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

@media screen and (max-width: 1020px) {
  .herographic--usecases {
    padding: 60px 200px !important;
  }
}

@media screen and (max-width: 768px) {
  .herographic--usecases {
    padding: 50px 100px !important;
    height: 580px;
  }
}

@media screen and (max-width: 600px) {
  .herographic--usecases {
    padding: 50px 0 !important;
  }
}
/* end of use cases */

/* WT Boxes */
.wt_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(74, 90, 117, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  flex: none;
  flex-grow: 0;
  padding: 24px 40px;
}

@media screen and (max-width: 820px) {
  .wt_box {
    margin-bottom: 20px;
  }
}

.wt_box_center {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  padding: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(74, 90, 117, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  flex: none;
  flex-grow: 0;
  padding: 24px 40px;
}

.wt-card--label {
  display: flex;
  flex-direction: row;
}

.wt-card__image.img-circle {
  display: flex;
  align-items: baseline;
  max-width: 100%;
}

.wt_card_download {
  background: #F3F5F7;
  border-radius: 10px;
  flex: none;
  order: 1;
  flex-grow: 1;
  padding: 16px;
}

.wt_box_download {
  max-width: fit-content;
  min-width: -webkit-fill-available;
  min-width: -moz-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 8px 0px 0px;
}

.download_left_column {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.download_right_column {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

span.subtitle_two {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0 24px 0 0;
}

.wt_box_account {
  padding: 80px 24px;
}

@media screen and (max-width: 1440px) {
  .wt_box_download {
    flex-direction: column;
  }

  .download_right_column {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 10px;
  }

  .download_left_column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .wt_box_account {
    padding: 20px 24px;
  }
}

.account_menu_img {
  padding-right: 8%;
}

.account_menu_space {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 20px;
  cursor: pointer;
}

.account_menu_space {
  padding: 8px 24px;
  margin: 20px 0;
}

.wt_box.background {
  background-image: url(https://cdn.spaces.qualcomm.com/assets/images/Mashup-big-kit-scaled.jpeg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 58%;
}
/* end of WT Boxes */

/* Images */
img.image_menu {
  position: absolute; 
  left: -14px; 
  top: -1px;
}

img.use_cases_background {
  position: relative;
  z-index: -1;
}

img.feature_img {
  width: 20%;
}

img.shadow_image {
  box-shadow: 0px 4px 16px rgb(74 90 117 / 6%), 0px 2px 4px rgb(0 0 0 / 16%);
    border-radius: 12px;
}

img.black_white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

img.rounded_corners {
  box-shadow: 0px 4px 16px rgb(74 90 117 / 6%), 0px 2px 4px rgb(0 0 0 / 16%);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

img.usecase_round_corners {
  border-radius: 12px;
}

img.blog_image {
  box-shadow: 0px 20px 20px -12px rgb(74 90 117 / 24%);
  filter: drop-shadow(0px 2px 10px rgba(74, 90, 117, 0.08));
  border-radius: 14px;
}

figure.wp-block-image.size-large {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1025px) {
  img.black_white {
    width: 70%;
  }
}

@media screen and (max-width: 450px) {
  img.rounded_corners {
    padding-right: 30px;
  }
}
/* end of images */

.q_quote::before {
  content: '';
  background-color: #D3D9DE;
  width: 900px;
  height: 2px;
  display: block;
  margin-top: 2.5em;
}

h3.feature_box_title {
  margin: 0px;
}

.feature-column {
  max-width: 30%;
}

@media screen and (max-width: 450px) {
  .feature-column {
    max-width: 100%;
  }
}

/* Grids */
.grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.grid--center .grid__item {
	justify-content: center;
}

.grid--col-2 .grid__item,
.grid--col-3 .grid__item,
.grid--col-4 .grid__item,
.grid--sidebar .grid__item {
	width: 100%;
}


.grid--col-5 .grid__item {
  width: 20%;
}

@media screen and (max-width:1200px) {
	.grid--col-5 .grid__item {
		width: 33.333333%;
	}
}

.grid__item {
	/* display: flex; */
  display: grid;
	padding: 16px;
}

@media (min-width: 576px) {

	.grid--col-3 .grid__item,
	.grid--col-4 .grid__item,
	.grid--sidebar .grid__item {
		width: 50%;
	}
}

@media (min-width: 768px) {

	.grid--col-2 .grid__item {
		width: 50%;
	}

	.grid--col-4 .grid__item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.grid--col-3 .grid__item {
		width: 33.333333%;
	}

	.grid--col-4 .grid__item {
		width: 33.333333%;
	}

	.grid--sidebar .grid__item {
		width: 100%;
	}
}

@media (min-width: 1200px) {

	.grid--col-4 .grid__item {
		width: 25%;
	}

	.grid--flex-xl-grow .grid__item {
		width: auto;
		flex-grow: 1;
	}
}
/* end of Grids */

/* Dev kit page */
select#countries {
  border-color: #BBC0C8;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
}

.m_width {
  width: 52% !important;
}

.devKit_img_mot2 {
  float: left;
    width: 48%;
    margin-right: 15px;
}

.devKit_img_mot3 {
  width: 48%;
}

.devKitimg_len3 {
  width: 48%;
}

#collapseExample {
  display: none;
}

@media screen and (max-width: 1250px) {
  img.shadow_image.devKit_img_mot2 {
    margin-bottom: 32px;
    width: 100%;
  }

  img.shadow_image.devKitimg_len3 {
    width: 100%;
  }
  img.shadow_image.devKit_img_mot3 {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .m_width {
    width: 60% !important;
  }
}

@media screen and (max-width: 600px) {
  .m_width {
    width: 100% !important;
  }
}
/* End of Dev kit page */

/* Footer section */

.footer-credits {
  margin-right: 15%;
  flex-direction: column;
  display: flex;
}

#site-footer a {
  text-decoration: none !important;
  color: #677284;
  font-size: 14px;
  line-height: 18px;
}

#site-footer a:hover {
  text-decoration: none;
  color: rgb(34, 34, 34);
}

.footer-nav-widgets-wrapper.header-footer-group {
  margin-top: 0px !important;
  border-top-width: 0px !important;
}

.footer-top {
  border-bottom: 0px !important;
}

.footer-widgets-outer-wrapper {
  border: 0px;
}


.footer-inner.section-inner {
  padding: 64px 130px 0px;
  max-width: unset;
}

p.footer-copyright {
  font-size: 14px;
  line-height: 18px;
  color: #677284;
}

footer#site-footer {
  padding: 0px 130px 64px;
  max-width: unset;
}

button#ot-sdk-btn {
  text-decoration: none !important;
  color: #677284 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  background: none !important;
  border: 0px !important;
  padding: 0px !important;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

#site-footer .section-inner {
  max-width: unset;
}



.widget.widget_block.widget_media_image, img.wp-image-82 {
  width: 144px;
}

.wp-block-group__inner-container figure.wp-block-image.size-large {
  padding: 0px;
  margin: 0px !important;
}

.widget-content .wp-container-2.wp-block-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

aside.footer-widgets-outer-wrapper {
  padding: 0px;
}

ul.footer-menu.reset-list-style {
  height: 200px;
}

@media screen and (max-width: 450px) {
  ul.footer-menu.reset-list-style {
    height: 140px;
    width: 350px;
    overflow: hidden;
    z-index: 998;
    position: relative;
  }
}

a.footer_links_social_icons {
  margin-right: 12px;
  width: 24px;
}

.footer-icons {
  display: flex;
  margin-bottom: 12px;
}

.footer_links {
  position: relative;
  padding: 0 40px 0 0;
  word-break: keep-all;
}

.grouped_footer_links {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1440px) {
  .footer-credits {
    margin-right: 6%;
  }

  .footer-inner.section-inner {
    padding: 0px 80px 64px;
  }
  footer#site-footer {
    padding: 0px 80px 64px;
  }
}

@media screen and (max-width: 1370px) {
  .footer_links {
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 1260px) {
  .footer-inner.section-inner {
    padding: 0px 40px 64px;
  }
  footer#site-footer {
    padding: 0px 40px 64px;
  }
  .footer-top.has-footer-menu {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 1025px) {
  .footer-credits {
    margin-right: 12%;
    width: 30%;
  }

  .footer-inner.section-inner {
    padding: 0px 20px 64px;
  }

  #site-footer .section-inner {
    width: calc(100% - 3rem);
  }
  .section-inner {
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 820px) {
  .footer-credits {
    flex-direction: column;
    width: 100%;
  }

  #site-footer .section-inner {
    flex-direction: column-reverse;
  }

  .footer-icons {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 768px) {
  #site-footer .section-inner {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .footer-inner.section-inner {
    padding: 0;
  }
  footer#site-footer {
    padding: 0 14px 20px;
  }
  #site-footer a {
    font-size: 11px;
    line-height: 14px;
    word-break: keep-all;
  }
  button#ot-sdk-btn{
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .footer_links {
    padding: 0 11px 0 0;
  }
  p.footer-copyright {
    font-size: 11px;
  }
}


@media screen and (max-width: 500px) {
  .footer-top.has-footer-menu {
    padding: 0px;
  }
}

@media screen and (max-width: 450px) {
  #site-footer a {
    font-size: 8px;
    line-height: 14px;
    word-break: keep-all;
  }
  button#ot-sdk-btn{
    font-size: 8px !important;
    line-height: 0px !important;
  }
  .footer_links {
    padding: 0 11px 0 0;
  }
  p.footer-copyright {
    font-size: 8px;
  }
}

.text-circle {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  z-index: -1;
  width: 400px;
}

/* Forms */
textarea#wpforms-732-field_2, textarea#wpforms-159-field_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px 26px 9px 16px;
  width: 70%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #BBC0C8;
  box-sizing: border-box;
  border-radius: 8px;
}

input#wpforms-732-field_1, input#wpforms-159-field_1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px 26px 9px 16px;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #BBC0C8;
  box-sizing: border-box;
  border-radius: 8px;
  max-width: 25%;
}

button#wpforms-submit-732, button#wpforms-submit-159 {
  font-size: 16px;
  display: inline-block;
  padding: 12px 32px;
  background: #E71324;
  border-radius: 50px;
  width: auto;
  text-transform: initial;
  color: white;
  text-decoration: none;

}

  #subscribe:disabled {
    cursor: not-allowed;
  }
  
  input {
    font-family: 'QualcommNext', Arial, Sans-Serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #BBC0C8;
    margin: 0px 12px;
  }
  
  input#is-search-input-856, input#is-search-input-156 {
    height: unset;
  }
  
  input.nl_sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 12px 20px 12px 20px;
    width: 300px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #BBC0C8;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    color: #677284;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }

  input.serial_number {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 12px 20px 12px 20px;
    width: 400px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #BBC0C8;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px !important;
    color: #677284;
    margin-left: auto;
    margin-right: auto;
  }
  
  span.wpcf7-list-item-label {
    color: white;
  }
  
  input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 12px 32px;
    background: #E71324;
    border-radius: 200px;
    width: auto;
    text-transform: initial;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  input[type="submit"] {
    line-height: 19px;
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    background: #E71324;
    border-radius: 50px;
    width: auto;
    text-transform: initial;
    color: white;
    text-decoration: none;
  }

  input[type="submit"]:hover {
    background: #A00D19;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
  }
  
  .wpcf7-response-output {
    color: #5AA700;
    border: 0px !important;
  }
  
  label.checkbox input[type=checkbox] {
    background: #FFFFFF;
    border: 1px solid #BBC0C8;
  }
  label.checkbox input[type=checkbox]:checked {
    background: #E71324;
    border: 2px solid transparent;
  }
  
  #nl_email-error {
    color: #E71D32;
  }
  
  input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.25rem;
      margin-top: -0.1875rem;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: -0.25rem;
    height: 1.75rem;
    width: 2.3rem;
    color: white;
    bottom: 0px;
    margin: auto auto;
    left: -6px;
  }

/*Terms Of Use */
@supports not (-webkit-touch-callout: none) {
  .ios_version {
    display: none;
  }

  .non_ios_version {
    display: block;
  }
}

@supports (-webkit-touch-callout: none) {
  .non_ios_version {
    display: none;
  }

  .ios_version {
    display: block;
  }
}

  /* Inherit from Qualcomm */
.cAUxAZ {
  background-position: right center;
  box-shadow: rgb(74 90 117 / 24%) 0px 4px 32px 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.gyOmWA {
  padding-left: 130px;
  padding-right: 130px;
  background-position: right center;
  border-bottom: 1px solid rgb(233, 236, 239);
  background-color: rgb(255, 255, 255);
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.iCtOkw {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: inherit;
}

form.is-search-form {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.is-form-style input.is-search-input {
  border: 0px !important;
  height: 60px;
  color: rgb(0, 0, 0);
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.kBIEfm {
  animation: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal forwards running iHVSGm;
}

article.usecase.type-usecase.status-publish, article.post.type-post.status-publish {
  width: 100%;
}

.post-inner {
  padding-top: 0rem;
}

figure.featured-media {
  display: none;
}

nav.pagination-single.section-inner.only-one.only-prev {
  display: none;
}

/* Pathfinder page */

.flex_position {
  display: flex;
}

.path_content {
  display: flex;
  width: 80%;
  justify-content: center;
}

.path_action {
  display: flex;
  justify-content: flex-start;
  width: 20%;
}

@media screen and (max-width: 950px) {
  .path_content {
    width: 100%;
  }
  
  .path_action {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  span.sc-eDWCr.jelvOD.accordionHeadingstyles {
    display: none;
  }
  .sc-eDWCr.bfGUzB {
    padding-left: 15px;
  }
}

.sc-dkrFOg.fyIxIo {
  -webkit-box-pack: justify;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
  right: 0px;
  display: flex;
}

@media screen and (max-width: 950px) {
  .sc-dkrFOg.fyIxIo {
    justify-content: center;
  }
}

.eLaunp {
  text-decoration: none;
}

.eLaunp:last-of-type {
  margin-right: 14px;
  padding-left: 14px;
}

@media screen and (min-width: 950px) {
  .eLaunp:last-of-type {
      margin-left: 14px;
      padding-left: 24px;
  }
}

.fyhhHx {
  cursor: pointer;
  text-decoration: none;
}

.hZzpCh {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    color: inherit;
    border: none;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-font-smoothing: inherit;
    appearance: none;
    width: auto;
}

.foDUFY {
  display: inline-flex;
  transition: color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, border-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  fill: #E71324;
  color: #E71324;
  margin-right: 0px !important;
}

.hOOrtX {
  background-position: right center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1;
}

.sc-ksBlkl:hover .sc-fEXmlR {
  transform: translate3d(5px, 0px, 0px);
}

.dEamAw {
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.bYsgIi {
  background-position: right center;
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0px;
  width: 16px;
  margin-left: 8px;
  height: 16px;
}

.kiwxQv {
  background-position: right center;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 32px;
  position: relative;
  padding-top: 32px;
  cursor: pointer;
}

.jGMnZw {
  background-position: right center;
  display: flex;
  margin: auto 0px;
}

.eySmCs {
  background-position: right center;
  font-size: 20px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0px;
  position: relative;
  height: 0px;
}

.fwOOQX {
  transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.iCRUgf {
  margin: 0px 32px 0px 0px !important;
  color: rgb(34, 34, 34);
  font-weight: 600;
  line-height: 1.25;
  width: 90%;
}

.jXRfzl {
  margin: 0px 32px 0px 0px !important;
  color: #E71324;
  font-weight: 600;
  line-height: 1.25;
  width: 90%;
}

@media screen and (min-width: 550px) {
  .kuCfgq {
      padding-left: 30px;
      padding-right: 30px;
  }
}

.kuCfgq {
    background-position: right center;
    border-radius: 12px;
    border-top: 1px solid transparent;
    color: rgb(34, 34, 34);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bkcpHU {
  background-position: right center;
  font-size: 20px;
  opacity: 1;
  overflow: hidden;
  padding-bottom: 32px;
  position: relative;
  height: auto;
}

.gUUFwe::before {
  opacity: 0;
  mix-blend-mode: multiply;
  content: "";
  height: 100%;
  left: 0px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  top: 0px;
  width: 100%;
}

.gUUFwe {
  padding-left: 15px;
  padding-right: 15px;
}

.kEOOSW::before {
  border-radius: 12px;
  opacity: 1;
  box-shadow: rgb(0 0 0 / 45%) 0px 4px 14px -4px;
  mix-blend-mode: multiply;
  content: "";
  height: 100%;
  left: 0px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  top: 0px;
  width: 100%;
  z-index: 1;
}

button.sc-gswNZR.hZzpCh.sc-ksBlkl.fyhhHx.sc-hyDvVc.eLaunp {
  text-transform: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E71324;
  text-decoration: none;
}

.layout__LayoutContent-sc-1dsf453-1.jfDKZO {
  background-color: #F3F5F7;
}

.typeform_pathfinder {
  height: 400px;
}

.dskNIs {
  margin-top: 50px !important;
  margin-bottom: 100px !important;
}

.kULmuD {
  font-size: 16px !important;
  line-height: 24px !important;
}

/* Video slider */
.hbXIxr {
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  /* margin-bottom: 80px; */
}

.jxNaSW {
  background-position: right center;
  display: flex;
  position: static;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.tumMG {
  background-position: right center;
  width: 100%;
}

.iyhCqn {
  background-position: right center;
  max-width: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.kuRSxh {
  background-position: right center;
  display: flex;
  flex-flow: row nowrap;
  transition-duration: 1s;
}

.kaVeKu {
  background-position: right center;
  display: inline-block;
  flex: 0 0 auto;
  width: 50%;
  margin-right: 25px;
}

.fKbpqx {
  background-position: right center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  left: 0px;
  position: absolute;
  width: 100%;
}

.ekjtcY {
  background-position: right center;
  background-color: #e71324;
  border-color: #e71324;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  cursor: pointer;
  height: 14px;
}

.iQZKyw {
  background-position: right center;
  border-color: #e71324;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  cursor: pointer;
  height: 14px;
}

.shadow_video {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 40%) 0px 16px 15px -11px;
}

.wt_box_button_slider {
  position: absolute;
  top: 30%;
  left: 10%;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.wt_box_button_slider button {
  background-image: url(https://cdn.spaces.qualcomm.com/assets/play_button.svg);
  background-color: rgb(255 255 255 / 0%);
  width: 60px !important;
  height: 60px !important;
}

@media screen and (max-width: 500px) {
  .wt_box_button_slider {
    top: 15%;
    left: 8%;
  }

  .kaVeKu {
    width: 100%;
    margin-bottom: 30px;
  }

  .kuRSxh {
    flex-flow: column;
  }
}

.wt_box_text {
  position: absolute;
  top: 60%;
  left: 10%;
}

.wt_box_video_slider {
  display: flex;
  transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.wt_box_video_slider:hover {
  transform: scale(1.08);
}

.wt_box_video_slider:hover .wt_box_button_slider {
  transform: scale(1.30);
}

.wt_box_video_slider_one {
  background-size: contain !important;
}

.wt_box_video_slider_two {
  background-size: contain !important;
}

.wt_box_video_slider_three {
  background-size: contain !important;
  background: url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/04/26082234/thumbnail_video.jpg);
}

.wt_box_video_slider_four {
  background-size: contain !important;
  background: url(https://cdn.spaces.qualcomm.com/wp-content/uploads/2022/04/26082234/thumbnail_video.jpg);
}