.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
iframe {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  height: 100%
  border: 0;
}

figure {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-menu,
.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton,
button,
[type="button"],
[type="reset"],
[type="submit"],
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

@font-face {
  font-family: "Eina01";
  src: url("../fonts/Eina01-Bold.woff") format("woff"), url("../fonts/Eina01-Bold.woff") format("woff2"), url("../fonts/Eina01-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Eina01";
  src: url("../fonts/Eina01-Light.woff") format("woff"), url("../fonts/Eina01-Light.woff") format("woff2"), url("../fonts/Eina01-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Eina01";
  src: url("../fonts/Eina01-Regular.woff") format("woff"), url("../fonts/Eina01-Regular.woff") format("woff2"), url("../fonts/Eina01-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Eina01", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #0f1f3b;
  text-decoration: none;
}

a:hover {
  color: #0f1f3b;
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 34px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="number"],
input[type="color"],
input:not([type]),
textarea {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 5px 15px;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input:not([type]):focus,
textarea:focus {
  border-color: #fff;
}

input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="week"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="color"]::-ms-clear,
input:not([type])::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
  font-size: 16px;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="tel"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="month"].placeholder,
input[type="number"].placeholder,
input[type="color"].placeholder,
input:not([type]).placeholder,
textarea.placeholder {
  color: #fff;
  font-size: 16px;
}

textarea,
.textarea {
  resize: none;
  height: 150px;
  padding: 5px 15px;
  font-size: 16px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.btn {
  color: #fff;
  background-color: #2272a3;
  padding: 19px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

body {
  background: #0f1f3b;
  color: #fff;
}

a {
  color: #fff;
}

a:hover {
  color: #6e2d7c;
  text-decoration: none;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
  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;
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner #header {
  -ms-grid-row: 1;
  grid-row: 1;
}

.wrapper-inner #main {
  -ms-grid-row: 2;
  grid-row: 2;
}

.wrapper-inner #footer {
  -ms-grid-row: 3;
  grid-row: 3;
}

.border-decore {
  border-top: 1px solid #6e2d7c;
}

.inner {
  background-color: #fff;
  color: #000;
  padding-top: 80px;
  padding-left: 180px;
  padding-right: 180px;
  padding-bottom: 120px;
}

.inner a {
  color: #0F1F3B;
  font-weight: bold;
}

.vspacer {
  min-height: 50px;
}


.teamrow {

}

.teamrow::after {
  content: "";
  clear: both;
  display: table;
  padding-bottom: 20px;
}

.teambox {
  float:left;
  padding-right: 20px;
}

.teambio {
}



.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.footer-holder {
  padding: 24px;
  text-align: center;
}

.footer-holder .menu-section {
  padding: 0 0 10px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer-menu.left li,
.footer-menu.right li {
  padding: 0 7px;
}

.btn {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  outline: none;
  letter-spacing: .6px;
}

.btn:hover {
  background: #6e2d7c;
}

.btn.btn-outline {
  background: none;
  border: 2px solid #6e2d7c;
  border-radius: 10px;
}

.btn.btn-outline:hover {
  background: #6e2d7c;
  color: #fff;
}

.btn.md {
  font-size: 18px;
  padding: 19px 12px;
  width: 183px;
}

.btn.lg {
  font-size: 24px;
  padding: 23px 27px;
}

.navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navi li {
  float: left;
}

.navi li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.registration-section {
  margin: 0 auto 67px;
}

.registration-section .logo {
  margin: 0 auto 40px;
  width: 265px;
}

.registration-section .logo .logo-decor {
  left: -43px;
}

.registration-section .logo .date-holder {
  right: 11px;
}

.registration-section .logo .date {
  font-size: 26px;
}

.registration-section .logo .time {
  font-size: 19px;
}

.registration-section .heading-section {
  max-width: 400px;
  margin: 0 auto;
}

.registration-section .registration-top {
  padding: 40px 0;
  text-align: center;
  margin: 0 auto;
}

.registration-section h3 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 31px;
}

.registration-section .btn-outline {
  font-size: 24px;
  padding: 23px 25px;
}

.contact-section {
  max-width: 400px;
  margin: 0 auto;
}

.contact-section .email-form label {
  display: block;
  margin: 0 0 12px;
  text-align: center;
}

.contact-section .row {
  text-align: center;
}

.contact-section .input {
  color: #fff;
  outline: none;
  max-width: 233px;
  margin: 0 18px 15px 0;
}

.contact-section .input::-webkit-input-placeholder {
  text-align: center;
}

.contact-section .input::-moz-placeholder {
  opacity: 1;
  text-align: center;
}

.contact-section .input:-moz-placeholder {
  text-align: center;
}

.contact-section .input:-ms-input-placeholder {
  text-align: center;
}

.contact-section .input.placeholder {
  text-align: center;
}

.intro-section {
  position: relative;
  padding: 78px 0 0 0;
}

.intro-section>.container {
  max-width: 1165px;
}

.speakers-section>.container {
  max-width: 1000px;
}


.intro-section .section-decore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 61%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-section .section-bg-decore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.intro-section .logo {
  width: 290px;
  margin: 0 auto;
}

.intro-section .btn {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 36px;
  width: 183px;
  z-index: 10;
}

.logo {
  display: block;
  position: relative;
}

.logo .logo-decor {
  position: absolute;
  left: -55px;
  top: 50%;
  max-width: 107px;
}

.logo .date-holder {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.1;
}

.logo .time,
.logo .date {
  display: block;
}

.logo .date {
  font-size: 32px;
  font-weight: 600;
}

.logo .time {
  font-size: 23px;
  font-weight: 300;
}

.features-section .features-content {
  text-align: center;
  padding: 65px 0;
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 68px 0;
}

.features-list li {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.features-list li:last-child {
  margin-bottom: 0;
}

.features-list .icon-holder {
  margin-bottom: 37px;
  display: block;
}

.speakers-section .border-decore {
  padding: 68px 0 0 0;
}

.speakers-section .h2,
.speakers-section h2 {
  text-align: center;
  margin-bottom: 2px;
}

.speakers-section .h4,
.speakers-section h4 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 73px;
}

.speakers-section .speaker-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.speakers-section .card-item {
  width: 100%;
  margin-bottom: 78px;
}

.video-item {
  width: 100%;
  margin-bottom: 78px;
}

.right {
  float: right;
  text-align: right;
}

.left {
  float: left;
}


.speakers-section .card-title {
  padding-left: 20px;
  padding-right: 40px;
  max-width: 680px;
}

.speakers-section .img-holder {
  width: 278px;
  height: 278px;
  position: relative;
  margin: 0 auto 44px;
}

.speakers-section .img-holder img {
  width: 100%;
}

.speakers-section .img-link {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.speakers-section .img-link:hover {
  opacity: .7;
}

.speakers-section .decore-img,
.speakers-section .decore-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.speakers-section .decore-img {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: .6;
}

.speakers-section .decore-img-bg {
  left: -35px;
  right: 10px;
  bottom: -12px;
  top: -26px;
  z-index: -1;
}

.speakers-section .name,
.speakers-section .name-social {
  display: block;
}

.speakers-section .name {
  font-size: 22px;
}

.speakers-section .name-social {
  font-size: 18px;
}

@media (min-width: 375px) {
  .intro-section .logo {
    width: 330px;
  }
}

@media (min-width: 640px) {
  .intro-section>.container {
    padding: 0 80px;
  }

  .intro-section .logo {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .footer-holder {
    padding: 24px 25px 24px 33px;
    text-align: left;
  }

  .footer-holder .menu-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
  }

  .footer-menu {
    margin: 0;
  }

  .footer-menu.left li {
    padding: 0 30px 0 0;
  }

  .footer-menu.right li {
    padding: 0 0 0 38px;
  }

  .registration-section .logo {
    margin: 0 auto 82px;
  }

  .registration-section .registration-top {
    width: 410px;
    padding: 104px 0 83px;
  }

  .contact-section {
    width: 400px;
  }

  .contact-section .email-form label {
    text-align: left;
  }

  .contact-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-section .input {
    margin: 0 18px 0 0;
  }

  .intro-section .btn {
    right: 50px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 40px;
  }

  .logo .date-holder {
    line-height: 1.4;
  }

  .features-section .features-content {
    font-size: 24px;
    padding: 65px 40px 55px;
  }

  .features-list li {
    margin-bottom: 75px;
  }

  .speakers-section .h2,
  .speakers-section h2 {
    margin-bottom: 2px;
  }

  .speakers-section .card-item {
    margin-bottom: 72px;
  }
}

@media (min-width: 1024px) {
  .footer-holder {
    margin: 0;
    padding: 36px 0;
  }

  .registration-section {
    margin-bottom: 64px;
  }

  .registration-section .logo {
    width: 310px;
    margin: 0 10px 0 40px;
  }

  .registration-section .logo .date-holder {
    right: 32px;
  }

  .registration-section .heading-section {
    width: 340px;
  }

  .registration-section .registration-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 139px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-section {
    width: 100%;
    max-width: 776px;
  }

  .contact-section .email-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-section .email-form label {
    margin: 0;
  }

  .contact-section .input {
    margin: 0 25px 0 29px;
    width: 235px;
  }

  .intro-section .section-decore {
    background-position: center;
  }

  .intro-section .btn {
    right: 100px;
  }

  .intro-section .logo-small {
    left: 0px;
  }

  .features-section .features-content {
    padding: 93px 0 72px;
  }

  .features-list {
    padding: 93px 0;
  }

  .features-list li {
    width: 29%;
    margin-bottom: 0;
  }

  .speakers-section .border-decore {
    padding: 56px 0 0 0;
  }

  .speakers-section .card-item {
    margin-bottom: 78px;
  }
}

@media (min-width: 1280px) {
  .intro-section>.container {
    padding: 0 20px;
  }
}

@media (min-width: 1600px) {
  .intro-section .section-decore {
    top: 50%;
  }
}

@media (max-width: 767px) {

  .inner {
    background-color: #fff;
    color: #000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .navabout {
    display: none;
  }

  .h3,
  h3 {
    font-size: 28px;
  }
}
