@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
section.hero {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/assets/img/hero_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 7rem;
}
section.hero .intro {
  padding-top: 20%;
  text-align: center;
}
section.hero .intro h1 {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  margin-bottom: 0.5em;
}
section.hero .intro h2 {
  font-family: Poppins;
  font-weight: 700;
  color: #9fc9eb;
  font-size: 40px;
}
section.hero .intro p {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
section.hero a.book {
  font-family: Poppins;
  font-weight: 700;
  background-color: #a25498;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em;
  font-size: 1.7em;
}
section.hero a.book:hover {
  text-decoration: none;
  transform: scale(1.1);
  transition: transform 0.1s; /* Animation */
}
section.hero .join {
  text-align: right;
  padding-top: 2em;
}
section.hero a.terms {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 1em;
  color: #79799c;
}
section.hero a.terms:hover {
  text-decoration: none;
}

/* MEDIAS*/
@media only screen and (max-width: 1440px) {
  section.hero .intro {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 1280px) {
  section.hero .intro {
    padding-top: 20%;
  }
  section.hero .intro h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
  }
  section.hero .intro h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section.hero .intro {
    padding-top: 30%;
  }
  section.hero .intro h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
  }
  section.hero .intro h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
  }
  section.hero a.book {
    font-size: 20px;
  }
}
@media only screen and (max-width: 425px) {
  section.hero .intro {
    padding-top: 30%;
  }
  section.hero .intro h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
  }
  section.hero .intro h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
  }
  section.hero a.book {
    font-size: 22px;
    width: 90%;
  }
  section.hero .join {
    display: none !important;
  }
}
section.logos-carousel {
  padding: 2em 0 0;
  height: auto;
}
section.logos-carousel h2 {
  color: #15152e;
  padding-bottom: 1.3em;
  text-align: center;
  margin: 0 auto;
  font-family: Poppins;
  font-weight: 700;
}
section.logos-carousel .logo-card {
  border: 1px solid #ded7eb;
  border-radius: 10px;
  display: block;
  text-align: center;
}
section.logos-carousel .logo-card figure {
  margin: 0 !important;
}
section.logos-carousel .logo-card figure img {
  width: 90% !important;
}

@media only screen and (max-width: 425px) {
  section.logos-carousel h2 {
    font-size: 1.5em;
    padding: 1em;
    padding-top: 0;
  }
  section.logos-carousel .logo-card figure {
    margin: 10% !important;
  }
  section.logos-carousel .logo-card figure img {
    width: 70% !important;
  }
}
section.top3 {
  padding: 3em 0;
  height: auto;
}
section.top3 h2 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 0;
}
section.top3 p.intro {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  color: #a25498;
  font-size: 20px;
}
section.top3 .top-description p {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  margin: 0 1.3em;
}
section.top3 .top-description p span.spantop3 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  color: #000;
}
section.top3 .top-description p.icon_1 {
  color: #a25498;
}
section.top3 .top-description p.icon_2 {
  color: #7779b9;
}
section.top3 .top-description p.icon_3 {
  color: #5495d0;
}
section.top3 .top-description img {
  margin: 0 auto;
  display: block;
  width: 60%;
}

@media only screen and (max-width: 1024px) {
  section.top3 .top-description p {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.6em;
  }
  section.top3 .top-description img {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  section.top3 .top-description {
    margin-bottom: 1em;
  }
  section.top3 .top-description img {
    width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  section.top3 h2 {
    font-size: 1.5em;
  }
  section.top3 p.intro {
    font-size: 16px;
  }
}
section.hero.page {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 80%;
  padding-bottom: 10%;
}
section.hero.page.attend {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/assets/img/hero_attend_bg_2.jpg);
}
section.hero.page.exhibit {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/assets/img/hero_exhibit_bg.jpg);
}
section.hero.page.sponsor {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/assets/img/hero_sponsor_bg.jpg);
}
section.hero.page.venue {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/assets/img/hero_venue_bg.jpg);
}
section.hero.page.agenda {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/assets/img/hero_bg_agenda.jpg);
}
section.hero.page .intro {
  padding-top: 20%;
  text-align: center;
}
section.hero.page .intro h1 {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  margin-bottom: 0.2em;
}
section.hero.page .intro h2 {
  font-family: Poppins;
  font-weight: 700;
  color: #9fc9eb;
  font-size: 40px;
}
section.hero.page .intro p {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
  font-size: 1.5em;
  padding-bottom: 1em;
}
section.hero.page a.book {
  font-family: Poppins;
  font-weight: 700;
  background-color: #a25498;
  text-align: center;
  margin: 0 auto;
  width: 76%;
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 0.3em;
  font-size: 24px;
}
section.hero.page a.book:hover {
  text-decoration: none;
  transform: translateY(-10px);
  transition: transform 0.5s; /* Animation */
}
section.hero.page .join {
  text-align: right;
  padding-top: 2em;
}
section.hero.page a.terms {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 1em;
  color: #79799c;
}
section.hero.page a.terms:hover {
  text-decoration: none;
}

/* MEDIAS*/
@media only screen and (max-width: 1440px) {
  section.hero.page .intro {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 1280px) {
  section.hero.page .intro {
    padding-top: 20%;
  }
  section.hero.page .intro h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
  }
  section.hero.page .intro h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section.hero.page .intro {
    padding-top: 20%;
  }
  section.hero.page .intro h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
  }
  section.hero.page .intro h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
  }
  section.hero.page a.book {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  section.hero.page {
    height: 50vh !important;
  }
  section.hero.page .intro {
    padding-top: 50%;
  }
  section.hero.page .intro h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
  }
  section.hero.page .intro h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28px;
  }
  section.hero.page a.book {
    font-size: 22px;
    width: 80%;
  }
  section.hero.page .join {
    display: none !important;
  }
}
section.why {
  background: #15152e;
  padding: 5em 0;
  height: auto;
}
section.why .card-why {
  border: 1px solid #3a3a61;
  border-radius: 30px;
  padding: 2em !important;
}
section.why .card-why p {
  font-family: Poppins;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0.5em;
}
section.why .card-why h2 {
  color: #9fc9eb;
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0.3em;
}
section.why .card-why a {
  display: inline-block;
  font-family: Poppins;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  padding: 0.5em 1.5em;
  width: auto;
  font-size: 20px;
  margin: 0.2em 0;
  text-decoration: none;
  transition: transform 250ms;
}
section.why .card-why a.ep {
  background-color: #5495d0;
}
section.why .card-why a.fp {
  background-color: #a25498;
}
section.why .card-why a:hover {
  transform: translateY(-5px);
  transition: transform 0.5s; /* Animation */
}
section.why .circles {
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .circles {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  section.why .card-why h2 {
    font-size: 30px;
  }
  section.why .card-why p {
    color: #fff;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  section.why {
    padding: 2em 1.5em !important;
  }

}
@media only screen and (max-width: 425px) {

  section.why .card-why a {
    font-size: 15px;
  }
}
section.included {
  background: #15152e;
  padding: 5em 0;
  height: auto;
}
section.included .inc {
  background: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2025/assets/img/included_bubbles_bg_2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
section.included .content {
  border: 1px solid #3a3a61;
  border-radius: 30px;
  padding: 2em !important;
  display: block;
  margin: 3.3em;
}
section.included h2 {
  color: #9fc9eb;
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0.5em;
}
section.included ul {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px 30px;
  padding: 0;
}
section.included ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  color: white;
}
section.included .fa-check:before {
  content: "\f00c";
  color: #a25498;
  margin: -30px;
}
section.included a.book {
  font-family: Poppins;
  font-weight: 700;
  background-color: #a25498;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  font-size: 1.4em;
  display: block;
}
section.included a.book:hover {
  transform: translateY(-10px);
  transition: transform 0.5s; /* Animation */
  text-decoration: none;
}
section.included .join {
  text-align: right;
  padding-top: 2em;
}
section.included .script {
  padding: 2em 0;
  text-align: right;
  margin-right: -10px;
}

@media only screen and (max-width: 1024px) {
  section.included h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  section.included h2 {
    font-size: 30px;
  }
  section.included .inc {
    background: none;
  }
  section.included .content {
    margin: 2em 0;
   }
}
@media only screen and (max-width: 600px) {
  section.included a.book {
    display: block;
    width: 85%;
    font-size: 22px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 425px) {
  section.included {
    height: auto;
    padding: 2em 0.5em;
  }
  section.included .content {
    margin: 0em 0;
    margin-bottom: 1.5em;
  }
  section.included a.book {
    display: block;
    width: 85%;
    font-size: 22px;
    margin-bottom: 1em;
  }
  section.included .script {
    display: none;
  }
}
section.hightlightsEEC2023 {
  background-color: #15152e;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.hightlightsEEC2023 p.desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 2.5em;
  line-height: 1.5em;
  font-family: Poppins;
}
section.hightlightsEEC2023 .first-event p {
  font-family: Poppins;
  font-weight: 500;
  color: white;
  text-align: center;
  font-size: 20px;
  background-color: #3a3a61;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  width: 90%;
}
section.hightlightsEEC2023 .first-event span.hightlightevent {
  font-family: Poppins;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #9fc9eb;
}
section.hightlightsEEC2023 .hightlights {
  text-align: center;
  padding: 4rem;
  padding-top: 50px;
  padding-bottom: 0;
  justify-content: center;
}
section.hightlightsEEC2023 .hightlights .titleshighlights {
  display: block;
}
section.hightlightsEEC2023 .hightlights .elementshighlights {
  align-items: center;
  justify-content: center;
}
section.hightlightsEEC2023 .hightlights .elementshighlights p {
  font-family: Poppins;
  font-weight: 500;
  color: #9fc9eb;
  font-size: 17px;
  margin-bottom: 5px;
}
section.hightlightsEEC2023 .hightlights .elementshighlights h3 {
  font-family: Poppins;
  font-weight: 700;
  color: white;
  padding-bottom: 10px;
  font-size: 35px;
}
section.hightlightsEEC2023 .hightlights .elementshighlights hr {
  color: white;
  width: 60%;
  margin: auto;
  border-top: 2px dashed;
  background-color: transparent;
}
section.hightlightsEEC2023 .hightlights .elementshighlights span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 0;
}
section.hightlightsEEC2023 .hightlights .elementshighlights .rownumbers {
  row-gap: 30px;
}
section.hightlightsEEC2023 .hightlights .elementshighlights ul {
  padding: 0;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 0;
}
section.hightlightsEEC2023 .hightlights .elementshighlights .containerodometer {
  height: 80px;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li {
  list-style-type: none;
  text-align: center;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 0;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li p {
  font-family: Poppins;
  font-weight: 400;
  color: white;
  font-size: 18px;
  line-height: 23px;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li .attendees {
  color: #ded7eb;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li li:nth-child(2) {
  color: #7779b9;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li li:nth-child(3) {
  color: #a25498;
}
section.hightlightsEEC2023 .hightlights .elementshighlights li li:nth-child(4) {
  color: #9fc9eb;
}
@media only screen and (max-width: 600px) {
  section.hightlightsEEC2023 .hightlights .elementshighlights ul {
    padding-bottom: 3rem;
  }
}
section.hightlightsEEC2023 .hightlights .imghighlight {
  text-align: center;
  justify-content: center;
}
section.hightlightsEEC2023 .hightlights .imghighlight img {
  width: auto;
  height: 450px;
}
@media only screen and (max-width: 600px) {
  section.hightlightsEEC2023 .hightlights .imghighlight img {
    width: 100%;
    height: auto;
  }
}

section.submenulandingEEC {
  background-color: #15152e;
  padding: 0.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.submenulandingEEC .rowsubmenu {
  padding: 0;
  margin: 0;
}
section.submenulandingEEC .rowsubmenu li {
  list-style-type: none;
  margin-bottom: 25px;
}
section.submenulandingEEC .rowsubmenu li h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
  line-height: 38px;
}
section.submenulandingEEC .rowsubmenu li h5 {
  font-family: Poppins;
  font-weight: 500;
  color: white;
  font-size: 25px;
  line-height: 32px;
}
section.submenulandingEEC .rowsubmenu li p {
  font-family: Poppins;
  font-weight: 400;
  color: white;
  font-size: 15px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
}
section.submenulandingEEC .rowsubmenu li a {
  font-family: Poppins;
  font-weight: 700;
  background-color: #a25498;
  text-align: center;
  width: 30px;
  color: #fff;
  border-radius: 50px;
  padding: 7px 32px;
  font-size: 15px;
  text-decoration: none;
  transition: transform 250ms;
}
section.submenulandingEEC .rowsubmenu li a:hover {
  transform: translateY(-3px);
}
section.submenulandingEEC .rowsubmenu li:nth-child(1) h3 {
  color: #9fc9eb;
}
section.submenulandingEEC .rowsubmenu li:nth-child(2) h3 {
  color: #7779b9;
}
section.submenulandingEEC .rowsubmenu li:nth-child(3) h3 {
  color: #5495d0;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.first:hover {
  background: #9fc9eb;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.first:hover a {
  background: #15152e;
  color: white;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.first:hover h3,
section.submenulandingEEC .rowsubmenu .cardsubmenu.first:hover h5,
section.submenulandingEEC .rowsubmenu .cardsubmenu.first:hover p {
  color: #15152e;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.second:hover {
  background: #7779b9;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.second:hover a {
  background: #15152e;
  color: white;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.second:hover h3,
section.submenulandingEEC .rowsubmenu .cardsubmenu.second:hover h5,
section.submenulandingEEC .rowsubmenu .cardsubmenu.second:hover p {
  color: #15152e;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.third:hover {
  background: #5495d0;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.third:hover a {
  background: #15152e;
  color: white;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu.third:hover h3,
section.submenulandingEEC .rowsubmenu .cardsubmenu.third:hover h5,
section.submenulandingEEC .rowsubmenu .cardsubmenu.third:hover p {
  color: #15152e;
}
section.submenulandingEEC .rowsubmenu .cardsubmenu {
  background-color: transparent;
  border-color: #3a3a61;
  height: 100%;
  padding: 12px;
  padding-bottom: 22px;
  border-radius: 20px;
}
section.submenulandingEEC .rowsubmenu .cardbodysubmenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.submenulandingEEC .rowsubmenu .seemoremenu1 {
  color: #3a3a61;
  background-color: #9fc9eb;
}
section.submenulandingEEC .rowsubmenu .seemoremenu2 {
  background-color: #7779b9;
}
section.submenulandingEEC .rowsubmenu .seemoremenu3 {
  background-color: #5495d0;
}
section.submenulandingEEC .booknowbutton {
  justify-content: center;
  padding-top: 20px;
}
section.submenulandingEEC .booknowbutton a {
  font-family: Poppins;
  font-weight: 700;
  background-color: #a25498;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em;
  font-size: 20px;
  text-decoration: none;
  transition: transform 250ms;
}
section.submenulandingEEC .booknowbutton a:hover {
  transform: translateY(-3px);
}

section.contactusEEC2023 {
  background-color: #15152e;
  padding: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
section.contactusEEC2023 h3 {
  font-family: Poppins;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
}
section.contactusEEC2023 p {
  font-family: Poppins;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
}
section.contactusEEC2023 p span.eventteam {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
section.contactusEEC2023 a {
  font-family: Poppins;
  font-weight: 700;
  color: #a25498;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  section.contactusEEC2023 {
    padding: 2rem 1rem;
  }
}

#odometer {
  display: block;
  margin: 0;
}

.stat-tiles .stat-tiles__tile .stat-tiles__number {
  margin-bottom: 20px;
}

.odometer-inside {
  display: flex;
}

section.videoseec2023 {
  background-color: #15152e;
  padding-bottom: 3rem;
}
section.videoseec2023 .videoscontainer {
  overflow: hidden;
}
section.videoseec2023 .videoscontainer img {
  padding-right: 10px;
}

section.exhibition {
  background: #15152e;
  padding: 5em 0;
  height: auto;
  color: #fff;
}
section.exhibition h2 {
  color: white;
  text-align: center;
  padding-bottom: 1em;
  font-family: Poppins;
  font-weight: 700;
  color: #9fc9eb;
  padding-bottom: 2em;
}
section.exhibition h3 {
  font-family: Poppins;
  font-weight: 700;
  padding-bottom: 0;
  color: white;
}
section.exhibition figure {
  padding: 1em 0 0;
  padding-left: 0;
}
section.exhibition img {
  width: 100%;
}
section.exhibition ul {
  padding-left: 1em;
}
section.exhibition ul li {
  width: 90%;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: white;
  margin-bottom: 6px;
}
section.exhibition ul li::marker {
  color: #a25498;
}
section.exhibition p.disclaimer {
  font-style: italic;
  font-size: 13px;
  padding: 0 0 1em;
  color: white;
}
section.exhibition .priceexhbition {
  padding: 0.5em 1.8em;
  border: solid 2px white;
  width: fit-content;
  margin: 1.5em 0 2em;
  border-radius: 20px;
}
section.exhibition .priceexhbition p {
  font-family: Poppins;
  font-weight: 400;
  color: white;
  margin: 0;
  font-size: 16px;
}
section.exhibition .priceexhbition p .pricespanehbition {
  font-family: Poppins;
  font-weight: 700;
  margin: 0;
  color: #a25498;
  font-size: 16px;
}
section.hightlightsEEC2023 .first-event p {
  font-family: Poppins;
  font-weight: 500;
  color: white;
  text-align: center;
  font-size: 18px;
  background-color: #3a3a61;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  width: 90%;
}
section.hightlightsEEC2023 p.desc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 2.5em;
  line-height: 1.5em;
  font-family: Poppins;
  padding: 0;
}
section.hightlightsEEC2023 .hightlights {
 
  padding: 3rem;

}
sec



@media only screen and (max-width: 425px) {
  section.exhibition {
    padding: 2em 1em;
  }
  section.exhibition h2 {
    padding-bottom: 0em;
  }
  section.exhibition h3 {
    text-align: center;
    padding-top: 1em;
  }
}
section.bookyourstand {
  padding: 4em;
  height: auto;
  text-align: center;
}
section.bookyourstand h4 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
section.bookyourstand p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
}
section.bookyourstand p a {
  font-family: Poppins;
  font-weight: 700;
  color: #a25498;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
section.bookyourstand .buttonbookyour {
  margin-top: 2em;
}
section.bookyourstand .buttonbookyour a {
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  padding: 0.5em 1.5em;
  font-family: Poppins;
  font-weight: 700;
  width: auto;
  font-size: 20px;
  margin: 0.2em 0;
  margin-right: 15px;
  transition: transform 250ms;
  text-decoration: none;
}
section.bookyourstand .buttonbookyour a.bf {
  background-color: #7779b9;
}
section.bookyourstand .buttonbookyour a.ep2 {
  background-color: #5495d0;
}
section.bookyourstand .buttonbookyour a.fp2 {
  background-color: #a25498;
}
section.bookyourstand .buttonbookyour a:hover {
  transform: translateY(-10px);
  transition: transform 0.5s; /* Animation */
}
@media only screen and (max-width: 768px) {
  section.bookyourstand {
    padding: 2em 1em;
  }
  section.bookyourstand .buttonbookyour {
    margin-top: 2em;
  }
  section.bookyourstand .buttonbookyour a {
    width: 100%;
    font-size: 18px;
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) {
  section.bookyourstand {
    padding: 2em 0.5em;
  }
  section.bookyourstand a {
    width: 100%;
  }
}
section.bookyourstand iframe {
  height: 400px !important;
}

section.benefits {
  padding: 5em 0;
  height: auto;
}
section.benefits h4 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  margin-bottom: 1em;
}
section.benefits .benefitpink {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #a25498;
}
section.benefits .benefitpink div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.benefits .benefitpink p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.benefits .benefitpink:hover p {
  color: white;
}
section.benefits .benefitpink div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/1.svg");
}
section.benefits .benefitpink:hover {
  background-color: #a25498;
  border-color: #a25498;
}
section.benefits .benefitpink:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/1.1.svg");
}
section.benefits .benefitviolet {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #7779b9;
}
section.benefits .benefitviolet div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.benefits .benefitviolet p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.benefits .benefitviolet:hover p {
  color: white;
}
section.benefits .benefitviolet div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/2.svg");
}
section.benefits .benefitviolet:hover {
  background-color: #7779b9;
  border-color: #7779b9;
}
section.benefits .benefitviolet:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/2.1.svg");
}
section.benefits .benefitblue {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #5495d0;
  padding-bottom: 10px;
}
section.benefits .benefitblue div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.benefits .benefitblue p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.benefits .benefitblue:hover p {
  color: white;
}
section.benefits .benefitblue div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/3.svg");
  margin-bottom: 10px;
}
section.benefits .benefitblue:hover {
  background-color: #5495d0;
  border-color: #5495d0;
}
section.benefits .benefitblue:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/3.1.svg");
}
section.benefits .benefitdarkviolet {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #3a3a61;
}
section.benefits .benefitdarkviolet div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.benefits .benefitdarkviolet p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.benefits .benefitdarkviolet:hover p {
  color: white;
}
section.benefits .benefitdarkviolet div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/4.svg");
}
section.benefits .benefitdarkviolet:hover {
  background-color: #3a3a61;
  border-color: #3a3a61;
}
section.benefits .benefitdarkviolet:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/4.1.svg");
}
section.benefits .benefitpink2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #a25498;
}
section.benefits .benefitpink2 div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.benefits .benefitpink2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.benefits .benefitpink2:hover p {
  color: white;
}
section.benefits .benefitpink2 div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/5.svg");
}
section.benefits .benefitpink2:hover {
  background-color: #a25498;
  border-color: #a25498;
}
section.benefits .benefitpink2:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/5.1.svg");
}
section.benefits .benefitviolet2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #7779b9;
}
section.benefits .benefitviolet2 div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.benefits .benefitviolet2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.benefits .benefitviolet2:hover p {
  color: white;
}
section.benefits .benefitviolet2 div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/6.svg");
}
section.benefits .benefitviolet2:hover {
  background-color: #7779b9;
  border-color: #7779b9;
}
section.benefits .benefitviolet2:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/benefits-svg/6.1.svg");
}
@media only screen and (max-width: 768px) {
  section.benefits {
    padding: 2em 0.5em;
  }
}

section.showhighlights {
  padding: 4em 0;
  height: auto;
}
section.showhighlights h4 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  margin-bottom: 1em;
}
section.showhighlights .hightlightpink {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 1.2em;
  transition: 250ms;
  box-sizing: border-box;
  height: 100%;
  color: #a25498;
}
section.showhighlights .hightlightpink div.firstimagehl {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.showhighlights .hightlightpink h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  transition: 250ms;
  margin: 0;
  margin-bottom: 2px;
}
section.showhighlights .hightlightpink p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.showhighlights .hightlightpink:hover h5 {
  color: white;
}
section.showhighlights .hightlightpink:hover p {
  color: white;
}
section.showhighlights .hightlightpink div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/1.svg");
}
section.showhighlights .hightlightpink:hover {
  background-color: #a25498;
  border-color: #a25498;
}
section.showhighlights .hightlightpink:hover div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/1.1.svg");
}
section.showhighlights .hightlightviolet {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 1.2em;
  transition: 250ms;
  box-sizing: border-box;
  height: 100%;
  color: #7779b9;
}
section.showhighlights .hightlightviolet div.firstimagehl {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.showhighlights .hightlightviolet h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  transition: 250ms;
  margin: 0;
  margin-bottom: 2px;
}
section.showhighlights .hightlightviolet p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.showhighlights .hightlightviolet:hover h5 {
  color: white;
}
section.showhighlights .hightlightviolet:hover p {
  color: white;
}
section.showhighlights .hightlightviolet div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/2.svg");
}
section.showhighlights .hightlightviolet:hover {
  background-color: #7779b9;
  border-color: #7779b9;
}
section.showhighlights .hightlightviolet:hover div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/2.1.svg");
}
section.showhighlights .hightlightblue {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 1.2em;
  transition: 250ms;
  box-sizing: border-box;
  height: 100%;
  color: #5495d0;
}
section.showhighlights .hightlightblue div.firstimagehl {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.showhighlights .hightlightblue h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  transition: 250ms;
  margin: 0;
  margin-bottom: 2px;
}
section.showhighlights .hightlightblue p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.showhighlights .hightlightblue:hover h5 {
  color: white;
}
section.showhighlights .hightlightblue:hover p {
  color: white;
}
section.showhighlights .hightlightblue div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/3.svg");
}
section.showhighlights .hightlightblue:hover {
  background-color: #5495d0;
  border-color: #5495d0;
}
section.showhighlights .hightlightblue:hover div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/3.1.svg");
}
section.showhighlights .hightlightdarkviolet {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 1.2em;
  transition: 250ms;
  box-sizing: border-box;
  height: 100%;
  color: #3a3a61;
}
section.showhighlights .hightlightdarkviolet div.firstimagehl {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.showhighlights .hightlightdarkviolet h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  transition: 250ms;
  margin: 0;
  margin-bottom: 2px;
}
section.showhighlights .hightlightdarkviolet p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.showhighlights .hightlightdarkviolet:hover h5 {
  color: white;
}
section.showhighlights .hightlightdarkviolet:hover p {
  color: white;
}
section.showhighlights .hightlightdarkviolet div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/4_3.svg");
}
section.showhighlights .hightlightdarkviolet:hover {
  background-color: #3a3a61;
  border-color: #3a3a61;
}
section.showhighlights .hightlightdarkviolet:hover div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/4_3_2.svg");
}
section.showhighlights .hightlightpink2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 1.2em;
  transition: 250ms;
  box-sizing: border-box;
  height: 100%;
  color: #a25498;
}
section.showhighlights .hightlightpink2 div.firstimagehl {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.showhighlights .hightlightpink2 h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  transition: 250ms;
  margin: 0;
  margin-bottom: 2px;
}
section.showhighlights .hightlightpink2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.showhighlights .hightlightpink2:hover h5 {
  color: white;
}
section.showhighlights .hightlightpink2:hover p {
  color: white;
}
section.showhighlights .hightlightpink2 div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/5.svg");
}
section.showhighlights .hightlightpink2:hover {
  background-color: #a25498;
  border-color: #a25498;
}
section.showhighlights .hightlightpink2:hover div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/5.1.svg");
}
section.showhighlights .hightlightviolet2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 1.2em;
  transition: 250ms;
  box-sizing: border-box;
  height: 100%;
  color: #7779b9;
}
section.showhighlights .hightlightviolet2 div.firstimagehl {
  height: 70px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.showhighlights .hightlightviolet2 h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  transition: 250ms;
  margin: 0;
  margin-bottom: 2px;
}
section.showhighlights .hightlightviolet2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.showhighlights .hightlightviolet2:hover h5 {
  color: white;
}
section.showhighlights .hightlightviolet2:hover p {
  color: white;
}
section.showhighlights .hightlightviolet2 div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/6.svg");
}
section.showhighlights .hightlightviolet2:hover {
  background-color: #7779b9;
  border-color: #7779b9;
}
section.showhighlights .hightlightviolet2:hover div.firstimagehl {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/highlight-svg/6.1.svg");
}
@media only screen and (max-width: 768px) {
  section.showhighlights {
    padding: 2em 0.5em;
  }
}

section.venueattend {
  padding: 3em 0;
  height: auto;
  background-color: #d9d9d9;
}
section.venueattend .backgroundpinkvenue {
  background-color: #a25498;
  padding: 2em;
}
section.venueattend .backgroundpinkvenue .flexboxlink {
  margin-bottom: 2.5em;
}
section.venueattend .backgroundpinkvenue .flexboxlink .linkm {
  margin-right: 20px;
  align-items: center;
}
section.venueattend .backgroundpinkvenue .flexboxlink .linkm img {
  width: 20px;
  height: fit-content;
  margin-right: 10px;
}
section.venueattend .backgroundpinkvenue .flexboxlink .linkm p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
}
section.venueattend .backgroundpinkvenue h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
  color: white;
  margin-bottom: 15px;
}
section.venueattend .backgroundpinkvenue p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
section.venueattend .backgroundpinkvenue span.pjlive {
  font-family: Poppins;
  font-weight: 700;
  color: #15152e;
}
section.venueattend .backgroundpinkvenue h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  color: white;
  margin-bottom: 15px;
}
section.venueattend .backgroundpinkvenue .iconesvenue {
  align-content: start;
}
section.venueattend .backgroundpinkvenue .iconesvenue img {
  width: 30px;
  height: fit-content;
  margin-top: 4px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  section.venueattend .backgroundpinkvenue {
    padding: 2em 1.5em;
  }
}

section.enhance h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
}
section.enhance h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 27px;
  color: #3a3a61;
}
section.enhance .rowenahce {
  justify-content: space-between;
  padding: 3em 0;
  height: auto;
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/backgroundehnace.png");
  background-repeat: no-repeat;
  background-position: right 22% bottom 45%;
  background-size: 460px;
}
section.enhance .rowenahce .descriptionenhance {
  margin-top: 20px;
}
section.enhance .rowenahce .descriptionenhance i {
  padding-right: 15px;
  font-size: 30px;
  height: fit-content;
  color: #5495d0;
  font-weight: 800;
}
section.enhance .rowenahce .descriptionenhance p {
  width: 80%;
}
section.enhance .colbutton {
  align-items: center;
  justify-content: left;
}
section.enhance .colbutton a {
  font-family: Poppins;
  font-weight: 700;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  padding: 0.5em 2em;
  width: auto;
  font-size: 23px;
  margin: 0.2em 0;
  text-decoration: none;
  transition: transform 250ms;
  background-color: #5495d0;
  height: fit-content;
}
section.enhance .colbutton a:hover {
  transform: translateY(-10px);
  transition: transform 0.5s; /* Animation */
}
section.enhance .colbutton img {
  padding-top: 78px;
}
@media only screen and (max-width: 1024px) {
  section.enhance .colbutton a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section.enhance {
    padding: 2em 1em;
  }
  section.enhance h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
  }
  section.enhance h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19px;
    color: #3a3a61;
    line-height: 22px;
  }
  section.enhance .descriptionenhance p {
    width: 100%;
  }
  section.enhance .rowenahce {
    background-image: none;
    padding: 0;
  }
  section.enhance .colbutton a {
    font-size: 17px;
  }
  section.enhance .colbutton img {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  section.enhance .colbutton a {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
}

section.sponsor_intro {
  background: #15152e;
  padding: 5em 0;
  height: auto;
}
section.sponsor_intro a {
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  background: #a25498;
  display: block;
  margin: 1em auto;
  font-size: 1.3em;
  padding: 0.5em 1em;
  border-radius: 50px;
  width: 390px;
  text-align: center;
}
section.sponsor_intro a:hover {
  text-decoration: none;
  transform: translateY(-10px);
  transition: 0.5s;
}

.card-why {
  border: 1px solid #3a3a61;
  border-radius: 30px;
  padding: 2em !important;
 
}
.card-why p {
  font-family: Poppins;
  font-weight: 400;
  color: white;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.card-why h2 {
  color: #9fc9eb;
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0.5em;
}

.circles {
  padding: 1em;
}

@media only screen and (max-width: 768px) {
  .circles {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  section.sponsor_intro a {
 
    margin: 1em auto;
 
  }
}



@media only screen and (max-width: 1024px) {
  section.sponsor-intro .card-why h2 {
    font-size: 30px;
  }
  section.sponsor-intro .card-why p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 425px) {
  section.sponsor_intro {
    padding: 2em 0.5em;
  }
  section.sponsor_intro .card-why a {
    font-size: 15px;
  }
  section.sponsor_intro a {
    width: 100%;
    font-size: 1.3em;
    padding: 0.5em 0em;
    margin-top: 1em;
  }
}
section.why_sponsor {
  padding: 5em 0;
  height: auto;
}
section.why_sponsor h4 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  margin-bottom: 1em;
}
section.why_sponsor p {
  height: 80px;
  font-size: 19px !important;
}
section.why_sponsor .benefitpink {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #a25498;
}
section.why_sponsor .benefitpink div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitpink p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitpink:hover p {
  color: white;
}
section.why_sponsor .benefitpink div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_1_color.svg");
}
section.why_sponsor .benefitpink:hover {
  background-color: #a25498;
  border-color: #a25498;
}
section.why_sponsor .benefitpink:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_1_white.svg");
}
section.why_sponsor .benefitviolet {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #7779b9;
}
section.why_sponsor .benefitviolet div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitviolet p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitviolet:hover p {
  color: white;
}
section.why_sponsor .benefitviolet div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_2_color.svg");
}
section.why_sponsor .benefitviolet:hover {
  background-color: #7779b9;
  border-color: #7779b9;
}
section.why_sponsor .benefitviolet:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_2_white.svg");
}
section.why_sponsor .benefitblue {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #5495d0;
}
section.why_sponsor .benefitblue div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitblue p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitblue:hover p {
  color: white;
}
section.why_sponsor .benefitblue div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_3_color.svg");
  margin-bottom: 1em;
}
section.why_sponsor .benefitblue:hover {
  background-color: #5495d0;
  border-color: #5495d0;
}
section.why_sponsor .benefitblue:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_3_white.svg");
}
section.why_sponsor .benefitdarkviolet {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #3a3a61;
}
section.why_sponsor .benefitdarkviolet div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitdarkviolet p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitdarkviolet:hover p {
  color: white;
}
section.why_sponsor .benefitdarkviolet div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_4_color.svg");
}
section.why_sponsor .benefitdarkviolet:hover {
  background-color: #3a3a61;
  border-color: #3a3a61;
}
section.why_sponsor .benefitdarkviolet:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_4_white.svg");
}
section.why_sponsor .benefitpink2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #a25498;
}
section.why_sponsor .benefitpink2 div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitpink2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitpink2:hover p {
  color: white;
}
section.why_sponsor .benefitpink2 div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_5_color.svg");
}
section.why_sponsor .benefitpink2:hover {
  background-color: #a25498;
  border-color: #a25498;
}
section.why_sponsor .benefitpink2:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_5_white.svg");
}
section.why_sponsor .benefitviolet2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #7779b9;
}
section.why_sponsor .benefitviolet2 div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitviolet2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitviolet2:hover p {
  color: white;
}
section.why_sponsor .benefitviolet2 div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_6_color.svg");
}
section.why_sponsor .benefitviolet2:hover {
  background-color: #7779b9;
  border-color: #7779b9;
}
section.why_sponsor .benefitviolet2:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_6_white.svg");
}
section.why_sponsor .benefitblue2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #5495d0;
}
section.why_sponsor .benefitblue2 div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitblue2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitblue2:hover p {
  color: white;
}
section.why_sponsor .benefitblue2 div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_7_color.svg");
}
section.why_sponsor .benefitblue2:hover {
  background-color: #5495d0;
  border-color: #5495d0;
}
section.why_sponsor .benefitblue2:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_7_white.svg");
}
section.why_sponsor .benefitdarkviolet2 {
  border: solid #eaeafb 2px;
  border-radius: 20px;
  text-align: center;
  padding: 2em;
  transition: 250ms;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #3a3a61;
}
section.why_sponsor .benefitdarkviolet2 div.firstimage {
  height: 85px;
  width: auto;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  transition: 250ms;
}
section.why_sponsor .benefitdarkviolet2 p {
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
  font-size: 17px;
  transition: 250ms;
  line-height: 22px;
}
section.why_sponsor .benefitdarkviolet2:hover p {
  color: white;
}
section.why_sponsor .benefitdarkviolet2 div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_8_color.svg");
}
section.why_sponsor .benefitdarkviolet2:hover {
  background-color: #3a3a61;
  border-color: #3a3a61;
}
section.why_sponsor .benefitdarkviolet2:hover div.firstimage {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/icons/icon_8_white.svg");
}
@media only screen and (max-width: 1024px) {
  section.why_sponsor p {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 768px) {
  section.why_sponsor {
    padding: 2em 0.5em;
  }
  section.why_sponsor p {
    height: 50px;
  }
}

section.packages {
  background: #15152e;
  padding: 5em 0;
  height: auto;
  color: #fff;
  font-family: Poppins !important;
}
section.packages h2 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
}
section.packages p {
  font-family: Poppins !important;
  color: #fff !important;
}
section.packages .contact{
  text-align:center;
  padding:1em 0 0;
}

section.packages .contact a{
  color:#9fc9eb;
  text-decoration:none;
}

section.packages .pack span.type {
  text-align: center;
  display: block;
  background: #313172;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-family: Poppins;
  font-weight: 700;
  border-radius: 50px;
  font-size: 18px;
  margin: 2em auto;
  width: 70%;
  color: #fff !important;
}
section.packages .pack span.type.exclusive {
  width: 55%;
}
section.packages .pack .pack-card {
  border: 1px solid #3a3a61;
  display: block;
  width: 100%;
  border-radius: 32px;
  position: relative;
  margin: 2em 0;
}
section.packages .pack .pack-card span.sold {
  position: absolute;
  z-index: 1;
  background: #a25498;
  border-radius: 200%;
  top: -100;
  right: -10px;
  top: -50px;
  width: 100px;
  height: 98px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 25px;
  padding: 1.5em 0.8em;
  font-family: Poppins;
  font-weight: 700;
  color: #fff !important;
}
section.packages .pack .pack-card figure {
  height: 200px;
  background: #3a3a61;
  border-radius: 30px 30px 0 0;
  background-size: cover;
  opacity: 70%;
}
section.packages .pack .pack-card figure.strategic {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/strategic_partner.jpg");
}
section.packages .pack .pack-card figure.supporting {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/supporting_partner.jpg");
}
section.packages .pack .pack-card figure.thought{
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/thought_leadership_dinner_sponsor.jpg");
}
section.packages .pack .pack-card figure.networking{
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/networking_reception_sponsor.jpg"); 
}
section.packages .pack .pack-card figure.lanyard {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/lanyard_sponsor.jpg");
}
section.packages .pack .pack-card figure.registration {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/registration_sponsor.jpg");
}
section.packages .pack .pack-card figure.theatre {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/theatre_sponsor.jpg");
}
section.packages .pack .pack-card figure.meet {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/meet_the_buyer_zone_sponsor.jpg");
}
section.packages .pack .pack-card figure.session {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsorship_packages/session_co_host.jpg");
}
section.packages .pack .pack-card figure.leadership {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_leadership.jpg");
}
section.packages .pack .pack-card figure.conference {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_conference.jpg");
}
section.packages .pack .pack-card figure.onetoone {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_1to1.jpg");
}
section.packages .pack .pack-card figure.registration {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_registration.jpg");
}
section.packages .pack .pack-card figure.prize {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_prize_draw.jpg");
}
section.packages .pack .pack-card figure.bronze {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_bronze.jpg");
}
section.packages .pack .pack-card figure.gold {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_gold.jpg");
}
section.packages .pack .pack-card figure.silver {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_silver.jpg");
}
section.packages .pack .pack-card figure.platinum {
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2024/assets/img/sponsor_platinum.jpg");
}
section.packages .pack .pack-card figcaption {
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  padding: 0.5em 0.9em 0em;
  /*margin: 0 1em;*/
  line-height: 34px !important;
}
section.packages .pack .pack-card figcaption.strategic {
  height: 80px;
}
section.packages .pack .pack-card p {
  margin: 1.5em 1.6em 0;
  height: 100px;
  color: #fff !important;
  font-family: Poppins !important;
}
section.packages .pack .pack-card p.price {
  display: block;
  border: 2px solid white;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  height: auto !important;
  width: 70%;
  display: block;
  margin: 0em auto 2em;
  padding: 0.3em;
}
section.packages .pack .pack-card p.price.sold {
  background: #3a3a61;
  border: none;
  text-transform: uppercase;
  color: white !important;
}
section.packages .pack .pack-card.violetpink figcaption {
  color: #a25498;
}
section.packages .pack .pack-card.violetpink p.price {
  color: #a25498;
}
section.packages .pack .pack-card.violet figcaption {
  color: #7779b9;
}
section.packages .pack .pack-card.violet p.price {
  color: #7779b9;
}
section.packages .pack .pack-card.blue figcaption {
  color: #9fc9eb;
}
section.packages .pack .pack-card.blue p.price {
  color: #9fc9eb;
}
section.packages .pack .pack-card:hover figcaption {
  color: #15152e;
}
section.packages .pack .pack-card:hover figure {
  opacity: 100%;
}
section.packages .pack .pack-card:hover p.price {
  color: #15152e !important;
  background: #fff;
  transform: scale(115%);
  border: 2px solid #15152e;
}
section.packages .pack .pack-card:hover.violetpink {
  background: #a25498;
}
section.packages .pack .pack-card:hover.violetpink p {
  color: #15152e !important;
}
section.packages .pack .pack-card:hover.violet {
  background: #7779b9;
}
section.packages .pack .pack-card:hover.violet p {
  color: #15152e !important;
}
section.packages .pack .pack-card:hover.blue {
  background: #9fc9eb;
}
section.packages .pack .pack-card:hover.blue p {
  color: #15152e !important;
}
@media only screen and (max-width: 1024px) {
  section.packages .pack .pack-card figcaption {
    height: 80%;
  }
  section.packages .pack .pack-card figcaption {
    font-size: 23px !important;
  }
  section.packages .pack .pack-card p {
    margin: 1em 1.9em;
    height: 100px;
  }
  section.packages .pack span.type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section.packages .pack .pack-card figcaption {
    font-size: 28px !important;
  }
  section.packages .pack .pack-card span.sold {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    line-height: 45px;
  }
  section.packages .pack .pack-card figure {
    height: 300px;
  }
  section.packages br {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  section.packages {
    padding: 5em 1em;
  }
  section.packages .pack .pack-card.violetpink figcaption {
    margin: 0;
  }
  section.packages .pack .pack-card.violetpink figcaption.strategic {
    height: auto;
  }
  section.packages .pack .pack-card figure {
    height: 200px;
  }
  section.packages .intro a {
    width: 90%;
  }
}

section.sponsor_package {
  padding: 0;
  height: auto;
  text-align: center;
}
section.sponsor_package h2 {
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 100%;
  line-height: 2.2rem;
}
section.sponsor_package p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 2em auto 1em;
  width: 50%;
}
section.sponsor_package p a {
  font-family: Poppins;
  font-weight: 700;
  color: black;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
section.sponsor_package a.call {
  background: #5495d0;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  border-radius: 50px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 1.3em;
  margin: 0 auto;
}
section.sponsor_package a.call:hover {
  text-decoration: none;
  transform: translateY(-5px);
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  section.sponsor_package p {
    margin: 1em 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .script img {
    display: none;
  }
  }

@media only screen and (max-width: 425px) {
  section.sponsor_package {
    padding: 3em 1em;
  }
}

.script {
  padding: 2em 0;
  text-align: left;
}
.script img {
  width: 30%;
}

.sp {
  background: url("https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/sp_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 200px;
  margin: 0 auto 3em;
}

@media only screen and (max-width: 768px) {
  .script img {
    width: 100%;
  }
  .sp {
    background: none;
  }
}
@media only screen and (max-width: 425px) {
  .script {
    display: none;
  }
}
section.backtoeic {
  padding: 2em;
}

section.footereec {
  padding: 1em;
  background-color: #15152e;
  margin-bottom: -2px;
}
section.footereec .footericonsalign {
  text-align: center;
}
section.footereec .footericonsalign a {
  text-decoration: none;
}
section.footereec .footericonsalign i {
  font-size: 25px;
  margin-right: 10px;
  color: #fff;
}

section.eec_sponsors {
  padding: 1em 0;
  background: #fff;
  display: none;
}
section.eec_sponsors h2 {
  text-align: right;
  font-family: Poppins;
  font-weight: 700;
  /*margin-bottom:1em;
  margin-right:0.5em;*/
  margin-top: 0.5em;
}
section.eec_sponsors .logo {
  /*padding:3em;
  border: 1px solid #999;*/
  display: block;
  text-align: center;
}
section.eec_sponsors .logo img {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  section.eec_sponsors h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 425px) {
  section.eec_sponsors {
    padding: 3em 1em;
  }
  section.eec_sponsors .logo {
    text-align: center;
    display: block;
  }
  section.eec_sponsors .logo img {
    width: 70%;
  }
}
@media only screen and (max-width: 425px) {
  section.eec_sponsors {
    padding: 3em 1em;
  }
  section.eec_sponsors h2 {
    margin-right: 0;
    text-align: center;
  }
}

section.organising_partners {
  padding: 2em 0 1em;
}
section.organising_partners h2 {
  color: #15152e;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  section.organising_partners h2 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 1em;
  }
}

section.accomodation {
  padding: 4em 0;
  background: #15152e;
  color: #fff;
}
section.accomodation h2 {
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  text-align: center;
}
section.accomodation h3 {
  color: #fff;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #a25498;
}
section.accomodation p.detail {
  text-align: center;
  color: #fff !important;
  margin-bottom: 3em;
  font-family: Poppins;
}
section.accomodation .location {
  border: 1px solid #3a3a61;
  border-radius: 30px;
  padding: 3em;
  margin-bottom: 2em;
}
section.accomodation .location p.rate {
  color: #fff !important;
  font-size: 16px;
  font-family: Poppins;
}
section.accomodation .location p.rate span.bold {
  font-weight: 700;
  color: #fff !important;
  font-family: Poppins;
}
section.accomodation .location p.rate span.hl {
  color: #a25498;
  font-weight: 700;
  font-family: Poppins;
}
section.accomodation .location img {
  width: 100%;
}
section.accomodation .location ul.description {
  padding: 0 1.5em;
  margin: 0 0 1.5em;
}
section.accomodation .location ul.description li {
  font-family: Poppins;
  color: #fff !important;
  font-size: 16px;
  margin: 0 0 10px;
}
section.accomodation .location ul.description li::marker {
  color: #a25498;
}
section.accomodation .location a.book {
  color: #fff;
  display: inline-block;
  background: #a25498;
  padding: 0.5em 2em;
  border-radius: 50px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 17px;
}
section.accomodation .location a.book:hover {
  text-decoration: none;
  transform: scale(110%);
  transition: 0.2s;
}
section.accomodation .location a.book:hover .location {
  background: red !important;
}
@media only screen and (max-width: 768px) {
  section.accomodation {
    padding: 3em 1em;
  }
  section.accomodation h3 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 425px) {
  section.accomodation .location {
    padding: 2em;
  }
}

section.passports {
  padding: 3em 0;
  text-align: center;
  background: white;
}
section.passports h2 {
  text-align: center;
  color: #15152e;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: 0.5em;
}
section.passports p.explanation {
  width: 80%;
  margin: auto;
  margin-bottom: 2em;
  font-size: 16px;
  font-family: Poppins;
}
section.passports a {
  display: inline-block;
  background: #5495d0;
  font-family: Poppins;
  font-weight: 700;
  padding: 0.5em 3em;
  color: white;
  font-size: 1.3em;
  border-radius: 50px;
}
section.passports a:hover {
  text-decoration: none;
  transform: translateY(-10px);
  transition: 0.5s;
}

section.agenda {
  padding: 3em 0;
}

@media (max-width: 768px) {
  section.agenda {
    padding: 3em 1em;
  }
}
section.locations2 {
  background: #15152e;
  padding: 1.5em 0 1em;
}
section.locations2 p {
  font-family: Poppins !important;
  color: white !important;
  font-size: 16px;
  display: flex;
  align-items: center;
}
section.locations2 p .theatre {
  font-family: Poppins !important;
  color: white;
  font-size: 16px;
  display: block;
  line-height: 33px;
}
section.locations2 p span.sessions {
  font-weight: 600;
  color: white;
  font-family: Poppins !important;
  font-size: 16px;
}
section.locations2 p span.theatre {
  font-weight: 500;
  color: white;
  font-family: Poppins !important;
  font-size: 16px;
}
section.locations2 p span.circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 0.5em 0 0.5em;
}
section.locations2 p span.circle .main {
  background: #a84d92;
}
section.locations2 p span.circle .supply {
  background: #5495d0;
}
section.locations2 p span.circle .international {
  background: #7779b9;
}
@media only screen and (max-width: 768px) {
  section.locations2 p {
    font-family: Poppins !important;
    font-size: 13px;
  }
  section.locations2 p .theatre {
    font-family: Poppins !important;
    color: white;
    font-size: 11px !important;
  }
  section.locations2 p span.sessions {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 1024px) {
  section.locations2 p .theatre {
    font-size: 14px;
  }
  section.locations2 p span.sessions {
    font-size: 14px;
  }
  section.locations2 p span.theatre {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  section.locations2 p {
    font-family: Poppins !important;
    color: white;
    font-size: 16px;
    display: block;
    line-height: 33px;
    margin: auto 1em;
  }
  section.locations2 p .theatre {
    font-family: Poppins !important;
    color: white;
    font-size: 16px !important;
    display: block;
    line-height: 30px;
  }
  section.locations2 p span.sessions {
    font-size: 16px !important;
  }
}

section.meet_intro {
  background: #15152e;
  color: white;
  padding: 4em 0;
}
section.meet_intro p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 2.5em;
  line-height: 1.5em;
  font-family: "Poppins";
  margin: 0;
}
section.meet_intro a.calltoaction {
  display: inline-block;
  font-family: Poppins;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  padding: 0.5em 1.5em;
  width: auto;
  font-size: 20px;
  margin: 0.2em 0;
  text-decoration: none;
  transition: transform 250ms;
  background: #a25498;
  margin: 1em 0.5em;
}

section.meet_content {
  padding: 4em 0;
  background: #15152e;
  color: white;
}

body {
  font-family: Poppins;
  font-weight: 400;
}

.divider {
  height: 14px;
  background-image: url(https://www.the-eic.com/Portals/0/Website/Events/EnergyExportsConference/2023/new/landing-page/assets/img/dividereec2023.png);
  background-position: center;
  background-size: cover;
}