@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.popup--open), html.no-scroll {
  overflow: hidden;
}
@media (max-width: 767px) {
  html {
    font-size: 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  html:has(.error) .header .logo {
    border-color: #000;
  }
  html:has(.error) .header .logo svg {
    fill: #000;
  }
  html:has(.error) .header .topnav__open svg line {
    stroke: #000;
  }
}

body {
  position: relative;
  padding: 0;
  overflow-x: clip;
}

input {
  outline: none;
  box-shadow: none;
}
input:focus, input:hover {
  outline: none;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

fieldset {
  border: transparent;
}

.section__title {
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

.page__title {
  line-height: 100%;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 87.65rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.bottom-btn {
  max-width: 19.85rem;
}
.bottom-btn__box .wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .bottom-btn__box .wrap {
    padding-top: 5.05rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .bottom-btn__box .wrap {
    padding: 8.75rem 0 8rem;
  }
}

.btn {
  outline: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
.btn--secondary {
  width: 100%;
  font-weight: 600;
  line-height: normal;
  background-color: #232d39;
  color: #fff;
}
@media (max-width: 767px) {
  .btn--secondary {
    padding: 0.65rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .btn--secondary {
    padding: 1.1rem;
    font-size: 0.8rem;
    transition: 0.3s background;
  }
  .btn--secondary:hover {
    background-color: #6e3820;
  }
}

.copyright {
  font-weight: 300;
  color: #232d39;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .copyright {
    font-size: 0.8rem;
    line-height: normal;
  }
}

.form {
  display: contents;
}
.form__title {
  font-weight: 600;
  text-align: center;
  font-style: normal;
  line-height: normal;
  color: #6e3820;
}
@media (max-width: 767px) {
  .form__title {
    margin: 0 auto;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .form__title {
    font-size: 1rem;
  }
}
.form__container {
  display: grid;
}
@media (max-width: 767px) {
  .form__container {
    margin-bottom: 1.4rem;
    gap: 0.55rem 0;
  }
}
@media (min-width: 768px) {
  .form__container {
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.41rem 0.35rem;
  }
}
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  width: 100%;
  background-color: #f8efe4;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  color: #232d39;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email] {
    padding: 0.35rem 0.8rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email] {
    padding: 0.35rem 0.8rem;
    font-size: 0.8rem;
  }
}
.form input[type=text]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder {
  color: rgba(110, 56, 32, 0.5);
}
.form input[type=checkbox] {
  display: none;
}
.form .btn {
  width: 100%;
  line-height: normal;
  background: #6e3820;
  color: #fff;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .form .btn {
    margin-top: 1.54rem;
    padding: 0.35rem 1.5rem;
    justify-content: center;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .form .btn {
    margin-top: 1rem;
    padding: 0.75rem 1.3rem;
    font-size: 0.7rem;
  }
}
.form__item {
  position: relative;
}
.form__item:has(select):before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 0.25rem);
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  content: "";
  background: url("../img/select.svg") no-repeat center transparent;
  pointer-events: none;
}
.form__item:has(input[type=checkbox]) label {
  display: flex;
  align-items: center;
  color: #6e3820;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form__item:has(input[type=checkbox]) label {
    gap: 0 0.3rem;
    padding: 0.15rem 0;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(input[type=checkbox]) label {
    gap: 0 0.5rem;
    padding: 0.4rem 0.6rem;
    font-size: 0.7rem;
  }
}
.form__item:has(input[type=checkbox]) label::before {
  flex-shrink: 0;
  background: #f8efe4;
  content: "";
}
@media (max-width: 767px) {
  .form__item:has(input[type=checkbox]) label::before {
    width: 0.66rem;
    height: 0.66rem;
  }
}
@media (min-width: 768px) {
  .form__item:has(input[type=checkbox]) label::before {
    width: 1rem;
    height: 1rem;
  }
}
.form__item a {
  color: #6e3820;
  text-decoration: underline;
}
.form__item:has(input[type=checkbox]:checked) label::before {
  background: #6e3820;
}
.form__message {
  max-width: 22.25rem;
  margin: 0 auto;
  display: none;
  text-align: center;
  color: #6e3820;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .form__message {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__message {
    font-size: 0.8rem;
  }
}
.form__message.show {
  display: block;
}
.form__message-title {
  font-weight: 600;
}
@media (max-width: 767px) {
  .form__message-desc {
    margin-top: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__message-desc {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .form__message-desc p:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form__message-desc p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.form .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea,
.form .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input {
  border-color: #ff4646;
}
.form .wpcf7-not-valid-tip {
  color: #ff4646;
}
@media (max-width: 767px) {
  .form .wpcf7-not-valid-tip {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .form .wpcf7-not-valid-tip {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    font-size: 0.6rem;
  }
}

.wpcf7 .screen-reader-response,
.wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .form {
  display: none;
}

.logo {
  display: block;
}
@media (max-width: 767px) {
  .logo {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .logo {
    width: 6rem;
  }
}
.logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .logo-wd {
    width: 4.32035rem;
  }
}

.popup {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 0;
  max-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.01s max-width 0.6s, 0.01s max-height 0.6s, opacity 0.3s;
}
.popup--open {
  max-width: 100rem;
  max-height: 100rem;
  opacity: 1;
  transition: max-width 0.01s, max-height 0.01s, opacity 0.3s;
}
@media (max-width: 767px) {
  .popup--img .popup__box {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .popup--img .popup__box {
    width: 34.5rem;
    height: 23rem;
  }
}
.popup--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup--img .popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  display: block;
  background: transparent;
}
.popup--img .popup__close svg {
  width: 2rem;
  height: 2rem;
}
.popup__box {
  position: relative;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .popup__box {
    height: 100vh;
    padding: 1.65rem 1.4rem;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .popup__box {
    max-width: 42.5rem;
    padding: 3.65rem 3.75rem 3.6rem;
  }
}
.popup__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .popup__header {
    margin-bottom: 0.9rem;
  }
}
@media (min-width: 768px) {
  .popup__header {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .popup__close {
    position: absolute;
    right: 0;
    width: 1.15rem;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s opacity;
  }
  .popup__close svg {
    width: 0.7rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .popup__close {
    display: none;
  }
}

.social {
  display: flex;
  align-items: center;
  gap: 0.7rem 0.8rem;
}
.social__text {
  font-weight: 600;
  line-height: normal;
  color: #232d39;
}
@media (max-width: 767px) {
  .social__text {
    margin-right: 0.95rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .social__text {
    margin-right: 0.5rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .bottomnav {
    margin-top: 2.65rem;
    text-align: center;
  }
}
.bottomnav li {
  list-style-type: none;
}
.bottomnav a, .bottomnav__link {
  font-weight: 600;
  color: #232d39;
  background-color: transparent;
  font-family: inherit;
}
@media (max-width: 767px) {
  .bottomnav a, .bottomnav__link {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .bottomnav a, .bottomnav__link {
    font-size: 0.8rem;
    line-height: 1.3rem;
    transition: 0.3s color;
  }
  .bottomnav a:hover, .bottomnav__link:hover {
    color: #6e3820;
  }
}

@media (max-width: 767px) {
  .core {
    margin-top: 3.7rem;
  }
}
@media (min-width: 768px) {
  .core {
    margin-top: 8rem;
  }
}
.core .wrap {
  display: grid;
}
@media (min-width: 768px) {
  .core .wrap {
    grid-template-columns: 29.25rem 1fr;
  }
}
.core .section__title {
  color: #6e3820;
}
@media (min-width: 768px) {
  .core .section__title {
    padding-left: 4rem;
  }
}
.core__desc {
  position: relative;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .core__desc {
    margin-top: 1.25rem;
    line-height: 1.1rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .core__desc {
    padding: 4.25rem 0 3.85rem 5rem;
    background-color: #6e3820;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .core__desc:after {
    position: absolute;
    top: 0;
    right: calc(-50vw + 43.025rem);
    width: calc(50vw - 43.025rem);
    height: 100%;
    display: block;
    content: "";
    background-color: #6e3820;
  }
}
.core__desc ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  .core__desc ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.65rem;
  }
}
@media (min-width: 768px) {
  .core__desc ul {
    max-width: 34rem;
  }
}
@media (max-width: 767px) {
  .core__desc ul li {
    padding: 1.42rem 1.4rem;
    background-color: #6e3820;
  }
}
@media (min-width: 768px) {
  .core__desc ul li {
    position: relative;
    padding-left: 2.6rem;
  }
  .core__desc ul li:not(:last-child) {
    margin-bottom: 1.05rem;
  }
  .core__desc ul li::before {
    position: absolute;
    left: 0;
    top: 0.47rem;
    width: 0.55rem;
    height: 0.55rem;
    content: "";
    display: inline-flex;
    background-color: #fff;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .divider {
    margin-top: 3.8rem;
  }
}
@media (min-width: 768px) {
  .divider {
    margin-top: 7.7rem;
  }
}
.divider__img {
  width: 100%;
  overflow: hidden;
}
.divider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 4.2rem;
  }
  .footer:before {
    height: 0.05rem;
    width: calc(100% - 3.2rem);
    background-color: #000;
    display: block;
    content: "";
    transform: translateX(1.6rem);
  }
}
.footer .wrap {
  display: grid;
}
@media (max-width: 767px) {
  .footer .wrap {
    margin-top: 5.05rem;
  }
}
@media (min-width: 768px) {
  .footer .wrap {
    padding: 2.8rem 5rem 3.3rem 5.4rem;
    grid-template-columns: 29.25rem 1fr 1fr 13.65rem;
    border-top: 1px solid #000;
  }
}
.footer__logo {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer__logo {
    column-gap: 1.7rem;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    column-gap: 3.35rem;
  }
}
.footer__nav {
  margin-top: 0.95rem;
}
.footer__nav li {
  list-style-type: none;
}
.footer__nav a {
  font-style: normal;
  font-weight: 300;
  color: #232d39;
  font-family: inherit;
}
@media (max-width: 767px) {
  .footer__nav a {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .footer__nav a {
    font-size: 0.8rem;
    line-height: 1.3rem;
    transition: 0.3s color;
  }
  .footer__nav a:hover {
    color: #6e3820;
  }
}
@media (max-width: 767px) {
  .footer .social {
    margin-top: 1.7rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .social__text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer__box:last-child {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    row-gap: 1.7rem;
  }
}

.header {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 2.8rem 0 2.15rem;
  }
}
.header .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .logo {
    border-color: #fff;
  }
  .header .logo svg {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .header .social {
    flex-wrap: wrap;
    margin-top: 2.6rem;
  }
  .header .social__text {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header .social {
    display: none;
  }
}

@media (max-width: 767px) {
  .partners {
    margin-top: 3.65rem;
  }
}
@media (min-width: 768px) {
  .partners {
    margin-top: 8rem;
    background-color: #f8efe5;
  }
}
.partners__heading {
  color: #6e3820;
}
@media (min-width: 768px) {
  .partners__heading {
    position: relative;
    z-index: 1;
    width: 21.25rem;
    padding: 1.25rem 1rem 1.25rem 4rem;
    box-shadow: 18px 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.partners__slider {
  position: relative;
}
.partners__wrapper {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.partners__container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .partners__container {
    padding-left: 0.9rem;
    gap: 0 0.9rem;
  }
}
@media (min-width: 768px) {
  .partners__container {
    padding-left: 2.6rem;
    gap: 0 2.6rem;
  }
}
@media (max-width: 767px) {
  .partners .section__title {
    text-align: center;
  }
  .partners .section__title br {
    display: contents;
  }
}
.partners__box {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .partners__box {
    margin-top: 1.1rem;
    padding: 1.1rem 0;
    background-color: #f8efe5;
  }
}
@media (min-width: 768px) {
  .partners__box {
    position: absolute;
    top: 0;
    left: calc(50vw - 20.8rem);
    width: calc(50vw + 21.6rem);
  }
  .partners__box:hover .partners__wrapper {
    animation-play-state: paused;
  }
}
.partners__item {
  display: inline-flex;
  transform: translateY(0);
  transition: transform 0.3s;
}
.partners__item img {
  width: auto;
  max-height: 2rem;
}
.partners__item[href]:hover {
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .primary {
    margin-top: -4.5rem;
  }
}
.primary__img {
  overflow: hidden;
}
@media (max-width: 767px) {
  .primary__img {
    height: 27.55rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
}
@media (min-width: 768px) {
  .primary__img {
    height: 33.25rem;
    width: 100%;
  }
}
.primary__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.primary__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
@media (max-width: 767px) {
  .primary__text {
    row-gap: 1.05rem;
    padding: 3.4rem 1.6rem;
  }
}
@media (min-width: 768px) {
  .primary__text {
    row-gap: 1.8rem;
    padding: 3.7rem 5.5rem;
  }
}
.primary__title {
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .primary__title {
    max-width: 12rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .primary__title {
    max-width: 30rem;
    font-size: 2.4rem;
  }
}
.primary__desc {
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .primary__desc {
    max-width: 10rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .primary__desc {
    max-width: 15rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .speakers {
    margin-top: 2.35rem;
  }
}
@media (min-width: 768px) {
  .speakers {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .speakers .wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .speakers .wrap {
    display: grid;
    grid-template-columns: 29.25rem 1fr;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .speakers__sidebar {
    display: contents;
  }
}
@media (min-width: 768px) {
  .speakers__sidebar {
    position: sticky;
    top: 8rem;
    padding-left: 5.5rem;
  }
}
.speakers__sidebar-box {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  background-color: #6e3820;
  color: #fff;
}
@media (max-width: 767px) {
  .speakers__sidebar-box {
    order: 2;
    margin-top: 2rem;
    padding: 1.6rem 1.45rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .speakers__sidebar-box {
    width: 15.75rem;
    padding: 2.35rem 1.7rem;
    line-height: 1.5rem;
  }
}
.speakers__sidebar-title {
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .speakers__sidebar-title {
    order: 1;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .speakers__sidebar-title {
    font-size: 0.9rem;
  }
}
.speakers__sidebar-desc {
  font-weight: 400;
  display: block;
}
@media (max-width: 767px) {
  .speakers__sidebar-desc {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .speakers__sidebar-desc {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .speakers-btn {
    order: 2;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .speakers-btn {
    max-width: 15.75rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .speakers__desc {
    order: 1;
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .speakers__desc {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
.speakers .section__title {
  font-weight: 600;
}
@media (max-width: 767px) {
  .speakers .section__title {
    order: 3;
    margin-top: 3.76rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .speakers .section__title {
    margin-top: 8.05rem;
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .speakers__box {
    display: contents;
  }
}
@media (min-width: 768px) {
  .speakers__box {
    padding-right: 5.75rem;
  }
}
.speakers__container {
  display: grid;
}
@media (max-width: 767px) {
  .speakers__container {
    order: 3;
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem 0.95rem;
  }
}
@media (min-width: 768px) {
  .speakers__container {
    margin-top: 3.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.6rem 2.45rem;
  }
}
.speakers__img {
  width: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .speakers__img {
    height: 8.45rem;
  }
}
@media (min-width: 768px) {
  .speakers__img {
    height: 20.05rem;
  }
}
.speakers__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers__name {
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .speakers__name {
    margin-top: 0.6rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .speakers__name {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.speakers__position {
  color: #526671;
  font-weight: 400;
}
@media (max-width: 767px) {
  .speakers__position {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .speakers__position {
    margin-top: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

.topnav {
  display: flex;
}
@media (max-width: 767px) {
  .topnav {
    margin-top: 1.7rem;
    flex-direction: column;
    row-gap: 0.95rem;
  }
}
@media (min-width: 768px) {
  .topnav {
    margin-left: auto;
    align-items: center;
    column-gap: 5.6rem;
  }
}
.topnav__box {
  display: flex;
}
@media (max-width: 767px) {
  .topnav__box {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 1.65rem 1.85rem 1.8rem;
    flex-direction: column;
    background: #fff;
    transform: translateX(100%);
    transition: 0.3s transform;
  }
  .topnav__box--open {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .topnav__box {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .topnav__header {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .topnav__header {
    display: none;
  }
}
.topnav__title {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .topnav__open {
    align-self: flex-start;
    margin-top: 0.35rem;
    margin-left: auto;
    background-color: transparent;
  }
  .topnav__open svg {
    width: 1.3rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .topnav__open {
    display: none;
  }
}
.topnav__close {
  background-color: transparent;
}
.topnav__close svg {
  width: 0.8rem;
  height: auto;
}
.topnav li {
  list-style: none;
  display: contents;
}
.topnav a {
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .topnav a {
    color: #000;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .topnav a {
    font-size: 0.8rem;
    color: #232d39;
    transition: 0.3s color;
  }
  .topnav a:hover {
    color: #6e3820;
  }
}
.topnav__btn {
  width: 100%;
  font-weight: 600;
  line-height: normal;
  background-color: #6e3820;
  color: #fff;
  transition: 0.3s background;
}
@media (max-width: 767px) {
  .topnav__btn {
    margin-top: auto;
    padding: 0.4rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .topnav__btn {
    margin-left: 5.5rem;
    max-width: 11.55rem;
    padding: 1.1rem;
    font-size: 0.8rem;
  }
  .topnav__btn:hover {
    background-color: #232d39;
  }
}

@media (max-width: 767px) {
  .error {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) {
  .error {
    padding: 4rem 0;
  }
}
.error__box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .error__box {
    max-width: calc(100% - 3.2rem);
    row-gap: 0.9rem;
  }
}
@media (min-width: 768px) {
  .error__box {
    max-width: 40rem;
    row-gap: 1.3rem;
  }
}
@media (max-width: 767px) {
  .error__num {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .error__num {
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .error__desc {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .error__desc {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
.error .btn {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .error .btn {
    max-width: 15.75rem;
  }
}

@media (max-width: 767px) {
  .page {
    padding-bottom: 2.3rem;
  }
}
@media (min-width: 768px) {
  .page {
    padding-bottom: 6.25rem;
  }
}
.page__box {
  color: #232d39;
}
@media (max-width: 767px) {
  .page__box {
    margin-top: 2.6rem;
  }
}
@media (min-width: 768px) {
  .page__box {
    max-width: 56.8rem;
    margin-left: 5.5rem;
    margin-top: 5.75rem;
  }
}
.page h1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page h1 {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .page h1 {
    font-size: 1.8rem;
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.page h2 {
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .page h2 {
    margin-bottom: 0.8rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .page h2 {
    margin-bottom: 1.2rem;
    font-size: 0.8rem;
  }
}
.page p,
.page ul,
.page ol {
  font-weight: 300;
}
@media (max-width: 767px) {
  .page p,
  .page ul,
  .page ol {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .page p,
  .page ul,
  .page ol {
    font-size: 0.8rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .page p:not(:last-child),
  .page ul:not(:last-child),
  .page ol:not(:last-child) {
    margin-bottom: 0.9rem;
  }
}
@media (min-width: 768px) {
  .page p:not(:last-child),
  .page ul:not(:last-child),
  .page ol:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .page ul,
  .page ol {
    padding-left: 0.6rem;
  }
}
@media (min-width: 768px) {
  .page ul,
  .page ol {
    padding-left: 1.2rem;
  }
}
.page li::marker {
  font-size: 0.5rem;
  transform: translateX(-0.5rem);
}
.page a {
  color: #232d39;
}/*# sourceMappingURL=main.css.map */