body {
  font-family: Poppins, sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}

a {
  color: #4d43ff;
  text-decoration: none;
}

a:hover {
  color: #0ef;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.hero {
  position: relative;
  z-index: 2;
  padding-top: 230px;
  padding-bottom: 160px;
  color: #000000;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.hiz {
  position: relative;
  z-index: 2;
  display: block;
}

.container.quote {
  max-width: 800px;
  background-color: transparent;
  color:black;
}

.logo {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  color: #000;
  text-decoration: none;
}

.logo:hover {
  color: #ffd01e;
}

.logo.responsive {
  display: none;
}

.logo.responsive-copy {
  display: none;
}

.red {
  color: #261e85;
}

.navbar {
  position: fixed;
  width: 100%;
  /*
  background-color: transparent;
   */
    background-color:#ffd01e;
}

.nav-link {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.nav-link:hover {
  color: #ffd01e;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #3b3b3b;
}

.nav-link.bookt {
  background-color: transparent;
    /*
  background-color: #ffd01e;

     */
  color: #000000;
}

.nav-link.bookt:hover {
  color: #3b3427;
}

.nav-link.bookt.join {
  padding-bottom: 52px;
  background-image: url('../images/webflow-bg-image.png');
  background-position: 50% 100%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-filter: saturate(15%);
  filter: saturate(15%);
  color: #ffd855;
}

.nav-link.bookt.join:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.section {
  position: relative;
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.section.dark {
  background-color: #ffd01e;
  color: #fff;
}

.section.dark.people {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 30, 133, 0.62)), to(rgba(38, 30, 133, 0.62))), url('../images/webflow-bg-gradient-image.png');
  background-image: linear-gradient(180deg, rgba(38, 30, 133, 0.62), rgba(38, 30, 133, 0.62)), url('../images/webflow-bg-gradient-image.png');

   */
  background-position: 0px 0px, 0% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

._2col {
  display: inline-block;
  width: 50%;
  padding-right: 40px;
  float: left;
}

._2col.img {
  padding-right: 0px;
}

.whitebreakcont {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-top: -5%;
}

._4col {
  display: inline-block;
  width: 25%;
  padding-right: 30px;
  float: left;
}

.speakertext {
  position: relative;
  margin-top: -15%;
  margin-bottom: 60px;
  margin-left: 1%;
  padding: 7px;
  -webkit-transform: skew(-11deg, 0deg) rotate(-11deg);
  -ms-transform: skew(-11deg, 0deg) rotate(-11deg);
  transform: skew(-11deg, 0deg) rotate(-11deg);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.speakertext.noslant {
  margin-top: 10px;
  margin-left: 0%;
  padding-right: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #ffd01e;
  color: #fff;
  font-weight: 700;
}

.button:hover {
  background-color: #ffd855;
  color: #fff;
}

.button.brev {
  background-color: #101444;
}

.button.brev:hover {
  background-color: #ffd855;
}

.button.smallb {
  background-color: #96a9aa;
}

.button.smallb:hover {
  background-color: #ffd855;
}

.button.btt {
  display: none;
}

.whitesec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.speakertitle {
  display: inline;
  background-color: #101444;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
  line-height: 38px;
}

.speakertitle.stgreen {
  background-color: #ffd01e;
  color: #ffffff;
}

.sponsorimglink {
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.sponsorimglink:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.linebreak {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  float: none;
  border-top: 1px dotted #000;
}

.programme {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #101444;
  color: #fff;
}

.menu-button {
  font-size: 50px;
  line-height: 40px;
}

.menu-button:hover {
  color: #ffffff;
}

.menu-button.w--open {
  background-color: #ffd01e;
}

.book-ticket {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.book-ticket:hover {
  color: #ffd01e;
}

.book-ticket.bookt {
  float: right;
  color: #ffd01e;
}

.book-ticket.bookt:hover {
  color: #ffd855;
}

.book-ticket.bookt.join {
  background-image: url('../images/webflow-bg-image.png');
  background-position: 90% 90%;
  background-size: 70%;
  background-repeat: no-repeat;
  -webkit-filter: saturate(15%);
  filter: saturate(15%);
  color: #ffd855;
}

.book-ticket.bookt.join:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.faqrtb {
  overflow: hidden;
  height: 0px;
  max-width: 800px;
}

.faqblock {
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.faqblock:hover {
  border-bottom-color: #ffd01e;
}

.plus {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.faqhead {
  position: relative;
  z-index: 2;
  padding-right: 50px;
  cursor: pointer;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffd01e;
}

.footerlink {
  display: block;
  color: #101444;
}

.rtb {
  max-width: 800px;
}

.logoworkshop {
  height: 90px;
  padding-left: 7px;
}

.logoworkshop.biglw {
  height: 160px;
}

.hoverblock2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 100%;
  background-color: #ffd855;
  background-image: linear-gradient(45deg, rgba(255, 208, 30, 0.6), rgba(255, 216, 85, 0.68) 51%, rgba(255, 216, 85, 0.6)), url('/static/images/swhk.bg-cropped.jpg');

  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gradient {
  width: 100vw;
  height: 100%;
  padding-top: 60px;
    /*
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(79, 87, 184, 0.2), #4742a0 47%, #261e85 72%, #101444);

     */
}

.spacer {
  height: 10px;
}

.speakerrev {
  overflow: hidden;
  height: 0px;
  margin-top: 15px;
}

.collapse {
  display: none;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #101444;
  background-color: #ffd01e;
  color: #fff;
  font-weight: 700;
}

.collapse:hover {
  background-color: #ffd855;
  color: #fff;
}

.text-field {
  display: block;
  min-height: 50px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
    /*
  border-style: solid;

     */
  border-width: 1px;
  border-color: #dbdbdb;
  color: #ffd01e;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
}

.text-field:active {
  border-color: #dbdbdb;
}

.text-field:focus {
  border-color: #dbdbdb;
}

.formblockr {
  overflow: hidden;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  /*
  box-shadow: 0 20px 20px -12px #0f0b3c;


  box-shadow: -1px 5px 52px -8px rgba(0,0,0,0.75);
   */
}

.form-block {
  max-width: 500px;
  margin-right: 0px;
  margin-left: auto;
}

.letter {
  overflow: auto;
  max-height: 180px;
  padding: 13px 15px 15px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-top: -15%;
  padding-bottom: 20px;
}

.radio-button-field {
  display: inline-block;
  padding-right: 20px;
}

.legal {
    text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.legal.gdpr {
  margin-bottom: -5px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #101444;
}

.link {
  color:black;
    text-decoration: underline;
}

.link:hover {
  color: #757575;
}

.tspan {
  color: #000;
}
.tspan:hover {
  color: #ffd01e;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-left: -35px;
}

.checkbox-field {
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 35px;
  border-bottom: 1px solid #dbdbdb;
}

.submit {
  width: auto;
  display: block;
  position: relative;
  margin-left:auto;
  margin-right:auto;

  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #ffd01e;
  box-shadow: 0 20px 20px -12px #b09115;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;

  font-weight: 500;
  color:black;
  font-style:normal;
  font-family: Poppins;
}

.submit:hover {
  background-color: #ffd01e;
  box-shadow: 0 8px 20px -12px #7e6511;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.secimage {
  position: relative;
  z-index: 2;
  display: block;
  margin: -140px auto -80px;
}

.smicons {
  display: inline-block;
  padding: 8px;
  margin: 8px;
}

.fa {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
}

.fa.fadark {
  color: #101444;
}

.fa.fadark:hover {
  color: #ffd855;
}

.tab-link-tab-1 {
  width: 20%;
  margin-bottom: -5px;
  padding-right: 2%;
  padding-bottom: 20px;
  padding-left: 2%;
  background-color: transparent;
  -webkit-filter: blur(2px) grayscale(49%);
  filter: blur(2px) grayscale(49%);
  color: #fff;
  text-align: center;
}

.tab-link-tab-1.w--current {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
    /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#261e85), color-stop(89%, #fff));
  background-image: linear-gradient(180deg, #261e85, #fff 89%);

     */
  -webkit-filter: blur(0px) grayscale(0%);
  filter: blur(0px) grayscale(0%);
  color: #101444;
  text-decoration: underline;
}

.proimage {
  max-width: 50%;
  margin-bottom: 6px;
  border-radius: 400px;
  box-shadow: 0 20px 20px -12px #101444;
}

.tab {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #101444;
  font-size: 15px;
  line-height: 20px;
}

.tabs-content {
  overflow: hidden;
  box-shadow: 0 20px 20px -12px #101444;
}

.sectiontitle {
  margin-bottom: 30px;
  text-align: center;
}

.heading {
  margin-bottom: 0px;
}

.reslogo {
  position: relative;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  color: #000;
  text-decoration: none;
}

.reslogo:hover {
  color: #ffd01e;
}

.reslogo.responsive {
  display: none;
}

.reslogo.responsive-copy {
  display: none;
}

.saflink {
  color: #fff;
}

.note {
  font-size: 14px;
  line-height: 16px;
}

.stat {
  padding-top: 35%;
  font-family: Poppins, sans-serif;
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  text-align: center;
}

.rtbpurple {
  background-color: rgba(38, 30, 133, 0.83);
}

.slider {
  height: auto;
  background-color: #ffd01e;
  color: #fff;
  text-align: center;
}

.slide {
  color: #fff;
  text-align: center;
}

.slide-2 {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}

.head {
  max-width: 10px;
  margin-top: 10px;
  border-radius: 500px;
}

html.w-mod-js *[data-ix="slideinleft"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="slideinright"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 13px;
    font-size: 59px;
    line-height: 59px;
  }
  .hero {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    display: none;
    font-size: 50px;
    line-height: 45px;
  }
  .logo.responsive {
    display: block;
  }
  .logo.responsive-copy {
    display: block;
  }
  .nav-link {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
  .nav-link.bookt.join {
    padding-bottom: 47px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ._2col {
    padding-right: 30px;
  }
  ._4col {
    width: 50%;
  }
  .whitesec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .programme {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .menu-button {
    margin-right: -20px;
    font-size: 60px;
    line-height: 60px;
  }
  .nav-menu {
      /*
    background-color: #c5991e;

       */
      box-shadow: -1px 17px 19px -8px rgba(0,0,0,0.75);
  }
  .book-ticket.bookt {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .form-block {
    max-width: none;
  }
  .form {
    margin-top: 0%;
  }
  .secimage {
    max-width: 300px;
    margin-top: 0px;
  }
  .body {
    font-size: 16px;
    line-height: 25px;
  }
  .reslogo {
    display: block;
    font-size: 50px;
    line-height: 45px;
  }
  .reslogo.responsive {
    display: block;
  }
  .reslogo.responsive-copy {
    display: block;
  }
  .stat {
    font-size: 100px;
    line-height: 100px;
  }
  .slide-2 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .logo {
    margin-left: -10px;
    font-size: 30px;
    line-height: 50px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .section.dark.people {
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 30, 133, 0.72)), to(rgba(38, 30, 133, 0.72))), url('../images/webflow-bg-gradient-image.png');
    background-image: linear-gradient(180deg, rgba(38, 30, 133, 0.72), rgba(38, 30, 133, 0.72)), url('../images/webflow-bg-gradient-image.png');
     */
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
  }
  ._2col {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  ._4col {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .speakertext {
    margin-left: 0%;
  }
  .button.btt.w--current {
    display: inline-block;
  }
  .whitesec {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .speakertitle {
    line-height: 26px;
  }
  .programme {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .book-ticket.bookt {
    padding-right: 10px;
    padding-left: 10px;
  }
  .book-ticket.bookt.join {
    background-position: 90% 95%;
  }
  .hoverblock2 {
      /*
    background-image: linear-gradient(88deg, #101444 17%, rgba(33, 34, 46, 0));

       */
  }
  .gradient {
    display: none;
  }
  .secimage {
    margin-bottom: 0%;
  }
  .reslogo {
    margin-left: -10px;
    font-size: 30px;
    line-height: 50px;
  }
  .stat {
    margin-top: -73%;
    margin-bottom: 86px;
  }
  .slide-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    margin-left: -10px;
    padding-top: 5px;
  }
  ._2col {
    padding-right: 0px;
  }
  ._4col {
    width: 100%;
    margin-bottom: 30px;
  }
  .speakertext {
    margin-bottom: 30px;
  }
  .button {
    margin-bottom: 5px;
  }
  .button.btt.w--current {
    display: inline-block;
  }
  .nav-menu {
    overflow: auto;
    max-height: 100vh;
  }
  .book-ticket.bookt {
    display: none;
  }
  .collapse {
    margin-bottom: 5px;
  }
  .text-field {
    font-size: 17px;
    line-height: 23px;
  }
  .tab-link-tab-1 {
    display: inline-block;
    width: 50%;
    padding-bottom: 20px;
  }
  .tab-link-tab-1.w--current {
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #fff;
    background-image: none;
  }
  .tab {
    padding-right: 10px;
    padding-left: 10px;
  }
  .reslogo {
    margin-left: -10px;
    padding-top: 5px;
  }
  .stat {
    margin-top: -109%;
  }
  .slide-2 {
    padding: 35px 0px 50px;
  }
  .icon {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}