/* === This screens.css file is located in website root /assests/css/  === */

@media only screen and (min-width: 768px) {
  .tablet {
    display: block;
  }
  .container {
    margin: 0 auto;
    padding: 28px 32px 48px;
  }
  .container.content-block,
  .container .content-block {
    padding-right: 35%;
  }
  .container .narrow {
    margin: 0 auto;
    width: 816px;
  }
  ul.inline {
    display: flex;
    gap: 18px;
  }
  ul.reset {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .intro-content {
    width: 320px;
  }
}
@media only screen and (min-width: 1280px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .container {
    width: 1240px;
    padding: 70px 0 140px;
  }
  .container.narrow {
    width: 816px;
  }
  .swiper-container {
    margin: 0 auto;
    width: 1240px;
  }
  .inline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  .inline-header h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .bg-daisy-img {
    background-image: url("../img/bg-daisy.svg");
    background-repeat: no-repeat;
  }
  .bg-daisy-img.btm-lft {
    background-size: 1240px;
    background-position: left -84px bottom -650px;
  }
  .bg-daisy-img.top-rht {
    background-size: 1240px;
    background-position: right -500px top -555px;
  }
  .bg-circle-img {
    background-image: url("../img/bg-circle.svg");
    background-repeat: no-repeat;
  }
  .bg-circle-img.btm-lft {
    background-size: 1240px;
    background-position: left -84px bottom -650px;
  }
  .bg-circle-img.top-rht {
    background-size: 1240px;
    background-position: right -246px top -555px;
  }
}
@media only screen and (min-width: 768px) {
  .icon-cards .card .h4 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .swiper-banners h1 {
    font-size: 28px;
  }
  .swiper-banners p {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1280px) {
  body,
  p,
  a,
  li {
    font-size: 18px;
    line-height: 24px;
  }
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .subheading {
    font-size: 22px;
    line-height: 28px;
  }
  .normal {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .card h3,
  .card .h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .card .title {
    font-size: 22px;
    line-height: 28px;
  }
  .card .link {
    font-size: 16px;
    line-height: 22px;
  }
  .card .small {
    font-size: 14px;
    line-height: 18px;
  }
  .large {
    font-size: 22px;
  }
  .content-block p:first-child {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .menu-mobile {
    display: none;
  }
  .menu-mobile .menu-bar {
    padding-left: 32px;
    padding-right: 32px;
  }
  .menu-bar {
    display: unset;
    padding: 0;
    height: 96px;
  }
  .menu-desktop {
    display: block;
    width: 100%;
  }
  .menu-desktop .container {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-desktop a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .menu-desktop .sub-menu {
    min-height: 100%;
  }
  .menu-desktop .sub-menu a {
    font-size: 18px;
  }
  .menu-desktop .menu-items {
    display: flex;
    align-items: center;
  }
  .menu-desktop .search-icon {
    padding-left: 14px;
  }
  .menu-desktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu-desktop #primary-menu {
    display: flex;
    align-items: center;
    height: 96px;
  }
  .menu-desktop #primary-menu li.item-depth-0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    height: 96px;
    padding: 0 14px;
  }
  .menu-desktop #primary-menu li.item-depth-0 button.toggle-depth-0 {
    background: url("../img/menu-arrow-white.svg") no-repeat center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-out 0.1s;
  }
  .menu-desktop #primary-menu li.item-depth-0.current-menu-item a,
  .menu-desktop #primary-menu li.item-depth-0.current-menu-parent a,
  .menu-desktop #primary-menu li.item-depth-0.current-menu-ancestor a {
    color: #f9ba13;
  }
  .menu-desktop #primary-menu li.item-depth-0.current-menu-item button,
  .menu-desktop #primary-menu li.item-depth-0.current-menu-parent button,
  .menu-desktop #primary-menu li.item-depth-0.current-menu-ancestor button {
    background-image: url("../img/menu-arrow-daisy.svg");
  }
  .menu-desktop #primary-menu li.item-depth-0:hover {
    background-color: #f9ba13;
  }
  .menu-desktop #primary-menu li.item-depth-0:hover a {
    color: #132c3f !important;
  }
  .menu-desktop #primary-menu li.item-depth-0:hover button.toggle-depth-0 {
    background-image: url("../img/menu-arrow.svg");
    transform: rotate(180deg);
  }
  .menu-desktop #primary-menu li.item-depth-0 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100% !important;
    width: 100%;
  }
  .menu-desktop ul.sub-menu-0 {
    position: absolute;
    top: 96px;
    left: 0;
    width: 1240px;
    min-height: 100%;
    overflow: auto;
  }
  .menu-desktop li.item-depth-0:hover ul.sub-menu-0 {
    display: block;
  }
  .menu-desktop li.menu-item-type-taxonomy.current-menu-item > button,
  .menu-desktop li.menu-item-type-taxonomy.current-menu-parent > button,
  .menu-desktop li.menu-item-type-taxonomy.current-menu-ancestor > button,
  .menu-desktop li.menu-item-type-taxonomy:hover > button {
    background-image: url("../img/submenu-arrow.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    width: 36px;
    height: 100%;
    margin-right: 16px;
  }
  .sub-menu {
    display: none;
    background: #f9ba13;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .sub-menu a {
    height: auto;
  }
  .sub-menu-0 .item-depth-1,
  .sub-menu-0 .item-depth-2,
  .sub-menu-0 .item-depth-3 {
    display: flex;
    justify-content: space-between;
    width: 413px;
    height: 58px !important;
  }
  .sub-menu-0 .item-depth-1.current-menu-ancestor,
  .sub-menu-0 .item-depth-1.current-menu-parent,
  .sub-menu-0 .item-depth-1.current-menu-item,
  .sub-menu-0 .item-depth-1:hover,
  .sub-menu-0 .item-depth-2.current-menu-ancestor,
  .sub-menu-0 .item-depth-2.current-menu-parent,
  .sub-menu-0 .item-depth-2.current-menu-item,
  .sub-menu-0 .item-depth-2:hover,
  .sub-menu-0 .item-depth-3.current-menu-ancestor,
  .sub-menu-0 .item-depth-3.current-menu-parent,
  .sub-menu-0 .item-depth-3.current-menu-item,
  .sub-menu-0 .item-depth-3:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
  .sub-menu-0 .item-depth-1.current-menu-ancestor ul.sub-menu-1,
  .sub-menu-0 .item-depth-1.current-menu-parent ul.sub-menu-1,
  .sub-menu-0 .item-depth-1.current-menu-item ul.sub-menu-1,
  .sub-menu-0 .item-depth-1:hover ul.sub-menu-1,
  .sub-menu-0 .item-depth-2.current-menu-ancestor ul.sub-menu-1,
  .sub-menu-0 .item-depth-2.current-menu-parent ul.sub-menu-1,
  .sub-menu-0 .item-depth-2.current-menu-item ul.sub-menu-1,
  .sub-menu-0 .item-depth-2:hover ul.sub-menu-1,
  .sub-menu-0 .item-depth-3.current-menu-ancestor ul.sub-menu-1,
  .sub-menu-0 .item-depth-3.current-menu-parent ul.sub-menu-1,
  .sub-menu-0 .item-depth-3.current-menu-item ul.sub-menu-1,
  .sub-menu-0 .item-depth-3:hover ul.sub-menu-1 {
    display: block !important;
  }
  .sub-menu-0
    .item-depth-1.current-menu-ancestor
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0
    .item-depth-1.current-menu-parent
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0
    .item-depth-1.current-menu-item
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0 .item-depth-1:hover ul.sub-menu-1 li:hover ul.sub-menu-2,
  .sub-menu-0
    .item-depth-2.current-menu-ancestor
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0
    .item-depth-2.current-menu-parent
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0
    .item-depth-2.current-menu-item
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0 .item-depth-2:hover ul.sub-menu-1 li:hover ul.sub-menu-2,
  .sub-menu-0
    .item-depth-3.current-menu-ancestor
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0
    .item-depth-3.current-menu-parent
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0
    .item-depth-3.current-menu-item
    ul.sub-menu-1
    li:hover
    ul.sub-menu-2,
  .sub-menu-0 .item-depth-3:hover ul.sub-menu-1 li:hover ul.sub-menu-2 {
    display: block !important;
  }
  .sub-menu-0 .item-depth-1 .current-menu-item ul.sub-menu-2,
  .sub-menu-0 .item-depth-2 .current-menu-item ul.sub-menu-2,
  .sub-menu-0 .item-depth-3 .current-menu-item ul.sub-menu-2 {
    display: block !important;
  }
  .sub-menu-0 .item-depth-1 a,
  .sub-menu-0 .item-depth-2 a,
  .sub-menu-0 .item-depth-3 a {
    padding-left: 32px;
    color: #132c3f;
  }
  .sub-menu-0 a {
    padding-left: 32px;
  }
  .sub-menu-0 .sub-menu-1,
  .sub-menu-0 .sub-menu-2,
  .sub-menu-0 .sub-menu-3 {
    position: absolute;
    top: 0;
    left: 413px;
  }
  .menu-item-276,
  .menu-item-280 {
    position: relative;
  }
  .menu-item-276 ul.sub-menu-0,
  .menu-item-280 ul.sub-menu-0 {
    position: absolute;
    width: 360px;
    overflow: hidden;
  }
  .menu-item-280 ul.sub-menu-0 {
    width: 308px;
  }
  .menu-item-249 ul.sub-menu-0 {
    height: 470px;
  }
  .menu-item-270 ul.sub-menu-0 {
    height: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .btn,
  button.btn {
    font-size: 16px;
    padding: 12px 16px !important;
    border-radius: 8px;
  }
  .btn-outline.btn {
    padding: 10px 14px !important;
  }
  .card .btn,
  .card button.btn {
    font-size: 14px !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
  }
  .card .btn-outline.btn {
    padding: 8px 12px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper-banners,
  .banner {
    position: relative;
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    border-bottom-width: 16px;
  }
  .swiper-banners .container,
  .banner .container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
  }
  .swiper-banners .container .banner-wrapper,
  .banner .container .banner-wrapper {
    width: 1240px;
    margin: 0 auto !important;
  }
  .swiper-banners .container .banner-wrapper .content,
  .banner .container .banner-wrapper .content {
    width: 640px;
  }
  .swiper-banners .container .swiper-nav-wrapper,
  .banner .container .swiper-nav-wrapper {
    max-width: 420px;
    margin-left: 0;
  }
  .swiper-banners .container .content .banner-header,
  .banner .container .content .banner-header {
    font-size: 36px;
  }
  .swiper-banners .container .content .banner-content,
  .banner .container .content .banner-content {
    font-size: 22px;
  }
  .swiper-banners .img-container,
  .banner .img-container {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: right;
  }
  .swiper-banners .swiper-slide picture,
  .banner .swiper-slide picture {
    height: 800px;
    width: 46%;
  }
  .swiper-banners .swiper-slide picture img,
  .banner .swiper-slide picture img {
    object-fit: cover;
    object-position: left;
    -webkit-mask-image: url("../img/mask/daisy-lg.svg");
    mask-image: url("../img/mask/daisy-lg.svg");
    mask-position: left;
  }
  .swiper-banners .content p {
    font-size: 22px !important;
  }
  .banner {
    height: 640px;
  }
  .banner.has-logo {
    align-items: end;
  }
  .banner .container {
    height: 640px;
  }
  .banner .container .banner-wrapper {
    display: flex;
    justify-content: end;
  }
  .banner .container .banner-wrapper .content {
    width: 520px;
  }
  .banner .container .banner-wrapper .content .banner-logo {
    margin-top: 65px;
    width: 206px;
    height: auto;
  }
  .banner .img-container {
    justify-content: left;
  }
  .banner .swiper-slide picture {
    height: 640px;
    width: 48%;
  }
  .banner .swiper-slide picture img {
    object-position: right;
    -webkit-mask-image: url("../img/mask/circle-lg.svg");
    mask-image: url("../img/mask/circle-lg.svg");
    mask-position: right;
  }
  .banner-brand,
  .product-banner {
    border-bottom: 12px solid #f9ba13;
    height: 380px;
    align-items: center;
    background: #132c3f url("../img/mask/daisy-white-lg.svg") no-repeat right
      center;
    background-size: 720px;
  }
  .banner-brand .container,
  .product-banner .container {
    padding: 0;
  }
  .banner-brand .container h1,
  .product-banner .container h1 {
    font-size: 36px;
  }
  .banner-brand .container .content img,
  .product-banner .container .content img {
    height: 47px;
  }
  .product-banner .container {
    background: url("../img/logo/surgical-reversed.svg") no-repeat right center;
    background-size: 206px 47px;
  }
  .recovery-page .product-banner .container {
    background: url("../img/logo/recovery-reversed.svg") no-repeat right center;
    background-size: 206px 47px;
  }
}
@media only screen and (min-width: 768px) {
  .cards {
    gap: 24px;
  }
  .products .cards {
    grid-template-columns: 1fr 1fr;
  }
  .events .cards {
    grid-template-columns: 1fr 1fr;
  }
  .event-posts .card-image {
    width: 42%;
  }
  .icon-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .icon-cards .card {
    display: unset;
    padding-top: 70px;
  }
  .icon-cards .card .h4 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .event-posts .card-image {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .cards {
    gap: 32px;
  }
  .cards .card {
    padding: 24px;
  }
  .cards .card .h4 {
    font-size: 22px;
    padding-top: 0;
  }
  .cards .card p,
  .cards .card a {
    font-size: 18px;
  }
  .cards .card span {
    font-size: 14px;
  }
  .card-image .image {
    height: 220px;
  }
  .card-image .image span {
    font-size: 22px;
    font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
    padding: 24px;
  }
  .card-image .content {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 24px 24px;
  }
  .card-image .content span {
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    min-height: 76px;
  }
  .products .cards .card {
    display: grid;
    grid-template-columns: 110px auto;
    gap: 18px;
    align-items: center;
  }
  .products .cards .card picture {
    width: 110px;
    height: 110px;
  }
  .products .cards .card img {
    width: unset;
    height: unset;
    object-fit: contain;
  }
  .products .cards .card h3 {
    margin: 0;
  }
  .products .cards .card p {
    margin-bottom: 12px;
  }
  .link-cards .card-image .image {
    height: 316px !important;
  }
  .link-cards .card-image .image span {
    font-size: 28px !important;
    padding-left: 32px;
    padding-bottom: 40px;
    font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  }
  .about .icon-cards .card {
    min-height: 392px;
    padding: 150px 32px 32px;
  }
  .about .icon-cards .card .h4 {
    font-size: 32px;
    margin-top: 20px;
  }
  .about .icon-cards .card img {
    width: 154px;
    height: 154px;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .swiper .swiper-nav-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .swiper .swiper-slide {
    width: 30%;
  }
  .swiper-suppliers .swiper-nav-wrapper {
    padding-top: 34px;
  }
  .swiper-events .swiper-slide {
    width: 40%;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper {
    padding: 0;
  }
  .swiper-btn {
    width: 48px;
    height: 48px;
    background-size: 48px !important;
  }
  .swiper-play {
    background-size: 48px !important;
  }
  .bg-stone .swiper-play {
    background-size: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-suppliers,
  .logo-block {
    padding: 8px 32px 48px !important;
  }
  .swiper-suppliers .swiper-slide,
  .logo-block .swiper-slide {
    border-radius: 16px;
    width: 96px;
    height: 96px;
  }
  .swiper-suppliers .swiper-slide img,
  .logo-block .swiper-slide img {
    width: 78px;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper-suppliers {
    padding: 8px 32px 122px !important;
  }
  .swiper-suppliers .swiper-wrapper {
    margin: 50px 0 30px;
  }
  .swiper-suppliers .swiper-slide {
    width: 180px;
    height: 180px;
  }
  .swiper-suppliers .swiper-slide img {
    min-width: 130px;
  }
  .swiper-nav-wrapper {
    width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .logo-block .swiper-nav-wrapper {
    margin-top: 68px;
  }
  .logo-block .swiper-slide {
    border-radius: 16px;
    width: 180px;
    height: 180px;
  }
  .logo-block .swiper-slide img {
    min-width: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-container {
    padding-bottom: 25px;
  }
  .content-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 0 !important;
  }
  .content-block h2 {
    width: 360px;
    margin-top: 16px;
  }
  .content-block .text {
    width: 610px;
  }
  .intro-content {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    margin-bottom: 55px;
  }
  .intro-content .content {
    order: 1;
  }
  .intro-content .content h2,
  .intro-content .content p {
    width: 375px;
  }
  .intro-content img {
    order: 2;
    justify-self: right;
    width: 285px;
    margin-top: 35px;
  }
  .home .products .intro-content h2,
  .home .products .intro-content p {
    width: 80%;
  }
  .about .intro-content .content h2,
  .about .intro-content .content p.subheading {
    margin-bottom: 28px !important;
  }
  .t7.content-container .narrow {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .post-images {
    display: flex;
    flex-direction: row !important;
  }
  .post-images img {
    width: 100%;
    height: auto;
  }
  .post-image {
    text-align: center;
  }
  .post-image img {
    width: 50%;
  }
  .related-news .card:first-child {
    margin-left: 0;
  }
  .related-news .card:last-child {
    margin-right: 0;
  }
  .related-news .swiper-slide {
    width: 40%;
  }
}
@media only screen and (min-width: 1280px) {
  .news-posts .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .news-posts .card-image {
    width: 100%;
  }
  .news-posts .card-image .image {
    height: 300px;
  }
  .news-posts .card-image .content .h4 {
    font-size: 22px;
  }
  .news-posts .card-image .content div:first-child {
    min-height: 100px;
  }
  .news-posts .card-image .content .read-more {
    padding-top: 16px;
  }
  .news-posts .card-image .read-more span {
    font-size: 14px;
  }
  .news-posts .card-image .read-more span span {
    display: unset;
  }
  .post-banner {
    border-bottom-width: 16px;
  }
  .post-banner .container {
    padding: 130px 16px 42px;
  }
  .post-banner .container h1 {
    font-size: 36px;
    line-height: 48px;
    width: 70%;
  }
  .post-banner .container p {
    font-size: 14px;
  }
  .news-page .blocks {
    padding: 48px 0 97px;
  }
  .news-page .blocks strong:first-child {
    font-size: 22px;
    display: block;
    padding-bottom: 16px;
  }
  .news-page .blocks img {
    border-radius: 16px;
  }
  .news-page .blocks .post-images {
    gap: 32px;
    padding: 44px 0;
  }
  .news-page .blocks .post-image {
    padding: 44px 16px;
  }
  .news-page .blocks .post-image img {
    width: 100%;
  }
  .news-page .tp-bdr-stone {
    border-top: 2px solid #132c3f;
    margin-top: 30px;
  }
  .news-page .news-posts {
    padding-bottom: 125px;
  }
  .related-posts .inline-header {
    border-top: 2px solid #132c3f;
  }
  .related-posts .card-image .image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-header.mobile {
    display: none;
  }
  .event-banner .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .event-banner .container .card-image {
    order: 2;
  }
  .event-banner .container .banner-content {
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .events-index .event-posts {
    padding-bottom: 0 !important;
  }
  .events-index .event-posts .swiper-wrapper {
    padding-bottom: 65px;
  }
  .events-index .event-posts h2 {
    margin-bottom: 45px;
  }
  .events-index .event-posts:first-child h2 {
    padding-top: 0;
  }
  .intro-events .content h2 {
    width: 420px;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .intro-events .content p {
    width: 680px;
    font-size: 22px;
  }
  .sub-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  .sub-heading h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
  }
  .event-posts {
    padding-bottom: 64px;
  }
  .events .card-image {
    height: 100%;
  }
  .events .card-image .image {
    height: 220px;
  }
  .events .card-image .image span {
    font-size: 22px;
    padding: 24px;
  }
  .events .card-image .content {
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    min-height: 250px;
  }
  .events .card-image .content .h4 {
    font-size: 22px;
  }
  .events .link-cards .card-image {
    height: 316px;
  }
  .home .events .link-cards {
    padding-top: 70px;
    margin-top: 100px;
  }
  .home .related-events {
    padding: 0;
  }
  .home .related-events .swiper {
    padding: 0;
  }
  .event-banner .h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .event-banner .container {
    grid-template-columns: 1fr 560px;
    gap: 106px;
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .event-banner .container .card-image {
    width: 562px !important;
    border-radius: 16px;
  }
  .event-banner .container .card-image .image {
    height: 280px;
  }
  .event-banner .container .banner-content .more {
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
    margin-top: 44px;
  }
  .event-banner .container .banner-content .more .btn {
    display: inline-block;
  }
  .event-banner .container .banner-content .more .logo {
    margin: 0;
  }
  .event-banner #count-down {
    top: 240px;
  }
  .event-banner #count-down span {
    font-size: 14px;
  }
  .event-banner #count-down div {
    padding: 10px 7px;
    width: 74px;
    height: 74px;
  }
  .event-banner #count-down div span:first-child {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .event-banner .venue-wrapper {
    margin: 69px 32px 32px;
  }
  .event-banner .venue-wrapper .venue-details {
    row-gap: 32px;
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .event-banner .map-container {
    margin: 32px 0 16px;
    border-radius: 8px;
    overflow: auto;
  }
  .event-banner .map-container-2 {
    height: 263px;
  }
  .event-register {
    display: flex;
    margin-top: -330px;
  }
  .event-register .event-form {
    width: 620px;
    padding: 0 64px 16px 40px;
  }
  .event-register .event-form h2 {
    font-size: 22px;
  }
  .event-page .half-bg {
    padding-bottom: 60px;
  }
  .related-events {
    padding-top: 36px;
  }
  .related-events .swiper {
    padding: 0 0 128px 0;
    width: 1240px;
  }
  .related-events .container {
    padding: 0;
  }
  .related-events .inline-header {
    border: none;
  }
  .container.register {
    padding-bottom: 38px;
  }
  .related-events-swiper .card-image .image {
    height: 220px;
  }
  .event-page .related-events {
    padding-top: 0;
  }
  .event-page .related-events .inline-header {
    margin-bottom: 48px;
  }
  .event-page .related-events h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .team-posts .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .team-page .container {
    padding-top: 10px;
  }
  .team-filter {
    margin-bottom: 28px;
  }
  .team-posts .team-group {
    margin-bottom: 80px;
  }
  .team-posts .cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .team-posts .card {
    min-height: 398px;
    padding: 0;
  }
  .team-posts .profile {
    font-size: 18px;
    line-height: 24px;
    height: 132px;
    padding: 20px 24px 24px;
  }
  .team-posts .profile a {
    font-size: 18px;
  }
  .team-posts .profile .top .who {
    width: 100%;
  }
  .team-posts .profile .top .more {
    display: none;
  }
  .team-posts .profile .bottom {
    transition: opacity 0.4s ease 0.1s;
  }
  .team-posts .card:hover > .profile {
    height: 100%;
  }
  .team-posts .card:hover > .profile .bottom {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .filter {
    gap: 8px;
    font-size: 20px;
  }
  .filter .label {
    padding: 16px;
  }
  .filter .options {
    width: 286px;
  }
  .filter .options.open {
    top: 86px;
  }
  .filter .options li a {
    padding: 18px 16px;
  }
  .filter .options label {
    font-size: 18px !important;
  }
  .filter-options-header {
    font-size: 18px;
    background-size: 17px auto;
    padding: 16px 16px 12px !important;
    width: 286px;
  }
  .filter-options-header i {
    top: 12px;
  }
  .filter-options-header.selected i {
    top: 10px;
  }
  .surgical-page .filter-options-header,
  .recovery-page .filter-options-header,
  .clinical-page .filter-options-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 22px;
  }
  .surgical-page .filter-options-header::after,
  .recovery-page .filter-options-header::after,
  .clinical-page .filter-options-header::after {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .surgical-page .modal-form .form {
    width: 620px;
  }
  .headquarters .mobile {
    display: none;
  }
  .headquarters .container {
    display: grid;
    grid-template-columns: 300px 1fr;
    padding: 64px 32px 0;
  }
  .headquarters .container .h2 {
    margin-top: 0;
  }
  .headquarters .container .map-container {
    order: 2;
  }
  .headquarters .container .map-container .map-container-2 {
    height: 480px !important;
  }
  .headquarters .container .address {
    order: 1;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .headquarters .container {
    grid-template-columns: auto 800px;
    padding: 90px 0 0;
  }
  .headquarters .container .map-container .map-container-2 {
    height: 480px !important;
  }
  .headquarters .address .h2 {
    font-size: 28px !important;
    line-height: 48px;
  }
  .headquarters .address p,
  .headquarters .address a {
    font-size: 22px !important;
    line-height: 30px;
  }
  .contact-cards {
    padding-top: 32px;
  }
  .contact-cards .container {
    padding-bottom: 70px;
  }
  .contact-page .product-complaint {
    padding-bottom: 20px;
  }
  .surgical-page .modal-form .form {
    width: 1024px;
  }
}
@media only screen and (min-width: 768px) {
  .jo-details {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 0;
    column-gap: 24px;
  }
  .jo-details .page-links ul {
    display: unset;
    text-align: right;
  }
  .jo-details .page-links li::after {
    content: "";
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  footer {
    border-top-width: 18px;
    line-height: 24px;
  }
  footer h3,
  footer p {
    font-size: 18px;
  }
  .logo-images {
    margin-bottom: 76px;
    align-items: center;
  }
  .logo-images .jo-logo {
    height: 59px;
    width: 286px;
  }
  .logo-images .accreditations img {
    width: auto;
    height: 80px;
  }
  .logo-images ul {
    gap: 18px;
  }
}
@media only screen and (min-width: 768px) {
  form .group {
    display: flex;
    gap: 21px;
  }
  form .submit {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .form {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .form .form-wrapper {
    margin-right: 48px;
    margin-left: 34px;
  }
  .form .image picture {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .form .image picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .videos .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .modal iframe {
    width: 640px;
    height: 320px;
  }
}
@media only screen and (min-width: 1280px) {
  .videos .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .videos .cards .card:hover img {
    opacity: 0.1;
  }
  .modal iframe {
    width: 960px;
    height: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px !important;
  }
  .breadcrumbs a {
    font-size: 14px !important;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  }
}
@media only screen and (min-width: 768px) {
  .taxonomy-products {
    gap: 64px;
  }
  .taxonomy-products .card {
    display: grid;
    grid-template-columns: 286px 1fr;
    gap: 32px;
  }
  .taxonomy-products .card .image {
    height: 286px;
  }
  .taxonomy-products .card .logo {
    margin-top: 0;
  }
  .taxonomy-products .card .btn {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .breadcrumbs {
    font-size: 14px !important;
  }
  .breadcrumbs a {
    font-size: 14px !important;
    font-family: "Nunito-Bold", Nunito-fallback, sans-serif;
  }
  .products .card img {
    width: 60px;
    height: 60px;
  }
  .about-product {
    display: grid;
    grid-template-columns: auto 560px;
    gap: 120px;
  }
  .about-product.container {
    padding-bottom: 0;
  }
  .about-product .logo {
    height: 84px;
    margin-bottom: 48px;
  }
  .about-product .logo.square {
    height: 175px;
  }
  .about-product .product-gallery {
    order: 2;
    border: 1px solid #f3f4f5;
    border-radius: 8px;
    width: 560px;
    height: 560px;
  }
  .about-product .product-gallery .swiper-button-next,
  .about-product .product-gallery .swiper-button-prev {
    background-size: 40px;
    width: 40px;
  }
  .about-product .product-gallery .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .about-product .product-gallery .image {
    object-fit: cover;
  }
  .about-product .content {
    order: 1;
    font-size: 18px;
  }
  .about-product .content ul {
    margin-left: 0;
    padding-left: 12px;
  }
  .videos-container {
    padding-top: 50px;
  }
  .product-videos {
    padding-top: 0;
  }
  .product-videos h2 {
    font-size: 28px;
  }
  .product-videos .cards .card .content {
    font-size: 22px;
    line-height: 28px;
    min-height: 116px;
  }
  .product-details {
    position: relative;
    border-radius: 8px;
    border: 1px solid #d0d1d5;
    margin: 65px auto 120px;
    padding-bottom: 70px;
    width: 1028px;
    overflow: hidden;
  }
  .product-details .accordion {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    height: 72px;
    text-align: center !important;
    justify-content: center;
    border-top: none;
    width: 25%;
  }
  .product-details .accordion::after {
    content: "";
    font-size: 0;
  }
  .product-details.tab-count-4 .accordion {
    width: 25%;
  }
  .product-details.tab-count-4 .tab2 {
    left: 25%;
  }
  .product-details.tab-count-4 .tab3 {
    left: 50%;
  }
  .product-details.tab-count-4 .tab4 {
    left: 75%;
  }
  .product-details.tab-count-3 .accordion {
    width: 33.333333%;
  }
  .product-details.tab-count-3 .tab2 {
    left: 33.333333%;
  }
  .product-details.tab-count-3 .tab3 {
    left: 66.666666%;
  }
  .product-details.tab-count-2 .accordion {
    width: 50%;
  }
  .product-details.tab-count-2 .tab2 {
    left: 50%;
  }
  .product-details.tab-count-1 .accordion {
    width: 100%;
  }
  .product-details #content2 .cards {
    grid-template-columns: 1fr 1fr;
  }
  .product-details .panel {
    position: static;
    padding: 0 105px;
    background: #fff;
    opacity: 0;
    transition: max-height 0s ease-out;
    height: 100%;
    overflow: auto;
  }
  .product-details .panel[aria-hidden="false"] {
    margin-top: 60px;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .product-details h2 {
    font-size: 22px;
  }
  .product-details .table-container {
    overflow-x: unset;
  }
  .product-details table {
    font-size: 18px;
    width: 100%;
  }
  .product-details .brochures h3 {
    font-size: 18px;
  }
  .product-details .brochures p,
  .product-details .brochures a {
    font-size: 16px;
  }
  .product-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 56px 26px;
  }
  .product-contact p {
    font-size: 22px;
  }
  .product-complaint {
    width: 600px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .product-complaint h2 {
    font-size: 22px;
    line-height: 0.9;
  }
  .product-complaint p {
    margin-bottom: 38px;
  }
  .basic-card {
    padding: 0 !important;
  }
  .basic-card .content .logo {
    margin: 32px 0 20px;
  }
  .basic-card .content p {
    margin: 8px 0 16px;
  }
  .surgical-page .filter-container,
  .recovery-page .filter-container {
    display: grid;
    grid-template-columns: 328px auto;
    gap: 96px;
    padding: 64px 0 96px;
  }
  .surgical-page .related-events {
    padding-bottom: 60px !important;
  }
  .taxonomy-view {
    overflow-y: hidden;
  }
  .taxonomy-view .card {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 32px;
    align-items: center;
  }
  .taxonomy-view .card img {
    width: 104px;
    height: 104px;
  }
  .taxonomy-view .card h3 {
    margin: 0 0 6px;
  }
  .taxonomy-view .card p {
    margin: 0 0 12px;
  }
  .taxonomy-view .card .link {
    font-size: 16px;
  }
  .taxonomy-product-view {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .taxonomy-product-view .card-image .content p {
    margin-top: 10px;
  }
  .taxonomy-product-view .card-image .content .read-more {
    padding-top: 16px;
  }
  .surgical-page .filter-container,
  .recovery-page .filter-container {
    padding: 64px 0 96px;
  }
  .surgical-page .related-events {
    padding: 60px 0 118px;
  }
  .surgical-page .related-events .container {
    border-top: 2px solid #132c3f;
  }
  .surgical-page .related-events .swiper {
    padding-bottom: 0;
  }
  .surgical-page .news-posts {
    padding: 96px 0;
  }
  .modal-box {
    width: 1024px;
    padding: 64px 150px;
  }
  .modal-box .buttons {
    width: 392px;
    margin: 0 auto;
  }
  .patient-modal .modal-box {
    padding: 64px 50px;
  }
  .patient-modal .modal-box .header {
    padding: 0 100px;
  }
  .patient-modal .modal-box .cards {
    padding-left: 0;
    overflow: hidden;
  }
}
.checkbox-filter button.select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
.checkbox-filter .options {
  position: relative;
  top: 0;
  opacity: 1;
  width: 100% !important;
}
.checkbox-filter .options li label {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .recovery-page .taxonomy-index.taxonomy-view {
    gap: 16px;
  }
  .recovery-page .card {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .recovery-page .card h3 {
    font-size: 28px;
  }
  .recovery-page .icon-title {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 16px;
    align-items: center;
  }
  .recovery-page .cards-container h2 {
    font-size: 28px;
    margin: 6px 0 38px;
  }
  .recovery-page .taxonomy-view,
  .recovery-page .taxonomy-products {
    gap: 64px;
  }
  .recovery-btn {
    display: inline-block;
    margin: 10px 0;
  }
  .recovery-card {
    display: grid;
    grid-template-columns: 286px 1fr;
    gap: 32px;
  }
  .recovery-card .content div p {
    margin-top: 5px;
  }
  .recovery-card .image img {
    width: 100%;
    height: 100%;
  }
  .search-now {
    margin-bottom: 30px;
  }
  .logo-container {
    padding-top: 20px;
  }
  .recovery-product .logo-container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .clinical-page .clinical-banner {
    padding-top: 50px;
  }
  .clinical-page .clinical-banner .container {
    background-image: url("../img/logo/joined-reversed.svg") !important;
    background-size: 207px 71px;
  }
  .clinical .table *,
  .product-clinical .table * {
    font-size: 18px;
  }
  .clinical .row,
  .product-clinical .row {
    display: grid;
    grid-template-columns: 20% 25% 1fr 10%;
    padding: 0;
  }
  .clinical .col,
  .product-clinical .col {
    margin-bottom: 0;
    padding: 10px 12px;
  }
  .clinical .col span,
  .product-clinical .col span {
    display: none;
  }
  .clinical .header *,
  .product-clinical .header * {
    font-family: "Nunito-Bold", Nunito-fallback, sans-serif !important;
  }
  .clinical .odd,
  .product-clinical .odd {
    background: #fff;
  }
  .clinical .even,
  .product-clinical .even {
    background: rgba(252, 186, 17, 0.25);
  }
  .clinical .title,
  .product-clinical .title {
    order: 3;
    border: none;
    font-family: "Nunito", Nunito-fallback, sans-serif;
  }
  .clinical .category,
  .product-clinical .category {
    order: 1;
  }
  .clinical .author,
  .product-clinical .author {
    order: 2;
  }
  .product-clinical .row {
    grid-template-columns: 25% 1fr 10%;
  }
  .product-clinical .even {
    background: rgba(84, 196, 241, 0.1);
  }
  .pagination img {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .clinical {
    display: grid;
    grid-template-columns: 328px 1fr;
    gap: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .certifications h2 {
    padding-top: 32px;
  }
  .certifications .basic-card h3 {
    margin-top: 24px;
    font-size: 22px;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .accordions h3 {
    font-size: 22px;
    margin-bottom: 64px;
  }
  .accordions .item {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .search-page {
    background-position: left -20% top 40%;
    background-size: 200%;
  }
  .search-page main {
    display: unset;
    align-items: unset;
    height: unset;
  }
  .search {
    font-size: 22px;
  }
  .search .container {
    margin-top: 270px;
    width: 605px;
  }
  .search h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .search p {
    font-size: 22px;
  }
  .search-form {
    margin: 90px 50px 0;
  }
  .search-form input {
    padding: 24px;
    font-size: 18px;
  }
  .search-form .search-field {
    background: #fff url("../img/search-dark.svg") no-repeat left 18px center;
    background-size: 32px;
    padding-left: 62px;
  }
  .search-banner {
    padding: 152px 0 96px;
    background-image: url("../img/bg-daisy-slate.svg");
    background-repeat: no-repeat;
    background-position: left 60px center;
  }
  .search-banner .container {
    margin-top: 0;
  }
  .search-results .item {
    margin-bottom: 44px;
    padding-bottom: 30px;
  }
  .search-results .item h2 {
    margin-top: 12px;
  }
  .search-results .item {
    margin-bottom: 44px;
  }
  .search-results .post-type {
    font-size: 14px;
  }
  .search-results .taxonomy-products {
    margin: 20px 0 28px;
  }
  .search-results .event-posts .card {
    margin-top: 16px;
    width: 380px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-page .menu-bar {
    background: transparent;
  }
  .search-results .container {
    width: 816px;
  }
  .search-banner {
    background-position: right -150px center;
  }
} 
