/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,1000;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  font-size: 62.5%;
}

@media (max-width: 1299px) {
  html {
    font-size: 56%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 58%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 28px;
  overflow-x: hidden;
}

.clear-all {
  all: unset !important;
  position: relative;
}
.clear-all::before {
  all: unset !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 5.2rem;
  line-height: 1.4em;
}

h2 {
  font-size: 4.2rem;
  line-height: 1.2em;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

p,
span,
em,
strong,
a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1;
  font-weight: 500;
}

b,
strong {
  font-weight: bolder !important;
}

ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  width: 100%;
  display: block;
}

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

.text-left {
  text-align: left;
}

.site-hero_title {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.2;
  color: #ffffff;
  color: #ffffff;
}

.site-sub-title {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 8px;
}
.site-sub-title.black_text {
  color: #000000;
}

.site-title {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 1.2;
  color: #ffffff;
}
.site-title.black_text {
  color: #000000;
}

.site-desc {
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.1;
}
.site-desc p {
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.1;
  font-weight: 400;
}
.site-desc.black_text {
  color: #000000;
}
.site-desc.black_text p {
  color: #000000;
}

.black_text {
  color: #000000;
}

.white_text {
  color: #ffffff;
}

.small_arrow_btn {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 3px solid #000;
  border-radius: 39px;
  padding: 9px 47px 9px 16px;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.small_arrow_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../img/small_arrow_btn_icon.svg);
  background-size: 100% 100%;
  width: 23px;
  height: 8px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.small_arrow_btn:hover:after {
  right: 10px;
}
.small_arrow_btn.white_btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.small_arrow_btn.white_btn:after {
  background-image: url(../img/small_arrow_btn_icon_white.svg);
}
.small_arrow_btn.white_bg {
  background-color: #ffffff;
  color: #000000;
}
.small_arrow_btn.white_bg:after {
  background-image: url(../img/small_arrow_btn_icon.svg);
}
.small_arrow_btn.no_arrow {
  padding: 9px 16px;
}
.small_arrow_btn.no_arrow::after {
  display: none;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
.container--mini {
  max-width: 919px;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
.container--small {
  max-width: 869px;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.hero-section_title_sub {
  margin-top: 72px;
}
.hero-section_title_sub__wrapper___row .hero-section_sub_title {
  color: #ffffff;
  font-size: 3.1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
}
.hero-section_title_sub__wrapper___row .hero-section_title {
  color: #ffffff;
  font-size: 5.6rem;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}

.hero_min_content-section__wrapper___row .hero-section_sub_title {
  color: #ffffff;
  font-size: 3.1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.hero_min_content-section {
  margin-top: 95px;
}
.hero_min_content-section__wrapper___row--column__video_bg {
  border-radius: 35px;
  overflow: hidden;
  max-height: 520px;
  position: relative;
}
.hero_min_content-section__wrapper___row--column__video_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_min_content-section__wrapper___row--column__video_bg video {
  border-radius: 35px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.hero_min_content-section__wrapper___row--column__inner-data {
  padding: 64px;
}
.hero_min_content-section__wrapper___row--column__inner-data .site-title {
  padding-bottom: 20px;
}
.hero_min_content-section__wrapper___row--column__inner-data .site-desc p {
  margin-bottom: 40px;
}
.hero_min_content-section__wrapper___row--column__inner-data .site-desc p:last-child {
  margin-bottom: 0px;
}

body video::-webkit-media-controls-start-playback-button,
body video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.semaphore_video_wrapper {
  position: relative;
  overflow: hidden;
  max-height: 520px;
  padding-top: 61%;
  border-radius: 35px;
  cursor: pointer;
}
.semaphore_video_wrapper video {
  border-radius: 35px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.video_play_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 55px;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
}
.video_play_icon img {
  display: block;
  border-radius: 0;
}

.creator_snackables_image.semaphore_video_wrapper {
  padding-top: 56.5%;
}

.semapohore_sub_title_desc_blok {
  max-width: 770px;
  margin: 0 auto;
}
.semapohore_sub_title_desc_blok .site-desc {
  margin-top: 32px;
}
.semapohore_sub_title_desc_blok .site-desc ul {
  list-style: none;
  padding-left: 30px;
}
.semapohore_sub_title_desc_blok .site-desc ul li {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
.semapohore_sub_title_desc_blok .site-desc ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -33px;
  width: 25px;
  height: 25px;
  background-image: url(../img/SEM-Tiles-Purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.semapohore_sub_title_desc_blok .site-desc p {
  margin-bottom: 32px;
}
.semapohore_sub_title_desc_blok .site-desc p:last-child {
  margin-bottom: 0px;
}

.business_template .semapohore_sub_title_desc_blok .site-desc ul li::before {
  background-image: url(../img/SEM-Tiles-Green.svg);
}

.semaphore_blurb_block_row {
  display: flex;
  grid-gap: 5vw;
  align-items: center;
  margin-bottom: 110px;
}
.semaphore_blurb_block_row:last-child {
  margin-bottom: 0px;
}
.semaphore_blurb_block_row.row-reverse {
  flex-direction: row-reverse;
}
.semaphore_blurb_block_row .semaphore_blurb_block_column {
  width: 50%;
}
.semaphore_blurb_block_row .semaphore_blurb_block_column.image_column img {
  border-radius: 35px;
}

.semaphore_left_right-section {
  padding-top: 100px;
}
.semaphore_left_right-section__wrapper__title {
  margin-bottom: 100px;
}
.semaphore_left_right-section__wrapper___row--column .semaphore_left_right-section_text_block .semapohore_sub_title_desc_blok {
  background-color: #ffffff;
  margin: 0px;
  padding: 55px 80px;
  border-radius: 35px;
}
.semaphore_left_right-section__wrapper___row--column.right_column {
  max-width: 968px;
  margin-left: auto;
  margin-top: 76px;
}
.semaphore_left_right-section__wrapper___row--column.right_column .semaphore_left_right-section__wrapper___row--column_image {
  background-image: url("./assets/img/about_hero.png");
  padding-top: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  border-radius: 35px;
}

.gform_confirmation_message {
  color: #fff;
}

@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .hero_min_content-section__wrapper___row .hero-section_title {
    font-size: 4rem;
  }
  .site-title {
    font-size: 3.3rem;
  }
  .site-hero_title {
    font-size: 4.6rem;
  }
  .hero-section_title_sub__wrapper___row .hero-section_sub_title,
  .hero-section_title_sub__wrapper___row .site-sub-title {
    font-size: 2.5rem;
  }
  .hero_min_content-section__wrapper___row .hero-section_sub_title {
    font-size: 2.5rem;
  }
  .site-sub-title {
    font-size: 2.5rem;
  }
  .semapohore_sub_title_desc_blok .site-desc ul li::before {
    top: 5px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .hero-section_title_sub__wrapper___row .hero-section_title {
    font-size: 3rem;
  }
  .site-title {
    font-size: 2.8rem;
  }
  .site-sub-title {
    font-size: 2.3rem;
  }
  .hero_min_content-section__wrapper___row--column__video_bg {
    border-radius: 15px;
  }
  .hero_min_content-section__wrapper___row--column__video_bg video {
    border-radius: 15px;
  }
  .semaphore_video_wrapper {
    border-radius: 20px;
  }
  .semaphore_video_wrapper video {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  html {
    overflow: auto;
  }
  body {
    overflow: hidden;
  }
  .container {
    max-width: 540px;
    padding: 0px 15px;
  }
  .container--mini {
    max-width: 540px;
    padding: 0px 15px;
  }
  .site-hero_title {
    font-size: 4rem;
  }
  .semapohore_sub_title_desc_blok .site-desc ul {
    padding-left: 20px;
  }
  .semapohore_sub_title_desc_blok .site-desc ul li::before {
    top: 4px;
    left: -25px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .site-title {
    font-size: 2.5rem;
  }
  .site-hero_title {
    font-size: 3.5rem;
  }
  .site-sub-title {
    font-size: 2rem;
  }
  .site-desc p {
    line-height: 1.5;
  }
  .video_play_icon {
    width: 35px;
  }
}
/* Doorway Page
--------------------------------------------- */
.page-template-template-home-doorway .header_nav-section {
  background: linear-gradient(180deg, #000 40%, rgba(0, 0, 0, 0) 100%);
}
.page-template-template-home-doorway .header_nav-section__wrapper___row {
  justify-content: center;
  position: relative;
}
.page-template-template-home-doorway .header_nav-section__wrapper___row .header_toggle_btn_row .header_toggle_btn_row__btn {
  display: none;
}
.page-template-template-home-doorway .header_nav-section__wrapper___row .header_toggle_btn_row .header_toggle_btn {
  position: absolute;
  right: 0px;
}
.page-template-template-home-doorway .header_nav-section__wrapper___row .header_nav_icon img {
  max-width: 229px;
}
.page-template-template-home-doorway .nav_secondary_menu {
  display: none;
}

.doorway-section {
  background-image: url("./../../../assets/img/doorway_page_Purple_Gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 94px);
  display: flex;
  align-items: center;
}
.doorway-section__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 21px 33px 33px 33px;
  width: 100%;
}
.doorway-section__wrapper___row {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 29px;
}
.doorway-section__wrapper___row--column {
  padding-top: 42%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.doorway-section__wrapper___row--column__image img {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 35px;
}
.doorway-section__wrapper___row--column__text__wrapper {
  position: absolute;
  bottom: 36px;
  left: 40px;
  max-width: 85%;
  display: flex;
  align-items: center;
  border: 3px solid #ffffff;
  border-radius: 39px;
  padding: 26px 30px;
  grid-gap: 23px;
  text-decoration: none;
  width: 100%;
  justify-content: space-between;
}
.doorway-section__wrapper___row--column__text__wrapper:hover {
  background-color: #842C9D;
  border: 3px solid #842C9D;
}
.doorway-section__wrapper___row--column__text__wrapper:hover .doorway-section__wrapper___row--column__text__wrapper__arrow img {
  transform: translateX(10px);
}
.doorway-section__wrapper___row--column__text__wrapper--text h2 {
  color: #ffffff;
  font-weight: 700;
}
.doorway-section__wrapper___row--column__text__wrapper__arrow img {
  width: 36px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .doorway-section__wrapper___row--column__text__wrapper {
    padding: 15px;
    border-radius: 20px;
  }
  .doorway-section__wrapper___row--column__text__wrapper--text h2 {
    font-size: 3rem;
  }
  .doorway-section:after {
    background-image: radial-gradient(circle at center, hsl(281, 58%, 25%) 10%, hsla(0, 0%, 0%, 0) 70%);
    width: 75%;
  }
}
@media (max-width: 991px) {
  .doorway-section__wrapper___row--column {
    border-radius: 20px;
  }
  .doorway-section__wrapper___row--column__image img {
    border-radius: 20px;
  }
  .doorway-section__wrapper___row--column__text__wrapper {
    transform: translateX(-50%);
    left: 50%;
    max-width: 90%;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .doorway-section {
    height: calc(100vh - 55px);
  }
  .doorway-section::before {
    width: 100%;
    height: 85em;
  }
  .doorway-section:after {
    right: 0;
    width: 100%;
  }
  .doorway-section__wrapper___row {
    flex-direction: column;
  }
  .doorway-section__wrapper___row--column {
    padding-top: 84%;
  }
  .doorway-section__wrapper___row--column__text__wrapper--text h2 {
    font-size: 2.5rem;
  }
  .doorway-section__wrapper___row--column__text__wrapper__arrow img {
    width: 26px;
  }
  .page-template-template-home-doorway .header_nav-section__wrapper___row .header_nav_icon img {
    max-width: 150px;
  }
}
@media (max-width: 450px) {
  .doorway-section__wrapper___row--column__text__wrapper--text h2 {
    font-size: 2rem;
  }
}

/* Main Menu Styles */
.menu-header-menu-primary-business-container {
  display: flex;
  justify-content: center; /* Center the menu items */
  padding: 10px;
}

.business_to_cc_menu {
  list-style: none; /* Remove bullet points */
  margin: 0;
  padding: 0;
  display: flex;
}

.business_to_cc_menu li {
  margin: 0 15px; /* Space between each menu item */
  position: relative;
}

.business_to_cc_menu a {
  color: #fff; /* White text */
  text-decoration: none; /* Remove underline from links */
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

/* Main Menu Styles */
.menu-header-menu-primary-business-container {
  display: flex;
  justify-content: center; /* Center the menu items */
  padding: 10px;
}

.business_to_cc_menu {
  list-style: none; /* Remove bullet points */
  margin: 0;
  padding: 0;
  display: flex;
}

.business_to_cc_menu li {
  margin: 0 15px; /* Space between each menu item */
  position: relative;
}

.business_to_cc_menu a {
  color: #fff; /* White text */
  text-decoration: none; /* Remove underline from links */
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.business_to_cc_menu a:hover {
  background-color: #555; /* Hover effect with a slightly lighter background */
}

.current-menu-item a:before {
  background: #fff;
  content: '';
  height: 2px;
  width: 17px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8.5px;
  opacity: 0.8;
}

/* Mobile Navigation */
.mobile-toggle {
  display: none;
  font-size: 2em;
  cursor: pointer;
  color: #fff;
  padding: 5px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1281px) {
.nav_menu_slide_toggle-section { display: none !important;}

}

@media (max-width: 1280px) {

  .menu-header-menu-primary-business-container {
    display: flex;
    justify-content: left;
    padding: 10px 10px 10px 0;
    
}


  .menu-header-menu-primary-business-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .business_to_cc_menu {
    display: none; /* Hide desktop menu */
    flex-direction: column;
    width: 100%;
    padding: 0;
    background-color: #333; /* Optional: darker background for mobile */
  }

  .business_to_cc_menu li {
    margin: 10px 0;
    text-align: center;
  }

  .business_to_cc_menu a {
    padding: 15px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 0;
  }

  .business_to_cc_menu a:hover {
    background-color: #55555515; /* Hover effect with a slightly lighter background */
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-menu {
    display: flex;
  }

  .mobile-menu.open .business_to_cc_menu {
    display: flex; /* Show mobile menu */
  }
}


.current-menu-item a:before {
  background: #fff;
  content: '';
  height: 2px;
  width: 17px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8.5px;
  opacity: 0.8;
}

/* Mobile Navigation */
.mobile-toggle {
  display: none;
  font-size: 2em;
  cursor: pointer;
  color: #fff;
  padding: 5px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1280px) {
  .menu-header-menu-primary-business-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .business_to_cc_menu {
    display: none; /* Hide desktop menu */
    flex-direction: column;
    width: 100%;
    padding: 0;
    background-color: #333; /* Optional: darker background for mobile */
  }

  .business_to_cc_menu li {
    margin: 10px 0;
    text-align: center;
  }

  .business_to_cc_menu a {
    padding: 15px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 0;
  }

  .business_to_cc_menu a:hover {
    background-color: #555; /* Hover effect with a slightly lighter background */
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-menu {
    display: flex;
  }

  .mobile-menu.open .business_to_cc_menu {
    display: flex; /* Show mobile menu */
  }
}





/* Home
--------------------------------------------- */
.home_hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 35vh;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
  margin-top: -102px;
}
.home_hero-section video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_hero-section__wrapper___text {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.home_hero-section__wrapper___text h1 {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.home_hero-section__wrapper___text h1 sup {
  font-size: 20px;
  vertical-align: text-top;
  font-weight: 400;
}

.home_hero_below_text-section {
  padding-top: 133px;
}
.home_hero_below_text-section__wrapper___text h4 {
  color: #828282;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 68px;
  text-align: center;
  font-size: 2.9rem;
}
.home_hero_below_text-section__wrapper___text h4 span {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 68px;
  font-family: "Nunito", sans-serif;
}

.influencers_creators {
  margin-top: 154px;
}

.intro-section__wrapper___row {
  display: flex;
  grid-gap: 35px;
}
.intro-section__wrapper___row--column.data_column {
  background: #ffffff;
  padding: 66px 50px 81px;
  width: 58%;
  border-radius: 35px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner {
  max-width: 542px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner .sub-title {
  color: #000000;
  font-size: 3.1rem;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 10px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner .site-title {
  color: #000000;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner .site-desc {
  margin-top: 26px;
  color: #000000;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner .site-desc p {
  color: #000000;
  margin-bottom: 30px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner .site-desc p:last-of-type {
  margin-bottom: 0px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image {
  max-width: 440px;
  margin: 50px auto 0;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  grid-row-gap: 55px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li {
  width: 50%;
  text-align: center;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li .intro-section_data_image_wrap img {
  max-height: 100px;
  max-width: 110px;
  min-height: 100px;
  width: auto;
  margin: 0 auto;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li .intro-section_data_text_wrap {
  margin-top: 15px;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li .intro-section_data_text_wrap p {
  line-height: 30px;
  font-weight: 600;
  font-size: 2rem;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image__button {
  margin-top: 78px;
  text-align: center;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image__button a::after {
  transition: all 0.5s ease 0s;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image__button a:hover {
  background-color: #842C9D;
  border-color: #842C9D;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.intro-section__wrapper___row--column.data_column .intro-section_data_inner_image__button a:hover::after {
  filter: brightness(0) invert(1);
}
.intro-section__wrapper___row--column.image_column {
  width: 42%;
  padding-top: 75px;
}
.intro-section__wrapper___row--column.image_column .intro-section_image {
  border-radius: 35px;
  overflow: hidden;
}
.intro-section__wrapper___row--column.image_column .intro-section_inner_name {
  text-align: right;
}
.intro-section__wrapper___row--column.image_column .intro-section_inner_name p {
  color: #ffffff;
  font-size: 1.5rem;
  margin-top: 7px;
}
.intro-section__wrapper___row.reverse_row_intro {
  flex-direction: row-reverse;
}
.intro-section__wrapper___row.reverse_row_intro .intro-section__wrapper___row--column.image_column .intro-section_inner_name p {
  text-align: left;
}

.spacer_span {
  margin-top: 70px;
  display: block;
}

.work_with_slider-section {
  padding-top: 170px;
}
.work_with_slider-section__wrapper_title {
  text-align: center;
  margin-bottom: 72px;
}
.work_with_slider-section__wrapper___main {
  position: relative;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track {
  display: flex;
  grid-gap: 14px;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .slick-slide {
  height: inherit !important;
  position: relative;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .slick-slide img {
  height: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .slick-slide .work_brandinfo {
  position: absolute;
  bottom: 23px;
  left: 27px;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .slick-slide .work_brandinfo .name {
  color: #ffffff;
  letter-spacing: 0.44px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .slick-slide .work_brandinfo .work_info_name {
  color: #ffffff;
  letter-spacing: 0.44px;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .work_with_slider_slide::before {
  content: "";
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  border-radius: 0 0 50px 50px;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick_arrow_left.slick-arrow {
  position: absolute;
  top: 40%;
  transform: rotate(180deg);
  z-index: 99;
  left: 30px;
  cursor: pointer;
}
.work_with_slider-section__wrapper___main .work_with_slider .slick_arrow_right.slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 99;
  right: 30px;
  cursor: pointer;
}

.ready_to_join_team-section {
  margin-top: 67px;
}
.ready_to_join_team-section__wrapper___row {
  display: flex;
  grid-gap: 58px;
  justify-content: center;
  align-items: center;
}
.ready_to_join_team-section__wrapper___row--column .ready_to_join_team-title {
  color: #ffffff;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.ready_to_join_team-section__wrapper___row--column .small_arrow_btn::after {
  transition: all 0.5s ease 0s;
}
.ready_to_join_team-section__wrapper___row--column .small_arrow_btn:hover {
  background-color: #842C9D;
  border-color: #842C9D;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.ready_to_join_team-section__wrapper___row--column .small_arrow_btn:hover::after {
  filter: brightness(0) invert(1);
}

.brand_partners-section {
  margin-top: 195px;
  padding-bottom: 118px;
}
.brand_partners-section__wrapper_title {
  text-align: center;
}
.brand_partners-section__wrapper___row {
  margin-top: 112px;
}
.brand_partners-section__wrapper___row ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-column-gap: 65px;
  grid-row-gap: 85px;
  place-items: center;
}

.going_vertical-section {
  padding-bottom: 104px;
  padding-top: 100px;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}
.going_vertical-section__wrapper___row {
  margin-top: 105px;
}
.going_vertical-section__wrapper___row ul {
  display: flex;
  grid-gap: 75px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.going_vertical-section__wrapper___row ul li .gv_image_icon {
  display: flex;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.going_vertical-section__wrapper___row ul li .gv_image_icon img {
  max-width: 75px;
  margin: 0 auto;
}
.going_vertical-section__wrapper___row ul li .gv_image_icon .icon_title_going_vertical {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.let_get_started-section {
  position: relative;
  z-index: 2;
}
.let_get_started-section__wrapper___row {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.let_get_started-section__wrapper___row--column {
  text-align: center;
}
.let_get_started-section__wrapper___row--column .parallax-img {
  display: block;
}
.let_get_started-section__wrapper___row--column.fisrt_column {
  padding-top: 150px;
}
.let_get_started-section__wrapper___row--column.secound_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.let_get_started-section__wrapper___row--column.secound_column .site-title {
  margin-bottom: 54px;
}
.let_get_started-section__wrapper___row--column.secound_column .small_arrow_btn::after {
  transition: all 0.5s ease 0s;
}
.let_get_started-section__wrapper___row--column.secound_column .small_arrow_btn:hover {
  background-color: #842C9D;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.let_get_started-section__wrapper___row--column.secound_column .small_arrow_btn:hover::after {
  filter: brightness(0) invert(1);
}
.let_get_started-section__wrapper___row--column img {
  max-width: 312px;
  border-radius: 35px;
}

.brand_partners-section__wrapper___row .brand_partner_ul1,
.brand_partners-section__wrapper___row .brand_partner_ul2 {
  display: unset;
}

.brand_partner_ul1 .slick-track,
.brand_partner_ul2 .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brand_partner_ul1 .slick-slide,
.brand_partner_ul2 .slick-slide {
  padding: 0 100px;
}

.brand_partner_ul1 .slick-slide img,
.brand_partner_ul2 .slick-slide img {
  max-height: 75px;
  min-width: 120px;
}

.brand_partner_ul2[dir=rtl] .slick-slide {
  float: right;
}

.brand_partner_ul2 .slick-list {
  margin-top: 85px;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1440px) {
  .brand_partner_ul1 .slick-slide,
  .brand_partner_ul2 .slick-slide {
    padding: 0 100px;
  }
}
@media (max-width: 1199px) {
  .home_hero_below_text-section {
    padding-top: 70px;
  }
  .brand_partners-section__wrapper___row,
  .going_vertical-section__wrapper___row {
    margin-top: 70px;
  }
  .influencers_creators {
    margin-top: 70px;
  }
  .intro-section__wrapper___row--column.data_column {
    padding: 50px 35px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul {
    grid-row-gap: 30px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner_image__button {
    margin-top: 40px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner .site-desc {
    margin-top: 10px;
  }
  .home_hero_below_text-section__wrapper___text h4 {
    font-size: 2.5rem;
    line-height: 2;
  }
  .home_hero_below_text-section__wrapper___text h4 span {
    font-size: 2.5rem;
    line-height: 2;
  }
  .work_with_slider-section {
    padding-top: 100px;
  }
  .brand_partners-section {
    margin-top: 100px;
    padding-bottom: 70px;
  }
  .going_vertical-section {
    padding: 70px 0;
  }
  .let_get_started-section__wrapper___row--column img {
    max-width: 240px;
  }
  .brand_partner_ul1 .slick-slide,
  .brand_partner_ul2 .slick-slide {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .intro-section__wrapper___row {
    grid-gap: 25px;
  }
  .intro-section__wrapper___row--column.data_column {
    padding: 35px 20px 35px;
    border-radius: 20px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner .sub-title {
    font-size: 2.5rem;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li .intro-section_data_image_wrap img {
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li .intro-section_data_text_wrap p {
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .slick-slide img {
    border-radius: 25px;
  }
  .work_with_slider-section__wrapper___main .work_with_slider .slick-list .slick-track .work_with_slider_slide::before {
    border-radius: 0 0 25px 25px;
  }
  .going_vertical-section__wrapper___row ul {
    grid-gap: 30px;
  }
  .going_vertical-section__wrapper___row ul li .gv_image_icon img {
    max-width: 50px;
  }
  .going_vertical-section__wrapper___row ul li .gv_image_icon .icon_title_going_vertical {
    font-size: 16px;
  }
  .let_get_started-section::before {
    height: 50em;
  }
  .let_get_started-section__wrapper:before {
    height: 60em;
  }
  .let_get_started-section__wrapper___row--column.fisrt_column {
    padding-top: 100px;
  }
  .let_get_started-section__wrapper___row--column img {
    max-width: 180px;
  }
  .small_arrow_btn {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .work_with_slider-section__wrapper___main .work_with_slider .slick_arrow_right.slick-arrow,
  .work_with_slider-section__wrapper___main .work_with_slider .slick_arrow_left.slick-arrow {
    max-width: 15px;
  }
}
@media (max-width: 767px) {
  .home_hero-section__wrapper___text {
    left: 30px;
    bottom: 20px;
  }
  .home_hero-section__wrapper___text h1 {
    font-size: 3rem;
  }
  .intro-section__wrapper___row {
    flex-wrap: wrap;
  }
  .intro-section__wrapper___row.intro_first_1 .image_column {
    margin-top: 50px;
    padding-top: 0;
  }
  .intro-section__wrapper___row--column.image_column {
    padding-top: 50px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner .site-desc {
    margin-top: 10px;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner_image {
    margin-top: 20px;
  }
  .brand_partner_ul1 .slick-slide,
  .brand_partner_ul2 .slick-slide {
    padding: 0 30px;
  }
  .going_vertical-section__wrapper___row ul li {
    width: 25%;
  }
  .let_get_started-section__wrapper___row--column.secound_column .site-title {
    margin-bottom: 25px;
  }
  .ready_to_join_team-section__wrapper___row {
    flex-direction: column;
    grid-gap: 25px;
  }
  .ready_to_join_team-section__wrapper___row--column .ready_to_join_team-title {
    font-size: 2rem;
  }
  .brand_partners-section {
    margin-top: 70px;
  }
  .influencers_section_2:before {
    height: 100em;
    left: -5em;
  }
  .header_nav_icon img {
    max-width: 150px;
  }
  .small_arrow_btn {
    border: 2px solid #000000;
  }
  .small_arrow_btn.white_btn {
    border-color: #ffffff;
  }
  .home_hero-section__wrapper___text h1 {
    font-size: 2.5rem;
  }
  .work_with_slider-section {
    padding-top: 60px;
  }
  .brand_partner_ul2 .slick-list,
  .brand_partners-section__wrapper___row {
    margin-top: 40px;
  }
  .spacer_span {
    display: none;
  }
}
@media (max-width: 575px) {
  .let_get_started-section:before {
    width: 80%;
    height: 45em;
    left: -10em;
    top: -24rem;
    background-image: radial-gradient(circle at center, hsl(287, 57%, 26%) 15%, hsla(0, 0%, 0%, 0) 45%);
  }
  .let_get_started-section__wrapper:before {
    width: 75%;
    height: 45em;
    right: -10em;
    top: -12em;
    background-image: radial-gradient(circle at center, hsl(287, 57%, 26%) 15%, hsla(0, 0%, 0%, 0) 40%);
  }
  .let_get_started-section__wrapper___row--column img {
    max-width: 120px;
    border-radius: 15px;
  }
  .going_vertical-section__wrapper___row {
    margin-top: 40px;
  }
  .home_hero_below_text-section__wrapper___text h4 {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .home_hero_below_text-section__wrapper___text h4 span {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .work_with_slider-section__wrapper_title {
    margin-bottom: 40px;
  }
  .home_hero-section__wrapper___text {
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .going_vertical-section__wrapper_title {
    text-align: center;
  }
  .going_vertical-section__wrapper___row ul {
    max-width: 220px;
    margin: 0 auto;
  }
  .going_vertical-section__wrapper___row ul li {
    width: 33.333%;
  }
  .going_vertical-section__wrapper___row ul li .gv_image_icon {
    line-height: 1;
  }
  .going_vertical-section__wrapper___row ul li .gv_image_icon .icon_title_going_vertical {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .let_get_started-section::before {
    width: 100%;
    height: 50em;
    left: -8em;
  }
  .let_get_started-section::after {
    width: 100%;
    top: -150px;
    background-image: radial-gradient(circle at top left, hsl(248, 57%, 35%) 0%, hsla(0, 0%, 0%, 0) 40%);
  }
  .let_get_started-section__wrapper::before {
    width: 100%;
    height: 48em;
    right: -10em;
  }
  .let_get_started-section__wrapper___row {
    flex-wrap: wrap;
  }
  .let_get_started-section__wrapper___row--column {
    width: 100%;
  }
  .let_get_started-section__wrapper___row--column img {
    max-width: 180px;
  }
  .let_get_started-section__wrapper___row--column.secound_column {
    margin-top: 60px;
    order: 3;
  }
  .let_get_started-section__wrapper___row--column.theard_column {
    margin-top: -320px;
  }
  .let_get_started-section__wrapper___row--column.theard_column img {
    margin-left: auto;
  }
  .small_arrow_btn.no_arrow {
    padding: 8px 10px;
  }
  .small_arrow_btn {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 9px 35px 9px 15px;
  }
  .small_arrow_btn:after {
    right: 10px;
  }
  .influencers_section_2:before {
    left: 0;
  }
  .brand_partners-section:before {
    width: 100%;
  }
  .intro-section__wrapper___row--column.data_column .intro-section_data_inner_image ul li .intro-section_data_text_wrap p {
    font-size: 1.5rem;
  }
}
@media (max-width: 367px) {
  .let_get_started-section::before {
    height: 35em;
    left: -8em;
    top: -10rem;
  }
  .let_get_started-section__wrapper::before {
    height: 35em;
    right: -6em;
    top: -6em;
  }
  .let_get_started-section__wrapper___row--column img {
    max-width: 140px;
  }
  .let_get_started-section__wrapper___row--column.theard_column {
    margin-top: -250px;
  }
}
/* brand-solutions
--------------------------------------------- */
.creators_service_tow-section {
  margin-top: 89px;
}
.creators_service_tow-section__wrapper___row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.creators_service_tow-section__wrapper___row--column {
  width: 50%;
}
.creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text {
  margin-top: 76px;
}
.creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul {
  display: flex;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  grid-row-gap: 55px;
}
.creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li {
  width: 50%;
}
.creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li img {
  max-height: 70px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text .creators_service_tow-section_img_text_wrap {
  margin-top: 15px;
}
.creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text .creators_service_tow-section_img_text_wrap p {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 30px;
}
.creators_service_tow-section__wrapper___row--column__image img {
  border-radius: 35px;
}

.creator_snackables-section {
  margin-top: 158px;
  padding-bottom: 89px;
}
.creator_snackables-section__wrapper___row {
  margin-top: 77px;
}
.creator_snackables-section__wrapper___row .slick-track {
  display: flex;
  grid-gap: 33px;
}
.creator_snackables-section__wrapper___row .slick_arrow_left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 99;
  left: 30px;
  cursor: pointer;
}
.creator_snackables-section__wrapper___row .slick_arrow_right.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  right: 30px;
  cursor: pointer;
  transform: translateY(-50%);
}
.creator_snackables-section__wrapper___row--column .creator_snackables_image {
  border-radius: 35px;
  overflow: hidden;
}
.creator_snackables-section__wrapper___row--column .creator_snackables_image video {
  border-radius: 35px;
}
.creator_snackables-section__wrapper___row--column .creator_snackables_name_info {
  text-align: center;
  margin-top: 32px;
}
.creator_snackables-section__wrapper___row--column .creator_snackables_name_info .content_creator_name {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6px;
}
.creator_snackables-section__wrapper___row--column .creator_snackables_name_info .content_creator_brand_name {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
}

.see_our_brand-section {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 81px;
}
.see_our_brand-section__wrapper___row {
  margin-top: 100px;
}
.see_our_brand-section__wrapper___row ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-column-gap: 65px;
  grid-row-gap: 85px;
  place-items: center;
  list-style: none;
}
.see_our_brand-section__wrapper___row ul li a {
  pointer-events: none;
}

.brand_solutions_slider {
  padding-top: 89px;
}
.brand_solutions_slider .work_with_slider-section__wrapper_title {
  text-align: left;
}

.get_in_touch_cta-section {
  padding: 100px 0px;
}
.get_in_touch_cta-section__wrapper___row--column {
  border: 8px solid #613BA2;
  padding: 76px;
  display: grid;
  place-items: center;
  grid-gap: 34px;
  border-radius: 35px;
  max-width: 652px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: animation 0.5s ease 0s;
}
.get_in_touch_cta-section__wrapper___row--column .small_arrow_btn {
  transition: all 0.5s ease 0s;
}
.get_in_touch_cta-section__wrapper___row--column:hover {
  animation: pulsate 6s ease-out infinite;
  border-color: #842C9D;
}
.get_in_touch_cta-section__wrapper___row--column:hover .small_arrow_btn {
  background-color: #842C9D;
  border-color: #842C9D;
  color: #fff;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}
.get_in_touch_cta-section__wrapper___row--column:hover .small_arrow_btn::after {
  filter: brightness(0) invert(1);
  right: 10px;
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 #842C9D;
  }
  25% {
    box-shadow: 0 0 50px #842C9D;
  }
  50% {
    box-shadow: 0 0 0 #842C9D;
  }
  75% {
    box-shadow: 0 0 50px #842C9D;
  }
  100% {
    box-shadow: 0 0 0px #842C9D;
  }
}
.page-template-template-brand-solutions .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li img {
  max-height: unset;
  max-width: 220px;
}
.page-template-template-brand-solutions .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li:first-child img {
  max-width: 180px;
}

.page-template-template-brand-solutions .creator_snackables-section .semapohore_sub_title_desc_blok {
  max-width: 990px;
  text-align: left;
  padding: 0 15px;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1600px) {
  .hero-section_title_sub__wrapper:before {
    width: 75%;
    height: 135em;
  }
}
@media (max-width: 1199px) {
  .hero-section_title_sub__wrapper:before {
    width: 100%;
  }
  .hero_min_content-section::after {
    width: 45%;
    height: 35em;
    right: -10em;
    background-image: radial-gradient(circle at center, hsl(259, 44%, 33%) 0%, hsla(0, 0%, 0%, 0) 75%);
  }
}
@media (max-width: 991px) {
  .hero_min_content-section {
    margin-top: 60px;
  }
  .hero_min_content-section::after {
    width: 56%;
    height: 55em;
    right: -6em;
    top: -30em;
    background-image: radial-gradient(circle at right, hsl(259, 44%, 33%) 0%, hsla(0, 0%, 0%, 0) 65%);
  }
  .creator_snackables-section {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .creator_snackables-section::before {
    left: 0;
    width: 100%;
  }
  .creator_snackables-section::after {
    width: 65%;
    height: 65em;
    right: 0em;
    bottom: -25em;
    background-image: radial-gradient(circle at center, hsl(250, 57%, 28%) 0%, hsla(0, 0%, 0%, 0) 65%);
  }
  .creator_snackables-section__wrapper___row--column .creator_snackables_image {
    border-radius: 20px;
  }
  .creator_snackables-section__wrapper___row--column .creator_snackables_image video {
    border-radius: 20px;
  }
  .get_in_touch_cta-section__wrapper___row--column {
    border: 5px solid #613BA2;
    max-width: 575px;
  }
  .business_template .get_in_touch_cta-section__wrapper___row--column {
    border: 5px solid #43d54e;
  }
  .creators_service_tow-section__wrapper___row--column .creator_snackables_image {
    border-radius: 20px;
  }
  .creators_service_tow-section__wrapper___row--column__image img {
    border-radius: 20px;
  }
  .see_our_brand-section__wrapper___row {
    margin-top: 50px;
  }
  .page-template-template-brand-solutions .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li img {
    max-width: 100px;
  }
  .page-template-template-brand-solutions .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li:first-child img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .creators_service_tow-section {
    margin-top: 0px;
  }
  .creators_service_tow-section__wrapper___row--column {
    width: 100%;
  }
  .creators_service_tow-section__wrapper___row--column__image {
    padding-top: 100px;
    margin-bottom: -50px;
  }
  .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text {
    margin-top: 40px;
  }
  .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text .creators_service_tow-section_img_text_wrap p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .creators_service_tow-section__wrapper___row--column__data .creators_service_tow-section_img_text ul li img {
    max-width: 50px;
  }
  .creator_snackables-section__wrapper___row .slick_arrow_right.slick-arrow,
  .creator_snackables-section__wrapper___row .slick_arrow_left.slick-arrow {
    max-width: 15px;
  }
  .hero-section_title_sub__wrapper:before {
    width: 100%;
    height: 100em;
    left: 0;
    top: -25em;
    background: radial-gradient(circle at left, hsl(275, 60%, 30%) 20%, hsla(0, 0%, 0%, 0) 65%);
  }
  .hero_min_content-section::before {
    width: 50%;
    height: 55em;
    background-image: radial-gradient(circle at right, hsl(287, 56%, 33%) 0%, hsla(0, 0%, 0%, 0) 60%);
  }
  .see_our_brand-section__wrapper___row {
    margin-top: 30px;
  }
  .work_with_slider-section__wrapper_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .get_in_touch_cta-section::after {
    width: 75%;
    height: 35em;
    right: -10em;
    bottom: 0em;
    background-image: radial-gradient(circle at center, hsl(251, 57%, 25%) 5%, hsla(0, 0%, 0%, 0) 60%);
  }
  .get_in_touch_cta-section::before {
    width: 100%;
    height: 70em;
    top: -39em;
    background: radial-gradient(circle at left, hsl(290, 54%, 26%) 30%, hsla(0, 0%, 0%, 0) 65%);
  }
  .get_in_touch_cta-section__wrapper___row--column {
    padding: 50px 15px;
  }
  .creator_snackables-section::after {
    width: 65%;
    height: 45em;
    bottom: -18em;
    background-image: radial-gradient(circle at center, hsl(250, 57%, 28%) 0%, hsla(0, 0%, 0%, 0) 65%);
    transform: rotate(250deg);
  }
  .hero_min_content-section::after,
  .get_in_touch_cta-section::after {
    display: none;
  }
  .hero_min_content-section::before {
    width: 80%;
  }
  .hero_min_content-section__wrapper___row--column__inner-data {
    padding: 60px 10px;
  }
}
/* Syndication
--------------------------------------------- */
.text_block_n_list-section {
  background-color: #ffffff;
  padding: 70px;
}
.text_block_n_list-section__wrapper___row--column .semapohore_sub_title_desc_blok {
  margin: 0px;
}
.text_block_n_list-section__wrapper___row--column .text_block_n_list-section_list {
  margin-top: 27px;
}
.text_block_n_list-section__wrapper___row--column .text_block_n_list-section_list ul {
  list-style: none;
  padding-left: 30px;
}
.text_block_n_list-section__wrapper___row--column .text_block_n_list-section_list ul li {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
  position: relative;
}
.text_block_n_list-section__wrapper___row--column .text_block_n_list-section_list ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -33px;
  width: 25px;
  height: 25px;
  background-image: url(../img/SEM-Tiles-Purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.syndication_blurb-section {
  padding: 110px 0px 10px;
}
.page-template-template-syndication .semapohore_sub_title_desc_blok {
  max-width: 100%;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 991px) {
  .text_block_n_list-section__wrapper___row--column .text_block_n_list-section_list {
    margin-top: 15px;
  }
  .text_block_n_list-section__wrapper___row--column .text_block_n_list-section_list ul li {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .syndication_blurb-section {
    padding: 70px 0px 0px;
  }
}
@media (max-width: 767px) {
  .text_block_n_list-section {
    padding: 70px 15px;
  }
}
/* Licensing
-------------------------------------------- */
.success_story-section {
  margin-bottom: -300px;
  padding-top: 80px;
}
.success_story-section__wrapper__title {
  margin-bottom: 60px;
}
.success_story-section__wrapper___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.success_story-section__wrapper___row--column {
  aspect-ratio: 1/1.5;
  background-repeat: no-repeat;
  border-radius: 35px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.success_story-section__wrapper___row--column .minus_icon {
  display: none;
}
.success_story-section__wrapper___row--column .pluse_icon {
  display: block;
}
.success_story-section__wrapper___row--column.active .success_story-section__wrapper___row--column_inner {
  top: 0px;
  background: rgba(169, 71, 197, 0.9);
}
.success_story-section__wrapper___row--column.active .minus_icon {
  display: block;
}
.success_story-section__wrapper___row--column.active .pluse_icon {
  display: none;
}
.success_story-section__wrapper___row--column_inner {
  background: transparent;
  padding: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 83%;
  transition: all 0.5s ease-in-out;
}
.success_story-section__wrapper___row--column_inner .success_story-section_title_n_icon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.success_story-section__wrapper___row--column_inner .success_story-section_title_n_icon h3 {
  letter-spacing: 2.7px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.success_story-section__wrapper___row--column_inner .success_story-section_title_n_icon .success_story-triger_icon {
  cursor: pointer;
}
.success_story-section__wrapper___row--column_inner .success_story-section_title_n_icon .success_story-triger_icon img {
  width: 36px;
  height: 36px;
  border-radius: 30px;
}
.success_story-section__wrapper___row--column_inner_list ul li {
  margin-bottom: 30px;
}
.success_story-section__wrapper___row--column_inner_list ul li:last-child {
  margin-bottom: 0px;
}
.success_story-section__wrapper___row--column_inner_list ul li h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.1rem;
  letter-spacing: 1.3px;
  font-weight: 700;
}
.success_story-section__wrapper___row--column_inner_list ul li p {
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}

.licensing_how_it_work {
  background-color: #fff;
  padding-top: 380px;
  padding-bottom: 102px;
}
.licensing_how_it_work__wrapper__title {
  margin-bottom: 38px;
}
.licensing_how_it_work__wrapper___row {
  display: flex;
  grid-gap: 30px;
}
.licensing_how_it_work__wrapper___row--column {
  width: 50%;
}
.licensing_how_it_work__wrapper___row--column ul {
  list-style: none;
  padding-left: 30px;
}
.licensing_how_it_work__wrapper___row--column ul li {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 36px;
  position: relative;
}
.licensing_how_it_work__wrapper___row--column ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -33px;
  width: 25px;
  height: 25px;
  background-image: url(../img/SEM-Tiles-Purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.business_template .licensing_how_it_work__wrapper___row--column ul li::before {
  background-image: url(../img/SEM-Tiles-Green.svg);
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1199px) {
  .success_story-section__wrapper___row--column_inner {
    padding: 20px;
  }
  .success_story-section__wrapper___row--column_inner .success_story-section__wrapper___row--column_inner_list ul {
    max-height: 370px;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .licensing_how_it_work__wrapper__title {
    margin-bottom: 15px;
  }
  .licensing_how_it_work__wrapper___row--column {
    margin-top: 15px;
  }
  .licensing_how_it_work__wrapper___row--column ul li {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .licensing_how_it_work__wrapper___row--column ul li::before {
    top: -5px;
  }
  .success_story-section__wrapper___row--column {
    border-radius: 20px;
  }
  .licensing_how_it_work {
    padding-bottom: 60px;
  }
  .licensing_how_it_work {
    padding-top: 270px;
  }
  .success_story-section {
    margin-bottom: -200px;
    padding-top: 0;
  }
  .success_story-section__wrapper___row--column_inner .success_story-section_title_n_icon h3 {
    font-size: 3rem;
  }
  .success_story-section__wrapper___row--column_inner .success_story-section__wrapper___row--column_inner_list ul {
    max-height: 265px;
  }
  .success_story-section__wrapper___row--column_inner_list ul li {
    margin-bottom: 20px;
  }
  .success_story-section__wrapper___row--column_inner_list ul li p {
    line-height: 1.4;
  }
  .success_story-section__wrapper___row--column.center_column .success_story-section_title_n_icon .success_story-triger_icon.redirection_link {
    bottom: 38px;
  }
}
@media (max-width: 767px) {
  .page-template-template-accounting .get_in_touch_cta-section::before {
    width: 100%;
    height: 60em;
    top: -30em;
    left: 0;
  }
  .page-template-template-accounting .get_in_touch_cta-section::after {
    width: 100%;
    height: 40em;
    right: -10em;
    background-image: radial-gradient(circle at center, hsl(251, 57%, 25%) 5%, hsla(0, 0%, 0%, 0) 70%);
  }
  .licensing_how_it_work__wrapper___row {
    flex-wrap: wrap;
    grid-gap: 0;
  }
  .licensing_how_it_work__wrapper___row--column {
    width: 100%;
  }
  .success_story-section {
    margin-bottom: -120px;
  }
  .success_story-section__wrapper___row {
    grid-template-columns: repeat(auto-fit, minmax(48.333%, 1fr));
  }
  .success_story-section__wrapper___row--column_inner .success_story-section__wrapper___row--column_inner_list ul {
    max-height: 330px;
  }
  .success_story-section__wrapper___row--column_inner .success_story-section_title_n_icon .success_story-triger_icon img {
    width: 25px;
    height: 25px;
  }
  .licensing_how_it_work {
    padding-top: 180px;
  }
}
@media (max-width: 499px) {
  body .success_story-section__wrapper___row--column_inner {
    top: 90%;
  }
}
@media (max-width: 575px) {
  .licensing_how_it_work__wrapper___row--column ul li::before {
    top: -2px;
  }
}
/* Accounting
-------------------------------------------- */
.accounting_licensing_how_it_work {
  padding-top: 100px;
}
.accounting_licensing_how_it_work .licensing_how_it_work__wrapper__title .semapohore_sub_title_desc_blok {
  margin: 0px;
  max-width: 100%;
}

.accounting_blurb-section__wrapper {
  background-color: #ffffff;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .accounting_licensing_how_it_work {
    padding-top: 60px;
  }
  .accounting_blurb-section__wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .business_template.page-template-template-accounting .get_in_touch_cta-section::before {
    top: -34em;
  }
  .business_template.page-template-template-accounting .get_in_touch_cta-section::after {
    background-image: radial-gradient(circle at center, #3a5d02 0%, hsla(0, 0%, 0%, 0) 60%);
    top: -20em;
  }
}
/* Tax
-------------------------------------------- */
.white_gray_text-section {
  padding-bottom: 88px;
}
.white_gray_text-section__wrapper___row {
  max-width: 921px;
  margin: 0 auto;
}
.white_gray_text-section__wrapper___row--column {
  color: #828282;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.64;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Nunito", sans-serif;
}
.white_gray_text-section__wrapper___row--column h1,
.white_gray_text-section__wrapper___row--column h2,
.white_gray_text-section__wrapper___row--column h3,
.white_gray_text-section__wrapper___row--column h4,
.white_gray_text-section__wrapper___row--column h5,
.white_gray_text-section__wrapper___row--column h6,
.white_gray_text-section__wrapper___row--column p {
  color: #828282;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.64;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Nunito", sans-serif;
}
.white_gray_text-section__wrapper___row--column h1 span,
.white_gray_text-section__wrapper___row--column h2 span,
.white_gray_text-section__wrapper___row--column h3 span,
.white_gray_text-section__wrapper___row--column h4 span,
.white_gray_text-section__wrapper___row--column h5 span,
.white_gray_text-section__wrapper___row--column h6 span,
.white_gray_text-section__wrapper___row--column p span {
  font-size: 3.6rem;
  color: rgb(130, 130, 130);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.64;
  font-family: "Nunito", sans-serif;
  transition: color 0.4s;
  display: inline-block;
}
.white_gray_text-section__wrapper___row--column span {
  font-size: 3.6rem;
  color: rgb(130, 130, 130);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.64;
  font-family: "Nunito", sans-serif;
  transition: color 0.4s;
  display: inline-block;
}

.page-template-template-tax .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-column-gap: 10px;
}
.page-template-template-tax .text_block_n_list-section__wrapper___row--column .semapohore_sub_title_desc_blok {
  max-width: 100%;
}
.page-template-template-tax .semaphore_video_wrapper {
  padding-top: 56.4%;
}

@media (max-width: 1600px) {
  .business_template.page-template-template-tax .get_in_touch_cta-section::before {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .business_template.page-template-template-tax .get_in_touch_cta-section::after {
    width: 100%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul li a img,
  .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon img {
    max-width: 50px;
  }
  .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul li a .icon_title_going_vertical,
  .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon .icon_title_going_vertical {
    font-size: 15px;
    line-height: 1.4;
  }
  .page-template-template-tax .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul {
    grid-row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .page-template-template-tax .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  }
  .page-template-template-tax .get_in_touch_cta-section::before {
    width: 100%;
    height: 60em;
    top: -30em;
    left: 0;
    background: radial-gradient(circle at center, hsl(290, 54%, 26%) 0%, hsla(0, 0%, 0%, 0) 75%);
  }
  .page-template-template-tax .get_in_touch_cta-section::after {
    width: 100%;
    height: 40em;
    right: -10em;
    background-image: radial-gradient(circle at center, hsl(251, 57%, 25%) 5%, hsla(0, 0%, 0%, 0) 70%);
  }
  .business_template.page-template-template-tax .get_in_touch_cta-section::before {
    top: -35em;
    width: 100%;
    left: 0;
  }
  .white_gray_text-section {
    padding-bottom: 60px;
  }
  .white_gray_text-section__wrapper___row--column {
    font-size: 2.5rem;
    line-height: 2;
  }
  .white_gray_text-section__wrapper___row--column span {
    font-size: 2.5rem;
    line-height: 2;
  }
  .white_gray_text-section__wrapper___row--column h1,
  .white_gray_text-section__wrapper___row--column h2,
  .white_gray_text-section__wrapper___row--column h3,
  .white_gray_text-section__wrapper___row--column h4,
  .white_gray_text-section__wrapper___row--column h5,
  .white_gray_text-section__wrapper___row--column h6,
  .white_gray_text-section__wrapper___row--column p {
    font-size: 2.5rem;
    line-height: 2;
  }
  .white_gray_text-section__wrapper___row--column h1 span,
  .white_gray_text-section__wrapper___row--column h2 span,
  .white_gray_text-section__wrapper___row--column h3 span,
  .white_gray_text-section__wrapper___row--column h4 span,
  .white_gray_text-section__wrapper___row--column h5 span,
  .white_gray_text-section__wrapper___row--column h6 span,
  .white_gray_text-section__wrapper___row--column p span {
    font-size: 2.5rem;
    line-height: 2;
  }
}
@media (max-width: 450px) {
  .page-template-template-tax .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
/* Insurance
-------------------------------------------- */
.semapohore_sub_title_desc_blok_image_text_list {
  margin-top: 57px;
}
.semapohore_sub_title_desc_blok_image_text_list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31.333%, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 71px;
  list-style: none;
}
.semapohore_sub_title_desc_blok_image_text_list ul li a,
.semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon {
  text-decoration: none;
}
.semapohore_sub_title_desc_blok_image_text_list ul li a.disable_link,
.semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon.disable_link {
  pointer-events: none;
}
.semapohore_sub_title_desc_blok_image_text_list ul li a img,
.semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon img {
  max-width: 100%;
  width: auto;
  height: 80px;
}
.semapohore_sub_title_desc_blok_image_text_list ul li a .icon_title_going_vertical,
.semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon .icon_title_going_vertical {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #000000;
  margin-top: 15px;
}
.semapohore_sub_title_desc_blok_image_text_list ul li a .icon_title_going_vertical p,
.semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon .icon_title_going_vertical p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #000000;
}

.page-template-template-insurance .text_block_n_list-section__wrapper___row--column .semapohore_sub_title_desc_blok {
  max-width: 100%;
}
.page-template-template-insurance .semapohore_sub_title_desc_blok .site-desc ul {
  margin-bottom: 30px;
}
.page-template-template-insurance .semapohore_sub_title_desc_blok .site-desc .small_arrow_btn:hover {
  background-color: #842C9D;
  border-color: #842C9D;
}

.business_template .hero_min_content-section {
  padding-bottom: 100px;
}
.business_template .business_insurance_block {
  padding: 89px 0px 73px;
}
.business_template .business_insurance_block .semapohore_sub_title_desc_blok {
  max-width: 100%;
}
.business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_four {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 70px;
}
.business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 118px;
}
.business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li a.disable_link,
.business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li .sub_dec_icon.disable_link {
  pointer-events: none;
}
.business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li a .icon_title_going_vertical,
.business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li .sub_dec_icon .icon_title_going_vertical {
  margin-top: 27px;
  margin-bottom: 23px;
  font-size: 28px;
}

@media (max-width: 1600px) {
  .page-template-template-insurance .get_in_touch_cta-section::after {
    width: 85%;
    height: 60em;
    right: -15em;
    top: -46em;
  }
  .page-template-template-insurance .get_in_touch_cta-section::before {
    width: 100%;
    background: radial-gradient(circle at center, hsl(290, 54%, 26%) 15%, hsla(0, 0%, 0%, 0) 70%);
  }
  .business_template.page-template-template-insurance .get_in_touch_cta-section::before {
    background: radial-gradient(circle at center, rgb(13, 137, 0) 0%, hsla(0, 0%, 0%, 0) 60%);
  }
}
@media (max-width: 1199px) {
  .page-template-template-insurance .get_in_touch_cta-section::before {
    left: 0;
  }
  .page-template-template-insurance .get_in_touch_cta-section::after {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .business_template .hero_min_content-section {
    padding-bottom: 70px;
  }
  .business_template .business_insurance_block {
    padding: 70px 0px;
  }
  .business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li a .icon_title_going_vertical,
  .business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li .sub_dec_icon .icon_title_going_vertical {
    margin: 10px 0;
    font-size: 2rem;
  }
  .business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li a .site-desc,
  .business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two li .sub_dec_icon .site-desc {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .page-template-template-insurance .semapohore_sub_title_desc_blok_image_text_list ul {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 15px;
    grid-row-gap: 25px;
  }
  .page-template-template-insurance .semapohore_sub_title_desc_blok_image_text_list ul li a img,
  .page-template-template-insurance .semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon img {
    max-width: 50px;
  }
  .page-template-template-insurance .semapohore_sub_title_desc_blok_image_text_list ul li a .icon_title_going_vertical,
  .page-template-template-insurance .semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon .icon_title_going_vertical {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .page-template-template-insurance .semapohore_sub_title_desc_blok .site-desc p {
    margin-bottom: 15px;
  }
  .page-template-template-insurance .semapohore_sub_title_desc_blok .site-desc ul li {
    font-size: 1.6rem;
    line-height: 2;
  }
  .business_template .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul li a img,
  .business_template .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon img {
    height: auto;
  }
  .business_template .text_block_n_list-section .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_four {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .business_template .semapohore_sub_title_desc_blok_image_text_list {
    margin-top: 30px;
  }
  .business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
  }
}
@media (max-width: 450px) {
  .business_template .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_two {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
  }
}
/* About
-------------------------------------------- */
.about_blurb-section {
  margin-top: 85px;
}
.wider_images_section {
  margin-top: 85px;
}
.wider_images_section .wider_images_section__wrapper_image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 538px;
  background-position: center;
}

.statistics-section {
  background-color: #000000;
  padding: 55px 0px;
}
.statistics-section__wrapper___row ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-column-gap: 70px;
  grid-row-gap: 25px;
  text-align: center;
}
.statistics-section__wrapper___row ul li .statistics-section_number h2 {
  color: #A947C5;
  font-size: 5.2rem;
  font-weight: bold;
}
.statistics-section__wrapper___row ul li .statistics-section_details {
  color: #ffffff;
  padding-top: 10px;
  font-size: 20px;
}

.leadership-section {
  padding-top: 81px;
}
.leadership-section__wrapper__title {
  margin-bottom: 80px;
}
.leadership-section__wrapper__two___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-bottom: 150px;
}
.leadership-section__wrapper__two___row--column_image {
  height: 310px;
  overflow: hidden;
}
.leadership-section__wrapper__two___row--column_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}
.leadership-section__wrapper__for___row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-column-gap: 19px;
  grid-row-gap: 150px;
  margin-bottom: 43px;
}
.leadership-section__wrapper__for___row--column .leadership-section__wrapper__two___row--column_image {
  height: 200px;
  overflow: hidden;
}
.leadership-section__wrapper__for___row--column .leadership-section__wrapper__two___row--column_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}
.leadership-section__wrapper .leadership-section__wrapper__row--column_details {
  padding-top: 20px;
}
.leadership-section__wrapper .leadership-section__wrapper__row--column_details .leadership_author_name {
  font-size: 2.4rem;
  line-height: 36px;
  color: #ffffff;
  font-weight: 500;
}
.leadership-section__wrapper .leadership-section__wrapper__row--column_details .leadership_author_position {
  color: #ffffff;
  text-transform: capitalize;
}
.leadership-section__wrapper .leadership-section__wrapper__row--column_details .leadership_author_bio {
  display: none;
}
.leadership-section__wrapper .leadership-section__wrapper__row--column_details .leadership_author_bio a {
  color: #A947C5;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: bold;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1600px) {
  .semaphore_left_right-section::before {
    width: 75%;
    height: 135em;
  }
  .about_blurb-section ::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .see_our_brand-section__wrapper___row ul {
    grid-column-gap: 15px;
    grid-row-gap: 65px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .semaphore_left_right-section::before {
    width: 100%;
  }
  .statistics-section__wrapper___row ul {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .see_our_brand-section {
    padding: 70px 0;
  }
  .see_our_brand-section__wrapper___row ul {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-row-gap: 25px;
  }
  .semaphore_left_right-section {
    padding-top: 70px;
  }
  .semaphore_left_right-section::before {
    width: 100%;
    height: 95em;
    left: 0;
    background: radial-gradient(circle at left, hsl(275, 60%, 30%) 10%, hsla(0, 0%, 0%, 0) 60%);
  }
  .semaphore_left_right-section__wrapper__title {
    margin-bottom: 50px;
  }
  .about_blurb-section::before {
    width: 55%;
    width: 65%;
    height: 45em;
    left: -15em;
    bottom: -20em;
    background: radial-gradient(circle at center, hsl(275, 60%, 30%) 15%, hsla(0, 0%, 0%, 0) 65%);
  }
  .page-template-template-about-us .get_in_touch_cta-section::after {
    width: 100%;
    height: 75em;
    left: -15em;
    bottom: -14em;
    background-image: radial-gradient(circle at center, hsl(251, 57%, 25%) 15%, hsla(0, 0%, 0%, 0) 61%);
  }
  .page-template-template-about-us .get_in_touch_cta-section::before {
    width: 100%;
    height: 58em;
    right: -20em;
    top: -28em;
    background: radial-gradient(circle at center, hsl(290, 54%, 26%) 5%, hsla(0, 0%, 0%, 0) 65%);
  }
  .statistics-section__wrapper___row ul {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-column-gap: 15px;
  }
  .leadership-section__wrapper__two___row {
    margin-bottom: 70px;
  }
  .leadership-section__wrapper__two___row--column_image img {
    border-radius: 20px;
  }
  .leadership-section__wrapper__for___row {
    grid-row-gap: 70px;
  }
  .leadership-section__wrapper__for___row--column .leadership-section__wrapper__two___row--column_image img {
    border-radius: 20px;
  }
  .semaphore_blurb_block_row .semaphore_blurb_block_column.image_column img {
    border-radius: 20px;
  }
  .about_blurb-section__wrapper::before {
    width: 60%;
    height: 45em;
    right: -15em;
    bottom: -20em;
    background: radial-gradient(circle at center, hsl(275, 60%, 30%) 5%, hsla(0, 0%, 0%, 0) 60%);
  }
  .about_blurb-section__wrapper::after {
    width: 45%;
    height: 35em;
    right: 2em;
    bottom: -20em;
    background: radial-gradient(circle at center, hsl(248, 61%, 25%) 0%, hsla(0, 0%, 0%, 0) 65%);
  }
  .leadership-section {
    padding-top: 60px;
  }
  .leadership-section::before {
    width: 70%;
    height: 50em;
    left: 2em;
    background: radial-gradient(circle at center, hsl(275, 60%, 30%) 15%, hsla(0, 0%, 0%, 0) 75%);
  }
  .leadership-section::after {
    width: 80%;
    height: 55em;
    right: -11em;
    background: radial-gradient(circle at center, hsl(248, 61%, 25%) 15%, hsla(0, 0%, 0%, 0) 65%);
  }
  .leadership-section__wrapper__title {
    margin-bottom: 40px;
  }
  .semaphore_left_right-section__wrapper___row--column .semaphore_left_right-section_text_block .semapohore_sub_title_desc_blok {
    padding: 35px 20px;
    border-radius: 20px;
  }
  .semapohore_sub_title_desc_blok .site-desc {
    margin-top: 15px;
  }
  .get_in_touch_cta-section {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  .semaphore_blurb_block_row {
    flex-wrap: wrap;
    grid-gap: 0;
    margin-bottom: 0;
    row-gap: 60px;
  }
  .semaphore_blurb_block_row.row-reverse {
    flex-direction: column-reverse;
  }
  .semaphore_blurb_block_row .semaphore_blurb_block_column {
    width: 100%;
  }
  .semaphore_blurb_block_row + .semaphore_blurb_block_row {
    margin-top: 80px;
  }
  .wider_images_section {
    margin-top: 50px;
  }
  .leadership-section::after {
    width: 70%;
    height: 45em;
    right: -11em;
    top: -18em;
  }
  .leadership-section::before {
    width: 90%;
    height: 50em;
    left: -8em;
    top: -25em;
  }
  .leadership-section__wrapper__row--column_details .leadership_author_name {
    font-size: 2rem;
  }
  .statistics-section__wrapper___row ul li .statistics-section_number h2 {
    font-size: 4rem;
  }
  .statistics-section__wrapper___row ul li .statistics-section_details {
    font-size: 16px;
  }
  .semaphore_left_right-section__wrapper::before {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .leadership-section::after {
    display: none;
  }
  .leadership-section::before {
    width: 100%;
    left: 0;
  }
  .leadership-section__wrapper__two___row {
    margin-bottom: 50px;
  }
  .leadership-section__wrapper__for___row {
    grid-row-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }
  .page-template-template-about-us .get_in_touch_cta-section::before {
    width: 100%;
    right: 0em;
    top: -38em;
  }
  .page-template-template-about-us .get_in_touch_cta-section::after {
    width: 100%;
    height: 65em;
    left: 0em;
  }
  .about_blurb-section__wrapper::after {
    right: 0;
    width: 85%;
    height: 45em;
    background: radial-gradient(circle at right, hsl(248, 61%, 25%) 0%, hsla(0, 0%, 0%, 0) 65%);
  }
  .about_blurb-section__wrapper::before {
    display: none;
  }
  .about_blurb-section::before {
    width: 100%;
    height: 45em;
    left: 0;
    background: radial-gradient(circle at left, hsl(275, 60%, 30%) 15%, hsla(0, 0%, 0%, 0) 65%);
  }
  .statistics-section__wrapper___row ul {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .semaphore_left_right-section__wrapper::before {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .leadership-section__wrapper__for___row {
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
  }
}
/* Careers
-------------------------------------------- */
.carees_hero_title-section {
  padding: 110px 0px;
}
.carees_hero_title-section__wrapper___row .site-hero_title {
  font-family: "Nunito", sans-serif;
}

.faq-section__wrapper__title {
  margin-bottom: 50px;
}
.faq-section__wrapper___row .wrap_box {
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 34px;
  margin-bottom: 28px;
  transition: all 0.5s ease 0.1s;
}
.faq-section__wrapper___row .wrap_box:last-child {
  margin-bottom: 0px;
}
.faq-section__wrapper___row .wrap_box__question {
  display: flex;
  justify-content: space-between;
}
.faq-section__wrapper___row .wrap_box__question .faq_job_offer .faq_job_position {
  font-size: 2rem;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 1.32px;
  font-weight: 600;
}
.faq-section__wrapper___row .wrap_box__question .faq_job_offer .faq_job_type {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 1.65px;
}
.faq-section__wrapper___row .wrap_box__question .faq_job_button {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.faq-section__wrapper___row .wrap_box__question .faq_job_button a:hover {
  background-color: #842C9D;
  border-color: #842C9D;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.faq-section__wrapper___row .wrap_box__question .faq_job_button a:hover::after {
  filter: brightness(0) invert(1);
}
.faq-section__wrapper___row .wrap_box__question .faq_job_button a .faq_open {
  display: none;
}
.faq-section__wrapper___row .wrap_box__answer {
  border-top: 1px solid #000;
  margin-top: 25px;
  padding-top: 25px;
  display: none;
}
.faq-section__wrapper___row .wrap_box__answer h3 {
  font-size: 1.6rem;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.89px;
}
.faq-section__wrapper___row .wrap_box__answer p {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 850px;
}
.faq-section__wrapper___row .wrap_box.active_faq {
  background: #D7D7D7;
  border: 2px solid #E4E4E4;
}
.faq-section__wrapper___row .wrap_box.active_faq .faq_job_position {
  color: #000000;
}
.faq-section__wrapper___row .wrap_box.active_faq .faq_job_type {
  color: #000000;
}
.faq-section__wrapper___row .wrap_box.active_faq .faq_job_button a .faq_open {
  display: block;
}
.faq-section__wrapper___row .wrap_box.active_faq .faq_job_button a .faq_close {
  display: none;
}

.careers_left_right-section .semapohore_sub_title_desc_blok {
  background-color: transparent !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.careers_left_right-section .semaphore_left_right-section__wrapper___row--column.right_column {
  max-width: 869px;
  margin-right: auto;
}

.we_are_family-section {
  padding-top: 115px;
  padding-bottom: 64px;
}
.we_are_family-section__wrapper___row {
  max-width: 1160px;
}
.we_are_family-section__wrapper___row .semapohore_sub_title_desc_blok {
  width: 100%;
  max-width: 870px;
  margin: 0;
}

.careers_left_right-section .semaphore_video_wrapper {
  padding-top: 45%;
}

.wrap_box.active_faq .toggle_faq {
  padding: 0;
  border: none;
}

.wrap_box.active_faq .toggle_faq:hover {
  background: transparent !important;
}

.wrap_box.active_faq .toggle_faq svg {
  width: 40px;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1199px) {
  .page-template-template-career .semaphore_left_right-section::before {
    width: 70%;
  }
  .page-template-template-career .semaphore_left_right-section::after {
    width: 70%;
    right: 0;
  }
  .page-template-template-career .semaphore_left_right-section__wrapper::before {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .carees_hero_title-section {
    padding: 60px 0px 30px;
  }
  .faq-section__wrapper__title {
    margin-bottom: 30px;
  }
  .faq-section__wrapper___row .wrap_box {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .we_are_family-section {
    padding-top: 70px;
  }
  .intro-section__wrapper___row--column.data_column {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .intro-section__wrapper___row--column.image_column .intro-section_image {
    border-radius: 20px;
  }
  .semaphore_blurb_block_row_column img {
    border-radius: 20px;
  }
  .semaphore_left_right-section__wrapper___row--column.right_column_image,
  .semaphore_left_right-section__wrapper___row--column.right_column .semaphore_left_right-section__wrapper___row--column_image {
    border-radius: 20px;
  }
  .semaphore_left_right-section__wrapper___row--column.right_column .intro-section__wrapper___row--column.image_column .intro-section_image {
    border-radius: 20px;
  }
  .page-template-template-career .semaphore_left_right-section::after {
    width: 100%;
    right: -15em;
  }
  .careers_left_right-section .semaphore_video_wrapper {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .faq-section::before {
    width: 100%;
    left: 0;
  }
  .faq-section__wrapper___row .wrap_box__question {
    flex-wrap: wrap;
  }
  .faq-section__wrapper___row .wrap_box__question .faq_job_offer {
    width: 100%;
    margin-bottom: 10px;
  }
  .faq-section__wrapper___row .wrap_box__answer {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .faq-section__wrapper___row .wrap_box__answer h3 {
    font-size: 2.6rem;
    margin: 10px 0;
  }
  .faq-section__wrapper___row .wrap_box__answer p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .intro-section__wrapper___row {
    flex-wrap: wrap;
    grid-gap: 0;
  }
  .intro-section__wrapper___row--column.image_column, .intro-section__wrapper___row--column.data_column {
    width: 100%;
  }
  .page-template-template-career .about_blurb-section:after {
    right: 0;
  }
  .page-template-template-career .about_blurb-section::before {
    left: 0;
    width: 100%;
  }
  .page-template-template-career .semaphore_blurb_block_row .semaphore_blurb_block_column.text_column {
    margin: 70px 0px 0;
  }
  .about_blurb-section {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .faq-section::before .semaphore_left_right-section__wrapper::before,
  .page-template-template-career .semaphore_left_right-section__wrapper::before {
    display: none;
  }
  .faq-section::before .semaphore_left_right-section::before,
  .page-template-template-career .semaphore_left_right-section::before {
    width: 100%;
    left: 0;
  }
  .faq-section__wrapper::after {
    display: none;
  }
  .faq-section__wrapper::before,
  .page-template-template-career .about_blurb-section:after {
    width: 100%;
  }
  .page-template-template-career .semaphore_left_right-section::after {
    width: 100%;
    height: 40em;
    right: 0;
  }
}
/* Blog
-------------------------------------------- */
.blog_hero_section {
  padding-top: 110px;
  padding-bottom: 162px;
}
.blog_hero_section__wrapper__title {
  margin-bottom: 110px;
}
.blog_hero_section__wrapper__title .site-hero_title {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.blog_hero_section__wrapper___row {
  position: relative;
}
.blog_hero_section__wrapper___row--column__inner {
  padding-top: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  max-width: 968px;
  background-position: center;
}
.blog_hero_section__wrapper___row--column .blog_blurb {
  margin-bottom: 0;
  max-width: 534px;
  padding: 40px 50px;
  position: absolute;
  bottom: -79px;
  right: 0;
}
.blog_hero_section__wrapper___row--column .blog_blurb .blog_blurb_title a {
  font-size: 42px;
  line-height: 56px;
}

.top_articles-section {
  background-color: #F2F2F2;
  padding-bottom: 73px;
  padding-top: 68px;
}
.top_articles-section__wrapper__title {
  margin-bottom: 54px;
}
.top_articles-section__wrapper___row {
  display: flex;
  grid-gap: 18px;
}
.top_articles-section__wrapper___row--column {
  padding-top: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  display: flex;
  align-items: end;
  background-position: center center;
  margin-bottom: 90px;
}
.top_articles-section__wrapper___row--column .blog_blurb.author_images .blog_blurb_title {
  margin-bottom: 16px;
}
.top_articles-section__wrapper___row--column.top_articles_column_three {
  width: 50%;
}
.top_articles-section__wrapper___row__inner_wrap {
  width: 50%;
}

.great_reads-section {
  background-color: #ffffff;
  padding-top: 81px;
}
.great_reads-section__wrapper___cat {
  margin-top: 30px;
}
.great_reads-section__wrapper___cat ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 17px;
}
.great_reads-section__wrapper___cat ul li a {
  padding: 8px 12px;
  border: 1px solid #979797;
  display: block;
  text-decoration: none;
  line-height: 1;
  border-radius: 8px;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.great_reads-section__wrapper___row {
  margin-top: 70px;
  display: flex;
  grid-gap: 47px;
  padding-bottom: 80px;
  position: relative;
}
.great_reads-section__wrapper___row__column {
  width: 50%;
}
.great_reads-section__wrapper___row__column .great_reads-section_single_list_column {
  display: grid;
  grid-template-columns: 99px 1fr;
  grid-gap: 27px;
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid #CACACA;
}
.great_reads-section__wrapper___row__column .great_reads-section_single_list_column:last-of-type {
  border: none;
}
.great_reads-section__wrapper___row__column .great_reads-section_single_list_column .great_reads-list_image img {
  border-radius: 25px;
}
.great_reads-section__wrapper___row__column .great_reads-list_data .blog_catgaory_label a {
  color: #842C9D;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
}
.great_reads-section__wrapper___row__column .great_reads-list_data .blog_catgaory_title a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  text-decoration: none;
}
.great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date {
  display: flex;
  grid-gap: 15px;
  margin-top: 10px;
  align-items: center;
}
.great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date span {
  color: #BEBEBE;
}
.great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date time {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  color: #BEBEBE;
}
.great_reads-section__wrapper___row__column__single_image_column {
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 35px;
  display: flex;
  align-items: end;
}

.blog_blurb {
  background: #fff;
  border-radius: 35px;
  width: 82%;
  margin: 0 auto;
  padding: 23px;
  margin-bottom: -70px;
}
.blog_blurb .blog_blurb_cat a {
  color: #842C9D;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}
.blog_blurb .blog_blurb_title a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  text-decoration: none;
  word-wrap: break-word;
}
.blog_blurb .blog_blurb_author_n_date {
  display: flex;
  grid-gap: 15px;
  margin-top: 10px;
  align-items: center;
}
.blog_blurb .blog_blurb_author_n_date p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.blog_blurb .blog_blurb_author_n_date span {
  color: #BEBEBE;
}
.blog_blurb .blog_blurb_author_n_date time {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  color: #BEBEBE;
}
.blog_blurb.author_images .blog_blurb_title {
  margin-bottom: 50px;
}
.blog_blurb.author_images .blog_blurb_img_btn_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
}
.blog_blurb.author_images .blog_blurb_img_btn_row__inner {
  display: flex;
  align-items: center;
  grid-gap: 11px;
}
.blog_blurb.author_images .blog_blurb_img_btn_row__inner .blog_blurb_author_n_date {
  margin: 0px;
  display: block;
}
.blog_blurb.author_images .blog_blurb_img_btn_row__inner .blog_blurb_author_n_date p,
.blog_blurb.author_images .blog_blurb_img_btn_row__inner .blog_blurb_author_n_date time {
  line-height: 1;
}
.blog_blurb.author_images .blog_blurb_img_btn_row__inner .blog_blurb_author_image {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  overflow: hidden;
}
.blog_blurb.author_images .blog_blurb_img_btn_row__inner .blog_blurb_author_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.great_reads-section__wrapper___row.blog_loading .great_reads-section__wrapper___row__column {
  opacity: 0.3;
  pointer-events: none;
}

.spinner_wrraper {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
}

@media (max-width: 1600px) {
  .blog_hero_section::before {
    width: 80%;
    height: 135em;
  }
}
@media (max-width: 1199px) {
  .blog_hero_section::before {
    width: 100%;
  }
  .blog_hero_section__wrapper::after {
    width: 45%;
    height: 35em;
    right: -10em;
    background-image: radial-gradient(circle at center, hsl(259, 44%, 33%) 0%, hsla(0, 0%, 0%, 0) 75%);
  }
  .blog_hero_section__wrapper___row--column .blog_blurb .blog_blurb_title a {
    font-size: 3.3rem;
    line-height: 1.2;
  }
  .spinner_wrraper {
    top: 10%;
    transform: translate(-50%, -10%);
  }
}
@media (max-width: 991px) {
  .blog_hero_section {
    padding-top: 70px;
  }
  .blog_hero_section__wrapper::after {
    width: 56%;
    height: 55em;
    right: -6em;
    top: -30em;
    background-image: radial-gradient(circle at right, hsl(259, 44%, 33%) 0%, hsla(0, 0%, 0%, 0) 65%);
  }
  .blog_hero_section__wrapper__title {
    margin-bottom: 60px;
  }
  .blog_hero_section__wrapper___row--column .blog_blurb {
    border-radius: 15px;
    padding: 30px;
  }
  .blog_hero_section__wrapper___row--column .blog_blurb .blog_blurb_title {
    margin-bottom: 20px;
  }
  .blog_hero_section__wrapper___row--column .blog_blurb .blog_blurb_title a {
    font-size: 2.8rem;
  }
  .blog_hero_section__wrapper___row--column__inner {
    border-radius: 15px;
  }
  .top_articles-section {
    padding: 60px 0;
  }
  .top_articles-section__wrapper___row--column {
    border-radius: 15px;
  }
  .blog_blurb {
    border-radius: 15px;
    padding: 20px;
  }
  .blog_blurb .blog_blurb_title a {
    font-size: 2rem;
    line-height: 1.2;
  }
  .great_reads-section {
    padding-top: 60px;
  }
  .great_reads-section__wrapper___cat ul {
    grid-gap: 10px;
  }
  .great_reads-section__wrapper___cat ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .great_reads-section__wrapper___row {
    margin-top: 60px;
    grid-gap: 20px;
  }
  .great_reads-section__wrapper___row__column .great_reads-section_single_list_column {
    grid-gap: 15px;
  }
  .great_reads-section__wrapper___row__column .great_reads-section_single_list_column .great_reads-list_image img {
    border-radius: 15px;
  }
  .great_reads-section__wrapper___row__column .great_reads-list_data .blog_catgaory_title a {
    font-size: 18px;
    line-height: 1.2;
  }
  .great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date {
    grid-gap: 5px;
  }
  .great_reads-section__wrapper___row__column__single_image_column {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .blog_hero_section::before {
    height: 100em;
    left: 0;
    top: -25em;
    background: radial-gradient(circle at left, hsl(275, 60%, 30%) 20%, hsla(0, 0%, 0%, 0) 65%);
  }
  .blog_hero_section__wrapper::before {
    width: 50%;
    height: 55em;
    background-image: radial-gradient(circle at right, hsl(287, 56%, 33%) 0%, hsla(0, 0%, 0%, 0) 60%);
  }
  .top_articles-section__wrapper__title {
    margin-bottom: 30px;
  }
  .top_articles-section__wrapper___row {
    flex-wrap: wrap;
  }
  .top_articles-section__wrapper___row--column.top_articles_column_three {
    width: 100%;
  }
  .top_articles-section__wrapper___row__inner_wrap {
    width: 100%;
  }
  .great_reads-section__wrapper___row {
    flex-wrap: wrap;
    padding-bottom: 120px;
  }
  .great_reads-section__wrapper___row__column {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blog_hero_section__wrapper::before {
    width: 85%;
  }
  .blog_hero_section__wrapper::after {
    display: none;
  }
  .blog_hero_section__wrapper___row--column .blog_blurb {
    padding: 25px 20px;
    bottom: -120px;
  }
  .blog_hero_section__wrapper___row--column .blog_blurb .blog_blurb_title a {
    font-size: 2.5rem;
  }
  .blog_hero_section__wrapper___row--column__inner {
    max-width: 85%;
    padding-top: 55%;
  }
  .blog_blurb.author_images .blog_blurb_img_btn_row {
    grid-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .blog_blurb.author_images .blog_blurb_img_btn_row__inner .blog_blurb_author_image {
    width: 45px;
    height: 45px;
  }
  .blog_blurb {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .blog_hero_section__wrapper___row--column__inner {
    max-width: 90%;
    padding-top: 100%;
  }
  .blog_blurb .blog_blurb_author_n_date {
    grid-gap: 5px;
  }
  .blog_blurb .blog_blurb_author_n_date p,
  .blog_blurb .blog_blurb_author_n_date time {
    font-size: 13px;
  }
  .great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date p,
  .great_reads-section__wrapper___row__column .great_reads-list_data .blog_author_name_n_date time {
    font-size: 13px;
  }
  .great_reads-section__wrapper___row__column .great_reads-section_single_list_column {
    grid-template-columns: 80px 1fr;
  }
}
/* Blog-single
-------------------------------------------- */
.blog_single {
  padding-bottom: 0;
}
.blog_single .blog_hero_section__wrapper___row--column__inner {
  max-width: 100%;
}
.blog_single .blog_hero_section__wrapper___row--column .blog_blurb {
  max-width: 884px;
  margin-top: -79px;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
.blog_single .blog_blurb.author_images .blog_blurb_title {
  margin-bottom: 27px;
}
.blog_single .blog_blurb__btn {
  background: #613BA2;
  padding: 4px 13px;
  border-radius: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.blog_single .blog_blurb__btn .timer_svg_wrap {
  min-width: 23px;
  line-height: 1;
  display: flex;
  margin-right: 10px;
}

.single hr {
  margin: 20px 0px;
}
.single .blog .blog_content :-moz-any-link {
  color: #A947C5;
}
.single .blog .blog_content :any-link {
  color: #A947C5;
}
.single .blog .blog_content :is(ul ul, ul ol, ol ol, ol ul) {
  margin: 4px 0 5px 30px;
}
.single .blog .blog_content .wp-block-button {
  margin: 15px 0px;
}
.single .blog .blog_content ul {
  list-style: disc outside;
  margin-left: 7px;
  margin-bottom: 20px;
}
.single .blog .blog_content ul li {
  margin-left: 1em;
  padding: 3px 0;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 500;
}
.single .blog .blog_content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 20px;
}
.single .blog .blog_content ol li {
  margin-left: 15px;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 500;
}
.single .blog .blog_content h1,
.single .blog .blog_content h2,
.single .blog .blog_content h3,
.single .blog .blog_content h4,
.single .blog .blog_content h5,
.single .blog .blog_content h6 {
  font-weight: bold;
  margin: 25px 0px;
}
.single .blog .blog_content h1 a,
.single .blog .blog_content h1 span,
.single .blog .blog_content h1 strong,
.single .blog .blog_content h1 em,
.single .blog .blog_content h2 a,
.single .blog .blog_content h2 span,
.single .blog .blog_content h2 strong,
.single .blog .blog_content h2 em,
.single .blog .blog_content h3 a,
.single .blog .blog_content h3 span,
.single .blog .blog_content h3 strong,
.single .blog .blog_content h3 em,
.single .blog .blog_content h4 a,
.single .blog .blog_content h4 span,
.single .blog .blog_content h4 strong,
.single .blog .blog_content h4 em,
.single .blog .blog_content h5 a,
.single .blog .blog_content h5 span,
.single .blog .blog_content h5 strong,
.single .blog .blog_content h5 em,
.single .blog .blog_content h6 a,
.single .blog .blog_content h6 span,
.single .blog .blog_content h6 strong,
.single .blog .blog_content h6 em {
  font-family: "Nunito", sans-serif;
  font-weight: 700 !important;
}
.single .blog .blog_content h3,
.single .blog .blog_content h4,
.single .blog .blog_content h5,
.single .blog .blog_content h6 {
  font-size: 3rem;
}
.single .blog .blog_content h3 a,
.single .blog .blog_content h3 span,
.single .blog .blog_content h3 strong,
.single .blog .blog_content h3 em,
.single .blog .blog_content h4 a,
.single .blog .blog_content h4 span,
.single .blog .blog_content h4 strong,
.single .blog .blog_content h4 em,
.single .blog .blog_content h5 a,
.single .blog .blog_content h5 span,
.single .blog .blog_content h5 strong,
.single .blog .blog_content h5 em,
.single .blog .blog_content h6 a,
.single .blog .blog_content h6 span,
.single .blog .blog_content h6 strong,
.single .blog .blog_content h6 em {
  font-size: 3rem;
}
.single .blog .blog_content a,
.single .blog .blog_content span,
.single .blog .blog_content strong {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
.single .blog .blog_content p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.single .blog .blog_content p:last-child {
  margin-bottom: 0px;
}
.single .blog .blog_content p img {
  border-radius: 10px;
}
.single .blog .blog_content img {
  width: auto;
  display: unset;
  height: revert-layer;
  border-radius: 10px;
}
.single .blog .blog_content .wp-video {
  margin-bottom: 25px;
}
.single .blog_tags {
  margin-top: 35px;
}
.single .blog_tags ul {
  display: flex;
  grid-gap: 14px;
  flex-wrap: wrap;
}
.single .blog_tags ul li a {
  background: rgba(169, 71, 197, 0.1);
  padding: 10px 12px 8px;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}
.single .socialshare-box {
  display: flex;
  grid-gap: 26px;
  margin-top: 28px;
  align-items: center;
}
.single .socialshare-box .socialshare-btn {
  display: flex;
  grid-gap: 40px;
}
.single .socialshare-box .share_text {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 18px;
  text-transform: uppercase;
}
.single .blog .container {
  max-width: 884px;
}
.single .blog_content {
  padding-top: 131px;
}
.single .top_articles-section__wrapper___row--column {
  width: 50%;
  padding-top: 16%;
}
.single .author_bio_section {
  background: #F2F2F2;
  border-radius: 35px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 178px 1fr;
  padding: 45px 60px;
  grid-gap: 35px;
  align-items: center;
  margin-top: 76px;
  position: relative;
  margin-bottom: -100px;
  z-index: 2;
}
.single .author_bio_section .author_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.single .author_bio_section .author_name {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.single .top_articles-section.simillar_blogs {
  background-color: #000;
  padding-bottom: 73px;
  padding-top: 230px;
  overflow: hidden;
}
.single .top_articles-section__wrapper {
  position: relative;
  z-index: 1;
}
.single .top_articles-section__wrapper___row {
  grid-gap: 25px;
}
.single .top_articles-section__wrapper__title .site-title.black_text {
  color: #ffffff;
}
.single .blog_hero_section__wrapper___row--column .blog_blurb .blog_blurb_title a {
  pointer-events: none;
}

@media (max-width: 991px) {
  .single .blog .blog_content p {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .single .blog .blog_content h3 {
    margin: 20px 0;
    font-size: 2.5rem;
  }
  .single .author_bio_section {
    margin-top: 60px;
    padding: 30px;
    border-radius: 15px;
  }
  .single .top_articles-section__wrapper::after, .single .top_articles-section__wrapper::before {
    width: 70%;
  }
  .single .top_articles-section.simillar_blogs {
    padding-bottom: 0px;
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .single .top_articles-section__wrapper___row--column {
    width: 100%;
  }
  .single .blog_tags ul {
    grid-gap: 8px;
  }
  .single .blog_tags ul li a {
    font-size: 13px;
    padding: 8px 10px 6px;
  }
  .single .socialshare-box .socialshare-btn {
    grid-gap: 20px;
  }
  .author_description {
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .single .author_bio_section {
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    grid-gap: 25px;
  }
  .single .author_bio_section .author_data {
    text-align: center;
  }
  .single .author_bio_section .author_image img {
    max-width: 120px;
  }
  .single .top_articles-section__wrapper::before {
    left: 0;
    bottom: -5em;
    width: 100%;
    background: radial-gradient(circle at center, hsl(275, 60%, 30%) 10%, hsla(0, 0%, 0%, 0) 65%);
    height: 70em;
    top: unset;
  }
  .single .top_articles-section__wrapper::after {
    display: none;
  }
}
/* Contact
-------------------------------------------- */
.contact_hero_title-section {
  padding: 120px 0;
}
.contact_hero_title-section__wrapper .site-hero_title {
  font-family: "Nunito", sans-serif;
}

.contact-info-section {
  padding: 0 0 110px;
}
.contact-info-section__wrapper__title {
  margin-bottom: 60px;
}
.contact-info-section__wrapper___row {
  max-width: 772px;
}
.contact-info-section__wrapper___row .contact-info_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box h4 {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2.31px;
}
.contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box p,
.contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box a {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  line-height: 1.8;
  font-weight: 400;
}
.contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box a:hover {
  opacity: 0.7;
}
.contact-info-section__wrapper___row .contact-info_inner_wrap + .contact-info_inner_wrap {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #959595;
}

.contact-form-section {
  padding-bottom: 60px;
  position: relative;
}
.contact-form-section__wrapper {
  position: relative;
}
.contact-form-section__wrapper__title {
  margin-bottom: 60px;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap {
  max-width: 866px;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu {
  display: flex;
  grid-row-gap: 15px;
  justify-content: space-between;
  grid-column-gap: 15px;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li:nth-child(1) {
  max-width: 55%;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li:nth-child(2) {
  max-width: 45%;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li a {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  font-family: "Nunito", sans-serif;
  padding-bottom: 10px;
  line-height: 1.5;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 4px;
  background-color: #A947C5;
  opacity: 0;
  visibility: hidden;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li a.active:after {
  opacity: 1;
  visibility: visible;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .cm_tab_content {
  margin-top: 40px;
}
.contact-form-section__wrapper___row .contact_form_tab_wrap .cm_tab_content .tab-box {
  display: none;
}

.gform_wrapper.gravity-theme * {
  color: #ffffff;
}

.form_contact_wrap fieldset {
  border: 0;
}
.form_contact_wrap .gform_heading {
  display: none;
}
.form_contact_wrap .gform_wrapper.gravity-theme .ginput_complex span {
  flex: 100%;
  padding: 0 !important;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gform_fields {
  align-items: center;
  grid-row-gap: 30px;
}
.form_contact_wrap .gform_wrapper.gravity-theme .ginput_complex span + span {
  margin-top: 30px;
}
.form_contact_wrap .gform_wrapper.gravity-theme input,
.form_contact_wrap .gform_wrapper.gravity-theme textarea {
  font-size: 16px !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 21px 17px !important;
  background-color: #DEDEDE;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  resize: none;
}
.form_contact_wrap .gform_wrapper.gravity-theme input:focus,
.form_contact_wrap .gform_wrapper.gravity-theme textarea:focus {
  outline: none;
}
.form_contact_wrap .gform_wrapper.gravity-theme input::-webkit-input-placeholder,
.form_contact_wrap .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form_contact_wrap .gform_wrapper.gravity-theme select {
  color: #000 !important;
}
.form_contact_wrap .gform_wrapper.gravity-theme select option {
  color: #000 !important;
}
.form_contact_wrap .gform_wrapper.gravity-theme select:focus {
  outline: none;
}
.form_contact_wrap .gform_wrapper.gravity-theme .field_sublabel_below p {
  font-weight: 500;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield--type-website input::-webkit-input-placeholder {
  color: #5B5B5B;
}
.form_contact_wrap .gform_wrapper.gravity-theme .social-media-handle {
  visibility: hidden;
  transform: translateX(-90px);
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 7px;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox input {
  display: none;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 16px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox input:checked + label::before {
  background-color: #fff;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  padding: 10px 0;
}
.form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox .gchoice:not(:last-child) {
  margin-right: 100px;
}
.form_contact_wrap .gform_wrapper.gravity-theme #field_1_21 {
  padding: 10px 0 0;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  padding: 0;
  margin: 60px 0 0;
  transition: all 0.5s ease 0s;
  display: inline-block;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gform_footer::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  background-image: url(../img/small_arrow_btn_icon_white.svg);
  background-size: 100% 100%;
  width: 28px;
  height: 12px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gform_footer:hover:after {
  right: 10px;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gform_footer .gform_button {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 3px solid #fff;
  border-radius: 39px;
  padding: 9px 47px 9px 16px !important;
  display: inline-block;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.form_contact_wrap .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: #842C9D;
  border-color: #842C9D;
  color: #fff;
}
.form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 30px;
  width: 14px;
  height: 8px;
  background-image: url(../img/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.form_contact_wrap .gform_wrapper.gravity-theme .newsletter_info {
  font-size: 1.3rem;
  padding-left: 35px;
  margin-top: -30px;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1199px) {
  .contact-form-section:after {
    width: 70%;
  }
  .contact-form-section::before {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .contact_hero_title-section {
    padding: 60px 0 40px;
  }
  .contact-info-section {
    padding-bottom: 70px;
  }
  .contact-info-section::before {
    width: 80%;
  }
  .contact-info-section__wrapper::before {
    bottom: -20em;
  }
  .contact-info-section__wrapper__title {
    margin-bottom: 40px;
  }
  .contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box h4 {
    font-size: 16px;
  }
  .contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box p,
  .contact-info-section__wrapper___row .contact-info_inner_wrap .contact-info_box a {
    font-size: 14px;
  }
  .contact-form-section::before {
    width: 80%;
  }
  .contact-form-section:after {
    width: 70%;
  }
  .contact-form-section__wrapper__title {
    margin-bottom: 25px;
  }
  .contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li a {
    font-size: 2.4rem;
  }
  .contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li a:after {
    height: 3px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 15px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme input,
  .form_contact_wrap .gform_wrapper.gravity-theme select,
  .form_contact_wrap .gform_wrapper.gravity-theme textarea {
    padding: 12px 15px !important;
    font-size: 14px !important;
    border-radius: 10px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .ginput_complex span + span {
    margin-top: 15px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 14px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox label::before {
    margin-right: 8px;
    border-radius: 5px;
    padding: 8px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield_checkbox input:checked + label::after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 13px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme #input_2_28 .gform-field-label {
    white-space: pre-wrap;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield_label {
    padding: 10px 0;
    font-size: 14px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gform_footer {
    margin: 40px 0 0;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: 14px;
    letter-spacing: 2px;
    border: 2px solid #fff;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .social-media-handle {
    transform: translateX(-50px);
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_select::after {
    right: 15px;
    top: 18px;
    width: 13px;
    height: 7px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .newsletter_info {
    padding-left: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .contact-info-section::before {
    width: 100%;
  }
  .contact-info-section__wrapper::before {
    bottom: 0em;
    height: 55em;
  }
  .contact-form-section__wrapper___row .contact_form_tab_wrap .tab-menu li a {
    font-size: 2rem;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .social-media-handle {
    transform: translateX(-20px);
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox .gchoice:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 641px) {
  .form_contact_wrap .gform_wrapper.gravity-theme input {
    line-height: 1 !important;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (max-width: 575px) {
  .contact-info-section {
    padding-bottom: 40px;
  }
  .contact-info-section::before {
    left: 0;
  }
  .contact-info-section__wrapper::before {
    bottom: -20em;
    width: 100%;
  }
  .contact-info-section__wrapper::after {
    display: none;
  }
  .contact-form-section {
    padding-bottom: 30px;
  }
  .contact-form-section::before {
    width: 100%;
    left: 0em;
  }
  .contact-form-section::after {
    width: 70%;
    height: 30em;
    right: -11em;
    bottom: -2em;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .social-media-handle {
    transform: translateX(-50px);
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox .gchoice:not(:last-child) {
    margin-right: 30px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 5;
  }
}
@media (max-width: 450px) {
  .contact-info-section__wrapper___row .contact-info_inner_wrap {
    grid-row-gap: 15px;
    flex-direction: column;
  }
  .contact-info-section__wrapper___row .contact-info_inner_wrap + .contact-info_inner_wrap {
    margin-top: 20px;
    padding-top: 20px;
  }
  .contact-form-section::after {
    display: none;
  }
  .contact-form-section__wrapper___row.contact_form_tab_wrap .tab-menu {
    flex-wrap: wrap;
  }
  .contact-form-section__wrapper___row.contact_form_tab_wrap .tab-menu li:nth-child(1), .contact-form-section__wrapper___row.contact_form_tab_wrap .tab-menu li:nth-child(2) {
    max-width: 100%;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox .gchoice:not(:last-child) {
    margin-right: 15px;
  }
  .form_contact_wrap .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 6;
  }
}
@media (max-width: 367px) {
  .form_contact_wrap .gform_wrapper.gravity-theme .social-media-handle {
    transform: translateX(-30px);
  }
}
/* 404
-------------------------------------------- */
.section_404 {
  position: relative;
  text-align: center;
  color: #ffffff;
  height: calc(100vh - 395px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_404 .error_content .error_404 {
  font-size: 10em;
  line-height: 1;
}
.section_404 .error_content .page_404 {
  margin: 10px 0 25px;
}
.section_404 .error_content .small_arrow_btn.white_btn:hover {
  background-color: #842C9D;
  border-color: #842C9D;
}
.section_404::before {
  content: "";
  z-index: -1;
  width: 70%;
  height: 50em;
  position: absolute;
  top: -10em;
  left: 0;
  background: radial-gradient(ellipse at left top, #4f1a5e 15%, hsla(0, 0%, 0%, 0) 60%);
}
.section_404:after {
  content: "";
  z-index: -2;
  width: 25%;
  height: 50em;
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: -15em;
  background-image: radial-gradient(circle at right, hsl(259, 44%, 33%) 0%, hsla(0, 0%, 0%, 0) 65%);
}

@media (max-width: 991px) {
  .section_404:after {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_404 {
    padding: 50px 15px;
    height: calc(100vh - 371px);
  }
  .section_404 .error_content .error_404 {
    font-size: 8em;
  }
  .section_404::before {
    width: 100%;
    height: 40em;
    top: -8em;
  }
  .section_404:after {
    width: 100%;
    height: 40em;
  }
}
@media (max-width: 575px) {
  .section_404 .error_content .error_404 {
    font-size: 6em;
  }
}
/* Header
-------------------------------------------- */
.header_nav-section {
  padding: 22px 30px;
  z-index: 999;
  position: sticky;
  top: 0;
  width: 100%;
}
.header_nav-section__wrapper___row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav-section__wrapper___row .header_nav_icon {
  position: relative;
}
.header_nav-section__wrapper___row .header_nav_icon a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.5rem;
}
.header_nav-section__wrapper___row .header_nav_icon img {
  max-width: 255px;
  max-height: 58px;
}
.header_nav-section__wrapper___row .header_nav_icon .register_trademark {
  position: absolute;
  right: -20px;
  top: 5px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.header_nav-section__wrapper___row--column.header_toggle_btn .header_toggle_btn_row {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.header_nav-section__wrapper___row--column.header_toggle_btn .header_toggle_btn_row .header_toggle_btn a {
  display: block;
}
.header_nav-section__wrapper___row--column.header_toggle_btn .header_toggle_btn_row .header_toggle_btn a img {
  width: 28px;
}

.nav_menu_slide_toggle-section {
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000000;
  top: -200%;
  transition: all 0.4s ease-in-out;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
.nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon {
  max-width: 219px;
  position: relative;
}
.nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.5rem;
}
.nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon a img {
  max-width: 219px;
}
.nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon .register_trademark {
  position: absolute;
  right: -20px;
  top: 5px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_close_btn img {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 30px;
  top: 30px;
}
.nav_menu_slide_toggle-section__wrapper___row {
  display: flex;
}
.nav_menu_slide_toggle-section__wrapper___row--column {
  width: 50%;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap {
  padding-top: 43px;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_primary_menu ul li a {
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 58px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_primary_menu ul li a:hover {
  color: #842C9D;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu {
  margin-top: 32px;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul {
  display: inline-block;
  max-width: 480px;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li {
  float: left;
  padding: 0px 10px 0px 0px;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.88px;
  line-height: 35px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  padding-right: 10px;
  transition: all 0.5s ease 0s;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li a:hover {
  color: #842C9D;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li:last-child {
  padding-right: 0px;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li:last-child a:last-child {
  border: none;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu {
  display: flex;
  align-items: center;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu .cc_to_business_menu li,
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu .business_to_cc_menu li {
  line-height: 1;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu .cc_to_business_menu li a,
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu .business_to_cc_menu li a {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu * {
  line-height: 1;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu *:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  line-height: 1;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_toggle_social {
  margin-top: 30px;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_toggle_social ul {
  display: flex;
  grid-gap: 35px;
  align-items: center;
}
.nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_toggle_social ul li a img {
  width: 18px;
  height: 18px;
}
.nav_menu_slide_toggle-section__wrapper___row--column_image_wrapper img {
  border-radius: 35px;
}

.scroll .header_nav-section {
  animation: slide-down 0.7s;
  background: #2E2E33;
  position: fixed;
}

.scroll.business_template .header_nav-section {
  background: #2E2E33;
  position: fixed;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
/*================ Media Responsive CSS =====================*/
@media (max-width: 1600px) {
  .nav_menu_slide_toggle-section__wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .header_nav-section__wrapper___row .header_nav_icon img {
    max-width: 250px;
  }
  .business_template .nav_menu_slide_toggle-section::before {
    width: 90%;
    left: -35em;
  }
}
@media (max-width: 991px) {
  .nav_menu_slide_toggle-section::after {
    width: 100%;
    height: 58em;
    bottom: -25em;
    right: 0;
  }
  .nav_menu_slide_toggle-section::before {
    top: -20em;
    width: 100%;
    height: 50em;
    right: 0;
  }
  .nav_menu_slide_toggle-section__wrapper::before {
    width: 80%;
    height: 50em;
    right: -25em;
    bottom: -10em;
    background-image: radial-gradient(circle at center, hsl(247, 56%, 27%) 5%, hsla(0, 0%, 0%, 0) 75%);
  }
  .nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon {
    max-width: 160px;
  }
  .nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon a img {
    max-width: 160px;
  }
  .nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_logo_icon .register_trademark {
    right: -16px;
    top: 3px;
    font-size: 15px;
  }
  .nav_menu_slide_toggle-section__wrapper .nav_menu_slide_header_row .nav_menu_slide_header_close_btn img {
    width: 20px;
    right: 15px;
    top: 33px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column_image_wrapper img {
    border-radius: 20px;
  }
  .business_template .nav_menu_slide_toggle-section::before {
    width: 100%;
    left: -20em;
  }
  .business_template .nav_menu_slide_toggle-section__wrapper::before {
    right: -5em;
  }
}
@media (max-width: 767px) {
  .nav_menu_slide_toggle-section__wrapper {
    padding: 0px;
  }
  .nav_menu_slide_toggle-section__wrapper___row {
    flex-wrap: wrap;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap {
    padding-top: 30px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_primary_menu ul li a {
    font-size: 2rem;
    line-height: 2;
  }
  .header_nav-section {
    padding: 10px 15px;
  }
  .header_nav-section__wrapper___row--column.header_toggle_btn .header_toggle_btn_row {
    grid-gap: 10px;
  }
  .business_template .nav_menu_slide_toggle-section::before {
    left: 0em;
    background-image: radial-gradient(circle at left, rgb(13, 137, 0) -40%, hsla(0, 0%, 0%, 0) 65%);
  }
  .business_template .nav_menu_slide_toggle-section__wrapper::before {
    background-image: radial-gradient(circle at right, rgb(13, 137, 0) -30%, hsla(0, 0%, 0%, 0) 35%);
    right: 0;
    width: 100%;
    height: 50em;
  }
}
@media (max-width: 575px) {
  .header_nav-section__wrapper___row .header_nav_icon img {
    max-width: 200px;
  }
  .nav_menu_slide_toggle-section__wrapper::before {
    display: none;
  }
  .nav_menu_slide_toggle-section__wrapper___row {
    flex-direction: column-reverse;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column {
    width: 100%;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column_image_wrapper img {
    max-width: 300px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_toggle_social {
    margin-top: 10px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu {
    margin-top: 15px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul {
    max-width: 100%;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li a {
    line-height: 1;
  }
  .nav_primary_menu .menu li {
    margin-bottom: -5px;
  }
  .business_template .nav_menu_slide_toggle-section__wrapper::before {
    display: block;
  }
}
@media (max-width: 450px) {
  .header_nav-section__wrapper___row .header_nav_icon img {
    max-width: 144px;
  }
  .header_nav-section__wrapper___row .header_nav_icon .register_trademark {
    right: -16px;
    top: 3px;
    font-size: 15px;
  }
  .header_nav-section__wrapper___row--column.header_toggle_btn .header_toggle_btn_row .header_toggle_btn a img {
    width: 20px;
  }
  .nav_menu_slide_toggle-section__wrapper {
    overflow-y: auto;
    height: 100%;
    padding: 0 0 25px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column_image_wrapper img {
    max-width: 250px;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_primary_menu ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 367px) {
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu .wrraper_cookies_menu *:not(:last-child) {
    border-right: 0;
    margin: 0;
    padding: 0;
  }
}
/* footer
-------------------------------------------- */
.footer-section {
  padding: 60px 0px;
  position: relative;
  z-index: 5;
}
.footer-section__wrapper__top__row {
  display: flex;
  width: 100%;
  align-items: center;
  grid-gap: 20px;
  justify-content: space-between;
}
.footer-section__wrapper__top__row__column.footer_icon {
  width: 265px;
  position: relative;
}
.footer-section__wrapper__top__row__column.footer_icon .register_trademark {
  position: absolute;
  right: -20px;
  top: 5px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.footer-section__wrapper__top__row__column.footer_icon a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2rem;
}
.footer-section__wrapper__top__row__column.footer_icon a img {
  width: auto;
  max-width: 100%;
}
.footer-section__wrapper__top__row__column.footer_nav_menu {
  width: calc(100% - 265px);
}
.footer-section__wrapper__top__row__column.footer_nav_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 50px;
}
.footer-section__wrapper__top__row__column.footer_nav_menu ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.57px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.footer-section__wrapper__top__row__column.footer_nav_menu ul li a:hover {
  color: #842C9D;
}
.footer-section__wrapper__bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 57px;
}
.footer-section__wrapper__bottom__row_text_column {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.footer-section__wrapper__bottom__row_text_column p {
  letter-spacing: 0.43px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}
.footer-section__wrapper__bottom__row_social_column ul {
  display: flex;
  grid-gap: 35px;
  align-items: center;
}
.footer-section__wrapper__bottom__row_social_column ul li a img {
  width: 18px;
  height: 18px;
}

.footer_bottom_menu ul {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  line-height: 1;
}
.footer_bottom_menu ul li {
  position: relative;
}
.footer_bottom_menu ul li a {
  letter-spacing: 0.43px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.footer_bottom_menu ul li a:hover {
  opacity: 0.7;
}
.footer_bottom_menu ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #ffffff;
  right: -11px;
  top: 3px;
}
.footer_bottom_menu > * {
  line-height: 1;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 991px) {
  .footer-section__wrapper__top__row__column.footer_icon {
    width: 160px;
  }
  .footer-section__wrapper__top__row__column.footer_icon .register_trademark {
    right: -16px;
    top: 3px;
    font-size: 15px;
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu {
    width: calc(100% - 160px);
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu ul {
    grid-gap: 15px;
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu ul li a {
    font-size: 1.4rem;
  }
  .footer-section__wrapper__bottom__row {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-section__wrapper__top__row {
    flex-wrap: wrap;
    grid-gap: 0px;
  }
  .footer-section__wrapper__top__row__column.footer_icon {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
  .footer-section__wrapper__top__row__column.footer_icon a img {
    max-width: 160px;
    margin: 0 auto;
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu {
    width: 100%;
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu ul li a {
    font-size: 1.3rem;
  }
  .footer-section__wrapper__bottom__row {
    margin-top: 25px;
    flex-direction: column-reverse;
  }
  .footer-section__wrapper__bottom__row_social_column ul {
    grid-gap: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .footer-section__wrapper__top__row__column.footer_nav_menu ul {
    grid-gap: 10px;
    margin-top: 20px;
  }
  .footer-section__wrapper__top__row__column.footer_nav_menu ul li {
    margin-bottom: -10px;
    line-height: 1;
  }
  .footer-section__wrapper__bottom__row_text_column {
    flex-direction: column;
    grid-gap: 0px;
  }
}
/* Business-Home
-------------------------------------------- */
.business-service-section {
  padding: 150px 0 80px;
}
.business-service-section__wrapper_title {
  text-align: center;
}
.business-service-section__wrapper___row {
  padding-top: 75px;
}
.business-service-section__wrapper___row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 35px;
  margin: 0 -8px;
  max-width: 840px;
  margin: 0 auto;
}
.business-service-section__wrapper___row ul li {
  padding: 0 8px;
  width: 50%;
}
.business-service-section__wrapper___row ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
  position: relative;
  min-height: 120px;
  border: 2px solid #D7D7D7;
  padding: 10px;
  border-radius: 35px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.business-service-section__wrapper___row ul li a span {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  transition: all 0.5s ease 0s;
}
.business-service-section__wrapper___row ul li a img {
  margin-right: 13px;
  min-width: 40px;
  max-width: 40px;
  transition: all 0.5s ease 0s;
}
.business-service-section__wrapper___row ul li a .service_hover_name {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
  pointer-events: none;
  transform: scale(0);
}
.business-service-section__wrapper___row ul li a:hover {
  background-color: #2BC20E;
  border-color: #2BC20E;
}
.business-service-section__wrapper___row ul li a:hover img,
.business-service-section__wrapper___row ul li a:hover span.service_name {
  opacity: 0;
  visibility: hidden;
}
.business-service-section__wrapper___row ul li a:hover .service_hover_name {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*------------------ Client Testmonial CSS Start -------------------*/
.client_testimonial_section {
  background-color: #fff;
  padding: 60px 0;
}
.client_testimonial_section__wrapper___row .client_testimonial_slider {
  padding: 0 15px;
}
.client_testimonial_section__wrapper___row .client_test_1 {
  max-width: 810px;
  margin: 0 auto 40px;
}
.client_testimonial_section__wrapper___row .client_test_1 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  max-height: 35px;
}
.client_testimonial_section__wrapper___row .client_test_1 .slick-arrow path {
  fill: #000;
}
.client_testimonial_section__wrapper___row .client_test_1 .slick-arrow.slick_arrow_left {
  left: -100px;
  transform: translateY(-50%) scale(-1, 1);
}
.client_testimonial_section__wrapper___row .client_test_1 .slick-arrow.slick_arrow_right {
  right: -100px;
}
.client_testimonial_section__wrapper___row .client_test_content {
  text-align: center;
}
.client_testimonial_section__wrapper___row .client_test_content .quet_icon {
  color: #0D8900;
  font-size: 166px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: -50px;
  opacity: 0.48;
  pointer-events: none;
}
.client_testimonial_section__wrapper___row .client_test_content .site-desc p {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.client_testimonial_section__wrapper___row .client_test_2 {
  max-width: 1230px;
  margin: 0 auto;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide {
  transform: scale(0.7);
  transition: all 0.4s ease-in-out;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide,
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.7, 0.7);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide .clent_image_box,
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .clent_image_box {
  border-color: transparent;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide .client_info,
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .client_info {
  opacity: 0;
  visibility: hidden;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-center,
.client_testimonial_section__wrapper___row .client_test_2 .slick-current.slick-active,
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1);
  opacity: 1;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-center .clent_image_box,
.client_testimonial_section__wrapper___row .client_test_2 .slick-current.slick-active .clent_image_box,
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .clent_image_box {
  border-color: #2BC20E;
}
.client_testimonial_section__wrapper___row .client_test_2 .slick-center .client_info,
.client_testimonial_section__wrapper___row .client_test_2 .slick-current.slick-active .client_info,
.client_testimonial_section__wrapper___row .client_test_2 .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .client_info {
  opacity: 1;
  visibility: visible;
}
.client_testimonial_section__wrapper___row .client_test_2 .clent_image_box {
  width: 100%;
  border: 4px solid #2BC20E;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
  max-width: 186px;
  height: 186px;
}
.client_testimonial_section__wrapper___row .client_test_2 .clent_image_box img {
  border-radius: 50%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client_testimonial_section__wrapper___row .client_test_2 .client_info {
  margin-top: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.client_testimonial_section__wrapper___row .client_test_2 .client_info h3 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}
.client_testimonial_section__wrapper___row .client_test_2 .client_info p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  line-height: 1;
}

.client_info {
  margin-top: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.client_info h3 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}
.client_info p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  line-height: 1;
}

.content_block_two {
  padding-bottom: 180px;
}

.syndication_blurb-section__wrapper___row .semapohore_sub_title_desc_blok .site-desc a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.syndication_blurb-section__wrapper___row .semapohore_sub_title_desc_blok .site-desc a:hover {
  background-color: #2BC20E;
  border-color: #2BC20E;
}

.page-template-template-corporate-solutions .get_in_touch_cta-section::before {
  width: 35%;
  height: 36em;
  left: -17em;
  top: 5em;
  background: radial-gradient(circle at center, rgb(13, 137, 0) -30%, hsla(0, 0%, 0%, 0) 65%);
}
.page-template-template-corporate-solutions .get_in_touch_cta-section:after {
  background-image: radial-gradient(circle at right, #3a5d02 0%, hsla(0, 0%, 0%, 0) 60%);
  width: 55%;
  height: 75em;
  right: 0;
}

.business_insurance_block .semapohore_sub_title_desc_blok_image_text_list ul li a img,
.business_insurance_block .semapohore_sub_title_desc_blok_image_text_list ul li .sub_dec_icon img {
  max-width: 100px;
}

.business_template.page-template-template-accounting .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_four {
  grid-column-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(31.333%, 1fr));
}

.business_template.page-template-template-insurance .get_in_touch_cta-section::after {
  width: 60%;
  height: 50em;
  right: -50rem;
  top: -25em;
}
.business_template.page-template-template-insurance .get_in_touch_cta-section::before {
  width: 100%;
  height: 90em;
  top: -60em;
  left: -25em;
}

.business_template.page-template-template-corporate-solutions .hero_min_content-section {
  padding-bottom: 0px;
}
.business_template.page-template-template-corporate-solutions .hero_min_content-section__wrapper___row--column__inner-data {
  padding-bottom: 0;
}

.business_template.page-template-template-tax .hero_min_content-section__wrapper___row--column__inner-data,
.business_template.page-template-template-accounting .hero_min_content-section__wrapper___row--column__inner-data {
  padding-bottom: 0;
}

.business_template .get_in_touch_cta-section__wrapper___row--column:hover {
  animation: g_pulsate 6s ease-out infinite;
  border-color: #2BC20E;
}
.business_template .get_in_touch_cta-section__wrapper___row--column:hover .small_arrow_btn {
  background-color: #2BC20E;
  border-color: #2BC20E;
  color: #fff;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}
.business_template .get_in_touch_cta-section__wrapper___row--column:hover .small_arrow_btn::after {
  filter: brightness(0) invert(1);
  right: 10px;
}

@keyframes g_pulsate {
  0% {
    box-shadow: 0 0 0 #2BC20E;
  }
  25% {
    box-shadow: 0 0 50px #2BC20E;
  }
  50% {
    box-shadow: 0 0 0 #2BC20E;
  }
  75% {
    box-shadow: 0 0 50px #2BC20E;
  }
  100% {
    box-shadow: 0 0 0px #2BC20E;
  }
}
.business_template .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_primary_menu ul li a {
  transition: all 0.5s ease 0s;
}
.business_template .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_primary_menu ul li a:hover {
  color: #2BC20E;
}
.business_template .nav_menu_slide_toggle-section__wrapper___row--column__menu_wrap .nav_secondary_menu ul li a:hover {
  color: #2BC20E;
}
.business_template .footer-section__wrapper__top__row__column.footer_nav_menu ul li a:hover {
  color: #2BC20E;
}

/*================ Media Responsive CSS =====================*/
@media (max-width: 1199px) {
  .business-service-section__wrapper___row ul li a {
    min-height: 100px;
    border-radius: 20px;
  }
  .business-service-section__wrapper___row ul li a span {
    font-size: 20px;
  }
  .business-service-section__wrapper___row ul li a img {
    max-width: 25px;
    min-width: 25px;
  }
  .page-template-template-corporate-solutions .get_in_touch_cta-section::before {
    width: 65%;
    height: 45em;
    left: -20em;
    top: -5em;
  }
  .business_template.page-template-template-insurance .get_in_touch_cta-section::after {
    width: 70%;
    right: -40rem;
    top: -25em;
  }
  .client_testimonial_section__wrapper___row .client_test_1 {
    max-width: 85%;
  }
  .client_testimonial_section__wrapper___row .client_test_1 .slick-arrow.slick_arrow_left {
    left: -50px;
  }
  .client_testimonial_section__wrapper___row .client_test_1 .slick-arrow.slick_arrow_right {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .business-service-section {
    padding: 70px 0;
  }
  .business-service-section__wrapper___row {
    padding-top: 40px;
  }
  .business-service-section__wrapper___row ul {
    grid-row-gap: 20px;
  }
  .business-service-section__wrapper___row ul li a {
    min-height: 80px;
  }
  .business-service-section__wrapper___row ul li a span {
    font-size: 18px;
  }
  .client_testimonial_section__wrapper___row .client_test_content .site-desc p {
    font-size: 18px;
  }
  .client_testimonial_section__wrapper___row .client_test_content .quet_icon {
    font-size: 130px;
  }
  .client_testimonial_section__wrapper___row .client_test_2 .client_info h3 {
    font-size: 16px;
  }
  .client_testimonial_section__wrapper___row .client_test_2 .client_info p {
    font-size: 14px;
  }
  .client_testimonial_section__wrapper___row .client_test_2 .clent_image_box {
    height: 160px;
    max-width: 160px;
  }
  .client_info h3 {
    font-size: 16px;
  }
  .client_info p {
    font-size: 14px;
  }
  .business_template.page-template-template-home-cc .content_block_one::after {
    width: 80%;
  }
  .business_template.page-template-template-home-cc .get_in_touch_cta-section::before {
    width: 65%;
  }
  .content_block_two {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .business-service-section__wrapper___row ul li {
    width: 50%;
  }
  .business-service-section__wrapper___row ul li a {
    min-height: 60px;
    border-radius: 10px;
    font-size: 16px;
  }
  .client_testimonial_section__wrapper___row .client_test_content .site-desc p {
    font-size: 16px;
  }
  .client_testimonial_section__wrapper___row .client_test_content .quet_icon {
    margin-bottom: -60px;
  }
  .client_testimonial_section__wrapper___row .client_test_1 {
    max-width: 93%;
  }
  .client_testimonial_section__wrapper___row .client_test_1 .slick-arrow {
    max-height: 25px;
  }
  .client_testimonial_section__wrapper___row .client_test_1 .slick-arrow.slick_arrow_left {
    left: -30px;
  }
  .client_testimonial_section__wrapper___row .client_test_1 .slick-arrow.slick_arrow_right {
    right: -30px;
  }
  .business_template.page-template-template-home-cc .content_block_one::after {
    width: 100%;
    right: 0;
  }
  .business_template.page-template-template-home-cc .content_block_two .semaphore_blurb_block_row .semaphore_blurb_block_column.text_column {
    margin-bottom: 0;
  }
  .business_template.page-template-template-home-cc .business_template.page-template-template-insurance .semaphore_blurb_block_row .semaphore_blurb_block_column.text_column {
    margin-bottom: 0;
  }
  .page-template-template-corporate-solutions .get_in_touch_cta-section::before {
    width: 100%;
    left: 0em;
    top: -5em;
    height: 35em;
  }
  .business_template.page-template-template-corporate-solutions .hero_min_content-section {
    padding-bottom: 0;
  }
  .business_template.page-template-template-corporate-solutions .hero_min_content-section__wrapper___row--column__inner-data {
    padding-bottom: 0;
  }
  .business_template.page-template-template-corporate-solutions .hero_min_content-section__wrapper___row--column__inner-data .site-desc p {
    margin-bottom: 15px;
  }
  .business_template.page-template-template-accounting .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_four li a img,
  .business_template.page-template-template-accounting .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_four li .sub_dec_icon img {
    max-width: 50px;
  }
  .business_template.page-template-template-insurance .get_in_touch_cta-section::before {
    height: 65em;
    top: -70em;
    left: 0;
  }
  .business_template.page-template-template-insurance .get_in_touch_cta-section::after {
    width: 100%;
    height: 50em;
    right: -40rem;
    top: -15em;
  }
}
@media (max-width: 575px) {
  .business_template.page-template-template-home-cc .content_block_two::after {
    width: 85%;
    height: 35em;
    right: -10em;
  }
  .business_template.page-template-template-home-cc .content_block_two::before {
    width: 100%;
  }
  .business_template.page-template-template-home-cc .get_in_touch_cta-section::before {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .business-service-section__wrapper___row ul li {
    width: 100%;
  }
  .client_testimonial_section__wrapper___row .client_test_2 {
    margin: 0 -15px;
  }
  .business_template.page-template-template-home-cc .content_block_two::before {
    width: 100%;
    left: 0;
  }
  .business_template.page-template-template-home-cc .content_block_two::after {
    display: none;
  }
}
@media (max-width: 450px) {
  .business_template.page-template-template-accounting .semapohore_sub_title_desc_blok_image_text_list ul.block_image_text_list_four {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
  }
}
@media (max-width: 367px) {
  .client_testimonial_section__wrapper___row .client_test_2 .clent_image_box {
    height: 160px;
  }
}/*# sourceMappingURL=style.css.map */