* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
#logo{
  color:black;
  border-radius:0 0 0 0;
}
#ihhh4{
  border-radius:0 0 0 0;
}
#navbarNav{
  color:black;
  border-radius:0 0 0 0;
}
#searchPanel{
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
  padding-top:0px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  border-radius:0px;
  padding:0px 20px 20px 20px;
}
#searchInput:focus{
  outline-color:initial !important;
  outline-style:none !important;
  outline-width:initial !important;
  box-shadow:none !important;
  outline:none !important;
  border-color:none !important;
}
#searchInput{
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  padding-top:12px;
  padding-right:0px;
  padding-bottom:12px;
  padding-left:0px;
  min-width:0;
  border:0;
  padding:12px 0px;
}
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
.rowd-container{
  max-width:1140px;
  padding-left:15px;
  padding-right:15px;
  margin-left:auto;
  margin-right:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  box-sizing:border-box;
}
.rowd-main-content{
  width:70%;
  padding-right:60px;
  box-sizing:border-box;
}
.rowd-sidebar{
  width:30%;
  box-sizing:border-box;
  padding-top:114px;
  padding-left:40px;
}
.rowd-page h1{
  font-family:"RBNo31 Black Italic", sans-serif;
  font-size:42px;
  font-style:italic;
  font-weight:900;
  margin-top:0;
  margin-bottom:24px;
  text-transform:uppercase;
}
.rowd-page p{
  font-family:Arial, sans-serif;
  font-size:14px;
  line-height:21px;
  margin-top:0;
  margin-bottom:24px;
}
.rowd-accordions-container{
  margin-top:0;
}
.rowd-accordion{
  border-top:1px solid #e0e0e0;
}
.rowd-accordion:last-child{
  border-bottom:1px solid #e0e0e0;
}
.rowd-accordion-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  background:none;
  border:none;
  padding:24px 0;
  cursor:pointer;
  text-align:left;
}
.rowd-accordion-header h3{
  font-family:"RBNo31 Black Italic", sans-serif;
  font-size:24px;
  font-style:italic;
  font-weight:900;
  margin:0;
  text-transform:uppercase;
  color:#000;
}
.rowd-accordion-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:2px solid #000;
  border-radius:50%;
  font-size:16px;
  color:#000;
  transition:all 0.3s ease;
}
.rowd-accordion.active .rowd-accordion-icon{
  border-color:rgba(0, 118, 168, 1);
  color:rgba(0, 118, 168, 1);
}
.rowd-accordion-icon i.fa-plus, .rowd-accordion-icon i.fa-minus{
  position:relative;
  display:inline-block;
  width:14px;
  height:14px;
  font-size:0 !important;
  line-height:1;
  color:currentColor;
  font-family:inherit !important;
  font-weight:normal !important;
  font-style:normal !important;
}
.rowd-accordion-icon i.fa-plus::before, .rowd-accordion-icon i.fa-plus::after, .rowd-accordion-icon i.fa-minus::before, .rowd-accordion-icon i.fa-minus::after{
  content:"" !important;
  position:absolute;
  left:50%;
  top:50%;
  background:currentColor;
  transform:translate(-50%, -50%);
  font-family:inherit !important;
}
.rowd-accordion-icon i.fa-plus::before, .rowd-accordion-icon i.fa-minus::before{
  width:12px;
  height:2px;
}
.rowd-accordion-icon i.fa-plus::after{
  width:2px;
  height:12px;
}
.rowd-accordion-icon i.fa-minus::after{
  display:none !important;
  content:none !important;
}
.rowd-accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.3s ease-out;
}
.rowd-accordion-content-inner{
  padding-bottom:24px;
}
.rowd-sidebar-links{
  list-style:none;
  padding:0;
  margin:0;
}
.rowd-sidebar-links li{
  margin-bottom:30px;
}
.rowd-sidebar-links a{
  font-family:Arial, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#000;
  text-decoration:none;
  display:flex;
  align-items:center;
  text-transform:uppercase;
}
.rowd-sidebar-links a i{
  color:rgba(0, 118, 168, 1);
  font-size:16px;
  margin-left:8px;
}
.custom-list-xgkez li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.custom-list-Gm2sl li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.custom-list-eImtR li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.breadcrumb a{
  color:rgb(255, 255, 255);
  text-decoration:none;
  transition:color 0.3s;
}
.breadcrumb li{
  color:rgb(255, 255, 255);
  font-size:18px;
  display:flex;
  align-items:center;
}
.graph-outer-container-Kzp4v{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-Kzp4v .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-Kzp4v .flex-seventy{
  flex-basis:70%;
}
.graph-cell-Kzp4v{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
.hero-section-pipeline .container{
  width:100%;
  max-width:1230px;
  margin:0px auto;
  padding:0px 15px;
  box-sizing:border-box;
  font-family:"RBNo31 Black Italic", sans-serif;
}
.hero-section-pipeline .hero-section{
  position:relative;
  width:100%;
  height:342px;
  background-image:url('/Images/_98_bbdfb2cb-1a0e-4e28-b6a6-8993b0750f0e.jpg');
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  overflow:hidden;
}
.hero-section-pipeline .hero-overlay{
  background:rgba(101, 141, 27, 0.85);
  width:100%;
  max-width:600px;
  padding:32px 45px 30px 55px;
  z-index:2;
  position:relative;
  display:inline-block;
  color:rgb(255, 255, 255) !important;
}
.hero-section-pipeline .hero-overlay h1{
  font-size:36px;
  font-weight:700;
  text-transform:uppercase;
  margin:0px;
  font-family:"RBNo31 Black Italic", sans-serif;
  color:rgb(255, 255, 255) !important;
}
.hero-section-pipeline .dot-pattern{
  width:100%;
  height:45px;
  background:url('/Images/_98_57a041b7-4249-4359-a79d-00d82be4afbb.png') 0px 4px repeat;
}
.bread-crumbs-container{
  max-width:1120px;
  margin:0px auto;
  padding:0px 15px;
  font-family:"RBNo31 Black Italic", sans-serif;
}
.bread-crumbs-container .breadcrumbs{
  padding:12px 0px;
  margin-bottom:55px;
  text-align:left;
}
.bread-crumbs-container .breadcrumbs li{
  display:inline-block;
  vertical-align:middle;
  font-family:"RBNo31 Black Italic", sans-serif;
  text-transform:uppercase;
}
.bread-crumbs-container .breadcrumbs li a{
  color:rgb(0, 0, 0);
  text-decoration:none;
  font-size:14px;
  font-family:"RBNo31 Black Italic", sans-serif;
}
.bread-crumbs-container .breadcrumbs li::after{
  content:"/";
  display:inline-block;
  margin:0px 6px;
}
.bread-crumbs-container .breadcrumbs li:last-child::after{
  content:none;
}
.bread-crumbs-container .breadcrumbs li:last-child{
  color:rgb(101, 141, 27);
}
#ilhfoz{
  padding:0px;
}
#i23oyk{
  background-position:left center;
  background-image:url('/Images/_98_1e7a149f-c823-4ff9-aac2-4779c564ca96.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
#ish8ww{
  color:black;
  background-color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#i38z2x{
  color:black;
  border-radius:0 0 0 0;
  padding:21px 0 0 0;
  font-family:'RBNo31 Black Italic', sans-serif;
  margin:0 0 0px 0;
}
#ilnar2{
  background-color:rgba(83, 148, 54, 0.85);
  color:black;
}
#iayaxj{
  color:rgb(0, 118, 168);
  font-family:'RBNo31 Black Italic', sans-serif;
  border-radius:0 0 0 0;
  font-size:14px;
}
#i2apw6{
  background-color:rgb(255, 255, 255);
  color:black;
}
#ilvhxk{
  white-space:pre-wrap;
  font-family:'RBNo31 Black Italic', sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  font-size:36px;
}
#idr6du{
  white-space:pre-wrap;
  color:rgb(0, 118, 168);
  border-radius:0 0 0 0;
  font-size:14px;
  font-family:'RBNo31 Black Italic', sans-serif;
}
#i601vw{
  border-radius:0 0 0 0;
  height:47px;
}
#iz9eoz{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
  margin:0px 0px 71px 0px;
}
#i3eyyr{
  border-radius:0 0 0 0;
}
#ijuvx8{
  color:#000000;
  border-radius:0 0 0 0;
  max-width:1110px;
  width:100%;
  margin:0px auto 0px auto;
  padding:0 0px 0 0;
}
#ijgxrb{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
#iq2nky{
  font-family:'RBNo31 Black Italic', sans-serif;
  border-radius:0 0 0 0;
}
#iyhhzd{
  font-family:'RBNo31 Black Italic', sans-serif;
  border-radius:0 0 0 0;
}
#irz7zh{
  font-family:'RBNo31 Black Italic', sans-serif;
  border-radius:0 0 0 0;
}
.rowd-page-title{
  font-family:"RBNo31 Black Italic", sans-serif;
  font-size:42px;
  font-style:italic;
  font-weight:900;
  margin-top:0px;
  margin-bottom:24px;
  text-transform:uppercase;
}
.rowd-page-title .rowd-title-highlight{
  color:rgb(0, 118, 168);
}
.breadcrumb i{
  font-size:14px;
  color:rgb(204, 204, 204);
}
.custom-list-xgkez p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-Gm2sl p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-eImtR p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-D7cCh p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-XCExZ p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-dMg9e p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  width:100%;
  margin:0px;
}
.custom-list-rAFWe p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  width:100%;
  margin:0px;
}
.custom-list-wMBuH p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  width:100%;
  margin:0px;
}
.custom-list-YlbWw p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  width:100%;
  margin:0px;
}
.custom-list-WWA8W p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  width:100%;
  margin:0px;
}
.custom_section_45nk3oq9 .custom-list-D7cCh p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom_section_45nk3oq9 .custom-list-XCExZ p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.contact_section_formRow .contact_field h2{
  margin-bottom:20px;
}
#ibql3e-3{
  color:rgb(33, 37, 41);
  border-radius:0px;
  margin:0px 0px 71px;
}
#iqrff4-3{
  font-family:'Arial', sans-serif;
  border-radius:0px;
  margin:0 0 30px 0;
}
#iesxys-3{
  color:rgb(33, 37, 41);
  border-radius:0px;
  max-width:924px;
  width:100%;
  padding:0px;
}
#ihbykn-3{
  color:rgb(33, 37, 41);
  border-radius:0px;
  max-width:auto;
  padding:0px 0px 0px 0px;
}
#ipz3f5-3{
  font-family:'RBNo31 Black Italic', sans-serif;
  color:rgb(0, 0, 0);
  border-radius:0px;
  font-size:42px;
}
#i27mbu-3{
  font-family:'Arial', sans-serif;
  color:rgb(0, 0, 0);
  border-radius:0px;
  width:100%;
}
#ib6bov-3{
  color:rgb(33, 37, 41);
  border-radius:0px;
  width:auto;
  padding:72px 0px 0px 40px;
}
#iwj9nf{
  font-family:'Arial', sans-serif;
  border-radius:0px;
}
#icmsm5{
  font-family:'Arial', sans-serif;
  border-radius:0px;
  margin:0 0 30px 0;
}
#iyjszp{
  font-family:'Arial', sans-serif;
  border-radius:0px;
  margin:0 0 30px 0;
}
#ireum4{
  border-radius:0 0 0 0;
}
#i1pv4g{
  border-radius:0 0 0 0;
}
#ie2krv{
  border-radius:0 0 0 0;
}
@media (max-width: 1023px){
  .main-hero-section .background-text{
	font-size:90px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
}
@media (max-width: 992px){
  .custom_section_45nk3oq9 #ip1pj{
	height:642px;
	color:black;
	z-index:1;
	width:100%;
  }
  .custom_section_45nk3oq9 #itzs1{
	color:black;
  }
  .custom_section_45nk3oq9 #in7av{
	color:white;
  }
  .custom_section_45nk3oq9 #container_nav{
	color:black;
  }
  .custom_section_45nk3oq9 #i5c6e7{
	font-size:26px;
	line-height:45px;
  }
  .custom_section_45nk3oq9 #ips6ye{
	font-size:16px;
	line-height:normal;
	color:black;
  }
  .custom_section_45nk3oq9 #ir1b1o{
	width:100%;
  }
  .custom_section_45nk3oq9 #ibn69y{
	font-size:26px;
	line-height:45px;
  }
  .custom_section_45nk3oq9 #iclcmb{
	font-size:16px;
	line-height:normal;
	color:black;
  }
  .custom_section_45nk3oq9 #ifkgo{
	height:642px;
  }
  .custom_section_45nk3oq9 #i5x8l{
	width:100%;
  }
  .custom_section_45nk3oq9 #irdh4{
	font-size:48px;
  }
  .custom_section_45nk3oq9 #i0o498{
	font-size:23px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #i4la2{
	font-size:20px;
	font-family:Figtree, sans-serif;
  }
  .custom_section_45nk3oq9 #ilnxbe{
	font-family:Figtree, sans-serif;
  }
  .custom_section_45nk3oq9 #ilj6a3{
	font-family:Figtree, sans-serif;
  }
  .custom_section_45nk3oq9 #is797o{
	height:356px;
  }
  .custom_section_45nk3oq9 #i3ipnw{
	height:auto;
	min-height:356px;
	padding:50px 0px 0px;
  }
  .custom_section_45nk3oq9 #ir3xog{
	height:356px;
  }
  .custom_section_45nk3oq9 #iq5ivq{
	height:200px;
  }
  .custom_section_45nk3oq9 #iwvf1d{
	left:0px;
  }
  .graph-cell-Kzp4v{
	min-height:100px;
  }
  .graph-outer-container-Kzp4v{
	flex-wrap:nowrap;
  }
  #ihrwk4{
	padding:0px;
  }
  #ilvhxk{
	font-size:30px;
  }
  #ipz3f5-3{
	font-size:36px;
	margin:0px 0px 14px;
  }
  #ib6bov-3{
	padding:40px 0px 0px;
	width:100%;
  }
}
@media (max-width: 991px){
  section.contact_section_formRow{
	min-height:auto;
  }
  .contact_section_formRow .contact_field{
	padding:30px;
  }
}
@media (max-width: 980px){
  .tab-section-custom .content.active{
	flex-direction:column-reverse;
	display:flex;
  }
  .tab-section-custom .tabs{
	justify-content:flex-start;
	border-bottom-width:medium;
	border-bottom-style:none;
	border-bottom-color:currentcolor;
  }
  .tab-section-custom .tab{
	min-height:auto;
  }
  .tab-section-custom .tab .icon img{
	width:45px;
  }
  .tab-section-custom .content-image{
	width:100%;
  }
  .tab-section-custom .content-image img{
	height:auto;
	min-height:auto;
	width:100%;
	max-width:100%;
  }
  .tab-section-custom .content-text{
	width:100%;
	padding:50px 24px;
  }
}
@media (max-width: 900px){
  .rowd-main-content{
	width:100%;
	padding-right:0;
  }
  .rowd-sidebar{
	width:100%;
	padding-left:0;
	padding-top:40px;
  }
}
@media screen and (max-width: 770px){
  .hero-section-pipeline .hero-section{
	height:250px;
  }
  .hero-section-pipeline .dot-pattern{
	display:none;
  }
  .hero-section-pipeline .container{
	height:100%;
	display:flex;
  }
  .hero-section-pipeline .hero-overlay{
	background-color:transparent;
	height:100%;
	width:100%;
	max-width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:0px;
	text-align:center;
	border-width:medium !important;
	border-style:none !important;
	border-color:currentcolor !important;
	border-image:initial !important;
  }
}
@media (max-width: 768px){
  .custom_section_45nk3oq9 .graph-cell-VV9VM{
	min-height:100px;
  }
  .custom_section_45nk3oq9 .graph-cell-IPhzb{
	min-height:100px;
  }
  .custom_section_45nk3oq9 .graph-outer-container-VV9VM{
	flex-wrap:wrap;
  }
  .custom_section_45nk3oq9 .graph-cell-Tkdsb{
	min-height:100px;
  }
  .custom_section_45nk3oq9 .graph-outer-container-Tkdsb{
	flex-wrap:wrap;
  }
  .graph-cell-Kzp4v{
	min-height:100px;
  }
  .graph-outer-container-Kzp4v{
	flex-wrap:wrap;
  }
  .hero-section-pipeline .hero-section{
	height:300px;
  }
  .hero-section-pipeline .hero-overlay h1{
	font-size:26px;
	font-weight:400;
  }
  .subscribe-callout-section .flexbox{
	flex-direction:column;
	padding-right:0px;
  }
  .subscribe-callout-section h3{
	margin:0px 0px 25px;
	font-size:22px;
  }
  .subscribe-callout-section .ico-logo{
	margin:0px 0px 25px;
  }
  .subscribe-callout-section .btn-light{
	text-align:center;
  }
}
@media (max-width: 767px){
  .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .tab-section-custom .tab p{
	display:none;
  }
  .tab-section-custom .content .active{
	flex-direction:column;
	display:flex;
  }
  .tab-section-custom .tabs{
	justify-content:flex-start;
	border-bottom-width:medium;
	border-bottom-style:none;
	border-bottom-color:currentcolor;
  }
  .tab-section-custom .tab .icon img{
	width:45px;
  }
  .tab-section-custom .content-image{
	width:100%;
  }
  .tab-section-custom .content-image img{
	height:auto;
	min-height:auto;
	width:100%;
	max-width:100%;
  }
  .tab-section-custom .content-text{
	width:100%;
	padding:50px 24px;
  }
  .tab-section-custom .tab{
	min-height:80px !important;
  }
}
@media (max-width: 576px){
  .section-custom-overly .project-card{
	height:360px;
  }
  .section-custom-overly .news-text{
	font-size:0.95rem;
  }
  .section-custom-overly .arrow-icon{
	padding:8px;
  }
  .section-custom-overly .arrow-icon-image{
	width:22px;
	height:22px;
  }
  .project-varient-overlay .project-card{
	height:360px;
  }
  .project-varient-overlay .news-overlay{
	padding:0.75rem;
  }
  .project-varient-overlay .news-text{
	font-size:0.95rem;
  }
  .project-varient-overlay .arrow-icon{
	padding:8px;
  }
  .project-varient-overlay .arrow-icon .arrow-icon-image{
	width:22px;
	height:22px;
  }
  .contact_section_formRow .contact_field{
	padding:20px;
  }
  .contact_section_formRow .contact_field button{
	font-size:14px;
	padding:12px;
  }
  .contact_field input, .contact_field select, .contact_field textarea{
	font-size:13px;
	padding:12px;
  }
  .form_row .form_col{
	flex:1 1 100%;
  }
  .tab-section-custom .tab .icon img{
	width:32px !important;
  }
  .tab-section-custom .tab p{
	display:none;
  }
}
@media (max-width: 557px){
  .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .tab-section-custom .tab p{
	display:none;
  }
}
@media (max-width: 480px){
  #navbarNav{
	position:relative;
	color:black;
  }
  .navbar-toggler{
	color:black;
	border-color:black;
  }
  .custom_section_45nk3oq9 #ip1pj{
	height:600px;
  }
  .custom_section_45nk3oq9 #i3ipnw{
	width:100%;
	height:774px;
	margin:20px 0px 0px;
  }
  .custom_section_45nk3oq9 #i5c6e7{
	font-size:24px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #ips6ye{
	color:black;
	font-size:18px;
	line-height:normal;
	width:100%;
  }
  .custom_section_45nk3oq9 #is797o{
	color:black;
	width:100%;
  }
  .custom_section_45nk3oq9 #ir1b1o{
	width:100%;
  }
  .custom_section_45nk3oq9 #ia0t8u{
	color:black;
  }
  .custom_section_45nk3oq9 #ibn69y{
	font-size:24px;
	line-height:normal;
	font-weight:700;
  }
  .custom_section_45nk3oq9 #iclcmb{
	color:black;
	font-size:18px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #iyta4e{
	margin:50px 0px 20px;
  }
  .custom_section_45nk3oq9 #i5x8l{
	width:100%;
	height:100%;
  }
  .custom_section_45nk3oq9 #io6b14{
	margin:0px 0% 0px 0px;
  }
  .custom_section_45nk3oq9 #i9n4yw{
	margin:20px 0px 0px;
  }
  .custom_section_45nk3oq9 #i847p{
	width:100%;
	height:574px;
	color:black;
  }
  .custom_section_45nk3oq9 #ifkgo{
	height:600px;
  }
  .custom_section_45nk3oq9 #i06ll{
	width:100%;
	height:696px;
	padding:0px;
	margin:0px;
  }
  .custom_section_45nk3oq9 #iua2z{
	color:black;
	height:auto;
	width:100%;
  }
  .custom_section_45nk3oq9 #i4la2{
	color:white;
  }
  .custom_section_45nk3oq9 #irdh4{
	font-size:32px;
	color:white;
  }
  .custom_section_45nk3oq9 #i0o498{
	font-size:17px;
	font-family:Figtree, sans-serif;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #bar-section-heading{
	font-size:24px;
	font-family:Figtree, sans-serif;
	color:black;
	font-weight:700;
  }
  .custom_section_45nk3oq9 #ie1gmc{
	font-family:Figtree, sans-serif;
	font-size:19px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #imrtm{
	color:rgb(248, 248, 248);
  }
  .custom_section_45nk3oq9 #iq5ivq{
	height:150px;
	top:50px;
	right:50px;
  }
  .custom_section_45nk3oq9 #iwvf1d{
	bottom:0px;
	top:-50px;
  }
  .custom_section_45nk3oq9 #ir3xog{
	height:356px;
  }
  #i38z2x{
	margin:0px 0px 20px;
  }
  .tab-section-custom .content-text h2{
	font-size:24px;
  }
  .tab-section-custom .tab p{
	display:none;
  }
}