@font-face {
  font-family: "unison-regular";
  src: url("/fonts/Unison-regular.ttf")
}
@font-face {
  font-family: "unison-bold";
  src: url("/fonts/Unison-black.ttf")
}
html {
  scroll-behavior: smooth;
    
}
body, html {
  max-width: 100% !important;
  overflow-x: hidden !important;
  font-family: 'unison-regular';
  color: #152b45;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'unison-bold';
  color: #152b45;
}


.m5 {
  margin: 5rem !important
}
.mt1 {
  margin-top: 1rem !important
}
.mt2 {
  margin-top: 2rem !important
}
.mt3 {
  margin-top: 3rem !important
}
.mt4 {
  margin-top: 4rem !important
}
.mt5 {
  margin-top: 5rem !important
}
.mb1 {
  margin-bottom: 1rem !important
}
.mb2 {
  margin-bottom: 2rem !important
}
.mb3 {
  margin-bottom: 3rem !important
}
.mb4 {
  margin-bottom: 4rem !important
}
.mb5 {
  margin-bottom: 5rem !important
}
.pt1 {
  padding-top: 1rem !important
}
.pt2 {
  padding-top: 2rem !important
}
.pt3 {
  padding-top: 3rem !important
}
.pt4 {
  padding-top: 4rem !important
}
.pt5 {
  padding-top: 5rem !important
}
.pb1 {
  padding-bottom: 1rem !important
}
.pb2 {
  padding-bottom: 2rem !important
}
.pb3 {
  padding-bottom: 3rem !important
}
.pb4 {
  padding-bottom: 4rem !important
}
.pb5 {
  padding-bottom: 5rem !important
}
.pb7 {
  padding-bottom: 7rem !important
}
.pb10 {
  padding-bottom: 10rem !important
}
.p1 {
  padding: 1rem !important
}
.p2 {
  padding: 2rem !important
}
.p3 {
  padding: 3rem !important
}
.p4 {
  padding: 4rem !important
}
.p5 {
  padding: 5rem !important
}
.m1 {
  margin: 1rem !important
}
.m2 {
  margin: 2rem !important
}
.m3 {
  margin: 3rem !important
}
.m4 {
  margin: 4rem !important
}
.m5 {
  margin: 5rem !important
}
.no-padding {
  padding: 0 !important
}
.no-margin {
  margin: 0 !important
}
.zoomico, .zoomlogo {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1)
}
.zoomico:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1.4)
}
.zoomlogo:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1.05)
}
@keyframes ringing {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  1.5% {
    transform: translateX(-5px) rotate(-3deg);
  }
  3% {
    transform: translateX(5px) rotate(3deg);
  }
  4.5% {
    transform: translateX(-5px) rotate(-3deg);
  }
  6% {
    transform: translateX(5px) rotate(3deg);
  }
  7.5% {
    transform: translateX(-5px) rotate(0deg);
  }
}


.burger-icon
{
position: relative;
    top: 30px;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #152b45;
    float: right;
       border-radius: 6px;
}

.burger {
    width: 30px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
        border-radius: 6px;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: .5s;
}
.sticky .burger-icon {
    position: relative;
    top: 37px;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #152b45;
    float: right;
    border-radius: 6px;
}
.burger:before,
.burger:after
{
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: .5s;
    border-radius: 6px;
    left: 0;
    
}
.burger:before {top:-11px}

.burger:after {top:11px}

.burger-icon.active .burger 
{
    background: rgba(0,0,0,0);
     box-shadow:  0 2px 5px rgba(0,0,0,0);
}

.burger-icon.active .burger:before
{
   top:0;
    transform: rotate(45deg);
}

.burger-icon.active .burger:after
{
    top:0;
    transform: rotate(135deg);   
}



#news-1, #news-2, #news-3, #news-4, #news-5, #news-6, #news-slide-1, #news-slide-2, #news-slide-3, #news-slide-4, #news-slide-5, #news-slide-6, #news-slide-7, #news-slide-8, #news-slide-9, #news-slide-10, #news-slide-11, #news-slide-12, #news-slide-13, #news-slide-14, #news-slide-15 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#news-1, #news-2, #news-3, #news-4, #news-5, #news-6 {border-radius: 10px;  transform: scale(1);
  transition: all 0.5s;}


#main-news01, #main-news02, #main-news03, #main-news04, #main-news05  {
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s;
}

#main-news01:hover, #main-news02:hover, #main-news03:hover, #main-news04:hover, #main-news05:hover, #news-1:hover, #news-2:hover, #news-3:hover, #news-4:hover, #news-5:hover, #news-6:hover {
  transform: scale(1.02);
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width:2000px) {
.mySwiper {
    width: 70vw !important;
    margin: 0 auto !important;
    position: relative !important;
}
    .mySwiper2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
}
}


