body {
  outline: none;
  background-color: #0d0d0d;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
}

@font-face {
  font-family: Madera;
  src: url("../fonts/MaderaRegular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Madera;
  src: url("../fonts/MaderaMedium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: Madera;
  src: url("../fonts/MaderaBold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: Madera;
  src: url("../fonts/MaderaExtraBold.ttf");
  font-weight: 800;
}

.opening-section {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 914px;
  padding: 0 20px;
  background: #0D0D0D;
}

.opening-section * {
  box-sizing: border-box;
}

.opening-section img,
.opening-section svg {
  max-width: unset !important;
}

.opening-section .first-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opening-section .first-layer img {
  mix-blend-mode: normal;
  height: 112%;
  min-height: 122%;
  position: absolute;
}

.opening-section .intro-text-container {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 119px;
}

.opening-section .intro-text-container .opening-sims-logo {
  display: flex;
  width: 390px;
  width: 390px;
  height: auto;
  margin: 0 auto;
}

.opening-section .intro-text-container h1.title {
  max-width: 665px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 64px !important;
  line-height: 114%;
  color: #fff;
  margin: 43px auto 22px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
}

.opening-section .intro-text-container h1.title.mob {
  display: none;
}

.opening-section .intro-text-container h1.title span {
  color: #F16436;
  display: inline-flex;
  font-weight: 800 !important;
  font-size: 64px !important;
  line-height: 114% !important;
  text-transform: capitalize;
}

.opening-section .intro-text-container p.txt {
  font-family: Lato, sans-serif !important;
  font-size: 24px !important;
  line-height: 130% !important;
  color: #e5e5e5;
  max-width: 500px;
  margin: 0 auto 54px;
  font-weight: 400 !important;
  text-align: center;
}

.opening-section .intro-text-container p.txt.mob {
  display: none;
}

.opening-section .intro-text-container p.txt.desktop {
  display: block;
}

.opening-section .intro-text-container p.txt span {
  font-weight: 900 !important;
}

.opening-section .intro-text-content {
  margin: 0 auto;
  text-align: center;
}

.opening-section .dude-img {
  position: absolute;
  right: 96px;
  top: 0;
  height: 100%;
  transition: all .1s ease;
  display: flex;
  align-items: flex-end;
}

.opening-section .dude-img.desktop {
  display: flex;
}

.opening-section .dude-img.mob {
  display: none;
}

.opening-section .dude-img img {
  position: relative;
  z-index: 1;
}

@keyframes fadeInBottomToTopLong {
  0% {
    transform: translatey(40px);
    opacity: 0;
  }

  100% {
    transform: translatey(0px);
    opacity: 1;
  }
}

.opening-section .download-buttons {
  display: flex;
}

.opening-section .download-buttons div:not(:first-child) {
  position: relative;
  margin-left: 22px;
}

.opening-section .mac .download-btn svg {
  width: 32px;
}

@keyframes a {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

.hero-download-icon {
  display: flex;
  justify-content: center;
  margin: 141px auto 10px;
}

.hero-count-number {
  font-family: Lato, sans-serif !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 130%;
  text-align: center;
  color: #E5E5E5;
}

.hero-bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.hero-bottom .btn-grey-popup {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  width: 137px;
  margin: 14px auto;
  font-family: Lato, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  text-align: center;
  color: #E5E5E5;
  background: #4D4D4D;
  border-radius: 1px;
  z-index: -1;
  cursor: auto;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: .3s ease;
}

.hero-bottom .btn-grey-popup::before {
  content: '';
  display: flex;
  width: 12px;
  height: 12px;
  background: #4D4D4D;
  transform: rotate(137deg) translate(76%, 17px);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 11px;
}

.hero-bottom .hero-download-icon,
.hero-bottom .hero-count-number {
  cursor: pointer;
}

.hero-bottom .hero-download-icon:hover~.btn-grey-popup,
.hero-bottom .hero-count-number:hover~.btn-grey-popup {
  transition: .3s ease;
  transform: translateY(0px);
  opacity: 1;
}

.about-section * img {
  max-width: 100%;
  width: 100%;
}

.about-section h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5 {
  margin: 0;
  padding: 0;
}

.about-section .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1094px;
  padding: 34px 20px 51px;
  margin: 0 auto;
}

.about-section .col-item {
  width: 100%;
}

.about-section .col-item.img {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 57px;
}

.about-section .col-item.img .hero-video-wrapper {
  position: absolute;
  width: 100%;
  max-width: 314px;
  margin-top: 5px;
  overflow: hidden;
  top: 0;
}

.about-section .col-item.img .hero-video-wrapper video {
  max-width: 100%;
}

.about-section .col-item img {
  width: 100%;
  max-width: 324px;
}

.about-section h2.second-heading {
  margin: 0 auto;
  padding-top: 55px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  line-height: 125% !important;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.about-section p.main-text {
  max-width: 480px;
  margin: 29px auto 33px;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  color: #E5E5E5;
  text-align: center;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.bottom .mob-characters-bg {
  margin-top: 57px;
}

.bottom .mob-characters-bg img {
  display: flex;
  max-width: 100%;
}

.bottom .btn-container .btn-main {
  margin: 0 20px;
}

.bottom .text-small-mob {
  margin: 5px auto;
}

.bottom .first-layer {
  position: absolute;
  max-width: 1647px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.bottom .first-layer .character-left {
  position: absolute;
  width: 100%;
  max-width: 353px;
  bottom: 0;
  left: -9.3%;
}

.bottom .first-layer .character-right {
  position: absolute;
  width: 100%;
  max-width: 353px;
  bottom: 0;
  right: -17.3%;
}

.bottom .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1180px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 94px 20px 72px;
  text-align: center;
  z-index: 1;
}

.bottom p {
  margin: 19px 0 31px;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 140% !important;
  text-align: left;
  color: #fff;
  max-width: 660px;
}

.bottom h2.second-heading {
  max-width: 700px;
  margin: 0 auto 58px;
  text-transform: capitalize;
}

@keyframes fadeInBottomToTopLong {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInBottomToBottomHeart {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  20% {
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInBottomToBottom {
  0% {
    transform: translate(-50%, -10px);
    opacity: 0;
  }

  20% {
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  40% {
    transform: translate(-50%, -5px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
}

.footer-cf {
  position: relative;
  z-index: 1;
  background-color: #030303;
  padding: 22px 0 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 3px solid #f16436;
}

.footer-cf .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-cf p.txt {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  margin: 0 auto;
  line-height: 130%;
  text-align: center;
  color: #E5E5E5;
}

.cf.sims-1 * {
  box-sizing: border-box !important;
}

.download-buttons-mob {
  display: none;
}

.opening-section .download-btn,
.bottom .download-btn,
.modal.first .download-btn {
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  color: #fff !important;
  padding: 6px 34px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  line-height: 150%;
  justify-content: center;
  border-radius: 3px;
  width: unset;
  height: 62px;
  transition: .2s ease-in-out;
  background: #F16436;
  box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  font-weight: 500 !important;
}

.opening-section .download-btn:hover,
.bottom .download-btn:hover,
.modal.first .download-btn:hover {
  background-color: #ff784d;
}

.opening-section .download-btn svg,
.bottom .download-btn svg,
.modal.first .download-btn svg {
  pointer-events: none;
  margin-right: 10px;
  width: 24px;
  min-width: 24px;
}

.opening-section .download-btn .mobile,
.bottom .download-btn .mobile,
.modal.first .download-btn .mobile {
  display: none;
}

.opening-section .download-buttons,
.bottom .download-buttons {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

h2.title {
  font-weight: 800 !important;
  font-size: 30px !important;
  line-height: 130% !important;
  color: #E5E5E5;
  margin: 0;
}

h2.title span {
  color: #F16436;
}

.large-section {
  background: url("https://content.overwolf.com/go-landing-pages/CF-Sims/20230227/BG-lage-section.webp") no-repeat 50% 100%;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.text-small-mob {
  display: none;
}

h2.second-heading {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  line-height: 125% !important;
  color: #fff;
}

h2.second-heading span {
  color: #F16436;
}

/* The Modal (background) */
.modal.main {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  /* Modal Content */
}

.modal.main .modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

.modal.main .modal-content * {
  box-sizing: border-box;
}

.modal.main .line-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #F16436;
}

.modal.main .popup-container {
  position: relative;
  background: url("./../images/sims-popup.webp"), url("./../images/popup-bg-black.webp");
  width: 696px !important;
  max-width: 696px !important;
  height: 100% !important;
  max-height: 448.385px !important;
  padding: 36px;
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: 100% 100%;
}

.modal.main .popup-container .close {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: 36px;
  width: 15px;
  height: 15px;
}

.modal.main .popup-container .close svg {
  max-width: 15px;
}

.modal.main .popup-logo img {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 318px;
  height: 42px;
  margin: 25px auto 10px;
}

.modal.main .popup-heading {
  display: block;
  margin: 0 auto 25px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 48px !important;
  line-height: 115% !important;
  text-align: center;
  color: #fff;
  letter-spacing: -0.01em;
}

.modal.main .popup-text-smallest {
  display: flex;
  justify-content: center;
  margin: 3px auto;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 160% !important;
  text-align: center;
  color: #fff;
  text-transform: unset;
}

.modal.main .popup-text-smallest a {
  cursor: pointer;
  margin-left: 5px;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 160% !important;
  color: #F16436 !important;
  text-decoration: underline !important;
  transition: .2s ease-in-out;
  font-family: 'Montserrat', sans-serif !important;
}

.modal.main .popup-text-smallest a:hover {
  text-decoration: none !important;
}

.or {
  display: flex;
  margin: 20px 10px 0;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: normal;
}

.modal.first {
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.modal.first .download-btn {
  max-width: 292px;
  width: 292px;
}

.modal.first .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

.modal.first .modal-content * {
  box-sizing: border-box;
}

.modal.first .popup-container {
  position: relative;
  background: url("./../images/popup-bg-black.webp");
  width: 696px !important;
  max-width: 696px !important;
  height: 100%;
  max-height: 448.385px;
  padding: 36px;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal.first .popup-container .close {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: 36px;
  width: 15px;
  height: 15px;
}

.modal.first .popup-container .close svg {
  max-width: 15px;
}

.modal.first .popup-container .line-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.692px;
  background: #4D4D4D;
}

.modal.first .popup-container .line-bottom::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F16436;
  content: '';
}

.modal.first .popup-container .download-btn {
  max-width: 292px;
  height: 62px;
  padding: 6px 34px;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 150%;
}

.modal.first .popup-logo img {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 318px;
  height: 42px;
  margin: 25px auto 10px;
}

.modal.first .popup-heading {
  display: block;
  margin: 57px auto 10px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 46px !important;
  line-height: 120% !important;
  color: #fff;
  text-shadow: 0px 0px 13.385px #151136;
}

.modal.first .popup-text-smallest {
  display: flex;
  margin: 0 0 60px;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 160% !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #fff;
  text-transform: unset;
  text-shadow: 0px 0px 13.385px #151136;
}

.modal.first .btns {
  align-items: flex-start;
}

.modal.first .btn-item span {
  display: flex;
  justify-content: center;
  color: #999;
  text-align: center;
  font-family: Madera;
  font-size: 17.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 22.62px */
  letter-spacing: -0.348px;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  width: auto;
}

.mySlides iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  width: auto;
}

.mySlides img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}

.active {
  opacity: 1;
}

.btns {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.top-title-right {
  transition: all 150ms ease;
}

.numbers-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 194px !important;
  color: #F16436;
}

.num {
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  line-height: 125% !important;
}

.desktop.standalone {
  margin-left: 20px;
}

.desktop.standalone a {
  white-space: nowrap;
  font-family: Lato, sans-serif !important;
  font-size: 24px !important;
  padding: 6px 56px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  line-height: 150%;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #fff;
  max-width: 369px;
  width: unset;
  height: 64px;
  transition: .2s ease-in-out;
  background: transparent;
  box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  font-weight: 800 !important;
  color: #e5e5e5 !important;
  border: 1px solid gray !important;
  cursor: pointer;
  background-color: transparent !important;
}

.desktop.standalone a:hover {
  background-color: #333 !important;
}

@media only screen and (min-width: 1025px) {
  .opening-section .dude-img img {
    right: 8%;
    bottom: 0px;
    max-width: 730px;
    width: 100%;
    right: 8%;
    width: 100%;
    bottom: -1px;
    max-width: 777px;
  }

  .about-section .content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding: 134px 20px 34px;
  }

  .about-section .col-item {
    width: 50%;
  }

  .about-section .col-item.img {
    max-width: unset;
    justify-content: flex-end;
    margin-top: 0;
  }

  .about-section .col-item.img .hero-video-wrapper {
    right: -1px;
    max-width: 416px;
  }

  .about-section .col-item.img .hero-video-wrapper video {
    max-width: 392px;
    margin-top: 6px;
    margin-right: 22px;
  }

  .about-section .col-item img {
    max-width: 403px;
    margin-right: 17px;
  }

  .about-section h2.second-heading {
    padding-top: 55px;
    font-size: 48px !important;
    line-height: 115% !important;
    text-transform: capitalize;
    text-align: left;
  }

  .about-section p.main-text {
    margin: 23px 0;
    text-align: left;
    font-size: 24px !important;
    line-height: 140% !important;
  }

  .bottom .mob-characters-bg {
    display: none;
  }

  .footer-cf {
    padding: 22px 0;
  }

  .footer-cf .content-wrapper {
    max-width: 1176px;
    padding: 0 20px;
  }

  .large-section {
    background-size: cover;
  }

  h2.second-heading {
    font-size: 48px !important;
    line-height: 115% !important;
    text-transform: capitalize;
  }

  .numbers-container {
    width: 285px !important;
    min-width: 285px !important;
    max-width: 285px;
    overflow: hidden;
  }

  .num {
    font-size: 48px !important;
    line-height: 115% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .opening-section .dude-img img {
    right: 4.2%;
  }
}

@media only screen and (min-width: 1220px) {
  .bottom .first-layer .character-left {
    left: -5%;
  }

  .bottom .first-layer .character-right {
    right: -6.7%;
  }
}

@media only screen and (min-width: 1470px) {
  .bottom .first-layer .character-left {
    left: 4.1%;
  }

  .bottom .first-layer .character-right {
    right: 4.1%;
  }
}

@media only screen and (min-width: 2200px) {
  .opening-section .first-layer img {
    min-height: 135%;
  }
}

@media only screen and (min-width: 2600px) {
  .opening-section .first-layer img {
    min-height: 180%;
  }
}

@media only screen and (min-width: 3000px) {
  .opening-section .first-layer img {
    min-height: 215%;
  }
}

@media only screen and (max-width: 1730px) {
  .opening-section .dude-img {
    transform: translateX(0);
    bottom: 0;
    right: -100px;
    top: unset;
  }
}

@media only screen and (max-width: 1400px) {
  .opening-section .dude-img {
    transform: translateX(20%);
  }
}

@media only screen and (max-width: 1220px) {
  .bottom p {
    max-width: 421px;
  }
}

@media only screen and (max-width: 1200px) {
  .opening-section .dude-img {
    transform: translateX(25%);
  }
}

@media only screen and (max-width: 1150px) {
  .opening-section .dude-img {
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 1100px) {
  .opening-section .dude-img {
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 1024px) {
  .opening-section {
    background: url("https://content.overwolf.com/go-landing-pages/CF-Sims/20230227/hero-top-mob.webp") no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    padding: 0;
    background-attachment: unset;
    height: unset;
  }

  .opening-section .first-layer {
    display: none;
  }

  .opening-section .intro-text-container {
    max-width: 320px;
    padding: 0 20px 174px;
  }

  .opening-section .intro-text-container .opening-sims-logo {
    width: 272px;
  }

  .opening-section .intro-text-container h1.title.desktop {
    display: none;
  }

  .opening-section .intro-text-container h1.title.mob {
    display: inline;
  }

  .opening-section .intro-text-container h1.title span {
    font-size: 36px !important;
  }

  .opening-section .intro-text-container h1.title {
    font-size: 36px !important;
    line-height: 125% !important;
    margin: 44px auto 0px;
    max-width: 272px;
  }

  .opening-section .intro-text-container p.txt.mob {
    display: inline;
  }

  .opening-section .intro-text-container p.txt.desktop {
    display: none;
  }

  .opening-section .intro-text-container p.txt {
    font-size: 16px !important;
    line-height: 140% !important;
    margin: 30px auto 60px;
    max-width: 272px;
    max-width: 272px;
    text-align: center;
  }

  .opening-section .intro-text-content {
    display: flex;
    flex-direction: column;
    padding-top: 76px;
  }

  .opening-section .dude-img {
    right: unset;
    position: relative;
    bottom: unset;
    left: unset;
    top: unset;
    width: 100%;
    max-width: 100%;
    height: unset;
    transform: translateX(0);
  }

  .opening-section .dude-img img {
    position: relative;
    z-index: 1;
    right: -3%;
    margin-top: 48px;
    bottom: unset;
    max-width: 90%;
    width: 100%;
    height: auto;
  }

  .opening-section .dude-img.desktop {
    display: none;
  }

  .opening-section .dude-img.mob {
    display: flex;
    margin-bottom: 0;
    transform: translate(0px, 0px);
  }

  .opening-section .download-buttons {
    display: none !important;
    flex-direction: column;
    align-items: center;
  }

  .opening-section .download-buttons div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .opening-section .mac .download-btn {
    padding-left: 12px;
  }

  .hero-download-icon {
    display: none;
  }

  .hero-count-number {
    display: none;
  }

  .hero-bottom .btn-grey-popup {
    display: none;
  }

  .bottom .first-layer .character-left {
    display: none;
  }

  .bottom .first-layer .character-right {
    display: none;
  }

  .bottom .content-wrapper {
    width: auto;
    padding: 39px 20px 28px 20px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .bottom p {
    margin: 11px 0 31px;
    font-size: 16px !important;
    text-align: center;
  }

  .download-buttons-mob {
    display: flex;
  }

  .opening-section .download-btn,
  .bottom .download-btn,
  .modal.first .download-btn {
    width: 272px;
    height: 50px;
    margin: 0;
    font-size: 16px !important;
    line-height: 150% !important;
    padding: 5px 17px 6px 11px;
    justify-content: space-between;
    font-weight: 400 !important;
    letter-spacing: 0.9px;
  }

  .opening-section .download-btn svg,
  .bottom .download-btn svg,
  .modal.first .download-btn svg {
    margin-right: 5px;
  }

  .opening-section .download-btn svg,
  .bottom .download-btn svg,
  .modal.first .download-btn svg {
    margin-right: 6px;
    min-width: 25px;
  }

  .opening-section .download-btn .desktop,
  .bottom .download-btn .desktop,
  .modal.first .download-btn .desktop {
    display: none;
  }

  .opening-section .download-buttons,
  .bottom .download-buttons {
    display: none;
  }

  h2.title {
    font-size: 24px !important;
    line-height: 130% !important;
  }

  .text-small-mob {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #E2E4E6;
    justify-content: center;
    margin: 11px auto;
  }

  .modal.main .modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .modal.first .modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .footer-cf p.txt {
    max-width: 233px;
  }
}

@media only screen and (max-width: 700px) {
  .modal.main .popup-container {
    width: 100% !important;
  }

  .modal.first .popup-container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 550px) {
  .modal.main .popup-container {
    max-height: 610px !important;
  }

  .modal.main .popup-logo img {
    margin: 80px auto 10px;
  }

  .modal.first .popup-container {
    max-height: 448.385px;
  }

  .modal.first .popup-logo img {
    margin: 80px auto 10px;
  }
}

@media only screen and (max-width: 500px) {
  .bottom p {
    max-width: 290px;
  }
}

@media only screen and (max-width: 440px) {
  .about-section p.main-text {
    max-width: 266px;
  }
}

@media only screen and (max-width: 400px) {
  .modal.main .popup-heading {
    font-size: 36px !important;
  }

  .modal.first .popup-heading {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 365px) {
  .about-section .col-item.img .hero-video-wrapper {
    position: absolute;
    width: 100%;
    max-width: 271px;
    margin-top: -1px;
    overflow: hidden;
    top: 0;
    margin-left: -1px;
  }

  .about-section .col-item.img .hero-video-wrapper video {
    width: 100%;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 350px) {
  .bottom .content-wrapper {
    padding: 45px 20px 20px;
  }
}

/* -------------------------------------------- */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1346.72px;
  max-height: 757.53px;
  height: 100%;
}

.modal-content * {
  box-sizing: border-box;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  width: auto;
}

.mySlides iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  width: auto;
}

.mySlides img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}

.active {
  opacity: 1;
}

.popup-container {
  position: relative;
  background: #262626;
  width: 100%;
  max-width: 801px;
  height: 100%;
  max-height: 510px;
  width: 100%;
  padding: 0 20px;
  background: url("https://content.overwolf.com/go-landing-pages/CF-Sims/20230206/sims4-popup.webp") no-repeat 50% 100%;
  background-size: cover;
}

.popup-container .close {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 26px;
  width: 30px;
  height: 30px;
}

.popup-logo img {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 318px;
  height: 42px;
  margin: 25px auto 10px;
}

.popup-heading {
  display: block;
  margin: 0 auto 25px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 48px !important;
  line-height: 115% !important;
  text-align: center;
  color: #fff;
  letter-spacing: -0.01em;
}

.popup-text-smallest {
  display: flex;
  justify-content: center;
  margin: 3px auto;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center;
  color: #fff;
  text-transform: unset;
}

.popup-text-smallest a {
  cursor: pointer;
  margin-left: 5px;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #F16436 !important;
  text-decoration: underline !important;
  transition: .2s ease-in-out;
}

.popup-text-smallest a:hover {
  text-decoration: none !important;
}

.top-title-right {
  transition: all 150ms ease;
}

@media only screen and (max-width: 1024px) {
  .modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 550px) {
  .popup-container {
    max-height: 610px;
  }

  .popup-logo img {
    margin: 80px auto 10px;
  }
}

@media only screen and (max-width: 400px) {
  .popup-heading {
    font-size: 36px !important;
  }
}

.popup-logo img {
  width: 198px;
  height: auto;
}