section#accelerator {
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  section#accelerator {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1400px) {
  section#accelerator {
    padding: 150px 50px 0;
  }
}
@media all and (max-width: 991px) {
  section#accelerator {
    flex-wrap: wrap;
    padding: 100px 50px 0;
  }
}
@media all and (max-width: 480px) {
  section#accelerator {
    padding: 50px 20px 0;
  }
}
section#accelerator h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  section#accelerator h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
}
section#accelerator h3 {
  font-size: 4vw;
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  section#accelerator h3 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
section#accelerator p {
  font-size: 20px;
  width: 75%;
  margin-bottom: 20px;
}
@media all and (max-width: 1400px) and (min-width: 992px) {
  section#accelerator p {
    width: 85%;
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  section#accelerator p {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  section#accelerator p {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 1400px) and (min-width: 992px) {
  section#accelerator .accelerator-text {
    width: 60%;
  }
}
@media all and (max-width: 1400px) and (min-width: 992px) {
  section#accelerator .accelerator-img {
    width: 40%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
@media all and (max-width: 1400px) {
  section#accelerator img {
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  section#accelerator img {
    max-width: 100%;
  }
}
section#accelerator .infobox {
  display: none;
  position: relative;
  top: -75px;
  right: -50px;
  width: 350px;
  height: 100px;
  background: #e1ddd8;
  padding: 30px 30px 20px;
}
section#accelerator .infobox div {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  height: 25px;
}
section#accelerator .infobox div svg {
  margin-right: 10px;
}

section#benefits h2 {
  font-size: 48px;
  text-align: center;
  padding: 100px 0 50px;
}
@media all and (max-width: 480px) {
  section#benefits h2 {
    font-size: 32px;
    padding: 50px 0 32px;
  }
}
section#benefits .benefitsWrapper {
  max-width: 1400px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
@media all and (max-width: 991px) {
  section#benefits .benefitsWrapper {
    gap: 30px;
  }
}
section#benefits .benefitsWrapper .benefit {
  width: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
@media all and (max-width: 991px) {
  section#benefits .benefitsWrapper .benefit {
    width: 40%;
    box-sizing: border-box;
  }
}
@media all and (max-width: 480px) {
  section#benefits .benefitsWrapper .benefit {
    width: 80%;
    box-sizing: border-box;
  }
}
section#benefits .benefitsWrapper .benefit .title {
  margin-top: 32px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #f08128;
}
@media all and (max-width: 991px) {
  section#benefits .benefitsWrapper .benefit .title {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  section#benefits .benefitsWrapper .benefit .title {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 1367px) {
  section#benefits .benefitsWrapper .benefit.beneft-mentoring .title {
    max-width: 80%;
  }
}
section#benefits .benefitsWrapper .benefit .desc {
  margin-top: 16px;
  text-align: center;
}

section#programs {
  background: #F8F8F8;
  padding: 0 0 1px 0;
  margin: 100px 0 0 0;
}
section#programs h2 {
  font-size: 48px;
  text-align: center;
  padding: 100px 0 50px;
}
@media all and (max-width: 480px) {
  section#programs h2 {
    font-size: 32px;
    padding: 50px 0 32px;
  }
}
section#programs p {
  /*font-family: "Roboto", Arial, Serif;**/
  line-height: 1.5;
}
section#programs .programs-wrapper {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 991px) {
  section#programs .programs-wrapper {
    width: 85%;
  }
}
section#programs .program {
  width: 100%;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991px) {
  section#programs .program {
    width: 100%;
  }
}
section#programs h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  transition: all 0.5s ease-in-out;
  width: 100%;
  margin: 1em 0 0.75em 0;
}
section#programs h3:before {
  background: #F08128;
  content: "	";
  font-family: Romanica, sans-serif;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
section#programs a {
  color: #1f1da5;
  text-decoration: underline !important;
}

section#mentors, section#team {
  max-width: 1400px;
  margin: 0 auto;
}
section#mentors h2, section#team h2 {
  font-size: 48px;
  text-align: center;
  padding: 100px 0 50px;
}
@media all and (max-width: 480px) {
  section#mentors h2, section#team h2 {
    font-size: 32px;
    padding: 50px 0 32px;
  }
}
section#mentors .experts-wrapper, section#team .experts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media all and (max-width: 768px) {
  section#mentors .experts-wrapper, section#team .experts-wrapper {
    margin: 0 30px;
    max-height: 270px;
    opacity: 0;
  }
  section#mentors .experts-wrapper.slick-initialized, section#team .experts-wrapper.slick-initialized {
    opacity: 1;
    max-height: none;
  }
}
section#mentors .experts-wrapper .experts-box, section#team .experts-wrapper .experts-box {
  flex-basis: 30%;
}
@media all and (max-width: 480px) {
  section#mentors .experts-wrapper .experts-box, section#team .experts-wrapper .experts-box {
    flex-basis: auto;
    width: 200px;
  }
}
section#mentors .experts-wrapper .experts-box:hover .experts-photo .experts-overlay, section#team .experts-wrapper .experts-box:hover .experts-photo .experts-overlay {
  opacity: 0.4;
}
section#mentors .experts-wrapper .experts-box:hover .experts-information .experts-description a, section#team .experts-wrapper .experts-box:hover .experts-information .experts-description a {
  opacity: 1;
}
section#mentors .experts-wrapper .experts-box .experts-photo, section#team .experts-wrapper .experts-box .experts-photo {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  section#mentors .experts-wrapper .experts-box .experts-photo, section#team .experts-wrapper .experts-box .experts-photo {
    width: 200px;
    height: 200px;
  }
  section#mentors .experts-wrapper .experts-box .experts-photo img, section#team .experts-wrapper .experts-box .experts-photo img {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 991px) {
  section#mentors .experts-wrapper .experts-box .experts-photo, section#team .experts-wrapper .experts-box .experts-photo {
    width: 150px;
    height: 150px;
  }
  section#mentors .experts-wrapper .experts-box .experts-photo img, section#team .experts-wrapper .experts-box .experts-photo img {
    width: 150px;
    height: 150px;
  }
}
section#mentors .experts-wrapper .experts-box .experts-photo .experts-overlay, section#team .experts-wrapper .experts-box .experts-photo .experts-overlay {
  transition: all 0.4s ease-in-out;
  background: #f08128;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
}
section#mentors .experts-wrapper .experts-box .experts-information, section#team .experts-wrapper .experts-box .experts-information {
  transition: all 0.4s ease-in-out;
}
section#mentors .experts-wrapper .experts-box .experts-information .experts-name, section#team .experts-wrapper .experts-box .experts-information .experts-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
  margin-top: 20px;
}
section#mentors .experts-wrapper .experts-box .experts-information .experts-description, section#team .experts-wrapper .experts-box .experts-information .experts-description {
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
section#mentors .experts-wrapper .experts-box .experts-information .experts-description p, section#team .experts-wrapper .experts-box .experts-information .experts-description p {
  margin-bottom: 10px;
  color: #c5c5c5;
  font-style: italic;
}
section#mentors .experts-wrapper .experts-box .experts-information .experts-description a, section#team .experts-wrapper .experts-box .experts-information .experts-description a {
  transition: all 0.4s ease-in-out;
}
@media all and (min-width: 992px) {
  section#mentors .experts-wrapper .experts-box .experts-information .experts-description a, section#team .experts-wrapper .experts-box .experts-information .experts-description a {
    opacity: 0;
  }
}
section#mentors .experts-wrapper .experts-box .experts-information .experts-description svg, section#team .experts-wrapper .experts-box .experts-information .experts-description svg {
  width: 25px;
  height: 25px;
}

section#our-startups {
  background: #F8F8F8;
  padding-bottom: 148px;
  margin-top: 100px;
}
@media all and (max-width: 991px) {
  section#our-startups {
    padding-bottom: 100px;
  }
}
section#our-startups * {
  box-sizing: border-box;
}
section#our-startups h2 {
  font-size: 48px;
  text-align: center;
  padding: 100px 0 50px;
}
@media all and (max-width: 480px) {
  section#our-startups h2 {
    font-size: 32px;
    padding: 50px 0 32px;
  }
}
section#our-startups .startups-wrapper {
  max-width: 1400px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  section#our-startups .startups-wrapper {
    justify-content: center;
  }
}
section#our-startups .startups-box {
  padding: 0 15px 30px 15px;
  width: 20%;
}
@media all and (max-width: 1280px) {
  section#our-startups .startups-box {
    width: 25%;
  }
}
@media all and (max-width: 991px) {
  section#our-startups .startups-box {
    width: 33.33%;
  }
}
@media all and (max-width: 768px) {
  section#our-startups .startups-box {
    width: 50%;
  }
}
@media all and (max-width: 560px) {
  section#our-startups .startups-box {
    width: 100%;
    max-width: 320px;
  }
}
section#our-startups .startups-photo {
  border-bottom: 2px solid #EA822D;
  background: #FFFFFF;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}
section#our-startups .startups-photo img {
  max-width: 100%;
  max-height: 256px;
}
@media all and (max-width: 560px) {
  section#our-startups .startups-photo {
    min-height: 200px;
  }
  section#our-startups .startups-photo img {
    max-height: 200px;
  }
}
section#our-startups .startups-information {
  background: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  color: #282727;
  padding: 20px 20px;
}
section#our-startups .startups-name {
  text-align: left;
  letter-spacing: -0.03em;
}
section#our-startups .startups-link {
  line-height: 1;
}
section#our-startups .startups-link a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/web.svg") no-repeat center center;
}
section#our-startups .startups-link a.startup-link-youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/youtube.svg") no-repeat center center;
}

section#partners {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section#partners {
    padding-bottom: 100px;
    padding-top: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
section#partners > div {
  width: 100%;
}
@media (min-width: 992px) {
  section#partners > div {
    width: 50%;
  }
}
section#partners h2 {
  font-size: 48px;
  text-align: center;
  padding: 100px 0 50px;
}
@media all and (max-width: 480px) {
  section#partners h2 {
    font-size: 32px;
    padding: 50px 0 32px;
  }
}
section#partners .partners {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  section#partners .partners {
    gap: 50px;
    margin-bottom: 50px;
  }
  section#partners .partners img {
    max-width: 100%;
    max-height: 80px;
  }
}
@media all and (max-width: 991px) and (max-width: 768px) {
  section#partners .partners img {
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  section#partners .partners {
    margin: 0 30px;
    min-height: 240px;
    opacity: 0;
  }
  section#partners .partners.slick-initialized {
    opacity: 1;
    max-height: none;
    margin: 0 30px 30px 30px;
    min-height: 150px;
  }
}
@media all and (max-width: 480px) {
  section#partners .partners {
    gap: 24px;
  }
  section#partners .partners img {
    max-height: 60px;
  }
}
section#partners .partners a {
  display: block;
  position: relative;
}
section#partners .partners a.side {
  width: 351px;
  height: 60px;
}
section#partners .partners a.center {
  width: 150px;
  height: 150px;
}
section#partners .partners a:hover .normal, section#partners .partners a:hover .hover {
  transition: opacity 0.4s ease-in-out;
}
section#partners .partners a:hover .normal {
  opacity: 0;
}
section#partners .partners a:hover .hover {
  opacity: 1;
}
section#partners .partners a .normal, section#partners .partners a .hover {
  position: absolute;
  top: 0;
  left: 0;
}
section#partners .partners a .hover {
  opacity: 0;
}

section#contact {
  /*background-image: url(../img/dubai30.jpg);*/
  background-size: cover;
}
@media all and (max-width: 991px) {
  section#contact {
    padding-bottom: 40px;
    overflow: hidden;
  }
}
section#contact h2 {
  font-size: 48px;
  text-align: center;
  padding: 100px 0 50px;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  section#contact h2 {
    font-size: 32px;
    padding: 50px 0 32px;
  }
}
section#contact .form {
  padding: 0 100px 100px;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  section#contact .form {
    padding: 0 20px 100px;
  }
}
@media all and (min-width: 1340px) {
  section#contact .form {
    max-width: 1200px;
  }
}
@media all and (max-width: 991px) {
  section#contact .form {
    padding: 0 15%;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  section#contact .form {
    padding: 0 5%;
  }
}
section#contact .form form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#contact .form form div {
  min-width: 320px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 455px;
  box-sizing: border-box;
}
@media all and (min-width: 992px) {
  section#contact .form form div.full-area {
    width: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}
@media all and (max-width: 991px) {
  section#contact .form form div {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}
@media all and (max-width: 480px) {
  section#contact .form form div {
    padding: 0 5%;
    min-width: auto;
  }
}
section#contact .form form div.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
section#contact .form form div.radio div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: auto;
  margin-right: 20px;
}
section#contact .form form div label {
  display: inline-block;
  margin-bottom: 10px;
}
section#contact .form form div input[type=text], section#contact .form form div input[type=email], section#contact .form form div input[type=tel], section#contact .form form div textarea {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #bdb6ae;
  font-size: 18px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  section#contact .form form div input[type=text], section#contact .form form div input[type=email], section#contact .form form div input[type=tel], section#contact .form form div textarea {
    box-sizing: border-box;
  }
}
section#contact .form form div .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
section#contact .form form div .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
section#contact .form form div .form-control[type=file] {
  overflow: hidden;
}
section#contact .form form div .form-control::file-selector-button, section#contact .form form div .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
section#contact .form form div input[type=submit] {
  width: 100px;
  height: 48px;
  background: #f08128;
  color: #fff;
  border: 0;
  cursor: pointer;
}
section#contact .form form div .submit-form {
  margin: 0 auto;
  background: green;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  width: 220px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
  /* Hide the browser's default radio button */
  /* On mouse-over, add a grey background color */
  /* Style the indicator (dot/circle) */
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* When the radio button is checked, add a blue background */
}
.container input:checked ~ .checkmark {
  background-color: #f08128;
  /* Show the indicator (dot/circle) when checked */
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.goTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  cursor: pointer;
}

.startup-inner {
  position: relative;
  display: none;
}

.startup-logo {
  padding: 68px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #EA822D;
  overflow: hidden;
}
.startup-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.startup-logo img {
  max-width: 100%;
}
.startup-inner[data-company-id="5"] .startup-logo-box {
  width: 200px;
}
@media (max-width: 1200px) {
  .startup-logo {
    padding: 24px 20px;
  }
}
@media (min-width: 1201px) and (max-height: 700px) {
  .startup-logo {
    padding: 5vh 20px;
  }
}

.startup-desc {
  padding: 48px 60px;
}
@media (max-width: 767px) {
  .startup-desc {
    padding: 24px 30px;
  }
}
@media (min-width: 1201px) and (max-height: 700px) {
  .startup-desc {
    padding: 6vh 50px;
  }
}

.startup-header {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.startup-name {
  font-family: "Romanica", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #282727;
}

.startup-links {
  line-height: 1;
}

.startup-links a.startup-link-site {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/web.svg") no-repeat center center;
  margin-left: 20px;
}

.startup-links a.startup-link-youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/youtube.svg") no-repeat center center;
}

.startup-text {
  font-family: "Romanica", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #282727;
}
@media (max-width: 767px) {
  .startup-text {
    font-size: 14px;
  }
}
.startup-text ul {
  padding-left: 0;
  margin: 1em 0;
}
.startup-text li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.startup-text li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #EA822D;
}
@media all and (min-width: 767px) {
  .startup-text li:before {
    top: 7px;
  }
}

.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  line-height: 1;
}
.close-popup svg {width:15px;}
@media all and (min-width: 767px) {
  .close-popup {
    top: 25px;
    right: 25px;
  }
}

.trigger {
  cursor: pointer;
}