.navbar {
  background-color: #494949;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  margin-top: 12px;
  margin-bottom: 12px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 500;
  transition: all 0.2s ease;
}

.nav-link:hover {
  color: #fa0;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 500;
  transition: all 0.2s ease;
}

.nav-link-2:hover {
  color: #fa0;
}

.nav-link-3 {
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 500;
  transition: all 0.2s ease;
}

.nav-link-3:hover {
  color: #fa0;
}

.nav-link-4 {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 500;
}

.link {
  display: inline-block;
  height: 48px;
  margin-left: 24px;
  padding-top: 15px;
  -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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.dropdown-toggle {
  padding-left: 12px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fafafa;
}

.image {
  margin-left: 16px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.icon-2 {
  color: #fafafa;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-link-5 {
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 500;
}

.dropdown {
  color: #fafafa;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fafafa;
  font-weight: 500;
}

.icon-3 {
  color: #fafafa;
}

.dropdown-list-2 {
  color: #fafafa;
  background-color: #494949;
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list-2.w--open {
  background-color: #494949;
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-link-5 {
  color: #fafafa;
}

.dropdown-link-5:hover {
  color: #fa0;
}

.dropdown-link-6 {
  color: #fafafa;
}

.dropdown-link-6:hover {
  color: #fa0;
}

.dropdown-link-7 {
  color: #fafafa;
}

.dropdown-link-7:hover {
  color: #fa0;
}

.dropdown-link-8 {
  color: #fafafa;
}

.dropdown-link-8:hover {
  color: #fa0;
}

.image-2 {
  margin-right: 20px;
}

.section {
  padding: 120px 120px 8px 120px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.link-block {
  margin-left: 6px;
  color: #c62828;
  text-decoration: none;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

@media (max-width: 1440px) {
  .nav-menu {
    margin-top: 0px;
    background-color: #494949;
  }
  .nav-link:hover {
    color: #fa0;
  }
  .nav-link-2:hover {
    color: #fa0;
  }
  .nav-link-3:hover {
    color: #fa0;
  }
  .menu-button.w--open {
    background-color: #fa0;
  }
  .icon {
    color: #fafafa;
  }
  .div-block-3 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .dropdown-toggle-2:hover {
    color: #fafafa;
  }
  .dropdown-list {
    background-color: #494949;
  }
  .dropdown-list.w--open {
    background-color: #494949;
  }
  .dropdown-link {
    color: #ddd;
  }
  .dropdown-link:hover {
    color: #fa0;
  }
  .dropdown-link-2 {
    color: #ddd;
  }
  .dropdown-link-2:hover {
    color: #fa0;
  }
  .dropdown-link-3 {
    color: #ddd;
  }
  .dropdown-link-3:hover {
    color: #fa0;
  }
  .dropdown-link-4 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #ddd;
  }
  .dropdown-link-4:hover {
    color: #fa0;
  }
  .image-2 {
    margin-right: 0px;
  }
  .section {
    padding: 120px 0px 0px 0px;
  }
  .content-block {
    width: 95%;
    min-height: 48px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .content-block {
    width: 95%;
  }
}

@media (max-width: 479px) {
  .div-block-3 {
    width: 95%;
  }
  .section {
    padding-top: 80px;
  }
  .image-2 {
    margin-right: 20px;
    height: 50px;
  }
  .brand {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

