.menu-opener {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7e0c1e;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: opacity 0.3s 0s,visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s,visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s,visibility 0s 0.3s, transform 0.3s 0s,-webkit-transform 0.3s 0s;
}

.menu-opener.-on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.3s 0s,visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s,visibility 0s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s,visibility 0s 0s, transform 0.3s 0s,-webkit-transform 0.3s 0s;
}

.menu-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: normal;
  width: 100%;
  height: 100%;
}

.menu-container.-flex {
  justify-content: space-between;
}

.menu-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 55px;
  border-left: 1px solid #851E2F;
}

.menu-close__text {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  opacity: 0.7;
}

.menu-close img {
  width: 20px;
  height: auto;
  margin-left: 15px;
}

.menu-content {
  width: 65%;
  flex-grow: 1;
}

.menu-settings {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 55px;
  padding-right: 127px;
  margin-bottom: 44px;
  border-bottom: 1px solid #851E2F;
}

.menu-settings__search {
  display: flex;
  padding-left: 8%;
  width: 70%;
  height: 100%;
}

.menu-settings__search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.menu-settings__search-button img {
  width: 19px;
  height: auto;
}

.menu-settings__language {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.menu-settings__language__link {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.menu-navigation {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8%;
}

.menu-navigation__item {
  width: 25%;
  padding-right: 15px;
  margin-bottom: 50px;
}

.menu-navigation__title {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.menu-navigation__sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-navigation__sub-menu__title {
  display: none;
}

.menu-navigation__sub-menu__link {
  display: inline-block;
  padding: 4px 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  font-family: "OpenSans";
  opacity: 0.7;
  transition: opacity 0.3s;
}

.menu-navigation__sub-menu__link:hover {
  opacity: 1;
}

.menu-mobilenavigation {
  display: none;
  flex-wrap: wrap;
  padding-left: 8%;
}

.menu-mobilenavigation__item {
  width: 25%;
  padding-right: 15px;
  margin-bottom: 50px;
}

.menu-mobilenavigation__title {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.menu-mobilenavigation__sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-mobilenavigation__sub-menu__title {
  display: none;
}

.menu-mobilenavigation__sub-menu__link {
  display: inline-block;
  padding: 4px 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  font-family: "OpenSans";
  opacity: 0.7;
  transition: opacity 0.3s;
}

.menu-mobilenavigation__sub-menu__link:hover {
  opacity: 1;
}

.menu-mobilenavigation__sub-menu__link.-back {
  border-top: solid 1px #841d2d;
}

.menu-mobilenavigation .-show {
  position: inherit;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.menu__bg-image {
  position: relative;
  width: 35%;
  flex-grow: 0;
}

.menu__bg-image .bg-image__container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.menu__bg-image .bg-image__container .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s 0s, visibility 0s 0.6s;
}

.menu__bg-image .bg-image__container .bg-image.-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 0s, visibility 0s 0s;
  background-color: black;
}

.menu__bg-image.-hide {
  display: none;
}

.menu__back {
  display: none;
  padding: 16px 50px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  border-top: 1px solid #851E2F;
}

.menu__back:before {
  content: "";
  border: solid #fff;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0.6;
}

.menu__back.-show {
  display: block;
  transition: all 0.3s ease-out;
}

.menu__static-menu {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.menu__static-menu__link {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.menu__back-to-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  align-items: center;
  padding: 0 48px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  border-top: 1px solid #851E2F;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.menu__back-to-menu:before {
  content: "";
  border: solid #fff;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0.6;
}

.menu__back-to-menu.-active {
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.header {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 57px;
  padding: 0 30px;
  background-color: #011837;
  border-top: 3px solid #7e0c1e;
}

.header-col {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.header-language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.header-language__link {
  color: #a6a9a9;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: 0.58px;
}

.header-language__link:before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
  color: #a6a9a9;
}

.header-language__link.-active {
  color: #fff;
}

.header-language__link:first-child:before {
  display: none;
}

.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 145px;
  height: 179px;
  margin-top: -3px;
  margin-right: 30px;
  background-color: #7e0c1e;
}

.header__logo img {
  width: 108px;
  height: auto;
}

.header__logo:before,.header__logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  width: 0;
  height: 0;
  border-style: solid;
}

.header__logo:before {
  left: 0;
  border-width: 19px 0 19px 73px;
  border-color: transparent transparent transparent #7e0c1e;
}

.header__logo:after {
  right: 0;
  border-width: 19px 73px 19px 0;
  border-color: transparent #7e0c1e transparent transparent;
}

.header-icon__search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.header-icon__search img {
  width: 20px;
  height: auto;
}

.header-icon__menu {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header-icon__menu span {
  color: #a6a9a9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.header-icon__menu img {
  width: 27px;
  height: auto;
  margin-left: 15px;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #7e0c1e;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  padding: 60px 0 40px 0;
}

.footer-content.-bottom {
  height: 60px;
  padding: 0;
  background-color: #011837;
}

.footer-content-copyright {
  display: flex;
}

.footer-logo {
  width: 152px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 0;
}

.footer-logo img {
  width: 94px;
  height: auto;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  height: 140px;
  max-height: 140px;
  flex-grow: 1;
}

.footer-navigation__link {
  min-width: 240px;
  margin-right: 78px;
}

.footer-navigation__link-text {
  display: inline-block;
  color: #d8d8d8;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  line-height: 29px;
  transition: color 0.3s;
}

.footer-navigation__link-text:hover {
  color: white;
}

.footer-socials {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-grow: 0;
  width: 270px;
}

.footer-socials__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 16px 0;
}

.footer-socials__title {
  display: block;
  margin: 0 0 10px 0;
  color: #d8d8d8;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  line-height: 29px;
}

.footer-socials-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-socials__social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background-color: #6e0919;
  border-radius: 100%;
  transition: background-color 0.3s;
}

.footer-socials__social img {
  height: auto;
}

.footer-socials__social.-facebook img {
  width: 7px;
}

.footer-socials__social.-twitter img {
  width: 13px;
}

.footer-socials__social.-linkedin img {
  width: 12px;
}

.footer-socials__social:hover {
  background-color: #590612;
}

.footer-socials__meb {
  margin: 0 10px;
}

.footer-socials__meb img {
  width: 50px;
  height: auto;
}

.footer-socials__nysais {
  margin: 0px 10px;
}

.footer-socials__nysais img {
  width: 80px;
}

.footer-copyright {
  display: flex;
  align-items: center;
}

.footer-copyright__text,.footer-copyright__privacy {
  margin-right: 24px;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
}

.footer__gricreative {
  flex-grow: 0;
}

.footer__gricreative img {
  width: 64px;
  height: auto;
}

*,*:after,*:before {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0;
}

h1 {
  color: #fff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

h1.-wine-red {
  color: #7e0c1e;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

h2 {
  color: #011837;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

h3 {
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36.8px;
  line-height: 2.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

h4 {
  margin: 30px 0 20px 0;
  color: #001434;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

h5 {
  margin-bottom: 18px;
  color: #7e0c1e;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

h6 {
  color: #7e0c1e;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

h6.-slate {
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

p {
  margin: 0 0;
  color: #444e5e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "OpenSans";
}

ul,li {
  margin: 0 0;
  color: #444e5e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "OpenSans";
}

.-small-text,.-small-text > p {
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.button-type {
  display: inline-block;
  padding: 13px 5px;
  color: #011837;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  background-color: transparent;
  border: 1px solid #011837;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  word-break: break-word;
}

.button-type:hover {
  color: #fff;
  background-color: #011837;
}

.button-type.-padding {
  padding: 13px 30px;
}

.button-type.-nopadding {
  padding: 13px 0;
}

.button-type.-navy {
  color: #fff;
  background-color: #011837;
  border: 0;
}

.button-type.-navy:hover {
  background-color: #7e0c1e;
}

.button-type.-wine-red {
  color: #fff;
  background-color: #7e0c1e;
  border: 0;
}

.button-type.-wine-red:hover {
  background-color: #011837;
}

.button-type.-search {
  width: 130px;
  padding: 0 0;
}

.button-type-font-size {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  margin: -40px 0 0 -40px;
  padding-left: 26px;
  width: 80px;
  height: 80px;
  background-color: #001434;
  transition: background-color 0.3s;
}

.play-icon:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 33px;
  border-color: transparent transparent transparent #fff;
}

.play-icon:hover {
  background-color: #7e0c1e;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 52px;
  color: #444e5e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  background-color: #fff;
  background-image: url("../svg/arrow-down-color.svg");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left 92% center;
  background-position-x: 92%;
  background-position-y: center;
  border: 0;
  outline-color: white;
}

.select-type.-small {
  width: 176px;
  height: 36px;
}

.input-type {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.input-type:focus {
  border: 0;
}

.input-type::-webkit-input-placeholder {
  color: #fff;
}

.input-type:-moz-placeholder {
  color: #fff;
}

.input-type::-moz-placeholder {
  color: #fff;
}

.input-type:-ms-input-placeholder {
  color: #fff;
}

.input-search {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  color: #011837;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #fff;
  border: 0;
  outline: 0;
}

.input-search:focus {
  border: 0;
}

.input-search::-webkit-input-placeholder {
  color: #011837;
}

.input-search:-moz-placeholder {
  color: #011837;
}

.input-search::-moz-placeholder {
  color: #011837;
}

.input-search:-ms-input-placeholder {
  color: #011837;
}

.showcase {
  align-items: flex-start;
  height: 614px;
}

.showcase__bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.showcase__bg-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#66000000',GradientType=0);
}

.showcase-content {
  z-index: 1;
  display: flex;
  margin-top: -154px;
  min-width: 100%;
}

.showcase-content__title {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 0;
  margin-right: 88px;
  padding: 0 30px;
  height: 84px;
  background-color: #7e0c1e;
}

.showcase-content__title.-small h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.showcase-content__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 0 0 40px;
  border-color: transparent transparent transparent #7e0c1e;
}

.showcase-content__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  flex-grow: 1;
  height: 130px;
  margin-top: -5px;
}

.showcase-content__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 46px;
  width: calc((100% - (46px * 4)) / 4);
  height: 38px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #979797;
  transition: opacity 0.3s;
}

.showcase-content__list__item:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.showcase-content__list__item:hover {
  opacity: 0.8;
}

.showcase-content__list__item:nth-child(3n+3) {
  border-bottom: 0;
}

.showcase.-height {
  height: 504px;
}

.showcase.-height .showcase-content {
  margin-top: -185px;
}

.showcase.-fullwidth .showcase-content {
  flex-wrap: wrap;
  margin-top: 0;
}

.showcase.-fullwidth .showcase-content__title {
  margin-top: -172px;
  margin-right: 0;
}

.showcase.-fullwidth .showcase-content__list {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-grow: 0;
  width: 100%;
  height: 70px;
  margin-top: 0;
  border-bottom: 1px solid #d1d1d1;
}

.showcase.-fullwidth .showcase-content__list__item {
  position: relative;
  justify-content: flex-start;
  margin-right: 0;
  width: auto;
  height: 100%;
  margin: 0 18px;
  color: #444e5e;
  letter-spacing: 0;
  border-bottom: 0;
}

.showcase.-fullwidth .showcase-content__list__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #7e0c1e;
  opacity: 0;
}

.showcase.-fullwidth .showcase-content__list__item:after {
  display: none;
}

.showcase.-fullwidth .showcase-content__list__item.-active {
  color: #8e9aad;
}

.showcase.-fullwidth .showcase-content__list__item.-active:before {
  content: "";
  opacity: 1;
}

.breadcrumb {
  margin-top: 15px;
  height: 30px;
}

.breadcrumb-content {
  display: flex;
  padding: 0 0;
  margin: 0 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}

.breadcrumb__item-text {
  display: inline-block;
  padding: 5px 0;
  color: #5e6a7d;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.45px;
  transition: color 0.3s;
}

.breadcrumb__item-text:hover {
  color: #011837;
}

.breadcrumb__item:after {
  content: "";
  display: inline-block;
  margin: 0 7px 0 2px;
  border: solid #5e6a7d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.breadcrumb__item:last-child:after {
  display: none;
}

.gallery-slider {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}

.gallery-slider.-no-border-bottom {
  border-bottom: 0;
  padding-top: 50px;
  border-top: 1px solid #d1d1d1;
}

.gallery-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gallery-slider .swiper-slide__bg-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gallery-slider .swiper-slide__text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 100%;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

.gallery-slider .swiper-slide__text-content__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 45px 0 25px;
  height: 70px;
  background-color: #7e0c1e;
}

.gallery-slider .swiper-slide__text-content__title:before,.gallery-slider .swiper-slide__text-content__title:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: -4px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #011837;
}

.gallery-slider .swiper-slide__text-content__title:before {
  width: 4px;
  height: 70%;
}

.gallery-slider .swiper-slide__text-content__title:after {
  width: 85%;
  height: 4px;
}

.gallery-slider .swiper-slide__text-content__desc {
  padding-left: 25px;
  width: 100%;
}

.gallery-slider .swiper-slide__text-content__desc p {
  line-height: 22px;
}

.gallery-slider .swiper-slide__text-content__link {
  margin: 20px 0 0 25px;
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s;
}

.gallery-slider .swiper-slide__text-content__link:hover {
  color: #7e0c1e;
}

.gallery-slider .swiper-button {
  width: 100px;
  height: 40px;
}

.gallery-slider .swiper-button-next,.gallery-slider .swiper-button-prev {
  z-index: 12;
  top: 0;
  margin-top: 0;
  width: 50%;
  height: 40px;
  background-color: #fff;
  background-size: 22px auto;
  outline-color: #fff;
  outline-width: 0;
}

.gallery-slider .swiper-button-next.swiper-button-disabled,.gallery-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.gallery-slider .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/svg/arrow-left-grey.svg");
}

.gallery-slider .swiper-button-next {
  right: 0;
  background-image: url("../../assets/svg/arrow-right-grey.svg");
}

.present-case {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 48px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}

.present-case .swiper-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0;
}

.present-case .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.present-case .swiper-slide__bg-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.present-case .swiper-navigation {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  width: 100%;
  background-color: #011837;
}

.present-case .swiper-navigation__item {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: calc(100% / 4);
  color: #fff;
  cursor: pointer;
  background-color: #011837;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.present-case .swiper-navigation__item::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 0;
  border-top: 1px solid #3C4C62;
  transition: opacity 0.3s;
}

.present-case .swiper-navigation__item:last-child:after {
  display: none;
}

.present-case .swiper-navigation__item-number {
  margin-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  white-space: nowrap;
}

.present-case .swiper-navigation__item-text {
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.present-case .swiper-navigation__item.-active {
  background-color: #7e0c1e;
}

.present-case .swiper-navigation__item.-active:before {
  opacity: 0;
}

.gallery-close {
  position: absolute;
  z-index: 1;
  top: -100px;
  right: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.gallery-close img {
  width: 37px;
  height: auto;
}

.gallery-opener {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s,visibility 0s 0.3s;
}

.gallery-opener:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #001434;
  opacity: 0.9;
}

.gallery-opener.-on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s,visibility 0s 0s;
}

.gallery-opener-container {
  position: relative;
  height: auto;
}

.gallery-opener-container .slider-container {
  display: none;
}

.gallery-opener-container .slider-container.-active {
  display: block;
}

.gallery-opener-container .swiper-container {
  width: 100%;
}

.gallery-opener-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gallery-opener-container .swiper-slide__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #011837;
}

.gallery-opener-container .swiper-slide__image img {
  max-width: 100%;
  max-height: 100%;
}

.gallery-opener-container .swiper-slide__text-content {
  padding: 25px 45px;
  width: 100%;
  background-color: #fff;
}

.gallery-opener-container .swiper-button-next,.gallery-opener-container .swiper-button-prev {
  z-index: 12;
  top: 260px;
  margin-top: 0;
  width: 58px;
  height: 40px;
  background-color: #fff;
  background-size: 26px auto;
  outline-color: #fff;
  outline-width: 0;
}

.gallery-opener-container .swiper-button-next.swiper-button-disabled,.gallery-opener-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.gallery-opener-container .swiper-button-prev {
  left: -29px;
  background-image: url("../../assets/svg/arrow-left-color.svg");
}

.gallery-opener-container .swiper-button-next {
  right: -29px;
  background-image: url("../../assets/svg/arrow-right-color.svg");
}

.privacy-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 15px;
  background: #0a2448;
}

.privacy-policy.-show {
  display: flex;
}

.privacy-policy__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px auto;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-align: center;
}

.privacy-policy__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

.privacy-policy__button {
  padding: 10px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-align: center;
  letter-spacing: 1px;
  transition: background .2s linear;
  cursor: pointer;
}

.privacy-policy__button:hover {
  background: #ffffff;
  color: #0a2448;
}

html {
  font-size: 16px;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #e2e2e2;
  font-family: "Merriweather";
}

.-subfont {
  font-family: "OpenSans";
}

.content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  flex-grow: 1;
}

.content-wrapper.-row {
  flex-direction: row;
}

.content-wrapper.-between {
  justify-content: space-between;
}

.content-wrapper.-center {
  justify-content: center;
}

.content-wrapper.-width {
  max-width: 1033px;
}

.content-wrapper.-xsmall-width {
  max-width: 745px;
}

main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 70vh;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.page-title {
  padding: 15px 0 48px 0;
}

.layout-container {
  padding-top: 46px;
  padding-bottom: 84px;
}

.layout-container_content {
  display: flex;
  justify-content: space-between;
}

.layout-container .page-content {
  width: 68%;
}

.layout-container .side-content {
  width: 26%;
  padding-top: 10px;
}

.layout-container .side-content .side-image {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid #d1d1d1;
}

.text-content.-no-border {
  border: none;
}

.text-content.-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.text-content.-content h4 {
  margin-bottom: 5px;
}

.text-content__description {
  width: 100%;
}

.text-content__description p {
  margin-bottom: 16px;
  width: 100%;
}

.text-content__description p a {
  color: #011837;
  font-weight: 700;
  text-decoration: underline;
}

.text-content__description p a:hover {
  color: #022e69;
}

.text-content__description p:last-child {
  margin-bottom: 0;
}

.text-content__description img {
  width: 100%;
  height: auto;
}

.text-content__description em {
  font-size: 15px;
}

.text-content__description .image-content {
  width: 100%;
  margin-bottom: 10px;
}

.text-content__description .image-content__text {
  padding: 10px 20px 20px 0;
  color: #5e6a7d;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-style: italic;
}

.text-content__description:after {
  content: "";
  font-size: 0;
  height: 0;
  clear: both;
}

.text-content__description.-first-letter p:first-of-type::first-letter {
  float: left;
  vertical-align: top;
  color: #7e0c1e;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 53px;
  line-height: 3.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-family: "Merriweather";
  margin: 0 8px 0 0;
}

.text-content__description.-first-letter h2 + p::first-letter {
  float: left;
  vertical-align: top;
  color: #7e0c1e;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 53px;
  line-height: 3.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-family: "Merriweather";
  margin: 0 8px 0 0;
}

.text-content__description.-first-letter-last h2 + p::first-letter {
  float: left;
  vertical-align: top;
  color: #7e0c1e;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 53px;
  line-height: 3.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-family: "Merriweather";
  margin: 0 8px 0 0;
}

.text-content__description.-big-text p {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 34px;
  line-height: 2.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.text-content__description.-small-image p {
  margin-bottom: 0;
}

.text-content__description.-small-image .image-content {
  float: left;
  width: 38%;
  margin: 15px 22px 0 0;
}

.text-content__description.-news-image img {
  float: left;
  width: 34%;
  margin-right: 22px;
}

.text-content__description__contact {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.text-content__description__contact:last-child {
  margin-bottom: 0;
}

.text-content__description__contact img {
  width: auto;
  height: 20px;
  margin: 4px 22px 0 0;
}

.text-content__description__contact-content a {
  color: #444e5e;
}

.text-content__description__contact-content p {
  margin-bottom: 0;
}

.text-content__description.-registration {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 43px;
  padding-bottom: 30px;
}

.text-content__button {
  margin-top: 22px;
}

.text-content__caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #9d2235;
  margin-bottom: 20px;
}

.text-content.-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.text-content.-column .text-content__item {
  width: 50%;
  margin-top: 40px;
}

.text-content.-column .text-content__item:nth-child(1),.text-content.-column .text-content__item:nth-child(2) {
  margin-top: 0;
}

.text-content.-column .text-content__item:nth-child(2n+1) {
  padding-right: 50px;
}

.text-content.-column .text-content__item:nth-child(2n+2) {
  border-left: 1px solid #d1d1d1;
  padding-left: 50px;
}

.text-content.-nomargin {
  margin-bottom: 0;
  border-bottom: 0;
}

.text-content.-item {
  display: block;
}

.text-content.-item:after {
  content: "";
  display: block;
  clear: both;
}

.text-content.-item img {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 200px;
  height: auto;
}

.text-content.-item p {
  margin-bottom: 0;
}

.text-content.-item p a {
  color: #011837;
}

.text-content__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.project-count {
  padding-bottom: 30px;
  margin-bottom: 70px;
  border-bottom: 1px solid #d1d1d1;
}

.project-count__image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.map-detail {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}

.map-detail__title {
  margin-bottom: 30px;
}

.map-detail__image {
  width: 100%;
  height: auto;
}

.message-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 53px 60px;
  margin: 60px 0 64px 0;
  background-color: #fff;
  color: #444e5e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 300;
}

.message-container__icon {
  position: absolute;
  top: -35px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

.message-container__icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #979797;
  border-radius: 100%;
  opacity: 0.23;
}

.message-container__icon img {
  width: 28px;
  height: auto;
}

.message-container__subtitle {
  margin-top: 2px;
  margin-bottom: 6px;
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.message-container__description {
  position: relative;
  margin-top: 18px;
  width: 100%;
}

.message-container__description__hidden {
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.message-container__description__hidden p img {
  width: 100%;
  margin: 12px 0;
}

.message-container__description p {
  font-family: "Merriweather";
  font-weight: 300;
  line-height: 28px;
}

.message-container__description .icon-quotes {
  position: absolute;
  z-index: 0;
  width: 71px;
  height: auto;
}

.message-container__description .icon-quotes.-top {
  top: -30px;
  left: -10px;
}

.message-container__description .icon-quotes.-bottom {
  right: -10px;
  bottom: -30px;
}

.message-container__image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 25px;
}

.message-container__image img {
  width: 100%;
  height: auto;
}

.message-container__link {
  display: none;
  margin-top: 25px;
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
  cursor: pointer;
}

.message-container__link:hover {
  color: #7e0c1e;
}

.message-container.-max-height .message-container__description__hidden {
  max-height: 142px;
}

.message-container.-max-height .message-container__link {
  display: block;
}

.message-container.-sidebar {
  padding: 50px 32px;
  margin: 30px 0 24px 0;
}

.message-container.-sidebar .message-container__description .icon-quotes {
  width: 40px;
}

.message-container.-sidebar .message-container__description .icon-quotes.-top {
  top: -10px;
  left: -10px;
}

.message-container.-sidebar .message-container__description .icon-quotes.-bottom {
  right: -10px;
  bottom: -10px;
}

.message-container.-margin-top {
  margin-top: 60px;
}

.message-container.-text {
  align-items: flex-start;
  padding: 48px 48px 32px 48px;
  text-align: left;
}

.message-container.-text .message-container__icon {
  position: relative;
  top: auto;
  top: initial;
  left: auto;
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}

.message-container.-text .message-container__description {
  padding-bottom: 28px;
  margin-top: 0;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2e2e2;
}

.message-container.-text .message-container__detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.message-container h6 {
  min-width: 162px;
}

.info-container {
  margin-bottom: 20px;
}

.info-container__item {
  padding: 20px 10px 20px 0;
  color: #011837;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  border-top: 1px solid #d1d1d1;
}

.info-container__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.info-container__item .-red {
  color: #7e0c1e;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.6875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.shape {
  position: relative;
  width: 100%;
  padding: 4px;
  margin-bottom: 24px;
  text-align: center;
  background-color: #001434;
  overflow: hidden;
}

.shape .shape__item {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 33px;
  border-radius: 50%;
  background-color: #e2e2e2;
}

.shape .shape__item.-top {
  top: -21px;
}

.shape .shape__item.-right {
  right: -17px;
}

.shape .shape__item.-bottom {
  bottom: -21px;
}

.shape .shape__item.-left {
  left: -17px;
}

.shape.-shape-bagis {
  width: 70%;
  height: 367px;
}

.shape.-margin-bottom {
  margin-bottom: 8px;
}

.shape.-last-bottom {
  margin-bottom: 20px;
}

.shape.-margin-top {
  margin-top: 40px;
}

.shape-inner {
  position: absolute;
  z-index: 0;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  overflow: hidden;
}

.shape-inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #394c6a;
}

.shape-inner__item {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #394c6a;
  background-color: #001434;
}

.shape-inner__item.-top {
  top: -20px;
}

.shape-inner__item.-right {
  right: -17px;
}

.shape-inner__item.-bottom {
  bottom: -21px;
}

.shape-inner__item.-left {
  left: -17px;
}

.shape-content {
  position: relative;
  z-index: 1;
}

.shape-content__text {
  padding: 26px 20px;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 31px;
  line-height: 1.9375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: -0.55px;
}

.shape-content__info {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
}

.shape-content__info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.shape-content__info__title.-note {
  padding-bottom: 5px;
  border-top: 1px solid #92424e;
}

.shape-content__info__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 44px;
  padding: 0 20px;
  border-top: 1px solid #92424e;
}

.shape-content__info__item.-title {
  font-weight: 600;
  line-height: 16px;
  border-top: 1px solid #92424e;
}

.shape-content__info__item:first-child {
  border-top: 0;
}

.shape-content__info__item__col {
  width: calc(100% / 3);
}

.shape-content__info__item__col.-title {
  font-weight: 700;
  text-align: left;
}

.shape-content__sports-team {
  display: flex;
  flex-direction: column;
}

.shape-content__sports-team__title {
  padding: 15px 24px;
  border-bottom: 1px solid #d1d1d1;
}

.shape-content__sports-team__title span {
  color: #444e5e;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.shape-content__sports-team__title h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.shape-content__sports-team__title.-space-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.shape-content__sports-team__items {
  display: flex;
  flex-direction: column;
  padding: 10px 24px 15px 24px;
}

.shape-content__sports-team__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  color: #444e5e;
  line-height: 16px;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  transition: color 0.3s;
  cursor: default;
}

.shape-content__sports-team__item.-total {
  padding: 12px 0 5px 0;
  font-weight: 700;
}

.shape-content__sports-team__item:last-child {
  border-bottom: 0;
}

.shape-content__detail-info {
  display: flex;
  flex-direction: column;
  padding: 30px 34px;
}

.shape-content__detail-info__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.shape-content__detail-info__desc {
  line-height: 20px;
}

.shape-content__detail-info__button {
  margin-top: 15px;
}

.shape-content__detail-info__button:last-child {
  margin-bottom: 0;
}

.shape-content__detail-info p {
  color: #444e5e;
  font-size: 13px;
  line-height: 20px;
}

.shape-content__detail-info p a {
  color: #444e5e;
  font-size: 13px;
  line-height: 20px;
  transition: color 0.2s;
}

.shape-content__detail-info p a:active,.shape-content__detail-info p a:visited {
  color: #444e5e;
}

.shape-content__detail-info p a:hover {
  color: #011837;
  text-decoration: underline;
}

.shape-content__organizations__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  border-bottom: 1px solid #d1d1d1;
}

.shape-content__organizations__items {
  display: flex;
  flex-direction: column;
  padding: 0 22px;
}

.shape-content__organizations__items__item {
  padding: 25px 0;
  border-bottom: 1px solid #d1d1d1;
}

.shape-content__organizations__items__item img {
  max-width: 80%;
  max-height: 40px;
}

.shape-content__files {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.shape-content__files__items {
  display: flex;
  flex-direction: column;
  padding: 0 16px 0 16px;
}

.shape-content__files__items__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  color: #001434;
  line-height: 16px;
  text-align: left;
  transition: color 0.3s;
}

.shape-content__files__items__item img {
  width: 21px;
  margin-right: 14px;
}

.shape-content__files__items__item:hover {
  color: #7e0c1e;
}

.shape-content__announcement {
  padding: 17px 22px 25px 22px;
  text-align: left;
}

.shape-content__announcement__title span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.81px;
}

.shape-content__announcement__title:after {
  content: "";
  display: block;
  width: 50px;
  margin: 12px 0 20px 0;
  border-bottom: 2px solid #7e0c1e;
}

.shape-content__announcement__desc p {
  color: #001434;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.shape-content__announcement__more-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.shape-content__announcement__more-link a {
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.shape-content__announcement__more-link a:hover {
  color: #7e0c1e;
}

.shape-content__announcement__more-link.-more {
  display: none;
}

.shape-content__announcement.-max-height .shape-content__announcement__desc {
  max-height: 125px;
  overflow: hidden;
}

.shape-content__announcement.-max-height .shape-content__announcement__more-link.-more {
  display: flex;
}

.shape-content__email__title {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 0 0 22px;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
}

.shape-content__email__title img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.shape-content__email__title span,.shape-content__email__title a {
  color: #7e0c1e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.shape-content__email-desc {
  padding: 15px 32px 15px 22px;
  text-align: left;
}

.shape-content__email-desc__subtitle {
  margin-bottom: 10px;
  color: #001434;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
}

.shape-content__email-desc__list p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.shape-content__email-desc__list p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #444e5e;
  border-radius: 100%;
}

.shape-content__library {
  padding: 22px 14px;
}

.shape-content__library__title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}

.shape-content__library__desc {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

.shape-content__office__title-content {
  padding: 24px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c7c7c7;
}

.shape-content__office__title-content__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.shape-content__office__title-content__desc {
  color: #444e5e;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  line-height: normal;
}

.shape-content__office-content {
  padding: 0 26px;
}

.shape-content__office-list {
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
}

.shape-content__office-list__title {
  margin-bottom: 12px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  text-align: left;
}

.shape-content__office-list__phone {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.shape-content__office-list__phone img {
  width: 12px;
  height: auto;
  margin: 5px 10px 0 0;
}

.shape-content__office-list__phone a {
  color: #444e5e;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.shape-content__office-list__phone a:hover {
  color: #7e0c1e;
}

.shape-content__office-list__content {
  display: flex;
  flex-direction: column;
}

.shape-content__office-list:last-child {
  border-bottom: 0;
}

.shape-content__meet-table {
  text-align: left;
}

.shape-content__meet-table__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #d1d1d1;
}

.shape-content__meet-table__item.-title {
  min-height: 68px;
  color: #7e0c1e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  border-top: 0;
}

.shape-content__meet-table__col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 18px;
  border-right: 1px solid #d1d1d1;
}

.shape-content__meet-table__col:last-child {
  border-right: 0;
}

.shape-content__distributions-table {
  text-align: left;
}

.shape-content__distributions-table__item {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d1d1d1;
}

.shape-content__distributions-table__item.-title {
  min-height: 120px;
  color: #7e0c1e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  border-top: 0;
}

.shape-content__distributions-table__item .-small-title {
  align-items: center;
  padding: 0 0;
  text-align: center;
}

.shape-content__distributions-table__item .-small-title .col-items {
  border-top: 1px solid #d1d1d1;
}

.shape-content__distributions-table__item .-small-title .col-items__item {
  border-right: 1px solid #d1d1d1;
}

.shape-content__distributions-table__item .-small-title .col-items__item:last-child {
  border-right: 0;
}

.shape-content__distributions-table__item.-bold {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.shape-content__distributions-table__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 18px;
  border-right: 1px solid #d1d1d1;
}

.shape-content__distributions-table__col .value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}

.shape-content__distributions-table__col .col-items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}

.shape-content__distributions-table__col .col-items__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  border-right: 1px solid #d1d1d1;
}

.shape-content__distributions-table__col .col-items__item:last-child {
  border-right: 0;
}

.shape-content__distributions-table__col .col-items.-small {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.shape-content__distributions-table__col:last-child {
  border-right: 0;
}

.shape-content__distributions-table__col.-nopadding {
  padding: 0 0;
}

.shape-content__distributions-table__col:nth-child(1) {
  width: 32%;
}

.shape-content__distributions-table__col:nth-child(2) {
  width: 13%;
}

.shape-content__distributions-table__col:nth-child(3) {
  width: 21%;
}

.shape-content__distributions-table__col:nth-child(4) {
  width: 21%;
}

.shape-content__distributions-table__col:nth-child(5) {
  width: 13%;
}

.shape-content__result-table {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1200px;
  text-align: left;
}

.shape-content__result-table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0;
  height: 100%;
  border-right: 1px solid #d1d1d1;
}

.shape-content__result-table.-sss-height {
  height: auto;
}

.shape-content__result-table__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 25px;
  width: 50%;
  min-height: 36px;
  border-bottom: 1px solid #d1d1d1;
}

.shape-content__result-table__item-title {
  width: 80%;
  color: #444e5e;
}

.shape-content__result-table__item-title.-shape-bagis {
  width: 50%;
}

.shape-content__result-table__item.-shape-bagis {
  width: 100%;
}

.shape-content__bank-account {
  padding: 20px 20px;
  text-align: left;
}

.shape-content__conditions {
  text-align: left;
}

.shape-content__conditions__item {
  display: flex;
  align-items: flex-start;
  padding: 18px 58px 18px 20px;
}

.shape-content__conditions__item__number {
  display: flex;
  flex-grow: 0;
  min-width: 34px;
  color: #7e0c1e;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.shape-content__conditions__item__description {
  display: flex;
  flex-grow: 1;
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.shape-content__project-count {
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
  text-align: left;
}

.shape-content__project-count__item {
  display: flex;
  align-items: center;
}

.shape-content__project-count__item.-text {
  width: 50%;
}

.shape-content__project-count__item p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.shape-content__project-count__shape {
  position: relative;
  padding: 3px 8px;
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  background-color: #011837;
  box-shadow: 0 5px 7px 0 rgba(1, 24, 55, 0.37);
}

.shape-content__project-count__shape:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 5px 0 5px;
  border-color: #011837 transparent transparent transparent;
}

.shape-content__project-count__shape.-orange {
  background-color: #be921d;
  box-shadow: 0 5px 7px 0 rgba(92, 74, 26, 0.37);
}

.shape-content__project-count__shape.-orange:after {
  border-color: #be921d transparent transparent transparent;
}

.shape-content__project-count__text {
  color: #011837;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.shape-content__standard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.shape-content__standard__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #d1d1d1;
}

.shape-content__standard__title,.shape-content__standard__key,.shape-content__standard__value {
  width: 50%;
  text-align: left;
}

.shape-content__standard__title {
  padding: 15px 0 15px 0;
  border-right: 1px solid #d1d1d1;
}

.shape-content__standard__title h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
}

.shape-content__standard__title.-two {
  padding-left: 20px;
  border-right: 0;
}

.shape-content__standard__key {
  padding: 15px 20px 15px 0;
  border-right: 1px solid #d1d1d1;
}

.shape-content__standard__value {
  padding: 15px 0 15px 20px;
}

.shape.-wine-red {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  background-color: #7e0c1e;
}

.shape.-wine-red .shape-inner:before {
  border: 1px solid #92424e;
}

.shape.-wine-red .shape-inner__item {
  border: 1px solid #92424e;
  background-color: #7e0c1e;
}

.shape.-border {
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  background-color: #e2e2e2;
}

.shape.-border:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d1d1d1;
}

.shape.-border .shape__item {
  background-color: #e2e2e2;
  border: 2px solid #d1d1d1;
}

.shape.-border .shape-inner {
  bottom: 4px;
}

.shape.-border .shape-inner:before {
  border: 1px solid #d1d1d1;
}

.shape.-border .shape-inner__item {
  border: 1px solid #d1d1d1;
  background-color: #e2e2e2;
}

.shape.-border .shape-inner__item.-top {
  top: -23px;
}

.shape.-border .shape-inner__item.-bottom {
  bottom: -23px;
}

.shape.-border .shape-inner__item.-left {
  left: -19px;
}

.shape.-border .shape-inner__item.-right {
  right: -19px;
}

.shape.-white {
  background-color: #fff;
}

.shape.-white .shape-inner:before {
  border: 1px solid #d1d1d1;
}

.shape.-white .shape-inner__item {
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

.alumni-associations__title {
  margin-bottom: 30px;
}

.alumni-associations__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.alumni-associations__item {
  width: calc(50% - 12px);
  margin-bottom: 20px;
  background-color: #fff;
}

.alumni-associations__item-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  padding-left: 30px;
  background-color: #001434;
  border-bottom: 3px solid #7e0c1e;
}

.alumni-associations__item-header__title {
  margin-bottom: 2px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.alumni-associations__item-header__text {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.alumni-associations__item-details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px;
}

.alumni-associations__item-details__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  margin-right: 20px;
  color: #7e0c1e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.alumni-associations__item-details__phone {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  margin-bottom: 5px;
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.alumni-associations__item-details__phone.-space-left {
  padding-left: 20px;
}

.alumni-associations__item-details__phone img {
  width: 13px;
  height: auto;
  margin: 6px 5px 0 0;
}

.alumni-associations__item-details__phone a {
  margin-bottom: 5px;
  color: #444e5e;
  transition: color 0.3s;
}

.alumni-associations__item-details__phone a:hover {
  color: #7e0c1e;
}

.alumni-associations__item-details__phone p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.alumni-associations__item-details__content {
  display: flex;
  flex-direction: column;
}

.student-residence__title {
  margin-bottom: 30px;
}

.student-residence__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.student-residence__item {
  width: calc(50% - 12px);
  margin-bottom: 20px;
  background-color: #fff;
}

.student-residence__item__image {
  width: 100%;
  height: 185px;
  background-color: #ccc9c9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.student-residence__item__header {
  position: relative;
  padding: 20px 20px;
  margin-top: -45px;
  background-color: #001434;
}

.student-residence__item__header-title {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.student-residence__item__header:before,.student-residence__item__header:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-color: #7e0c1e;
}

.student-residence__item__header::before {
  bottom: 0;
  left: -4px;
  width: 4px;
  height: 50%;
}

.student-residence__item__header::after {
  bottom: -4px;
  left: -4px;
  width: 90%;
  height: 4px;
}

.student-residence__item__details {
  padding: 0 24px;
}

.student-residence__item__details p {
  padding: 30px 18px;
  color: #444e5e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
}

.tab-links {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.tab-links:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #d1d1d1;
}

.tab-links__link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  height: 50px;
  color: #001434;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  transition: color 0.3s;
}

.tab-links__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #7e0c1e;
  opacity: 0;
  transition: opacity 0.3s;
}

.tab-links__link.-active {
  color: #7e0c1e;
}

.tab-links__link.-active:after {
  opacity: 1;
}

.tab-links__link:hover {
  color: #7e0c1e;
}

.tab-links__select {
  display: none;
  margin-bottom: 40px;
}

.sport-teams-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.sport-teams-header__title {
  margin-bottom: 0;
}

.sport-teams-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
}

.sport-teams-container.-active {
  max-height: 10000px;
}

.sport-teams .swiper {
  width: 100%;
  height: 100%;
}

.sport-teams .swiper-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.sport-teams .swiper-wrapper {
  height: auto;
}

.sport-teams .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  width: calc(50% - 12px);
  height: auto;
}

.sport-teams .swiper-slide img {
  width: 100%;
  height: auto;
}

.sport-teams .swiper-button-next,.sport-teams .swiper-button-prev {
  display: none;
  z-index: 12;
  top: 50%;
  margin-top: -20px;
  width: 58px;
  height: 40px;
  background-color: #fdfeff;
  background-size: 26px auto;
  outline-color: #fff;
  outline-width: 0;
}

.sport-teams .swiper-button-next.swiper-button-disabled,.sport-teams .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.sport-teams .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/svg/arrow-left-color.svg");
}

.sport-teams .swiper-button-next {
  right: 0;
  background-image: url("../../assets/svg/arrow-right-color.svg");
}

.sport-teams__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}

.video-content {
  position: relative;
  width: 100%;
  height: 397px;
}

.video-content iframe {
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 99;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal__opener {
  cursor: pointer;
}

.modal__checkbox {
  display: none;
}

.modal__checkbox:checked + .modal {
  display: flex;
}

.modal__backdrop {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  width: 600px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: animation 1.5s linear both;
  animation: animation 1.5s linear both;
}

.modal__image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.modal__image img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.modal__image img.-wide {
  max-width: 1024px;
}

.modal__image__background {
  background-color: #e2e2e2;
}

.modal__video {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: zoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.modal__video .video-player {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: auto;
}

.modal__video .video-player video {
  width: 100%;
  max-width: 700px;
}

.modal__close {
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  flex-grow: 0;
  width: 25px;
  height: 25px;
  justify-content: flex-end;
  cursor: pointer;
  font-family: arial;
  color: #ffffff;
}

.modal__close:after,.modal__close:before {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: white;
}

.modal__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close.outside {
  margin: 0 0 10px 0;
}

@font-face {
  font-family:"Merriweather";font-style:normal;font-weight:300;src:url("/assets/font/Merriweather/Merriweather-Light.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:italic;font-weight:300;src:url("/assets/font/Merriweather/Merriweather-LightItalic.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:normal;font-weight:400;src:url("/assets/font/Merriweather/Merriweather-Regular.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:italic;font-weight:400;src:url("/assets/font/Merriweather/Merriweather-Italic.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:normal;font-weight:700;src:url("/assets/font/Merriweather/Merriweather-Bold.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:italic;font-weight:700;src:url("/assets/font/Merriweather/Merriweather-BoldItalic.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:normal;font-weight:900;src:url("/assets/font/Merriweather/Merriweather-Black.woff") format("woff");
}

@font-face {
  font-family:"Merriweather";font-style:italic;font-weight:900;src:url("/assets/font/Merriweather/Merriweather-BlackItalic.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:normal;font-weight:300;src:url("/assets/font/OpenSans/OpenSans-Light.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:italic;font-weight:300;src:url("/assets/font/OpenSans/OpenSans-LightItalic.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:normal;font-weight:400;src:url("/assets/font/OpenSans/OpenSans-Regular.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:italic;font-weight:400;src:url("/assets/font/OpenSans/OpenSans-Italic.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:normal;font-weight:600;src:url("/assets/font/OpenSans/OpenSans-SemiBold.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:italic;font-weight:600;src:url("/assets/font/OpenSans/OpenSans-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:normal;font-weight:700;src:url("/assets/font/OpenSans/OpenSans-Bold.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:italic;font-weight:700;src:url("/assets/font/OpenSans/OpenSans-BoldItalic.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:normal;font-weight:800;src:url("/assets/font/OpenSans/OpenSans-ExtraBold.woff") format("woff");
}

@font-face {
  font-family:"OpenSans";font-style:italic;font-weight:800;src:url("/assets/font/OpenSans/OpenSans-ExtraBoldItalic.woff") format("woff");
}

@media screen\0 {
/* IE HACK */  select {
    background-image: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .select-type {
    padding: 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .showcase-content__list__item.-less {
    width: calc((100% - (46px * 2)) / 2);
    line-height: 16px;
  }

  .gallery-slider.-no-border-bottom .swiper-button {
    top: 74px;
  }

  .gallery-slider .swiper-button {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 0;
  }

  .text-content__description__contact {
    width: 65%;
  }

  .shape-content__meet-table__col {
    min-height: 68px;
  }

  .shape-content__meet-table__col:nth-child(1) {
    width: 20%;
  }

  .shape-content__meet-table__col:nth-child(2) {
    width: 16%;
  }

  .shape-content__meet-table__col:nth-child(3) {
    width: 44%;
  }

  .shape-content__meet-table__col:nth-child(4) {
    width: 20%;
  }

  .shape-content__result-table.-sss-height {
    height: 1010px;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery-slider {
    padding-right: 50px;
  }

  .gallery-slider .swiper-button-next:hover,.gallery-slider .swiper-button-prev:hover {
    background-color: #7e0c1e;
  }

  .gallery-slider .swiper-button-prev:hover {
    background-image: url("../../assets/svg/arrow-left-light-v1.svg");
  }

  .gallery-slider .swiper-button-next:hover {
    background-image: url("../../assets/svg/arrow-right-light-v1.svg");
  }

  .gallery-opener-container .slider-container {
    width: 540px;
  }

  .gallery-opener-container .swiper-slide__image {
    height: 360px;
  }
}

@media only screen and (min-width: 1248px) {
  .gallery-slider .swiper-slide__bg-image {
    height: 392px;
  }

  .present-case .swiper-container {
    flex-grow: 1;
    flex-shrink: 0;
    width: 428px;
    height: 342px;
  }

  .present-case .swiper-navigation {
    padding: 14px 0;
    height: 342px;
  }

  .present-case .swiper-navigation__item {
    padding: 0 30px;
  }

  .present-case .swiper-navigation__item.-active {
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px);
  }

  .content-wrapper.-small-width {
    max-width: 870px;
  }

  .content-wrapper.-small-width-pdf {
    max-width: 938px;
  }

  .shape-content__result-table.-row {
    min-height: 840px;
  }
}

@media only screen and (min-width: 1400px) {
  .content-wrapper.-small-width {
    max-width: 938px;
  }

  .content-wrapper.-small-width-pdf {
    max-width: 938px;
  }
}

@media only screen and (min-width: 1600px) {
  .gallery-opener-container .slider-container {
    width: 840px;
  }

  .gallery-opener-container .swiper-slide__image {
    height: 561px;
  }
}

@media only screen and (max-width: 1599px) {
  .gallery-close {
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
  }

  .gallery-close img {
    width: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .showcase {
    height: 474px;
  }

  .showcase-content {
    margin-top: -142px;
  }

  .showcase-content__title {
    height: 84px;
    margin-right: 70px;
    max-width: 420px;
  }

  .showcase-content__title h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .showcase-content__list {
    height: 130px;
  }

  .showcase-content__list__item {
    margin-right: 20px;
    width: calc((100% - (20px * 4)) / 4);
    height: 38px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    letter-spacing: 0.2px;
  }

  .showcase.-height {
    height: 404px;
  }

  .gallery-opener-container .swiper-button-next,.gallery-opener-container .swiper-button-prev {
    top: 160px;
  }

  .info-container__item {
    padding: 10px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    line-height: 25px;
  }

  .info-container__item .-red {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 35.2px;
    line-height: 2.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1247px) {
  .footer .content-wrapper.-row {
    flex-direction: row;
  }

  .footer .content-wrapper.-between {
    justify-content: space-between;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-logo img {
    width: 80px;
  }

  .footer-navigation__link {
    min-width: 220px;
    margin-right: 20px;
  }

  .footer-socials {
    width: 250px;
  }

  .play-icon {
    margin: -32px 0 0 -32px;
    padding-left: 21px;
    width: 64px;
    height: 64px;
  }

  .play-icon:before {
    border-width: 13px 0 13px 26px;
  }

  .showcase {
    height: 404px;
  }

  .showcase__bg-image {
    height: 100%;
  }

  .showcase.-height .showcase-content {
    margin-top: -130px;
  }

  .showcase.-fullwidth .showcase-content {
    flex-wrap: nowrap;
    margin-top: -130px;
  }

  .showcase.-fullwidth .showcase-content__title {
    margin-top: 0;
  }

  .showcase.-fullwidth .showcase-content__list {
    display: none;
  }

  .breadcrumb {
    display: none;
  }

  .gallery-slider .swiper-slide__bg-image {
    padding-top: 56.25%;
  }

  .present-case {
    flex-direction: column;
  }

  .present-case .swiper-container {
    width: 100%;
    height: auto;
  }

  .present-case .swiper-slide__bg-image {
    padding-top: 80%;
  }

  .present-case .swiper-navigation {
    width: 100%;
    height: 302px;
  }

  .present-case .swiper-navigation__item {
    padding: 0 36px;
  }

  .content-wrapper {
    max-width: 100%;
    padding: 0 30px;
  }

  .content-wrapper.-width {
    max-width: 100%;
  }

  .content-wrapper.-small-width {
    max-width: 100%;
  }

  .content-wrapper.-xsmall-width {
    max-width: 100%;
  }

  .content-wrapper.-row {
    flex-direction: column;
  }

  .content-wrapper.-between {
    justify-content: flex-start;
  }

  .page-title {
    padding: 180px 0 24px 0;
  }

  .layout-container {
    padding-top: 56px;
  }

  .layout-container .page-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .layout-container .side-content {
    width: 100%;
  }

  .text-content.-item img {
    margin: 0 10px 10px 0;
    max-width: 20%;
  }

  .message-container {
    padding: 50px 40px 40px 40px;
  }

  .message-container__subtitle {
    margin-bottom: 15px;
  }

  .tab-links__select.-visible {
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  .menu-opener {
    width: calc(100% - 60px);
  }

  .menu-container {
    flex-direction: column;
    overflow: hidden;
  }

  .menu-close {
    right: -60px;
    justify-content: center;
    width: 60px;
    height: 56px;
    padding: 0 0;
    background-color: #011837;
    border-left: 0;
  }

  .menu-close__text {
    display: none;
  }

  .menu-close img {
    margin-left: 0;
  }

  .menu-content {
    position: relative;
    width: 100%;
    flex-grow: initial;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }

  .menu-content.-passive {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .menu-settings {
    position: relative;
    display: flex;
    justify-content: initial;
    padding: 0 0 0 28px;
    margin-bottom: 24px;
  }

  .menu-settings__search {
    padding-left: 0;
  }

  .menu-navigation {
    display: none;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 0;
  }

  .menu-navigation__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .menu-navigation__item.-active .menu-navigation__sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .menu-navigation__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 48px;
    margin-bottom: 0;
  }

  .menu-navigation__title:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0.6;
  }

  .menu-navigation__sub-menu {
    position: absolute;
    align-items: normal;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .menu-navigation__sub-menu__title {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 0 0 48px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px;
    line-height: 1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    letter-spacing: 0.58px;
    border-bottom: 1px solid #851E2F;
    opacity: 0.5;
  }

  .menu-navigation__sub-menu__link {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 48px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    opacity: 1;
  }

  .menu-mobilenavigation {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 0;
  }

  .menu-mobilenavigation__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .menu-mobilenavigation__item.-active .menu-navigation__sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .menu-mobilenavigation__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 48px;
    margin-bottom: 0;
  }

  .menu-mobilenavigation__title:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0.6;
  }

  .menu-mobilenavigation__sub-menu {
    position: absolute;
    align-items: normal;
    top: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .menu-mobilenavigation__sub-menu__title {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 0 0 48px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px;
    line-height: 1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    letter-spacing: 0.58px;
    border-bottom: 1px solid #851E2F;
    opacity: 0.5;
  }

  .menu-mobilenavigation__sub-menu__link {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 48px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    opacity: 1;
  }

  .menu__bg-image {
    width: 100%;
    flex-grow: initial;
    padding: 10px 0 0 48px;
    margin-top: 25px;
    background-image: none !important;
    border-top: 1px solid #851E2F;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }

  .menu__bg-image.-passive {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .menu__static-menu {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 116px;
    margin-top: 15px;
  }

  .menu__static-menu__link {
    padding: 9px 0;
  }

  .input-search {
    padding: 0 15px 0 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .gallery-slider .swiper-slide__text-content__title {
    padding: 0 25px 0 25px;
  }

  .gallery-slider .swiper-slide__text-content__desc {
    padding-right: 25px;
  }

  .gallery-slider .swiper-slide__text-content__link {
    margin-top: 10px;
  }

  .gallery-close {
    justify-content: flex-end;
    top: -70px;
    right: 0;
    width: 70px;
    height: 70px;
  }

  .gallery-close img {
    width: 35px;
  }

  .gallery-opener-container {
    width: 90%;
  }

  .gallery-opener-container .slider-container {
    width: 100%;
  }

  .gallery-opener-container .swiper-slide__image {
    height: 228px;
  }

  .gallery-opener-container .swiper-slide__text-content {
    padding: 20px 25px;
    max-height: 300px;
    overflow-y: auto;
  }

  .gallery-opener-container .swiper-button-next,.gallery-opener-container .swiper-button-prev {
    top: 100px;
  }

  .gallery-opener-container .swiper-button-prev {
    left: -10px;
  }

  .gallery-opener-container .swiper-button-next {
    right: -10px;
  }

  .message-container {
    padding: 55px 20px 30px 20px;
  }

  .tab-links {
    display: none;
  }

  .tab-links__select {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 0 3px 0 16px;
  }

  .header-language {
    display: none;
  }

  .header__logo {
    width: 90px;
    height: 108px;
    margin-right: 0;
  }

  .header__logo img {
    width: 66px;
  }

  .header__logo:before,.header__logo:after {
    bottom: -12px;
  }

  .header__logo:before {
    border-width: 12px 0 12px 45px;
  }

  .header__logo:after {
    border-width: 12px 45px 12px 0;
  }

  .header-icon__search {
    padding: 0 13px;
  }

  .header-icon__menu {
    padding: 0 13px;
    margin-left: 0;
  }

  .header-icon__menu span {
    display: none;
  }

  .header-icon__menu img {
    width: 25px;
    margin-left: 0;
  }

  .footer .content-wrapper.-row {
    flex-direction: column;
  }

  .footer .content-wrapper.-between {
    justify-content: flex-start;
  }

  .footer-content {
    padding: 40px 0;
    flex-direction: column;
  }

  .footer-content.-bottom {
    height: auto;
    padding: 37px 0 28px 0;
  }

  .footer-logo {
    width: auto;
    align-items: center;
    margin-bottom: 34px;
  }

  .footer-logo img {
    width: 72px;
  }

  .footer-navigation {
    flex-wrap: initial;
    height: auto;
    max-height: initial;
    flex-grow: 0;
    margin-bottom: 35px;
  }

  .footer-navigation__link {
    display: flex;
    justify-content: center;
    min-width: 100%;
    margin: 0 0 18px 0;
    text-align: center;
  }

  .footer-navigation__link-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    line-height: 24px;
  }

  .footer-socials {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .footer-socials__content {
    flex-direction: column;
    align-items: center;
  }

  .footer-socials__title {
    margin: 0 0 15px 0;
  }

  .footer-socials__social {
    width: 40px;
    height: 40px;
    margin: 0 13px;
  }

  .footer-socials__social.-facebook img {
    width: 8px;
  }

  .footer-socials__social.-twitter img {
    width: 16px;
  }

  .footer-socials__social.-linkedin img {
    width: 15px;
  }

  .footer-socials__meb {
    margin: 20px 0 5px 0;
  }

  .footer-socials__nysais {
    margin: 10px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-copyright__text {
    margin: 0 0 12px 0;
  }

  .footer-copyright__privacy {
    margin: 0 0 24px 0;
  }

  .footer__gricreative {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 10px 0;
  }

  h1.-wine-red {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  h1 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    line-height: 24px;
  }

  h5 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    margin-bottom: 26px;
  }

  .button-type {
    display: block;
    padding: 14px 20px;
    max-width: 100%;
    text-align: center;
  }

  .select-type.-small {
    width: 100%;
    height: 52px;
  }

  .showcase__bg-image:after {
    display: none;
  }

  .showcase {
    margin-bottom: 30px;
    justify-content: flex-start;
    height: auto;
  }

  .showcase__bg-image {
    height: 256px;
  }

  .showcase-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -30px;
  }

  .showcase-content__title {
    max-width: 100%;
    height: 74px;
    padding: 0 16px;
  }

  .showcase-content__title:after {
    border-width: 74px 0 0 40px;
  }

  .showcase-content__list {
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    padding: 0 16px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .showcase-content__list__item {
    width: 100%;
    height: 52px;
    margin-right: 0;
    color: #444e5e;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 600;
    letter-spacing: 0.34px;
    border-bottom: 1px solid #d1d1d1;
  }

  .showcase-content__list__item:after {
    border: solid #5e6a7d;
    border-width: 0 1px 1px 0;
    padding: 3px;
  }

  .showcase-content__list__item:nth-child(3n+3) {
    border-bottom: 1px solid #d1d1d1;
  }

  .showcase.-height {
    height: auto;
  }

  .showcase.-height .showcase-content {
    margin-top: -30px;
  }

  .showcase.-fullwidth .showcase-content {
    flex-wrap: nowrap;
    margin-top: -30px;
  }

  .showcase.-fullwidth .showcase-content__title {
    margin-top: 0;
  }

  .showcase.-fullwidth .showcase-content__list {
    display: none;
  }

  .gallery-slider .swiper-button {
    position: relative;
    margin: 0 auto 40px auto;
    width: 188px;
  }

  .gallery-slider .swiper-button-next,.gallery-slider .swiper-button-prev {
    background-color: transparent;
    background-size: 30px auto;
  }

  .content-wrapper {
    padding: 0 16px;
  }

  .page-title {
    padding: 102px 0 24px 0;
  }

  .layout-container {
    padding-top: 0;
  }

  .text-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .text-content__description.-contact {
    margin-bottom: 30px;
  }

  .text-content__description.-small-image .image-content {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .text-content__description.-news-image img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .text-content.-column {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .text-content.-column .text-content__title {
    margin-bottom: 20px;
  }

  .text-content.-column .text-content__item {
    width: 100%;
    margin: 0 0 0 0;
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d1;
  }

  .text-content.-column .text-content__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .text-content.-column .text-content__item:nth-child(1) {
    padding-top: 0;
  }

  .text-content.-column .text-content__item:nth-child(2n+1) {
    padding-right: 0;
  }

  .text-content.-column .text-content__item:nth-child(2n+2) {
    padding-left: 0;
  }

  .text-content__container {
    flex-direction: column;
  }

  .project-count {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }

  .project-count__image {
    margin-bottom: 20px;
  }

  .map-detail {
    padding-bottom: 40px;
  }

  .message-container__description .icon-quotes {
    width: 50px;
  }

  .message-container__description .icon-quotes.-top {
    top: -20px;
    left: 0;
  }

  .message-container__description .icon-quotes.-bottom {
    right: 0;
    bottom: -20px;
  }

  .message-container.-sidebar .message-container__description .icon-quotes {
    width: 40px;
  }

  .message-container.-sidebar .message-container__description .icon-quotes.-top {
    top: -10px;
  }

  .message-container.-sidebar .message-container__description .icon-quotes.-bottom {
    right: 0;
    bottom: -20px;
  }

  .shape-content__detail-info {
    padding: 30px 25px;
  }

  .shape-content__meet-table__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .shape-content__meet-table__item.-title {
    display: none;
  }

  .shape-content__meet-table__col {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 8px 10px;
  }

  .shape-content__meet-table__col:before {
    content: attr(data-title);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #7e0c1e;
  }

  .shape-content__meet-table__col br {
    display: none;
  }

  .shape-content__distributions-table {
    overflow-x: auto;
  }

  .shape-content__distributions-table__item {
    width: 700px;
  }

  .shape-content__result-table {
    flex-wrap: nowrap;
    height: auto;
  }

  .shape-content__result-table:before {
    display: none;
  }

  .shape-content__result-table__item {
    padding: 5px 20px;
    width: 100%;
  }

  .shape-content__result-table__item:last-child {
    border-bottom: 0;
  }

  .shape-content__conditions__item {
    padding: 18px 20px;
  }

  .shape-content__project-count {
    padding: 24px 15px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .shape-content__project-count__item.-text {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .alumni-associations__items {
    flex-direction: column;
    justify-content: flex-start;
  }

  .alumni-associations__item {
    width: 100%;
    margin-bottom: 24px;
  }

  .student-residence__items {
    flex-direction: column;
    justify-content: flex-start;
  }

  .student-residence__item {
    width: 100%;
    margin-bottom: 24px;
  }

  .student-residence__item__details p {
    padding: 20px 0;
  }

  .sport-teams-header {
    flex-direction: column;
    justify-content: flex-start;
  }

  .sport-teams-header__title {
    margin-bottom: 22px;
  }

  .sport-teams .swiper-slide {
    width: 100%;
  }

  .sport-teams .swiper-button-next,.sport-teams .swiper-button-prev {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-content {
    height: 250px;
  }
}

@media only screen and (max-width: 479px) {
  .showcase-content__title.-small h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5.71% {
    -webkit-transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.31% {
    -webkit-transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.02% {
    -webkit-transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.62% {
    -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  28.33% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.93% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.57% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.659, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  5.71% {
    -webkit-transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.688, 0, 0, 0, 0, 0.776, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.779, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.31% {
    -webkit-transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.818, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.865, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.02% {
    -webkit-transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.905, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.62% {
    -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.957, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.968, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  28.33% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.93% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.008, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.15% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.57% {
    -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.002, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}






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