.user-login-form, .user-register-form, .user-pass {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 992px) {
  .user-login-form, .user-register-form, .user-pass {
    padding-bottom: 100px;
  }
}

.userloginupperblock-wrapper {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 50px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.userloginupperblock-wrapper p {
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
}

.user-pass-reset {
  max-width: 840px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 140px;
}

.user-pass-reset .submit input {
  background: #1f145d;
  background: #1f145d;
  color: #fff;
  -webkit-transition: 0.32s;
  transition: 0.32s;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.99rem;
  cursor: pointer;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
}
.user-pass-reset .submit input:hover {
  background: #1f1f24;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
  color: #fff;
}

.user-login-form .js-form-item, .user-login-form .form-item-mail, .user-register-form .js-form-item, .user-register-form .form-item-mail, .user-pass .js-form-item, .user-pass .form-item-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
.user-login-form .js-form-item:last-child, .user-login-form .form-item-mail:last-child, .user-register-form .js-form-item:last-child, .user-register-form .form-item-mail:last-child, .user-pass .js-form-item:last-child, .user-pass .form-item-mail:last-child {
  padding-bottom: 0;
}
.user-login-form .js-form-item .js-form-required, .user-login-form .form-item-mail .js-form-required, .user-register-form .js-form-item .js-form-required, .user-register-form .form-item-mail .js-form-required, .user-pass .js-form-item .js-form-required, .user-pass .form-item-mail .js-form-required {
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
}
.user-login-form .js-form-item input, .user-login-form .form-item-mail input, .user-register-form .js-form-item input, .user-register-form .form-item-mail input, .user-pass .js-form-item input, .user-pass .form-item-mail input {
  height: 45px;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
}
.user-login-form .js-form-item span, .user-login-form .form-item-mail span, .user-register-form .js-form-item span, .user-register-form .form-item-mail span, .user-pass .js-form-item span, .user-pass .form-item-mail span {
  margin-top: 8px;
}
.user-login-form .submit input, .user-register-form .submit input, .user-pass .submit input {
  background: #1f145d;
  background: #1f145d;
  color: #fff;
  -webkit-transition: 0.32s;
  transition: 0.32s;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.99rem;
  cursor: pointer;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
}
.user-login-form .submit input:hover, .user-register-form .submit input:hover, .user-pass .submit input:hover {
  background: #1f1f24;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
  color: #fff;
}
.user-login-form #ajax-wrapper, .user-register-form #ajax-wrapper, .user-pass #ajax-wrapper {
  padding-bottom: 50px;
}
.user-login-form #ajax-wrapper .js-form-item, .user-register-form #ajax-wrapper .js-form-item, .user-pass #ajax-wrapper .js-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
.user-login-form #ajax-wrapper .js-form-item:last-child, .user-register-form #ajax-wrapper .js-form-item:last-child, .user-pass #ajax-wrapper .js-form-item:last-child {
  padding-bottom: 0;
}
.user-login-form #ajax-wrapper .js-form-item label, .user-register-form #ajax-wrapper .js-form-item label, .user-pass #ajax-wrapper .js-form-item label {
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
}
.user-login-form #ajax-wrapper .js-form-item input, .user-register-form #ajax-wrapper .js-form-item input, .user-pass #ajax-wrapper .js-form-item input {
  height: 45px;
  width: 100%;
  border: 2px solid #1F1F24;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-top: 20px;
}
.user-login-form #ajax-wrapper .js-form-item span, .user-register-form #ajax-wrapper .js-form-item span, .user-pass #ajax-wrapper .js-form-item span {
  margin-top: 8px;
}
.user-login-form #ajax-wrapper .js-form-item .submit, .user-register-form #ajax-wrapper .js-form-item .submit, .user-pass #ajax-wrapper .js-form-item .submit {
  margin-top: 50px;
}
.user-login-form .js-form-wrapper, .user-register-form .js-form-wrapper, .user-pass .js-form-wrapper {
  padding-bottom: 50px;
}

.admin_area .header {
  padding-top: 39px !important;
}
@media screen and (min-width: 768px) {
  .admin_area .header {
    padding-top: 79px !important;
  }
}
.admin_area main {
  padding-top: 118px !important;
}
@media screen and (min-width: 768px) {
  .admin_area main {
    padding-top: 130px !important;
  }
}
.admin_area article {
  position: relative;
  z-index: 10;
  padding-top: 40px;
  padding-left: 40px;
}

.contextual-region > ul, #block-molcobakery-local-tasks > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
  padding-bottom: 0.6px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contextual-region > ul, #block-molcobakery-local-tasks > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1.5px solid #dee2e6;
  }
}
.contextual-region > ul li, #block-molcobakery-local-tasks > ul li {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
}
.contextual-region > ul li a, #block-molcobakery-local-tasks > ul li a {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 10px;
  font-size: 14px;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
}
.contextual-region > ul li a.is-active, #block-molcobakery-local-tasks > ul li a.is-active {
  color: #003167;
}
@media screen and (min-width: 768px) {
  .contextual-region > ul li a.is-active, #block-molcobakery-local-tasks > ul li a.is-active {
    border: 1px solid #1F1F24;
    border-bottom: none;
  }
}

.user-pages #block-molcobakery-local-tasks {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 80px;
}

.user-pages #block-molcobakery-local-tasks > ul {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
@media screen and (min-width: 768px) {
  .user-pages #block-molcobakery-local-tasks > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.user-pages #block-molcobakery-local-tasks > ul li {
  padding-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
}
.user-pages #block-molcobakery-local-tasks > ul li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 400px) {
  .user-pages #block-molcobakery-local-tasks > ul li {
    padding-bottom: 0;
  }
}
.user-pages #block-molcobakery-local-tasks > ul li a {
  color: #1F1F24;
  border: 1px solid #1F1F24;
  padding: 7px 15px;
  display: inline-block;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
}
.user-pages #block-molcobakery-local-tasks > ul li a:hover {
  background: #1f1f24;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
  color: #fff;
}
.user-pages #block-molcobakery-local-tasks > ul li a.is-active {
  background: #1f1f24;
  -webkit-transition: background-color 1000ms;
  transition: background-color 1000ms;
  color: #fff;
}

.admin_area header .menu-toggle {
  z-index: 9999 !important;
}

.custom-arrow {
  display: block !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-arrow::before {
  top: unset !important;
  bottom: 2px !important;
}
.custom-arrow img {
  width: 20px;
  margin-left: 10px;
}

.recipe-month-admin {
  padding-top: 70px !important;
  padding-bottom: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recipe-month-admin .cols-2 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
}
.recipe-month-admin .cols-2 thead tr {
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.recipe-month-admin .cols-2 thead tr th {
  width: 50%;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #1F145D;
  padding: 10px;
}
.recipe-month-admin .cols-2 tbody tr:nth-child(odd) {
  background-color: #fff;
}
.recipe-month-admin .cols-2 tbody tr:nth-child(even) {
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.recipe-month-admin .cols-2 tbody tr td {
  padding: 10px;
  color: #1F1F24;
}
.recipe-month-admin .cols-2 tbody tr td a {
  color: #1F1F24;
}
.recipe-month-admin .cols-2 tbody tr td a:hover {
  color: #1F145D;
}
.form-item-gdpr [type=checkbox], [type=radio] {
  display: unset!important;
  width: auto!important;
  position: absolute!important;
}
.form-item-more-info [type=checkbox], [type=radio] {
  display: unset!important;
  width: auto!important;
  position: absolute!important;
}
/*search css*/
#molco-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#molco-search-form .form-item-search-molco {
  width: 100%;
}

#molco-search-form .form-item-search-molco label {
  display: none;
}

#molco-search-form .form-item-search-molco input {
  height: 40px;
  padding: 6px 50px 6px 12px;
  width: 100%;
  border: 1px solid #1f145d;
}

#molco-search-form .submit {
  margin-left: -40px;
}

#molco-search-form .submit input {
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  background-image: url("../images/icons/search.svg");
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*# sourceMappingURL=custom_mod.css.map */


/* 21-7-2022 */
.footer-top .logo  svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 954.85px) {
  header.header .grid-custom .menu-wrapper {
    top: 72px;
  }
  .footer-top .logo {
    display: flex;
    align-items: center;
  }

  .footer-top .logo  svg:first-child{
    max-width: 240px;
    margin-right: 20px;
    flex: 1 1 auto;
  }
  #block-molcobakery-branding {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 26px;
  }
  #block-molcobakery-branding .logo-wrapper {
    all: unset;
  }
  header.header {
    height: auto;
  }
  header #block-molcobakery-branding .lang-toggle-mobile {
    all: unset;
    display: block;
  }
  header #block-molcobakery-branding .menu-toggle {
    all: unset;
    cursor: pointer;
    display: block;
    z-index: 1;
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  #block-molcobakery-branding {
    grid-template-columns: 1fr auto auto;
  }
}
@media screen and (max-width: 430px) {
  header #block-molcobakery-branding .menu-toggle .text {
    display: none;
  }
}
@media screen and (min-width: 955px) and (max-width: 1080px) {
  header .grid-custom div.menu-wrapper div.menu-top .right a {
    font-size: 13px;
    margin-left: 1rem;
  }
  
  header .grid-custom div.menu-wrapper div.menu-top .right .lang-toggle {
    font-size: 13px;
    margin-left: 1rem;
  }



  header .grid-custom div.menu-wrapper div.menu-top .left a {
    margin-right: 1rem;
    font-size: 13px;
  }
  header div.grid-custom {
    grid-gap: 30px;
    gap: 30px;
  }
}
@media screen and (min-width: 955px) {
  header .grid-custom div.menu-wrapper div.menu-top .right .search-wrapper {
    margin-left: 0;
  }
  header div.grid-custom {
    -ms-grid-columns: 210px 9fr;
    grid-template-columns: 210px 9fr;
    grid-gap: 35px;
    gap: 35px;
  }
  header .grid-custom .menu-wrapper .menu-top .right .search-wrapper .input-wrapper{
    margin-left: -211px;
  } 
  header .grid-custom .menu-wrapper div.menu-bottom div.grid-custom {
    -ms-grid-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  }
  header .grid-custom div.menu-wrapper {
    padding-top: 8px;
  }
  header .grid-custom .menu-wrapper div.menu-bottom {
    padding-top: 0;
  }
  .footer-top .logo  svg:first-child {
    margin-bottom: 10px;
  }
  .footer-top .logo  svg {
    max-width: 172px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  header div.grid-custom {
    -ms-grid-columns: 210px 9fr;
    grid-template-columns: 210px 9fr;
    grid-gap: 40px;
    gap: 40px;
  }
  header .grid-custom .menu-wrapper div.menu-bottom div.grid-custom {
    -ms-grid-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  }
}
@media screen and (min-width: 1400px) {
  header div.grid-custom {
    grid-gap: 50px;
    gap: 50px;
  }
}
/* 21-7-2022 */
/* 22-7-2022 */
@media screen and (max-width: 767px) {
  body .products-overview .products-filter-wrapper .products-filter {
    min-width: 300px;
  }
  body .products-overview .products-filter-wrapper .products-filter .products-filter-inner {
    overflow-y: auto;
    padding: 8rem 20px 4rem 20px;
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  header .grid-custom .menu-wrapper .menu-top .grid.grid-h-2 {
    -ms-grid-columns: minmax(0,2fr) minmax(0,3fr);
    grid-template-columns: minmax(0,2fr) minmax(0,3fr);
  }
  header .grid-custom .menu-wrapper .menu-top .grid.grid-h-2 .search-wrapper {
    padding-left: 0;
  }
}
/* 22-7-2022 */
/* 25-7-2022 */
@media screen and (min-width: 955px) {
  header div.grid-custom a.logo img {
    margin-left: -8%;
    margin-right: -8%;
    width: 116%;
    max-width: 116%;
  }
  header .grid-custom .logo {
    display: block;
  }
}
@media screen and (min-width: 955px) and (max-width: 1024.85px){
  .footer-top .logo  svg:first-child{
    margin-right: 20%;
  }
}
@media screen and (min-width: 620px) and (max-width: 954.85px){
  .footer-top .logo svg:first-child {
    margin-right: calc(50% - 225px);
  }
}
@media screen and (max-width: 480px){
  .footer-top .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-top .logo svg:first-child {
    margin-bottom: 10px;
  }
}
/* 25-7-2022 */

.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .logo-breadcrumbs-wrapper .logo-breadcrumbs-inner {
    align-items: center;
    flex-direction: row;
  }

  .logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .breadcrumbs {
    padding-bottom: 0 !important;
  }
}

.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .breadcrumbs {
  padding-bottom: 20px !important;
  padding-left: 20px;
  padding-top: 0 !important;
}



.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos {
  display: flex;
  align-items: center;
}

.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos .term-logo {
  padding-right: 10px;
  height: 50px;
  padding-bottom: 20px;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
  .logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos .term-logo {
    padding-right: 25px;
    
  }
}

@media screen and (min-width: 992px) {
  .logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos .term-logo {
    padding-right: 50px;
    height: 50px;
    padding-bottom: 0;
  }

  .products-overview .section-wrapper .section-title h2 {
     text-align: left !important;
  } 
}

.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos .term-logo:last-child {
  padding-right: 0px;
}

.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos .term-logo[data-tid="822"] {
  height: 75px;
}



.logo-breadcrumbs-wrapper .logo-breadcrumbs-inner .top-logos-wrapper .top-logos .term-logo img {
  height: 100%;
}

.products-overview .section-wrapper .section-title h2 {
  font-size: 30px !important;
  color: #1f145d !important;
  border-bottom: 2px solid #1f145d;
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 30px;    
} 

@media screen and (max-width: 575px) {
  .products-overview .section-wrapper .section-title h2 {
    margin-bottom: 65px;    
  }
}

.products-overview .section-wrapper .products-grid .products-item:last-child {
  border-bottom: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products-overview .section-wrapper .products-grid .products-item:nth-child(2n+1):nth-last-child(2),
  .products-overview .section-wrapper .products-grid .products-item:nth-child(2n+1):nth-last-child(1),
  .products-overview .section-wrapper .products-grid .products-item:nth-child(2n):nth-last-child(1) {
    border-bottom: none!important;
  }
}
@media screen and (min-width: 1024.85px) {
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+1):nth-last-child(4),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+1):nth-last-child(1),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+1):nth-last-child(2),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+1):nth-last-child(3),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+2):nth-last-child(3),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+2):nth-last-child(1),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+2):nth-last-child(2),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+3):nth-last-child(2),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n+3):nth-last-child(1),
    .products-overview .section-wrapper .products-grid .products-item:nth-child(4n):nth-last-child(1){
      border-bottom: none!important;
  }
}


/* 17-8-2022 */

.products-overview .products-grid .products-item .content h4 {
  font-weight: bold;
  padding-bottom: 10px;
  position: absolute;
  right: calc(50% - 25px);
  top: calc(0% - 36px);
  color: #fff;
  padding: 5px 10px;
  background: red;
}


/* 15-09-2022 */
.products-overview .recipes-grid .recipe-item .content h2 {
text-transform: uppercase;
}

.recipe-intro h1{
text-transform: uppercase;	
}

/* 22/11/2022 */


#block-extrainformation .usp-items .grid-h-3 {
  border-top: 1px solid #979785;
  padding-top: 60px;
  padding-bottom: 50px;
}

#block-extrainformation .usp-items .grid-h-3 .item h2 {
  font-size: 1.504rem;
  font-weight: 500;
  color: #1f145d;
  text-transform: capitalize;
  margin-bottom: 12px;
}

#block-extrainformation .usp-items .grid-h-3 .item p a {
  color: #1f1f24;
  text-decoration: revert;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
}

#block-extrainformation .usp-items .grid-h-3 .item p a:hover {
  color: #1f145d;
}

.products-overview .fw-bold {
  color: #1f145d;
  border-bottom: 1px solid #1f145d;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5;
}

.products-overview .recipe-item .content .btn-white {
  border: 1px solid #1f145d;
  padding: 14px 20px;
  margin-left: 8px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .products-overview .fw-bold {
    line-height: 1.7;
    font-size: 30px;
  }
}

header .menu-wrapper .menu-bottom .item .pt-4 {
  display: none !important;
}

.open .menu-wrapper .menu-bottom .item .pt-4 {
  display: block !important;
}


/* @media screen and (max-width: 956px){
  header.active .menu-wrapper .menu-bottom .item .pt-4 {
    display: block !important;
  }
  
  header.active .grid-custom .menu-wrapper .menu-bottom .grid-custom .item ul {
    display: block !important;
  }
} */

#block-views-block-team-block-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#block-views-block-team-block-1 .underline {
  font-weight: bold;
}

#block-views-block-team-block-1 .products-overview .fw-bold {
  border: none;
  font-weight: 500;
  text-transform: capitalize;
}

#block-views-block-team-block-1 .products-overview .recipes-grid .recipe-item .content h2 {
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}

#block-views-block-team-block-1 .products-overview .recipes-grid .recipe-item .content a {
  color: #1f1f24;
  line-height: 20px;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  letter-spacing: .5px;
	font-size: 16px;
}

#block-views-block-team-block-1 .products-overview .recipes-grid .recipe-item .content a:hover {
  color: #1f145d;
}

#block-views-block-team-block-1 .products-overview .recipes-grid .recipe-item .image {
  height: auto;
}

#block-views-block-team-block-1 .products-overview .recipes-grid .recipe-item .image .bg-image {
  position: unset;
}

#block-views-block-team-block-1 .products-overview .recipes-grid .recipe-item .image .bg-image img {
  height: auto;
  width: auto;
}

#block-views-block-team-block-1 .products-overview .recipes-grid {
  border-bottom: 1px solid #979785;
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  #block-views-block-team-block-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #block-views-block-team-block-1 .products-overview .recipes-grid {
    grid-gap: 8rem;
    gap: 8rem;
  }
}

@media screen and (min-width: 992px) {
  #block-views-block-team-block-1 .products-overview .recipes-grid {
    grid-gap: 12rem;
    gap: 12rem;
  }
}

@media screen and (min-width: 1200px) {
  #block-views-block-team-block-1 .products-overview .recipes-grid {
    grid-gap: 16rem;
    gap: 16rem;
  }
}

@media screen and (min-width: 576px) {
    #block-views-block-team-block-1 .products-overview .recipes-grid {
      grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (min-width: 955px) {
    #block-views-block-team-block-1 .products-overview .recipes-grid {
      grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (min-width: 1200px) {
    #block-views-block-team-block-1 .products-overview .recipes-grid {
      grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) !important;
    }
}
.d-none {
  display: none;
}

.issue-popup-open {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

.issue-popup-open .scroll-top {
  display: none;
}

.issue-popup-open #onetrust-banner-sdk {
  display: none;
}

.issue-popup-open .popup-custom {
  visibility: visible;
  opacity: 1;
}

.popup-custom {
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  background: white;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding-left: 40px;
  padding-right: 40px;
}

.popup-custom .popup-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  max-width: 1200px;
  z-index: 999;
  height: 90vh;
  margin: 36px;
}

.popup-custom .popup-wrapper .popup-body iframe {
  position: absolute;
  height: 100% !important;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
}

.popup-custom .popup-wrapper .popup-header .cross-issue {
  position: relative;
  display: block;
}

.popup-custom .popup-wrapper .popup-header .cross-issue::after {
  content: 'x';
  position: absolute;
  top: -5px;
  right: -30px;
  width: 20px;
  font-size: 25px;
  height: 100%;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-weight: 700;
}

.products-overview .products-outer-wrapper .item-4 .flex-gird {
  display: flex;
  flex-wrap: wrap;
} 

.products-overview .products-outer-wrapper .item-1 .flex-gird {
  display: flex;
  flex-wrap: wrap;
} 

.products-overview .products-outer-wrapper .item-3 .flex-gird {
  display: flex;
  flex-wrap: wrap;
} 

.products-overview .products-outer-wrapper .item-4 {
  border-bottom: 1px solid #979785;
  margin-bottom: 45px;
  width: 100%;
  padding-top: 25px;
} 
.products-overview .products-outer-wrapper .item-2 {
  border-bottom: 1px solid #979785;
  margin-bottom: 45px !important; 
  width: 100% !important;
  padding-top: 25px !important;
} 

.products-overview .products-outer-wrapper .item-1 {
  border-bottom: 1px solid #979785;
  margin-bottom: 45px;
  width: 100%;
  padding-top: 25px;
} 

.products-overview .products-outer-wrapper .item-3 {
  border-bottom: 1px solid #979785;
  margin-bottom: 45px;
  width: 100%;
  padding-top: 25px;
} 

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item {
  width: 100%;
  padding: 25px 0;
  padding-bottom: 30px !important;
} 

.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item {
  width: 100%;
  padding: 25px 0;
  padding-bottom: 30px !important;
} 

.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item {
  width: 100%;
  padding: 25px 0;
  padding-bottom: 30px !important;
} 
.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
  width: 100%;
  padding: 25px 0;
  padding-bottom: 30px !important;
} 

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .image .bg-image {
  position: unset;
  height: auto !important;
}

.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .image .bg-image {
  position: unset;
  height: auto !important;
}

.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .image .bg-image {
  position: unset;
  height: auto !important;
}

.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .image .bg-image {
  position: unset;
  height: auto !important;
}
.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .image .bg-image {
  position: unset;
} 
.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item .image .bg-image {
  position: unset;
  height: auto !important;
}

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .image .bg-image img {
  height: 230px;
  width: 230px;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1320px) {
  .products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .image .bg-image img {
    height: 230px !important;
    width: 230px;
  }
  
  .products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .image .bg-image img {
    height: 230px !important;
    width: 230px;
  }
  
  .products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .image .bg-image img {
    height: 230px !important;
    width: 230px;
  }
  
  .products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item .image .bg-image img {
    height: 230px !important;
    width: 230px;
  }
  
}

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .content h2 {
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #1f145d;
  margin-top: 20px;
  margin-bottom: 5px;
} 

.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .content h2 {
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #1f145d;
  margin-top: 20px;
  margin-bottom: 5px;
} 

.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item .content h2 {
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #1f145d;
  margin-top: 20px;
  margin-bottom: 5px;
} 
.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .content h2 {
  border: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #1f145d;
  margin-top: 20px;
  margin-bottom: 5px;
} 

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .content p {
  margin-bottom: 20px;
  letter-spacing: .5px;
	font-size: 16px;
} 
.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .content p {
  margin-bottom: 20px;
  letter-spacing: .5px;
	font-size: 16px;
} 

.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .content p {
  margin-bottom: 20px;
  letter-spacing: .5px;
	font-size: 16px;
} 

.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item .content p {
  margin-bottom: 20px;
  letter-spacing: .5px;
	font-size: 16px;
} 

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .content a {
  color: #1f1f24;
  line-height: 20px;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  letter-spacing: .5px;
	font-size: 16px;
  display: block;
  word-break: break-word;
} 

.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .content a {
  color: #1f1f24;
  line-height: 20px;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  letter-spacing: .5px;
	font-size: 16px;
  display: block;
  word-break: break-word;
} 

.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .content a {
  word-break: break-word;
  color: #1f1f24;
  line-height: 20px;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  letter-spacing: .5px;
	font-size: 16px;
  display: block;
} 

.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item .content a {
  word-break: break-word;
  color: #1f1f24;
  line-height: 20px;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  letter-spacing: .5px;
	font-size: 16px;
  display: block;
} 

.products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item .content a:hover {
  color: #1f145d;
} 

.products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item .content a:hover {
  color: #1f145d;
} 

.products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item .content a:hover {
  color: #1f145d;
} 

.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item .content a:hover {
  color: #1f145d;
} 

.products-overview .products-outer-wrapper .item-2 {
  width: 100%;
  border-bottom: 1px solid #979785;
} 

.products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
  width: 100% !important;
  padding: 25px 0px;
  padding-bottom: 30px !important;
} 

.products-overview .products-outer-wrapper .item-2 .flex-gird {
  display: flex;
  flex-wrap: wrap;
} 

.products-overview .products-outer-wrapper .item-2 .title-inside {
  position: relative;
  padding-top: 25px !important;
} 

.products-overview .products-outer-wrapper .item-2 .title-inside .fw-bold {
  position: absolute;
  top: -50px;
  width: calc(100% + 50%);
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
} 

.products-overview .products-outer-wrapper .item-3 .title-inside .fw-bold {
  position: absolute;
  top: -50px;
  width: calc(100% + 50%);
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
} 

.products-overview .products-outer-wrapper .item-1 .title-inside .fw-bold {
  position: absolute;
  top: -50px;
  width: calc(100% + 50%);
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
} 

.products-overview .products-outer-wrapper .item-4 .title-inside .fw-bold {
  position: absolute;
  top: -50px;
  width: calc(100% + 50%);
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
} 

.products-overview .products-outer-wrapper .item-1 .title-inside .fw-bold {
  position: absolute;
  top: -50px;
  width: calc(100% + 50%);
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
} 

@media screen and (max-width: 1200px) {
  .products-overview .products-outer-wrapper .item-2 .title-inside .fw-bold {
    top: -36px;
    font-size: 22px;
  } 
  
  .products-overview .products-outer-wrapper .item-3 .title-inside .fw-bold {
    top: -36px;
    font-size: 22px;
  } 
  
  .products-overview .products-outer-wrapper .item-1 .title-inside .fw-bold {
    top: -36px;
    font-size: 22px;
  } 
  
  .products-overview .products-outer-wrapper .item-4 .title-inside .fw-bold {
    top: -36px;
    font-size: 22px;
  } 
  .products-overview .products-outer-wrapper .item-1 .title-inside .fw-bold {
    top: -36px;
    font-size: 22px;
  } 
}

.products-overview .products-outer-wrapper .item-4 .title-inside {
  position: relative;
  padding-top: 25px !important;
} 
.products-overview .products-outer-wrapper .item-1 .title-inside {
  position: relative;
  padding-top: 25px !important;
} 

.products-overview .products-outer-wrapper .item-3 .title-inside {
  position: relative;
  padding-top: 25px !important;
} 

.products-overview .products-outer-wrapper .item-2 {
  margin: 45px 0;
} 

.products-overview .products-outer-wrapper .item-3 {
  margin: 45px 0;
} 

.products-overview .products-outer-wrapper .item-2 .recipe-item .image .bg-image {
  position: unset;
} 

.products-overview .products-outer-wrapper .item-2 {
  position: relative;
  padding-top: 25px;
} 

@media screen and (min-width: 576px) {
  .title-inside {
    position: unset;
    padding-top: 23px !important;
  }

  .title-inside .fw-bold {
    position: absolute;
    top: -23px;
    width: calc(100% + 50%);
  }
  
}

@media screen and (min-width: 1200px) {
  .title-inside {
    position: unset;
    padding-top: 0px !important;
  }

  .title-inside .fw-bold {
    position: unset;
  }
}


.mt-2 {
  margin-top: 6px;
}

.products-overview .recipe-item .content .btn-blue {
  padding: 16px 12px !important;
}

.paragraph .content a.btn-blue {
  color: #FFFFFF;	
}

.btn-blue {
  cursor: pointer;
}

.rounded-img img {
  border-radius: 6px !important;
}

.general-form .checkboxes .checkbox {
  margin-bottom: 5px !important;
}

.general-form .checkboxes .checkbox label span {
  margin-bottom: 0 !important;
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  .products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item {
    width: 50%;
    padding: 25px 25px 70px 25px !important;
  } 

  .products-overview .products-outer-wrapper .item-4 .flex-gird {
    margin-left: -25px;
    margin-right: -25px;
  } 
  .products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item {
    width: 50%;
    padding: 25px 25px 70px 25px !important;
  } 

  .products-overview .products-outer-wrapper .item-1 .flex-gird {
    margin-left: -25px;
    margin-right: -25px;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item {
    width: 50%;
    padding: 25px 25px 70px 25px !important;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird {
    margin-left: -25px;
    margin-right: -25px;
  } 
  .products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
    width: 50% !important;
    padding: 25px 25px 70px 25px !important;
  } 

  .products-overview .products-outer-wrapper .item-2 .flex-gird {
    margin-left: -25px !important;
    margin-right: -25px !important;
  } 
}

@media screen and (min-width: 768px) {
  .products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item {
    width: 33.3333%;
    padding: 25px 35px 70px 35px !important;
  } 
  
  .products-overview .products-outer-wrapper .item-4 .flex-gird {
    margin-left: -35px;
    margin-right: -35px;
  } 
  .products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item {
    width: 33.3333%;
    padding: 25px 35px 70px 35px !important;
  } 
  
  .products-overview .products-outer-wrapper .item-1 .flex-gird {
    margin-left: -35px;
    margin-right: -35px;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item {
    width: 33.3333%;
    padding: 25px 35px 70px 35px !important;
  } 
  
  .products-overview .products-outer-wrapper .item-3 .flex-gird {
    margin-left: -35px;
    margin-right: -35px;
  } 
  .products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
    width: 33.3333% !important;
    padding: 25px 35px 70px 35px !important;
  } 
  
  .products-overview .products-outer-wrapper .item-2 .flex-gird {
    margin-left: -35px !important;
    margin-right: -35px !important;
  } 
}

@media screen and (min-width: 992px) {
  .products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item {
    padding: 25px 40px 70px 40px !important;
  } 

  .products-overview .products-outer-wrapper .item-4 .flex-gird {
    margin-left: -40px;
    margin-right: -40px;
  } 
  .products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item {
    padding: 25px 40px 70px 40px !important;
  } 

  .products-overview .products-outer-wrapper .item-1 .flex-gird {
    margin-left: -40px;
    margin-right: -40px;
  } 
  .products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
    padding: 25px 40px 70px 40px !important;
  } 

  .products-overview .products-outer-wrapper .item-2 .flex-gird {
    margin-left: -40px !important;
    margin-right: -40px !important;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item {
    padding: 25px 40px 70px 40px !important;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird {
    margin-left: -40px;
    margin-right: -40px;
  } 
}

@media screen and (min-width: 1300px) {
  .products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item {
    width: 25%;
  } 
  .products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item {
    width: 25%;
  } 
  
  .products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item {
    width: 25%;
  } 
  .products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
    width: 25% !important;
  } 
}

@media screen and (min-width: 1440px) {
  .products-overview .products-outer-wrapper .item-4 .flex-gird .recipe-item {
    padding: 25px 65px 70px 65px !important;
  } 

  .products-overview .products-outer-wrapper .item-4 .flex-gird {
    margin-left: -65px;
    margin-right: -65px;
  } 
  .products-overview .products-outer-wrapper .item-1 .flex-gird .recipe-item {
   padding: 25px 65px 70px 65px !important;
  } 

  .products-overview .products-outer-wrapper .item-1 .flex-gird {
    margin-left: -65px;
    margin-right: -65px;
  } 
  .products-overview .products-outer-wrapper .item-2 .flex-gird .recipe-item {
    padding: 25px 65px 70px 65px !important;
  } 

  .products-overview .products-outer-wrapper .item-2 .flex-gird {
    margin-left: -65px !important;
    margin-right: -65px !important;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird .recipe-item {
   padding: 25px 65px 70px 65px !important;
  } 

  .products-overview .products-outer-wrapper .item-3 .flex-gird {
    margin-left: -65px;
    margin-right: -65px;
  } 
}

.home-banner {
  position: relative;
}

.home-banner .slick-prev {
  left: 15px !important;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.8);
  color: gray;
  font-size: 0px;
  border: none;
  transition: all .32s ease-in-out;
  opacity: 1;
  display: block;
  margin-top: 45px;
}

.home-banner .slick-next {
  opacity: 1;
  border: none;
  right: 15px !important;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0px;
  transition: all .32s ease-in-out;
  display: block;
  margin-top: 45px;
}

.home-banner .slick-prev:hover {
  background: #ffffff;
  opacity: 1;
}

.home-banner .slick-next:hover {
  background: #ffffff;
  opacity: 1;
}

.home-banner .slick-prev::after {
  content: "";
  width: 20px;
  display: block;
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-banner .slick-next::after {
  content: "";
  width: 20px;
  display: block;
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(180deg);
  display: block;
}

@media screen and (max-width: 768px) {
  .home-banner .slick-prev {
    width: 35px;
    height: 35px;
  }
  
  .home-banner .slick-next {
    width: 35px;
    height: 35px;
  }
  
  .home-banner .slick-next::after {
    width: 15px;
  }
  
  .home-banner .slick-prev::after {
    width: 15px;
  }
}

@media screen and (max-width: 576px) {
  .home-banner .slick-prev {
    width: 25px;
    height: 25px;
  }
  
  .home-banner .slick-next {
    width: 25px;
    height: 25px;
  }
  
  .home-banner .slick-next::after {
    width: 10px;
  }
  
  .home-banner .slick-prev::after {
    width: 10px;
  }
}

@media screen and (min-width: 920px) {
  .home-banner .slick-prev {
    margin-top: 95px;
  }
  
  .home-banner .slick-next {
    margin-top: 95px;
  }
}

@media screen and (min-width: 1400px) {
  .home-banner .slick-prev {
    margin-top: 55px;
  }
  
  .home-banner .slick-next {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1700px) {
  .home-banner .slick-prev {
    margin-top: 45px;
  }
  
  .home-banner .slick-next {
    margin-top: 45px;
  }
}

.home-banner .scroll-down img {
  margin-left: auto;
  margin-right: auto;
}

.home-banner .slick-dots {
  text-align: center;
  bottom: 20px;
}

.header-large .scroll-down {
  bottom: 7vh !important;
}

@media screen and (min-width: 1200px) {
  .header-large .scroll-down {
    bottom: 50px !important;
  }

  .home-banner .slick-dots {
    bottom: 20px;
  }
}

@media screen and (min-width: 1300px) {
  /* .header-large .scroll-down {
    bottom: 50px !important;
  } */

  /* .home-banner .slick-dots {
    bottom: 30px;
  } */
}

@media screen and (min-width: 1500px) {
  .header-large .scroll-down {
    bottom: 115px !important;
  }

  .home-banner .slick-dots {
    bottom: 60px;
  }
}

.home-banner .slick-dots li {
  margin: 0 5px;
  width: 15px;
  height: 15px;
}

.home-banner .slick-dots .slick-active button {
  background: #ffffff !important;
}

.home-banner .slick-dots li button {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1700px) {
  .home-banner .slick-prev {
    width: 68px;
    height: 68px;
  }
  
  .home-banner .slick-next {
    width: 68px;
    height: 68px;
  }
}

.home-banner .banner-text-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}


@media screen and (min-width: 930px) {
  .home-banner .banner-text-wrapper {
    margin-top: 80px;
  }
}

@media screen and (min-width: 576px) {
  .home-banner .banner-text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .home-banner .banner-text-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .home-banner .banner-text-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}



@media screen and (min-width: 1200px) {
  .home-banner .banner-text-wrapper {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 1500px) {
  .home-banner .banner-text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (min-width: 1700px) {
  .home-banner .banner-text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 110px;
    padding-left: 110px;
  }
}

@media screen and (min-width: 1850px) {
  .home-banner .banner-text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 930px) {
  .home-banner .banner-text-wrapper {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .home-banner .banner-text-wrapper {
    margin-top: 0px;
  }
}

.home-banner .banner-text-wrapper img {
  padding-top: 20px;
  height: auto;
  width: 130px;
}

@media screen and (min-width: 768px) {
  .home-banner .banner-text-wrapper img {
    padding-top: 40px;
    height: auto;
    width: 145px;
  }
}

.home-banner .banner-text-wrapper h1 {
  margin-top: 10px;
}


@media screen and (min-width: 1700px) {
  .home-banner .slick-prev {
    left: 65px !important;
  }
  
  .home-banner .slick-next {
    right: 65px !important;
  }
}

@media screen and (min-width: 1850px) {
  header .container {
    max-width: 1800px !important;
  }

  .home-banner .slick-prev {
    left: 65px !important;
  }
  
  .home-banner .slick-next {
    right: 65px !important;
  }
}

.home-banner .header-large .bg-image {
  position: relative;
}

.home-banner .header-large .bg-image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: calc(1570px + 7rem) !important;
  }
}

.products-overview .products-filter-wrapper .toggle-filter {
  position: fixed !important;
  top: 40% !important;
  display: none !important;
}

.filter-show .products-overview .products-filter-wrapper .toggle-filter {
  display: block !important;
}

footer .footer-bottom .grid-custom .legal .item-list {
  margin: 0;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li {
  margin: 0;
  padding: 0 4px;
}

footer .footer-bottom .grid-custom .legal {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a {
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all .32s ease-in-out;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a:hover {
  background: none;
  border: 1px solid #ffffff;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a:hover svg path {
  fill: #ffffff;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a::after {
 display: none;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a .fa-facebook-f {
  width: 12px;
  height: auto;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a .fa-linkedin-in {
  width: 16px;
  height: auto;
}

footer .footer-bottom .grid-custom .legal .item-list .linkicon li a svg path {
  fill: #1f145d;
  transition: all .32s ease-in-out;
}

@media screen and (min-width: 956px) {
  footer .footer-bottom .grid-custom .legal {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
  }
}

.pb-250{
  padding-bottom: 60px;
}
.pt-250{
  padding-top: 60px;
}

.pt-300{
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .pb-250{
    padding-bottom: 100px;
  }
  .pt-250{
    padding-top: 100px;
  }
  .pt-300{
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .pb-250{
    padding-bottom: 180px;
  }
  .pt-250{
    padding-top: 180px;
  }
  .pt-300{
    padding-top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-250{
    padding-bottom: 200px;
  }
  .pt-250{
    padding-top: 200px;
  }
  .pt-300{
    padding-top: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .pb-250{
    padding-bottom: 250px;
  }
  .pt-250{
    padding-top: 250px;
  }
  .pt-300{
    padding-top: 300px;
  }
}

footer .footer-bottom .grid-custom .legal >p a{
 text-decoration: revert !important;
}

footer .footer-bottom .grid-custom .legal >p a::after {
 display: none !important;
} 

.banner-bottom-wrapper .banner-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right {
 width: 100%;
 overflow-x: unset !important;
}

@media screen and (min-width: 1225px) {
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right {
   width: 70%;
   padding-right: 60px;
  }
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .images {
 width: 100%;
 margin-bottom: 30px;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .images .small {
 height: 100%;
 position: relative;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .images .small img {
 border-radius: 8px;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .images .bg-image {
  position: unset;
}

@media screen and (min-width: 700px){
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .images .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content .link-wrapper {
  margin-top: 35px;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content .link-wrapper .link-with-arrow {
  font-weight: bold;
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content {
 width: 100%;
 display: flex;
 flex-direction: column;
}

@media screen and (min-width: 1225px) {
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content {
    padding-top: 30px;
    width: 50%;
    padding-left: 30px;
   }
}

@media screen and (min-width: 700px) {
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .images {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0; 
   }

  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content {
    width: 50%;
    padding-left: 30px;
   }
}

.banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content .underline {
 font-size: 30px;
 line-height: 40px;
 letter-spacing: 2px;
 text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content .underline {
    font-size: 35px;
    line-height: 52px;
    letter-spacing: 2px;
   }
}

@media screen and (min-width: 1470px) {
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content .underline {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 3px;
   }
}

@media screen and (min-width: 1700px) {
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .front-recipe-item .content .underline {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 4px;
   }  
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 {
  width: 100%;
}

@media screen and (min-width: 1225px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 {
    width: 30%;
  }
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form {
  padding: 60px 20px;
  position: relative;
  margin-top: 120px;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form::after {
  content: '';
  bottom: -55px;
  left: 30px;
  position: absolute;
  background-image: url("../images/Path-214.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; 
  position: absolute;
  width: 121px;
  height: 90px;
}

@media screen and (min-width: 1700px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form::after {
    left: 54px;
  }
}

@media screen and (min-width: 768px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form {
    padding: 60px 25px;
  }
}

@media screen and (min-width: 1225px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form {
    padding: 60px 30px;
    height: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1700px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form {
    padding: 60px 55px;
    height: 100%;
    margin-top: 0;
  }
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro {
  padding: 0px;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro .underline {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro .underline {
    max-width: 425px;
  }
}

@media screen and (min-width: 576px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro .underline {
    line-height: 35px;
    font-size: 28px;
  }
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro .underline::after {
  bottom: -1.5rem;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro {
  position: unset;
  margin-bottom: 30px;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro .image {
  position: absolute;
  top: -65px;
  right: 20px;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .intro .image img {
  position: unset;
  width: 125px;
  height: auto;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .two-one {
  display: block;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .two-one .input-wrapper input {
  height: 50px;
  padding: 15px 20px;
}

@media screen and (min-width: 576px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .two-one .input-wrapper input {
    height: 70px;
    padding: 25px 40px;
  }
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .checkboxes {
  margin-bottom: 35px;
  margin-top: 20px;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .submit {
  text-align: left;
  margin-bottom: 0;
}

.banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .submit .webform-button--submit {
  border-radius: 5px;
}

@media screen and (min-width: 1700px) {
  .banner-bottom-wrapper .banner-bottom-inner #block-webform-2 .webform-submission-form .submit .webform-button--submit {
    padding: 24px 30px !important;
    font-size: 18px !important;
  }
  
  .banner-bottom-wrapper .banner-bottom-inner .images-left-text-right .btn {
    padding: 24px 30px !important;
    font-size: 18px !important;
  }
  
}

@media screen and (max-width: 576px) {
  .products-overview .products-filter-wrapper .toggle-filter {
    padding: 5px 10px !important;
  }

  .products-overview .products-filter-wrapper .toggle-filter:hover {
    padding-top: 2rem !important;
  }

  .products-overview .products-filter-wrapper .toggle-filter span {
    padding: 5px 10px !important;
    font-size: 10px !important;
  }

  .products-overview .products-filter-wrapper .toggle-filter img {
    width: 7px !important;
  }
}

/* 24-01-2023 */

.fixed-text-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fixed-text-body h3 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 10px;
}

.fixed-text-body h3::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 2px;
  background: #1f145d;
  left: 50%;
  transform: translateX(-50%);
}

.fixed-text-body p {
  padding-top: 30px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .fixed-text-body {
      padding-top: 80px;
      padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .fixed-text-body {
      padding-top: 120px;
      padding-bottom: 20px;
  }

  .fixed-text-body p {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .fixed-text-body {
      padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .fixed-text-body {
      padding-bottom: 100px;
  }
}

.text-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.text-image-wrapper .left-wrapper {
  width: 100%;
}

.text-image-wrapper .images-wrapper {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding-bottom: 25px;
}

.text-image-wrapper .images-wrapper img.main-image {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-image-wrapper .images-wrapper img.logo-image  {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .sub-title {
  font-weight: bold;
  font-size: 3.42rem;
  color: #1F145D;
  margin-bottom: 30px;
}

.text-image-wrapper .right-wrapper .text-wrapper .sub-title {
  font-weight: bold;
  font-size: 3.42rem;
  color: #1F145D;
  margin-bottom: 30px;
}

.text-image-wrapper .left-wrapper .text-wrapper p {
  color: #1F145D;
}

.text-image-wrapper .right-wrapper .text-form-wrapper p {
  color: #1F145D;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .webform-submission-form fieldset input {
  height: 70px;
  width: 100%;
  border-radius: 5px;
  background-color: #F4F4F4;
  margin-top: 30px;
  border: none;
  outline: none;
  padding: 25px 30px;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .checkbox {
  padding-top: 20px;
  color: #1F145D;
  padding-bottom: 10px;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .checkbox label span {
  color: #1F145D;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .checkbox a {
  color: #1F145D;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .submit {
  padding-top: 30px;
}

.text-image-wrapper .left-wrapper .text-form-wrapper .submit input {
  cursor: pointer;
}

.text-image-wrapper .right-wrapper {
  width: 100%;
  border-radius: 10px;
}

.text-image-wrapper .right-wrapper .image-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.text-image-wrapper .right-wrapper .image-wrapper img{
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.align-items-center {
  align-items: center;
  flex-direction: unset;
}

.text-image-wrapper .right-wrapper .image-wrapper  {
  margin-bottom: 25px;
}

.text-image-wrapper .text-form-wrapper p {
  color: #1F145D;
  font-weight: 500;
}

.text-image-wrapper .text-wrapper p {
  color: #1F145D;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .text-image-wrapper {
    flex-direction: row;
  }

  .text-image-wrapper .left-wrapper {
    width: 50%;
    padding-right: 35px;
  }

  .text-image-wrapper .right-wrapper {
    width: 50%;
    padding-left: 35px;
  }

  .text-image-wrapper .images-wrapper {
    padding-bottom: 0px;
  }

  .align-items-center .right-wrapper .image-wrapper  {
    margin-bottom: 0px;
  }

  .text-image-wrapper .right-wrapper .text-wrapper .sub-title {
    margin-bottom: 40px;
  }

  .text-image-wrapper .left-wrapper .text-form-wrapper .sub-title {
    margin-bottom: 40px;
  }

  .text-image-wrapper .left-wrapper .text-form-wrapper .webform-submission-form fieldset input {
    outline: none;
    padding: 25px 30px;
  }
}

.text-image-wrapper-type-2 {
  display: flex;
  flex-wrap: wrap;
  background-color: #1F145D;
  align-items: center;
  color: #ffffff;
  align-items: stretch;
}

.text-image-wrapper-type-2 .underline{
  color: #ffffff !important;
}

.text-image-wrapper-type-2 .underline::after{
  background: #ffffff;
}

.text-image-wrapper-type-2 .left-wrapper {
  width: 100%;
}

.text-image-wrapper-type-2 .left-wrapper .image-outer {
  width: 100%;
  height: 100%;
}

.text-image-wrapper-type-2 .left-wrapper .image-outer img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-image-wrapper-type-2 .right-wrapper  {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper {
  width: 100%;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .email {
 display: flex;
 align-items: center;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .phone {
 display: flex;
 align-items: center;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .email a {
  text-decoration: none;
  color: #ffffff;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .phone a:hover::before {
  max-width: 100%;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .email a:hover::before {
  max-width: 100%;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .email a::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 18px;
 height: 18px;
 background: url("../images/mail.png");
 content: '';
 background-repeat: no-repeat;
 background-size: contain;
 background-position: left;
 bottom: 0;
 margin-top: auto;
 margin-bottom: auto;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .email a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  max-width: 0;
  height: 1px;
  background: #fff;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .phone a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .phone a::after {
  position: absolute;
  top: 0;
  background: url("../images/call.png");
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper .phone a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  max-width: 0;
  height: 1px;
  background: #fff;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper ul {
  list-style: disc;
  padding-left: 18px;
  padding-top: 40px;
}

.text-image-wrapper-type-2 .right-wrapper .text-wrapper ul li {
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .text-image-wrapper-type-2 .right-wrapper  {
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .text-image-wrapper-type-2 .right-wrapper  {
    width: 100%;
    margin-left: -100%;
    display: flex;
    align-items: center;
  }
  
  .text-image-wrapper-type-2 .left-wrapper .image-outer {
    width: 52%;
  }

  .text-image-wrapper-type-2 .right-wrapper .text-wrapper {
    width: 40%;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .text-image-wrapper-type-2 .right-wrapper  {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .text-image-wrapper-type-2 .left-wrapper .image-outer {
    width: 53%;
  }
}

@media screen and (min-width: 1400px) {
  .text-image-wrapper-type-2 .right-wrapper  {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1600px) {
  .text-image-wrapper-type-2 .right-wrapper  {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .text-image-wrapper-type-2 .left-wrapper .image-outer {
    width: 52%;
  }
}

.product-custom-view-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .slick-slide {
  padding: 0 15px;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .slick-slide:hover .field-content img {
  transform: scale(1.2);
  transform-origin: bottom;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .slick-slide:hover .field-content a {
  text-shadow: -0.03rem -0.03rem 0 #1f145d, 0.03rem -0.03rem 0 #1f145d, -0.03rem 0.03rem 0 #1f145d, 0.03rem 0.03rem 0 #1f145d;
  }

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row {
 position: relative;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .field-content a {
  display: block;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .field-content {
  height: 15vh;
  margin: 0 auto 3rem;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .views-field-field-article-number .field-content {
  height: auto;
  margin: 0;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .field-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .views-field-title .field-content a {
  color: #1f145d;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 1rem;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  text-decoration: none;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .views-field-title .field-content a::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.product-custom-view-wrapper .custom-product-first .slick-list .slick-track .views-row .views-field-field-article-number .field-content {
  color: #1f1f24;
  font-size: .99rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .product-custom-view-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-custom-view-wrapper .custom-product-first .slick-list .slick-track {
    margin-left: -25px;
    margin-right: -25px;
  }

  .product-custom-view-wrapper .custom-product-first .slick-list .slick-track .slick-slide {
    padding: 0 25px;
  }
}

.cta-inner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-inner-wrapper .section-wrapper {
  background-color: #F4F4F4;
  padding: 40px 30px;
  border-radius: 5px;
}

.cta-inner-wrapper .section-wrapper .block-title .underline p {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 52px;
  letter-spacing: 2px;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(1) {
  border-bottom: 2px solid rgb(213 213 213);
  padding-bottom: 30px;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(2) {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper {
    flex-direction: row;
  }

  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(1) {
    border-right: 2px solid rgb(213 213 213);
    border-bottom: none;
    padding-right: 50px;
    padding-bottom: 0;
  }
  
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(2) {
    padding-left: 50px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(1) {
    padding-right: 100px;
  }
  
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(2) {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(1) {
    padding-right: 120px;
  }
  
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(2) {
    padding-left: 120px;
  }
}

@media screen and (min-width: 1600px) {
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(1) {
    padding-right: 150px;
  }
  
  .cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph:nth-child(2) {
    padding-left: 150px;
  }
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph .itme-inner .logo-text-wrapper .logo-outer {
  width: 100%;
  height: 80px;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph .itme-inner .logo-text-wrapper .logo-outer img {
  max-width: 100%;
  display: block;
  height: auto;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph .itme-inner .logo-text-wrapper .text-outer {
  padding-top: 30px;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph .itme-inner .logo-text-wrapper .text-outer .text-mail-wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.cta-inner-wrapper .section-wrapper .section-wrapper-inner .items-wrapper .paragraph .itme-inner .logo-text-wrapper .text-outer .text-mail-wrapper .email a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: revert;
  display: block;
}

@media screen and (min-width: 992px) {
  .cta-inner-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-inner-wrapper .section-wrapper {
    background-color: #F4F4F4;
    padding: 50px 40px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-inner-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta-inner-wrapper .section-wrapper {
    padding: 60px 50px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-inner-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.promo-with-swipe .promo-with-swipe-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.promo-with-swipe .promo-with-swipe-wrapper {
 padding-top: 60px;
 padding-bottom: 60px;
}

@media screen and (min-width: 1400px) {
  .promo-with-swipe .promo-with-swipe-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
   }
}

.promo-with-swipe .promo-with-swipe-wrapper .promo-wrapper.bg-gold {
  background-color: #BD933A;
}

.promo-with-swipe .promo-with-swipe-wrapper .promo-wrapper {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .promo-with-swipe .promo-with-swipe-wrapper .promo-wrapper {
    width: 300px;
    height: 300px;
    margin-right: 50px;
  }
  
  .promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper {
    width: calc(100% - 350px) !important;
  } 
}

.promo-with-swipe .promo-with-swipe-wrapper .promo-wrapper .promo-text {
  transform: rotate(-15deg);
}

.promo-with-swipe .promo-with-swipe-wrapper .promo-wrapper .promo-text >div p:first-child {
  font-size: 48px;
  text-align: center;
  line-height: 49px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.promo-with-swipe .promo-with-swipe-wrapper .promo-wrapper .promo-text p:nth-child(2) {
  font-size: 22px;
  max-width: 170px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  text-align: center;
}
.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .slick-slide {
  padding: 0 15px;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row {
  position: relative;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row:hover .field-content img {
  transform: scale(1.2);
  transform-origin: bottom;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row:hover .views-field-title .field-content a {
  text-shadow: -0.03rem -0.03rem 0 #1f145d, 0.03rem -0.03rem 0 #1f145d, -0.03rem 0.03rem 0 #1f145d, 0.03rem 0.03rem 0 #1f145d;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .field-content a {
  display: block;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .field-content a::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .field-content {
  height: 15vh;
  margin: 0 auto 3rem;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .views-field-field-article-number .field-content {
  height: auto;
  margin: 0;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .field-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .views-field-title .field-content a {
  color: #1f145d;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 1rem;
  transition: all .3s cubic-bezier(.47,0,.745,.715);
  text-decoration: none;
}

.promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .views-row .views-field-field-article-number .field-content {
  color: #1f1f24;
  font-size: .99rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track {
    margin-left: -25px;
    margin-right: -25px;
  }

  .promo-with-swipe .promo-with-swipe-wrapper .product-swiper-wrapper .product-custom-view-wrapper .custom-product-two .slick-list .slick-track .slick-slide {
    padding: 0 25px;
  }
}

.promo-with-swipe .slick-prev {
  font-size: 0;
  display: block !important;
}

.promo-with-swipe .slick-prev::after {
  content: "";
  width: 13px;
  display: block;
  background-image: url("../images/left-arrow -white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.promo-with-swipe .slick-next {
  font-size: 0;
  display: block !important;
}

.promo-with-swipe .slick-next::after {
  content: "";
  width: 13px;
  display: block;
  background-image: url("../images/left-arrow -white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(180deg);
}

.product-custom-view-wrapper .slick-prev {
  font-size: 0;
}

.product-custom-view-wrapper .slick-prev::after {
  content: "";
  width: 13px;
  display: block;
  background-image: url("../images/left-arrow -white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-custom-view-wrapper .slick-next {
  font-size: 0;
}

.product-custom-view-wrapper .slick-next::after {
  content: "";
  width: 13px;
  display: block;
  background-image: url("../images/left-arrow -white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(180deg);
}

.paragraph .content a {
  color: #1f145d;
  position: relative;
  font-weight: 700;
}
.paragraph .content a:hover::after {
  max-width: 100%;
}
.paragraph .content a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  max-width: 0;
  height: 1px;
  background: #1f145d;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.paragraph ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1.5;
  font-size: 1.404rem;
  font-weight: 300;
  padding-left: 1.5rem;
  position: relative;
}

.paragraph ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #1f1f24;
  border-radius: 50%;
  z-index: 1;
}

.txt-right {
  text-align: right;
}
/*#onetrust-consent-sdk {
  display: none;
}*/

/* 08-march-23 start */

@media only screen and (min-width: 1025px){
  .inspiration-overview .title{
      margin-bottom: -175px !important;
  }
  .inspiration-overview .inspiration-grid .item.middle {
    margin-top: 200px !important;
  }
}
@media only screen and (min-width: 956px){
  .inspiration-overview .inspiration-grid{
    margin-top: 0 !important;
  }
  .home-inspiration.inspiration-overview .inspiration-grid{
    margin-bottom: 0 !important;
  }
  .inspiration-overview .title{
    width: 33.3333%;
    padding: 0px 30px;
    margin-bottom: -82px !important;
  }
  .inspiration-overview .title h2{
    margin-bottom: 0px !important;
  }
  .inspiration-overview .inspiration-grid .item.middle {
    margin-top: 160px !important;
  }
}

/* .inspiration-overview .inspiration-grid{
  margin-bottom: 0 !important;
} */

/* 08-march-23 end */

/* 22-3-23 */

.language-switcher-language-url {
  display: none !important;
}

/* 22-3-23 */

/* 20-6-23 */

.anony #block-molcobakery-local-tasks {
  margin-top: 70px !important;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 956px) {
  .anony #block-molcobakery-local-tasks {
    margin-top: 110px !important;
  }
}

.user-register-form summary {
  font-size: 20px;
  font-weight: 500;
  appearance: auto;
  padding-bottom: 15px;
}

.user-register-form .js-form-type-select label {
  display: none !important;
}

.user-register-form .js-form-type-select select {
  height: 45px;
  border: 2px solid #767676;
  padding-left: 10px;
  padding-right: 10px;
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
}

.user-register-form .js-form-type-select select option {
  background: transparent;
  background-color: transparent;
  color: #000000;
}

.inspiration-overview .inspiration-grid .item .content .link-with-arrow {
  z-index: 10;
  position: relative;
}

.status-msg {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  text-align: center;
  color: #ffffff;
  background: #1f145d;
  margin-top: 130px;
}

.status-msg a {
  color: #ffffff;
  text-decoration: underline;
}

.status-msg a:hover {
  text-decoration: none;
}

.admin_area .status-msg {
  display: none;
}

.anony .status-msg {
  display: block;
}

.download-pdf {
  cursor: pointer;
}

.user-after-log-in-edit .user-pages .user-form {
 padding-top: 50px;
 padding-bottom: 50px;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item label {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  appearance: auto;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item input {
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item span {
 display: block;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item span a {
  color: #1f145d;
  text-decoration: underline;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item span a:hover {
  text-decoration: none;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item select {
  height: 35px;
  padding-left: 10px;
  padding-right: 30px;
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

.user-after-log-in-edit .user-pages .user-form .js-form-item select option {
  background: transparent;
  background-color: transparent;
  color: #000000;
}

.user-after-log-in-edit .user-pages .user-form summary {
  appearance: auto;
}

.user-after-log-in-edit .user-pages .user-form .password-strength {
  margin-top: 50px;
}

.user-after-log-in-edit .user-pages .user-form .password-strength .password-strength__title {
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
  display: block;
}

/* .user-after-log-in-edit .user-pages .user-form .js-form-type-password,.js-form-type-email {
  padding-top: 15px;
  padding-bottom: 15px;
} */

.user-after-log-in-edit .user-pages .user-form .js-form-type-password-confirm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.user-after-log-in-edit .user-pages .user-form >details {
  padding-top: 15px;
  padding-bottom: 15px;
}

.user-after-log-in-edit .user-pages .user-form >details.form-wrapper .js-form-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.user-after-log-in-edit .user-pages .user-form .submit input {
  background: #1f145d;
  color: #fff;
  transition: all .3s;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .99rem;
  cursor: pointer;
  border-radius: 5px;
}

.user-after-log-in article {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.user-after-log-in #block-molcobakery-local-tasks {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-after-log-in #block-molcobakery-local-tasks ul {
  padding-left: 0;
  padding-right: 0;
}

.logout-link-2 {
  display: none !important;
}

.user-after-log-in #block-molcobakery-local-tasks .logout-link-2 {
  display: block !important;
}

/* 22-3-23 */

#user-pswrd-reset {
  margin-top: 130px;
}

.js-form-item.form-item.js-form-type-textfield.form-item-field-address-0-address-given-name.js-form-item-field-address-0-address-given-name {
  padding-top: 50px;
}

.image-form-outer .image-form-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.image-form-outer .image-form-wrapper .image {
  width: 100%;
}

.image-form-outer .image-form-wrapper .image .bg-image {
 position: relative;
}

.image-form-outer .image-form-wrapper .image .bg-image img {
  width: 100%;
  border-radius: 10px;
}

.image-form-outer .image-form-wrapper >.form-wrapper {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset {
  min-width: 100%;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-type-processed-text h2 {
  color: #1C165A;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-type-processed-text h2 {
    max-width: 450px;
    font-size: 22px;
    line-height: 33px;
  }

  .image-form-outer .image-form-wrapper .image .bg-image img {
    position: absolute;
  }
  

  .image-form-outer .image-form-wrapper .image {
    padding-right: 20px;
    width: 50%;
  }
  
  .image-form-outer .image-form-wrapper >.form-wrapper {
    padding-left: 20px;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-type-processed-text h2 {
    font-size: 24px;
    line-height: 37px;
  }

  .image-form-outer .image-form-wrapper .image {
    padding-right: 30px;
  }
  
  .image-form-outer .image-form-wrapper >.form-wrapper {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-type-processed-text h2 {
    font-size: 28px;
    line-height: 40px;
    max-width: 450px;
  }

  .image-form-outer .image-form-wrapper .image {
    padding-right: 35px;
  }
  
  .image-form-outer .image-form-wrapper >.form-wrapper {
    padding-left: 35px;
  }
}

@media screen and (min-width: 1400px) {
  .image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-type-processed-text h2 {
    max-width: 480px;
    font-size: 32px;
  }
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset >fieldset {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset {
  margin-left: -5px;
  margin-right: -5px;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset >fieldset .input-wrapper {
  width: 50%;
  padding: 5px;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset >fieldset .js-form-item  {
  width: 50%;
  padding: 5px;
}

.image-form-outer .image-form-wrapper .form-wrapper form .js-form-type-email  {
  padding: 5px !important;
}

.image-form-outer .image-form-wrapper .form-wrapper form .form-item-btw-number  {
  padding: 5px !important;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset >fieldset .checkbox  {
  width: 100%;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-item  {
  padding: 0;
  margin: 0;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .input-wrapper input[type="text"],
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .input-wrapper input[type="email"] {
  border: 1px solid #00000040;
  border-radius: 7px;
  color: #1C165A;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.404rem;
  height: 45px;
  border-radius: 5px;
  transition-duration: .3s;
  padding-left: 1.5rem;
  color: #000;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset .input-wrapper input[type="text"]::placeholder,
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .input-wrapper input[type="email"]::placeholder {
  color: #000;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .js-form-item  input[type="text"],
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .js-form-item  input[type="email"] {
  border: 1px solid #00000040;
  border-radius: 7px;
  color: #1C165A;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.404rem !important;
  height: 45px;
  border-radius: 5px;
  transition-duration: .3s;
  padding-left: 1.5rem;
  color: #000;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-item  input[type="text"]::placeholder,
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .js-form-item  input[type="email"]::placeholder {
  color: #BFBFBF;
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.404rem !important;
  color: #000;
}

.captcha__title {
  display: none;
}

@media screen and (min-width: 1200px) {
  .image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .input-wrapper input[type="text"],
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .input-wrapper input[type="email"] {
  font-size: 15px;
  line-height: 27px;
  color: #000;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset .input-wrapper input[type="text"]::placeholder,
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .input-wrapper input[type="email"]::placeholder {
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.404rem;
  color: #000;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .js-form-item  input[type="text"],
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .js-form-item  input[type="email"] {
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.404rem;
  color: #000;
}

.image-form-outer .image-form-wrapper .form-wrapper form >fieldset .js-form-item  input[type="text"]::placeholder,
.image-form-outer .image-form-wrapper .form-wrapper form >fieldset  .js-form-item  input[type="email"]::placeholder {
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 1.404rem;
  color: #000;
}
}

.image-form-outer .image-form-wrapper .form-wrapper form .submit {
  text-align: left;
  margin-bottom: 0;
  margin-top: 25px;
}

.image-form-outer .image-form-wrapper .form-wrapper form .checkboxes {
  margin-top: 18px !important;
}

.image-form-outer .image-form-wrapper .form-wrapper form .checkbox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.image-form-outer .image-form-wrapper .form-wrapper form .checkbox label span {
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.5;
  color: #1f1f24;
}

.image-form-outer .image-form-wrapper .form-wrapper form .g-recaptcha {
  padding: 8px 7px;
  margin-top: 10px;
}

.image-form-outer #edit-address-wrapper {
  display: none;
}

.image-form-outer.show-add-field #edit-address-wrapper {
  display: flex;
}

.underline-h1-text h1 {
  text-align: center;
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 4.338rem;
  margin-bottom: 7rem;
  color: #1f145d;
  position: relative;
  line-height: 1.2;
}

.underline-h1-text h1:after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  z-index: 1;
  width: 50px;
  height: 2px;
  background: #1f145d;
  left: 50%;
  transform: translateX(-50%);
}

.underline-h1-text p {
  margin: 0;
}

.underline-h1-text p strong {
  padding-top: 20px;
  display: block;
}

.underline-h1-text p a {
  cursor: pointer;
  background: #1f145d;
  color: #fff;
  transition: all .3s;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 50px;
  font-size: .99rem;
}

.underline-h1-text p a:hover {
  background: #1f1f24;
  color: #fff;
}

.campaign-title .underline {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-title p {
  max-width: 1153px;
  margin-left: auto;
  margin-right: auto;
}

.pbt-130 {
  margin-top: 118px;
}

@media screen and (min-width: 768px) {
    .pbt-130 {
      margin-top: 130px;
    }
}

.admin_area  .pbt-130 {
  margin: 0;
}



.title-sub {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .title-sub {
    font-size: 35px;
}
}
@media screen and (min-width: 992px) {
  .title-sub {
    font-size: 40px;
}
}

  
  @media screen and (min-width: 1200px) {
    .title-sub {
      font-size: 45px;
  }
  }
@media screen and (min-width: 1400px) {
  .title-sub {
    font-size: 50px;
}
}