@charset "UTF-8";

:root {
  --purple: #482C63;
  --purpleTint: #5D4475;
/*--eventHighlight: #D6DF22;*/
  --eventHighlight: #BFD732;
	--asia: #BFD732;
	--mea: #FF9300;
	--europe: #01B3B7;
  --pink: #FD518B;
  --eventLowlight: #B3C92E;
 /* --eventLowlight: #C4CF26;
  --eventLowlight: #B4C600;*/
  --visFooterHeight: 90;
  --scrollFooterHeight: 510;
}

@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glypha_lt_pro55_roman';
    src: url('../fonts/glyphaltpro-roman-webfont.woff2') format('woff2'),
         url('../fonts/glyphaltpro-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    width:100%;
    height:100%;
    box-sizing: border-box;
    min-width:320px;
    font-size: 62.5%;
}
body{
    font-family: 'glypha_lt_pro55_roman';
    font-style: normal;
    height:100%;
    width:100%;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    color:#000;
}
.minPage > .belowFold{
    background-color: #F5F5F2;
    padding: 250px 150px 240px 150px;
    min-height: calc(100% + 80px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
* {
  box-sizing: inherit;
    margin:0;
    padding: 0;
    color:  inherit;
    font-weight: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loaderNone {
  display:none;
}
.loaderCircle {
  opacity:0;
}
@media (max-width: 950px) {
    .loaderCircles {
        width: 150px;
    }
}
@media (max-width: 550px) {
    .loaderCircles {
        width: 100px;
    }
}
/* STRIPES */
.stripes {
    display: flex;
	  min-width: 10px;
	  flex-direction: column;
	  z-index: 0;
	  height: 100%;
}
.stripe {
    flex-grow: 1;
    flex-shrink: 0;
	background-color: #DDDBD1;
}
.stripe.asia {
	background-color: var(--asia);
}
.stripe.mea {
	background-color: var(--mea);
}
.stripe.europe {
	background-color: var(--europe);
}


/* MAIN FOOTER */ 

.mainFooter {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 20;
    min-height:90px;
    transition: min-height 0.3s;
}
.visibleFooter {
    display: flex;
    flex-direction: row;
    width: 100%;
    bottom: 0;
    background-color: var(--purple);
    padding: 0 60px;
    min-height:90px;
    transition: min-height 0.3s;
}
.visibleFooter h1 {
    font-family: 'gilroyextrabold';
    font-size: 2.5rem;
    line-height: 2.4rem;
    color:#FFF;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.visibleFooter section {
    display: flex;
    align-items: center;
    gap: 40px;
	flex-shrink: 0;
}
.visibleFooter section div {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
	flex-shrink: 0;
}
.visibleFooter section div h5 {
	  font-family: 'gilroyextrabold';
	  font-size: 1.9rem;
	  line-height: 1.9rem;
	  text-transform: uppercase;
	  letter-spacing: 0.08em;
	  color: var(--eventHighlight);
}
.visibleFooter section div h5 a {
	  color: var(--eventHighlight);
		text-decoration: none;
	cursor: pointer;
	transition: color 0.3s;
}
.visibleFooter section div h5 a:hover {
	  color: var(--europe);
}
.visibleFooter section p,
.visibleFooter section time {
    padding:0;
    margin:0;
    color: #FFF;
    font-size: 1.9rem;
    line-height: 1.9rem;
}
.mouse {
    position: absolute;
    width:52px;
    height: 74px;
    top: -36px;
    left: calc(50% - 26px);
    right: auto;
    z-index: 21;
    transition: bottom 0.3s, opacity 0.3s;
    opacity:1;
    cursor: pointer;
}
.menuOpenFooter .mouse {
    opacity:0;
    cursor: default;
}

@media (max-width: 1390px) {
    .visibleFooter section {
	  display: none;
	}
	.visibleFooter h1 {
	  font-size: 2.2rem;
	  text-align: center;
		justify-content: center;
	}
    
}

@media (max-width: 850px) {
    :root {
      --visFooterHeight: 130;
    }
    .visibleFooter {
      min-height: 130px;
        flex-direction: column;
        align-items: center;
        gap: 0px;
        gap: 10px;
        justify-content: center;
    }
    .mouse,
    .mouse svg {
      width: 28px;
        height: 40px;
    }
    .mouse {
      top: -20px;
        left: calc(50% - 14px);
    }
    #arrowLine, #arrowTop {
      stroke-width: 4;
    }
    .visibleFooter h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 630px) {
	.visibleFooter {
	  padding: 0 30px;
	}
    .visibleFooter h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}


/* MIN FOOTER */

.minFooter .visibleFooter {
    min-height: 150px;
}
.minFooter .mouse {
  bottom: 52px;
}

@media (max-width: 850px) {

    .minFooter .visibleFooter {
      min-height: 130px;
    }
    
}

/* INTRO SCREEN */

.introScreen {
   display: flex;
  width: 100%;
  height: calc(100% - 140px);
  padding: 0;
  align-items: center;
  border-bottom: solid 10px rgb(204, 199, 184);
}
.introScreen > h2 {
    display: flex;
    margin: 0;
    flex-direction: column;
    flex-basis: 55%;
    padding: 0 150px 0 100px;
    font-size: 3.2rem;
    line-height: 6rem;
}
.introScreen > .introText {
    display: flex;
    margin: 0;
    flex-direction: column;
    flex-basis: 45%;
    padding: 0 150px 0 100px;
    gap: 20px;
}

.introScreen h2 strong {
  font-family: 'gilroyextrabold';
    font-size: 4.5rem;
    text-transform: uppercase;
    color: var(--purple);
    padding-bottom:0.5rem;
}
.introScreen .snapLeft {
   position: relative;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
	padding: 50px;
}
.introScreen .introScreenSlider {
    position: relative;
	  flex-grow: 1;
	  max-height: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 100%;
}
.introScreenSlider img {
  position: absolute;
    max-width: 60%;
    max-height: 70%;
    border-radius: 5px;
    box-shadow: 0px 0px 0 13px #FFF;
    /*opacity:0;*/
    z-index: 0;
}
.introScreenSlider .prev {
    z-index: 1;
}
.introScreenSlider .next {
    z-index: 2;
    
}
.introScreenSlider .nextshow {
    z-index: 4;
    opacity:0;
}
.introScreenSlider .show {
    z-index: 3;
}
address {
    font-style:normal;
  font-size: 1.8rem;
  line-height: 3.5rem;
}
.phone {
  background-image: url(../images/icon_phone.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    padding-left: 30px;
}
address strong {
   font-family: 'gilroyextrabold';
    text-transform: uppercase;
    color: var(--purple);
}
.venue .linkButton
{
    background-color: transparent;
    border:solid 1px var(--purple);
    border-radius:5px;
    padding:10px 12px;
    align-self: center;
    text-decoration: none;
    color: var(--purple);
    font-family: 'gilroyextrabold';
    font-size:1.8rem;
    line-height:1.8rem;
    transition: background-color 0.3s, color 0.3s;
}
.venue .linkButton:hover {
    background-color: var(--purple);
    color: #FFF;
}
.venue .arrowRight {
    fill: var(--purple);    
}
.venue .linkButton:hover .arrowRight
{
    fill: #FFF;    
}
.venue .linkButton {
  margin-top: 2rem;
    align-self: flex-start;
}
.venue .introText p {
    line-height: 2.6rem;
  }
.introScreen > .forumsLogos {
    display: flex;
    margin: 0;
    flex-direction: column;
	height: 100%;
  justify-content: center;
  padding: 40px;
	background: linear-gradient(90deg, rgb(238, 237, 232) 20%, rgba(238,237,232,0.5) 100%);
	min-width: 680px;
}
#forumsLogoPack {
	display:flex;
  flex-direction: column;
	gap: 60px;
}
.forumsLogos div > section {
  display: flex;
  gap: 60px;
  align-items: center;
}
.forumsLogos div > section > div {
  padding: 10px 0 10px 60px;
  border-left: solid 1px #DDDBD1;
	display: flex;
  flex-direction: column;
}
.forumsLogos div > section p,
.forumsLogos div > section time
{
	font-size: 1.8rem;
  line-height: 3rem;
}
.forumsLogos div > section .linkButton
{
    background-color: transparent;
    border:solid 1px var(--purple);
    border-radius:5px;
    padding:10px 12px;
    align-self: center;
    text-decoration: none;
    color: var(--purple);
    font-family: 'gilroyextrabold';
    font-size:1.8rem;
    line-height:1.8rem;
    transition: background-color 0.3s, color 0.3s;
}
.forumsLogos div > section .linkButton:hover {
    background-color: var(--purple);
}
.forumsLogos div > section .arrowRight {
    fill: var(--purple);    
}
.forumsLogos div > section .linkButton:hover .arrowRight
{
    fill: #FFF;    
}
.forumsLogos div > section .linkButton {
  margin-top: 2rem;
    align-self: flex-start;
}

.forumsLogos div > .asia .linkButton
{
    border:solid 1px var(--asia);
}
.forumsLogos div > .mea .linkButton
{
    border:solid 1px var(--mea);
}
.forumsLogos div > .europe .linkButton
{
    border:solid 1px var(--europe);
}
.forumsLogos div > .asia .linkButton:hover {
    background-color: var(--asia);
}
.forumsLogos div > .mea .linkButton:hover {
    background-color: var(--mea);
}
.forumsLogos div > .europe .linkButton:hover {
    background-color: var(--europe);
}
.snapLeft > .snap {
  margin-top: 30px;
}
@media (max-width: 1700px) {

    .introScreenSlider img {
      box-shadow: 0px 0px 0 8px #FFF;
    }
	.forumsLogos div > section {
	  gap: 50px;
	}
	.forumsLogos div > section > div {
	  padding: 10px 0 10px 50px;
	}
}
@media (max-width: 1500px) {
    .phone {
      background-size: 16px 16px;
      padding-left: 20px;
    }
	 .introScreen > .forumsLogos {
		 min-width: 540px;
	  }
	#forumsLogoPack {
		gap: 30px;
	}
	 .forumsLogos div > section {
		gap: 40px;
	  }
	.forumsLogos div > section > a > img {
	  width: 180px;
	}
	.forumsLogos div > section > div {
		padding: 30px 0 0px 0px;
		border-left: none;
	  }
	.forumsLogos div > section p, .forumsLogos div > section time {
	  font-size: 1.7rem;
	  line-height: 2.5rem;
	}
	.forumsLogos div > section .linkButton {
	  margin-top: 1.2rem;
		font-size: 1.6rem;
  line-height: 1.6rem;
	}
	.forumsLogos div > section .linkButton svg {
	  margin-left: 4px;
	  width: 15px;
	  height: 10px;
	}
	
}

@media screen and (orientation: portrait) {
     .introScreen {
      flex-direction: column;
        justify-content: center;
		 gap: 0;
		 height:auto;
		 border-bottom: none;
    }   
	.stripes {
	  min-width: 100%;
	  flex-direction: row;
	  height: 10px;
	}
	.introScreen .snapLeft {
	  height: calc(100vh - 150px);
		align-items: center;
	}   
	.introScreen .snapLeft p {
	  text-align: center;
	}
	  .introScreen > .forumsLogos {
		min-width: 100%;
		min-height: 400px;
	  }
	.introScreen #forumsLogoPack {
		padding: 0;
		gap: 30px;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
	  }
     .forumsLogos div > section {
		gap: 20px;
		flex-direction: column;
	  }
	 .forumsLogos div > section > div {
		padding: 0;
	  }
	 .forumsLogos div > section p, .forumsLogos div > section time {
		display: none;
	  }
	  .forumsLogos div > section .linkButton {
		margin-top: 0;
		margin-left: 20px;
	  }

    .introScreen .introScreenSlider {
      width: 100%;
    }
}
@media (max-width: 850px) {
	  .introScreen .snapLeft {
		height: calc(100vh - 130px);
	  }
	.introScreen > .forumsLogos {
		gap: 20px;
		justify-content: center;
	  }
}

@media (max-width: 550px) {
	  .forumsLogos div > section > a > img {
		width: 150px;
	  }
}
@media (max-width: 460px) {
      .introScreen > .forumsLogos {
		gap: 20px;
	  }
	 .forumsLogos div > section {
		gap: 10px;
	  }
	.forumsLogos div > section .linkButton {
		  padding: 6px 8px;
	}
}

/* BELOW FOLD */

.belowFold {
    display:flex;
    flex-direction: column;
    width:100%;
    padding: 150px 150px 240px 150px;
    align-items: flex-start;
}

.sect {
    display:flex;
    width:100%;
    align-items: center;
    margin: 60px 0;
}
.minPage > .belowFold > .sect:first-of-type,
.minPage > .belowFold > form > .sect:first-of-type {
    margin-top:30px;
}
.sect .txtDiv {
    border-radius: 0px 5px 5px 0px;
    padding:80px;
    display: flex;
    flex-direction: column;
    gap:20px;
    flex-grow: 1;
}
.sect .imgDiv {
    flex-basis:45%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 5px;
    max-width: 500px;
}
.sect img {
    width:100%;
    border-radius: 5px;
}
.sectWhite .txtDiv {
    flex-basis: 55%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 20%);
}
.sectBeige .txtDiv {
    background: linear-gradient(90deg, rgb(238, 237, 232) 80%, rgba(238,237,232,0) 100%);
    
}
.benefits .txtDiv {
  flex-basis: 55%;
}

.sectRTA .txtDiv {
    flex-direction: row;
    gap: 0px;
}
.sect h3 {
    font-family: 'gilroyextrabold';
    font-size: 4rem;
    line-height: 4.2rem;
    text-transform: uppercase;
    color: var(--purple);
    padding-bottom: 0.5rem;
    margin: 0;
}
.sect p {
    font-size: 1.8rem;
    line-height: 3.5rem;
    padding-left: 7rem;
    margin: 0;
}
p {
    font-size: 1.8rem;
    line-height: 3.5rem;
}
.sect p strong {
    font-family: 'gilroybold';
    color: var(--purple);
}
.sect p a {
    font-family: 'gilroybold';
    color: var(--purple);
    transition: color 0.3s;
}
.sect p a:hover {
    font-family: 'gilroybold';
    color: var(--eventLowlight);
}

.sectRTA h3 {
    width: 320px;
    min-width: 320px;
}
.sectRTAol {
    margin:0;
    padding:0;
    counter-reset:item;
    display:flex;
    flex-direction:column;
    gap:20px;
    flex-grow: 1;
}
.sectRTAol li {
    margin:0;
    padding:10px 0 0 0;
    list-style-type:none;
    counter-increment:item;
    padding-left: 50px;
    position: relative;
    min-height: 40px;
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.sectRTAol li::before {
    display:block;
    content:counter(item);
    background-image: url(../images/numberedBullet.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position:absolute;
    top:0;
    left:0;
    line-height: 40px;
    text-align: center;
    font-family: 'gilroyextrabold';
    color: var(--purple);
    font-size: 16px;
}
.sectBenefits .txtDiv, 
.sectBenefits div
{
    padding: 0;
    border-radius: 0;
    flex-basis: 33%;
}
.home .sectTrans .txtDiv p {
    padding-left: 0;
}
.benefits .sectTrans .txtDiv {
  /*padding: 0 80px;*/
    padding: 0;
}
.benefits .sectTrans {
  gap: 60px;
}
.benefits .sectRight.sectTrans .txtDiv {
  padding-left: 0;
}

.sectBenefits {
    gap: 50px;
    align-items: flex-start;
    /*margin: 100px 0;*/
}

.sectButtons {
  flex-wrap: wrap;
    justify-content: center;
    gap: 20px !important;
    align-items: stretch;
    margin-bottom: 100px;
}

.sectTrans .purpleButton,
.sectTrans .beigeButton {
    position: relative;
    padding-bottom: 50px;
}
.sectTrans .beigeButton {
    flex-grow: 1;
    max-width: calc(33% - 10px);
}
.purpleButton img, 
.beigeButton img {
    min-width: 100%;
}
.purpleButton div{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(93,68,116,0.2) 0%, rgba(93,68,116,1) 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 5px;
    text-align: center;
    padding: 50px 40px;
    gap: 25px;
}
.beigeButton div {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(225,225,217,0.7) 0%, rgba(225,225,217,1) 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px 40px 20px;
    gap: 18px;
}
.purpleButton h4, 
.beigeButton h4,
.minPage .purpleButton h4{
    font-family: 'gilroyextrabold';
    font-size: 3.3rem;
    line-height: 3.3rem;
    text-transform: uppercase;
    color:#FFF;  
}
.purpleButton p, 
.beigeButton p  {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-left: 0;
}

.linkButton {
    background-color: var(--purple);
    border-radius:5px;
    padding:10px 12px;
    align-self: center;
    text-decoration: none;
    color: #FFF;
    font-family: 'gilroyextrabold';
    font-size:1.8rem;
    line-height:1.8rem;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    cursor:pointer;
}
.beigeButton .linkButton
{
    background-color: transparent;
    border:solid 1px var(--purple);
    border-radius:5px;
    padding:10px 12px;
    align-self: center;
    text-decoration: none;
    color: var(--purple);
    font-family: 'gilroyextrabold';
    font-size:1.8rem;
    line-height:1.8rem;
    transition: background-color 0.3s, color 0.3s;
}
.linkButton svg {
    margin-left:8px;
}
.arrowRight {
    fill: var(--eventHighlight);    
    transition: fill 0.3s;
}
.beigeButton .arrowRight  {
    fill: var(--purple);    
}

.linkButton:hover {
    background-color: var(--eventHighlight);
    color: var(--purple);
}
.beigeButton .linkButton:hover {
    background-color: var(--purple);
    color: #FFF;
}
.linkButton:hover  .arrowRight {
    fill: var(--purple);    
}
.beigeButton .linkButton:hover  .arrowRight
{
    fill: #FFF;    
}

.sectVideo {
    flex-direction: column;
    align-items: flex-start;
    margin: 50px 0;
}
.sectVideo p {
    padding: 50px 0px 0px 0px;
}
.sectNews {
    background-color: #FFF;
    border-radius: 5px;
    margin: 50px 0 0 0;
    padding: 80px;
    gap: 50px;
    align-items: center;
}
.sectNews .newsHome {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap:10px;
    flex-grow: 1;
    flex-basis: 55%;
}
.sectNews div p {
    padding-left: 0;
}
.sectNews .linkButton {
    align-self: flex-start;
    margin-top:10px;
}
.sectSignoff {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.sectSignoff > .linkButton {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  padding: 13px 15px;
}
.sectSignoff h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
    text-align: center;
}

@media (max-width: 1600px) {
    .belowFold {
      padding: 100px 100px 190px 100px;
    }
    .minPage > .belowFold {
      padding: 250px 100px 190px 100px;
    }
    .sect {
        margin: 50px 0;
    }
}
@media (max-width: 1470px) {
    .sect .imgDiv {
      flex-basis: 35%;
    }
    .sectWhite {
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 40%);
    }
    .sectMP.sectBeige {
      background: linear-gradient(90deg, rgb(238, 237, 232) 40%, rgba(238,237,232,0) 100%);
    }
    .sectWhite .txtDiv {
        flex-basis: 65%;
        background: none;
    }
    .sectRTA {
      position: relative;
    }
    .sectRTA .txtDiv {
      width: 100%;
        gap: 30px;
    }
    .sectRTA .imgDiv {
      position: absolute;
      max-width: 277px;
        max-height: 200px;
      top: 190px;
      left: 80px;
    }
    .sectTrans .beigeButton {
      min-height: 350px;
    }

}
@media (max-width: 1210px) {
    .belowFold {
      padding: 100px 70px 160px 70px;
    }
    .minPage > .belowFold {
      padding: 220px 70px 160px 70px;
    }
    .sect {
        margin: 35px 0;
    }
    .sect p {
      font-size: 1.6rem;
      line-height: 3.1rem;
      padding-left: 0;
    }
    p {
      font-size: 1.6rem;
      line-height: 3.1rem;
    }
    
    .sectRTAol li {
      font-size: 1.6rem;
    }
    .sect .txtDiv {
        padding: 70px;
    }
    .sectBenefits .txtDiv {
        padding: 0;
    }
    .sectRTA .txtDiv {
      gap: 0;
    }
    .sectBenefits {
      gap: 30px;
    }
    .sectNews {
      padding: 70px;
      gap: 30px;
        margin: 0px;
    }
    .sectNews .newsHome {
      flex-basis: 50%;
    }
    .sectNews .imgDiv {
      flex-basis: 50%;
    }
    .sectTrans .beigeButton {
      min-height: 320px;
    }
    .benefits .sectNet {
      padding: 20px 0;
    }
}
@media (max-width: 1160px) {
    .sectTrans .beigeButton {
      /*min-height: auto;*/
      max-width: calc(50% - 10px);
    }
    .sectSignoff h4 {
      font-size: 2.2rem;
      line-height: 3.3rem;
    }
}
@media (max-width: 1020px) {
    .sectWhite {
      align-items: flex-start;
        margin-left: 20px!important;
    }
    .sectWhite .imgDiv {
      margin-top: -20px;
      margin-left: -20px;
    }
    .sect .txtDiv {
        padding: 60px;
        gap: 10px;
    }
    .benefits .sectTrans {
      gap: 60px;
    }
    .benefits .sectNet.sectTrans {
      align-items: flex-start;
    }
    .sectBenefits .txtDiv {
        padding: 0;
    }
    .sect h3 {
      font-size: 3.5rem;
      line-height: 4rem;
    }
    .sectRTAol {
      gap: 5px;
    }
    .sectRTA h3 {
      width: 270px;
      min-width: 270px;
    }
    .purpleButton h4,
    .minPage .purpleButton h4{
      font-size: 3rem;
      line-height: 3rem;
    }
    .sectRTA .imgDiv {
      max-width: 240px;
      max-height: 200px;
      top: 160px;
      left: 60px;
    }
    .sect {
      margin: 30px 0;
    }
    .sectButtons {
        margin-bottom: 60px;
    }

    .sectNews {
      padding: 60px;
      gap: 20px;
    }
    .sectVideo p {
      padding: 20px 0px 0px 0px;
    }
    
}
@media (max-width: 980px) {
    .sectBenefits {
      flex-wrap:wrap;
    }
    .sectBenefits .txtDiv {
      min-width: 100%;
    }
    .sectTrans .purpleButton {
      flex-basis: calc(50% - 15px);
    }
}
@media (max-width: 850px) {
    .belowFold {
      padding: 80px 40px 170px 40px;
    }
    .minPage > .belowFold {
      padding: 180px 40px 170px 40px;
    }
    .sect {
      margin: 20px 0;
    }
    .minPage > .belowFold > .sect:first-of-type, 
    .minPage > .belowFold > form > .sect:first-of-type {
      margin-top: 20px;
    }
    .sectNews {
      margin: 0;
    }
    .sectButtons {
        margin-bottom: 60px;
    }
    .sectSignoff h4 {
  font-size: 2rem;
  line-height: 3rem;
}
}
@media (max-width: 750px) {

    .sectWhite {
      flex-direction: column;
        align-items: center;
        margin-left: 0 !important;
        background: none;
        gap: 40px;
    }
    .sectMP.sectBeige {
      flex-direction: column;
        align-items: center;
        background: none;
        gap: 40px;
    }
    .benefits .sectTrans {
      flex-direction: column;
      align-items: center;
      background: none;
      gap: 40px;
    }
    .benefits .sectNet.sectTrans .txtDiv {
      order: 2;
    }
    .sectWhite .imgDiv {
      margin-top: 0;
      margin-left: 0;
        flex-basis: 100%;
        max-height: none;
        max-width: none;
    }
    .sectWhite .txtDiv,
    .benefits .sectTrans .txtDiv {
      padding: 0;
        display: block;
    }    
    .sectMP.sectBeige .txtDiv {
      background: none;
        display: block;
      padding: 0;
      order: 2;
    }
    .sect.sectWhite h3,
    .sectMP.sectBeige h3,
    .benefits .sectTrans h3
    {
          font-size: 1.6rem;
        line-height: 3.1rem;
        display: inline;
    }
    .sectWhite p,
    .sectMP.sectBeige p,
     .benefits .sectTrans p {
      display: inline;
    }
    .sectRTA {
      flex-direction: column;
    }
    .sectRTA .txtDiv {
      order: 2;
        flex-direction: column;
        background: none;
padding: 40px 0 0 0;
    }
    .sectRTA .imgDiv {
      position: relative;
      max-width: unset;
      max-height: unset;
        top: unset;
    left: unset;
    }
    .sectRTA h3 {
      width: 100%;
      min-width: unset;
    }
    .sect h3 {
      font-size: 2.4rem;
      line-height: 3.5rem;
    }
    .sect .imgDiv {
      max-height: 300px;
      max-width: none;
    }
    .sectNews {
      flex-direction: column;
        padding: 30px;
    }
    .sectNews .newsHome {
      flex-basis: 100%;
      order: 2;
    }
    .sectTrans .beigeButton {
      /*min-height: auto;*/
      max-width: 60%;
    }
    .benefits .sectNet {
      padding: 0;
    }
}
@media (max-width: 620px) {
    .sectBenefits {
      flex-direction:column;
        
    }
    .sectTrans .purpleButton {
      flex-basis: 100%;
    }
    .sectTrans .beigeButton {
      min-height: auto;
      max-width: 80%;
    }
    .sectSignoff > .linkButton {
      text-transform: uppercase;
      font-size: 2rem;
      line-height: 2rem;
      padding: 11px 13px;
    }
    .sectSignoff > .linkButton svg {
      margin-left: 4px;
      width: 22px;
      height: 15px;
    }
}
@media (max-width: 550px) {
    .belowFold {
      padding: 50px 25px 155px 25px;
    }
    .minPage > .belowFold {
      padding: 165px 25px 155px 24px;
    }
    .sect {
        margin: 13px 0;
    }
    .minPage > .belowFold > .sect:first-of-type, 
    .minPage > .belowFold > form > .sect:first-of-type {
      margin-top: 13px;
    }
    .sect p,
    p {
      font-size: 1.5rem;
      line-height: 2.8rem;
    }
    .sect h3 {
      font-size: 2.4rem;
      line-height: 3.5rem;
    }
    .sectWhite,
    .sectMP.sectBeige,
    .benefits .sectNet.sectTrans,
    .benefits .sectTrans{
        gap: 25px;
    }

    .sectWhite h3 {
      font-size: 1.5rem;
        line-height: 2.8rem;
    }
    .sectTrans .beigeButton {
      max-width: 100%;
    }
    .sectSignoff h4 {
      font-size: 1.7rem;
      line-height: 2.8rem;
    }
}

/* GENERAL */
h2 {
  font-family: 'gilroyextrabold';
  font-size: 4rem;
  line-height: 4.2rem;
  text-transform: uppercase;
  color: var(--purple);
  padding-bottom: 0.5rem;
  margin: 0;
}
.minPage h3 {
  font-family: 'gilroyregular';
font-size: 2.8rem;
line-height: 3.1rem;
text-transform: uppercase;
color: var(--purple);
padding-bottom: 0.5rem;
margin: 0;
}
.minPage h4 {
  font-family: 'gilroyextrabold';
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: var(--purple);
  padding-bottom: 0.5rem;
  margin: 0;
}
.bulletList {
  margin: 0;
  padding: 0;
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.bulletList li {
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
  counter-increment: item;
  padding-left: 50px;
  position: relative;
  min-height: 40px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.bulletList li::before {
  display: block;
  content: counter(item);
  background-image: url(../images/numberedBullet.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-family: 'gilroyextrabold';
  color: var(--purple);
  font-size: 16px;
}
.txtDivHeader {
  display: flex;
  width: 100%;
}
.txtDivHeader > h3 {
  align-self: flex-start;
  flex-grow: 1;
  flex-basis: 0;
}
.filterDropdownContainer{
    display:flex;
    width:100%;
    margin-bottom: 12px;
}
.filterDropdown {
    position:  relative;
     align-self: flex-start;
    width:220px;
    display: flex;
      min-height: 40px;
    flex-grow: 0;
    flex-basis: 220px;
}
.filterDropdown .filterDropdownArrow {
    position:  absolute;
    top: 14px;
    right: 10px;
    width:21px;
    height: 12px;
    z-index: 3;
    transition: 0.5s;
}
.filterDropdown .filterDropdownArrow .filterDropdownArrowLine {
    fill: var(--eventHighlight);
}
.filterDropdown.active .filterDropdownArrow {
     transform: rotate(-180deg);
}
.filterDropdown input[type="text"] {
    position:  absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor: pointer;
    padding: 12px 25px 12px 12px;
    overflow: hidden;
    font-family: 'gilroybold';
      font-size: 2rem;
      line-height: 2rem;
    background-color: var(--purple);
    outline:none;
    border:none;
    color:#FFF;
    border-radius: 5px;
}
.filterDropdown input[type="text"]::placeholder {
   color:#FFF;
    opacity: 1;
}
.filterDropdown .filterDropdownOptions {
    position:absolute;
    top:40px;
    width:100%;
    background-color: var(--purpleTint);
    overflow:hidden;
    visibility: hidden;
    opacity:0;
    transition: background-color 0.3s, color 0.3s;
    z-index: 2;
    border-radius: 5px;
}
.filterDropdown.active .filterDropdownOptions {
    visibility: visible;
    opacity: 1;
    
}
.filterDropdown .filterDropdownOptions a {
    padding: 13px 18px;
    cursor: pointer;
    transition: 0.25s;
    color: #FFF;
    border-bottom: solid 1px rgba(254,254,254,0.2);
    text-decoration: none;
    font-family: 'gilroybold';
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    display: flex;
}
.filterDropdown .filterDropdownOptions a:hover  {
    background-color: var(--eventHighlight);
    color: var(--purple);
}
a:active {
    background-color: transparent;
}
@media (max-width: 1600px) {
    h2 {
        font-size: 3.6rem;
        line-height: 3.8rem;
    }
    .minPage h3 {
      font-family: 'gilroybold';
      font-size: 2.6rem;
      line-height: 2.8rem;
    }
    .minPage h4 {
      font-family: 'gilroybold';
      font-size: 2.2rem;
      line-height: 2.6rem;
    }
}
@media (max-width: 1210px) {
    h2 {
        font-size: 3.3rem;
        line-height: 3.5rem;
    }
    .filterDropdown {
      width: 200px;
      flex-basis: 200px;
    }
    .filterDropdown input[type="text"] {
      font-size: 1.8rem;
      line-height: 1.8rem;
    }
    .filterDropdown .filterDropdownArrow {
      top: 16px;
      right: 10px;
      width: 18px;
      height: 10px;
    }
    .filterDropdown .filterDropdownOptions a {
      padding: 13px 15px;
      font-size: 1.4rem;
      line-height: 1.4rem;
    }
    .bulletList li {
      font-size: 1.6rem;
        line-height: 2.7rem;
    }
}
@media (max-width: 850px) {
    h2 {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    .minPage h3 {
      font-size: 2.3rem;
      line-height: 2.6rem;
    }
    .minPage h4 {
      font-size: 1.9rem;
      line-height: 2.3rem;
    }
    .bulletList {
      gap: 5px;
    }
}
@media (max-width: 750px) {
    h2 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }
    .minPage h3 {
      font-size: 2.1rem;
      line-height: 2.3rem;
    }
    .minPage h4 {
      font-size: 1.7rem;
      line-height: 2.1rem;
    }
    .txtDivHeader {
      flex-direction: column;
        gap: 20px;
    }
    .filterDropdown {
      width: 100%;
      flex-basis: auto;
    }
}
@media (max-width: 550px) {
    h2 {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    .bulletList li {
      font-size: 1.5rem;
      line-height: 2.1rem;
        padding: 12px 0 0 50px;
    }
    
}
@media (max-width: 450px) {
    h2 {
      font-size: 2.1rem;
      line-height: 2.3rem;
    }
    .minPage h3 {
      font-size: 1.6rem;
      line-height: 1.8rem;
    }
    .minPage h3 {
      font-size: 1.2rem;
      line-height: 1.6rem;
    }
}



/* SEMINARS */

.sectSeminarHeader {
  background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgb(255, 255, 255) 40%);
  padding: 50px 60px;
  border-radius: 5px;
	row-gap: 40px;
	column-gap: 80px;
  margin: 30px 0 00;
	flex-wrap: wrap;
}
.seminars .txtDiv {
  padding:0px;
    gap:0;
}
.sectSeminarHeader .txtDiv {
  gap:15px;
}
.seminars p {
  padding-left: 0;
    line-height: 3rem;
}
.seminars .speaker h5 {
  font-size: 1.8rem;
  line-height: 2.5rem;
    gap: 15px;
}
.seminars .speaker img {
  width: 130px;
  border-radius: 5px;
  flex-shrink: 0;
}
.sectSeminarDetails {
  background: linear-gradient(90deg, rgb(238, 237, 232,0.6) 0%, rgba(238,237,232) 100%);
  padding: 50px 60px;
  border-radius: 5px;
  gap: 80px;
  margin: 10px 0;
}
.sectSeminarHeader h3,
.sectSeminarDetails h3 {
  font-family: 'gilroybold';
  color: var(--purple);
  font-size: 2.8rem;
  line-height: 3.1rem;
  text-transform: none;
    margin-bottom: 4rem;
/*border-bottom: 1px solid #D5D5C9;
padding-bottom: 2rem;*/
}
.sectSeminarHeader h3 {
    margin-bottom: 0;
}
.seminars .programmeTimeVenue {
  margin-bottom: 2rem;
}
.seminars .seminarDesc {
    margin-top: 4rem;
}
.seminars .speakers {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
    gap:20px;
}
.seminars .speakers .speaker {
  flex-basis: calc(50% - 10px);
    margin-top:0;
}  
.seminars .sect .imgDiv {
  flex-basis: 55%;
  max-width: 600px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1600px) {
    .sectSeminarHeader {
      margin: 50px 0 10px 0;
    }
    .sectSeminarHeader,
    .sectSeminarDetails {
      padding: 40px 50px;
    }
    .seminars .sect .imgDiv {
      flex-basis: calc(50% - 30px);
    }
    .seminars .sect .txtDiv {
      flex-basis: calc(50% - 30px);
    }
}
@media (max-width: 1300px) {
    .sectSeminarHeader {
        gap: 60px;
    }
    .sectSeminarHeader .txtDiv {
      gap: 5px;
    }
    
}
@media (max-width: 1210px) {
    .sectSeminarHeader h3,
    .sectSeminarDetails h3 {
      font-size: 2.4rem;
      line-height: 2.8rem;
        margin-bottom: 2rem;
    }
    .seminars .seminarDesc {
      margin-top: 2.3rem;
    }
    .seminars .speaker h5 {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }
    .seminars .speakers {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 10px;
    }
    .seminars .speakers .speaker {
      flex-basis: 100%;
    }
    .seminars .sect .imgDiv {
      order:2;
    }
    .seminars .sect .imgDiv {
      display:none;
    }
    .sectSeminarHeader {
      margin: 35px 0 10px 0;
    }
}
@media (max-width: 850px) {
    .sectSeminarHeader, .sectSeminarDetails {
      padding: 35px;
    }
    .seminars p {
      line-height: 2.7rem;
    }
    .seminars .speaker img {
      width: 100px;
    }
    .seminars .speaker {
      gap: 20px;
    }
    .sectSeminarHeader h3, 
    .sectSeminarDetails h3 {
      font-size: 2.2rem;
      line-height: 2.5rem;
      margin-bottom: 2rem;
    }
    .sectSeminarHeader {
      margin: 20px 0 10px 0;
    }
    .seminars .speaker h5 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
}
@media (max-width: 550px) {
    .sectSeminarHeader {
      margin: 13px 0 5px 0;
    }
    .sectSeminarDetails {
      margin: 5px 0;
    }
    .sectSeminarHeader, .sectSeminarDetails {
      padding: 20px;
    }
    .seminars p {
      line-height: 2.3rem;
    }
    .seminars .speaker h5 {
      font-size: 1.4rem;
      line-height: 1.8rem;
    }
    .sectSeminarHeader h3, 
    .sectSeminarDetails h3 {
      font-size: 1.8rem;
line-height: 2.1rem;
      margin-bottom: 1.8rem;
    }
    .seminars .seminarDesc {
      margin-top: 1.8rem;
    }
    .seminars .programmeTimeVenue {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
    .seminars .programmeTimeVenue .programmeTime,
    .seminars .programmeTimeVenue .programmeVenue {
        color: var(--purple);
    }
    .seminars .programmeTimeVenue .programmeVenue {
        font-family: 'gilroyregular';
    }
}

/* SPEAKER PROFILE */

.sectSpeaker {
  background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgb(255, 255, 255) 40%);
  padding: 50px 60px;
  border-radius: 5px;
  gap: 80px;
}
.sectSpeaker .imgDiv {
     flex-basis: auto;
      width: 25%;
      align-self: flex-start;
}
.sectSpeaker .txtDiv {
  padding:0px;
    flex-basis: auto;
    width: 75%;
    gap:1.5rem;
    padding-top: 6rem;
}
.sectSpeaker p {
  padding-left: 0;
}
.sectSpeaker h3 {
      font-family: 'gilroybold';
    color: var(--purple);
    font-size: 3.3rem;
    line-height: 3.5rem;
    text-transform: none;
    margin-bottom: 0rem;
    padding-bottom: 0;
}
.sectSpeaker h4 {
      font-family: 'gilroybold';
    color: var(--eventLowlight);
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-transform: none;
    margin-bottom: 1rem;
}
.sectSpeaker .linkButton {
  align-self: flex-start;
  display: flex;
  margin-top: 1rem;
}
@media (max-width: 1600px) {
    .sectSpeaker {
      padding: 40px 50px;
    }
    .sectSpeaker h3 {
      font-size: 3.1rem;
      line-height: 3.3rem;
    }
    .sectSpeaker h4 {
      font-size: 2.2rem;
      line-height: 2.4rem;
    }
}
@media (max-width: 1300px) {
   .sectSpeaker {
        gap: 50px;
    }
    .sectSpeaker .txtDiv {
      gap: 5px;
    }
    
}
@media (max-width: 1210px) {
    .sectSpeaker {
      gap: 35px;
    }
    .sectSpeaker h3 {
      font-size: 2.8rem;
      line-height: 3rem;
    }
    .sectSpeaker h4 {
      font-size: 2rem;
      line-height: 2.2rem;
    }
}
@media (max-width: 850px) {
    .sectSpeaker {
      padding: 35px;
    }
    .sectSpeaker .txtDiv {
      padding-top: 1.5rem;
    }
    .sectSpeaker h3 {
      font-size: 2.6rem;
      line-height: 2.8rem;
    }
    .sectSpeaker h4 {
      font-size: 1.8rem;
      line-height: 2rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 700px) {
   .sectSpeaker {
      flex-direction: column;
    }
    .sectSpeaker .txtDiv {
      padding-top: 0;
      width: 100%;
    }
    .sectSpeaker .imgDiv {
      width: 200px;
    }
    .sectSpeaker {
      gap: 25px;
    }
    .sectSpeaker h3 {
      font-size: 2.4rem;
      line-height: 2.6rem;
    }
}
@media (max-width: 550px) {
    .sectSpeaker {
      padding: 20px;
        gap: 20px;
    }
    .sectSpeaker .imgDiv {
      align-self: center;
    }
    .sectSpeaker .txtDiv {
      text-align: center;
    }
    .sectSpeaker h3 {
      font-size: 2rem;
      line-height: 2.2rem;
    }
     .sectSpeaker h4 {
      font-size: 1.6rem;
      line-height: 1.8rem;
        margin-bottom: 1rem;
    }
}


.thankYouSocial {
    display: flex;
  align-items: center;
  gap: 1rem;
	min-width: 100%;
	/*background: linear-gradient(90deg, rgb(238, 237, 232) 20%, rgba(238,237,232,0.5) 100%);*/
  padding: 2rem;
  border-radius: 5px;
	border: var(--purple) 1px solid;
}
.thankYouSocial p {
    padding-left:0;
}
.thankYouSocial img {
  width: 45px;
}
@media (max-width: 1600px) {
	.thankYouSocial {
	  margin-top: 2rem;
	}
}


/* CONTACT */

.contact .contactDiv, 
.contact .contactTeam {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  gap: 50px;
	padding: 0px;
	max-width: calc(50% - 40px);
}
.contact .sectSeminarDetails .imgDiv,
.contact .sectSeminarDetails .txtDiv {
  flex-basis: calc(50% - 30px);
}
.contact .sectSeminarDetails .imgDiv{
  max-height: 400px;
}
.contact .contactTeam {
  padding-bottom: 30px;
  border-bottom: solid 2px #FFF;
  margin-bottom: 30px;
}
.contact .contactTeam:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.contact .contactDetails {
  gap: 15px;
    display: flex;
    flex-direction: column;
}
.contact .contactDetails p {
  padding-left:0;
}
.contact .contactDiv img,
.contact .contactTeam img {
  width: 300px;
  border-radius: 5px;
  flex-shrink: 0;
}
.contact .contactDiv h3 {
  color: var(--eventLowlight);
}
.contact .contactDiv  p {
  line-height: 2.4rem;
}
.contact .contactDiv h4,
.contact .contactTeam h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
    font-family: 'gilroyregular';
    text-transform: none;
	color: var(--purple);
}
.contact .contactDiv h4 strong,
.contact .contactTeam h4 strong {
    font-family: 'gilroybold';
    text-transform: uppercase;
}
.contact .contactDiv .linkButton, 
.contact .contactTeam .linkButton {
  align-self: flex-start;
}
.contact .contactDiv .phone {
  padding-left: 30px;
}
@media (max-width: 1700px) {
    .contact .contactDiv img, .contact .contactTeam img {
      width: 200px;
      align-self: flex-start;
    }
    
}
@media (max-width: 1410px) {
    .contact {
      flex-wrap: wrap;
      gap: 10px;
    }
   .contact .contactDiv {
      flex-basis: 100%;
	   max-width: 100%;
    }
    .contact .contactDiv img, .contact .contactTeam img {
      width: 300px;
    }
    .contact .sectSeminarDetails {
        gap: 40px;
    }
    
}
@media (max-width: 1210px) {
      .contact .contactDiv h3 {
      font-size: 2.8rem;
      line-height: 3.1rem;
      margin-bottom: 0;
    }
    .seminars .sect .imgDiv {
      display: none;
    }
    .contact .sectSeminarDetails .imgDiv {
        display:block;
        flex-basis: 40%;
    }
    .contact .sectSeminarDetails .txtDiv {
      flex-basis: 0;
    }
    
}
@media (max-width: 1000px) {
     .contact .contactDiv img, .contact .contactTeam img {
      width: 150px;
      order: 2;
    }
    .contact .contactDetails {
      flex-grow: 1;
        gap: 10px;
    }
    .contact .contactDiv {
  border-bottom: solid 2px #EEEDE8;
  padding-bottom: 30px;
  margin-bottom: 10px;
    }

    .contact .contactDiv:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;

    }
    .contact .contactDiv h3 {
      font-size: 2.4rem;
      line-height: 2.8rem;
    }
    .contact .contactDiv h4, .contact .contactTeam h4 {
      font-size: 1.8rem;
      line-height: 2.2rem;
    }
    .contact .linkButton {
      font-size: 1.5rem;
      line-height: 1.5rem;
    }
    .contact .linkButton svg {
      margin-left: 4px;
      width: 20px;
      height: 10px;
    }
}
@media (max-width: 750px) {
    .contact .sectSeminarDetails {
      gap: 30px;
      flex-direction: column;
    }
}
@media (max-width: 650px) {
    .contact .contactDiv,
    .contact .contactTeam{
      flex-basis: 100%;
      flex-direction: column;
        gap: 30px;
    }
    .contact .contactDetails {
      width: 100%;
    }
    .contact .contactDiv img, .contact .contactTeam img {
      order: 0;
    }
}

/* NEWS */

.news .sectSpeaker {
    align-items: flex-start;
}
.news .sectSpeaker h3 {
  margin-top: 2rem;
}
.news .latest {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news .latest .content {
  display: flex;
  gap: 30px;
}
.news .latest .content .text {
  flex-grow: 1;
}
.news .latest .content .imgDiv {
  flex-basis: 33%;
  flex-grow: 0;
  flex-shrink: 0;
}
.news .newslist {
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
    background: linear-gradient(90deg, rgb(238, 237, 232,0.6) 0%, rgba(238,237,232) 100%);
padding: 50px;
border-radius: 5px;
gap: 10px;
display: flex;
flex-direction: column;
}
.news .newslist h6 {
  font-family: 'gilroybold';
  color: var(--purple);
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: none;
  margin-top: 1rem;
}
.news .newslist h6 a {
  color: var(--purple);
  transition: color 0.3s;
}
.news .newslist h6 a:hover {
  color: var(--eventLowlight);
}
.news .thankYouSocial {
  border: solid 2px var(--purple);
  padding: 10px;
  border-radius: 5px;
  margin-top: 2rem;
}
@media (max-width: 1600px) {
    .news .newslist {
      padding: 40px;
    }
}
@media (max-width: 1210px) {
    .news .latest .content {
      flex-direction: column;
    }
    .news .newslist {
      flex-basis: 40%;
        padding: 30px;
    }
    .news .newslist h6 {
      font-size: 1.8rem;
      line-height: 2.2rem;
    }
    .news .latest .content .imgDiv {
        width: 50%;
    }
}
@media (max-width: 850px) {
    .news .sectSpeaker {
      flex-direction: column;
    }
    .news .latest {
      gap: 15px;
    }
}
@media (max-width: 650px) {
    .news .latest .content .imgDiv {
        width: 100%;
    }
}

/* FORUMS PAGE */
.companiesAttend {
  background: linear-gradient(90deg, rgb(238, 237, 232) 20%, rgba(238,237,232,0.5) 100%);
  gap: 20px;
  padding: 50px 60px;
	flex-wrap: wrap;
}
.forumsFooter {
  background: linear-gradient(90deg, rgb(238, 237, 232) 20%, rgba(238,237,232,0.5) 100%);
  gap: 50px;
  padding: 60px;
	flex-wrap: wrap;
	margin-top:0;
	align-items: flex-start;
}
.companiesAttend .txtDiv, 
.forumsFooter .txtDiv {
  border-radius: 0;
  padding: 0;
	max-width: calc(50% - 25px);
}
.companiesAttend h3 {
  text-transform: none;
  font-family: 'gilroybold';
  font-size: 2.8rem;
  line-height: 3.5rem;
}
.companiesAttend p {
  padding-left: 0;
}
.buyerlogos {
  max-width: calc(50% - 25px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
	gap: 40px;
  justify-content: space-between;
}
.buyerlogos a {
  max-width: 25%;
  align-self: center;
	flex: 0 0 auto;
}
.forumsFooter h3 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}
.forumsFooter .supper {
  max-width: 250px;
}
.forumsFooter .snap {
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
	.companiesAttend, .forumsFooter {
	  padding: 50px;
	}
}

@media (max-width: 1200px) {

	.forumsFooter h3 {
	  font-size: 2rem;
	  line-height: 2rem;
	  text-transform: uppercase;
	}
	.buyerlogos a {
	  max-width: calc(50% - 20px);
	  align-self: center;
	  flex: 0 0 auto;
	}
	.companiesAttend .txtDiv {
	  max-width: calc(60% - 25px);
	}
	.buyerlogos {
	  max-width: calc(40% - 25px);
	}
}
@media (max-width: 850px) {
	.companiesAttend, .forumsFooter {
	  padding: 35px;
	}
	.companiesAttend h3 {
	  	font-size: 2.4rem;
    	line-height: 3.1rem;
  	}
	.forumsFooter h3 {
	  font-size: 1.8rem;
	  line-height: 1.8rem;
	  text-transform: uppercase;
	}
}
@media (max-width: 750px) {
	.companiesAttend h3 {
	  	font-size: 2.2rem;
    	line-height: 2.9rem;
  	}
	.companiesAttend .txtDiv, .buyerlogos {
	  max-width: 100%;
	}
	.buyerlogos a {
	  max-width: 25%;
	}
	.companiesAttend {
	  gap: 15px;
	}
	.forumsFooter .snap {
	  max-width: 150px;
	  margin-top: 20px;
	}
	.forumsFooter .snap {
	  max-width: 150px;
	  margin-top: 17px;
	}
	.forumsFooter .supper {
	  max-width: 200px;
	}
}
@media (max-width: 550px) {
	.companiesAttend, .forumsFooter {
	  padding: 20px;
	}
	.companiesAttend h3 {
	  	font-size: 2rem;
    	line-height: 2.7rem;
	}
	.buyerlogos a {
	  max-width: calc(50% - 20px);
	  align-self: center;
	  flex: 0 0 auto;
	}
	.forumsFooter .txtDiv {
	  max-width: 100%;
	}
	.forumsFooter h3 {
	  font-size: 1.6rem;
	  line-height: 1.6rem;
	}
	
}