@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  font-family: Poppins, Arial, Helvetica, sans-serif; }

@media only screen and (max-width: 767px) {
  html {
    font-size: 12px; } }

.header {
  background: #10232f; }
  .header .header-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    color: #7dcaae;
    margin: 0;
    padding: 15px;
    text-align: center; }
  .header .event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 15px 15px; }
    .header .event-date h3 {
      font-size: 1.875rem;
      line-height: 1.3;
      font-weight: 400;
      font-style: normal;
      color: #3d98d3;
      margin: 0; }
    .header .event-date h5 {
      font-size: 16px;
      line-height: 1.3;
      font-weight: 400;
      font-style: normal;
      color: #3d98d3;
      margin: 0; }
  .header .event-register-link {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .event-register-link a {
      background: #a5c63b;
      padding: 5px 1.5625rem;
      color: white;
      font-size: 1.5rem;
      line-height: 1.3;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      text-decoration: none; }

.top-header {
  background-image: url(../images/brand-icon.png);
  background-repeat: no-repeat; }
  .top-header-content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background: rgba(16, 35, 47, 0.5); }
  .top-header .header-gap {
    background: rgba(16, 35, 47, 0.5);
    height: 30px; }
  .top-header .header-image {
    padding: 15px 15px 15px 100px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .top-header .header-image {
        padding-left: 75px; } }
  .top-header .event-date {
    align-items: flex-end; }

.footer {
  padding-bottom: 15px;
  background: #10232f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .footer .footer-contact {
    text-align: center; }
    .footer .footer-contact a {
      display: inline-block;
      border-width: 1px;
      border-style: solid;
      border-color: white;
      padding: 5px 1.5625rem;
      font-size: 1.25rem;
      line-height: 1.3;
      font-weight: 400;
      font-style: normal;
      color: white;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.2);
      text-decoration: none; }

.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.site-header {
  padding: 15px;
  display: flex;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 599px) {
    .site-header {
      padding-left: 0;
      padding-right: 0; } }
  .site-header .site-navigation {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .site-header .site-navigation {
        flex-direction: column;
        align-items: flex-end; } }

@media (max-width: 599px) {
  .menu-main-menu-container {
    width: 100%; } }

.menu {
  display: flex;
  justify-content: flex-end; }
  .menu .menu-item {
    padding: 4px 9px;
    background-color: #7dcaae;
    margin-right: 16px; }
    .menu .menu-item.current_page_item a {
      font-weight: 600; }
    .menu .menu-item a {
      color: #10232f;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 400;
      font-style: normal; }
      .menu .menu-item a:visited {
        color: #10232f; }
  @media (max-width: 599px) {
    .menu {
      margin-top: 15px !important;
      width: 100%; }
      .menu .menu-item {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        text-align: right; } }

.menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
  background: #7dcaae;
  border: none;
  border-radius: 0;
  outline: none !important; }
  .menu-toggle:focus, .menu-toggle:active {
    outline: none !important; }
  .menu-toggle > span {
    width: 20px;
    height: 2px;
    background: #10232f; }
    .menu-toggle > span:not(:last-child) {
      margin-bottom: 4px; }

.main-header {
  padding-bottom: 30px; }

.title-holder {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 599px) {
    .title-holder {
      flex-direction: column; }
      .title-holder .event-register-link {
        width: 100%; }
        .title-holder .event-register-link a {
          width: 100%; } }
  .title-holder .header-title {
    flex: 1 1 1px; }

.page-about h3 {
  font-size: 1.6875rem;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px; }
  .page-about h3 a {
    color: #3d98d3; }

.page-about .submit-button {
  text-align: center;
  margin-bottom: 60px; }
  .page-about .submit-button a {
    border-width: 1px;
    border-style: solid;
    border-color: #3d98d3;
    padding: 5px 1.5625rem;
    font-size: 1.5625rem;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: center;
    background-color: #3d98d3;
    text-decoration: none; }

.page-about section p {
  text-align: justify; }

.page-about p {
  font-size: 18px;
  margin: 0 0 15px; }

.page-about .quote {
  margin: 0 -15px;
  border-top: 2px solid #3d98d3;
  border-bottom: 1px solid #3d98d3;
  padding: 45px 15px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .page-about .quote {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .page-about .quote img {
    width: 100%;
    max-width: 311px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .page-about .quote img {
        max-width: 500px; } }
  .page-about .quote > div {
    padding-left: 30px;
    flex: 1 1 1px; }
    @media only screen and (max-width: 767px) {
      .page-about .quote > div {
        padding-left: 0; } }
    .page-about .quote > div b {
      display: block;
      font-weight: 600; }

.page-about .counter p {
  font-size: 16px;
  text-align: center; }
  .page-about .counter p a {
    color: #3d98d3; }

.page-about .days-left {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 80px;
  width: 640px;
  margin: 100px auto 50px; }
  .page-about .days-left .chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    position: relative;
    color: #3d98d3; }
    .page-about .days-left .chart span {
      display: block;
      font-size: 2em;
      line-height: 1;
      font-weight: normal; }
    .page-about .days-left .chart canvas {
      position: absolute;
      left: 0;
      top: 0; }
  @media only screen and (max-width: 767px) {
    .page-about .days-left {
      display: none; }
      .page-about .days-left-mobile {
        width: 320px;
        display: grid !important;
        grid-gap: 40px;
        margin: 60px auto 30px; }
        .page-about .days-left-mobile .chart {
          width: 80px;
          height: 80px; } }

.page-submit {
  padding: 15px 0; }
  .page-submit .submit-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px; }
    .page-submit .submit-button a {
      border-width: 1px;
      border-style: solid;
      border-color: #3d98d3;
      padding: 4px 1.5625rem;
      font-size: 1.25rem;
      line-height: 1.3;
      font-weight: 400;
      font-style: normal;
      color: white;
      text-align: center;
      background-color: #3d98d3;
      text-decoration: none; }
  .page-submit hr {
    height: 6px;
    background-color: #7dcaae;
    margin-left: -15px;
    margin-right: -15px; }
  .page-submit p {
    font-size: 18px;
    margin: 0 0 15px; }
    .page-submit p a {
      color: #3d98d3; }
  .page-submit b {
    font-weight: 600; }
  .page-submit h5 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
    color: #10232f; }
  .page-submit section {
    color: #3d98d3; }
  .page-submit li {
    font-size: 16px; }
  .page-submit ol {
    color: #3d98d3;
    margin-left: 0;
    padding-left: 25px; }
    .page-submit ol.green li p {
      color: #7dcaae;
      margin: 0;
      font-size: inherit; }
    .page-submit ol.numberol {
      list-style: upper-roman; }
      .page-submit ol.numberol > li {
        margin-bottom: 20px; }
    .page-submit ol a {
      font-weight: 600;
      color: #3d98d3; }
  .page-submit ul {
    color: #3d98d3;
    margin-left: 0;
    padding-left: 25px; }
    .page-submit ul li b {
      font-weight: 600; }
    .page-submit ul ul {
      list-style: circle; }

.social-connect {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 50px 0 30px; }
  .social-connect h4 {
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: #10232f; }
  .social-connect .social-icons {
    display: flex;
    align-items: center; }
    .social-connect .social-icons a {
      display: inline-block;
      font-size: 0; }
      .social-connect .social-icons a + a {
        margin-left: 10px; }

.page-sponsorship {
  padding: 30px 0;
  min-height: 200px; }
  .page-sponsorship p {
    font-size: 20px;
    text-align: center; }
    .page-sponsorship p a {
      color: #3d98d3; }

/*# sourceMappingURL=style.css.map */
