@media (min-width: 0px) {

	.container {
		width: 100%;
		margin: 0 auto;
	}
	
	.row {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: var(--content-grip-gap-desktop);
		row-gap: var(--content-grip-row-gap-desktop);
	}

	.row.no-gap {
		column-gap: unset;
	}

	.row.no-row-gap {
		row-gap: 0;
	}

	.col-start-xs-1 {
		grid-column-start: 1;
	}

	.col-start-xs-2 {
		grid-column-start: 2;
	}

	.col-start-xs-3 {
		grid-column-start: 3;
	}

	.col-start-xs-4 {
		grid-column-start: 4;
	}

	.col-start-xs-5 {
		grid-column-start: 5;
	}

	.col-start-xs-6 {
		grid-column-start: 6;
	}

	.col-start-xs-7 {
		grid-column-start: 7;
	}

	.col-start-xs-8 {
		grid-column-start: 8;
	}

	.col-start-xs-9 {
		grid-column-start: 9;
	}

	.col-start-xs-10 {
		grid-column-start: 10;
	}

	.col-start-xs-11 {
		grid-column-start: 11;
	}

	.col-start-xs-12 {
		grid-column-start: 12;
	}

	.col-xs-1 {
		grid-column-end: span 1;
	}

	.col-xs-2 {
		grid-column-end: span 2;
	}

	.col-xs-3 {
		grid-column-end: span 3;
	}

	.col-xs-4 {
		grid-column-end: span 4;
	}

	.col-xs-5 {
		grid-column-end: span 5;
	}

	.col-xs-6 {
		grid-column-end: span 6;
	}

	.col-xs-7 {
		grid-column-end: span 7;
	}

	.col-xs-8 {
		grid-column-end: span 8;
	}

	.col-xs-9 {
		grid-column-end: span 9;
	}

	.col-xs-10 {
		grid-column-end: span 10;
	}

	.col-xs-11 {
		grid-column-end: span 11;
	}

	.col-xs-12 {
		grid-column-end: span 12;
	}

	.xs_show {
		display: block !important;
	}

	.xs_hide {
		display: none !important;
	}

	.flex-xs-1-1 {
		width: 100%;
	}

	.flex-xs-1-2 {
		width: 50%;
	}

	.flex-xs-1-3 {
		width: 33%;
	}

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

	.justify-end {
		justify-content: flex-end;
	}

	.text-center-xs {
		text-align: center;
	}
	

}

@media (min-width: 568px) {

	.col-start-sm-1 {
		grid-column-start: 1;
	}

	.col-start-sm-2 {
		grid-column-start: 2;
	}

	.col-start-sm-3 {
		grid-column-start: 3;
	}

	.col-start-sm-4 {
		grid-column-start: 4;
	}

	.col-start-sm-5 {
		grid-column-start: 5;
	}

	.col-start-sm-6 {
		grid-column-start: 6;
	}

	.col-start-sm-7 {
		grid-column-start: 7;
	}

	.col-start-sm-8 {
		grid-column-start: 8;
	}

	.col-start-sm-9 {
		grid-column-start: 9;
	}

	.col-start-sm-10 {
		grid-column-start: 10;
	}

	.col-start-sm-11 {
		grid-column-start: 11;
	}

	.col-start-sm-12 {
		grid-column-start: 12;
	}

	.col-sm-1 {
		grid-column-end: span 1;
	}

	.col-sm-2 {
		grid-column-end: span 2;
	}

	.col-sm-3 {
		grid-column-end: span 3;
	}

	.col-sm-4 {
		grid-column-end: span 4;
	}

	.col-sm-5 {
		grid-column-end: span 5;
	}

	.col-sm-6 {
		grid-column-end: span 6;
	}

	.col-sm-7 {
		grid-column-end: span 7;
	}

	.col-sm-8 {
		grid-column-end: span 8;
	}

	.col-sm-9 {
		grid-column-end: span 9;
	}

	.col-sm-10 {
		grid-column-end: span 10;
	}

	.col-sm-11 {
		grid-column-end: span 11;
	}

	.col-sm-12 {
		grid-column-end: span 12;
	}

	.sm_show {
		display: block !important;
	}

	.sm_hide {
		display: none !important;
	}

	.flex-sm-1-1 {
		width: 100%;
	}

	.flex-sm-1-2 {
		width: 50%;
	}

	.flex-sm-1-3 {
		width: 33%;
	}

	.text-center-sm {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.col-start-md-1 {
		grid-column-start: 1;
	}

	.col-start-md-2 {
		grid-column-start: 2;
	}

	.col-start-md-3 {
		grid-column-start: 3;
	}

	.col-start-md-4 {
		grid-column-start: 4;
	}

	.col-start-md-5 {
		grid-column-start: 5;
	}

	.col-start-md-6 {
		grid-column-start: 6;
	}

	.col-start-md-7 {
		grid-column-start: 7;
	}

	.col-start-md-8 {
		grid-column-start: 8;
	}

	.col-start-md-9 {
		grid-column-start: 9;
	}

	.col-start-md-10 {
		grid-column-start: 10;
	}

	.col-start-md-11 {
		grid-column-start: 11;
	}

	.col-start-md-12 {
		grid-column-start: 12;
	}

	.col-md-1 {
		grid-column-end: span 1;
	}

	.col-md-2 {
		grid-column-end: span 2;
	}

	.col-md-3 {
		grid-column-end: span 3;
	}

	.col-md-4 {
		grid-column-end: span 4;
	}

	.col-md-5 {
		grid-column-end: span 5;
	}

	.col-md-6 {
		grid-column-end: span 6;
	}

	.col-md-7 {
		grid-column-end: span 7;
	}

	.col-md-8 {
		grid-column-end: span 8;
	}

	.col-md-9 {
		grid-column-end: span 9;
	}

	.col-md-10 {
		grid-column-end: span 10;
	}

	.col-md-11 {
		grid-column-end: span 11;
	}

	.col-md-12 {
		grid-column-end: span 12;
	}

	.md_show {
		display: block !important;
	}

	.md_hide {
		display: none !important;
	}

	.flex-md-1-1 {
		width: 100%;
	}

	.flex-md-1-2 {
		width: 50%;
	}

	.flex-md-1-3 {
		width: 33%;
	}

	
	.text-center-md {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.col-start-lg-1 {
		grid-column-start: 1;
	}

	.col-start-lg-2 {
		grid-column-start: 2;
	}

	.col-start-lg-3 {
		grid-column-start: 3;
	}

	.col-start-lg-4 {
		grid-column-start: 4;
	}

	.col-start-lg-5 {
		grid-column-start: 5;
	}

	.col-start-lg-6 {
		grid-column-start: 6;
	}

	.col-start-lg-7 {
		grid-column-start: 7;
	}

	.col-start-lg-8 {
		grid-column-start: 8;
	}

	.col-start-lg-9 {
		grid-column-start: 9;
	}

	.col-start-lg-10 {
		grid-column-start: 10;
	}

	.col-start-lg-11 {
		grid-column-start: 11;
	}

	.col-start-lg-12 {
		grid-column-start: 12;
	}

	.col-lg-1 {
		grid-column-end: span 1;
	}

	.col-lg-2 {
		grid-column-end: span 2;
	}

	.col-lg-3 {
		grid-column-end: span 3;
	}

	.col-lg-4 {
		grid-column-end: span 4;
	}

	.col-lg-5 {
		grid-column-end: span 5;
	}

	.col-lg-6 {
		grid-column-end: span 6;
	}

	.col-lg-7 {
		grid-column-end: span 7;
	}

	.col-lg-8 {
		grid-column-end: span 8;
	}

	.col-lg-9 {
		grid-column-end: span 9;
	}

	.col-lg-10 {
		grid-column-end: span 10;
	}

	.col-lg-11 {
		grid-column-end: span 11;
	}

	.col-lg-12 {
		grid-column-end: span 12;
	}

	.lg_show {
		display: block !important;
	}

	.lg_hide {
		display: none !important;
	}

	.flex-lg-1-1 {
		width: 100%;
	}

	.flex-lg-1-2 {
		width: 50%;
	}

	.flex-lg-1-3 {
		width: 33%;
	}
	
	.text-center-lg {
		text-align: center;
	}
}

@media (min-width: 1280px) {
	.col-start-xl-1 {
		grid-column-start: 1;
	}

	.col-start-xl-2 {
		grid-column-start: 2;
	}

	.col-start-xl-3 {
		grid-column-start: 3;
	}

	.col-start-xl-4 {
		grid-column-start: 4;
	}

	.col-start-xl-5 {
		grid-column-start: 5;
	}

	.col-start-xl-6 {
		grid-column-start: 6;
	}

	.col-start-xl-7 {
		grid-column-start: 7;
	}

	.col-start-xl-8 {
		grid-column-start: 8;
	}

	.col-start-xl-9 {
		grid-column-start: 9;
	}

	.col-start-xl-10 {
		grid-column-start: 10;
	}

	.col-start-xl-11 {
		grid-column-start: 11;
	}

	.col-start-xl-12 {
		grid-column-start: 12;
	}

	.col-xl-1 {
		grid-column-end: span 1;
	}

	.col-xl-2 {
		grid-column-end: span 2;
	}

	.col-xl-3 {
		grid-column-end: span 3;
	}

	.col-xl-4 {
		grid-column-end: span 4;
	}

	.col-xl-5 {
		grid-column-end: span 5;
	}

	.col-xl-6 {
		grid-column-end: span 6;
	}

	.col-xl-7 {
		grid-column-end: span 7;
	}

	.col-xl-8 {
		grid-column-end: span 8;
	}

	.col-xl-9 {
		grid-column-end: span 9;
	}

	.col-xl-10 {
		grid-column-end: span 10;
	}

	.col-xl-11 {
		grid-column-end: span 11;
	}

	.col-xl-12 {
		grid-column-end: span 12;
	}

	.xl_show {
		display: block !important;
	}

	.xl_hide {
		display: none !important;
	}

	.flex-xl-1-1 {
		width: 100%;
	}

	.flex-xl-1-2 {
		width: 50%;
	}

	.flex-xl-1-3 {
		width: 33%;
	}
}


@media (min-width: 1400px) {
	.col-start-xxl-1 {
		grid-column-start: 1;
	}

	.col-start-xxl-2 {
		grid-column-start: 2;
	}

	.col-start-xxl-3 {
		grid-column-start: 3;
	}

	.col-start-xxl-4 {
		grid-column-start: 4;
	}

	.col-start-xxl-5 {
		grid-column-start: 5;
	}

	.col-start-xxl-6 {
		grid-column-start: 6;
	}

	.col-start-xxl-7 {
		grid-column-start: 7;
	}

	.col-start-xxl-8 {
		grid-column-start: 8;
	}

	.col-start-xxl-9 {
		grid-column-start: 9;
	}

	.col-start-xxl-10 {
		grid-column-start: 10;
	}

	.col-start-xxl-11 {
		grid-column-start: 11;
	}

	.col-start-xxl-12 {
		grid-column-start: 12;
	}

	.col-xxl-1 {
		grid-column-end: span 1;
	}

	.col-xxl-2 {
		grid-column-end: span 2;
	}

	.col-xxl-3 {
		grid-column-end: span 3;
	}

	.col-xxl-4 {
		grid-column-end: span 4;
	}

	.col-xxl-5 {
		grid-column-end: span 5;
	}

	.col-xxl-6 {
		grid-column-end: span 6;
	}

	.col-xxl-7 {
		grid-column-end: span 7;
	}

	.col-xxl-8 {
		grid-column-end: span 8;
	}

	.col-xxl-9 {
		grid-column-end: span 9;
	}

	.col-xxl-10 {
		grid-column-end: span 10;
	}

	.col-xxl-11 {
		grid-column-end: span 11;
	}

	.col-xxl-12 {
		grid-column-end: span 12;
	}

	.xxl_show {
		display: block !important;
	}

	.xxl_hide {
		display: none !important;
	}

	.flex-xxl-1-1 {
		width: 100%;
	}

	.flex-xxl-1-2 {
		width: 50%;
	}

	.flex-xxl-1-3 {
		width: 33%;
	}
}


@media (min-width: 0) {

	section {
		padding: 60px 0;
	}

	.section_padding-top-none{
      padding-top:0;
	}

	.section_padding-bottom-none{
		padding-bottom:0;
	}

	.section_padding-top-half{
		padding-top:30px;
	  }
  
	  .section_padding-bottom-half{
		  padding-bottom:30px;
	  }

	.container {
		padding-left:3rem;
		padding-right:3rem;
	}

	footer {
		padding: 0 24px;
	}

	/* .row {
		row-gap: 35px;
	} */

	.footer-links {
		width: 100%;
	}

	.order-1-2 {
		order: 1;
	}

	.order-2-2 {
		order: 2;
	}

	.order-1-3 {
		order: 1;
	}

	.order-2-3 {
		order: 2;
	}

	.order-3-3 {
		order: 3;
	}

	.reverse-1-2 {
		order: 2;
	}

	.reverse-2-2 {
		order: 1;
	}

	.reverse-1-3 {
		order: 2;
	}

	.reverse-2-3 {
		order: 1;
	}

	.reverse-3-3 {
		order: 3;
	}

}

@media (min-width: 768px) {
	section {
		 padding: 80px 0;
	}

	
	.section_padding-top-half{
		padding-top:40px;
	  }
  
	  .section_padding-bottom-half{
		  padding-bottom:40px;
	  }

	.container {
		padding-left: var(--content-responsive-padding);
		padding-right: var(--content-responsive-padding);
	}

}


@media (min-width: 1024px) {

	section {
		padding: 120px 0; 
	}

	.section_padding-top-half{
		padding-top:60px;
	  }
  
	  .section_padding-bottom-half{
		  padding-bottom:60px;
	  }

	.container {
		max-width: var(--page-size-desktop);
	}

	/* .row {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: var(--content-grip-gap-desktop);
	} */

	.order-1-2 {
		order: 1;
	}

	.order-2-2 {
		order: 2;
	}

	.reverse-1-2 {
		order: 1;
	}

	.reverse-2-2 {
		order: 2;
	}

	.reverse-1-3 {
		order: 1;
	}

	.reverse-2-3 {
		order: 2;
	}

	.reverse-3-3 {
		order: 3;
	}

}

@media (min-width: 1400px) {

	.order-1-3 {
		order: 1;
	}

	.order-2-3 {
		order: 2;
	}

	.order-3-3 {
		order: 3;
	}


}


@media(max-width:767px){
	.col-order-2{
		order:2;
   }
}