body h2 {
  color: #161823;
  font-family: "Inter", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
body h3 {
  color: #161823;
  font-family: "Inter", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (min-width: 1px) and (max-width: 575.98px) {
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 18px;
  }
}
*:focus {
  outline: none;
}

body header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 12px 0;
}
body header .header-top .container .lang-links a {
  text-decoration: none;
  color: #161823;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.1s ease-in;
  text-transform: uppercase;
  margin-right: 14px;
}
body header .header-top .container .lang-links a:last-of-type {
  margin-right: 0;
}
body header .header-top .container .lang-links a:hover {
  color: #2953C1;
}
body header .header-top .container .lang-links .active {
  color: #2953C1;
}
body header .header-top .container .soc-links {
  display: flex;
  align-items: center;
}
body header .header-top .container .soc-links a {
  text-decoration: none;
  fill: black;
  transition: 0.1s ease-in;
  margin-right: 15px;
}
body header .header-top .container .soc-links a:last-of-type {
  margin-right: 0;
}
body header .header-top .container .soc-links a:hover {
  fill: #E0A365;
}
body header .navbar {
  padding: 10px 0 10px 0;
  background: #2953C1;
}
body header .navbar .navbar-collapse {
  justify-content: space-between;
}
body header .navbar .navbar-collapse .site-nav {
  display: flex;
  align-items: center;
}
body header .navbar .navbar-collapse .site-nav a {
  margin-right: 43px;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: white;
  text-decoration: none;
  transition: 0.1s ease-in;
}
body header .navbar .navbar-collapse .site-nav a:hover {
  color: #E0A365;
}
body header .navbar .navbar-collapse .site-nav a:last-of-type {
  margin-right: 0;
}
body header .navbar .navbar-collapse .site-nav .active {
  color: #E0A365;
}
body header .navbar .navbar-collapse .navbar-content {
  display: flex;
  align-items: center;
}
body header .navbar .navbar-collapse .navbar-content form {
  display: flex;
}
body header .navbar .navbar-collapse .navbar-content form label {
  display: none;
}
body header .navbar .navbar-collapse .navbar-content form input {
  background: white;
  padding: 6px 10px 6px 0;
  width: 155px;
  color: #2953C1;
  border: none;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
body header .navbar .navbar-collapse .navbar-content form ::placeholder {
  color: #2953C1;
  opacity: 1;
}
body header .navbar .navbar-collapse .navbar-content form input:focus {
  outline: none;
}
body header .navbar .navbar-collapse .navbar-content form button {
  background: white;
  cursor: pointer;
  border: none;
  margin-left: 59px;
}
body header .navbar .navbar-collapse .navbar-content form button svg {
  width: 18px;
  margin: 0 5px 0 5px;
  padding: 10px 0 10px;
  fill: #2953C1;
}
body header .navbar .navbar-collapse .navbar-content form svg {
  margin-right: 25px;
  fill: currentColor;
  width: 18px;
  margin-top: -4px;
  margin-left: 5px;
}
body .main-banner-section {
  margin-top: 20px;
}
body .main-banner-section .main-banner-section-content {
  display: flex;
  align-items: center;
}
body .main-banner-section .main-banner-section-content h1 {
  font-family: "Inter", serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #161823;
}
body .main-banner-section .main-banner-section-content .main-banner-description {
  border-left: 7px solid #2953C1;
  margin-left: 20px;
  padding: 12px 0 12px 18px;
}
body .main-banner-section .main-banner-section-content .main-banner-description p {
  margin-bottom: 7px;
  color: #2953C1;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
body .main-banner-section .main-banner-section-content .main-banner-description p:last-of-type {
  margin-bottom: 0;
}
body .main-banner-section .main-banner-image-about {
  margin-top: 20px;
}
body .main-banner-section .main-banner-image-about .main-banner-image img {
  width: 100%;
  object-fit: cover;
}
body .main-banner-section .main-banner-image-about .main-banner-about {
  background: #2953C1;
  width: 85%;
  margin: auto;
  position: relative;
  margin-top: -30px;
}
body .main-banner-section .main-banner-image-about .main-banner-about p {
  text-align: center;
  color: white;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 20px;
}
body .article-item a {
  text-decoration: none;
}
body .article-item a .article-item-image img {
  width: 100%;
  object-fit: cover;
}
body .article-item a .article-title {
  margin-top: 15px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .article-item a .article-description {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #161823;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .article-item a .article-item-breadcrumbs {
  width: 100%;
  border-top: 1px solid #C0C0C0;
}
body .article-item a .article-item-breadcrumbs .breadcrumbs-content {
  width: 40%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
body .article-item a .article-item-breadcrumbs .breadcrumbs-content p {
  margin-bottom: 0;
  color: #161823;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
body .article-item a .article-item-breadcrumbs .breadcrumbs-content p img {
  margin-top: -2px;
  margin-right: 8px;
}
body footer {
  background: #162B47;
}
body footer .container {
  padding: 54px 0 30px 0;
}
body footer .container .form-block h3 {
  color: white;
}
body footer .container .form-block form {
  margin-top: 20px;
}
body footer .container .form-block form label {
  display: none;
}
body footer .container .form-block form .text-input {
  display: flex;
}
body footer .container .form-block form input {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Inter", serif;
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #C0C0C0;
  padding-top: 18px;
  padding-bottom: 20px;
  margin-top: 0;
}
body footer .container .form-block form input::placeholder {
  color: #C0C0C0;
}
body footer .container .form-block form input:focus {
  background: transparent;
}
body footer .container .form-block form input:-webkit-autofill,
body footer .container .form-block form input:-webkit-autofill:hover,
body footer .container .form-block form input:-webkit-autofill:focus,
body footer .container .form-block form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #C0C0C0;
  transition: background-color 5000s ease-in-out 0s;
}
body footer .container .form-block form textarea {
  background: transparent;
  outline: none;
  resize: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Inter", serif;
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #C0C0C0;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 60px;
}
body footer .container .form-block form textarea::placeholder {
  color: #C0C0C0;
}
body footer .container .form-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body footer .container .form-button .send-button input {
  border: 1px solid transparent;
  background: #2953C1;
  color: white;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 18px 47px 18px 47px;
  transition: 0.1s ease-in;
}
body footer .container .form-button .send-button input:hover {
  background: #E0A365;
  border: 1px solid white;
}
body footer .container .footer-links-block {
  display: flex;
  justify-content: center;
}
body footer .container .footer-links-block .footer-links {
  flex-direction: column;
  display: flex;
}
body footer .container .footer-links-block .footer-links a {
  text-decoration: none;
  color: white;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  transition: 0.1s ease-in color;
  margin-bottom: 30px;
}
body footer .container .footer-links-block .footer-links a:last-of-type {
  margin-bottom: 0;
}
body footer .container .footer-links-block .footer-links a:hover {
  color: #E0A365;
}
body footer .container .footer-bottom-block {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
body footer .container .footer-bottom-block p {
  margin-bottom: 0;
  color: #E0A365;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-right: 65px;
}
body footer .container .footer-bottom-block a {
  text-decoration: none;
  color: #E0A365;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.1s ease-in color;
}
body footer .container .footer-bottom-block a:first-of-type {
  margin-right: 65px;
}
body footer .container .footer-bottom-block a:hover {
  color: #F2F2F2;
}

@media (min-width: 1px) and (max-width: 991px) {
  body header .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
    flex-direction: column;
  }
  body header .header-top .container .lang-links {
    margin-bottom: 10px;
  }
  body header .header-top .container .soc-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  body header .navbar .navbar-collapse .site-nav {
    margin: 5px 0 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body header .navbar .navbar-collapse .site-nav a {
    margin-top: 5px;
    margin-right: 0;
    font-size: 18px;
  }
  body header .navbar .navbar-collapse .navbar-content {
    flex-direction: column;
    margin: 10px 0 10px 0;
  }
  body header .navbar .navbar-collapse .navbar-content form input {
    width: 185px;
  }
  body header .navbar .navbar-collapse .navbar-content form button {
    margin-left: 0;
  }
  body footer {
    background: #162B47;
  }
  body footer .container {
    padding: 20px 12px 20px 12px;
  }
  body footer .container .form-block h3 {
    text-align: center;
  }
  body footer .container .form-block form {
    margin-top: 15px;
  }
  body footer .container .form-block form textarea {
    margin-top: 30px;
  }
  body footer .container .form-block form textarea::placeholder {
    color: #C0C0C0;
  }
  body footer .container .form-button {
    margin-top: 20px;
    align-items: center;
  }
  body footer .container .footer-links-block {
    margin-top: 20px;
    justify-content: center;
  }
  body footer .container .footer-links-block .footer-links {
    align-items: center;
  }
  body footer .container .footer-bottom-block {
    margin-top: 20px;
    flex-direction: column;
  }
  body footer .container .footer-bottom-block p {
    margin-right: 0;
  }
  body footer .container .footer-bottom-block a {
    margin-top: 10px;
  }
  body footer .container .footer-bottom-block a:first-of-type {
    margin-right: 0;
  }
  body footer .container .footer-bottom-block a:hover {
    color: #F2F2F2;
  }
}
@media (min-width: 575.99px) and (max-width: 991px) {
  body .main-banner-section {
    margin-top: 20px;
  }
  body .main-banner-section .main-banner-section-content {
    justify-content: center;
  }
  body .main-banner-section .main-banner-section-content h1 {
    font-size: 54px;
  }
  body .main-banner-section .main-banner-section-content .main-banner-description {
    border-left: 5px solid #2953C1;
    margin-left: 15px;
    padding: 5px 0 5px 15px;
  }
  body .main-banner-section .main-banner-section-content .main-banner-description p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  body .main-banner-section .main-banner-image-about {
    margin-top: 20px;
  }
  body .main-banner-section .main-banner-image-about .main-banner-image img {
    width: 100%;
    object-fit: cover;
  }
  body .main-banner-section .main-banner-image-about .main-banner-about {
    background: #2953C1;
    width: 85%;
    margin: auto;
    position: relative;
    margin-top: -30px;
  }
  body .main-banner-section .main-banner-image-about .main-banner-about p {
    font-size: 14px;
    padding: 15px;
  }
}
@media (min-width: 1px) and (max-width: 575.98px) {
  body .main-banner-section {
    margin-top: 15px;
  }
  body .main-banner-section .main-banner-section-content {
    justify-content: center;
  }
  body .main-banner-section .main-banner-section-content h1 {
    font-size: 32px;
  }
  body .main-banner-section .main-banner-section-content .main-banner-description {
    border-left: 3px solid #2953C1;
    margin-left: 10px;
    padding: 3px 0 3px 10px;
  }
  body .main-banner-section .main-banner-section-content .main-banner-description p {
    margin-bottom: 3px;
    font-size: 12px;
  }
  body .main-banner-section .main-banner-image-about {
    margin-top: 15px;
  }
  body .main-banner-section .main-banner-image-about .main-banner-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  body .main-banner-section .main-banner-image-about .main-banner-about {
    background: #2953C1;
    width: 90%;
    margin: auto;
    position: relative;
    margin-top: -35px;
  }
  body .main-banner-section .main-banner-image-about .main-banner-about p {
    font-size: 12px;
    padding: 12px;
  }
}
.btn-amp{
  display: none;
}
  @media (min-width: 1px) and (max-width: 1024.98px){
   
    .btn-amp{
      position: fixed;
      width: 100%;
      text-decoration: none;
      display: inline-block;
      color: #BF3636;
      padding: 20px;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      background-size: 200% auto; 
      transition: .5s;
      font-size: 13px;
     bottom: 0px;
      right: 0px;
      z-index: 99;
       
      }
      .btn-amp a{
        
        text-decoration: none;
        color:#ff0505;
        padding: 15px 20px ; 
        background:transparent;
        cursor: pointer;
        border-top: 2px solid #ff0505;
        border-bottom:2px solid #ff0505;
        font-weight: 700;
      }
      .btn-amp a:hover{
        
      }

  }
  @media (min-width: 1px) and (max-width: 768.98px){
    .btn-amp{
     
      padding: 12px;
       margin: 0;
      }
      .btn-amp a{
        font-weight: 700;
        
        text-decoration: none;
        color:#ff0505;
        padding: 10px 15px;
       
      }
     
  }
/*# sourceMappingURL=style.css.map */
