body {
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 100%;
  position: relative;
}

.header {
  height: 70px;
  background-color: #5D69D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 70px;
  margin: 0;
  width: 100%;
  max-width: 1200px;
}

.header .container .logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

.header .container .logo a {
  text-decoration: none;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .container .logo a:hover #M {
  -webkit-transition: 1.0s ease;
  transition: 1.0s ease;
  color: #d35400;
}

.header .container .logo a:hover #E {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #e7fd20;
}

.header .container .logo a:hover #D {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  color: #44d444;
}

.header .container .logo a:hover #o {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #1763c5;
}

.header .container .search {
  z-index: 9;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header .container .search input {
  z-index: 9;
  outline: none;
  min-width: 300px;
  height: 46px;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 20px;
}

.header .container #menu-toggle {
  display: none;
}

.header .container .menu-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .menu {
  z-index: 9;
}

.header .container .menu li {
  list-style-type: none;
}

@media (min-width: 950px) {
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  header .container .logo {
    margin: 0 10px;
  }
  header .container .menu-button-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 !important;
    padding: 0 10px;
    margin-right: 15px;
  }
  header .container .menu-button-container .desktop-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 5px;
  }
  header .container .menu-button-container .desktop-menu-button img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  header .container .menu-button-container .desktop-menu-button svg {
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
  }
  header .container .search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header .container .menu .links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header .container .menu .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    padding: 0 20px 0 20px;
    margin: 0;
  }
  header .container .menu .links ul li {
    padding: 0 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  header .container .menu .links ul li a {
    color: white;
    text-decoration: none;
  }
  header .container .menu .links ul li a svg {
    display: none;
  }
  header .container .menu .user-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 7px 7px;
    background-color: #5D69D1;
  }
  header .container .menu .user-dropdown ul {
    min-width: 130px;
    padding: 0;
  }
  header .container .menu .user-dropdown ul .dropdown-item {
    margin: 10px 0;
    padding: 0 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  header .container .menu .user-dropdown ul .dropdown-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    text-decoration: none;
    gap: 7px;
    font-size: 18px;
  }
  header .container .menu .user-dropdown ul .dropdown-item a svg {
    height: 30px;
    width: 30px;
  }
  header .container .menu .user-dropdown ul .dropdown-item a span {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #menu-toggle:checked + .menu-button-container {
    background-color: #474f99;
  }
  #menu-toggle:checked + .menu-button-container .desktop-menu-button svg {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  #menu-toggle:checked ~ .menu .user-dropdown {
    display: block;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: show-dropdown;
            animation-name: show-dropdown;
  }
  @-webkit-keyframes show-dropdown {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show-dropdown {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

@media (max-width: 950px) {
  .desktop-menu-button {
    display: none;
  }
  .mobile-menu-button,
  .mobile-menu-button::before,
  .mobile-menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .mobile-menu-button::before {
    content: '';
    margin-top: -8px;
  }
  .mobile-menu-button::after {
    content: '';
    margin-top: 8px;
  }
  #menu-toggle:checked + .menu-button-container .mobile-menu-button::before {
    margin-top: 0px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  #menu-toggle:checked + .menu-button-container .mobile-menu-button {
    background: rgba(255, 255, 255, 0);
  }
  #menu-toggle:checked + .menu-button-container .mobile-menu-button::after {
    margin-top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu {
    display: none;
  }
  .menu-button-container {
    padding: 0 10px 0 20px;
  }
}

@media (min-width: 650px) and (max-width: 950px) {
  .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .logo {
    margin: 0 10px;
  }
  .container .search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .container .menu-button-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30px;
  }
  .container .menu {
    background-color: #5D69D1;
    position: absolute;
    top: 70px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 7px 7px;
  }
  .container .menu .links, .container .menu .user-dropdown {
    margin: 0;
    width: 100%;
  }
  .container .menu ul {
    margin: 0;
    padding: 0;
  }
  .container .menu li {
    border-top: 1px solid #333333;
    width: 100%;
    padding: 3px 0;
  }
  .container .menu li a {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    text-decoration: none;
    gap: 7px;
    font-size: 18px;
    width: 100%;
  }
  .container .menu li a span {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .container .menu svg {
    width: 40px;
    height: 40px;
  }
  #menu-toggle:checked ~ .menu {
    display: block;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: show-menu;
            animation-name: show-menu;
  }
  @-webkit-keyframes show-menu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show-menu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

@media (max-width: 650px) {
  .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .logo {
    margin: 0 10px;
  }
  .container .search {
    border-top: 1px solid #474f99;
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 60px;
    background-color: #5D69D1;
  }
  .container .search form {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .menu-button-container {
    width: 30px;
  }
  .container .menu {
    background-color: #5D69D1;
    position: absolute;
    top: 130px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 7px 7px;
  }
  .container .menu .links, .container .menu .user-dropdown {
    margin: 0;
    width: 100%;
  }
  .container .menu ul {
    margin: 0;
    padding: 0;
  }
  .container .menu li {
    border-top: 1px solid #474f99;
    width: 100%;
    padding: 3px 0;
  }
  .container .menu li a {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    text-decoration: none;
    gap: 7px;
    font-size: 18px;
    width: 100%;
  }
  .container .menu li a span {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .container .menu svg {
    width: 40px;
    height: 40px;
  }
  #menu-toggle:checked ~ .menu,
  #menu-toggle:checked ~ .search {
    display: block;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: show-menu;
            animation-name: show-menu;
  }
  @-webkit-keyframes show-menu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show-menu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}


.content {
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.content .container {
  display: block;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 10px;
  width: 100%;
  max-width: 1200px;
}