body {
    font-family: 'Helvetica', Roboto, sans-serif;
    font-weight: 300;
}
.container.grid-lg {
    max-width: 1200px;
    }
#navbar  {
    height: 4rem !important;
    }
#header {
    border-bottom: 0px !important;
    margin-top: 20px !important;
    }
#header .logo img,#header .logo svg {
    display: inline !important;
    height: 4.1rem !important;
    width: 200px;
    /*border: 4px solid white;
    margin-top: 0.2rem !important;*/
    }
#header.scrolled .logo img,#header.scrolled .logo svg {
    /* border: 2px solid black; */
    height: 3.1rem !important;
    margin-top: 1.6rem !important;
    }
.mobile-logo img path, .mobile-logo svg path {
    fill: black !important;
    color: black !important;
    }
    .mobile-menu {
    right: 85% !important;
    }
body.header-fixed.header-animated #header.scrolled  {
    height: 3.5rem !important;
    margin-top: 0px !important;
    }
.dropmenu {
    font-weight: 100;
    font-size: 1.08rem;
}
#header.scrolled .dropmenu ul li a {
    padding-top: 30px;
     }
.treemenu li a {
    font-weight: 500;
    font-size: 1.5rem !important;
}
.btn {
    color: black!important;
    border-radius: 0;
    border: .05rem solid #7b898e !important;
        transition: color 0.4s linear;
}
.btn-primary {
    color: white !important;
    background: #7b898e !important;
    border: .05rem solid #7b898e !important;
}    
.langswitcher{
    float: right;
    top: 1px; !important;
    padding-bottom: 15px !important;
    text-decoration: none;
    font-size: 12px;
        font-weight: 300;
}
.langswitcher a{
    color: #a5adbc !important;
 }
.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}
.langswitcher .active{
    text-decoration: navy;
}
.langswitcher_footer{
    float: none;
    text-decoration: none !important;
    font-size: 12px;
        font-weight: 300;
}
.langswitcher_footer a{
    color: #a5adbc !important;
}
.langswitcher_footer .active{
    text-decoration: navy;
}

.langswitcher_footer li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}
.card .card-footer{
    padding: 0;
}
.px-3 {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
}
.icon {
    float: left;
    fill: black;
    /*background-color: #adbabe;*/
    height: 6em;
    width: 6em;
    overflow: hidden;
    vertical-align: -.125em;
    margin: 0.5em;
    margin-top: 2.6em;
    transition: .4s;
}
.icon-small {
    float: left;
    fill: white;
    background-color: #adbabe;
    height: 4em;
    width: 4em;
    overflow: hidden;
    vertical-align: -.125em;
    margin: 0.5em;
    transition: .4s;
}
.hero-custom{
    padding-top: 0rem !important;
    border-radius: 10px 10px 0px 0px;
}
.hero-custom .hero-body {
    width: 40% !important;
}
.full-text {
    /* background-color: #e7e9ed; */
    border-style: dashed;
    border-color: #f0f1f4;
    border-width: 1px 3px 4px 1px;
    border-radius: 0px 0px 10px 10px;
    padding: 0rem 1rem 1rem 1rem;
}
.full-text img{
    border: 10px solid #f8f9fa; 
}
.meta__item .icon {
    color: rebeccapurple;
}
.overlay.open {
    opacity: .98 !important;
    backdrop-filter: blur(10px);
    background: rgb(216 218 227 / 58%);
}
.section.section.modular-hero.hero.text-dark.title-h1h2.parallax.overlay-light.hero-tiny {
    background-color: #eeeeee;
}
.hero{
    padding-bottom: 3rem !important;
}
.hero-tiny {
    padding-bottom: 2em !important;
    padding-top: 1em !important;
}
#to-start {
    visibility: hidden;
}
.modal {
    background-color: #2f35409e !important;
}

video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  &::-webkit-media-controls {
     display:none !important;}
}
.video-container {
   position: relative;
   display: grid;
   place-items: center;
   height: 490px;
   width: auto;
   margin: 0 auto;
   background: #ccc;
}
.video-overlay{
  background-color: rgb(0 0 0 / 59%);
  cursor: pointer;
    width: 100%;
    height: 100%;
}
.video-content {
  z-index: 1;
 padding: 40px 50px 40px 50px;
}
.video-content  > h1, h2, h3, p{
margin-top: 0rem !important;
}
.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-offer-block {
  padding: 50px 0 90px
}
.ag-offer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.ag-offer_item {
  width: 33.33%;

  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
}
.ag-offer_item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  border-top: 1px solid #c1c1c1;
}
.ag-offer_item:not(:nth-child(3n)) {
  border-right: 1px solid #c1c1c1;
}
.ag-offer_item:nth-child(1) .ag-offer_hidden-item {
  background-color: #e45f0a;
}
.ag-offer_item:nth-child(2) .ag-offer_hidden-item {
  background-color: #ffca00;
}
.ag-offer_item:nth-child(3) .ag-offer_hidden-item {
  background-color: #15c1c1;
}
.ag-offer_item:nth-child(4) .ag-offer_hidden-item {
  background-color: #008000;
}
.ag-offer_item:nth-child(5) .ag-offer_hidden-item {
  background-color: #8c7b00;
}
.ag-offer_item:nth-child(6) .ag-offer_hidden-item {
  background-color: #000080;
}
.ag-offer_item:hover .ag-offer_visible-item {
  opacity: 0;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.ag-offer_visible-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 100%;
  width: 100%;
  padding: 35px 40px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: .4s .3s;
  -moz-transition: .4s .3s;
  -o-transition: .4s .3s;
  transition: .4s .3s;
}
.ag-offer_img {
  height: 64px;
  width: 64px;
  margin: 0 15px 0 0;
}
.ag-offer_title {
  font-size: 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ag-offer_hidden-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 30px;

  opacity: 0;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transform: rotate(180deg) scale(0);
  -moz-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  -o-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);

  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ag-offer_item:hover .ag-offer_hidden-item {
  opacity: 1;

  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);

  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.ag-offer_text {
  max-width: 100%;
  opacity: 0;
  font-size: 18px;
  color: #FFF;
  text-decoration: none !important;
  -webkit-transition: .3s .5s;
  -moz-transition: .3s .5s;
  -o-transition: .3s .5s;
  transition: .3s .5s;
}
.ag-offer_text:visited {
  text-decoration: none !important;
  color: #FFF;
}
.ag-offer_item:hover .ag-offer_text {
  opacity: 1;
}
.ag-offer_btn {
  display: block;
  padding: 10px 20px;
  border: 2px solid #FFF;

  position: absolute;
  top: 50%;
  left: 50%;

  white-space: nowrap;
  font-size: 25px;
  color: #FFF;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ag-offer_btn:hover {
  border: 2px solid #0000d1;
  background-color: #FFF;

  text-decoration: none;
  color: #0000d1;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}
.form-label {
    text-align: left !important;
}

@media (max-width: 840px){
    .mobile-menu {
    right: 93% !important;
    }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-offer_item {
    width: 100%;
    margin:  0 0 30px;
    border: 0 none !important;
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .ag-offer_visible-item {
    padding: 0 20px 30px;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ag-offer_item:hover .ag-offer_visible-item {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .ag-offer_hidden-item {
    padding: 0 20px 20px;

    opacity: 1;

    position: static;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .ag-offer_item:nth-child(1) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(2) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(3) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(4) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(5) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(6) .ag-offer_hidden-item {
    background-color: transparent;
  }
  .ag-offer_item:hover .ag-offer_text {
    opacity: 1;
  }
  .ag-offer_title {
    font-weight: bold;
  }
  .ag-offer_text {
    opacity: 1;

    font-size: 18px;
    color: #000;
  }
     .ag-offer_text:visited {
    opacity: 1;

    font-size: 18px;
    color: #000;
  }
  .ag-offer_btn {
    border: 2px solid #0000d1;
    background-color: #000080;

    position: static;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (max-width: 768px){
    .mobile-menu {
    right: 85% !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
    
}

@media (min-width:480px)
.my-column  {
    flex: 2 !important!;
}

