

@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-XLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Ultra.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    }
@font-face {
  font-family: 'Gotham';
  src: url('https://47347616.fs1.hubspotusercontent-na1.net/hubfs/47347616/raw_assets/public/OMA-Theme/css/fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    }






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1270px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1270px;
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Gotham; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2C2C2C;
  font-size: 16px;
  line-height:1.5;
  margin:0;
  overflow-x: hidden;
}

/* Paragraphs */

p {
  font-family: Gotham; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Gotham; font-style: normal;
  /*   color: #0270E0; */
  text-decoration: none !important;
  color:#20aa4d;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Gotham; font-style: normal;
  color:#20aa4d;
  /*   color: #0048b8; */
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Gotham; font-style: normal;
  color:#20aa4d;
  /*   color: #2a98ff; */
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 52px;
  text-transform: none;
  line-height:1.2;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 48px;
  text-transform: none;
  line-height:1.2;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 40px;
  text-transform: none;
  line-height:1.2;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 32px;
  text-transform: none;
  line-height:1.2;
  font-weight:700;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 24px;
  text-transform: none;
  line-height:1.2;
  font-weight:700;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 20px;
  text-transform: none;
  line-height:1.2;
  font-weight:700;
}

@media (max-width:991px) {
  h1,
  .h1{
    font-size:46px;
  }
  h2,
  .h2{
    font-size:42px;
  }
  h3,
  .h3{
    font-size:36px;
  }
  h4,
  .h4 {
    font-size:28px;
  }
  h5,
  .h5{
    font-size:22px;
  }
}
@media (max-width:767px) {
  h1,
  .h1 {
    font-size:40px;
  }
  h2,
  .h2 {
    font-size:36px;
  }
  h3,
  .h3{
    font-size:32px;
  }
  h4,
  .h4 {
    font-size:24px;
  }
  h5,
  .h5{
    font-size:20px;
  }
  h6,
  .h6{
    font-size:18px;
  }
}

.border-green {
  border: 1px solid #20aa4d;
}
.border-rounded {
  border-radius: 23px;
}

/* Blockquote */

blockquote {
  border-left-color: #2C2C2C;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
a.oma-btn-link {
  border: 1px solid #20aa4d;

  padding-top: 11px;
padding-right: 24px;
padding-bottom: 11px;
padding-left: 24px;

  font-family: Gotham; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(32, 170, 77, 1.0)

;
  border-radius: 23px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
  display:inline-block;
  line-height:22px;
  font-weight:700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
a.oma-btn-link:hover,
a.oma-btn-link:focus{
  border: 1px solid #20AA4D;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(32, 170, 77, 1.0)

;
  border-radius: 23px;
  font-weight:700 !important;  
}
button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active,
a.oma-btn-link:active {
  font-family: Gotham; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #20aa4d;
  border-color: #20aa4d;
}
button:before,
.button:before,
.hs-button:before,
.hs-blog-post-listing__post-button:before,
a.oma-btn-link:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease;
  width: 0;
  z-index: -1;
}
button:hover:before,
.button:hover:before,
.hs-button:hover:before,
.hs-blog-post-listing__post-button:hover:before,
a.oma-btn-link:hover:before{
  width:100%;
}
button:hover,
.button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
a.oma-btn-link:hover{
  color:#20aa4d !important;
}
a.oma-btn-link:before,
.oma-button-content.secondary a.oma-btn-link:before {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transition: all 0.5s ease;
  z-index: -1;
}
.oma-button-content.secondary a.oma-btn-link:before {
  background: #20aa4d;
}
a.oma-btn-link:hover {
  color:#20aa4d;
}
.oma-button-content.secondary a.oma-btn-link:hover {
  color:#ffffff !important;
}
a.oma-btn-link:hover:before,
.oma-button-content.secondary a.oma-btn-link:hover:before{
  width:100%;
}
.oma-button-content.center {
  text-align:center;
}
.oma-button-content.right {
  text-align:right;
}
.oma-button-content.secondary a.oma-btn-link {
  background-color:#ffffff;
  color:#20aa4d;
  border-color:#ffffff;
}
.oma-button-content.small a.oma-btn-link,
.small a.oma-btn-link{
  padding:7px 20px;
  font-size:14px;
  line-height:20px;  
}
.oma-button-content.background-transparent a.oma-btn-link {
  border-color:#ffffff;
  color:#ffffff;
  border-color:#ffffff;
  background-color:transparent;
  transition: all 0.5s ease;
}
.oma-button-content.background-transparent a.oma-btn-link:hover {
  color:#20aa4d;
}
.oma-button-content {
  line-height:0;
}
a.oma-btn-link.link {
  background-color:transparent!important;
  padding:0 0 5px 0 !important;
  border-radius:0!important;
  border:0!important;
  color: #20aa4d!important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
a.oma-btn-link.link:before {
  content: "";
  height: 2px;
  left:-18px;
  transition: all .5s ease;
  width: 0%;
  position: absolute;
  bottom: 0;
  background: #20aa4d;
  top: auto;
}
a.oma-btn-link.link:hover:before {
  width:100%;
}
.oma-button-content.secondary a.oma-btn-link.link {
  color: #20aa4d !important;
}
.oma-button-content.secondary a.oma-btn-link.link:before {
  width:100%;
  top:auto;
  left:-18px;
}
a.oma-btn-link.link i,
a.oma-btn-link.link i svg {
  width:16px;
  height:16px;
  display:block;
  fill:currentcolor;
  color: #20aa4d!important;
}
@media(max-width:767px) {
  .oma-button-content.right {
    text-align: left;
  }
}





form,
.submitted-message {
  font-family: Gotham; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #2C2C2C;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border-top: 0px none #2C2C2C;
border-right: 0px none #2C2C2C;
border-bottom: 1px none #2C2C2C;
border-left: 0px none #2C2C2C;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Gotham; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 40px;
  color: #20aa4d;
  background-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
}


/* Labels */

form label {
  color: #2C2C2C;
}

/* Help text */

form legend {
  color: #2C2C2C;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2C2C2C;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2C2C2C;
}

::-moz-placeholder {
  color: #2C2C2C;
}

:-ms-input-placeholder {
  color: #2C2C2C;
}

::placeholder {
  color: #2C2C2C;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2C2C2C;
}

.fn-date-picker td.is-selected .pika-button {
  background: #20aa4d;
}

.fn-date-picker td .pika-button:hover {
  background-color: #20aa4d !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #20aa4d;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #20aa4d;
;
  padding-top: 11px;
padding-right: 24px;
padding-bottom: 11px;
padding-left: 24px;
;
  font-family: Gotham; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(32, 170, 77, 1.0)

;
  border-radius: 23px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(32, 170, 77, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(32, 170, 77, 1.0)

;
  border-color: #48d275;
}





/* Table */

table {
  border: 1px solid #2C2C2C;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #2C2C2C;

  padding: 18px;

  color: #2C2C2C;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(32, 170, 77, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2C2C2C;
}





.header {
  background-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #2C2C2C;
  font-family: Gotham;
}

.menu__child-toggle-icon {
  border-top-color: #2C2C2C;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #040404;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #040404;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #545454;
}

.menu__child-toggle-icon:active {
  border-top-color: #545454;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #2C2C2C;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #20aa4d;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #20aa4d;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #2C2C2C;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #20aa4d;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Gotham;
}

.header__language-switcher-label-current:after {
  border-top-color: #2C2C2C;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #2C2C2C;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(44, 44, 44, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #2C2C2C;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 0px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #2C2C2C;
}

.blog-post__tag-link {
  color: #2C2C2C;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #040404;
}

.blog-post__tag-link:active {
  color: #545454;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #20aa4d;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #008225;
}

.blog-related-posts__title-link:active {
  color: #48d275;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 0px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}

/* Blog Css */

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
/* Blog Css */





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #20aa4d;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #008225;
}

.hs-blog-post-listing__post-title-link:active {
  color: #48d275;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #2C2C2C;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #2C2C2C;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #040404;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #545454;
}

.hs-pagination__link-icon svg {
  fill: #2C2C2C;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 40px;
}

.card__body svg {
  fill: #20aa4d;
}

/* Social follow */

.social-links__icon {
  background-color: #20aa4d;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #008225;
}

.social-links__icon:active {
  background-color: #48d275;
  font-weight: 700; text-decoration: none; font-family: Gotham; font-style: normal;
  color: #20aa4d;
  font-size: 40px;
}

/* System css */

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* Containers Css */
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Containers Css */

/* Header CSS Start */
.oma-header-main .oma-header-top {
  background-color:#20aa4d;
  padding:6px 27px 5px 27px;
}
.oma-header-main .oma-header-top .oma-header-top-content {
  display:flex;  
  align-items:center;
  gap:50px;
  justify-content: end;
  flex-wrap:wrap;
}
.oma-header-main .oma-header-top .oma-header-top-content .oma-header-top-icon i,
.oma-header-main .oma-header-top .oma-header-top-content .oma-header-top-icon i svg {
  width:15px;
  height:15px;
  color:#ffffff;
  fill: currentColor;
}
.oma-header-main .oma-header-top .oma-header-top-content .oma-header-top-button a {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  padding: 2px;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
}
.oma-header-main .oma-header-top .oma-header-top-content .oma-header-top-button a:hover {
  font-weight:500;
}
.oma-header {
  position:fixed!important;
  top:37px;
  left:0;
  right:0;
  z-index:2;
  transition:all .2s ease;  
  background:#ffffff;
}
.oma-header-main.scrolling_down .oma-header {
  transform: translateY(-100%);
}
.oma-header-main.scrolling_up .oma-header,
.oma-header-main.viewport-bottom .oma-header {
  transform: translateY(0%);
  top:0;
}
.oma-header-main.scrolling_up .oma-header {
  box-shadow: 0px 1.88px 3.75px 0px #00000026;
}
.oma-header .oma-header-inner-desktop ,
.oma-header .oma-header-inner-mobile {
  display:flex;
  align-items:center;
  gap:20px;
  justify-content:space-between;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop {
  display: flex;
  align-items: center;
  gap: 22px;
}
.oma-header .oma-header-inner-mobile .oma-header-logo-mobile {
  line-height:0;
}
.oma-header .oma-header-inner-mobile .oma-header-logo-mobile img {
  max-width:105px;
}
.oma-header-sidebar-mobile .oma-header-logo-mobile {
  margin: 0 0 30px ;
}
.oma-header-sidebar-mobile .oma-header-logo-mobile a,
.oma-header-inner-mobile .oma-header-logo-mobile a {
  display:block;
}
.oma-header .oma-header-inner-desktop .oma-header-logo-desktop {
  z-index:9;
}
.oma-header .oma-header-inner-desktop .oma-header-logo-desktop a {
  display: block;
  line-height: 0;
  outline: 0;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper ul {
  list-style:none;
  padding:0;
  margin:0;  
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul {
  display:flex;
  align-items:center;
  gap:70px;
  position: relative;
  padding:0 50px;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children {
  /*   display:flex;
  align-items:center;
  gap:10px; */
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children .menu-arrow {
  display: none;
  color: #20aa4d;
  line-height: 24px;
  padding: 0 0 10px;
  order: 2;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul > li.hs-item-has-children .menu-arrow svg {
  fill: #20aa4d;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul li a {
  font-size:14px;
  line-height:24px;
  font-weight: 500;
  color:#20aa4d;
  text-decoration: none;
  display: block;
  transition:all .5s ease;
  position: relative;
  padding:0 0 10px;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul>li> a:before {
  background:#20aa4d;
  content: "";
  left: 0;
  width: 0;
  position: absolute;
  height: 2px;
  bottom: 0;
  transition: all 0.5s ease;
}
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul>li:hover>a:before,
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul>li.active>a:before,
.oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper > ul>li.active-branch>a:before{
  width: 100%;
}
.oma-header .oma-header-menu-desktop ul li.hs-item-has-children li.hs-item-has-children>a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.oma-header .oma-header-menu-desktop ul ul li.hs-item-has-children>a:after {
  right:18px;
  top:22px;
}
.oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children>a:after{ 
  top:14px;
  right:4px;
  transition:all .5s ease;
}
.oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children>a.selected:after {
  transform: rotate(-45deg);
  top: 18px;
}
.oma-header .oma-header-menu-desktop ul ul li {
  padding:10px 15px;
}
.oma-header .oma-header-menu-desktop ul ul li.hs-item-has-children {
  padding: 10px 37px 10px 15px;
  position: relative;
}

/* Popup */
body.oma-popup-show .oma-header-main,
body.oma-popup-show .oma-footer {
  z-index: 1;
}
.oma-popup {
  background-color: rgba(0,0,0,.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
  width: 100%;
  z-index: 999999!important;
}
.oma-popup.show {
  display: block;
}
.oma-popup .oma-popup-content {
  background: #FFFEFE;
  border: 2px solid rgba(202, 219, 242, 0.25);
  box-shadow: 0px 8px 16px -8px rgba(168, 168, 168, 0.25), 0px -2px 4px -2px rgba(168, 168, 168, 0.25), 0px 2px 4px -2px rgba(168, 168, 168, 0.15), 0px 4px 8px -4px rgba(168, 168, 168, 0.2);
  border-radius: 13px;
  left: 10px;
  margin: auto;
  max-width: 838px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 100px;
  padding:24px 35px 36px 36px; 
}
.oma-popup .oma-popup-content-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-bottom: 2px solid rgba(202, 219, 242, 0.25);
  padding:0 0 24px;
}
.oma-popup .oma-popup-content-inner h3 {
  color:#2C2C2C;
  margin:0;
}
.oma-popup .oma-popup-content-inner .oma-popup-close {
  font-size:32px;
  color:#2C2C2C;
  line-height:1;
}
.oma-popup .oma-popup-body  {
  margin:30px 0 0;
}
@media (max-width:1400px) {
  .oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper>ul {
    gap:35px;
  }
}
@media(max-width:1030px){
  .oma-header .oma-header-inner-desktop .oma-header-menu-desktop .hs-menu-wrapper>ul {
    gap: 25px;
  }
}
@media(min-width:992px) {
  .oma-header .oma-header-inner-mobile ,
  .oma-header-sidebar-mobile {
    display:none;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #fff;
    border:0;
    border-radius: 0px;    
    display: none !important;
    left: -4px;
    opacity: 1;
    padding:20px 11px;
    position: absolute;
    top: calc(100% - 0);
    transition: all .5s ease;
    visibility: visible;
    width:100%;
    z-index: 2;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap:0 60px;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    left: -150%;
    right: -150%;
    box-shadow: 15px 15px 18.9722px hsl(from #2C2C2C h s l / 0.15);
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper li {
    padding:0;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding:12px 0px;
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:0;
    /*     border-bottom:0.5px solid #666666; */

    transition: all .5s ease;
    font-weight:400;
    color:#002A08;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover  {
    font-weight:500;
    color:#20aa4d;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a:before {
    background: #666;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaley(-0.4);
    transform-origin: top;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul.hs-menu-children-wrapper li a svg {
    width:10px;
    height:10px;
  }
  .oma-header .oma-header-menu-desktop ul li.hs-item-has-children:hover>a {
    color: #20aa4d !important;
  }
  .oma-header .oma-header-menu-desktop ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    display: block !important;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper  {
    display: grid!important;
  }
  .oma-header .oma-header-menu-desktop ul>li.hs-item-has-children ul ul.hs-menu-children-wrapper {
    left: calc(100% - -0px);
    top: calc(0% - 10px);
  }
  .show-on-hover {
    position: relative;
  }
  .show-on-hover:before {
    background: #00000040;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}
@media(max-width:991px) {
  .oma-header .oma-header-menu-desktop ul li.hs-item-has-children a {
    padding: 0 18px 0 0;
  }
  .oma-header .oma-header-menu-desktop ul li.hs-item-has-children>a:after,
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children>a:after{
    box-shadow: inset -2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    /*     position: absolute;
    right: 0;
    top: 6px; */
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 10px;
    transition: all 0.5s ease;
    display: none;
  }
  .oma-header .oma-header-menu-desktop ul li.hs-item-has-children:hover>a:after {
    transform: rotate(-45deg);
    top: 9px;
  }
  .oma-header {
    top:0;
  }
  .oma-header .oma-header-inner-desktop,
  .oma-header-main .oma-header-top {
    display:none;
  }
  .oma-header-sidebar-mobile {
    width: 340px;
    z-index: 9999;
    transition: all .2s linear;
    right:-340px;
    position: fixed;
    top: 0;
    height: 100%;
    overflow: scroll;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .oma-header-sidebar-mobile .drawer {
    display: flex;
    flex-direction: column;
    overflow: auto;
    transition: all .2s linear;
    padding: 22px 20px 35px;
    background-color: #ffffff;
    height: auto;
  }
  .oma-header-sidebar-mobile.blur {
    right: 0;
  }
  .oma-header-inner-mobile .oma-header-toggle-mobile a i,
  .oma-header-inner-mobile .oma-header-toggle-mobile a i svg {
    width:22px;
    height:22px;
    color:#2C2C2C !important;
    display:block;
    fill:currentcolor;
  }
  .oma-header-menu-mobile .hs-menu-wrapper > ul {
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0;
    list-style:none;
  }
  .oma-header-menu-mobile .hs-menu-wrapper > ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color:#2C2C2C;
    display: block;
    text-decoration: none;
    position:relative;
    padding:20px 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .oma-header-menu-mobile .hs-menu-wrapper>ul> li> a {
    border-color:#20aa4d;
    padding:27px 0;
    justify-content: space-between;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children>a.selected {
    border-color:#E1F4E1;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children>a:after {
    top:16px;
  }
  .oma-header-menu-mobile .hs-menu-wrapper > ul > li > a,
  .oma-header-menu-mobile .hs-menu-wrapper > ul li a.selected,
  .oma-header-menu-mobile .hs-menu-wrapper>ul li a.selected svg,
  .oma-header-menu-mobile .hs-menu-wrapper>ul li a.selected svg path {
    color: #20aa4d;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children {
    display:block;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children a {
    width: 100%;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children .menu-arrow {
    color: #20aa4d;
    order: 2;
    padding: 25px;
    position: absolute;
    right: 15px;
    z-index: 9999;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children .menu-arrow svg {
    fill: #20aa4d;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children.open .menu-arrow svg {
    transform: rotate(180deg);
  }
  .oma-header-toggle-close-mobile {
    position: fixed;
    right: 24px;
    top: 36px;
    z-index: 10000;
    display:none;
    transition:all .5s ease;
  }
  .oma-header-sidebar-mobile.blur .oma-header-toggle-close-mobile {
    display:block;
  }
  .oma-header-toggle-close-mobile i ,
  .oma-header-toggle-close-mobile svg {
    width:20px;
    height:20px;
    color:#20aa4d;
    fill:currentcolor;
    display:block;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: transparent;
    box-shadow: none;
    display: none !important;
    left: 0 !important;
    min-width: 0;
    overflow: hidden;
    padding:0;
    position: relative;
    top: 0 !important;
    transition: opacity 0s linear .2s, visibility 0s linear .2s;
    list-style:none;
  }
  .oma-header-sidebar-mobile .oma-header-menu-mobile ul li.hs-item-has-children>a.selected+ul.hs-menu-children-wrapper {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .oma-header-sidebar-mobile .oma-header-btn-mobile {
    margin:30px 0 0;
  }
  .oma-header-sidebar-mobile .oma-header-top {
    display:block;
    padding: 24px 20px 42px;
  }
  .oma-header-sidebar-mobile .oma-header-top .oma-header-top-content {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
    gap:18px;
  }
  .oma-header-sidebar-mobile .oma-header-top .oma-header-top-content .oma-header-top-button a {
    font-size:14px;
    line-height:22px;
  }
  .oma-header-sidebar-mobile .oma-header-top .oma-header-top-content .oma-header-top-icon {
    position: relative;
    width:100%;
  }
  .oma-header-sidebar-mobile .oma-header-top .oma-header-top-content .oma-header-top-icon input {
    padding: 9px 15px 9px 9px;
    font-size: 14px;
    line-height: 22px;
    width: -webkit-fill-available;
    max-width: 100%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    outline:0;
  }
  .oma-header-sidebar-mobile .oma-header-top .oma-header-top-content .oma-header-top-icon input::placeholder {
    color:#ffffff;
  }
  .oma-header-sidebar-mobile .oma-header-top .oma-header-top-content .oma-header-top-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:8px;
  }
}
@media(max-width:767px){ 
  .oma-popup .oma-popup-content {
    padding: 20px;
    top: 30px;
  }
  .oma-popup .oma-popup-content-inner {
    padding: 0 0 10px;
  }
  .oma-popup .oma-popup-content form {
    background-color: transparent;
    margin: 15px 0 0;
  }
}
/* Header CSS End */


/* Footer CSS Start */
.oma-footer .oma-footer-top,
.oma-footer .oma-footer-bottom{
  display:flex;
  gap:30px;
}
.oma-footer .oma-footer-top .oma-footer-left {
  width:30%;
  display:flex;
  gap:13px;
  flex-direction:column;
}
.oma-footer .oma-footer-top .oma-footer-right {
  width:70%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.oma-footer .oma-footer-top .oma-footer-left h6 {
  color:#ffffff;
  font-size:14px;
  line-height:20px;
  font-weight:500;
  margin:0;
}
.oma-footer .oma-footer-top .oma-footer-left p {
  color:#ffffff;
  font-size:14px;
  line-height:20px;
  font-weight:400;
  margin:0;
}
.oma-footer .oma-footer-top .oma-footer-right h5{
  color: #ffffff;
  margin: 0;
  max-width:609px;
}
.oma-footer .oma-footer-bottom {
  margin:26px 0 0 0;
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-left {
  width:30%;
} 
.oma-footer .oma-footer-bottom .oma-footer-bottom-right {
  width: 70%;
  padding-top: 23px;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
} 
.oma-footer .oma-footer-bottom .oma-footer-bottom-left .oma-footer-bottom-icon i {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height:0;
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-left .oma-footer-bottom-icon i svg {
  fill:currentColor;
  color:#20aa4d;
  width:25px;
  height:25px;  
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-left .oma-footer-bottom-icon {
  display: flex;
  align-items: center;
  gap: 14px;
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-right .oma-footer-bottom-list {
  display:flex;

}
.oma-footer .oma-footer-bottom .oma-footer-bottom-right .oma-footer-bottom-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap:15px 24px;
  flex-wrap:wrap;
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-right .oma-footer-bottom-list ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease;
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-right .oma-footer-bottom-list ul li a:hover  {
  font-weight:700;
}
.oma-footer .oma-footer-bottom .oma-footer-bottom-right .oma-footer-bottom-copyright p {
  margin:0;
  font-size:14px;
  line-height:20px;
  color:#ffffff;
  transition: all 0.5s ease;
}
@media (max-width:991px) {

}
@media (max-width:767px) {
  .oma-footer .oma-footer-top {
    flex-direction: column-reverse;
    gap:40px;
  }
  .oma-footer .oma-footer-bottom,
  .oma-footer .oma-footer-top .oma-footer-right,
  .oma-footer .oma-footer-bottom .oma-footer-bottom-right,
  .oma-footer .oma-footer-bottom .oma-footer-bottom-right .oma-footer-bottom-list ul {
    flex-direction: column;
  }
  .oma-footer .oma-footer-top .oma-footer-left,
  .oma-footer .oma-footer-top .oma-footer-right,
  .oma-footer .oma-footer-bottom .oma-footer-bottom-right,
  .oma-footer .oma-footer-bottom .oma-footer-bottom-right {
    width:100%;
  }
  .oma-footer .oma-footer-top .oma-footer-left {
    gap:20px;
  }
  .oma-footer .oma-footer-bottom {
    margin:20px 0 0 0;
  }
  .oma-footer .oma-footer-bottom .oma-footer-bottom-right {
    gap:32px;
  }
}
/* Footer CSS End */

/* Hero CSS Start */
.oma-hero .oma-hero-heading h6 {
  margin:0 0 24px;
}
.oma-hero .oma-hero-heading h2,
.oma-hero .oma-hero-heading h1 {
  margin:0;
}
.oma-hero .oma-hero-heading p,
.oma-hero .oma-hero-content .oma-hero-left .oma-hero-description p {
  margin:24px 0 0;
}
.oma-hero .oma-hero-heading p {
  font-size:20px;
}
.oma-hero .oma-hero-cta {
  margin:40px 0 0;
}
.oma-hero .oma-hero-content {
  display:flex;
  gap:120px;
}
.oma-hero .oma-hero-content.flip {
  flex-direction: row-reverse;
}
.oma-hero .oma-hero-content .oma-hero-left {
  width:40%;
}
.oma-hero .oma-hero-content .oma-hero-right {
  width:60%;
}
.oma-hero .oma-hero-content.width-45 .oma-hero-left {
  width:45%;
}
.oma-hero .oma-hero-content.width-45 .oma-hero-right {
  width:55%;
}
.oma-hero .oma-hero-content.width-50 .oma-hero-left {
  width:50%;
}
.oma-hero .oma-hero-content.width-50 .oma-hero-right {
  width:50%;
}
.oma-hero .oma-hero-content.width-55 .oma-hero-left {
  width:55%;
}
.oma-hero .oma-hero-content.width-55 .oma-hero-right {
  width:45%;
}
.oma-hero .oma-hero-content.width-100 {
  flex-direction:column;
  gap:0;
}
.oma-hero .oma-hero-content.width-100 .oma-hero-left,
.oma-hero .oma-hero-content.width-100 .oma-hero-right {
  width:100%;
}
.oma-hero .oma-hero-content.width-100 .oma-hero-left {
  max-width:800px;
}
.oma-hero .oma-hero-content .oma-hero-left .oma-hero-description p {
  font-size:18px;
}
.oma-hero .oma-hero-content .oma-hero-left .oma-hero-description p a,
.oma-hero .oma-hero-heading p a{
  color:#20aa4d;
  font-weight:500;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-image {
  line-height:0;
  border-radius:23px;
  overflow: hidden;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form .form-title,
.oma-form .form-title {
  display:none;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-FieldLabel__RequiredIndicator,
.oma-form form .hsfc-FieldLabel__RequiredIndicator {
  display:none;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-Step__Content,
.oma-form form .hsfc-Step__Content {
  padding:0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  gap:0px 20px;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form input,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form textarea,
.oma-form form input,
.oma-form form textarea {
  border:0 !important;
  border-bottom:1px solid #20aa4d !important;
  background:transparent !important;
  border-radius:0;
  padding:10px 0 15px 0 !important;
  font-family: Gotham;
  font-weight:300;
  box-shadow: none;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form input::placeholder,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form textarea::placeholder,
.oma-form form input::placeholder,
.oma-form form textarea::placeholder {
  color:#666;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form [data-hsfc-id=Renderer] .hsfc-TextInput:hover,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form [data-hsfc-id=Renderer] .hsfc-TextInput:focus,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form [data-hsfc-id=Renderer] .hsfc-TextareaInput:hover,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus, 
.oma-form [data-hsfc-id=Renderer] .hsfc-TextInput:hover,
.oma-form [data-hsfc-id=Renderer] .hsfc-TextInput:focus,
.oma-form [data-hsfc-id=Renderer] .hsfc-TextareaInput:hover,
.oma-form [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus {
  box-shadow: none !important;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-Step__Content .hsfc-Row:nth-last-of-type(2),
.oma-form form .hsfc-Step__Content .hsfc-Row:nth-last-of-type(2) {
  order:1;
  max-width:553px;
  margin:0;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-RichText p,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-NavigationRow,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-NavigationRow__Alerts,
.oma-form form .hsfc-RichText p,
.oma-form form .hsfc-NavigationRow,
.oma-form form .hsfc-NavigationRow__Alerts{
  margin:0;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-RichText p,
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-RichText p a,
.oma-form form .hsfc-RichText p,
.oma-form form .hsfc-RichText p a {
  font-size:12px;
  line-height:22px;
  font-weight:300;
  font-family: Gotham;
  color:#666666;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-RichText p {
  line-height:18px;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-RichText p a,
.oma-form form .hsfc-RichText p a {
  text-decoration: underline !important;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form input[type="checkbox"],
.oma-form form input[type="checkbox"]{
  width:18px;
  height:18px;
  border:1px solid #20aa4d !important;
  padding:0 !important;
}
.oma-form [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  display: flex !important; 
  font-size: 14px;
  line-height: 24px;
}
.oma-form [data-hsfc-id=Renderer] .hsfc-FieldLabel span {
  color: #666666 !important;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form button[type="submit"],
.oma-form form button[type="submit"]{
  font-family: Gotham;
  border-radius:23px;
  transform: translateY(0px);
  background-color:#20aa4d !important;
  font-weight:700;
  border:1px solid #20aa4d;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form .hsfc-Renderer .hsfc-PostSubmit,
.oma-form .hsfc-Renderer .hsfc-PostSubmit {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding:20px 30px 30px 30px;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form .hsfc-Renderer .hsfc-PostSubmit .hsfc-RichText strong,
.oma-form .hsfc-Renderer .hsfc-PostSubmit .hsfc-RichText strong {
  color:#20aa4d;
}
.oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form .hsfc-Renderer .hsfc-PostSubmit .hsfc-Step__Content,
.oma-form .hsfc-Renderer .hsfc-PostSubmit .hsfc-Step__Content {
  padding:0;
}
.oma-form [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret>span {
  content: '';
  background-image: url(/hubfs/47347616/icon.png);
  border: 0 !important;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
.oma-form .hsfc-DropdownInput input.hsfc-TextInput:focus + input + .hsfc-DropdownInput__Caret span  {
  transform: rotate(180deg);
}
.oma-form form .hsfc-DropdownOptions {
  border:1px solid #20aa4d;
  background:#ffffff;
  border-radius:0 0 16px 16px;
}
.oma-form form .hsfc-DropdownOptions .hsfc-DropdownOptions__Search {
  display:none;
}
.oma-form form .hsfc-DropdownOptions__List li {
  background: #fff !important;
  color: #666;
  padding: 6px 10px;
  transition: all .5s ease;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  border-bottom:1px solid #20aa4d;
}
.oma-form form .hsfc-DropdownOptions__List li:last-child {
  border:0 !important;
}
.oma-form form .hsfc-DropdownOptions__List li:hover,
.oma-form form .hsfc-DropdownOptions__List li.hsfc-DropdownOptions__List__ListItem--selected{
  background:#E1F4E1 !important;
  color:#20aa4d;
  font-weight:400;
  filter: brightness(100%) !important;
}
.oma-form  [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  display:none;
}
.oma-form .hsfc-ErrorAlert {
  font-size:12px !important;
  font-weight:200 !important;
}
.oma-form .hsfc-NavigationRow .hsfc-ErrorAlert {
  margin-bottom:20px;
}
.oma-form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons {
  justify-content: flex-start !important;
}
.oma-hero .oma-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.oma-hero .oma-hero-video .hs-video-wrapper,
.oma-hero .oma-hero-video .oma-modal-popup-body,
.oma-hero .oma-hero-video .hs-video-widget,
.oma-hero .oma-hero-video .hs-video-container {
  height:100% !important;
}
body .row-fluid-wrapper .row-fluid .dnd-module .hs_cos_wrapper .oma-hero .oma-hero-video .hs-video-widget .hs-video-container .hs-video-wrapper iframe {
  right: 0;
  bottom: 0;
  aspect-ratio: 16 / 9;
  width:auto!important;
  min-width: min-content;
  object-fit: cover;
  object-position: center bottom;
}
@media (max-width:991px) {
  .oma-hero .oma-hero-content {
    flex-direction: column;
    gap: 20px;
  }
  .oma-hero .oma-hero-content .oma-hero-left,
  .oma-hero .oma-hero-content .oma-hero-right {
    width:100% !important;
  }
  .oma-hero .oma-hero-content.width-100 .oma-hero-left {
    max-width:100%;
  }
}
@media (max-width:767px) {
  .oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-Step__Content,
  .oma-form form .hsfc-Step__Content {
    flex-direction: column;
    align-items: baseline;
  }
  .oma-hero .oma-hero-content .oma-hero-right .oma-hero-right-form form .hsfc-Step__Content .hsfc-Row:nth-last-of-type(2),
  .oma-form form .hsfc-Step__Content .hsfc-Row:nth-last-of-type(2){
    max-width:100%;
    margin:20px 0 0 0;
  }
  .oma-hero .oma-hero-content .oma-hero-left .oma-hero-description p {
    margin:20px 0 0 0;
  }
}
/* Hero CSS End */


/* CTA CSS Start */
.oma-cta.layout-1 .oma-cta-box {
  display:grid;
  align-items:center;
  gap:60px;
  grid-template-columns:repeat(2,1fr);
}
.oma-cta.layout-1 .oma-cta-box .oma-cta-heading h2,
.oma-cta.layout-1 .oma-cta-box .oma-cta-content p {
  margin:0;
  color:#fff;
}
.oma-cta.layout-1 .oma-cta-box .oma-cta-btn {
  margin:24px 0 0;
}
.oma-cta.layout-2 .oma-cta-box {
  display: flex;
  gap:80px;
  align-items: center; 
  background: #FFFFFF;  
  border-radius: 35px;
}
.oma-cta.layout-2 .oma-cta-box.oma-cta-border {
  padding: 40px 80px;
  border: 1.5px solid #20aa4d;
}
.oma-cta.layout-2 .oma-cta-box .oma-cta-left {
  width:100%;
}
.oma-cta.layout-2 .oma-cta-box .oma-cta-right {
  width:100%;
  max-width:218px;
}
.oma-cta.layout-2 .oma-cta-box .oma-cta-heading h2 {
  margin:0;
}
.oma-cta.layout-2 .oma-cta-box .oma-cta-content p ,
.oma-cta.layout-2 .oma-cta-box .oma-cta-content .oma-cta-btn {
  margin:20px 0 0;
}
.oma-cta.layout-2 .oma-cta-box .oma-cta-img {
  line-height:0;
  text-align:right;
}
.oma-cta.layout-2 .oma-cta-box .oma-cta-img img {
  border-radius:23px;
  max-width: 218px !important;
  width: 100%;
}
.oma-cta-main.layout-3 {
  display:flex;  
}
.oma-cta-main .oma-cta-blank {
  width:45%;
}
.oma-cta-main.layout-3 .oma-cta.layout-3 {
  border-radius: 23px 0 0 23px;
  width: 55%;
  margin: 0 0 0 auto;
}
.oma-cta.layout-3 .oma-cta-box {
  display:flex;
  align-items:center;
  gap:85px;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-left,
.oma-cta.layout-3 .oma-cta-box .oma-cta-right {
  width:50%;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-img {
  line-height:0;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-img img {
  border-radius: 23px;
  max-height: 224px;
  object-fit: cover;
  min-height: 224px;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-heading h6 {
  margin:0 0 10px;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-heading h2 {
  margin:0;
  color:#2C2C2C;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-content p {
  margin:16px 0 0;
  font-size: 20px;
  font-weight: 500;
}
.oma-cta.layout-3 .oma-cta-box .oma-cta-btn {
  margin:16px 0 0;
}
.oma-cta.layout-3 .oma-cta-slider .slick-arrow {
  background: transparent;
  border: 1px solid #20aa4d;
  border-radius: 50%;
  bottom: 0;
  font-size: 0;
  height: 40px;
  right: -70px;
  padding: 0;
  position: absolute;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(180deg);
  cursor: pointer;
}
.oma-cta.layout-3 .oma-cta-slider .slick-arrow:before {
  background-image: url(/hubfs/47347616/icon-1.png);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: -1px;
  left: -3px;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.oma-cta.layout-3 .oma-cta-slider .slick-arrow.slick-prev {
  display:none !important;
}
@media (max-width:1500px) {
  .oma-cta.layout-3 {
    padding-left:30px !important;
    padding-right:110px !important;
  }
  .oma-cta.layout-3 .oma-cta-box {
    gap:30px;
  }
  .oma-cta-main .oma-cta-blank {
    width:40%;
  }
  .oma-cta-main.layout-3 .oma-cta.layout-3 {
    width: 60%;
  }
}
@media(max-width:991px) {
  .oma-cta.layout-2 .oma-cta-box {
    gap:50px;
  }
  .oma-cta.layout-2 .oma-cta-box.oma-cta-border {
    padding:30px;
  }
  .oma-cta.layout-3 .oma-cta-box {
    flex-direction:column-reverse;
    gap:30px;
  }
  .oma-cta.layout-3 .oma-cta-box .oma-cta-left,
  .oma-cta.layout-3 .oma-cta-box .oma-cta-right {
    width:100%;
  }
  .oma-cta-main .oma-cta-blank {
    width: 10%;
  }
  .oma-cta-main.layout-3 .oma-cta.layout-3 {
    width: 90%;
  }
  .oma-cta.layout-3 .oma-cta-slider .slick-arrow {
    right:0;
  }
}
@media(max-width:767px) {
  .oma-cta.layout-1 .oma-cta-box {
    grid-template-columns:repeat(1,1fr);
    gap:20px;
  }
  .oma-cta.layout-1 .oma-cta-box .oma-cta-btn {
    margin:20px 0 0;
  }
  .oma-cta.layout-2 .oma-cta-box {
    flex-direction:column;
    align-items: baseline;
    gap: 25px;
  }
  .oma-cta.layout-2 .oma-cta-box.oma-cta-border {
    padding:40px 20px;    
  }
  .oma-cta.layout-2 .oma-cta-box .oma-cta-left ,
  .oma-cta.layout-2 .oma-cta-box .oma-cta-right {
    width:100%;
  }
  .oma-cta.layout-2 .oma-cta-box .oma-cta-content p ,
  .oma-cta.layout-2 .oma-cta-box .oma-cta-content .oma-cta-btn {
    margin:25px 0 0;
  }
  .oma-cta.layout-2 .oma-cta-box .oma-cta-img {
    text-align:left;
  }
  .oma-cta-main.layout-3 .oma-cta.layout-3 {
    border-radius:0;
  }
  .oma-cta-main .oma-cta-blank {
    display:none;
  }
  .oma-cta-main.layout-3 .oma-cta.layout-3 {
    width:100%;
  }
  .oma-cta.layout-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/* Layout-4 */
.oma-cta.layout-4 .oma-cta-box {
  padding:45px 28px 45px 36px;
  border-radius:23px;
  display:flex;
  gap:30px;
}
.oma-cta.layout-4 .oma-cta-box .oma-cta-left,
.oma-cta.layout-4 .oma-cta-box .oma-cta-right {
  width:50%;
}
.oma-cta.layout-4 .oma-cta-heading h2 {
  margin:0;
}
.oma-cta.layout-4 .oma-cta-heading p {
  margin:10px 0 0;
}
.oma-cta.layout-4 .oma-cta-btn {
  margin:40px 0 0;
}
.oma-cta.layout-4 .oma-cta-box .oma-cta-right .oma-cta-img {
  line-height:0;
  margin:0 0 20px; 
}
.oma-cta.layout-4 .oma-cta-box .oma-cta-right .oma-cta-content p {
  margin:0;
}
.oma-cta.layout-4 .oma-cta-box a.oma-btn-link:hover:before {
  background: #e1f4e1;
}
@media (max-width:991px) {
  .oma-cta.layout-4 .oma-cta-btn {
    margin:30px 0 0;
  }
}
@media (max-width:767px) {
  .oma-cta.layout-4 .oma-cta-box {
    flex-direction: column;
    padding: 41px 28px 30px;
  }
  .oma-cta.layout-4 .oma-cta-box .oma-cta-left,
  .oma-cta.layout-4 .oma-cta-box .oma-cta-right {
    width:100%;
  }
}

/* CTA CSS End */

/* Quick CSS Start */
.oma-quick-box .oma-quick-box-heading {
  margin:0 0 30px 0;
}
.oma-quick-box .oma-quick-box-heading h2 {
  margin:0;
}
.oma-quick-box .oma-quick-box-heading p {
  margin:10px 0 0 0;
}
.oma-quick-box .oma-quick-box-cta {
  margin:50px 0 0 0;
}
.oma-quick-box .oma-quick-box-content.grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.oma-quick-box .oma-quick-box-content.column-2.grid {
  grid-template-columns: repeat(2, 1fr); 
}
.oma-quick-box .oma-quick-box-content .oma-quick-box-info {
  background:#ffffff;
  padding:24px 32px 32px;
  border-radius:23px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  height:auto;
}
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-img {
  line-height:0;
}
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-title,
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content {
  justify-content: space-between;
  height: 100%;
}
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-title h3,
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-title h4,
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-title h5,
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-title p {
  margin:0;
}
.oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-cta {
  margin:0;
}
.oma-quick-box .oma-quick-box-slider .slick-track {
  display:flex;
  gap:40px;
}
.oma-quick-box .oma-quick-box-slider .slick-arrow {
  background: transparent;
  border: 1px solid #20aa4d;
  border-radius: 50%;
  top: -85px;
  font-size: 0;
  height: 40px;
  right: 60px;
  padding: 0;
  position: absolute;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.oma-quick-box .oma-quick-box-slider .slick-arrow:before {
  background-image: url(/hubfs/47347616/icon-1.png);
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.oma-quick-box .oma-quick-box-slider .slick-arrow.slick-next {
  right: 0px;
  transform: rotate(180deg);
}

@media (min-width:1200px) {
  .oma-quick-box .oma-quick-box-content.grid.column-4 {
    grid-template-columns: repeat(4, 1fr); 
  }
}
@media (max-width:991px) {
  .oma-quick-box .oma-quick-box-cta {
    margin:40px 0 0 0;
  }
  .oma-quick-box .oma-quick-box-content.grid {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .oma-quick-box .oma-quick-box-content .oma-quick-box-info {
    gap:30px;
  }
  .oma-quick-box .oma-quick-box-slider .slick-arrow {
    top:auto;
    bottom:0;
    left:0;
    right:auto;
  }
  .oma-quick-box .oma-quick-box-slider .slick-arrow.slick-next {
    right:auto;
    left:52px;
  }
  .oma-quick-box .oma-quick-box-slider .slick-track {
    padding:0 0 65px;
    gap:30px;
  }
}
@media (max-width:767px) {
  .oma-quick-box .oma-quick-box-heading {
    margin:0 0 20px 0;
  }   
  .oma-quick-box .oma-quick-box-content.grid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .oma-quick-box .oma-quick-box-content .oma-quick-box-info {
    padding:30px 20px;
    gap:24px;
  }
  .oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content,
  .oma-quick-box .oma-quick-box-content .oma-quick-box-info .oma-quick-box-info-content .oma-quick-box-title {
    gap:16px;
  }
  .oma-quick-box .oma-quick-box-slider .slick-track {
    gap:10px;
  }
}
/* Quick CSS End */

/* Blog CSS Start */
.oma-blog .oma-blog-heading {
  margin:0 0 40px 0;
}
.oma-blog .oma-blog-heading h2 {
  margin:0;
}
.oma-blog .oma-blog-heading p {
  margin:10px 0 0;
}
.oma-blog .oma-blog-cta {
  margin:40px 0 0 0;
}
.oma-blog .oma-blog-content.oma-blog-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-img {
  line-height:0;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-img a {
  display:block;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-img img {
  max-width: 100%;
  min-height: 224px;
  max-height: 224px;
  width: 100%;
  object-fit: cover;
  border-radius: 23px;
}
.oma-blog .oma-blog-content .oma-blog-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-content p {
  margin:0;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-content .oma-blog-box-list .oma-blog-description {
  margin:5px 0 0; 
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-content .oma-blog-box-list .oma-blog-description h6 {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 1.5;
  margin:0;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-content .oma-blog-box-list .oma-blog-description h6 a {
  color: #2C2C2C;
}
.oma-blog .oma-blog-content .oma-blog-box .oma-blog-box-content .oma-blog-box-list .oma-blog-author p {
  font-size:14px;
  color:#8080808C;
}
.oma-blog .oma-blog-content .oma-blog-slider .slick-track {
  display:flex;
  gap:40px;
  padding:0 0 65px;
}
.oma-blog .oma-blog-content .oma-blog-slider .slick-arrow {
  background: transparent;
  border: 1px solid #20aa4d;
  border-radius: 50%;
  bottom: 0;
  font-size: 0;
  height: 40px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.oma-blog .oma-blog-content .oma-blog-slider .slick-arrow:before {
  background-image: url(/hubfs/47347616/icon-1.png);
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.oma-blog .oma-blog-content .oma-blog-slider .slick-arrow.slick-next {
  left: 52px;
  transform: rotate(180deg);
}
@media (max-width:991px) {
  .oma-blog .oma-blog-content.oma-blog-grid {
    gap:30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .oma-blog .oma-blog-content .oma-blog-slider .slick-track {
    gap:30px;
  }
}
@media (max-width:767px) {
  .oma-blog .oma-blog-content.oma-blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .oma-blog .oma-blog-content .oma-blog-slider .slick-track {
    gap:10px;
  }
}
/* Blog CSS End */

/* Image Box CSS Start */
.oma-image-box .oma-image-box-heading {
  margin:0 0 40px 0;
}
.oma-image-box .oma-image-box-heading h2,
.oma-image-box .oma-image-box-heading h6{
  margin:0;
  color:#2C2C2C;
}
.oma-image-box .oma-image-box-heading p {
  margin:10px 0 0;
}
.oma-image-box .oma-image-box-cta {
  margin:40px 0 0;
}
.oma-image-box .oma-image-box-content {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.oma-image-box .oma-image-box-content.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.oma-image-box .oma-image-box-content .oma-image-box-info .oma-image-box-img {
  line-height:0;
}
.oma-image-box .oma-image-box-content .oma-image-box-info .oma-image-box-img img {
  border-radius:23px;
  max-width:129px !important;
  height:113px !important;
  width:100%;
}
.oma-image-box .oma-image-box-content .oma-image-box-info-content p {
  margin:0;
}
.oma-image-box .oma-image-box-content .oma-image-box-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width:1200px) {
  .oma-image-box .oma-image-box-content.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:991px) {
  .oma-image-box .oma-image-box-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:767px) {
  .oma-image-box .oma-image-box-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Image Box CSS End */

/* Logo Slider CSS Start */
.oma-logo-slider .oma-logo-slider-heading {
  margin:0 0 50px;
}
.oma-logo-slider .oma-logo-slider-heading h2 {
  margin:0;
}
.oma-logo-slider .oma-logo-slider-heading p {
  margin:25px 0 0;
}
.oma-logo-slider .oma-logo-slider-cta {
  margin:50px 0 0 ;
}
.oma-logo-slider .oma-logo-slider-box .slick-track {
  display:flex;
  align-items:center;
}
@media(max-width:991px) {
  .oma-logo-slider .oma-logo-slider-heading {
    margin:0 0 35px;
  }
  .oma-logo-slider .oma-logo-slider-cta {
    margin:35px 0 0 ;
  }
}
@media(max-width:767px) {
  .oma-logo-slider .oma-logo-slider-heading {
    margin:0 0 24px;
  }
  .oma-logo-slider .oma-logo-slider-cta {
    margin:24px 0 0 ;
  }
}
/* Logo Slider CSS End */

/* Stats CSS Start */
.oma-stats .oma-stats-heading { 
  margin:0 0 50px;
}
.oma-stats .oma-stats-heading h2 {
  margin:0;
}
.oma-stats .oma-stats-heading p {
  margin:25px 0 0;
}
.oma-stats .oma-stats-cta {
  margin:50px 0 0 ;
}
.oma-stats .oma-stats-content {
  display:flex;
  gap:40px;
}
.oma-stats .oma-stats-boxs {
  width:50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.oma-stats .width-70-30 .oma-stats-boxs:nth-child(1),
.oma-stats .width-30-70 .oma-stats-boxs:nth-child(2) {
  width:70%;
}
.oma-stats .width-30-70 .oma-stats-boxs:nth-child(1),
.oma-stats .width-70-30 .oma-stats-boxs:nth-child(2) {
  width:30%;
}
.oma-stats .width-60-40 .oma-stats-boxs:nth-child(1),
.oma-stats .width-40-60 .oma-stats-boxs:nth-child(2) {
  width:60%;
}
.oma-stats .width-40-60 .oma-stats-boxs:nth-child(1),
.oma-stats .width-60-40 .oma-stats-boxs:nth-child(2) {
  width:40%;
}
.oma-stats .oma-stats-boxs .oma-stats-box,
.oma-stats .oma-stats-boxs .oma-stats-box-inner {
  display:flex;
  gap:32px;
  height:100%;
}
.oma-stats .oma-stats-boxs .oma-stats-box.column {
  flex-direction:column;
}
.oma-stats .oma-stats-boxs .oma-stats-box .oma-stats-box-inner,
.oma-stats .oma-stats-boxs .oma-stats-box .oma-stats-img {
  width:50%;
}
.oma-stats .oma-stats-boxs .oma-stats-box.column .oma-stats-box-inner,
.oma-stats .oma-stats-boxs .oma-stats-box.column .oma-stats-img {
  width:100%;
}
.oma-stats .oma-stats-boxs .oma-stats-box-inner {
  flex-direction:column;
}
.oma-stats .oma-stats-boxs .oma-stats-description {
  padding: 32px;
  border: 1px solid #20aa4d;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
}
.oma-stats .oma-stats-boxs .oma-stats-description.flip {
  flex-direction: column-reverse;
}
.oma-stats .oma-stats-boxs .oma-stats-description h6,
.oma-stats .oma-stats-boxs .oma-stats-description h3 {
  margin:0;
}
.oma-stats .oma-stats-boxs .oma-stats-description h6 {
  font-weight:500;
}
.oma-stats .oma-stats-boxs .oma-stats-box.flip {
  flex-direction:column-reverse;
}
.oma-stats .oma-stats-boxs .oma-stats-img {
  height:100%;
  line-height:0;
}
.oma-stats .oma-stats-boxs .oma-stats-img img {
  border-radius:23px;
  object-fit: cover;
  height: 100% !important;
  width:100%!important;
}
.oma-stats .oma-stats-content .oma-stats-boxs:first-child .oma-stats-box:last-child .oma-stats-box-inner .oma-stats-description {
  height: auto;
}
@media(max-width:991px) {
  .oma-stats .oma-stats-heading {
    margin:0 0 35px;
  }
  .oma-stats .oma-stats-cta {
    margin:35px 0 0 ;
  }
  .oma-stats .oma-stats-content {
    flex-direction:column;
  }
  .oma-stats .oma-stats-boxs {
    width:100%!important;
    gap:30px;
  }
  .oma-stats .oma-stats-boxs .oma-stats-box-inner {
    height:auto;
  }
}
@media(min-width:768px) {
  .oma-stats .oma-stats-content.mobile {
    display:none;
  }
}
@media(max-width:767px) {
  .oma-stats .oma-stats-heading {
    margin:0 0 24px;
  }
  .oma-stats .oma-stats-cta {
    margin:24px 0 0 ;
  }
  .oma-stats .oma-stats-boxs .oma-stats-box.column {
    flex-direction: column-reverse;
  }
  .oma-stats .oma-stats-boxs .oma-stats-box.row {
    flex-direction: column;
  }
  .oma-stats .oma-stats-boxs .oma-stats-box.row .oma-stats-box-inner,
  .oma-stats .oma-stats-boxs .oma-stats-box.row .oma-stats-img {
    width:100%;
    gap: 30px;
  }
  .oma-stats .oma-stats-content {
    gap:32px;
  }
  .oma-stats .oma-stats-content.desktop {
    display:none;
  }
  .oma-stats .oma-stats-boxs .oma-stats-box .oma-stats-description:not(:first-child) {
    order:3;
  }
}
/* Stats CSS End */

/* Content Split CSS Start */
.oma-content-split .oma-content-split-heading {
  margin: 0 auto 100px;
  text-align: center;
  max-width: 700px;
}
.oma-content-split .oma-content-split-heading h2 {
  margin:0 0 50px;
}
.oma-content-split .oma-content-split-heading p {
  margin: 20px 0 0;
}
.oma-content-split .oma-content-split-box {
  overflow:clip;
}
.oma-content-split .oma-content-split-box .oma-content-split-boxs:first-child {
  margin:0;
}
.oma-content-split .oma-content-split-box .oma-content-split-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background:#ffffff;    
  overflow:clip;
}
.oma-content-split .oma-content-split-box .oma-content-split-boxs.oma-content-split-inner-scroll-fixed-top {
  position: sticky;
  top: 200px;
  margin-top:-30px;
  border-radius:30px 30px 0 0;  
}
.oma-content-split .oma-content-split-boxs.flip .oma-content-split-inner {
  order:2;
}
.oma-content-split .oma-content-split-box .oma-content-split-inner {
  display: flex;
  padding: 83px 60px;
  flex-direction: column;
  justify-content: center;
}
.oma-content-split .oma-content-split-box .oma-content-split-inner i ,
.oma-content-split .oma-content-split-box .oma-content-split-inner i svg {
  width:25px;
  height:25px;
  height: 25px;
  width: 25px;
  fill: currentColor;
  color: #20aa4d;
  margin:0 0 20px;
  display:block;
}
.oma-content-split .oma-content-split-box .oma-content-split-inner h3 {
  margin:0;
}
.oma-content-split .oma-content-split-box .oma-content-split-inner p {
  margin:24px 0 0;
}
.oma-content-split .oma-content-split-box .oma-content-split-inner ul {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  padding: 0 0 0 28px;
  gap: 4px;
}
.oma-content-split .oma-content-split-box .oma-content-split-img {
  line-height:0;
}
.oma-content-split .oma-content-split-box .oma-content-split-img img {
  height:100%!important;
  width:100%!important;
  object-fit:cover;
}
@media(max-width:991px) {
  .oma-content-split .oma-content-split-box .oma-content-split-inner {
    padding: 50px;
  }
  .oma-content-split .oma-content-split-heading {
    margin:0 0 60px;
  }
}
@media(min-width:768px) {
  .oma-content-split .oma-content-split-slider.mobile {
    display:none;
  }
}
@media(max-width:767px) {
  .oma-content-split .oma-content-split-box .oma-content-split-inner {
    padding: 40px 20px;
  }
  .oma-content-split .oma-content-split-boxs.flip .oma-content-split-inner {
    order:inherit;
    height: fit-content;
  }
  .oma-content-split .oma-content-split-heading {
    text-align:left;
  }
  .oma-content-split .oma-content-split-heading,
  .oma-content-split .oma-content-split-heading h2 {
    margin:0 0 40px;
  }
  .oma-content-split .oma-content-split-box .oma-content-split-boxs {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
  .oma-content-split .oma-content-split-slider .oma-content-split-box .oma-content-split-boxs {
    border-radius:30px;
  }
  .oma-content-split .oma-content-split-box.desktop {
    display:none;
  }
  .oma-content-split .oma-content-split-box .slick-track {
    display:flex;
  }
  .oma-content-split .oma-content-split-box .slick-slider,
  .oma-content-split .oma-content-split-box {
    position:static;
  }
  .oma-content-split .oma-content-split-box .slick-arrow {
    align-items: center;
    background: transparent;
    border: 1px solid #20aa4d;
    border-radius: 50%;
    bottom: 0;
    display: flex !important;
    font-size: 0;
    height: 40px;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    width: 40px;
    z-index: 1;
  }
  .oma-content-split .oma-content-split-box .slick-arrow.slick-next {
    left: 52px;
    transform: rotate(180deg);
  }
  .oma-content-split .oma-content-split-box .slick-arrow:before {
    background-color: transparent;
    background-image: url(/hubfs/47347616/icon-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 40px;
    left: -3px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 40px;
  }
  .oma-content-split .oma-content-split-slider {
    position:relative;
    padding:0 0 60px;
  }
}
/* Layout 2 */
.oma-content-split.layout-2 .oma-content-split-box {
  display: grid;
  grid-template-columns: 1fr repeat(12, 100px) 1fr;
  grid-auto-rows: auto;
  grid-gap: 10px;
  align-items:center;
}
.oma-content-split.layout-2 .oma-content-split-box.flip {
  display:flex;
  flex-direction: row-reverse;
}
.oma-content-split.layout-2 .oma-content-split-box.flip .oma-content-split-box-left,
.oma-content-split.layout-2 .oma-content-split-box.flip .oma-content-split-box-right{
  width:50%;
}
.oma-content-split.layout-2 .full-width {
  max-width:100%;
  padding:0;
}
.oma-content-split.layout-2 .oma-content-split-box .oma-content-split-box-left {
  grid-column-start: 1;
  grid-column-end: 7; 
  line-height:0;
}
.oma-content-split.layout-2 .oma-content-split-box .oma-content-split-box-right {
  grid-column-start: 7;
  grid-column-end: 13;
  padding:30px;
  width:100%;
}
.oma-content-split.layout-2 .oma-content-split-box .oma-content-split-box-left img {
  max-width:100%;
  width:100%;
}
.oma-content-split.layout-2 .oma-content-split-heading {
  margin:0;
  max-width:100%;
  text-align:left;
}
.oma-content-split.layout-2 .oma-content-split-heading h2 {
  margin:0;
}
.oma-content-split.layout-2 .oma-content-split-heading p {
  margin:24px 0 0 0;
}
.oma-content-split.layout-2 .oma-content-split-cta {
  margin:40px 0 0;
}
.oma-content-split.layout-2 a.oma-btn-link:hover:before {
  background: #E1F4E1;
}
@media (max-width:991px) {
  .oma-content-split.layout-2 .oma-content-split-box {
    display:flex;
    flex-direction:column;
  }
  .oma-content-split.layout-2 .oma-content-split-box.flip {
    flex-direction:column;
  }
  .oma-content-split.layout-2 .oma-content-split-box.flip .oma-content-split-box-left,
  .oma-content-split.layout-2 .oma-content-split-box.flip .oma-content-split-box-right{
    width:100%;
  }
  .oma-content-split.layout-2 .oma-content-split-box .oma-content-split-box-right {
    padding:80px 20px;
  }
}

/* Content Split CSS End */

/* Text CSS Start */
.oma-text .oma-text-box {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}
.oma-text .oma-text-box .oma-text-heading {
  max-width:400px;
}
.oma-text .oma-text-box .oma-text-heading h6 {
  margin:0 0 24px;
}
.oma-text .oma-text-box .oma-text-heading h2,
.oma-text .oma-text-box .oma-text-content p {
  margin:0;
}
.oma-text .oma-text-box .oma-text-cta {
  margin:24px 0 0;
}
@media(max-width:767px) {
  .oma-text .oma-text-box {
    grid-template-columns:repeat(1,1fr);
  } 
}
/* Text CSS End */

/* Single Blog CSS Start */
.oma-single-blog .oma-single-blog-heading { 
  margin:0 0 50px;
}
.oma-single-blog .oma-single-blog-heading h1,
.oma-single-blog .oma-single-blog-heading h2 {
  margin:0;
}
.oma-single-blog .oma-single-blog-heading p {
  margin:25px 0 0;
}
.oma-single-blog .oma-single-blog-cta {
  margin:50px 0 0 ;
}
.oma-single-blog .oma-blog-box {
  display:flex;
  align-items:center;
  gap:40px;
}
.oma-single-blog .oma-blog-box .oma-blog-box-content {
  width:35%;
}
.oma-single-blog .oma-blog-box .oma-blog-box-img {
  width:65%;
  line-height:0;
}
.oma-single-blog .oma-blog-box .oma-blog-date p {
  font-size: 14px;
  line-height:  20px;
  color: #666666;
  margin:0 0 24px;
}
.oma-single-blog .oma-blog-box .oma-blog-box-content h6 {
  color:#2C2C2C;
  margin:0;
}
.oma-single-blog .oma-blog-box .oma-blog-description p,
.oma-single-blog .oma-blog-box .oma-button-content {
  margin:24px 0 0;
}
.oma-single-blog .oma-blog-box .oma-blog-description p a {
  color:#2C2C2C;
  text-decoration:underline!important;
}
.oma-single-blog .oma-blog-box .oma-blog-box-img a {
  display:block;
}
.oma-single-blog .oma-blog-box .oma-blog-box-img img {
  border-radius:23px;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media(max-width:991px) {
  .oma-single-blog .oma-single-blog-heading {
    margin:0 0 35px;
  }
  .oma-single-blog .oma-single-blog-cta {
    margin:35px 0 0 ;
  }
  .oma-single-blog .oma-blog-box {
    flex-direction:column;
    align-items: baseline;
  }
  .oma-single-blog .oma-blog-box .oma-blog-box-content,
  .oma-single-blog .oma-blog-box .oma-blog-box-img {
    width:100%;
  }
}
@media(max-width:767px) {
  .oma-single-blog .oma-single-blog-heading {
    margin:0 0 24px;
  }
  .oma-single-blog .oma-single-blog-cta {
    margin:24px 0 0 ;
  }
}
/* Single Blog CSS End */

/* Blog Listing CSS Start */
.oma-latest-blog-listing {
  padding:0 0 56px;
}
.oma-latest-blog-listing .oma-latest-blog-heading {
  padding:40px 0 0;
  border-top:1px solid #20aa4d;
  margin: 0 0 50px;
}
.oma-latest-blog-listing .oma-latest-blog-heading h2 {
  margin:0;
  font-size:36px;
}
.oma-latest-blog-listing .oma-latest-blog-boxs {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px 40px;
}
.oma-latest-blog-listing .oma-latest-blog-box {
  display:flex;
  flex-direction:column;
  gap:24px;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-img {
  line-height:0;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-img a {
  display:block;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-img img {
  min-height:224px;
  border-radius:23px;
  max-width:100%;
  height:100%!important;
  width:100%;
  object-fit:cover;
  max-height:224px;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(128, 128, 128, 0.55);
  margin:0;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-description {
  margin:10px 0 0 ;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-description h6 {
  font-size: 16px;
  color:#2C2C2C;
  font-weight:400;
  margin:0;
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-description h6 a {
  color:#2C2C2C;  
}
.oma-latest-blog-listing .oma-latest-blog-box .oma-button-content {
  margin:16px 0 0;
}
.oma-latest-blog-listing .blog-pagination {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px 20px;
  flex-wrap:wrap;
  margin:50px 0 0;
}
.oma-latest-blog-listing .blog-pagination .blog-pagination__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  border-bottom:2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .5s ease;
}
.oma-latest-blog-listing .blog-pagination .blog-pagination__link svg {
  width:16px;
  height:16px;
  color:#666666;
  fill:currentcolor;
  display:block;
  transition:all .5s ease;
}
.oma-latest-blog-listing .blog-pagination .blog-pagination__link:hover,
.oma-latest-blog-listing .blog-pagination .blog-pagination__link:hover svg {
  color: #20aa4d;
}
.oma-latest-blog-listing .blog-pagination .blog-pagination__link--active {
  color:#20aa4d;
  border-color: #20aa4d;
}
@media(max-width:991px) { 
  .oma-latest-blog-listing .oma-latest-blog-boxs {
    grid-template-columns:repeat(2,1fr);
  }
  .oma-latest-blog-listing .oma-latest-blog-heading h2 {
    font-size:32px;
  }
}
@media(max-width:767px) {
  .oma-latest-blog-listing .oma-latest-blog-heading {
    margin: 0 0 40px;
    padding: 60px 0 0;
  }
  .oma-latest-blog-listing .oma-latest-blog-boxs {
    grid-template-columns:repeat(1,1fr);
    gap:25px;
  }
  .oma-latest-blog-listing .blog-pagination { 
    margin:66px 0 0;
  }
  .oma-latest-blog-listing {
    padding: 0 0 40px;
  }
  .oma-latest-blog-listing .oma-latest-blog-heading h2 {
    font-size:28px;
  }
  .oma-latest-blog-listing .oma-latest-blog-box .oma-latest-blog-img img {
    max-width:fit-content;
  }
}
/* Blog Listing CSS End */

/* Glossary CSS Start */
.oma-glossary .content-wrapper {
  max-width:1286px;
}
.oma-glossary .oma-glossary-heading {
  margin:0 0 40px;
  text-align:center;
}
.oma-glossary .oma-glossary-heading h1,
.oma-glossary .oma-glossary-heading h2 {
  margin:0;
}
.oma-glossary .oma-glossary-heading p {
  margin:24px 0 0;
}
.oma-glossary .oma-glossary-cta {
  margin:40px 0 0;
}
.oma-glossary .oma-glossary-content {
  position:relative;
}
.oma-glossary .oma-glossary-content .oma-glossary-list {
  position:sticky;
  top:99px;
  background: #fff;
  z-index:99;
}
.oma-glossary .oma-glossary-content .oma-glossary-list ul {
  padding: 16px 0 17px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
}
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a {
  display: block;
  font-size: 20px;
  line-height: 28px ;
  color:#2C2C2C;
  border-bottom:2px solid transparent;
  transition:all .5s ease;
  min-width: 26px;
  text-transform: capitalize;
  text-align: center;
}
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a:hover,
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a.active {
  color: #20aa4d;
  font-weight:500;
}
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a:hover,
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a.active {
  border-color: #20aa4d;
}
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a.oma-disable:hover,
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a.oma-disable.active {
  color:#D3D3D3;
}
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a.oma-disable.active,
.oma-glossary .oma-glossary-content .oma-glossary-list ul li a.oma-disable:hover {
  border-color:transparent;
}
.oma-glossary .oma-glossary-boxs {
  display: flex;
  flex-direction: column;
  gap: 50px;     
  padding:0 138px;
}
.oma-glossary .oma-glossary-box {
  margin: 60px 0 0;
}
.oma-glossary .oma-glossary-box .oma-glossary-head h2 {
  text-transform:uppercase;
  margin:0;
}
.oma-glossary .oma-glossary-box .oma-glossary-bottom {
  margin: 50px 0 0;
  gap: 40px 64px;
  column-count: 2;
}
.oma-glossary .oma-glossary-box .oma-glossary-bottom-inner {
  break-inside: avoid;
  margin:50px 0 0;
}
.oma-glossary .oma-glossary-box .oma-glossary-bottom-inner:first-child {
  margin:0;
}
.oma-glossary .oma-glossary-box .oma-glossary-bottom-inner h6 {
  margin:0;
  font-size:18px;
  font-weight: 500;
}
.oma-glossary .oma-glossary-box .oma-glossary-bottom-inner p {
  margin:24px 0 0;
  font-size:18px;
  word-break: break-word;
}
.oma-glossary .oma-glossary-btt-btn {
  text-align:right;
  position: sticky;
  bottom: 30px;
}
.oma-glossary .oma-glossary-btt-btn a {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color: #20aa4d;
  margin-right:-10px;
  font-weight:300;
}
.oma-glossary .oma-glossary-btt-btn a i {
  border: 1px solid #20aa4d;
  border-radius:50%;
  width:33px;
  height:33px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.oma-glossary .oma-glossary-btt-btn a i svg {
  width: 12px;
  height: 15px;
  display:block;
  color:#20aa4d;
  fill:currentcolor;
}
@media(max-width:991px) {
  .oma-glossary .oma-glossary-content .oma-glossary-list {
    top:89px;
  }
  .oma-glossary .oma-glossary-btt-btn {
    display:none;
  }
  .oma-glossary .oma-glossary-boxs {
    padding:0;
  }
}
@media(max-width:767px) {
  .oma-glossary .oma-glossary-content .oma-glossary-list {
    top:80px;
  }
  .oma-glossary .oma-glossary-box .oma-glossary-bottom {
    column-count: 1;
  }
}

/* Blog Details Start */
.oma-blog-details {
  margin:99px 0 0 0;
  padding:60px 0;
}
.oma-blog-details .oma-blog-details-content {
  display:flex;
  gap:40px;
}
.oma-blog-details-info .oma-blog-details-content .oma-content .content-wrapper {
  padding:0 !important;
}
.oma-blog-details .blog-post {
  max-width:fit-content;
}
.oma-blog-details .oma-blog-details-left,
.oma-blog-details .oma-blog-details-blank {
  width:15%;
}
.oma-blog-details .oma-blog-details-right {
  width:70%;
}
.oma-blog-details .oma-blog-details-left a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.oma-blog-details .oma-blog-details-left a:before {
  content: '';
  background-image: url(/hubfs/47347616/icon-4.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
.oma-blog-details .oma-blog-details-right .blog-post__tags a {
  font-size:20px;
  color:#20aa4d;
  font-weight:500;
  line-height:28px;
}
.oma-blog-details .oma-blog-details-right .blog-post h1 {
  margin:0;
  color:#2C2C2C;
  margin-bottom:20px;
  font-weight:400;
  font-size:30px;
}
.oma-blog-details .oma-blog-details-right .blog-post .blog-post__meta {
  font-size:16px;
  line-height:26px;
  color:#B9B9B9 ;
  font-weight:400;
  margin:0;
}
.oma-blog-details-info .blog-related-posts {
  background-color: transparent;
  padding:40px 0 0;
}
.oma-blog-details-info .blog-related-posts h2 {
  margin:0 0 30px;
  text-align:left;
  font-size:24px;
  line-height:34px;
}
.oma-blog-details-info .blog-related-posts .blog-related-posts__list {  
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.oma-blog-details-info .blog-related-posts .blog-related-posts__post {
  padding:0;
  display: flex;
  flex-direction: column;
}
.oma-blog-details-info .blog-related-posts .blog-related-posts__post-image-wrapper {
  display:block;
  margin:0 0 24px;
  line-height:0;
}
.oma-blog-details-info .blog-related-posts .blog-related-posts__post-image-wrapper img {
  border-radius: 23px;
  max-width: 100%;
  max-height: 224px;
  min-height:224px;
  width: 100%;
}
.oma-blog-details-info .blog-related-posts .blog-post__meta {
  font-size: 14px;
  color: #8080808C;
  font-weight:500;
  margin:0 0 10px 0;
}
.oma-blog-details-info .blog-related-posts .blog-post__summary {
  font-weight:400;
  color:#20aa4d;
}
.oma-blog-details-info .blog-related-posts__list h5.blog-related-posts__title,
.oma-blog-details-info .blog-related-posts__list h5.blog-related-posts__title a {
  color:#2C2C2C !important;
  margin:0;
  font-weight:400;
  font-size:16px;
  line-height:1.5;
}
.oma-blog-details-info .blog-related-posts .read-more-link {
  color:#20aa4d;
  font-weight:500;
  margin-top:16px;
  display: block;
}
.oma-blog-details-info .blog-related-posts-slider {
  display:none !important;
}
.oma-blog-details-info .blog-related-posts-slider .slick-track {
  padding:0 0 65px;
}
.oma-blog-details-info .blog-related-posts-slider .slick-arrow {
  background: transparent;
  border: 1px solid #20aa4d;
  border-radius: 50%;
  bottom: 0;
  font-size: 0;
  height: 40px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.oma-blog-details-info .blog-related-posts-slider .slick-arrow:before {
  background-image: url(/hubfs/47347616/icon-1.png);
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.oma-blog-details-info .blog-related-posts-slider .slick-arrow.slick-next {
  left: 52px;
  transform: rotate(180deg);
}
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body #hs_cos_wrapper_post_body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h1,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h2,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h3,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h4,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h5,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h6,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body p,
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body a{
  margin:0;
  color:#2C2C2C;
}
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body h3 {
  margin:10px 0 0 0;
}
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body a {
  text-decoration: underline;
}
.oma-blog-details-info .oma-blog-post-content .oma-blog-post-content-body ul {
  margin:0;
  padding:0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;  
}
.oma-blog-details-info .blog-related-posts__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width:991px) {
  .oma-blog-details-info .blog-related-posts .blog-related-posts__list {  
    grid-template-columns: repeat(2, 1fr);
  }
  .oma-blog-details {
    padding:50px 0;
  }
  .oma-blog-details .oma-blog-details-content {
    gap:30px;
  }
  .oma-blog-details .oma-blog-details-right .blog-post h1 {
    font-size:28px;
  }
}
@media (max-width:767px) {
  .oma-blog-details-info .blog-related-posts .blog-related-posts__list {  
    grid-template-columns: repeat(1, 1fr);
  }
  .oma-blog-details .oma-blog-details-content {
    flex-direction: column;
  }
  .oma-blog-details .oma-blog-details-left,
  .oma-blog-details .oma-blog-details-right {
    width:100%;
  }
  .oma-blog-details-info .blog-related-posts-grid,
  .oma-blog-details .oma-blog-details-blank {
    display:none;
  }
  .oma-blog-details-info .blog-related-posts-slider {
    display:block !important;
  }
  .oma-blog-details {
    margin:80px 0 0 0;
    padding:40px 0;
  }
  .oma-blog-details .oma-blog-details-content {
    gap:20px;
  }  
  .oma-blog-details .oma-blog-details-right .blog-post h1 {
    font-size:26px;
  } 
}
/* Blog Details End */

/* Content CSS Start */
.oma-content .oma-content-heading {
  margin:0 0 40px 0;
}
.oma-content .oma-content-heading i ,
.oma-content .oma-content-heading i svg {
  width:25px;
  height:25px;
  height: 25px;
  width: 25px;
  fill: currentColor;
  color:#20aa4d;
  margin:0 0 20px;
  display:block;
} 
.oma-content .oma-content-heading h2 {
  margin:0;
}
.oma-content .oma-content-heading p {
  margin:10px 0 0 0;
}
.oma-content .oma-content-cta {
  margin:40px 0 0 0;
}
.oma-content .oma-content-box {
  display:flex;
  gap:40px;
}
.oma-content .oma-content-box .oma-content-left,
.oma-content .oma-content-box .oma-content-right{
  width:50%;
}
.oma-content .oma-content-box.width-100 {
  flex-direction: column;
  gap:0;
}
.oma-content .oma-content-box.width-100 .oma-content-left,
.oma-content .oma-content-box.width-100 .oma-content-right {
  width:100%;
}
.oma-content .oma-content-box.width-45 .oma-content-right,
.oma-content .oma-content-box.width-55 .oma-content-left {
  width:55%;
}
.oma-content .oma-content-box.width-45 .oma-content-left,
.oma-content .oma-content-box.width-55 .oma-content-right {
  width:45%;
}
.oma-content .oma-content-box.width-40 .oma-content-right,
.oma-content .oma-content-box.width-60 .oma-content-left {
  width:60%;
}
.oma-content .oma-content-box.width-40 .oma-content-left,
.oma-content .oma-content-box.width-60 .oma-content-right {
  width:40%;
}
.oma-content .oma-content-box .oma-content-left .oma-content-left-content p,
.oma-content .oma-content-box .oma-content-left .oma-content-left-content h5,
.oma-content .oma-content-box .oma-content-left .oma-content-left-content h6,
.oma-content .oma-content-box .oma-content-left .oma-content-left-content h4,
.oma-content .oma-content-box .oma-content-left .oma-content-left-content h3 {
  margin:0;
}
.oma-content .oma-content-box .oma-content-left .oma-content-left-content div {
  display:flex;
  flex-direction:column;
  gap:24px;
}
.oma-content .oma-content-box.width-100 .oma-content-left .oma-content-left-content {
  margin:0 0 40px 0;
}
.oma-content .oma-content-box .oma-content-right .oma-content-right-img {
  line-height:0;
}
.oma-content .oma-content-box .oma-content-right .oma-content-right-img img {
  border-radius: 23px;
  max-width: 100% !important;
  height: 100% !important;
  width: 100%;
}
@media (max-width:991px) {
  .oma-content .oma-content-box {
    flex-direction: column-reverse;
  }
  .oma-content .oma-content-box .oma-content-left,
  .oma-content .oma-content-box .oma-content-right {
    width: 100% !important;
  }
}
@media(max-width:767px) {
  .oma-content .oma-content-heading {
    margin:0 0 30px 0;
  }
  .oma-content .oma-content-cta {
    margin:30px 0 0 0;
  }
}
/* Content CSS End */

/* Member Resouces CSS Start */
.oma-member-resources .oma-member-resources-heading {
  margin:0 0 6px 0;
}
.oma-member-resources .oma-member-resources-heading h2,
.oma-member-resources .oma-member-resources-heading h1 {
  margin:0;
}
.oma-member-resources .oma-member-resources-heading p {
  margin:10px 0 0;
}
.oma-member-resources .oma-member-resources-cta {
  margin:40px 0 0 0;
}
.oma-member-resources .oma-member-resources-filter-top {
  display: flex;
  gap:85px;
}
.oma-member-resources .oma-member-resources-filter-top-sticky {
  background: #fff;
  padding: 35px 0 20px;
  position: sticky;
  top: 88px;
  z-index: 9;
}
.oma-member-resources .oma-member-resources-filter-top ul.oma-member-resources-tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 70%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.oma-member-resources .oma-member-resources-filter-top .oma-member-resources-search-bar {
  width:30%;
}
.oma-member-resources .oma-member-resources-filter-top ul.oma-member-resources-tab li a {
  background: #fff;
  border: 1px solid #20aa4d;
  border-radius: 23px;
  color: #20aa4d;
  display: block;
  font-weight: 400;
  padding: 11px 20px;
  transition: all .5s ease;
  line-height: 22px;
  cursor: pointer;
}
.oma-member-resources .oma-member-resources-filter-top ul.oma-member-resources-tab li a.active ,
.oma-member-resources .oma-member-resources-filter-top ul.oma-member-resources-tab li a:hover {
  background:#E1F4E1;
}
.oma-member-resources .oma-member-resources-filter-top .oma-member-resources-search-bar .oma-member-resources-search input {
  background: #fff;
  background-image: url(/hubfs/47347616/icon-2.png);
  border: 1px solid #20aa4d;
  border-radius: 23px;
  font-family: Gotham;
  outline: 0;
  padding: 15px 39px 15px 20px;
  width: -webkit-fill-available;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.oma-member-resources .oma-member-resources-filter-top .oma-member-resources-search-bar .oma-member-resources-search input::placeholder {
  font-size:16px;
  line-height:22px;
  color:#666666;
}
.oma-member-resources .oma-member-resources-bottom {
  display: flex;
  gap:85px;
  margin:48px 0 0;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right {
  width:30%;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-sticky {
  position: sticky;
  top:208px;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-box {
  padding:0 0 30px 0;
  border-bottom:1px solid #666666;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-category {
  display:block;
  font-size:16px;
  color: #20aa4d;
  line-height:22px;
  font-weight:500;
  margin:0 0 20px 0;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-title h3,
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-title h3 a {
  margin:0;
  color:#2C2C2C !important;
  font-weight:400;
  font-size:30px;
  transition: all 0.5s ease;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-title h3:hover,
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-title h3 a:hover  {
  color:#666666 !important;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-date {
  margin:15px 0 0;
  color:#666666;
  font-weight:400;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box {
  padding:20px;
  border-radius:23px;
  background:#FFF2C6;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-category p {
  margin:0 !important;
  font-weight:500;
  color:#20aa4d;
  font-size:14px;
  line-height:22px;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box .oma-btn-link {
  transition: all 0.5s ease;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box .oma-btn-link:hover {
  background: transparent;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box .oma-btn-link:before {
  content:none;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box h5 {
  margin:0;
  max-width: 310px;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box p {
  margin:15px 0;
}
.oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-box .oma-member-resources-cta {
  margin:0;
}
@media (max-width:991px) {
  .oma-member-resources .oma-member-resources-bottom {
    gap:30px;
  }
  .oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-box {
    padding:0 0 20px 0;
  }
  .oma-member-resources .oma-member-resources-bottom {
    margin:30px 0 0;
  }
}
@media (max-width:767px) {
  .oma-member-resources .oma-member-resources-filter-top,
  .oma-member-resources .oma-member-resources-bottom {
    flex-direction: column-reverse;
    gap:20px;
  }
  .oma-member-resources .oma-member-resources-bottom {
    gap:35px;
  }
  .oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left,
  .oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right,
  .oma-member-resources .oma-member-resources-filter-top ul.oma-member-resources-tab,
  .oma-member-resources .oma-member-resources-filter-top .oma-member-resources-search-bar {
    width:100%;
  }
  .oma-member-resources .oma-member-resources-bottom,
  .oma-member-resources .oma-member-resources-cta {
    margin:20px 0 0;
  }
  .oma-member-resources .oma-member-resources-heading {
    margin:0 0 20px 0;
  }
  .oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-right .oma-member-resources-bottom-right-sticky {
    gap:20px;
  }
  .oma-member-resources .oma-member-resources-bottom .oma-member-resources-bottom-left .oma-member-resources-bottom-left-category {
    margin:0 0 10px 0;
  }
  .oma-member-resources .oma-member-resources-filter-top ul.oma-member-resources-tab {
    gap:20px 10px;
  }
  .oma-member-resources .oma-member-resources-filter-top-sticky {
    top: 78px;
  }
}
/* Member Resources CSS End */

/* Member with Filter CSS Start */

/* Member with Filter CSS End */

/* 404 Page CSS End */
.oma-404-section,
.oma-backup-unsubscribe-hero,
.oma-password-hero ,
.oma-search-hero,
.oma-preference-hero ,
.oma-confirmation-hero,
.oma-error-hero-section {
  margin:99px 0 0;
  padding:100px 0 ;
  background-color:#E1F4E180;
}
.oma-404-section h1 ,
.oma-backup-unsubscribe-hero h1,
.oma-password-hero h1,
.oma-search-hero h1,
.oma-preference-hero h1 ,
.oma-confirmation-hero h1,
.oma-error-hero-section h1 {
  margin:0;
  word-break: break-word;
  text-align:left;
}
.oma-404-section .oma-button {
  margin:40px 0 0 0;
}
.oma-preference-hero p {
  color:#fff;
  text-align:center;
}
.oma-backup-unsubscribe-form h3, 
.oma-preference-form h2 {
  margin:0;
  word-break: break-word;
}
.oma-error-section,
.oma-backup-unsubscribe-form ,
.oma-password-form,
.oma-search-result,
.oma-preference-form,
.oma-confirmation-form,
.oma-membership{
  padding:100px 0;
  background-color:#fff;
}
.oma-search-result {
  background-color:#E1F4E180;
}
.oma-error-section .error-page {
  padding:0;
}
.oma-error-section .error-page:before {
  content:none;
}
.oma-error-section .oma-error-content h2 ,
.oma-error-section .oma-error-content p ,
.oma-backup-unsubscribe-form h1,
.oma-membership h1,
.oma-membership p ,
.oma-password-form p {
  margin:0 0 20px;
} 
.oma-backup-unsubscribe-form ,
.oma-error-section .oma-error-content {
  text-align:center;
}
.systems-page {
  padding:0;
  max-width:100%;
}
.oma-backup-unsubscribe-form .page-header,
.oma-preference-form .systems-page form .page-header h1, 
.oma-preference-form .systems-page form .email-prefs .header ,
.oma-confirmation-form .page-header h2,
.oma-confirmation-form .page-header h1 {
  display:none;
}
.oma-membership .form-container ul {
  list-style: none;
}
.oma-membership .systems-page {
  padding: 0;
  text-align: center;
  max-width: 100%;
}
.oma-membership .form-container,
.oma-password-form .systems-page {
  margin: 47px auto 0;
  max-width: 400px;
  text-align: left;
}
.oma-password-form .systems-page {
  margin:auto;
}
.oma-membership .form-container form,
.oma-password-form form ,
.oma-preference-form form {
  background-color:transparent;
  border: 0 !important;
}
.oma-membership .form-container form .hs-form-field label,
.oma-password-form form label {
  margin: 0 0 10px;
  display:inline-block;
}
.oma-membership .form-container form .hs-form-field input,
.oma-password-form form input[type="password"] {
  border-radius: 0px;
  border:0;
  border-bottom: 1px solid #20aa4d;
  background: transparent;
  padding: 10px 5px;
  margin: 0 0 15px;
  max-width: 100%;
  width: -webkit-fill-available;
  outline:0!important;
  font-family: Gotham;
}
.oma-membership .form-container form .hs-form-field a {
  margin: 6px 0  !important;
  float: right;
}
.oma-membership .form-container form .hs-form-field input:hover,
.oma-password-form form input[type="password"]:hover {
  background-color: #ffffff;
  border-bottom: 1px solid #20aa4d;
}
.oma-membership .form-container form .hs-form-field input:focus ,
.oma-password-form form input[type="password"]:focus {
  background-color: #ffffff;
  border-bottom: 1px solid #20aa4d;
}
.oma-membership .form-container form .hs-form-field input[type="checkbox"] {
  float: left;
  width: 18px;
  height: 18px;
  margin:0;
  position: absolute;
  top: 2px;
  left:0;
}
.oma-membership .form-container form .hs-form-field input[type="checkbox"]+label {
  float: inherit;
  margin: 0 !important;
  padding: 0 0 0 31px;
}
.oma-membership .form-container form input[type="submit"],
.systems-page form input[type=submit]{
  font-weight:500 !important;
  cursor: pointer;
  color:#fff !important;
  margin:auto;
}
.oma-membership .form-container form .hs-form-field {
  margin: 0 0 20px;
  position: relative;
}
.oma-membership .form-container form div > a {
  margin: -10px 0 29px !important;
}
.oma-membership .form-container form .hs_submit {.
  width: fit-content;
  margin: 0 auto 44px !important;
}
.oma-membership .systems-page p ,
.oma-password-form form input[type=suomait],
.oma-preference-hero p,
.oma-preference-form form input[type=suomait] {
  margin: 15px 0 0;
}
.oma-membership .systems-page p  {
  margin: 15px 0 0 28px; 
}
.oma-preference-form .systems-page {
  max-width: 640px;
  padding: 0;
}
.oma-preference-form form .email-prefs .item {
  cursor: pointer;
  margin: 0 0 20px;
  padding-bottom: 1px;
  position: relative;
}
.oma-preference-form form .item .item-inner {
  border-radius: 10px;
  border: 1px solid rgba(244, 246, 250, 0.93);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 50px;
}
.oma-preference-form form .item .checkbox-row, 
.oma-preference-form form .subscribe-options p {
  padding-left: 55px;
}
.oma-preference-form form .item .item-inner p {
  margin: 10px 0 0 55px;
}
.oma-preference-form form .item .fakelabel input,
.oma-preference-form form .subscribe-options p input {
  position: absolute;
  left: 51px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border: 0;
  z-index: 1;
  opacity: 0;
}
.oma-preference-form form .item .fakelabel span,
.oma-preference-form form .subscribe-options p span {
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  margin: 0 !important;
  padding-left: 0;
}
.oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]+span:before, 
.oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after, 
.oma-preference-form form .subscribe-options p label [type=checkbox]+span:before, 
.oma-preference-form form .subscribe-options p label [type=checkbox]:checked+span:after {
  border-radius: 5px;
  background:#E1F4E1;
  content: "";
  width: 25px;
  height: 25px;
  left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after, 
.oma-preference-form form .subscribe-options p label [type=checkbox]:checked+span:after {
  background-color: #2C2C2C;
  height: 10px;
  left: 7px;
  width: 10px;
  border-radius: 50%;
}
.oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after, 
.oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]:not(:checked)+span:after {
  left: 57px;
}
.oma-preference-form form .subscribe-options p {
  position: relative;
}
.oma-preference-form form .subscribe-options p input,
.oma-preference-form form .subscribe-options p label [type=checkbox]+span:before {
  left: 0;
}
.oma-preference-form form .page-header {
  margin: 0 0 37px;
}
.oma-confirmation-form .systems-page .success {
  background-color:transparent;
  border: none;
  color: #111E40;
  margin: 30px 0 0;
  padding: 0;
  width: auto;
}
.oma-confirmation-form .systems-page {
  text-align:center;
}
.oma-search-hero,
.oma-search-hero .oma-search-hero-bar form {
  background:transparent;
}
.oma-search-hero .oma-search-hero-box {
  max-width:700px;
  margin:auto;
}
.oma-search-hero .oma-search-hero-heading {
  margin:0 0 40px;
}
.oma-search-hero .oma-search-hero-bar input {
  background: #fff;
  border: 1px solid #20aa4d;
  border-radius: 23px;
  font-family: Gotham;
  outline: 0;
  padding: 15px 39px 15px 20px;
  width: -webkit-fill-available;
}
.oma-search-hero .oma-search-hero-bar button {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 15px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.oma-search-hero .oma-search-hero-bar button span {
  padding:0;
}
.oma-search-hero .oma-search-hero-bar button span svg {
  height: 18px;
  fill: currentColor;
  color: #20aa4d;
}
.oma-search-result .hs-search-results__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  justify-content: center;
  margin: 50px 0 0;
}
.oma-search-result .hs-search-results__pagination__link--text-and-icon {
  font-size:0;
}
.oma-search-result .hs-search-results__pagination a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #666;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 22px;
  transition: all .5s ease;
  margin:0;
  border:0;
  border-bottom:2px solid #E1F4E180;
  padding:0;
}
.oma-search-result .hs-search-results__pagination a:hover {
  color:#20aa4d !important;
}
/* .oma-search-result .hs-search-results__pagination .hs-search-results__pagination__link--first {
color: #666;
height: 16px;
width: 16px;
fill: currentcolor;
display: block;
transition: all .5s ease;
} */
.oma-search-result .hs-search-results__pagination__link--active {
  border-color: #20aa4d !important;
  color:#20aa4d !important;
}
.oma-search-result .hs-search-results__pagination__link--text-and-icon span {
  font-size:0;
  transition: all .5s ease;
  margin:0;
}
.oma-search-result .hs-search-results__pagination__link--text-and-icon span:hover {
  color:#20aa4d !important;
}
.oma-membership-register-hero {
  padding:40px 0 0;
}
.oma-membership-register-hero .oma-membership-register-hero-img {
  line-height:0;
}
@media(max-width:991px) {
  .oma-404-section,
  .oma-backup-unsubscribe-hero,
  .oma-search-hero,
  .oma-preference-hero,
  .oma-confirmation-hero,
  .oma-error-hero-section,
  .oma-password-hero{
    margin:89px 0 0;
    padding:80px 0 ;
  }
  .oma-error-section,
  .oma-backup-unsubscribe-form,
  .oma-membership,
  .oma-search-result,
  .oma-preference-form ,
  .oma-confirmation-form {
    padding:80px 0;
  }
}
@media(max-width:767px) {
  .oma-backup-unsubscribe-hero,
  .oma-search-hero,
  .oma-preference-hero,
  .oma-confirmation-hero , 
  .oma-error-section,
  .oma-backup-unsubscribe-form,
  .oma-membership ,
  .oma-search-result,
  .oma-preference-form ,
  .oma-confirmation-form ,
  .oma-error-hero-section,
  .oma-password-hero{
    padding:60px 0;
  }
  .oma-404-section,
  .oma-error-hero-section{
    margin:80px 0 0 0;
  }
  .oma-preference-form form .item .checkbox-row {
    position:relative;
  }
  .oma-preference-form form .item .item-inner {
    padding: 15px;
  }
  .oma-preference-form form .item .checkbox-row,
  .oma-preference-form form .subscribe-options p {
    padding-left: 40px;
  }
  .oma-preference-form form .item .fakelabel input,
  .oma-preference-form form .subscribe-options p input, 
  .oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]+span:before, 
  .oma-preference-form form .subscribe-options p label [type=checkbox]+span:before {
    left: 0;
  }
  .oma-preference-form form .item .item-inner p {
    margin-left: 0;
  }
  .oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]:checked+span:after,
  .oma-preference-form form .checkbox-row span.fakelabel [type=checkbox]:not(:checked)+span:after {
    left: 7px;
  }
}
/* System Page CSS End */

.oma-member-filter .oma-member-filter-heading {
  margin:0 0 20px;
}
.oma-member-filter .oma-member-filter-cta {
  margin:40px 0 0 0;
}
.oma-member-filter .oma-member-filter-heading h1, 
.oma-member-filter .oma-member-filter-heading h2 {
  margin: 0;
} 
.oma-member-filter .oma-member-filter-heading p {
  margin:24px 0 0 ;
}
.oma-member-filter .oma-member-filter-top {
  display: flex;
  gap:85px;
}
.oma-member-filter .oma-member-filter-top-sticky {
  background: #fff;
  padding: 20px 0 40px;
  position: sticky;
  top: 98px;
  z-index: 9;
}
.oma-member-filter .oma-member-filter-top ul.oma-member-filter-tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 70%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.oma-member-filter .oma-member-filter-top .oma-member-filter-search-bar {
  width:30%;
}
.oma-member-filter .oma-member-filter-top ul.oma-member-filter-tab li a {
  background: #fff;
  border: 1px solid #20aa4d;
  border-radius: 23px;
  color:#20aa4d;
  display: block;
  font-weight: 400;
  padding: 11px 20px;
  transition: all .5s ease;
  line-height: 22px;
  cursor: pointer;
}
.oma-member-filter .oma-member-filter-top ul.oma-member-filter-tab li a.active,
.oma-member-filter .oma-member-filter-top ul.oma-member-filter-tab li a:hover {
  background:#E1F4E1;
}
.oma-member-filter .oma-member-filter-top .oma-member-filter-search-bar .oma-member-filter-search input {
  background: #fff;
  background-image: url(/hubfs/47347616/icon-2.png);
  border: 1px solid #20aa4d;
  border-radius: 23px;
  font-family: Gotham;
  outline: 0;
  padding: 15px 39px 15px 20px;
  width: -webkit-fill-available;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}
.oma-member-filter .oma-member-filter-top .oma-member-filter-search-bar .oma-member-filter-search input::placeholder {
  font-size:16px;
  line-height:22px;
  color:#666666;
}
.oma-member-filter .category-desc .category-desc-item {
  margin-bottom: 40px;
}
.oma-member-filter .oma-member-filter-box {
  padding:20px 40px 20px;
  border-radius:23px;
  background:#E1F4E180;
  position: relative;
}
.oma-member-filter .oma-member-filter-box ul {
  padding:0;
  margin:0;
  list-style-type:none;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-right:100px;
}
.oma-member-filter .oma-member-filter-box ul li h6,
.oma-member-filter .oma-member-filter-box ul li h5,
.oma-member-filter .oma-member-filter-box ul li h3,
.oma-member-filter .oma-member-filter-box ul li h4 {
  margin: 0;
}
.oma-member-filter .oma-member-filter-box ul li.oma-filter-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
}
.oma-member-filter .oma-member-filter-box ul li.oma-filter-toggle:after {
  content: '';
  background-image: url(/hubfs/47347616/icon-Jul-29-2025-04-11-41-6906-AM.png);
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.oma-member-filter .oma-member-filter-box ul li.oma-filter-toggle.down:after {
  transform: rotate(180deg);
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info a.clear-all {
  padding:0;
  background:transparent;
  border-radius:0;
  border:0;
  font-size:16px;
  line-height:22px;
  color:#666666;
  font-weight:400 !important;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 40px;
}
.oma-member-filter .oma-member-filter-top-box p {
  margin:20px 0 40px;
}
.oma-member-filter .oma-member-filter-top-box {
  margin:0 0 30px;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info {
  display:none;
  gap:40px;
  margin:20px 0 0; 
  align-items: end;
  justify-content: space-between;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info.open {
  display:flex;
}
.category-desc-item {
  display: none;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-service {
  display: flex;
  gap: 40px;
  width: -webkit-fill-available;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  max-width: 500px;
  align-items: baseline;
  height: max-content;
  width:100%;
} 
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations.oma-member-filter-box-environments {
  max-width: 100%;
  gap:25px 15px;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-environments .oma-checkbox-item {
  width:30%;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations h6 {
  margin:0 0 0;
  padding:0 0 10px 0;
  border-bottom:1px solid #20aa4d;
  font-size:16px;
  line-height:22px;
  font-weight:500;
  width:100%;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-cta {
  white-space: nowrap;
  display: none;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations input[type=checkbox] {
  margin: 0;
  max-width:18px;
  width:100%;
  height: 18px;
  border: 1px solid #20aa4d !important;
  border-radius: 0;
  background: #fff !important;
  /*   appearance: inherit; */
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item {
  position: relative;
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  width:27%;
  cursor: pointer;
}
/*  */
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item label {
  padding-left: 30px;
  word-break: break-word;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item label::before {
  background-color: #fff;
  border: 1px solid #20aa4d;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  /*   margin-right: 10px; */
  transition: background-color .3s, border-color .3s;
  vertical-align: middle;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item label::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  height: 11px;
  left: 6px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item input[type="checkbox"]:checked + label::before {
  background-color: #4caf50;
  border-color: #4caf50;
}
.oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item input[type="checkbox"]:checked + label::after {
  display: block;
}
/* .oma-member-filter .oma-member-filter-box-info {
display: none !important;
transition: all 0.3s ease;
}
.oma-member-filter .oma-member-filter-box-info.active {
display: flex !important;
} */
.oma-member-filter .oma-member-filter-bottom {
  margin:55px 0 0;
}
.oma-member-filter .oma-member-filter-bottom h4 {
  margin:24px 0 0;
}
.oma-member-filter .oma-member-filter-bottom-box {
  display:flex;
  gap:80px;
  border-bottom:1px solid #666666;
  padding:30px 0;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-left {
  width:15%;
  line-height:0;  
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right {
  width:85%;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-title {
  display:flex;
  gap:15px;
  align-items: center;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-title h6 {
  margin:0;
  color:#2C2C2C;
  min-width: fit-content;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-title p {
  padding:2px 12px;
  border-radius:19px;
  margin:0;
  white-space: nowrap;
  font-size:14px;
  line-height:20px;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-title .oma-member-filter-cta{
  width:100%;
  text-align:right;
  margin:0;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content {
  max-width:770px;
  margin:15px 0 0;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content p,
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content .oma-member-filter-right-locations h6 {
  margin:0;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content .oma-member-filter-right-locations h6 {
  font-size:16px;
  line-height:22px;
  font-weight:500;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content .oma-member-filter-right-locations {
  margin:18px 0 0;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content .oma-member-filter-right-locations ul {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:10px 0 0;
  padding:0;
  list-style-type:none;
}
.oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-content .oma-member-filter-right-locations ul li {
  padding:5px 12px;
  background-color:#EEEEEE;
  border-radius:19px;
  color:#2C2C2C;
  font-size:14px;
  line-height:20px;
}
.oma-member-filter .oma-member-filter-back-top {
  bottom: 30px;
  margin-top: 30px;
  position: sticky;
  text-align: right;
  background:transparent;
  max-width: fit-content;
  margin-left: auto;
  z-index: 1;
} 
.oma-member-filter .oma-member-filter-back-top a {
  align-items: center;
  color: #20aa4d;
  display: inline-flex;
  font-weight: 300;
  gap: 9px;
  margin-right: -10px;
}
.oma-member-filter .oma-member-filter-back-top a i {
  align-items: center;
  border: 1px solid #20aa4d;
  border-radius: 50%;
  display: flex;
  height: 33px;
  justify-content: center;
  width: 33px;
}
.oma-member-filter .oma-member-filter-back-top a i svg {
  display: block;
  height: 15px;
  width: 12px;
  fill: currentcolor;
}
@media (max-width:991px) {
  .oma-member-filter .oma-member-filter-top {
    gap: 40px;
  }
  .oma-member-filter .oma-member-filter-box .oma-member-filter-box-info {
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
  }
  .oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-title {
    flex-wrap:wrap;
  }
  .oma-member-filter .oma-member-filter-bottom-box {
    gap:40px;
  }
  .oma-member-filter .oma-member-filter-bottom .oma-member-filter-right .oma-member-filter-right-title .oma-member-filter-cta {
    text-align:left;
  }
  .oma-member-filter .oma-member-filter-bottom {
    margin:50px 0 0;
  }
  .oma-member-filter .oma-member-filter-top-box {
    margin:0;
  } 
  .oma-member-filter .oma-member-filter-back-top a {
    font-size:0;
  }
}
@media (max-width:911px) {
  .oma-member-filter .oma-member-filter-top-sticky {
    top:90px;
  }
}
@media (max-width:767px) {
  .oma-member-filter .oma-member-filter-top,
  .oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-service {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .oma-member-filter .oma-member-filter-top ul.oma-member-filter-tab,
  .oma-member-filter .oma-member-filter-top .oma-member-filter-search-bar {
    width:100%;
  }
  .oma-member-filter .oma-member-filter-top-sticky {
    top: 80px;
  }
  .oma-member-filter .oma-member-filter-box {
    padding:20px 20px 25px;
  }
  .oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations {
    max-width:100%;
  }
  .oma-member-filter .oma-member-filter-bottom {
    margin:40px 0 0;
  }
  .oma-member-filter .oma-member-filter-bottom-box {
    flex-direction: column;
    gap:15px;
  }
  .oma-member-filter .oma-member-filter-bottom .oma-member-filter-left,
  .oma-member-filter .oma-member-filter-bottom .oma-member-filter-right {
    width:100%;
  }
  .oma-member-filter .oma-member-filter-bottom .oma-member-filter-left {
    text-align:right;
    margin-bottom:10px;
  }
  .oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-checkbox-item {
    width:40%;
  }
}
@media (max-width:470px) {
  .oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations.oma-member-filter-box-environments .oma-checkbox-item {
    width:40%;
    min-width: fit-content;
  }
}
@media (max-width:380px) {
  .oma-member-filter .oma-member-filter-box .oma-member-filter-box-info .oma-member-filter-box-locations.oma-member-filter-box-environments .oma-checkbox-item {
    width:50%;
  }
}

/* Popup Video */
.oma-modal-content {
  padding:0 0 ;
  text-align:center;
}
.oma-modal-popup {
  background-color: rgba(0, 0, 0, .7);
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  transform: translateZ(100px);
  -webkit-transform: translateZ(100px);
  width: 100%;
  z-index: 999999 !important;
}
.oma-modal-popup.show {
  display: block;
}
.oma-modal-popup .oma-modal-popup-content {
  border-radius: 0;
  height: 100vh;
  left: 0;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background:#CBBF8C;
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-close {
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  z-index: 1;
  display: flex;
  gap: 18px;
  justify-content: end;
  width:40%;
  /*   position: absolute;
  top: 20px;
  right: 20px; */
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-close p {
  margin:0;
  font-size:16px;
  transition: all 0.5s ease;
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-close p:hover {
  font-weight:500;
}
.oma-modal-popup .oma-modal-popup-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 36px;
  z-index: 1;
  padding: 62px 27px 0;
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box {
  display: flex;
  gap: 36px;
  width:60%;
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box .oma-modal-popup-logo {
  line-height:0;
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box .oma-modal-popup-logo img {
  max-width:134px !important;
}
.oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box p {
  margin:0 0 20px;
  color:#ffffff;
  text-align:left;
}
.oma-modal-popup .oma-modal-popup-sound {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap:wrap;
}
.oma-modal-popup .oma-modal-popup-sound li button {
  display: flex;
  padding: 6px 13px !important;
  background:#FFFFFF80;
  max-width: fit-content;
  border-radius: 15px !important;
  color: #fff;
  gap:8px;
  max-width:fit-content;
  border:0;
  cursor: pointer;
}
.oma-modal-popup .oma-modal-popup-sound li button:before {
  content:none;
}
.oma-modal-popup .oma-modal-popup-sound p {
  font-size:14px !important;
  color:#ffff;
  margin:0 !important;
}
.oma-modal-popup .oma-modal-popup-sound i ,
.oma-modal-popup .oma-modal-popup-sound svg {
  width:15px;
  height:15px;
  color:#fff;
  fill: currentColor;
}
.oma-modal-popup .hs-video-wrapper,
.oma-modal-popup .oma-modal-popup-body,
.oma-modal-popup .hs-video-widget,
.oma-modal-popup .hs-video-container{
  height:100% !important;
}
body .oma-modal-popup .oma-modal-popup-body .hs-video-widget .hs-video-container .hs-video-wrapper iframe {
  right: 0;
  bottom: 0;
  aspect-ratio: 16 / 9;
  width:auto!important;
  min-width: min-content;
}
.oma-modal-popup .oma-modal-popup-body {
  height:100% !important;
}
.popup-open .oma-header,
.popup-open .oma-stats,
.popup-open .oma-cta,
.popup-open .oma-quick-box,
.popup-open .oma-blog,
.popup-open .oma-logo-slider,
.popup-open .oma-footer {
  z-index: -1 !important;
}
.popup-open .oma-stats {
  z-index:0;
}
.oma-modal-content-mobile {
  display:none;
}
@media (max-width:991px) {
  .oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width:767px) {
  .oma-modal-content-desktop {
    display:none; 
  }
  .oma-modal-content-mobile {
    display:block;
  }
  .oma-modal-popup .oma-modal-popup-content-inner {
    position: relative;
    background: #fff;
    padding:23px 20px;
  }
  .oma-modal-content-mobile .oma-modal-popup-content-inner .oma-modal-popup-box .oma-modal-popup-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width:100%;
  }
  .oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-close,
  .oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box p {
    color:#000000;
    margin:0;
  }
  .oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box {
    width:100%;
    gap:57px;
  }
  .oma-modal-content-mobile .oma-modal-popup .oma-modal-popup-content {
    background:#ffffff;
  }
  .oma-modal-popup .oma-modal-popup-sound li {
    padding:0;
    border-radius:0;
    background:transparent;
  }
  .oma-modal-popup .oma-modal-popup-sound p,
  .oma-modal-popup .oma-modal-popup-sound i,
  .oma-modal-popup .oma-modal-popup-sound svg {
    color:#20aa4d;
  }
  .oma-modal-popup .oma-modal-popup-sound {
    padding:20px;
  }
  .oma-modal-popup ul.oma-modal-popup-sound li {
    display:none;
  }
  .oma-modal-popup .oma-modal-popup-sound li:first-child {
    display:flex;
  }
}
@media (max-width:450px) {
  .oma-modal-popup .oma-modal-popup-content-inner .oma-modal-popup-box {
    gap:30px;
  }
}

/* Outline */
.oma-outline-box .oma-outline-box-content {
  border: 1px solid #20aa4d;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
  padding: 32px;
}
.oma-outline-box .oma-outline-box-content h2,
.oma-outline-box .oma-outline-box-content h1,
.oma-outline-box .oma-outline-box-content h3,
.oma-outline-box .oma-outline-box-content h4,
.oma-outline-box .oma-outline-box-content h5,
.oma-outline-box .oma-outline-box-content h6,
.oma-outline-box .oma-outline-box-content p,
.oma-outline-box .oma-outline-box-content a {
  margin:0;
}
.oma-outline-box .oma-outline-box-content h2,
.oma-outline-box .oma-outline-box-content h1,
.oma-outline-box .oma-outline-box-content h3 {
  margin:20px 0 0;
}
.oma-outline-box .oma-outline-box-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}
.oma-outline-box .oma-outline-box-content .oma-outline-box-heading h2 {
  margin:0;
}
.oma-outline-box .oma-outline-box-content .oma-outline-box-description div,
.oma-outline-box .oma-outline-box-content .oma-outline-box-heading div{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.oma-outline-box .oma-outline-box-content p a {
  color:#20aa4d;
}

/* Accordion Start */
.oma-accordion .oma-accordion-heading h1,
.oma-accordion .oma-accordion-heading h2 {
  margin:0;
}
.oma-accordion .oma-accordion-heading p {
  margin:15px 0 0 0;
}
.oma-accordion .oma-accordion-cta {
  margin:50px 0 0;
}
.oma-accordion .oma-accordion-content {
  display: flex;
  gap: 50px;
}
.oma-accordion .oma-accordion-content .oma-accordion-left {
  width:30%;
} 
.oma-accordion .oma-accordion-content .oma-accordion-right {
  width:70%;
} 
.oma-accordion .oma-accordion-content.width-60 .oma-accordion-left {
  width:40%;
}
.oma-accordion .oma-accordion-content.width-60 .oma-accordion-right {
  width:60%;
}
.oma-accordion .oma-accordion-content.width-50 .oma-accordion-left,
.oma-accordion .oma-accordion-content.width-50 .oma-accordion-right {
  width:50%;
}
.oma-accordion .oma-accordion-content.width-30 .oma-accordion-left {
  width:70%;
}
.oma-accordion .oma-accordion-content.width-30 .oma-accordion-right {
  width:30%;
}
.oma-accordion .oma-accordion-content.width-40 .oma-accordion-left {
  width:60%;
}
.oma-accordion .oma-accordion-content.width-40 .oma-accordion-right {
  width:40%;
}
.oma-accordion .oma-accordion-content.width-100 {
  flex-direction: column;
  gap:30px;
}
.oma-accordion .oma-accordion-content.width-100 .oma-accordion-right,
.oma-accordion .oma-accordion-content.width-100 .oma-accordion-right {
  width:100%;
}
.oma-accordion .oma-accordion-item input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.oma-accordion .oma-accordion-item label {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items:center;
  gap:20px;
  padding:27px 0;
  transition: all 0.5s ease;
  border-bottom:1px solid #20aa4d;
}
.oma-accordion .oma-accordion-item label h4,
.oma-accordion .oma-accordion-item label h3{
  margin:0;
  color: #000000;
  font-weight:400;
}
.oma-accordion .oma-accordion-item label i {
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content: center;
  transition:all .5s ease;
}
/* .oma-accordion .oma-accordion-item input:checked+label i {
transform:rotate(180deg);
} */
.oma-accordion .oma-accordion-item input:checked+label.main i {
  transform:rotate(180deg);
}
.oma-accordion .oma-accordion-item label i svg {
  width:15px;
  height:15px;
  display:block;
  color:#20aa4d;
  fill:currentcolor;
}
.oma-accordion .oma-accordion-item-content.tab-content > div  {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oma-accordion .oma-accordion-item .oma-accordion-item-content p {
  margin:0;
  font-weight: 400;
  color: #000;
}
.oma-accordion .oma-accordion-item .oma-accordion-item-content ul {
  padding:0 0 0 20px;
  margin:0px 0 0;  
}
.oma-accordion .oma-accordion-item .oma-accordion-item-content a {
  color:#20aa4d;
}
.oma-accordion .oma-accordion-item .oma-accordion-item-content {
  display: none;
  max-height: fit-content;
  margin:0px 0 0;
  padding:28px 0 30px;
  background: #fff;
  border-bottom:1px solid #20aa4d;
  transition: all 0.5s ease;
}
.oma-accordion .oma-accordion-item input:checked+label+.oma-accordion-item-content {
  display: block;
}
.oma-accordion .oma-accordion-item input:checked+label h4 {
  color:#000;
}

@media (max-width:991px) {
  .oma-accordion .oma-accordion-cta {
    margin:40px 0 0;
  }
  .oma-accordion .oma-accordion-content {
    flex-direction: column;
    gap:20px;
  }
  .oma-accordion .oma-accordion-content .oma-accordion-left,
  .oma-accordion .oma-accordion-content .oma-accordion-right {
    width:100% !important;
  } 
}
@media (max-width:767px) {
  .oma-accordion .oma-accordion-cta {
    margin:30px 0 0;
  }
  .oma-accordion .oma-accordion-item label {
    padding:30px 0;
  }
}
/* Accordion End */