.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.header {
  position: fixed;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 700px;
  min-height: auto;
  margin-top: 80px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #e3e8ec;
}

.content.scientific {
  padding-top: 140px;
  padding-bottom: 0px;
}

.content.home {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.footer {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  left: auto;
  right: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: none;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  max-height: 80px;
  min-width: 200px;
  margin-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 80px;
  max-height: none;
  max-width: none;
}

.body {
  font-family: 'Varela Round', sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

.nav-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.link-dropdown {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 1em;
  line-height: 1em;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px 40px;
  -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;
  border-radius: 8px;
  background-color: #0ba6b8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.white {
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

.button.white:hover {
  background-color: #35c1d1;
  color: #fff;
}

.button.live {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #101019;
}

.button.live:hover {
  background-color: #0ba6b8;
}

.is--display-line {
  width: 40px;
  height: 1px;
  min-width: auto;
  margin-right: 2.8em;
  margin-left: 2.8em;
  background-color: #0ba6b8;
}

.i-text-span {
  font-size: 0.5em;
}

.i-text {
  margin-bottom: 1.4em;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3;
  text-align: center;
}

.invitation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: 0px;
  padding-top: 0em;
  -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;
}

.invitation-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding: 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0ba6b8;
}

.slider-marque-wrapper {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.marquee-horizontal-alt-css {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.track-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-text {
  margin-right: 0vw;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.marquee-text:hover {
  padding-left: 0px;
  opacity: 1;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.footer_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.12em solid #d8e0f0;
  background-color: #fff;
  color: #0f0e17;
  font-size: 0.8em;
}

.copyright {
  margin-bottom: 0px;
  font-size: 1em;
}

.privacy {
  color: #000;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

.footer_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  -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;
}

.social_link.f {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #cad1df;
  border-radius: 100px;
}

.social_icon {
  width: 1.9em;
  height: 1.6em;
  -o-object-fit: contain;
  object-fit: contain;
}

.social_icon.f {
  width: 1.5em;
  height: 1.1em;
}

.menu-list {
  min-width: 140px;
}

.menu-list.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 580px;
  margin-top: -4px;
  padding-top: 30px;
  background-color: transparent;
}

.menu-list.short {
  right: -30px;
}

.menu-list.short.w--open {
  left: -88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  margin-top: -33px;
  padding-top: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu-list.short {
  right: -30px;
}

.menu-list.short.w--open {
  left: -10px;
  right: auto;
  min-width: 300px;
  margin-top: -33px;
  padding-top: 45px;
}

.menu-text-2 {
  font-size: 15px;
  font-weight: 400;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  min-width: 300px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, 0.1);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-wrp {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-wrp.w--current {
  color: #97d9e0;
}

.dropdown-menu-2 {
  padding-right: 20px;
  padding-left: 0px;
  color: #000;
  font-size: 17px;
}

.chevron-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 11px;
}

.dropdown-menu-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  padding: 50px 24px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #bee7ed;
  border-radius: 0px 0px 10px 10px;
  background-color: #0ba6b8;
}

.menu-link-2 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.menu-link-2:hover {
  opacity: 0.48;
  color: #fff;
  text-decoration: none;
}

.logo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
}

.paragraph {
  font-family: 'Varela Round', sans-serif;
  color: #f1f1f1;
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: 400;
}

.link {
  color: #0ba6b8;
}

.hero_message-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

.c-hero_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  -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;
}

.heading-13 {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.3em;
  line-height: 1;
  font-weight: 400;
}

.hero_message-icon {
  width: 1.2em;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  font-size: 0.6em;
}

.c-svg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-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;
  color: #0ba6b8;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 4px;
  background-color: #0ba6b8;
  font-size: 1em;
}

.submit-button:hover {
  background-color: #000;
}

.cookie {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 21.8em;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.6em;
  background-color: rgba(0, 0, 0, 0.89);
}

.hero_message-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
}

.checkbox-2 {
  min-height: 12px;
  min-width: 12px;
  margin-left: 0px;
  border-width: 3px;
  border-color: #bbb;
  color: #0e01da;
}

.checkbox-2:hover {
  border-color: #0ba6b8;
}

.checkbox-2.w--redirected-checked {
  border-color: #0ba6b8;
  background-color: #0ba6b8;
}

.checkbox-2.w--redirected-focus {
  border-color: #0ba6b8;
  box-shadow: none;
  color: #ff5004;
}

.form-field-wrap {
  margin-bottom: 5px;
}

.form-field-wrap._100 {
  width: 97%;
  margin-right: 20px;
}

.form-field-wrap._50 {
  width: 48%;
  margin-right: 10px;
}

.form-field-wrap._50-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ms-chat {
  margin-top: 0px;
  opacity: 1;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 200;
}

.success-message-4 {
  background-color: transparent;
}

.form-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -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;
  border-radius: 100%;
  background-color: #0ba6b8;
  box-shadow: 0 20px 30px -10px rgba(85, 94, 105, 0.5);
}

.form-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  color: #27262e;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
}

.form-label._02 {
  margin-bottom: 9px;
  background-color: #e3e8ed;
}

.form-channel-form {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: none;
  border-width: 4px;
  border-color: hsla(0, 0%, 50.7%, 0.09);
  border-radius: 14px;
  background-color: #fff;
  color: #181823;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.form-channel-form.w {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #e3e8ed;
}

.checkbox-label {
  overflow: visible;
  max-height: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 5px 5px;
  color: #27262e;
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  text-align: left;
}

.form-2 {
  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;
}

.form-2.w {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.error-message-5 {
  border-radius: 2px;
  background-color: #ff8c00;
  color: #fff;
}

.form-animation {
  overflow: hidden;
  height: 120px;
}

.form-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 190px;
  background-color: #0ba6b8;
}

.form-box {
  position: absolute;
  left: auto;
  top: auto;
  right: -5px;
  bottom: 79px;
  z-index: 1;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 631px;
  max-height: none;
  max-width: 350px;
  border-style: none;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.27);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 40px 9px rgba(0, 0, 0, 0.26);
  line-height: 1.5em;
  text-align: center;
}

.form-wrapper {
  position: fixed;
  right: 10px;
  bottom: 34px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 0px;
}

.form-exit-icon {
  display: block;
  max-width: 31%;
}

.form-user-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-1animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  max-width: 34%;
  min-height: auto;
  min-width: auto;
  margin: auto;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 10px;
  color: #014a93;
  font-weight: 300;
}

.form-field {
  margin-top: -1.1em;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  border-radius: 7px;
  color: #0e01da;
  font-size: 13px;
  font-weight: 300;
}

.form-field:hover {
  border-color: #0ba6b8;
  color: #27262e;
  text-align: right;
}

.form-field:focus {
  border-color: #0ba6b8;
}

.form-field::-webkit-input-placeholder {
  color: #27262e;
}

.form-field:-ms-input-placeholder {
  color: #27262e;
}

.form-field::-ms-input-placeholder {
  color: #27262e;
}

.form-field::placeholder {
  color: #27262e;
}

.form-field.form-textarea {
  height: 80px;
  margin-bottom: 0px;
}

.form-frame {
  position: relative;
  z-index: 1;
}

.form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 20px 17px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: none;
  margin-right: 5%;
  margin-bottom: 2%;
  margin-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.inner-header-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 20px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-circle {
  width: 8px;
  height: 8px;
  min-height: 8px;
  min-width: 8px;
  margin-top: 15%;
  margin-right: 10px;
  margin-bottom: 15%;
  border-radius: 100%;
  background-color: #0ba6b8;
}

.divider-circle.orange {
  width: 15px;
  height: 15px;
  background-color: #f56020;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin: 0% 14px 2px 0px;
  background-color: #0ba6b8;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin: 0% 14px 0% 0px;
  background-color: #ff5004;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin: 0% 14px 0% 0px;
  background-color: #0ba6b8;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0vw;
  text-transform: uppercase;
}

.alt-text-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 20px;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  color: #0ba6b8;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.page-head {
  width: 60%;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #0ba6b8;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0vh;
  text-transform: uppercase;
}

.page-head.center {
  margin-right: 0px;
  text-align: center;
}

.content_contain {
  width: 90%;
}

.content_contain.is--full-width-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  margin-right: 5%;
  margin-bottom: 60px;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.inner-text {
  width: 80%;
  padding-right: 40px;
  color: #000;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.inner-text.full {
  width: 100%;
  line-height: 1.8;
}

.inner-text._50.left-image {
  margin-left: 60px;
}

.header_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 40vw;
  max-width: 1000px;
  min-width: auto;
  margin-top: 0.5em;
  border-radius: 0.6em;
}

.header_img.invite {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: auto;
  max-width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
}

.header_img._50 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
}

.header_img._50.space {
  margin-right: 10px;
  margin-left: 10px;
}

.header_img-fill {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.table-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #e0effd;
}

.table-line._01 {
  width: 49%;
  margin-right: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 2px;
  border-color: #e0effd;
  border-radius: 3px;
}

.table-line._01._100 {
  overflow: hidden;
  width: 100%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none;
  border-color: #d8e0f0;
  border-top-width: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.table-line._01._100._001 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.06);
}

.live-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 100%;
  min-width: auto;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.live-content.contact {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0effd;
  border-left: 1px solid #e0effd;
  border-radius: 0px;
  background-color: transparent;
  color: #0a4c9d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.table-row:hover {
  background-color: #e0effd;
}

.table-row.space {
  width: 90%;
  height: 50px;
  margin-bottom: 0px;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  color: #000;
  font-weight: 700;
}

.table-row.space:hover {
  background-color: #f8faff;
}

.table-row.space.right {
  width: 30%;
  height: auto;
  min-height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

.table-row.space._70 {
  width: 70%;
  height: auto;
  min-height: 50px;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

.table-row.details {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  color: #000;
  font-size: 0.6em;
  line-height: 1.5;
}

.table-row.details:hover {
  background-color: #f8faff;
}

.table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 700;
}

.table-icon-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 100%;
  min-width: 60px;
  -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;
  background-color: #0ba6b8;
}

.table-icon-content.white {
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.icon {
  width: 30px;
}

.icon.logo {
  width: 120px;
}

.table-line-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #e0effd;
}

.table-line-1._01 {
  width: 49%;
  margin-right: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 2px;
  border-color: #e0effd;
  border-radius: 3px;
}

.table-line-1._01._100 {
  overflow: hidden;
  width: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-color: #d8e0f0;
  border-top-width: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.table-name-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0effd;
  border-left: 1px solid #e0effd;
  border-radius: 0px;
  background-color: transparent;
  color: #0a4c9d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.table-name-1:hover {
  background-color: #e0effd;
}

.table-name-1.space {
  width: 90%;
  height: 50px;
  margin-bottom: 0px;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  background-color: #fff;
  color: #0ba6b8;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}

.table-name-1.space:hover {
  background-color: #f8faff;
}

.table-name-1.space._50 {
  width: 60%;
  border-bottom-style: none;
}

.table-name-1.description {
  width: 90%;
  height: auto;
  min-height: 50px;
  margin-bottom: 0px;
  border-bottom-color: #d8e0f0;
  border-left-color: #d8e0f0;
  color: #000;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
}

.table-name-1.description:hover {
  background-color: #f8faff;
}

.table-name-1.description._50 {
  display: block;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-style: none;
  font-size: 0.8em;
}

.general-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
}

.table-line-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #e0effd;
  box-shadow: 0 8px 10px -4px rgba(147, 157, 177, 0.36);
}

.table-line-2._01 {
  width: 49%;
  margin-right: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 2px;
  border-color: #e0effd;
  border-radius: 3px;
}

.table-line-2._01._100 {
  overflow: hidden;
  width: 100%;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-color: #d8e0f0;
  border-top-width: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.table-row-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0effd;
  border-left: 1px solid #e0effd;
  border-radius: 0px;
  background-color: transparent;
  color: #0a4c9d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.table-row-1:hover {
  background-color: #e0effd;
}

.table-row-1.space {
  width: 90%;
  height: 50px;
  margin-bottom: 0px;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  color: #000;
  font-weight: 700;
}

.table-row-1.space:hover {
  background-color: #f8faff;
}

.table-row-1.space.rigth {
  width: 30%;
  height: auto;
  min-height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

.table-row-1.space-1 {
  width: 70%;
  height: 50px;
  margin-bottom: 0px;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

.table-row-1.space-1:hover {
  background-color: #f8faff;
}

.bullet-line-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #e0effd;
}

.table-td-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.table-row-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e0effd;
  border-left: 1px solid #e0effd;
  border-radius: 0px;
  background-color: transparent;
  color: #0a4c9d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.table-row-2:hover {
  background-color: #e0effd;
}

.table-row-2.space {
  width: 90%;
  height: 50px;
  margin-bottom: 0px;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  color: #000;
  font-weight: 700;
}

.table-row-2.space:hover {
  background-color: #f8faff;
}

.table-row-2.space.right-1 {
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-color: #e3e8ed;
  border-left-color: #e3e8ed;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

.table-row-2.space.right-1.light {
  height: auto;
  min-height: 50px;
  font-weight: 300;
}

.member-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.member-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -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;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.member-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 220px;
  padding: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.members-1 {
  overflow: hidden;
  width: 15.6%;
  min-height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.members-1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.member-1 {
  height: auto;
  margin-bottom: 10px;
  color: #0ba6b8;
  font-size: 0.8em;
  font-weight: 400;
}

.member-image-mask {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0px;
}

.member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  margin-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.member-2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 0.7em;
  font-weight: 200;
}

.bullets-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 40px;
  border: 1px solid #0ba6b8;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/envelope.svg');
  background-position: 17px 8px;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.email-link:hover {
  border-color: #101019;
  background-color: #fff;
}

.email-link.contact {
  background-position: 17px 2px;
}

.date-seperator {
  display: block;
  width: 100px;
  height: auto;
  max-width: 100px;
  min-width: 100px;
  margin-right: 0px;
  background-color: #fff;
  box-shadow: 2px 0 3px -1px rgba(0, 0, 0, 0.19);
}

.space {
  min-height: 50px;
  min-width: 100px;
  margin-right: 0px;
  background-color: #e3e8ec;
}

.line-seperate {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  background-color: #cad1df;
}

.hall-name {
  position: static;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #797880;
  box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.27);
}

.row-content {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.scientific-description {
  overflow: visible;
  height: auto;
  max-height: none;
  font-size: 0.7em;
  line-height: 1.2;
}

.scientific-description._30 {
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  border-top: 1px solid #000;
}

.scientific-description.small-size {
  display: none;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  border-top: 1px solid #000;
}

.hall-program-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #cad1df;
  background-color: transparent;
}

.hall-program-row:hover {
  background-color: hsla(0, 0%, 100%, 0.45);
}

.date-change {
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 0px;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cad1df;
  border-bottom: 1px solid #cad1df;
  background-color: #fff;
}

.sesion-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/magnifying-glass.svg');
  background-position: 96% 95%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.sesion-container:hover {
  background-color: #f0f3f5;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.block._30 {
  height: 99.6px;
}

.block._45 {
  height: 149.4px;
}

.block._60 {
  height: 199.2px;
}

.block._75 {
  height: 249px;
}

.block._90 {
  height: 298.8px;
}

.block._105 {
  height: 348.6px;
}

.block._15 {
  height: 49.8px;
  padding-top: 0px;
  padding-bottom: 1px;
}

.block._20 {
  height: 66.4px;
  padding-top: 0px;
  padding-bottom: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block._25 {
  height: 83px;
}

.block._35 {
  height: 116.2px;
}

.block._40 {
  height: 132.8px;
}

.block._50 {
  height: 166px;
}

.block._55 {
  height: 182.6px;
}

.block._65 {
  height: 215.8px;
}

.block._70 {
  height: 232.4px;
}

.block._80 {
  height: 265.6px;
}

.block._85 {
  height: 282.2px;
}

.block._95 {
  height: 315.4px;
}

.block._100 {
  height: 332px;
}

.block._110 {
  height: 365.2px;
}

.block._115 {
  height: 371.8px;
}

.block._120 {
  height: 399.4px;
}

.scientific {
  width: 100%;
  height: auto;
  background-color: #e1e4e8;
}

.program-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0px;
  background-image: url('../images/bg-tile.jpg');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: repeat;
}

.date-min-span {
  display: inline-block;
  margin-left: 10px;
  padding-right: 3px;
  padding-left: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  background-color: #0f0e17;
  color: #fff;
}

.date-min-span.break-span {
  width: 100.00009%;
  margin-bottom: -1px;
  margin-left: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  color: #000;
}

.date-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scientific-clock {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-height: 20px;
  margin-top: 4px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(84deg, #fff 74%, hsla(0, 0%, 100%, 0) 90%);
  font-size: 0.6em;
  line-height: 1.2em;
}

.scientific-clock._15dk {
  display: none;
}

.scientific-clock._20-after {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scientific-head {
  margin-bottom: 5px;
  color: #797880;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 700;
}

.scientific-head.hall4 {
  color: #d61f59;
  font-size: 0.8em;
}

.scientific-head.hall2 {
  color: #93b908;
  font-size: 0.8em;
  line-height: 1.2;
}

.scientific-head.hall5 {
  color: #8f63be;
}

.scientific-head.hall6 {
  color: #36c7c0;
  font-size: 0.8em;
}

.scientific-head.hall3 {
  color: #03609e;
  font-size: 0.8em;
  line-height: 1.2;
}

.date-seperate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-height: auto;
  padding-top: 10px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px none rgba(0, 0, 0, 0.34);
  background-color: #e3e8ed;
  color: #000;
  font-size: 0.8em;
  text-align: right;
}

.date-seperate.white {
  position: relative;
  height: 100px;
  border-top-style: none;
  background-color: #fff;
  color: #000;
  font-size: 0.8em;
}

.bold-text-3 {
  color: #ff5004;
  font-size: 0.9vw;
}

.day-text {
  color: #000;
  font-size: 1.3vw;
  white-space: nowrap;
}

.navigate-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 3px;
  background-color: #0ba6b8;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.navigate-day:hover {
  background-color: #000;
}

.navigate-day._01 {
  width: 50px;
  height: 30px;
  margin-right: 3%;
  margin-left: 0px;
  background-color: #0ba6b8;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/right-chevron.svg');
  background-size: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigate-day._01:hover {
  background-color: #000;
}

.navigate-day.selected {
  border-width: 3px;
  border-color: #0ba6b8;
  background-color: #fff;
  color: #101019;
}

.hall-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -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;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #797881;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
}

.hall-bg._2 {
  background-color: #93b908;
  color: #fff;
}

.hall-bg._5 {
  background-color: #8f63be;
  color: #fff;
}

.hall-bg._3 {
  background-color: #03609e;
  color: #fff;
}

.hall-bg._6 {
  background-color: #36c7c0;
  color: #fff;
}

.hall-bg._4 {
  background-color: #d61f59;
  color: #fff;
}

.space-1 {
  width: 100px;
  height: 50px;
}

.break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.break._5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 16.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 0px 0px 10px 10px;
  background-color: hsla(0, 0%, 94.5%, 0.76);
}

.break._10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 33.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 49.8px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 66.4px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 83.3px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
}

.break._30 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 99.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: transparent;
}

.break._35 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 99.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._40 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 116.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._45 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 133.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._55 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 166.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._60 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 183.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._65 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._70 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 216.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 233.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._80 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._85 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 266.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._90 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 283.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._95 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 316.8px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._105 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 333.4px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._110 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._115 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 366.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._120 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 383.2px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._125 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 399.8px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._130 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 416.4px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._135 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 433px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.break._140 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 449.6px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border: 1px none #000;
  border-radius: 10px;
  background-color: hsla(0, 0%, 94.5%, 0);
}

.hall-name-text {
  font-size: 1em;
}

.break-clock {
  margin-top: 0px;
  font-size: 0.6em;
  line-height: 1.2em;
}

.block-text-container {
  overflow: visible;
  max-height: none;
  min-height: auto;
}

.block-text-container._30 {
  overflow: auto;
  max-height: 60px;
  min-height: 60px;
}

.block-text-container._45 {
  overflow: auto;
  max-height: 100px;
  min-height: 100px;
}

.block-text-container._60 {
  overflow: auto;
  max-height: 150px;
  min-height: 150px;
}

.block-text-container._75 {
  overflow: auto;
  max-height: 200px;
  min-height: 200px;
}

.block-text-container._90 {
  overflow: auto;
  max-height: 250px;
  min-height: 250px;
}

.block-text-container.small-size {
  overflow: auto;
  max-height: 25px;
  min-height: 25px;
}

.block-text-container._35 {
  overflow: auto;
  max-height: 75px;
  min-height: 75px;
}

.block-text-container._40 {
  overflow: auto;
  max-height: 90px;
  min-height: 90px;
}

.block-text-container._50 {
  overflow: auto;
  max-height: 126px;
  min-height: 126px;
}

.block-text-container._55 {
  overflow: auto;
  max-height: 146px;
  min-height: 146px;
}

.block-text-container._65 {
  overflow: auto;
  max-height: 175px;
  min-height: 175px;
}

.block-text-container._70 {
  overflow: auto;
  max-height: 195px;
  min-height: 195px;
}

.block-text-container._80 {
  overflow: auto;
  max-height: 226px;
  min-height: 226px;
}

.block-text-container._85 {
  overflow: auto;
  max-height: 246px;
  min-height: 246px;
}

.block-text-container._95 {
  overflow: auto;
  max-height: 275px;
  min-height: 275px;
}

.block-text-container._100 {
  overflow: auto;
  max-height: 290px;
  min-height: 290px;
}

.block-text-container._105 {
  overflow: auto;
  max-height: 310px;
  min-height: 310px;
}

.head-span {
  color: #ce0000;
}

.name-span {
  padding-left: 15px;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/dry-clean.svg');
  background-position: 2px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.bold-text-5 {
  display: inline-block;
  margin-top: 4px;
}

.scrool-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: auto;
}

.scroll {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  background-color: #0ba6b8;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/noun_Close_996783.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.close:hover {
  background-color: #000;
}

.scientific-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 10px;
  padding: 5px 5px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.scientific-head1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 500;
}

.scientific-pop-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 700px;
  min-height: auto;
  padding: 60px 20px 120px;
  border-radius: 10px;
  background-color: #fff;
}

.info {
  margin-right: 20px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
}

.tool-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-span-6 {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #0f0e17;
  color: #fff;
  font-size: 0.6em;
}

.scentific-pop-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: rgba(16, 16, 25, 0.82);
}

.detail-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 2px;
  padding: 10px 5px 10px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #dfdfdf;
  border-bottom: 1px none #dfdfdf;
  border-radius: 5px;
  background-color: rgba(226, 228, 233, 0.51);
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/microphone.svg');
  background-position: 5px 15px;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
  line-height: 1.7em;
}

.detail-2:hover {
  background-color: #fff;
}

.scientific-content-program {
  width: 100%;
  margin-right: 10px;
  padding: 0px;
  border-top: 3px none #3b414b;
  border-right: 1px none #dfdfdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.scientific-content-program:hover {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.member-calender-outlook {
  width: 45px;
  height: 45px;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-outlook-t5.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c333d;
  font-size: 15px;
}

.member-calender-outlook:hover {
  border-width: 1px;
  border-color: #f5f5f5;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-outlook-t5.svg');
  background-position: 50% 50%;
  background-size: 25px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.member-calender-apple {
  width: 45px;
  height: 45px;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-apple-t5.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c333d;
  font-size: 15px;
}

.member-calender-apple:hover {
  border-width: 1px;
  border-color: #f5f5f5;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-apple-t5.svg');
  background-position: 50% 50%;
  background-size: 25px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.scientific-day-1-bold-chairman {
  margin-bottom: 10px;
  color: #ff0404;
  font-size: 1em;
}

.detail-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 10px;
  padding: 5px 5px 5px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 2px none #c51918;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/microphone-2.svg');
  background-position: 6px 10px;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.8em;
}

.detail-1:hover {
  background-color: transparent;
}

.scientific-location {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f0e17;
  font-size: 1.5em;
  font-weight: 700;
}

.member-calender-google {
  width: 45px;
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-google-t5.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c333d;
  font-size: 15px;
}

.member-calender-google:hover {
  border-width: 1px;
  border-color: #f5f5f5;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-google-t5.svg');
  background-position: 50% 50%;
  background-size: 20px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.detail-scrool {
  overflow: auto;
  width: 100%;
  height: 250px;
}

.break-icon {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 20px;
  margin-right: 10px;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-span {
  color: #0ba6b8;
}

.web-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 40px;
  border: 1px solid #0ba6b8;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/world-wide-web.svg');
  background-position: 17px 2px;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.web-link:hover {
  border-color: #101019;
  background-color: #fff;
}

.phone-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 40px;
  border: 1px solid #0ba6b8;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/phone-call-1.svg');
  background-position: 17px 2px;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.phone-link:hover {
  border-color: #101019;
  background-color: #fff;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.sponsor-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 150px;
  max-height: 150px;
  margin: 5px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 20px -10px rgba(0, 0, 0, 0.37);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sponsor-logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sponsor-img {
  height: 100px;
}

.bgs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 100px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #ff5004;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.bgs-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bgs-icon {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #e3e8ed;
  opacity: 1;
}

.bgs-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0ba6b8;
  text-align: left;
}

.heading-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
}

.bgs-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
}

.bgs-bullet-text {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0vw;
  text-transform: none;
}

.s-faq-icon {
  position: relative;
  padding: 20px;
  -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;
}

.faq-q {
  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;
}

.faq-a-text {
  color: #000;
  font-size: 0.8em;
  line-height: 1.6em;
}

.s-faq-q-text {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-q-text {
  color: #000;
  font-size: 1em;
}

.s-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.s-faq-a-text {
  padding: 20px;
}

.faq-divider {
  height: 0px;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.25);
}

.faq-a {
  overflow: hidden;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.faq-item {
  width: 100%;
  margin-bottom: 10px;
  border-left: 3px solid #0ba6b8;
  background-color: transparent;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.faq {
  width: 100%;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.download._02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pop-v-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: auto;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fafafa;
  border-radius: 5px;
  background-color: #f3f7fa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.pop-v-link:hover {
  border-color: #1251c5 #fff #fff #0ba6b8;
  border-top-style: none;
  border-left-style: solid;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.inner-pop-icon {
  width: 40px;
}

.innet-pop-text-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px;
}

.report-picture {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #dbdbdb;
}

.report-picture.photos {
  width: 120%;
  max-width: none;
}

.reportleft {
  width: 100%;
}

.reportleft.report-skin {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
}

.r-file-type {
  color: #fff;
}

.report-right-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  font-size: 10px;
}

.report-right-2.report-skin {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.29);
  background-color: #101019;
  opacity: 1;
}

.r-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
}

.r-year.report-section {
  height: auto;
  padding: 20px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.report-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 160px;
  margin: 10px;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e0eefd;
  color: #0a4c9d;
  text-decoration: none;
}

.report-content-3.report-skin {
  position: relative;
  width: 19%;
  margin: 0px 5px 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.report-content-3.report-skin:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.report-content-3.photos {
  position: relative;
  overflow: hidden;
  width: 19%;
  min-height: auto;
  margin: 0px 5px 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.report-content-3.photos:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bulletin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1001%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.buttonlar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px 100px 10px 40px;
  -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;
  border-radius: 4px;
  background-color: #0ba6b8;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/link-1.svg');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-icon:hover {
  background-color: #000;
}

.btn-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px 100px 10px 40px;
  -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;
  border-radius: 4px;
  background-color: #0ba6b8;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/right-arrow.svg');
  background-position: 90% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-icon-2:hover {
  background-color: #000;
}

.cover-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Dune rise', sans-serif;
  color: #fff;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.slide-text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80%;
  margin-bottom: 60px;
  margin-left: 5%;
  padding: 20px 35px 40px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-content {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.right-arrow {
  left: 0%;
  top: 60%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 5%;
  height: 5%;
  margin: 0px 0px 0px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.27);
  border-radius: 3px;
  background-color: transparent;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/next.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
}

.right-arrow:hover {
  background-position: 62% 50%, 68% 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slide-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: auto;
  min-height: 50px;
  margin-right: 20px;
  padding: 20px;
  -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;
  border-radius: 8px;
  background-color: #0ba6b8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-button:hover {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #3fcddd;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
}

.text-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.41);
}

.left-arrow {
  left: 0%;
  top: 60%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 5%;
  height: 5%;
  margin: 0px 50px 0px 9%;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.27);
  border-radius: 3px;
  background-color: transparent;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/back.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
}

.left-arrow:hover {
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/back.svg');
  background-position: 32% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slide-image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  opacity: 0.48;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-bullet {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  max-width: none;
  margin: 0px;
  padding-top: 0px;
  padding-left: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: transparent;
  color: #fff;
  font-size: 7px;
}

.slide-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 700px;
  max-width: none;
  border-radius: 0px;
  background-color: transparent;
}

.slider-mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.slide-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.description-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-three {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: none;
  border-width: 5px;
  border-color: #34d3a7;
  background-color: #72c733;
  background-image: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: center;
  text-decoration: none;
}

.btn-three.new-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #382388;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), hsla(0, 0%, 100%, 0));
}

.btn-three.new-1._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0ba6b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), hsla(0, 0%, 100%, 0));
}

.btn-three.new-1._2.scientific {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f50;
}

.btn-three.new-1._2.abstract {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #592986;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-left-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: transparent;
}

.btn-two {
  position: relative;
  z-index: 10;
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.btn-one {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #13e9c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(hsla(0, 0%, 100%, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), hsla(0, 0%, 100%, 0.05));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.btn-one._1 {
  height: 120px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #0ba6b8;
  background-image: none;
}

.btn-one._1.bildiri {
  background-color: #592986;
}

.btn-one._1.bilimsel {
  background-color: #f50;
}

.btn-one._1.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
  border-radius: 0px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.box.left {
  border-right-style: none;
}

.box.left.bottom {
  border-bottom-style: none;
}

.box.bottom {
  border-bottom-style: none;
}

.clock-number {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 400;
}

.btn-text {
  width: 76%;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
}

.clock-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-top: 3px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 0.7em;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.slide-under-btn {
  position: static;
  display: block;
  overflow: hidden;
  width: 34%;
  height: 120px;
  min-height: 120px;
  margin: 1px 0px 5px 0%;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.71);
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 40px 20px -4px rgba(0, 0, 0, 0.14);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  cursor: pointer;
}

.lottie-animation {
  position: absolute;
  left: 7%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
}

.lottie-animation._1 {
  position: absolute;
  left: 9%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100px;
  margin-left: -20px;
}

.btn-seperate {
  width: 1px;
  height: 30px;
  margin-right: 15px;
  margin-left: 80px;
  background-color: hsla(0, 0%, 100%, 0.26);
}

.slider-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 700px;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e3e8ed;
}

.invitation-title {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  white-space: normal;
}

.buttontextyea {
  font-size: 0.9em;
  font-weight: 300;
}

.size1-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -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;
  font-size: 2.1em;
  line-height: 1;
  font-weight: 700;
  white-space: normal;
}

.size1-text-2._02 {
  width: 50%;
  color: #ff5501;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
}

.size1-text-2._02-copy {
  color: #ff5501;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.invitation-more-text {
  margin-top: 20px;
  margin-bottom: 10px;
  opacity: 0.92;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}

.invitation-more-text.nx {
  color: #000;
  font-size: 1.2em;
  line-height: 1.4;
}

.invitation-more-text.nx-copy {
  width: 50%;
  color: #000;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
}

.div-block-106 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.abstract-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-16 {
  width: 60%;
  border-radius: 20px;
}

.form-success {
  background-color: transparent;
}

.subscribe-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 24px;
  padding: 18px 16px 16px;
  -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;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.27);
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding-right: 28px;
  padding-left: 28px;
  border: 2px solid #e5e5e5;
  border-radius: 24px;
  background-color: #f8f8f8;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border-color: #a5c926;
  background-color: #fff;
}

.input.subscribe-input {
  margin-right: 16px;
  margin-bottom: 0px;
  border-style: none;
  border-radius: 8px;
}

.input.subscribe-input:focus {
  border-color: #a5c926;
  background-color: #fff;
}

.subscribe-form-wrapper {
  width: 50%;
  margin-bottom: 0px;
  padding-left: 15px;
}

.subscribe-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-heading {
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}

.subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0px;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #0ba6b8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.form-error {
  margin-top: 12px;
  padding: 6px 20px;
  border-radius: 16px;
  background-color: rgba(251, 65, 107, 0.1);
  color: #fb416b;
  font-size: 12px;
  line-height: 20px;
}

.subscribe-form-field {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speakers-pop-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: rgba(16, 16, 25, 0.82);
}

.speaker-name {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding: 5px 60px 5px 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f0e17;
  font-size: 1.5em;
  font-weight: 700;
}

.speaker-details-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0ba6b8;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 500;
}

.member-seperator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.member-content-pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: auto;
  min-width: 30%;
  padding: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
}

.member-cv-text {
  margin-left: 20px;
  font-size: 0.9em;
  line-height: 1.5;
}

.facebook {
  width: 45px;
  height: 45px;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/facebook.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c333d;
  font-size: 15px;
}

.facebook:hover {
  border-width: 1px;
  border-color: #f5f5f5;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-apple-t5.svg');
  background-position: 50% 50%;
  background-size: 25px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.twitter {
  width: 45px;
  height: 45px;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/twitter.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c333d;
  font-size: 15px;
}

.twitter:hover {
  border-width: 1px;
  border-color: #f5f5f5;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-outlook-t5.svg');
  background-position: 50% 50%;
  background-size: 25px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.linkedin {
  width: 45px;
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/linkedin.svg');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c333d;
  font-size: 15px;
}

.linkedin:hover {
  border-width: 1px;
  border-color: #f5f5f5;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/icon-google-t5.svg');
  background-position: 50% 50%;
  background-size: 20px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.speaker-pop-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 700px;
  min-height: auto;
  padding: 60px 20px 120px;
  border-radius: 10px;
  background-color: #fff;
}

.speaker-content-program {
  width: 100%;
  margin-right: 10px;
  padding: 0px;
  border-top: 3px none #3b414b;
  border-right: 1px none #dfdfdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.speaker-content-program:hover {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.help-icon {
  z-index: 500;
  width: 23px;
  height: auto;
  max-height: 40px;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 1;
}

.help-icon.opacity {
  margin-right: 2px;
  opacity: 0.59;
}

.help-icon.small {
  width: 25px;
  margin-right: 0px;
  margin-left: 0px;
}

.help-text-2 {
  padding-left: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.help-text-2.black {
  color: #000;
  font-size: 15px;
}

.calender {
  position: fixed;
  left: auto;
  top: 0%;
  right: 10px;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  min-width: 80px;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
}

.b-help._02-copy {
  position: relative;
  height: 40px;
  min-width: 50px;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 1px 11px 3px rgba(0, 0, 0, 0.09);
}

.help-btn {
  padding: 0px 0px 0px 10px;
  text-align: right;
}

.help-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.calender-content {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.help-btn-s {
  padding: 0px 5px 5px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0px;
  background-color: transparent;
}

.help-text {
  overflow: hidden;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.help-icon-2.small {
  width: 25px;
  margin-right: 0px;
  margin-left: 0px;
}

.homepage-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.78);
}

.homepage-pop-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 700px;
  min-height: auto;
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
}

.close-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  background-color: #d20b12;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/noun_Close_996783.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.close-2:hover {
  background-color: #004e8b;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  margin: 2px auto;
  padding: 10px 40px;
  -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;
  border-radius: 0px;
  background-color: #d20b12;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-2:hover {
  background-color: #00264b;
}

.button-2._02 {
  margin-left: 0px;
  border-radius: 4px;
  background-color: #0ba6b8;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 97%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #014a93;
  font-weight: 300;
}

.checkbox-3 {
  min-height: 12px;
  min-width: 12px;
  margin-left: 0px;
  border-width: 3px;
  border-color: #bbb;
  border-radius: 0px;
  color: #0e01da;
}

.checkbox-3:hover {
  border-color: #d20b12;
}

.checkbox-3.w--redirected-checked {
  border-color: #d20b12;
  background-color: #d20b12;
}

.checkbox-3.w--redirected-focus {
  border-color: #ff5004;
  box-shadow: 0 0 3px 1px #ff5004;
  color: #d20b12;
}

.form-field-2 {
  margin-top: -1.1em;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #e3e8ed;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.form-field-2:hover {
  border-color: #3b3b3b;
  color: #27262e;
}

.form-field-2:focus {
  border-color: #000;
  color: #000;
}

.form-field-2::-webkit-input-placeholder {
  color: rgba(126, 135, 151, 0.74);
}

.form-field-2:-ms-input-placeholder {
  color: rgba(126, 135, 151, 0.74);
}

.form-field-2::-ms-input-placeholder {
  color: rgba(126, 135, 151, 0.74);
}

.form-field-2::placeholder {
  color: rgba(126, 135, 151, 0.74);
}

.form-field-2.form-textarea {
  height: 80px;
  margin-bottom: 0px;
}

.heading-8 {
  width: 60%;
  margin-right: auto;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}

.heading-8.center {
  margin-right: 0px;
  color: #fff;
  text-align: center;
}

.scientific-date {
  height: auto;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.container-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scientificday-1-time {
  position: static;
  left: 77%;
  top: 7.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #3b414b;
  color: #fff;
}

.scientificday-1-time.new-1 {
  background-color: #2a3a98;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 58, 152, 0.84)), to(rgba(42, 58, 152, 0.84))), url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/teenyicons_stopwatch-outline.svg');
  background-image: linear-gradient(180deg, rgba(42, 58, 152, 0.84), rgba(42, 58, 152, 0.84)), url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/teenyicons_stopwatch-outline.svg');
  background-position: 0px 0px, 50% 10px;
  background-size: auto, 50px;
  background-repeat: repeat, no-repeat;
}

.day5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #f5f5f5;
  color: #000;
  font-size: 17px;
}

.day5:hover {
  background-color: #fff;
}

.day5:focus {
  border-bottom: 2px solid #8f63be;
  background-color: #fff;
}

.scientific-day-2-location {
  color: #93b908;
}

.scientific-day1-location {
  margin-bottom: 10px;
  padding: 5px;
  color: #c51918;
  font-size: 18px;
}

.scientific-day1-location.new-1 {
  margin-top: 20px;
  color: #ff5e00;
  font-size: 23px;
}

.scientific-day-1-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: auto;
  min-width: 95%;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 3px solid #2a3a98;
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.scientific-day-1-line.new-1 {
  overflow: hidden;
  padding: 0px;
  border-radius: 10px;
}

.scientific-day-4-location {
  color: #ff8400;
}

.day1-detail-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 2px solid #c51918;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.day1-detail-1:hover {
  background-color: #f5f5f5;
}

.scientific-clock-2 {
  width: auto;
  font-size: 19px;
  white-space: nowrap;
}

.break-time {
  position: static;
  left: 77%;
  top: 7.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  min-height: 50px;
  margin-left: 30px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #b1b1b1;
  color: #fff;
}

.break-time.new-break {
  border-radius: 10px;
  background-color: #ff5e00;
}

.break-time.new-learning {
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

.scientificday-3-time {
  position: static;
  left: 77%;
  top: 7.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #03609e;
  color: #fff;
}

.scientific-day-1-location {
  color: #3b414b;
}

.break-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: 100px;
  margin-bottom: 40px;
  padding: 20px;
  border-top: 3px solid #b1b1b1;
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.break-2.new-break {
  border-top-color: #ff5e00;
  border-radius: 10px;
}

.break-2.new-learning {
  border-top-color: #fff;
  border-radius: 10px;
  background-color: #0ba6b8;
}

.day2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #f5f5f5;
  color: #000;
  font-size: 17px;
}

.day2:hover {
  background-color: #fff;
}

.day2:focus {
  border-bottom: 2px solid #93b908;
  background-color: #fff;
}

.clock {
  width: auto;
  font-size: 19px;
  white-space: nowrap;
}

.scientific-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scientific-container-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scientific-container-program.new-1 {
  margin-left: 0px;
}

.scientificday-4-time {
  position: static;
  left: 77%;
  top: 7.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #ff8400;
  color: #fff;
}

.scientific-day1-detail-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px none #dfdfdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  line-height: 16px;
}

.scientific-day1-detail-2:hover {
  background-color: #f5f5f5;
}

.scientific-day-3-location {
  color: #03609e;
}

.scientific-content-program-2 {
  width: 100%;
  margin-right: 10px;
  padding: 0px;
  border-top: 3px none #3b414b;
  border-right: 1px none #dfdfdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.scientific-content-program-2:hover {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #f5f5f5;
}

.scientific-content-program-2.new-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scientific-content-program-2.new-1:hover {
  background-color: #fff;
}

.scientific-program-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scientific-day-2-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: auto;
  min-width: 95%;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 3px solid #93b908;
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.content-program {
  width: 100%;
}

.scientific-day1-head1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 0px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3b414b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.scientific-day1-head1.new-1 {
  margin-bottom: 40px;
  color: #2a3a98;
  font-size: 24px;
}

.break-head {
  margin-top: 0px;
  color: #b1b1b1;
  font-size: 24px;
  line-height: 32px;
}

.break-head.new-break {
  color: #ff5e00;
}

.break-head.new-learning {
  color: #fff;
}

.scientific-day-1-bold-chairman-2 {
  color: #c51918;
}

.scientific-day-5-location {
  color: #8f63be;
}

.scientific-day-4-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: auto;
  min-width: 95%;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 3px solid #ff8400;
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.bold-text-16 {
  font-weight: 300;
  text-align: center;
}

.day4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #f5f5f5;
  color: #000;
  font-size: 17px;
}

.day4:hover {
  background-color: #fff;
}

.day4:focus {
  border-bottom: 2px solid #ff8400;
  background-color: #fff;
}

.bold-text-13 {
  font-weight: 300;
  text-align: center;
}

.day3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #f5f5f5;
  color: #000;
  font-size: 17px;
  font-weight: 300;
}

.day3:hover {
  background-color: #fff;
}

.day3:focus {
  border-bottom: 2px solid #03609e;
  background-color: #fff;
}

.scientificday-2-time {
  position: static;
  left: 77%;
  top: 7.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #93b908;
  color: #fff;
}

.scientific-day-3-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: auto;
  min-width: 95%;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 3px solid #03609e;
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.date {
  height: auto;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.scientificday-5-time {
  position: static;
  left: 77%;
  top: 7.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #8f63be;
  color: #fff;
}

.scientific-day-5-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: auto;
  min-width: 95%;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 3px solid #8f63be;
  background-color: #fff;
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #f5f5f5;
  color: #000;
  font-size: 17px;
}

.day:hover {
  background-color: #fff;
}

.day:focus {
  border-bottom: 2px solid #c51918;
  background-color: #fff;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-bottom: 1px;
  -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;
  background-color: #0293b7;
  color: #fff;
  text-align: center;
}

.hh-22 {
  margin-bottom: 10px;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  min-height: 50px;
  min-width: 150px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 0.8em;
}

.text-block-2.break {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.text-block-2.first {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.text-block-2.first.w {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-weight: 700;
}

.head-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}

.head-1.heaffirst {
  background-color: #99a12c;
}

.head-1.heaffirst {
  width: 100%;
  min-width: 1200px;
  background-color: #99a12c;
}

.text-line-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  min-width: 200px;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #e0e4e7;
  background-color: #fff;
  font-size: 0.8em;
  line-height: 1.3;
}

.text-line-3.break {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.text-line-3.first {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.text-line-3.first.w {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-weight: 700;
}

.text-block-3 {
  margin-bottom: 5px;
}

.tabs {
  width: 95%;
}

.hh-21 {
  margin-bottom: 10px;
  color: #0593b6;
  font-weight: 700;
}

.tabs-content {
  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;
}

.day-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(224, 228, 231, 0);
  color: #000;
  font-size: 15px;
  text-align: center;
}

.day-wp:hover {
  background-color: #fff;
}

.day-wp:focus {
  border-bottom: 2px solid #c51918;
  background-color: #fff;
}

.day-wp.w--current {
  background-color: #fff;
}

.tabs-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;
}

.div-block-79 {
  overflow: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.first-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}

.first-head.first {
  background-color: #f8ff9f;
}

.tabs-menu-2 {
  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;
}

.day-wp-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300em;
  min-height: 50px;
  min-width: auto;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(224, 228, 231, 0);
  color: #000;
  font-size: 15px;
}

.day-wp-2:hover {
  background-color: #fff;
}

.day-wp-2:focus {
  border-bottom: 2px solid #c51918;
  background-color: #fff;
}

.day-wp-2.w--current {
  background-color: #fff;
}

.first-head-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1200px;
  margin-bottom: 1px;
}

.first-head-2.first {
  width: 100%;
  min-width: 1200px;
  background-color: #f8ff9f;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  min-width: 1200px;
  margin-bottom: 1px;
  -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;
  background-color: #0293b7;
  color: #fff;
  text-align: center;
}

.speaker-names {
  color: #ff5e00;
}

.clocks {
  margin-left: 10px;
  color: #ff5e00;
  font-size: 0.7em;
}

.moderator-name {
  color: #0ba6b8;
}

.bold-text-19 {
  width: 50%;
  font-size: 0.6em;
  line-height: 1.2;
  text-align: center;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #ebebeb;
}

.div-block-107-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
}

.link-block {
  overflow: hidden;
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dad2d2;
  border-radius: 5px;
  background-color: #fff;
}

.link-block:hover {
  border-color: #bbb;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  max-height: 100px;
  min-height: 100px;
  margin: 10px;
  padding: 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 5px;
  box-shadow: 0 17px 20px -13px rgba(0, 0, 0, 0.17);
}

.link-block-2:hover {
  border-color: #b4b4b4;
}

.div-block-110 {
  width: 50%;
}

.text-block-6 {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: left;
}

.top {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  padding-left: 0px;
  border-left: 1px none #cad1df;
  color: #ff5e00;
  font-size: 0.9em;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 10px;
  padding-top: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.9em;
  text-align: left;
}

.bold-text-20 {
  display: inline-block;
  margin-bottom: 10px;
}

.bold-text-21 {
  color: #101019;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.div-block-113 {
  padding-left: 20px;
  border-left: 1px solid #cad1df;
}

.div-block-113.noline {
  border-left-style: none;
}

.addcontent {
  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;
}

.map {
  width: 150px;
  min-width: 200px;
  padding-left: 20px;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/ico-3.svg');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.phone {
  display: inline-block;
  width: auto;
  min-width: 100px;
  padding-left: 20px;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/ico-1.svg');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #ff5e00;
}

.pin {
  display: inline-block;
  width: auto;
  min-width: 100px;
  padding-left: 20px;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/ico-3.svg');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #ff5e00;
}

.mail {
  display: inline-block;
  width: auto;
  min-width: 100px;
  padding-left: 20px;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/ico-2.svg');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #ff5e00;
}

.text-span-7 {
  margin-left: 100px;
}

.link-3 {
  color: #0ca6b8;
}

.link-4 {
  color: #101019;
  text-decoration: none;
}

.day-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 2px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 4px solid #1477b9;
  border-radius: 10px;
  background-color: #1477b9;
  color: #fff;
  font-size: 18px;
  line-height: 0.7;
  text-align: center;
}

.day-new:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #015a96;
  background-color: #015a96;
}

.day-new:focus {
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #1477b9;
}

.day-new._02 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-width: 4px;
  border-color: #2a3a98;
  border-radius: 10px;
  background-color: #293a98;
  line-height: 0.8;
}

.day-new._02:hover {
  border-color: #17246e;
  background-color: #17246e;
}

.day-new._02:focus {
  border-color: #fff;
  background-color: #17246e;
}

.text-span-8 {
  font-size: 24px;
}

.day2-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  margin-right: 3px;
  margin-bottom: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #1780c2;
  color: #fff;
  font-size: 17px;
}

.day2-new:hover {
  background-color: #fff;
}

.day2-new:focus {
  border-bottom: 2px solid #93b908;
  background-color: #fff;
}

.new-1-user {
  width: 23.5%;
  margin-right: 5px;
  margin-bottom: 40px;
  margin-left: 5px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #f1f1f1;
  color: #101019;
  text-align: center;
  text-decoration: none;
}

.new-1-user:hover {
  border-color: #f1f1f1;
  background-color: #fff;
}

.new-1-bullet {
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/bxs_right-arrow.svg');
  background-position: 0% 1px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.bold-text-22 {
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/bxs_right-arrow.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 1.3;
  font-weight: 400;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-7 {
  margin-bottom: 20px;
  color: #ff5e00;
  font-size: 1.3em;
}

.image-17 {
  margin-bottom: 20px;
}

.text-block-8 {
  margin-bottom: 10px;
  font-size: 1.4em;
}

.bold-text-23 {
  color: rgba(16, 16, 25, 0.65);
  font-size: 0.8em;
}

.italic-text {
  color: #fff;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 80px;
  min-width: 200px;
  margin-top: 20px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  background-color: #2a3a98;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/bi_clock-fill.svg');
  background-position: 12px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  color: #fff;
}

.text-block-9 {
  padding-left: 0px;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.div-block-115-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 80px;
  min-width: 200px;
  margin-top: 20px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  background-color: #ff5e00;
  background-image: url('https://sermayepiyasalarikongresi.org.tr/themes/two/images/ic_round-door-sliding.svg');
  background-position: 12px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.3em;
}

.photos-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.photo-video-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.78);
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 40px;
  -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;
  border-radius: 10px;
  background-color: #2a3a98;
  background-image: linear-gradient(69deg, #2a3a98, #1477b9);
}

.div-block-118 {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-style: solid;
  border-width: 4px;
  border-color: #2a3a98;
  border-radius: 100px;
  background-color: #fff;
}

.image-18 {
  position: relative;
  max-height: 150px;
  margin-top: 0px;
}

.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0e0e0;
}

.text-block-10 {
  width: 100%;
  margin-bottom: 10px;
  color: #101019;
  font-size: 0.8em;
  text-align: center;
}

.image-19 {
  max-width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0cfcf;
  border-radius: 10px;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  margin-top: -60px;
  padding-top: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://sermayepiyasalarikongresi.org.tr/');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://sermayepiyasalarikongresi.org.tr/');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}


@media screen and (max-width: 991px) {
  .header {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider {
    height: auto;
    min-height: auto;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .content {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .navbar {
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    overflow: auto;
    width: 100%;
    height: auto;
    max-height: 450px;
    padding: 30px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #0ba6b8;
  }

  .nav-menu.w--open {
    max-height: 530px;
    background-color: #0ba6b8;
  }

  .brand {
    left: 0px;
    right: auto;
    margin-right: auto;
  }

  .image {
    max-width: 100%;
    margin-right: auto;
  }

  .nav-link {
    display: block;
    overflow: visible;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .is--display-line {
    width: 40px;
    height: 1px;
    min-width: auto;
  }

  .i-text {
    font-size: 1.6em;
  }

  .invitation {
    width: 90%;
  }

  .invitation-text {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .marquee-horizontal {
    margin-bottom: 0px;
  }

  .marquee-text {
    font-size: 1em;
  }

  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .privacy {
    margin-bottom: 0px;
    font-size: 1em;
  }

  .social_link {
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .menu-list.w--open {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0px;
  }

  .menu-list.short.w--open {
    left: 0px;
    padding-top: 20px;
  }

  .menu-list.short.w--open {
    left: 0px;
    padding-top: 20px;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: none;
  }

  .dropdown-wrp {
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: #fff;
  }

  .dropdown-wrp.w--current {
    color: rgba(255, 255, 255, 0.53);
  }

  .dropdown-menu-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
  }

  .dropdown-menu-2.w--open {
    width: 100%;
    padding-right: 30px;
    padding-left: 0px;
  }

  .chevron-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .dropdown-menu-content-2 {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .menu-link-2 {
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }

  .menu-link-2:hover {
    color: hsla(22, 0%, 100%, 0.65);
  }

  .menu-button {
    position: absolute;
    left: auto;
    right: 5%;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 3px;
  }

  .menu-button.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    background-color: #fff;
  }

  .logo-content {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .line-hamburger {
    width: 40px;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .cookie {
    position: fixed;
    left: auto;
    width: 90%;
    margin: auto auto 2% 5%;
  }

  .form-field-wrap._100 {
    width: 98%;
  }

  .form-wrapper {
    bottom: 39px;
  }

  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .inner-header-col-2 {
    margin-bottom: 15px;
  }

  .page-head {
    width: 80%;
    font-size: 2.9em;
  }

  .content_contain.is--full-width-content {
    width: 90%;
  }

  .inner-text {
    width: 65%;
  }

  .header_img {
    height: 60vw;
  }

  .header_img.invite {
    width: 35%;
  }

  .header_img._50 {
    width: 35%;
  }

  .table-line._01 {
    width: 100%;
  }

  .table-row {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .table-row.space.right {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .table-row.space._70 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .table-row.details {
    padding-right: 20px;
    padding-left: 20px;
  }

  .table-heading {
    padding-top: 40px;
    color: #000;
    font-size: 1.6em;
  }

  .table-icon-content {
    min-width: auto;
  }

  .table-line-1._01 {
    width: 100%;
  }

  .table-name-1 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .table-name-1.space {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .table-name-1.description {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .general-head {
    color: #000;
  }

  .table-line-2._01 {
    width: 100%;
  }

  .table-row-1 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .table-row-1.space.rigth {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .table-row-1.space-1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .table-row-2 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .table-row-2.space.right-1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
  }

  .members-1 {
    width: 31%;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
  }

  .bullets-content {
    margin-bottom: 0px;
  }

  .date-change {
    top: 80px;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .date-left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .date-seperate.white {
    font-size: 0.8em;
  }

  .day-text {
    font-size: 1.3em;
  }

  .hall-bg {
    font-size: 0.8em;
  }

  .space-1 {
    display: none;
  }

  .scrool-content {
    overflow: auto;
    max-width: 100%;
  }

  .detail-2 {
    width: 100%;
  }

  .scientific-content-program {
    width: 100%;
  }

  .detail-1 {
    width: 100%;
  }

  .scientific-location {
    width: 100%;
  }

  .contact-row {
    width: 100%;
  }

  .sponsor-logo {
    width: 23.5%;
  }

  .bgs-bullet {
    margin-bottom: 15px;
  }

  .faq {
    width: 100%;
  }

  .download {
    width: 100%;
  }

  .r-year {
    font-size: 18px;
    line-height: 24px;
  }

  .report-content-3 {
    width: 100%;
  }

  .report-content-3.report-skin {
    margin-bottom: 10px;
  }

  .report-content-3.photos {
    width: 23.5%;
    margin-bottom: 10px;
  }

  .cover-title {
    width: 100%;
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }

  .slide-text-wrapper {
    bottom: 0px;
    width: 90%;
    height: auto;
    margin-bottom: 200px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .slide-button {
    margin-bottom: 20px;
  }

  .slide-bullet {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 10%;
    margin-bottom: 150px;
    margin-left: 0px;
    padding-left: 0%;
    -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;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slide-wrapper {
    height: 700px;
  }

  .slider-mask {
    height: 100%;
  }

  .description-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-left-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 130px;
    width: 100%;
    height: 120px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-under-btn {
    width: 32%;
    height: 100px;
    margin-right: 10px;
    margin-left: 0%;
  }

  .slider-row {
    height: 650px;
  }

  .buttontextyea {
    text-align: left;
  }

  .div-block-106 {
    padding-right: 40px;
    background-color: #e3e8ec;
  }

  .abstract-wrapper {
    width: 90%;
    margin-top: 120px;
  }

  .image-16 {
    margin-top: -86px;
  }

  .subscribe-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .input.subscribe-input {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .subscribe-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 32px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscribe-info {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .subscribe {
    width: 90%;
    padding: 40px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-error {
    text-align: center;
  }

  .subscribe-form-field {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.white {
    width: auto;
  }

  .speaker-name {
    width: 100%;
  }

  .speaker-content-program {
    width: 100%;
  }

  .homepage-pop-content {
    width: 90%;
  }

  .button-2 {
    margin-left: auto;
  }

  .checkbox-field-2 {
    width: 98%;
  }

  .heading-8 {
    width: 90%;
  }

  .scientific-date {
    margin-bottom: 0px;
  }

  .scientificday-1-time {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .day5 {
    width: 30%;
  }

  .scientific-day1-location {
    width: 100%;
  }

  .scientific-day-1-line {
    width: 90%;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .day1-detail-1 {
    width: 100%;
  }

  .scientificday-3-time {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .break-2 {
    width: 90%;
    margin-bottom: 40px;
  }

  .day2 {
    width: 30%;
  }

  .scientific-days {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .scientific-container-program {
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .scientificday-4-time {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .scientific-day1-detail-2 {
    width: 100%;
  }

  .scientific-content-program-2 {
    width: 48%;
  }

  .scientific-day-2-line {
    width: 90%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scientific-day-4-line {
    width: 90%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .day4 {
    width: 30%;
  }

  .day3 {
    width: 30%;
  }

  .scientificday-2-time {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .scientific-day-3-line {
    width: 90%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scientificday-5-time {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .scientific-day-5-line {
    width: 90%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .day {
    width: 30%;
  }

  .day-wp {
    width: 30%;
  }

  .day-wp-2 {
    width: 100%;
    min-width: auto;
  }

  .day-new {
    width: 49%;
  }

  .day-new._02 {
    width: 49%;
  }

  .text-span-8 {
    font-size: 21px;
  }

  .day2-new {
    width: 30%;
  }

  .new-1-user {
    width: 48%;
  }

  .new-1-bullet {
    line-height: 1.2;
  }

  .div-block-114 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .photos-content {
    width: 100%;
  }

  .div-block-119 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://sermayepiyasalarikongresi.org.tr/');
    background-image: linear-gradient(180deg, null, null), url('https://sermayepiyasalarikongresi.org.tr/');
    background-position: 0px 0px, 100% 50%;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    min-height: auto;
    margin-top: 80px;
  }

  .navbar {
    padding-left: 5%;
  }

  .button {
    margin-right: auto;
    margin-left: auto;
  }

  .button.live {
    margin-left: 0px;
  }

  .is--display-line {
    width: 20px;
    height: 1px;
    min-width: auto;
    margin-right: 2em;
    margin-left: 2em;
  }

  .i-text {
    text-align: center;
  }

  .invitation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .invitation-text {
    width: 100%;
    text-align: center;
  }

  .footer_bottom {
    display: block;
    text-align: center;
  }

  .privacy {
    display: block;
    margin-top: 2em;
  }

  .footer_social {
    width: 100%;
    margin-top: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social_link {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .logo-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-field-wrap._100 {
    width: 100%;
    margin-right: 0px;
  }

  .form-field-wrap._50 {
    width: 100%;
  }

  .form-field-wrap._50-copy {
    width: 100%;
  }

  .form-box {
    right: -15px;
    bottom: 17px;
    max-height: 84vh;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 13px;
  }

  .form-wrapper {
    bottom: 35px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .page-head {
    width: 80%;
    margin-bottom: 40px;
    font-size: 2em;
  }

  .content_contain {
    width: 100%;
  }

  .content_contain.is--full-width-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }

  .inner-text {
    font-size: 1em;
  }

  .header_img {
    height: 80vw;
    margin-top: 3em;
  }

  .table-row {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .table-row.space.right {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .table-row.space._70 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-row.details {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .table-heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.4em;
    text-align: left;
  }

  .table-name-1 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .table-name-1.space {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-name-1.description {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .table-row-1 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .table-row-1.space.rigth {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-row-1.space-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-row-2 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .table-row-2.space.right-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .member-content {
    height: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .members-1 {
    width: 48%;
  }

  .day-text {
    font-size: 1em;
  }

  .navigate-day {
    font-size: 0.7em;
  }

  .scientific-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .scientific-head1 {
    font-size: 23px;
    line-height: 29px;
  }

  .scientific-content-program {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
  }

  .sponsor-logo {
    width: 31.3%;
  }

  .faq {
    width: 100%;
  }

  .download {
    width: 100%;
  }

  .pop-v-link {
    width: auto;
  }

  .report-content-3 {
    width: 45%;
  }

  .report-content-3.report-skin {
    width: 45%;
  }

  .report-content-3.photos {
    width: 48%;
  }

  .btn-icon {
    margin-right: auto;
    margin-left: 0px;
  }

  .btn-icon-2 {
    margin-right: auto;
    margin-left: 0px;
  }

  .cover-title {
    width: 100%;
    font-size: 2em;
    line-height: 1;
  }

  .slide-text-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 90%;
    margin-bottom: 0px;
  }

  .slide-button {
    display: none;
  }

  .text-fixed {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-wrapper {
    height: auto;
  }

  .slide-bullet {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 159px;
    display: none;
    margin-bottom: 0px;
  }

  .slide-wrapper {
    height: 400px;
    border-radius: 20px;
  }

  .slider-mask {
    height: 100%;
  }

  .js-clock {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slide-left-wrapper {
    position: static;
    bottom: 0px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    width: 40%;
  }

  .slide-under-btn {
    width: 47%;
  }

  .slider-row {
    overflow: visible;
    height: auto;
  }

  .invitation-title {
    font-size: 34px;
    line-height: 42px;
  }

  .size1-text-2 {
    width: 101%;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }

  .invitation-more-text.nx {
    text-align: center;
  }

  .invitation-more-text.nx-copy {
    text-align: center;
  }

  .div-block-106 {
    position: static;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .abstract-wrapper {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-16 {
    width: 100%;
    margin-top: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .subscribe-form-wrapper {
    margin-top: 16px;
  }

  .subscribe {
    width: 90%;
  }

  .speaker-name {
    height: auto;
    padding-top: 20px;
  }

  .speaker-details-1 {
    font-size: 1em;
    line-height: 1;
  }

  .member-content-pop {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .speaker-pop-wrapper {
    padding-bottom: 120px;
  }

  .speaker-content-program {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
  }

  .button-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-field-2 {
    width: 100%;
  }

  .container-program {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scientificday-1-time {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .scientific-day-1-line {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .break-time {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .scientificday-3-time {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .break-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scientific-container-program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scientificday-4-time {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .scientific-content-program-2 {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
  }

  .scientific-content-program-2.new-1 {
    width: 90%;
    margin-top: 20px;
    padding-top: 0px;
  }

  .scientific-day-2-line {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-program {
    width: 100%;
  }

  .scientific-day1-head1 {
    font-size: 23px;
    line-height: 29px;
  }

  .break-head {
    font-size: 23px;
    line-height: 29px;
  }

  .scientific-day-4-line {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scientificday-2-time {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .scientific-day-3-line {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date {
    margin-bottom: 0px;
  }

  .scientificday-5-time {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .scientific-day-5-line {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .day-wp {
    font-size: 11px;
  }

  .tabs-menu-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t-2 {
    display: none;
  }

  .day-wp-2 {
    width: 48%;
  }

  .text-block-5 {
    font-size: 0.6em;
  }

  .div-block-110 {
    width: 100%;
  }

  .div-block-111 {
    width: 100%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-113 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
  }

  .day-new._02 {
    font-size: 14px;
  }

  .text-span-8 {
    font-size: 17px;
    line-height: 1.2;
  }

  .new-1-user {
    width: 47%;
  }

  .div-block-114 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .photos-content {
    width: 100%;
  }

  .div-block-119 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://sermayepiyasalarikongresi.org.tr/');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://sermayepiyasalarikongresi.org.tr/');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    z-index: 9999;
  }

  .is--display-line {
    width: 20px;
    height: 1px;
    min-width: auto;
    margin-right: 1.5em;
    margin-left: 1.5em;
  }

  .i-text {
    font-size: 1.3em;
  }

  .copyright {
    line-height: 1.3;
  }

  .dropdown-wrp {
    width: 100%;
  }

  .form-wrapper {
    bottom: 29px;
  }

  .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-header-col-2 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider-circle.orange.small {
    margin-bottom: 10px;
  }

  .divider-circle.orange.small {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .divider-circle.orange.small {
    min-height: 8px;
  }

  .alt-text-header-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-head {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 2em;
    text-align: center;
  }

  .content_contain.is--full-width-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .inner-text {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .inner-text._50.left-image {
    margin-left: 0px;
  }

  .header_img {
    height: 100vw;
  }

  .header_img.invite {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }

  .header_img._50 {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .header_img._50.space {
    margin-right: 0px;
    margin-left: 0px;
  }

  .table-row {
    text-align: left;
  }

  .table-row.space.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .table-row.details {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .table-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
    text-align: center;
  }

  .table-icon-content {
    width: 20%;
  }

  .table-icon-content.white {
    position: static;
    width: 100%;
    min-height: 150px;
  }

  .table-name-1 {
    text-align: left;
  }

  .table-name-1.space {
    width: 80%;
  }

  .table-name-1.space._50 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }

  .table-name-1.description {
    width: 80%;
  }

  .table-name-1.description._50 {
    width: 100%;
    border-left-style: none;
    text-align: center;
  }

  .general-head {
    text-align: center;
  }

  .table-row-1 {
    text-align: left;
  }

  .table-row-1.space.rigth {
    width: 100%;
    line-height: 1.3;
  }

  .table-row-1.space-1 {
    width: 100%;
    line-height: 1.3em;
  }

  .table-row-2 {
    text-align: left;
  }

  .table-row-2.space.right-1 {
    line-height: 1.3;
  }

  .member-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .member-name {
    width: 100%;
    min-height: 40px;
    font-size: 18px;
  }

  .member-content {
    height: 300px;
  }

  .members-1 {
    width: 100%;
  }

  .member-image-mask {
    width: 100%;
  }

  .bullets-content {
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date-change {
    z-index: 10;
  }

  .date-left {
    height: 80px;
    -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;
  }

  .navigate-day {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 0.6em;
  }

  .space-1 {
    display: none;
  }

  .scientific-head1 {
    font-size: 18px;
    line-height: 23px;
    text-align: left;
  }

  .detail-2 {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .scientific-content-program {
    margin-top: 0px;
  }

  .detail-1 {
    text-align: left;
  }

  .scientific-location {
    text-align: center;
  }

  .sponsor-logo {
    width: 46%;
  }

  .bgs-bullet {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-q {
    width: 100%;
  }

  .s-faq-q-text {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .faq-q-text {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .faq {
    width: 100%;
  }

  .download {
    width: 100%;
  }

  .pop-v-link {
    width: 100%;
  }

  .innet-pop-text-small {
    font-size: 1em;
    line-height: 1;
    text-align: left;
  }

  .report-content-3 {
    width: 100%;
  }

  .report-content-3.report-skin {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .report-content-3.photos {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cover-title {
    width: 100%;
    font-size: 2em;
    line-height: 1;
  }

  .slide-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .slide-button {
    display: none;
  }

  .text-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
  }

  .slide-image {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 100%;
    max-width: none;
    margin-right: -80%;
    margin-left: auto;
  }

  .slide-bullet {
    top: 85%;
    z-index: 2;
    margin-left: 20px;
    border-radius: 0px;
  }

  .slide-wrapper {
    height: 500px;
  }

  .slide-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .btn-three.new-1._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-left-wrapper {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-one {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .btn-one._1 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slide-under-btn {
    width: 100%;
    margin-right: 0px;
  }

  .slider-row {
    height: 950px;
  }

  .buttontextyea {
    font-size: 0.9em;
    text-align: left;
  }

  .size1-text-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .invitation-more-text {
    font-size: 22px;
    line-height: 28px;
  }

  .invitation-more-text.nx {
    font-size: 1em;
  }

  .invitation-more-text.nx-copy {
    font-size: 1em;
  }

  .subscribe-heading {
    font-size: 1em;
    text-align: center;
  }

  .subscribe {
    width: 90%;
    padding: 40px 32px;
  }

  .speakers-pop-content {
    display: none;
  }

  .speaker-name {
    height: auto;
    padding-top: 20px;
    font-size: 1.1em;
    text-align: left;
  }

  .speaker-details-1 {
    font-size: 1em;
    line-height: 1;
    text-align: left;
  }

  .member-seperator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .member-content-pop {
    width: 100%;
    height: auto;
    min-width: 100%;
  }

  .member-cv-text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .speaker-pop-wrapper {
    padding-bottom: 100px;
  }

  .speaker-content-program {
    margin-top: 0px;
  }

  .button-2 {
    margin-left: auto;
  }

  .scientificday-1-time {
    width: 100%;
  }

  .day5 {
    width: 18%;
  }

  .scientific-day1-location {
    text-align: center;
  }

  .day1-detail-1 {
    text-align: left;
  }

  .break-time {
    width: 100%;
  }

  .scientificday-3-time {
    width: 100%;
  }

  .day2 {
    width: 18%;
  }

  .scientific-days {
    margin-bottom: 20px;
  }

  .scientificday-4-time {
    width: 100%;
  }

  .scientific-day1-detail-2 {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .scientific-content-program-2 {
    margin-top: 0px;
  }

  .scientific-day1-head1 {
    font-size: 18px;
    line-height: 23px;
    text-align: left;
  }

  .scientific-day1-head1.new-1 {
    margin-bottom: 20px;
  }

  .break-head {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }

  .bold-text-16 {
    font-size: 12px;
    line-height: 14px;
  }

  .day4 {
    width: 18%;
  }

  .bold-text-13 {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .day3 {
    width: 18%;
  }

  .scientificday-2-time {
    width: 100%;
  }

  .scientificday-5-time {
    width: 100%;
  }

  .day {
    width: 18%;
  }

  .day-wp {
    width: 18%;
  }

  .t-2 {
    display: none;
  }

  .day-wp-2 {
    width: 48%;
  }

  .text-block-6 {
    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;
  }

  .text-span-7 {
    margin-left: 0px;
  }

  .day-new {
    width: 100%;
  }

  .day-new._02 {
    width: 100%;
  }

  .day2-new {
    width: 18%;
  }

  .new-1-user {
    width: 100%;
  }

  .new-1-bullet {
    font-size: 0.8em;
  }

  .div-block-114 {
    margin-top: 20px;
  }

  .div-block-115 {
    width: 100%;
    min-height: 40px;
    margin-top: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    font-size: 0.8em;
  }

  .div-block-116 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .div-block-115-copy {
    width: 100%;
    min-height: 40px;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
    font-size: 1em;
  }

  .bold-text-24 {
    font-size: 21px;
    line-height: 25px;
  }

  .photos-content {
    position: relative;
    width: 100%;
  }

  .div-block-119 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://sermayepiyasalarikongresi.org.tr/');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://sermayepiyasalarikongresi.org.tr/');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
  }
}

@font-face {
  font-family: 'Varelaround';
  src: url('https://sermayepiyasalarikongresi.org.tr/themes/two/fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dune rise';
  src: url('https://sermayepiyasalarikongresi.org.tr/themes/two/fonts/Dune_Rise.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}