#mbair {
  position: relative;
  z-index: 2;
}

#macbook-wrapper {
  background: -o-radial-gradient(circle, rgba(254, 253, 254, 1) 50%, rgba(227, 235, 246, 1) 100%);
  background: radial-gradient(circle, rgba(254, 253, 254, 1) 50%, rgba(227, 235, 246, 1) 100%);
  border-radius: 8px;
  margin: 0 0 2rem 0;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

.mac-header {
  padding: 0 2rem;
  text-align: center;
}

.mac-header h2 {
  text-align: center;
  margin: 2rem 0 0 0;
  color: #003da5;
  font-family: "HelveticaNeueLTW01-65", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
}

.mac-header p {
  text-align: center;
  margin: 1rem auto 0 auto;
  max-width: 28rem;
  text-wrap: pretty;
}

#macbook-container {
  width: calc(100% + 2rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}

.macbook-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;

}

.macbook-column.mac {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.macbook-column.cta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  min-height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.macbook-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  z-index: 2;
}

.isActive.macbook-cta {
  z-index: 3;
}

.macbook-cta-icon {
  position: relative;
  height: 4rem;
  width: 4rem;
  background: #fff;
  border-radius: 100%;
  margin: auto;
  border: 2px solid #003da5;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  overflow: visible;
  min-width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isPopup .macbook-cta-icon {
  -webkit-animation: none;
  animation: none;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.25;
}

.isPopup .isActive .macbook-cta-icon {
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 61, 165, 0.3);
    box-shadow: 0 0 0 0px rgba(0, 61, 165, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 61, 165, 0);
    box-shadow: 0 0 0 20px rgba(0, 61, 165, 0);
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 61, 165, 0.3);
    box-shadow: 0 0 0 0px rgba(0, 61, 165, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 61, 165, 0);
    box-shadow: 0 0 0 20px rgba(0, 61, 165, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 61, 165, 0.3);
    box-shadow: 0 0 0 0px rgba(0, 61, 165, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 61, 165, 0);
    box-shadow: 0 0 0 20px rgba(0, 61, 165, 0);
  }
}

@media screen and (max-width: 639px) {
  .macbook-cta-icon {
    height: 3rem;
    width: 3rem;
  }

  .macbook-column.mac {
    padding: 1rem 0.5rem;
  }
}

@media screen and (max-width: 479px) {
  .macbook-cta-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.macbook-cta-icon .macbook-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #fff;
  border-radius: 100%;
  z-index: 5;
}

.macbook-cta-icon.laptop .macbook-icon {
  background-image: url(../content/25/mac/Icon_Communication_Alarm_Alert_RGB_Blue.png);
}

.macbook-cta-icon.calendar .macbook-icon {
  background-image: url(../content/25/mac/Icon_Technology_Laptop_RGB_Blue.png);
  background-size: 65%;
}

.macbook-cta-icon.help .macbook-icon {
  background-image: url(../content/25/mac/Icon_Communication_Lightbulb_Idea_RGB_Blue.png);
  background-size: 75%;
}

.macbook-cta-icon.user .macbook-icon {
  background-image: url(../content/25/mac/Icon_Communication_Video_Conference_RGB_Blue.png);
  background-size: 65%;
}

.macbook-cta-icon.laptopready .macbook-icon {
  background-image: url(../content/25/mac/bag_blue.png);
  background-size: 65%;
}

.macbook-cta-icon.bag .macbook-icon {
  background-image: url(../content/25/mac/question.png);
  background-size: 75%;
}

.macbook-cta-icon .macbook-icon-deco {
  position: absolute;
  top: 50%;
  height: 2rem;
  width: 125%;
  z-index: 4;
  pointer-events: none;
  display: block;
  opacity: 0.5;
}

.macbook-cta-icon.top_left .macbook-icon-deco {
  left: 100%;
  -webkit-transform: translate(0, calc(-50% + 1rem)) skew(25deg, 0deg);
  -ms-transform: translate(0, calc(-50% + 1rem)) skew(25deg, 0deg);
  transform: translate(0, calc(-50% + 1rem)) skew(25deg, 0deg);
  border-top: 2px dashed #003da5;
  border-right: 2px dashed #003da5;
}

.macbook-cta-icon.center_left .macbook-icon-deco {
  left: 100%;
  transform: translate(0, calc(-50% + 1rem));
  -webkit-transform: translate(0, calc(-50% + 1rem));
  -moz-transform: translate(0, calc(-50% + 1rem));
  -ms-transform: translate(0, calc(-50% + 1rem));
  -o-transform: translate(0, calc(-50% + 1rem));
  border-top: 2px dashed #003da5;
}

.macbook-cta-icon.bottom_left .macbook-icon-deco {
  left: 100%;
  -webkit-transform: translate(0, calc(-50% - 1rem)) skew(-25deg, 0deg);
  -ms-transform: translate(0, calc(-50% - 1rem)) skew(-25deg, 0deg);
  transform: translate(0, calc(-50% - 1rem)) skew(-25deg, 0deg);
  border-right: 2px dashed #003da5;
  border-bottom: 2px dashed #003da5;
}

.macbook-cta-icon.top_right .macbook-icon-deco {
  left: -100%;
  border-top: 2px dashed #003da5;
  border-left: 2px dashed #003da5;
  -webkit-transform: skew(0deg, -15deg);
  -ms-transform: skew(0deg, -15deg);
  transform: skew(0deg, -15deg);
  -webkit-transform: translate(0, calc(-50% + 1rem)) skew(-25deg, 0deg);
  -ms-transform: translate(0, calc(-50% + 1rem)) skew(-25deg, 0deg);
  transform: translate(0, calc(-50% + 1rem)) skew(-25deg, 0deg);
}

.macbook-cta-icon.center_right .macbook-icon-deco {
  left: -100%;
  transform: translate(0, calc(-50% + 1rem));
  -webkit-transform: translate(0, calc(-50% + 1rem));
  -moz-transform: translate(0, calc(-50% + 1rem));
  -ms-transform: translate(0, calc(-50% + 1rem));
  -o-transform: translate(0, calc(-50% + 1rem));
  border-top: 2px dashed #003da5;
}

.macbook-cta-icon.bottom_right .macbook-icon-deco {
  left: -100%;
  -webkit-transform: translate(0, calc(-50% - 1rem)) skew(25deg, 0deg);
  -ms-transform: translate(0, calc(-50% - 1rem)) skew(25deg, 0deg);
  transform: translate(0, calc(-50% - 1rem)) skew(25deg, 0deg);
  border-left: 2px dashed #003da5;
  border-bottom: 2px dashed #003da5;
}

.macbook-cta-icon .macbook-icon-deco::after {
  content: '';
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  background: #003da5;
  border-radius: 100%;
  display: block;
  -webkit-transform: translate(0.25rem, 0.25rem) skew(-25deg);
  -ms-transform: translate(0.25rem, 0.25rem) skew(-25deg);
  transform: translate(0.25rem, 0.25rem) skew(-25deg);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
}

.macbook-cta-icon.top_left .macbook-icon-deco::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0.25rem, 0.25rem) skew(-25deg);
  -ms-transform: translate(0.25rem, 0.25rem) skew(-25deg);
  transform: translate(0.25rem, 0.25rem) skew(-25deg);
}

.macbook-cta-icon.center_left .macbook-icon-deco::after {
  right: 0;
  top: 0;
  -webkit-transform: translate(0.25rem, -0.25rem);
  -ms-transform: translate(0.25rem, -0.25rem);
  transform: translate(0.25rem, -0.25rem);
}

.macbook-cta-icon.bottom_left .macbook-icon-deco::after {
  right: 0;
  top: 0;
  -webkit-transform: translate(0.25rem, -0.25rem) skew(25deg);
  -ms-transform: translate(0.25rem, -0.25rem) skew(25deg);
  transform: translate(0.25rem, -0.25rem) skew(25deg);
}

.macbook-cta-icon.top_right .macbook-icon-deco::after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-0.25rem, 0.25rem) skew(25deg);
  -ms-transform: translate(-0.25rem, 0.25rem) skew(25deg);
  transform: translate(-0.25rem, 0.25rem) skew(25deg);
}

.macbook-cta-icon.center_right .macbook-icon-deco::after {
  left: 0;
  top: 0;
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
}

.macbook-cta-icon.bottom_right .macbook-icon-deco::after {
  left: 0;
  top: 0;
  -webkit-transform: translate(-0.25rem, -0.25rem) skew(-25deg);
  -ms-transform: translate(-0.25rem, -0.25rem) skew(-25deg);
  transform: translate(-0.25rem, -0.25rem) skew(-25deg);
}

.macbook-cta-icon.top_left,
.macbook-cta-icon.top_right {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.macbook-cta-icon.bottom_left,
.macbook-cta-icon.bottom_right {
  margin-top: 2rem;
  margin-bottom: -2rem;
}

.macbook-cta-popup {
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  width: calc(460px);
  top: 50%;
  background: #fff;
  z-index: 9;
  padding: 1.5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 61, 165, 0.75), 0 0 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 10px rgba(0, 61, 165, 0.75), 0 0 20px 10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.left .macbook-cta-popup {
  left: 100%;
  -webkit-transform: translate(1rem, -50%) scale(0);
  -ms-transform: translate(1rem, -50%) scale(0);
  transform: translate(1rem, -50%) scale(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.right .macbook-cta-popup {
  right: 100%;
  -webkit-transform: translate(-1rem, -50%) scale(0);
  -ms-transform: translate(-1rem, -50%) scale(0);
  transform: translate(-1rem, -50%) scale(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.left .isActive .macbook-cta-popup {
  -webkit-transform: translate(1rem, -50%) scale(1);
  -ms-transform: translate(1rem, -50%) scale(1);
  transform: translate(1rem, -50%) scale(1);
}

.right .isActive .macbook-cta-popup {
  -webkit-transform: translate(-1rem, -50%) scale(1);
  -ms-transform: translate(-1rem, -50%) scale(1);
  transform: translate(-1rem, -50%) scale(1);
}

.macbook-cta h4 {
  margin: 0 0 0.5rem 0;
  color: #003da5;
  font-family: "HelveticaNeueLTW01-65", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
  line-height: 1;
  font-size: 1.25rem;
}

.macbook-cta ul {
  margin: 0.5rem 0 0 0;
  padding: 0 0 0 1.25rem;
}

.macbook-cta ul.columncount {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.macbook-cta li {
  margin: 0.25rem 0;
}

.macbook-cta p {
  margin: 0.5rem 0 0 0;
}

#macbook {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 63.3333% 0;
}

/* Container to simulate the lid */
.macbook-lid {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(315deg, #e1e4e6 0%, #b2b7bb 50%, #899095 100%);
  background: linear-gradient(135deg, #e1e4e6 0%, #b2b7bb 50%, #899095 100%);
  border-radius: 16px;
  -webkit-box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), 0 20px 30px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), 0 20px 30px rgba(0, 0, 0, 0.25);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E7E8EA;
  background: -o-linear-gradient(top, rgba(231, 232, 234, 1) 0%, rgba(161, 162, 164, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 232, 234, 1)), to(rgba(161, 162, 164, 1)));
  background: linear-gradient(180deg, rgba(231, 232, 234, 1) 0%, rgba(161, 162, 164, 1) 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/* The Apple Logo */
.apple-logo {
  position: relative;
  width: 8.33%;
  height: 15.8%;
  background-image: url(../content/25/mac/apple-icon.png);
  background-position: center;
  background-size: contain;
  opacity: 0.65;
  background-repeat: no-repeat;
}

/* Add subtle reflection/lighting to the lid */
.macbook-lid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-box-shadow: inset 0 0 0px 1px rgba(100, 100, 100, 0.1);
  box-shadow: inset 0 0 0px 1px rgba(100, 100, 100, 0.1);
}

.macbook-lid::after {
  content: '';
  width: 105%;
  height: 1rem;
  position: absolute;
  bottom: -0.5rem;
  left: -2.5%;
  background: #000;
  -webkit-filter: blur(0.5rem);
  filter: blur(0.5rem);
  z-index: -1;
  opacity: 0.5;
  border-radius: 50%;
}

.isActive .macbook-cta-popup {
  visibility: visible;
  opacity: 1;
}


.macbook-cta-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #003da5;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.macbook-cta-popup-close:hover {
  background-color: #003da5;
  color: #fff;
}

.macbook-cta-popup-close::before {
  font-family: 'icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2c0";
}

#macbook-stickers {
  padding: 1rem;
  background: #e3ebf6;
  margin: 0 0 1rem 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#macbook-stickers-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 3rem 2rem 0 0;
  text-align: center;
  background-image: url(../content/25/mac/touch-blue.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 1rem) 0;
  background-size: 3rem;
  position: relative;
}

#macbook-stickers-info:after {
  content: '';
  background-image: url(../content/25/mac/arrow.png);
  width: 2rem;
  display: block;
  background-position: center;
  background-size: contain;
  height: 2rem;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.5rem;
  top: 40%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#macbook-stickers-info h5 {
  color: #003da5;
  font-size: 1rem;
  font-family: "HelveticaNeueLTW01-65", Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
  margin: 0;
}

#macbook-stickers-info p {
  margin: 0.5rem 0 0 0;
}

#macbook-stickers-dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#macbook-stickers .sticker {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  min-width: 80px;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticker-content {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border: 1px dashed #003da5;
}

#macbook-footer {
  background: #003da5;
  color: #fff;
  padding: 1rem;
  border-radius: 0 0 8px 8px;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#macbook-footer p {
  min-width: 20rem;
  padding: 0 2rem 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

p.mfa,
p.selfservice {
  padding-left: 3.5rem;
  background-position: 0 0;
  background-size: 3rem;
  background-repeat: no-repeat;
  margin-top: 1rem;
}

#macbook-reset {
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-image: url(../content/25/mac/restart-icon-white.png);
  background-size: 1rem;
  background-position: 1rem 50%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.825rem;
  border-radius: 2rem;
  border: 2px solid #fff;
  white-space: nowrap;
  margin: 0 0 0 auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#macbook-reset:hover {
  background-color: #fff;
  color: #003da5;
  background-image: url(../content/25/mac/restart-icon-blue.png);
}

@media screen and (max-width:979px) {
  #macbook-wrapper {
    width: calc(100% + 4rem);
    margin: -2rem -2rem 2rem -2rem;
    border-radius: 0;
    padding: 1rem 1rem 0 1rem;
  }

  #macbook-footer {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

@media screen and (max-width:639px) {
  .macbook-cta-popup {
    width: calc(360px);
    padding: 1rem;
  }
}

@media screen and (max-width:479px) {
  .macbook-column {
    padding: 0;
  }

  .macbook-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .macbook-cta-icon.top_left,
  .macbook-cta-icon.top_right {
    margin: 0;
  }

  .macbook-cta-icon.bottom_left,
  .macbook-cta-icon.bottom_right {
    margin: 0;
  }

  #macbook-wrapper {
    width: calc(100% + 2rem);
    margin: -2rem -1rem 2rem -1rem;
    border-radius: 0;
    padding: 1rem 1rem 0 1rem;
  }

  .macbook-cta-popup {
    width: calc(280px);
  }

  #macbook-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
  }

  .macbook-column.cta.left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .macbook-column.cta.right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .macbook-column.mac {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;

  }

  .macbook-column.cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .macbook-cta-icon .macbook-icon-deco,
  .macbook-cta-icon.top_left .macbook-icon-deco,
  .macbook-cta-icon.center_left .macbook-icon-deco,
  .macbook-cta-icon.bottom_left .macbook-icon-deco,
  .macbook-cta-icon.top_right .macbook-icon-deco,
  .macbook-cta-icon.center_right .macbook-icon-deco,
  .macbook-cta-icon.bottom_right .macbook-icon-deco {
    position: absolute;
    top: 100%;
    height: 4rem;
    width: 1px;
    z-index: 4;
    pointer-events: none;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0) skew(0deg);
    -ms-transform: translate(-50%, 0) skew(0deg);
    transform: translate(-50%, 0) skew(0deg);
    border-left: 2px dashed #003da5;
    border-bottom: 2px dashed #003da5;
    border-right: none;
    border-top: none;
  }

  .macbook-cta-icon.top_left .macbook-icon-deco::after,
  .macbook-cta-icon.center_left .macbook-icon-deco::after,
  .macbook-cta-icon.bottom_left .macbook-icon-deco::after,
  .macbook-cta-icon.top_right .macbook-icon-deco::after,
  .macbook-cta-icon.center_right .macbook-icon-deco::after,
  .macbook-cta-icon.bottom_right .macbook-icon-deco::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(calc(-50% - 1px), 0.25rem) skew(0);
    -ms-transform: translate(calc(-50% - 1px), 0.25rem) skew(0);
    transform: translate(calc(-50% - 1px), 0.25rem) skew(0);
  }

  .left .macbook-cta-popup,
  .right .macbook-cta-popup,
  .macbook-cta-popup {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(calc(-50% + 0.5rem), -50%) scale(0);
    -ms-transform: translate(calc(-50% + 0.5rem), -50%) scale(0);
    transform: translate(calc(-50% + 0.5rem), -50%) scale(0);

    width: calc(100vw - 2rem);
    position: fixed;
  }

  .left .isActive .macbook-cta-popup,
  .right .isActive .macbook-cta-popup {
    -webkit-transform: translate(calc(-50% + 0.5rem), -50%) scale(1);
    -ms-transform: translate(calc(-50% + 0.5rem), -50%) scale(1);
    transform: translate(calc(-50% + 0.5rem), -50%) scale(1);
  }

  #macbook-stickers-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1rem 1rem 0 4rem;
    text-align: left;
    background-position: 0 50%;
  }

  #macbook-stickers-dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #macbook-stickers-info:after {
    top: 0%;
    right: -0.5rem;
    -webkit-transform: rotate(80deg) scaleX(-1);
    -ms-transform: rotate(80deg) scaleX(-1);
    transform: rotate(80deg) scaleX(-1);
  }
}

@media screen and (max-width:359px) {
  .macbook-cta-popup {
    width: calc(220px);
    font-size: 0.925rem;
  }
}

.macbook-handwritten {
  position: absolute;
  top: 75%;
  left: 50%;
  color: #003da5;
  font-weight: bolder;
  font-size: clamp(1.25rem, (2.5vw + 1rem), 2rem);
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
  white-space: nowrap;
}

.handwritten {
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.handwritten:after {
  content: '';
  background-image: url(../content/25/mac/arrow.png);
  width: 2rem;
  display: block;
  background-position: center;
  background-size: contain;
  height: 2rem;
  background-repeat: no-repeat;
  position: absolute;
  right: -1rem;
  bottom: -10%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(55deg);
}