@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i');
@font-face {
  font-family: 'FoundersGroteskRegular';
  src: url('../fonts/FoundersGroteskRegular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/FoundersGroteskRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/FoundersGroteskRegular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/FoundersGroteskRegular.woff2') format('woff'), /* Pretty Modern Browsers */ url('../fonts/FoundersGroteskRegular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/FoundersGroteskRegular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'FoundersGroteskSemibold';
  src: url('../fonts/FoundersGroteskSemibold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/FoundersGroteskSemibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/FoundersGroteskSemibold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/FoundersGroteskSemibold.woff2') format('woff'), /* Pretty Modern Browsers */ url('../fonts/FoundersGroteskSemibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/FoundersGroteskSemibold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 17px;
}
body {
  background-color: white;
  font-family: 'FoundersGroteskRegular', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}
p {
  margin-bottom: 1.25rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 2.75rem 0 1rem;
  font-family: 'FoundersGroteskSemibold', sans-serif;
  font-weight: 400;
  line-height: 1.15;
}
h1 {
  margin-top: 0;
  font-size: 2.488rem;
}
h2 {
  font-size: 2.074rem;
}
h3 {
  font-size: 1.728rem;
}
h4 {
  font-size: 1.44rem;
}
h5 {
  font-size: 1.2rem;
}
small,
.text_small {
  font-size: 0.833rem;
}
.button {
  height: 40px;
  line-height: 15px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFFFFF;
  font-family: 'FoundersGroteskSemibold', sans-serif;
  font-size: 1rem;
  background-color: #4056F4;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
}
.button:hover {
  box-shadow: 0 0 5px 0 rgba(64, 86, 224, 0.3);
  background-color: #586bf5;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0px;
  padding: 0px 30px 0px 30px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  body {
    padding: 0px 0px 0px 0px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  height: 110px;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 20px 0px 20px 0px;
    align-items: flex-start;
  }
}
.header .logo {
  width: 173px;
  height: 23px;
}
.header .logo img {
  width: 173px;
  height: 23px;
}
@media only screen and (max-width: 1023px) {
  .header .logo {
    margin: 0 auto 20px auto;
  }
}
.header .topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .header .topnav {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
    padding: 0px 30px 0px 30px;
  }
}
.header .topnav a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.833rem;
}
.header .topnav a.active {
  border-bottom: 2px solid #4056F4;
}
.header .topnav a:hover {
  color: #4056F4;
}
.card {
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 30px;
  width: 100%;
  max-width: 780px;
  box-sizing: border-box;
  transition: all 0.4s;
  opacity: 1;
  margin: 0 auto;
  text-align: left;
}
.card p {
  margin: 0;
  padding: 0;
}
.card h3,
.card h4 {
  margin: 0;
  padding: 0;
  color: #4056F4;
  font-family: 'FoundersGroteskRegular', sans-serif;
}
.collage {
  display: flex;
  height: 45px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .collage {
    height: 100px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .collage {
    height: auto;
  }
}
.collage .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
  height: 100%;
}
.collage .row .pic {
  height: 100%;
}
.collage .card {
  position: absolute;
  left: calc(50% - 390px);
  top: 0px;
  z-index: 999;
  opacity: 1;
  text-align: center;
  background-color: #4056F4;
  color: #FFFFFF;
  width: 780px;
}
.collage .card h4,
.collage .card h3 {
  margin: 0;
  padding: 0;
  font-family: 'FoundersGroteskRegular', sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .collage .card {
    width: 100%;
    margin: 50px 0px 0px 0px;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .collage .card {
    margin: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-top-right-radius: 0px;
    -webkit-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
  }
}
.fixedimage {
  width: 100%;
  max-width: 940px;
  height: 475px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .fixedimage {
    height: auto;
    flex-direction: column;
  }
}
.fixedimage .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 780px;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .fixedimage .container {
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    margin: 0;
  }
}
.fixedimage .backgroundimage {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}
.fixedimage .backgroundimage.dev {
  background-image: url('../img/platform.png');
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-right-radius: 12px;
  -moz-border-top-left-radius: 12px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage .backgroundimage.dev {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
  }
}
.fixedimage .backgroundimage.jw {
  background-image: url('../img/products.png');
}
.fixedimage .backgroundimage.jam {
  background-image: url('../img/expertise.png');
}
.fixedimage.about {
  max-width: 780px;
  flex-direction: column;
  text-align: left;
  height: auto;
}
.fixedimage.about h3 {
  color: #4056F4;
  margin: 70px 0px 20px 0px;
  text-align: left;
}
.fixedimage.about h4,
.fixedimage.about h5 {
  margin: 0 0px 30px 0px;
  text-align: left;
}
.fixedimage.about .bios {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fixedimage.about .bios .bio {
  width: 100%;
  margin: 0px 0px 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fixedimage.about .bios .bio .imageholder {
  width: 30%;
  min-width: 120px;
  margin-right: 20px;
  max-width: 130px;
}
.fixedimage.about .bios .bio .contents strong {
  color: #4056F4;
}
.fixedimage.services {
  flex-direction: column;
  height: auto;
  text-align: left;
}
.fixedimage.services h2 {
  color: #FFFFFF;
  font-family: 'FoundersGroteskRegular', sans-serif;
  margin: 0;
  padding: 30px 30px 10px 30px;
  text-align: left;
  max-width: 780px;
}
.fixedimage.services h4 {
  color: #FFFFFF;
  font-family: 'FoundersGroteskRegular', sans-serif;
  max-width: 780px;
  margin: 0;
  padding: 0px 30px 30px 30px;
}
.fixedimage.services.tech {
  padding-top: 0px;
  background-color: #5c6d70;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-right-radius: 12px;
  -moz-border-top-left-radius: 12px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.services.tech {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
  }
}
.fixedimage.services.tech .container {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
.fixedimage.services.tech .container .card {
  text-align: center;
  margin-bottom: 20px;
}
.fixedimage.services.tech .container .card h5 {
  margin: 0;
}
.fixedimage.services.events {
  background-color: #4056F4;
  box-sizing: border-box;
  text-align: left;
}
.fixedimage.services.events ul {
  margin: 0;
}
.fixedimage.services.events ul li {
  margin: 0px 0px 20px 0px;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 0px 20px 0px 0px;
}
.fixedimage.services.speaking {
  background-color: #50D7D7;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fixedimage.products {
  background-color: #4056F4;
  border-radius: 12px;
  -webkit-radius: 12px;
  -moz-border-radius: 12px;
  flex-direction: column;
  height: auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.products {
    border-radius: 0px;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
  }
}
.fixedimage.products h4 {
  color: #FFFFFF;
  font-family: 'FoundersGroteskRegular', sans-serif;
  max-width: 780px;
  margin: 0;
  padding: 30px;
}
.fixedimage.products .container {
  align-items: stretch;
  flex-wrap: wrap;
  max-width: inherit;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.products .container {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .fixedimage.products .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.fixedimage.products .container .card {
  width: calc(50% + 30px);
  border-top: 1px solid #4056F4;
  border-bottom: 1px solid #4056F4;
  border-right: 1px solid #4056F4;
  border-left: 1px solid #4056F4;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .fixedimage.products .container .card {
    box-shadow: none;
  }
  .fixedimage.products .container .card:nth-child(1) {
    margin-left: -30px;
    border-right: none;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
  }
  .fixedimage.products .container .card:nth-child(2) {
    margin-left: -30px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
  }
  .fixedimage.products .container .card:nth-child(3) {
    margin-left: -30px;
    border-right: none;
    border-top: none;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
  }
  .fixedimage.products .container .card:nth-child(4) {
    margin-left: -30px;
    border-top: none;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .fixedimage.products .container .card {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .fixedimage.products .container .card {
    width: 90%;
  }
}
.fixedimage.products .container .card:nth-child(odd) {
  margin-left: -30px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.products .container .card:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .fixedimage.products .container .card:nth-child(even) {
    margin-left: 0px;
  }
}
.fixedimage.products .container .card:nth-child(even) {
  margin-right: -30px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.products .container .card:nth-child(even) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .fixedimage.products .container .card:nth-child(even) {
    margin-right: 0px;
  }
}
.fixedimage.products .container .card h4 {
  color: #4056F4;
}
.fixedimage.products .container .card h2,
.fixedimage.products .container .card h3,
.fixedimage.products .container .card h4,
.fixedimage.products .container .card h5,
.fixedimage.products .container .card h6 {
  margin: 0;
  padding: 0;
}
.fixedimage.products .container .card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  margin: 10px 0px 10px 0px;
}
.fixedimage.dev {
  /* background-image: url('../img/platform.png'); */
  /* background-color: @black; */
  /* background-blend-mode: color-dodge; */
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.dev {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fixedimage.dev {
    padding-top: 0px;
  }
}
.fixedimage.dev .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0D1317;
  mix-blend-mode: soft-light;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-right-radius: 12px;
  -moz-border-top-left-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .fixedimage.dev .gradient {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-top-bottom-right-radius: 0px;
    -webkit-top-bottom-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
  }
}
.fixedimage.dev .card {
  margin-right: -110px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.dev .card {
    margin-right: 0px;
    margin-top: 50px;
  }
}
.fixedimage.jw {
  position: relative;
  /* background-color: @turq; */
  /* background-blend-mode: multiply; */
  /* background-image: url('../img/products.png'); */
}
.fixedimage.jw .container {
  justify-content: flex-start;
}
.fixedimage.jw .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #50D7D7;
  mix-blend-mode: multiply;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.fixedimage.jw .card {
  margin-left: -110px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.jw .card {
    margin-left: 0px;
  }
}
.fixedimage.jam {
  position: relative;
  /* background-color: @grey; */
  /* background-blend-mode: luminosity; */
  /* background-image:url('../img/expertise.png'); */
}
.fixedimage.jam .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5c6d70;
  mix-blend-mode: color;
  opacity: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.fixedimage.jam .card {
  margin-right: -110px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage.jam .card {
    margin-right: 0px;
  }
}
.fixedimage .card {
  min-width: 350px;
  width: 40%;
  max-width: 50rem;
  z-index: 500;
  background-color: #FFFFFF;
  color: #000;
  margin-top: 0px;
}
@media only screen and (max-width: 1023px) {
  .fixedimage .card {
    width: 50%;
    max-width: inherit;
    min-width: inherit;
    margin: 40px 0px 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .fixedimage .card {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    margin: 40px 0px 40px 0px;
  }
}
.fixedimage .card h3,
.fixedimage .card h4 {
  margin: 0;
}
.fixedimage .card p {
  margin-bottom: 15px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-in-element {
  animation: fade-in 0.4s;
}
.fade-out-element {
  animation: fade-out 0.4s;
}
.hidden {
  opacity: 0;
}
.casestudy {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0px 30px 10px 30px;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #0D1317;
  width: 100%;
  max-width: 940px;
  box-sizing: border-box;
}
.casestudy .container {
  width: 100%;
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .casestudy .container {
    flex-direction: column;
  }
}
.casestudy .container .contents {
  text-align: left;
  flex-grow: 2;
  width: 46%;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .casestudy .container .contents {
    width: 100%;
  }
}
.casestudy .container .contents h5 {
  color: #FFFFFF;
  margin: 0;
}
.casestudy .container .contents h4 {
  color: #50D7D7;
  margin: 0;
}
.casestudy .container .contents p {
  color: #FFFFFF;
  padding-right: 30px;
}
.casestudy .container .contents .button {
  background-color: #50D7D7;
}
.casestudy .container .card {
  width: 50%;
  margin-bottom: -70px;
  margin-top: 40px;
  min-height: 300px;
  background-image: url('https://www.vi-mm.eu/wp-content/uploads/2018/02/Masterworks-Journey-Through-History-with-the-help-of-Virtual-Reality.jpg');
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .casestudy .container .card {
    width: 100%;
  }
}
.signup {
  background-color: #50D7D7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
}
@media only screen and (max-width: 1023px) {
  .signup {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
  }
}
.signup .container {
  display: flex;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 50px 50px 50px;
  width: 100%;
}
.signup .container #mc-embedded-subscribe-form {
  width: 100%;
  max-width: 600px;
}
.signup .container #mc-embedded-subscribe-form .button {
  background-color: #0D1317;
  outline: none;
  border: none;
}
.signup .container .email {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  display: block;
  padding: 10px 10px 0px 10px;
  font-size: 1.2rem;
  height: 35px;
  line-height: 35px;
  background-color: #71dfdf;
  color: #0D1317;
  font-family: 'FoundersGroteskRegular', sans-serif;
  border: none;
  text-align: center;
  margin-bottom: 15px;
}
.signup .container .email::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.signup h4 {
  margin: 0px;
}
.eventsection h2 {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .eventsection {
    padding: 0px 30px 0px 30px;
  }
}
.events {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .events {
    flex-direction: column;
    padding: 0px;
  }
}
.events .event {
  background-color: #767676;
  border-radius: 6px;
  position: relative;
  min-height: 300px;
  padding: 15px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .events .event {
    width: auto;
    margin-bottom: 80px;
  }
}
.events .event .card {
  margin-bottom: -50px;
  width: 90%;
  text-align: center;
}
.events .event .card small {
  color: #4056F4;
  display: block;
}
.events .event .card h5 {
  margin: 0;
  padding: 0;
}
.footer {
  text-align: center;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 90px;
  box-sizing: border-box;
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.footer .otherlinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.footer .otherlinks a.link {
  color: #4056F4;
  text-decoration: none;
  display: block;
}
.imageholder {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
