@import url('https://use.typekit.net/ywn1djp.css');
@import url('https://use.typekit.net/ahe5dzp.css');


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mainContent {
  background-color: #fff;
  max-width: none;
  margin: 0 auto;
}

#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

#mainContent p, #mainContent a {
  font-family: "nudista-web", arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  letter-spacing: 0.2px;
}

@media only screen and (min-width: 1920px) {
  #mainContent p, #mainContent a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 2200px) {
  #mainContent p, #mainContent a {
    font-size: 1.2rem;
  }
}

#mainContent section {
  width: 100%;
}

section img {
  width: 100%;
}

/*===========================
   Utilities
=============================*/
.button-opaque {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  border: 2px solid #f4f3ef;
  background-color: rgba(244, 243, 239, 0.3);
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
  text-align: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

.button-opaque:hover {
  color: #f4f3ef;
  border: 2px solid #f4f3ef;
  background-color: rgba(244, 243, 239, 0.5);
}

.button-opaque:active, .button-opaque:focus {
  color: #f4f3ef;
  border: 2px solid #f4f3ef;
}

.coming-soon-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f4f3ef;
  opacity: 0.8;
  text-align: center;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .coming-soon-container {
    width: 90%;
  }
}

@media only screen and (min-width: 960px) {
  .coming-soon-container {
    width: 50%;
  }
}

.coming-soon-container .coming-soon {
  position: relative;
  padding: 4rem 2rem 2rem;
}

.coming-soon-container .coming-soon .vertical-gradient-border {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(to top, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.coming-soon-container .coming-soon h2 {
  color: #393a37;
  text-transform: none;
}

.coming-soon-container .coming-soon .soon-modal-close {
  position: absolute;
  top: 7%;
  right: 5%;
  color: #393a37;
  padding: 3px 6px;
  border: 2px solid #393a37;
  font-family: "nudista-web", arial, sans-serif;
  cursor: pointer;
}

.coming-soon-container .coming-soon .soon-modal-close p {
  margin: 0;
}

/*===========================
   Common Section
=============================*/
.subtitle-section-white-bgd {
  background-color: #f4f3ef;
  padding: 3rem;
  text-align: center;
  overflow: hidden;
}

.subtitle-section-white-bgd h3 {
  font-size: 2.2rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a4a4a4;
  line-height: 1.2;
  margin: 0 !important;
  text-transform: none;
}

.subtitle-section-white-bgd h3 span {
  color: #393a37;
}

@media only screen and (min-width: 768px) {
  .subtitle-section-white-bgd h3 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 884px) {
  .subtitle-section-white-bgd h3 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  .subtitle-section-white-bgd h3 {
    font-size: 4rem;
  }
}

.subtitle-section-white-bgd p {
  font-family: "nudista-web", arial, sans-serif;
  color: #393a37;
  margin: 1rem 0 1rem !important;
}

@media only screen and (min-width: 768px) {
  .subtitle-section-white-bgd p {
    font-size: 1.1rem;
  }
}

.subtitle-section-drk-gry-bgd {
  background-color: #393a37;
  padding: 3rem;
  text-align: center;
  overflow: hidden;
}

.subtitle-section-drk-gry-bgd h3 {
  font-size: 2.2rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #f4f3ef;
  line-height: 1.2;
  margin: 0 !important;
  text-transform: none;
}

.subtitle-section-drk-gry-bgd h3 span {
  color: #393a37;
}

@media only screen and (min-width: 768px) {
  .subtitle-section-drk-gry-bgd h3 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  .subtitle-section-drk-gry-bgd h3 {
    font-size: 4rem;
  }
}

.subtitle-section-drk-gry-bgd p {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  margin: 1rem 0 1rem !important;
}

.subtitle-section-drk-gry-bgd.closing-page-subtitle h3 {
  font-size: 1.2rem;
  color: #f4f3ef;
  margin: 0 !important;
}

@media only screen and (min-width: 414px) {
  .subtitle-section-drk-gry-bgd.closing-page-subtitle h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .subtitle-section-drk-gry-bgd.closing-page-subtitle h3 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  .subtitle-section-drk-gry-bgd.closing-page-subtitle h3 {
    font-size: 4rem;
  }
}

.subtitle-section-drk-gry-bgd.closing-page-subtitle h3 span {
  color: #f4f3ef;
  background: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(right, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*===========================
   H1 HEADER CONTAINER
=============================*/
.h1-content-container {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.h1-content-container h1 {
  font-family: effra,Arial,Helvetica,sans-serif;
  margin: 1rem 1.25rem 2rem;
  padding: 0;
  font-weight: 700;
}

/*===========================
   APPLIANCES TOP
=============================*/
#appliance-set {
  background-color: #f4f3ef;
  padding: 1rem 0 .5rem;
  overflow: hidden;
}

#appliance-set .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#appliance-set .content-container .flex-col {
  width: 100%;
}

#appliance-set .content-container .flex-col.appliance-lineup-wrapper {
  width: 95%;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container .flex-col.appliance-lineup-wrapper {
    width: 73%;
    margin: 0;
  }
}

@media only screen and (min-width: 1112px) {
  #appliance-set .content-container .flex-col.appliance-lineup-wrapper {
    width: 64%;
  }
}

#appliance-set .content-container .flex-col.kitchen-img-wrapper {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container .flex-col.kitchen-img-wrapper {
    width: 25%;
  }
}

@media only screen and (min-width: 1112px) {
  #appliance-set .content-container .flex-col.kitchen-img-wrapper {
    width: 34%;
  }
}

#appliance-set .content-container .flex-col.kitchen-img-wrapper .top-kitchen-img-mobile {
  width: 100%;
}

#appliance-set .content-container #appliance-accordion {
  border: 1px solid #393a37;
  width: 100%;
  margin: .5rem auto 1.5rem;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container #appliance-accordion {
    display: none;
  }
}

#appliance-set .content-container #appliance-accordion .accordion-button {
  position: relative;
  background-color: #f4f3ef;
  color: #393a37;
  cursor: pointer;
  border-bottom: 1px solid #393a37;
  font-family: "nudista-web", arial, sans-serif;
  padding: 1.25rem 1rem;
}

#appliance-set .content-container #appliance-accordion .accordion-button:hover {
  background-color: rgba(57, 58, 55, 0.1);
}

#appliance-set .content-container #appliance-accordion .accordion-button h3 {
  font-family: "nudista-web", arial, sans-serif;
  font-size: .95rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media only screen and (min-width: 414px) {
  #appliance-set .content-container #appliance-accordion .accordion-button h3 {
    font-size: 1.1rem;
  }
}

#appliance-set .content-container #appliance-accordion .accordion-button .accordion-toggle-btn.icon-caret {
  position: absolute;
  right: 5%;
  top: 35%;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#appliance-set .content-container #appliance-accordion .accordion-button .accordion-toggle-btn.icon-caret.toggle-active {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}

#appliance-set .content-container #appliance-accordion .accordion-slide {
  display: none;
  width: 100%;
}

#appliance-set .content-container #appliance-accordion .accordion-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#appliance-set .content-container #appliance-accordion .accordion-slide ul li {
  padding: 1rem;
}

#appliance-set .content-container #appliance-accordion .accordion-slide ul li:hover {
  background-color: rgba(57, 58, 54, 0.1);
}

#appliance-set .content-container #appliance-accordion .accordion-slide ul li a {
  font-family: "nudista-web", arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #393a37;
  text-decoration: none;
}

#appliance-set .content-container #appliance-accordion .accordion-slide ul li .accordion-thmb {
  max-width: 25px;
  margin-right: 1rem;
}

#appliance-set .content-container .appliance-lineup-medium-up {
  display: none;
  text-align: center;
  width: 100%;
  padding: .5rem 1rem;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container .appliance-lineup-medium-up {
    display: block;
  }
}

#appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col {
  width: 15%;
  -ms-flex-item-align: bottom;
      -ms-grid-row-align: bottom;
      align-self: bottom;
}

#appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a {
  color: #1a63a2;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 400;
}

@media only screen and (min-width: 1112px) {
  #appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 2200px) {
  #appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a {
    font-size: 1rem;
  }
}

#appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a img {
  width: 50px;
}

@media only screen and (min-width: 1112px) {
  #appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a img {
    width: 60px;
  }
}

#appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a p {
    color: #212226;
    margin-top: .75rem;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    font-size: .9rem;
}

@media only screen and (min-width: 2200px) {
  #appliance-set .content-container .appliance-lineup-medium-up .appliance-lineup-inner-wrapper .inner-flex-col a p {
    font-size: 1rem;
  }
}

#appliance-set .content-container .kitchen-img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container .kitchen-img-wrapper {
    background-image: url("https://www.geappliances.com/content/profile/images/ge-profile-rebate-image-kitchen2.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
  }
}

#appliance-set .content-container .kitchen-img-wrapper .top-kitchen-img-mobile {
  display: block;
}

@media only screen and (min-width: 960px) {
  #appliance-set .content-container .kitchen-img-wrapper .top-kitchen-img-mobile {
    display: none;
  }
}

#appliance-set .content-container .kitchen-img-wrapper .kitchen-text-left {
  position: absolute;
  bottom: 0;
  left: 3%;
  color: #f4f3ef;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5rem;
  text-shadow: 1px 1px #393a37;
}

#appliance-set .content-container .kitchen-img-wrapper .kitchen-text-left span a {
  display: none;
  color: #f4f3ef;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  #appliance-set .content-container .kitchen-img-wrapper .kitchen-text-left span a {
    display: block;
    margin-top: 5px;
  }
}

#appliance-set .content-container .kitchen-img-wrapper .kitchen-text-right {
  position: absolute;
  bottom: 0;
  right: 3%;
  color: #f4f3ef;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5rem;
  text-shadow: 1px 1px #393a37;
}

@media only screen and (min-width: 768px) {
  #appliance-set .content-container .kitchen-img-wrapper .kitchen-text-right {
    display: none;
  }
}

#appliance-set .content-container .kitchen-img-wrapper .kitchen-text-right a {
  color: #f4f3ef;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5rem;
  text-decoration: none;
}

/*===========================
   Hero/Logo Video/Food Oven
=============================*/
#profile-hero {
  position: relative;
  font-family: "nudista-web", arial, sans-serif;
  background: #1E2022;
  /* temp bgd to match the video */
  text-align: center;
  overflow: hidden;
  /* end explore nav container*/
}

#profile-hero .content-container {
  padding: 2em 0 1em;
}

#profile-hero .content-container .logo-video-wrapper {
  max-width: 250px;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .logo-video-wrapper {
    max-width: 350px;
    margin: 0 auto 2rem;
  }
}

#profile-hero .profile-this-is-smarter-cooking-graphic-wrapper {
    max-width: 500px;
    margin: 0 auto 3rem;
}

#profile-hero .profile-this-is-smarter-cooking-graphic-wrapper img {
    width: 100%;
    padding: 1rem;
}

@media only screen and (min-width: 768px) {
    #profile-hero .profile-this-is-smarter-cooking-graphic-wrapper img {
        padding: 0;
    }
}

#profile-hero .content-container h3 {
  font-size: 1.3rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 3rem;
}

#profile-hero .content-container h3 span {
  color: #f4f3ef;
  background: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(right, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container h3 {
    font-size: 2.6rem;
  }
}

#profile-hero .content-container .oven-food-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#profile-hero .content-container .oven-food-container .container-flex-col-img {
  z-index: 2;
}

#profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img {
  margin-right: initial;
  margin-top: 175px;
  text-align: right;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img {
    margin-left: 0;
    margin-right: 1rem;
    margin-top: 0;
  }
}

@media only screen and (min-width: 824px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img {
    margin-left: .5rem;
  }
}

@media only screen and (min-width: 960px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img {
    margin-left: .25rem;
    margin-right: 1.75rem;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper {
  position: relative;
}

#profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.video-camera-icon {
  display: none;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.video-camera-icon {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 25px;
    right: -15px;
  }
}

#profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.wifi-to-right, #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.wifi-to-right2 {
  display: none;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.wifi-to-right, #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.wifi-to-right2 {
    display: block;
    position: absolute;
    width: 40px;
    height: 48px;
    bottom: 0;
    right: -48px;
    opacity: 1;
  }
}

#profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.profile-double-oven {
  width: 300px;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.profile-double-oven {
    width: 225px;
  }
}

@media only screen and (min-width: 960px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.profile-double-oven {
    width: 250px;
  }
}

@media only screen and (min-width: 1880px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.profile-double-oven {
    width: 275px;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.profile-double-oven {
    width: 300px;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .wifi-oven-to-right-wrapper img.profile-double-oven {
    width: 325px;
  }
}

#profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .button-opaque {
  display: block;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .button-opaque {
    width: 225px;
    padding: 1rem 1rem;
  }
}

@media only screen and (min-width: 960px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .button-opaque {
    width: 250px;
  }
}

@media only screen and (min-width: 1880px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .button-opaque {
    width: 275px;
    padding: 1rem 1.5rem;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .button-opaque {
    width: 300px;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-img .container-item-img .button-opaque {
    width: 325px;
  }
}

#profile-hero .content-container .oven-food-container .container-flex-col-text {
  position: relative;
  z-index: 2;
}

#profile-hero .content-container .oven-food-container .container-flex-col-text p {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  text-align: center;
  margin-top: 0;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-text p {
    text-align: left;
    padding: 0;
    max-width: 600px;
  }
}

@media only screen and (min-width: 1475px) {
  #profile-hero .content-container .oven-food-container .container-flex-col-text p {
    max-width: 700px;
  }
}

#profile-hero .content-container .oven-food-container div.food-in-oven-top-border {
  position: absolute;
  top: 0px;
  background: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(right, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-top-border {
    top: 86px;
  }
}

#profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
  position: absolute;
  left: 0;
  right: 0;
  height: 40vh;
  top: 4px;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 600px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 60vh;
  }
}

@media only screen and (min-width: 768px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    top: 90px;
    height: 30vh;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 27vh;
  }
}

@media only screen and (min-width: 1024px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 27vh;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 22vh;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 27vh;
  }
}

@media only screen and (min-width: 1475px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 30vh;
  }
}

@media only screen and (min-width: 1880px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 37vh;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-hero .content-container .oven-food-container div.food-in-oven-bgd {
    height: 30vh;
  }
}

#profile-hero .content-container .oven-food-container div.food-in-oven-bgd .bcg-parallax {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#profile-hero .content-container .oven-food-container div.food-in-oven-bgd .bcg {
  background-image: url("https://www.geappliances.com/content/profile/images/food-in-oven-bgd-for-parallax-opt.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
}

#profile-hero #exploreNavMobileAccordion {
  border: 2px solid #f4f3ef;
  width: 98%;
  margin: .5rem auto 1.5rem;
}

@media only screen and (min-width: 960px) {
  #profile-hero #exploreNavMobileAccordion {
    display: none;
  }
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-button {
  position: relative;
  background-color: rgba(244, 243, 239, 0.302);
  color: #393a37;
  cursor: pointer;
  border-bottom: 1px solid #393a37;
  font-family: "nudista-web", arial, sans-serif;
  padding: 1.25rem 1rem;
  text-align: left;
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-button:hover {
  background-color: rgba(244, 243, 239, 0.1);
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-button h3 {
  font-family: "nudista-web", arial, sans-serif;
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #f4f3ef;
}

@media only screen and (min-width: 414px) {
  #profile-hero #exploreNavMobileAccordion .explore-accordion-button h3 {
    font-size: 1.1rem;
  }
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-button .accordion-toggle-btn.icon-plus {
  position: absolute;
  right: 5%;
  top: 35%;
  width: 20px;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-button .accordion-toggle-btn.icon-plus.toggle-active {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-slide {
  display: none;
  width: 100%;
  text-align: left;
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-slide ul li {
  padding: 1rem;
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-slide ul li:hover {
  background-color: rgba(244, 243, 239, 0.1);
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-slide ul li:hover a {
  background: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(right, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#profile-hero #exploreNavMobileAccordion .explore-accordion-slide ul li a {
  font-family: "nudista-web", arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #f4f3ef;
  text-decoration: none;
}

#profile-hero #explore-nav {
  display: none;
  z-index: 3;
}

@media only screen and (min-width: 960px) {
  #profile-hero #explore-nav {
    display: block;
    text-align: left;
    position: absolute;
    bottom: 2rem;
    right: 5px;
    color: #f4f3ef;
    font-weight: bold;
  }
  #profile-hero #explore-nav p {
    font-family: "nudista-web", arial, sans-serif;
    color: #f4f3ef;
    font-size: 1rem;
    margin: .5rem;
    text-align: right;
  }
  #profile-hero #explore-nav p span {
    font-size: 1rem;
    background: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
    background: linear-gradient(right, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #profile-hero #explore-nav ul {
    display: block;
    list-style: none;
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
  }
  #profile-hero #explore-nav ul li {
    float: left;
    padding: 0;
    margin: 0;
  }
  #profile-hero #explore-nav ul li:not(:last-child) a {
    border-right: 2px solid #f4f3ef;
  }
  #profile-hero #explore-nav ul li:hover {
    color: rgba(244, 243, 239, 0.75);
  }
  #profile-hero #explore-nav ul li:hover a {
    background: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
    background: linear-gradient(right, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #profile-hero #explore-nav ul li a {
    font-family: "nudista-web", arial, sans-serif;
    color: #f4f3ef;
    text-decoration: none;
    font-size: .8rem;
    padding: 0 5px;
    -webkit-transition: 200ms all ease-in;
    transition: 200ms all ease-in;
  }
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
  #profile-hero #explore-nav ul li a {
    font-size: .9rem;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1475px) {
  #profile-hero #explore-nav ul li a {
    font-size: .95rem;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1920px) {
  #profile-hero #explore-nav ul li a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
  #profile-hero #explore-nav {
    right: 1%;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1112px) {
  #profile-hero #explore-nav {
    right: 5%;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1366px) {
  #profile-hero #explore-nav {
    right: 10%;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1475px) {
  #profile-hero #explore-nav {
    right: 17%;
  }
}

@media only screen and (min-width: 960px) and (min-width: 1920px) {
  #profile-hero #explore-nav {
    right: 20%;
  }
}

/*=========================================
   Oven to phone - wifi animation section
===========================================*/
#profile-oven-to-phone {
  position: relative;
  overflow: hidden;
  /* end content container*/
}

#profile-oven-to-phone img.wifi-to-left, #profile-oven-to-phone img.wifi-to-left2 {
  display: none;
}

@media only screen and (min-width: 768px) {
  #profile-oven-to-phone img.wifi-to-left, #profile-oven-to-phone img.wifi-to-left2 {
    display: block;
    position: absolute;
    width: 40px;
    height: 48px;
    top: 11%;
    left: 70%;
  }
}

@media only screen and (min-width: 960px) {
  #profile-oven-to-phone img.wifi-to-left, #profile-oven-to-phone img.wifi-to-left2 {
    left: 55%;
  }
}

@media only screen and (min-width: 1440px) {
  #profile-oven-to-phone img.wifi-to-left, #profile-oven-to-phone img.wifi-to-left2 {
    width: 50px;
    height: 60px;
    left: 57%;
  }
}

#profile-oven-to-phone .content-container {
  position: absolute;
  top: 15%;
  left: 0;
  padding: 1rem;
  max-width: 300px;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  #profile-oven-to-phone .content-container {
    left: 10%;
    max-width: 415px;
  }
  #profile-oven-to-phone .content-container p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  #profile-oven-to-phone .content-container {
    top: 20%;
    left: 14%;
  }
}

@media only screen and (min-width: 960px) {
  #profile-oven-to-phone .content-container {
    left: 30%;
  }
}

@media only screen and (min-width: 1024px) {
  #profile-oven-to-phone .content-container {
    left: 15%;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-oven-to-phone .content-container {
    left: 20%;
    max-width: 500px;
  }
}

@media only screen and (min-width: 1400px) {
  #profile-oven-to-phone .content-container {
    left: 15%;
  }
}

@media only screen and (min-width: 1800px) {
  #profile-oven-to-phone .content-container {
    left: 30%;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-oven-to-phone .content-container {
    left: 30%;
  }
}

#profile-oven-to-phone .content-container p {
  font-size: 1rem;
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (min-width: 1400px) {
  #profile-oven-to-phone .content-container p {
    font-size: 1.1rem;
  }
}

#profile-oven-to-phone .content-container .button-opaque {
  display: block;
  margin: 0 0 1rem 0;
}

/*===========================
   Interactive Section
=============================*/
#profile-interactive-features {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

#profile-interactive-features .inner-wrapper {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper {
    background-image: url("https://www.geappliances.com/content/profile/images/bg_single-wall-oven-desktop-opt.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) and (max-height: 414px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper {
    background-image: none;
    width: auto;
    height: auto;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-interactive-features .inner-wrapper {
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .double-swap {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://www.geappliances.com/content/profile/images/bg_double-wall-oven-desktop-dark-gray-edges-darkened-opt.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    width: 100%;
    height: 100vh;
    opacity: 0;
  }
}

#profile-interactive-features .inner-wrapper .interative-bg-mobile {
  position: relative;
}

#profile-interactive-features .inner-wrapper .interative-bg-mobile img.interactive-oven-mobile-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .interative-bg-mobile img.interactive-oven-mobile-img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-height: 414px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .interative-bg-mobile img.interactive-oven-mobile-img {
    display: block;
  }
}

#profile-interactive-features .inner-wrapper .interative-bg-mobile .double-swap-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

#profile-interactive-features .inner-wrapper .content-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding: 1rem .75rem;
}

#profile-interactive-features .inner-wrapper .content-container h4 {
  font-size: 1rem;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #f4f3ef;
  line-height: 1.2;
  margin: .5rem 0 1rem;
  text-transform: none;
}

@media only screen and (min-width: 414px) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 465px) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 1.5rem;
    margin: 1.2rem 0;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 2.2rem;
    margin: 1.7rem 0;
  }
}

@media only screen and (min-width: 1266px) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

@media only screen and (min-width: 1781px) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 2.2rem;
    margin: 1.7rem 0;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container h4 {
    font-size: 2.7rem;
    margin: 1.8rem 0 2rem;
  }
}

#profile-interactive-features .inner-wrapper .content-container .animated-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.single p, #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.double p {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-size: .9rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

@media only screen and (min-width: 475px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.single p, #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.double p {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.single p, #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.double p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.single p, #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.double p {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.single p, #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.double p {
    font-size: 1.7rem;
  }
}

#profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item.active p {
  color: rgba(244, 243, 239, 0.322);
}

#profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper {
  position: relative;
  margin: 0 10px;
}

@media only screen and (min-width: 414px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper {
    margin: 0 23px;
  }
}

#profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-touch-img {
  position: absolute;
  top: -1px;
  left: -1px;
  max-width: 31px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 3;
}

@media only screen and (min-width: 475px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-touch-img {
    top: -2px;
    left: -1px;
    max-width: 40px;
  }
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-touch-img {
    top: -3px;
    left: -2px;
    max-width: 48px;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-touch-img {
    top: -3px;
    left: -2px;
    max-width: 43px;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-touch-img {
    top: -5px;
    max-width: 50px;
  }
}

#profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-pill-img {
  position: relative;
  width: 65px;
}

@media only screen and (min-width: 475px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-pill-img {
    width: 75px;
  }
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-pill-img {
    width: 90px;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-pill-img {
    width: 80px;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .animated-toggle-button .toggle-item-wrapper .toggle-pill-img {
    width: 90px;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspots-container {
  position: relative;
  width: 95%;
  height: 250px;
  margin: 60px auto 0;
}

@media only screen and (min-width: 375px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 414px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 575px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 200px;
  }
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    width: 80%;
    margin-top: 300px;
  }
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 60px;
    width: 100%;
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    width: 55%;
    height: 400px;
  }
}

@media only screen and (min-width: 824px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 70px;
    width: 90%;
    height: 400px;
  }
}

@media only screen and (min-width: 824px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 80px;
    width: 60%;
    height: 400px;
  }
}

@media only screen and (min-width: 960px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 100px;
    width: 75%;
    height: 400px;
  }
}

@media only screen and (min-width: 960px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 85px;
    width: 50%;
    height: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 100px;
    width: 75%;
    height: 400px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 150px;
    width: 85%;
    height: 600px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 10px;
    width: 55%;
    height: 400px;
  }
}

@media only screen and (min-width: 1280px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 30px;
    width: 52%;
    height: 500px;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 40px;
    width: 45%;
  }
}

@media only screen and (min-width: 1366px) and (max-height: 800px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 20px;
    width: 35%;
  }
}

@media only screen and (min-width: 1475px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 50px;
    width: 40%;
  }
}

@media only screen and (min-width: 1475px) and (max-height: 800px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 10px;
    width: 40%;
  }
}

@media only screen and (min-width: 1600px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 50px;
    width: 45%;
  }
}

@media only screen and (min-width: 1700px) and (max-height: 1100px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 25px;
    width: 45%;
    height: 600px;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 1100px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 0px;
    width: 50%;
    height: 500px;
  }
}

@media only screen and (min-width: 2250px) and (max-height: 1200px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 75px;
    width: 58%;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-interactive-features .inner-wrapper .content-container .hotspots-container {
    margin-top: 120px;
    width: 65%;
    height: 600px;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspot {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 3s all ease-in;
  transition: 3s all ease-in;
}

#profile-interactive-features .inner-wrapper .content-container .hotspot img {
  max-width: 60px;
  float: left;
  margin-right: 2px;
}

@media only screen and (min-width: 414px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot img {
    margin-right: .25em;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspot p {
  float: left;
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-size: .7rem;
  font-weight: bold;
  margin: 1.2rem 0 0;
  text-align: left;
  text-shadow: 1px 1px #393a37;
}

@media only screen and (min-width: 667px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot p {
    font-size: .8rem;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot p {
    font-size: .9rem;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot p {
    font-size: 1rem;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspot1 {
  top: 2%;
  left: 2%;
  -webkit-transition: 3s all ease-in;
  transition: 3s all ease-in;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot1 {
    top: 5%;
    left: 0;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspot2 {
  top: 20%;
  left: 20%;
  -webkit-transition: 3s all ease-in;
  transition: 3s all ease-in;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot2 {
    top: 8%;
    left: 58%;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspot3 {
  top: 40%;
  left: 40%;
  -webkit-transition: 3s all ease-in;
  transition: 3s all ease-in;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot3 {
    top: 48%;
    left: 8%;
  }
}

#profile-interactive-features .inner-wrapper .content-container .hotspot4 {
  top: 60%;
  left: 60%;
  -webkit-transition: 3s all ease-in;
  transition: 3s all ease-in;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .content-container .hotspot4 {
    top: 50%;
    left: 70%;
  }
}

#profile-interactive-features .inner-wrapper .button-opaque {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25px;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .inner-wrapper .button-opaque {
    bottom: 5px;
    width: 300px;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-interactive-features .inner-wrapper .button-opaque {
    font-size: 1.2rem;
  }
}

#profile-interactive-features .hidden-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #393a37;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #f4f3ef;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 0.5rem;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .hidden-panel {
    width: 100%;
    padding: 2rem 0.5rem 2rem;
  }
}

@media only screen and (min-width: 960px) {
  #profile-interactive-features .hidden-panel {
    width: 35%;
    padding: 4rem 2rem 2rem;
  }
}

#profile-interactive-features .hidden-panel .inner-container {
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem 2rem;
  background-color: #393a37;
}

#profile-interactive-features .hidden-panel .inner-container .xout {
  position: absolute;
  top: 0;
  left: 2%;
  width: 20px;
  cursor: pointer;
  z-index: 4;
}

#profile-interactive-features .hidden-panel .inner-container .xout.thin-arrow {
  width: 75px;
}

#profile-interactive-features .hidden-panel .inner-container h3 {
  color: #f4f3ef;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .hidden-panel .inner-container h3 {
    font-size: 2rem;
  }
}

#profile-interactive-features .hidden-panel .inner-container p {
  color: #f4f3ef;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .hidden-panel .inner-container p {
    margin-bottom: 3rem;
  }
}

#profile-interactive-features .hidden-panel .inner-container .button-opaque {
  display: block;
}

#profile-interactive-features .hidden-panel .inner-container .panel-videos {
  width: 100%;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 768px) {
  #profile-interactive-features .hidden-panel .inner-container .panel-videos {
    width: 90%;
  }
}

/*===========================
   IN-OVEN CAMERA
=============================*/
#profile-inoven-camera {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}

#profile-inoven-camera .inner-wrapper {
  position: relative;
  width: 100%;
  background-image: url("https://www.geappliances.com/content/profile/images/range-in-oven-bg-mobile@2x.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40%;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper {
    background-image: url("https://www.geappliances.com/content/profile/images/range-in-oven-bg@2x-opt.jpg");
    padding-top: 20%;
    padding-bottom: 0;
  }
}

#mainContent .in-oven-action-btns p {
    margin-bottom: 0 !important;
}

#profile-inoven-camera .inner-wrapper img.icon-connected-range {
  position: relative;
  width: 130px;
  height: auto;
  display: block;
  margin: 4rem auto 0;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper img.icon-connected-range {
    margin: 0 auto;
    width: 130px;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-inoven-camera .inner-wrapper img.icon-connected-range {
    width: 180px;
  }
}

#profile-inoven-camera .inner-wrapper #wifi-under-range {
  position: relative;
  width: 100px;
  display: block;
  margin: -10px auto 0;
  z-index: 1;
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-inoven-camera .inner-wrapper #wifi-under-range {
    width: 120px;
  }
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts {
  position: relative;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts {
    padding-top: 50px;
  }
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
  position: absolute;
  top: 0;
  right: 5%;
  width: 125px;
  padding: 1rem;
}

@media only screen and (min-width: 600px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    right: 15%;
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    right: 23%;
    width: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    top: 10%;
    right: 25%;
    width: 150px;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    top: 7%;
    right: 27%;
    width: 175px;
  }
}

@media only screen and (min-width: 1475px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    top: 7%;
    right: 27%;
    width: 175px;
  }
}

@media only screen and (min-width: 1600px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    top: 5%;
    right: 25%;
    width: 200px;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    top: 0%;
    right: 26%;
    width: 250px;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .lotsa-hearts-container {
    top: 5%;
    right: 29%;
  }
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container {
  position: relative;
  text-align: center;
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container {
  width: 100%;
  z-index: 1;
  text-align: center;
  margin-bottom: -25px;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container {
    margin-bottom: -50px;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container {
    margin-bottom: -80px;
  }
}

@media only screen and (min-width: 1707px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container {
    margin-bottom: -100px;
  }
}

@media only screen and (min-width: 2250px) and (max-height: 1200px) and (orientation: landscape) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container {
    margin-bottom: -145px;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container {
    margin-bottom: -155px;
  }
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container #blue-wave-svg {
  width: 115px;
  z-index: 1;
}

@media only screen and (min-width: 667px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container #blue-wave-svg {
    width: 135px;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts .hands-phone-container .blue-wave-container #blue-wave-svg {
    width: 150px;
  }
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts img.hands-phone-mobile {
  display: block;
  padding: 0;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts img.hands-phone-mobile {
    display: none;
  }
}

#profile-inoven-camera .inner-wrapper .hands-phone-hearts img.hands-phone {
  display: none;
  margin: 0;
  padding: 0;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper .hands-phone-hearts img.hands-phone {
    display: block;
    z-index: 4;
  }
}

#profile-inoven-camera .inner-wrapper .smarthq-logo {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}

@media only screen and (min-width: 768px) {
  #profile-inoven-camera .inner-wrapper .smarthq-logo {
    bottom: 1rem;
    width: 175px;
  }
}

@media only screen and (min-width: 824px) {
  #profile-inoven-camera .inner-wrapper .smarthq-logo {
    bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-inoven-camera .inner-wrapper .smarthq-logo {
    bottom: 2rem;
    width: 225px;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-inoven-camera .inner-wrapper .smarthq-logo {
    bottom: 2.5rem;
    width: 250px;
  }
}

@media only screen and (min-width: 1700px) {
  #profile-inoven-camera .inner-wrapper .smarthq-logo {
    bottom: 3rem;
    width: 275px;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-inoven-camera .inner-wrapper .smarthq-logo {
    bottom: 3.2rem;
    width: 300px;
  }
}

/*===========================
   AIR FRY CHICKEN
=============================*/
#profile-airfry-mode {
  position: relative;
  background-color: #393a37;
  overflow: hidden;
}

#profile-airfry-mode .banner-image {
  position: relative;
}

#profile-airfry-mode .banner-image .airfry-bg-mobile {
  display: block;
}

@media only screen and (min-width: 667px) {
  #profile-airfry-mode .banner-image .airfry-bg-mobile {
    display: none;
  }
}

#profile-airfry-mode .banner-image .airfry-bg {
  display: none;
}

@media only screen and (min-width: 667px) {
  #profile-airfry-mode .banner-image .airfry-bg {
    display: block;
  }
}

#profile-airfry-mode .banner-image .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  margin: 0;
}

@media only screen and (min-width: 667px) {
  #profile-airfry-mode .banner-image .banner-text {
    width: 80%;
  }
}

#profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1112px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.top {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.top {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.top {
    font-size: 4rem;
  }
}

#profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1112px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.middle {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.middle {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.middle {
    font-size: 4rem;
  }
}

#profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1112px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.bottom {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.bottom {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-airfry-mode .banner-image .banner-text .inner-rel-wrapper p.bottom {
    font-size: 4rem;
  }
}

#profile-airfry-mode .max-width-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
  padding-top: 1em;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid {
    text-align: right;
    margin-right: 1rem;
    width: auto;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid.fancybox-content {
  padding: 0;
}

@media only screen and (min-width: 667px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid.fancybox-content {
    padding: initial;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid .play-icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
  width: 100px;
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid .play-icon:hover {
  opacity: .8;
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid img.touch-ctrl-panel-mobile {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid img.touch-ctrl-panel-mobile {
    display: none;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid img.touch-ctrl-panel {
  display: none;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid img.touch-ctrl-panel {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 824px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid img.touch-ctrl-panel {
    width: 300px;
  }
}

@media only screen and (min-width: 960px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .control-panel-vid img.touch-ctrl-panel {
    width: 400px;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text {
  text-align: center;
  margin-left: 2rem;
  padding: 1rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text {
    text-align: left;
    width: 60%;
  }
}

@media only screen and (min-width: 960px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text {
    width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text {
    width: 55%;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text h3 {
  color: #f4f3ef;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1.2;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text h3 {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 824px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text h3 {
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 960px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text h3 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text h3 {
    font-size: 4.5rem;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text p {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text p {
    font-size: 1.2rem;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text a.airfry-links {
  display: block;
  color: #f4f3ef;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text a.airfry-links {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1980px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text a.airfry-links {
    font-size: 1.1rem;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col {
  text-align: center;
  width: 48%;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col {
    width: 25%;
    margin-bottom: 2rem;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col img {
  width: 100px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col img {
    width: 80px;
  }
}

#profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col a {
  display: block;
  color: #f4f3ef;
  font-size: .9rem;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col a {
    font-size: .8rem;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 2200px) {
  #profile-airfry-mode .max-width-wrapper .airfry-details-wrapper .airfry-details-text .hotair-oven-lineup .flex-col a p {
    font-size: 1rem;
  }
}

#profile-airfry-mode .gradient-divider {
  background-image: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background-image: linear-gradient(to left, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  height: 4px;
  width: 100%;
}

.recipe-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #393a37;
  padding: 2rem 2rem 3rem;
  text-align: center;
  display: none;
}

.recipe-card.fancybox-content {
  padding: 2rem 0 3rem;
}

@media only screen and (min-width: 667px) {
  .recipe-card.fancybox-content {
    padding: 2rem 2rem 3rem;
  }
}

.recipe-card .recipe-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.recipe-card .recipe-image h2 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  color: #f4f3ef;
  margin: 1rem 0;
}

@media only screen and (min-width: 667px) {
  .recipe-card .recipe-image h2 {
    font-size: 1.7rem;
  }
}

.recipe-card .recipe-image img {
  width: 100%;
}

@media only screen and (min-width: 2200px) {
  .recipe-card .recipe-image img {
    width: 100%;
  }
}

.recipe-card .recipe-image .yield-time-item-btn-recipe {
  width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
}

.recipe-card .recipe-image .yield-time-item-btn-recipe a.button-opaque {
  display: block;
}

.recipe-card p {
  font-family: "nudista-web", arial, sans-serif;
}

/*===========================
   PRECISION COOKING
=============================*/
#precision-cooking-wrapper {
  position: relative;
  background-color: #393a37;
  padding: 3rem 0 4rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper {
    padding: 3rem 2rem 4rem;
  }
}

#precision-cooking-wrapper .max-width-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content {
  text-align: center;
  width: 60%;
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content {
    text-align: left;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content h2 {
  color: #f4f3ef;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: .75rem;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content h2 {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 824px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content h2 {
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 960px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content h2 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1112px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content h2 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content h2 {
    font-size: 4.5rem;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content p {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1980px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content p {
    font-size: 1.2rem;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .button-opaque {
  display: block;
  font-size: .7rem;
  width: 80%;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .button-opaque {
    font-size: .8rem;
    margin: 0 0 3rem;
  }
}

@media only screen and (min-width: 960px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .button-opaque {
    font-size: 1rem;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .precision-slider-wrapper-667up {
  display: none;
}

@media only screen and (min-width: 667px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .precision-slider-wrapper-667up {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .precision-slider-wrapper-667up {
    width: 90%;
    margin: 0;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .precision-slider-wrapper-667up .slider.precision-cooking {
  visibility: hidden;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-text-content .precision-slider-wrapper-667up .slider.precision-cooking {
    margin: 0;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-open-oven-wrapper {
  width: 30%;
}

@media only screen and (min-width: 600px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-open-oven-wrapper {
    width: 33%;
  }
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-open-oven-wrapper img {
  width: 90%;
  margin: 0 auto;
}

#precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-slider-wrapper-mobile {
  display: block;
  width: 88%;
  margin: 2rem auto 0;
}

@media only screen and (min-width: 667px) {
  #precision-cooking-wrapper .max-width-wrapper .precision-flex-wrapper .precision-slider-wrapper-mobile {
    display: none;
  }
}

/*===========================
   SMARTHQ
=============================*/
#profile-smarthq {
  position: relative;
  background-color: #f4f3ef;
  margin-bottom: 0;
  overflow: hidden;
}

#profile-smarthq .subtitle-section-white-bgd {
  background-color: #f4f3ef;
  padding: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}

#profile-smarthq .subtitle-section-white-bgd h3 {
  margin-bottom: .5rem;
}

#profile-smarthq .subtitle-section-white-bgd img {
  width: 300px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .subtitle-section-white-bgd img {
    width: 400px;
  }
}

#profile-smarthq .subtitle-section-white-bgd p {
  font-family: "nudista-web", arial, sans-serif;
  color: #393a37;
  margin-top: 0;
}

#profile-smarthq .content-container {
  position: relative;
  background-image: url("https://www.geappliances.com/content/profile/images/dark-tile-bgd-opt.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin-bottom: 0;
}

@media only screen and (min-width: 414px) {
  #profile-smarthq .content-container {
    height: 415px;
  }
}

@media only screen and (min-width: 578px) {
  #profile-smarthq .content-container {
    height: 455px;
  }
}

@media only screen and (min-width: 667px) {
  #profile-smarthq .content-container {
    height: 475px;
  }
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container {
    height: 400px;
  }
}

@media only screen and (min-width: 960px) {
  #profile-smarthq .content-container {
    height: 400px;
  }
}

@media only screen and (min-width: 1211px) {
  #profile-smarthq .content-container {
    height: 500px;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container {
    height: 850px;
  }
}

#profile-smarthq .content-container .inner-wrapper {
  position: absolute;
  top: -13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper {
    top: -8%;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone {
  margin-top: -15%;
  margin-right: 2rem;
  text-align: right;
  width: 40%;
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone {
    margin-top: -10%;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone {
    margin-top: -17%;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone img {
  width: 75%;
}

@media only screen and (min-width: 414px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone img {
    width: 60%;
  }
}

@media only screen and (min-width: 667px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone img {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone img {
    width: 35%;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.smarthq-app-on-phone img {
    width: 60%;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.jade-kitchen-img-wrapper {
  width: 100%;
  text-align: center;
}

#profile-smarthq .content-container .inner-wrapper .flex-col.jade-kitchen-img-wrapper img {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.jade-kitchen-img-wrapper {
    width: 80%;
  }
}

@media only screen and (min-width: 824px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.jade-kitchen-img-wrapper {
    width: 70%;
  }
}

@media only screen and (min-width: 960px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.jade-kitchen-img-wrapper {
    width: 65%;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.jade-kitchen-img-wrapper {
    width: 100%;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.text-container {
  color: #f4f3ef;
  width: 40%;
  margin: 1rem 0;
  padding-right: 3rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container {
    margin: 3rem 0;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.text-container h4 {
  color: #f4f3ef;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  text-transform: none;
}

@media only screen and (min-width: 600px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container h4 {
    font-size: 2rem;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.text-container p {
  font-family: "nudista-web", arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container p {
    max-width: 80%;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container p {
    font-size: 1.2rem;
    max-width: 95%;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.text-container .app-badges-medium-up {
  display: none;
}

#profile-smarthq .content-container .inner-wrapper .flex-col.text-container .app-badges-medium-up img {
  display: inline-block;
  width: 150px;
  margin: 1rem 1rem 0 0;
}

@media only screen and (min-width: 1920px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container .app-badges-medium-up img {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.text-container .app-badges-medium-up {
    display: block;
  }
}

#profile-smarthq .content-container .inner-wrapper .flex-col.flex-spacer {
  display: none;
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .inner-wrapper .flex-col.flex-spacer {
    display: block;
    width: 5%;
  }
}

#profile-smarthq .content-container .app-badges-mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #profile-smarthq .content-container .app-badges-mobile {
    display: none;
  }
}

#profile-smarthq .content-container .app-badges-mobile .mobile-badge-img-wrapper {
  margin: 0 1rem;
  width: 150px;
}

#profile-smarthq .content-container .app-badges-mobile .mobile-badge-img-wrapper img {
  width: 100%;
}

#profile-smarthq .gradient-divider {
  background-image: -webkit-gradient(linear, right top, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background-image: linear-gradient(to left, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  height: 4px;
  width: 100%;
}

/*===========================
   tHIS IS GE PROFILE
=============================*/
#this-is-ge-profile-container {
  position: relative;
  overflow: hidden;
}

#this-is-ge-profile-container .upper-content {
  position: relative;
}

#this-is-ge-profile-container .upper-content .power-kitchen-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .upper-content .power-kitchen-mobile {
    display: none;
  }
}

#this-is-ge-profile-container .upper-content .power-kitchen-medium-up {
  display: none;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .upper-content .power-kitchen-medium-up {
    display: block;
  }
}

#this-is-ge-profile-container .upper-content .subtitle-content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

#this-is-ge-profile-container .upper-content .subtitle-content-container h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a4a4a4;
  font-size: 1.8rem;
  margin: 0;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .upper-content .subtitle-content-container h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  #this-is-ge-profile-container .upper-content .subtitle-content-container h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  #this-is-ge-profile-container .upper-content .subtitle-content-container h3 {
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 2500px) and (max-height: 1500px) and (orientation: landscape) {
  #this-is-ge-profile-container .upper-content .subtitle-content-container h3 {
    font-size: 4rem;
  }
}

#this-is-ge-profile-container .upper-content .subtitle-content-container h3 span {
  color: #f4f3ef;
}

#this-is-ge-profile-container .lower-content-wrapper {
  background-color: #393a37;
  padding: 1rem 0;
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col {
  padding: 1rem;
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title {
  color: #f4f3ef;
  text-align: right;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title {
    width: 45%;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper {
  text-align: left;
  float: right;
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper h3 {
  color: #f4f3ef;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-transform: none;
}

@media only screen and (min-width: 414px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper h3 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper h3 {
    font-size: 2.4rem;
    margin: 0;
  }
}

@media only screen and (min-width: 1920px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper h3 {
    font-size: 3rem;
    margin: 0;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper h3 br {
  display: none;
}

@media only screen and (min-width: 769px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title .text-left-in-right-wrapper h3 br {
    display: block;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title a.show-small {
  display: inline-block;
  font-size: .8rem;
  padding: .75rem 1rem;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.title a.show-small {
    display: none;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content {
  color: #f4f3ef;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content {
    width: 55%;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content p {
  font-family: "nudista-web", arial, sans-serif;
  color: #f4f3ef;
  margin: 0 0 1.5rem 0;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content p {
    margin: 0 0 1rem 1rem;
    max-width: 450px;
  }
}

@media only screen and (min-width: 1920px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content p {
    margin: 0 0 1rem 1rem;
    max-width: 550px;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content a.button-opaque {
  display: none;
}

@media only screen and (min-width: 768px) {
  #this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content a.button-opaque {
    display: inline-block;
    font-size: .9rem;
    margin: 0 1rem 1rem 1rem;
  }
}

#this-is-ge-profile-container .lower-content-wrapper .lower-content .flex-col.content img {
  display: inline-block;
  width: 150px;
  margin-bottom: 0;
}

/*===========================
   COLLAGE
=============================*/
#profile-collage {
  position: relative;
  background-color: #f4f3ef;
  overflow: hidden;
}

#profile-collage .max-width-wrapper {
  max-width: 1667px;
  margin: 0 auto;
  padding: .5rem;
}

@media only screen and (min-width: 768px) {
  #profile-collage .max-width-wrapper {
    padding: 2rem;
  }
}

@media only screen and (min-width: 960px) {
  #profile-collage .max-width-wrapper {
    padding: 2rem 4rem;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #profile-collage .max-width-wrapper .inner-wrapper {
    width: 95%;
  }
}

@media only screen and (min-width: 1112px) {
  #profile-collage .max-width-wrapper .inner-wrapper {
    width: 90%;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col {
  padding: .5rem;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col img {
  margin: 0;
  padding: 0;
  display: block;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-50 {
  width: 50%;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-50 .card-img-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-50 .card-img-mobile {
    display: none;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-50 .card-img-tablet-up {
  display: none;
}

@media only screen and (min-width: 768px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-50 .card-img-tablet-up {
    display: block;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-100 .card-img-mobile {
  display: block;
}

@media only screen and (min-width: 960px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-100 .card-img-mobile {
    display: none;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-100 .card-img-tablet-up {
  display: none;
}

@media only screen and (min-width: 960px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col.card-100 .card-img-tablet-up {
    display: block;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text {
  position: relative;
  background-color: #393a37;
  padding: .5rem;
  color: #f4f3ef;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text {
    padding: 2rem;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text p {
  color: #f4f3ef;
  font-family: "nudista-web", arial, sans-serif;
  font-size: .8rem;
}

@media only screen and (min-width: 768px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text p {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 1920px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text p {
    font-size: 1.35rem;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text p a {
  color: #f4f3ef;
  font-family: "nudista-web", arial, sans-serif;
  font-size: .9rem;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

@media only screen and (min-width: 1920px) {
  #profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text p a {
    font-size: 1.2rem;
  }
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-bottom {
  text-align: right;
  margin-top: 1rem;
  padding-right: 1rem;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-bottom .vertical-gradient-border {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(to top, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  width: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-top {
  text-align: left;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-top .vertical-gradient-border {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(to top, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-right {
  text-align: left;
  margin-left: 1rem;
  padding-left: 1rem;
  padding-right: 2.1rem;
  height: 100%;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-right .vertical-gradient-border {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(to top, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-left {
  text-align: right;
  padding-top: 1rem;
  padding-right: 1rem;
}

#profile-collage .max-width-wrapper .inner-wrapper .flex-col .collage-card-text.card-left .vertical-gradient-border {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#a11f7f), color-stop(50%, #db3eb1), to(#0056b4));
  background: linear-gradient(to top, #a11f7f 0%, #db3eb1 50%, #0056b4 100%);
  width: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/*===========================
   VIDEO
=============================*/
.video-loop video {
  width: 100%;
}

/* ********************* */
/* YOUTUBE VIDEOS   	 */
/* ********************* */
.youtube-video-responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
}

.youtube-video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===========================
   SHOGUN INSERTED SECTION
=============================*/
#main .white-profile-link {
    text-decoration: underline;
    color: #ffffff;
    text-underline-offset: 0.1em;
}

/*===========================
   SLICK SLIDER
=============================*/
.slick-prev, .slick-next {
  background: transparent;
  border-width: 0;
  text-align: center;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0px;
  z-index: 2;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: .8;
}

.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 8px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '\f111';
  /* fa-circle */
  text-align: center;
  color: rgba(196, 196, 196, 0.25);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #f4f3ef;
}

/* having to override BC/shogun theme slick slider styles  */
.slick-next::before {
  background-image: none;
}

.slick-prev::before {
  background-image: none;
}

.slick-next:hover::before {
  background-image: none;
}

.slick-prev:hover::before {
  background-image: none;
}

.slick-next, .slick-prev {
  border: none;
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:active,
.slick-prev:active,
.slick-next:focus,
.slick-prev:focus {
  border: none;
  background: none;
  background-image: none;
}

.slick-dots li button:hover::before, .slick-dots li.slick-active button::before {
  background: none;
}
/*# sourceMappingURL=profile-styles.css.map */