/* by Creasant */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .field__item:has(> .mtpc-hide-tablet){
    display: none;
  }
}
@media only screen and (min-width: 1000px){
  .field__item:has(> .mtpc-hide-desktop){
    display: none;
  }
}
/* General start */
@media only screen and (min-width: 768px){
  /*.mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper{width: calc(100% + 20px);}*/
  .mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper>.mtpc-2col-item--1{flex: 1;}
  .mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{flex: 1;}
  
  .mtpc-2col-section.col-2-gap-0 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 0px;}
  .mtpc-2col-section.col-2-gap-30 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 20px;}
  .mtpc-2col-section.col-2-gap-40 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 25px;}
  .mtpc-2col-section.col-2-gap-45 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 30px;}
  .mtpc-2col-section.col-2-gap-60 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 35px;}
  .mtpc-2col-section.col-2-gap-90 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 90px;}
  
  .mtpc-2col-section.col-2-gap-0.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 0px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-30.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 20px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-40.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 25px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-45.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 30px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-60.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 35px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-90.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 90px;margin-left: 0;}
  
  .section-shaw-auditorium.mtpc-2col-section .mtpc-2col-section-wrapper>.mtpc-2col-item--1{
    width: 380px;
  }
}
@media only screen and (min-width: 1180px){
  .mtpc-2col-section.col-2-gap-30 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 30px;}
  .mtpc-2col-section.col-2-gap-40 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 40px;}
  .mtpc-2col-section.col-2-gap-45 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 45px;}
  .mtpc-2col-section.col-2-gap-60 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 60px;}
  .mtpc-2col-section.col-2-gap-90 .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-left: 90px;}
  
  .mtpc-2col-section.col-2-gap-30.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 30px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-40.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 40px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-45.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 45px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-60.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 60px;margin-left: 0;}
  .mtpc-2col-section.col-2-gap-90.row_reverse .mtpc-2col-section-wrapper>.mtpc-2col-item--2{margin-right: 90px;margin-left: 0;}
}
/* General end */
@media only screen and (min-width: 1921px){
  body{
    background-size: cover;
  }
}
@media only screen and (max-width: 1180px) {
  header .mtpc_header .header .wrapper .logos .logos_container,
  header .mtpc_header .header .wrapper .logos .logos_left .logo_one img,
  header .mtpc_header .header .wrapper .logos .logos_left .logo_two img {
    height: 55px;
  }
  .block-textarea-card{
    padding: 40px 40px 60px;
  }
}