/* Media Query */
@media only screen and (min-width:1270px) {
  
}


@media only screen and (max-width:1199px) {
  
}


@media only screen and (max-width:991px) {
  h2 {
    margin-left: 0
  }
  .alignwide {
      margin-left: 0 !important;
      margin-right: 0 !important
  }
}

@media only screen and (min-width:768px) {
  
}
	

@media only screen and (max-width:767px) {
  #div_block-34-285 {
    margin-bottom: 8px;
    border-bottom: 1px #ededed solid
  }
  #div_block-35-285 {
    justify-content: flex-start
  }
  #-burger-trigger-98-15975 {
    visibility: visible;
    margin-bottom: -3px;
    z-index: 9999;
    width: auto;
  }
  #_nav_menu-25-285 {
    visibility: hidden;
    width: 0px;
    overflow: hidden;
    transition-duration: 0s;
  }
  #link_button-88-15975 {
    visibility: hidden;
    width: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container--info-home-page .container-xl {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0)
  }
  .container--info-home-page h1,
  .container--info-home-page p,
  .container--info-home-page a {
    color: #000
  }
}


@media only screen and (max-width:575px) {
  h1 {
    font-size: 34px
  }
}


@media only screen and (max-width:480px) {
  #image-12-285 {
    width: 150px;
  }
}


@media only screen and (max-width:380px) {
  
}