/*
THEME NAME: Mega Theme
THEME URI:
DESCRIPTION: A theme that works with SiteOrigin's Pagebuilder
VERSION: 3.4
AUTHOR: Nathan Hartwell
For advanced functions, see http://lesscss.org/#overview
*/
/*This is the main container of the site, its width should control everything.*/
/* image aligning for blog posts */
/*This is to fix the stupid gravity forms name field*/
* {
  margin: 0;
  padding: 0;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}
.stretch {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}
input:not([type=checkbox],
[type=radio]) {
  -webkit-appearance: none;
}
strong {
  font-weight: 600;
}
html {
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
  width: 100%;
}
body {
  position: relative;
  font-family: 'aileron', sans-serif;
  width: 100%;
  font-size: 16px;
  color: #202020;
  background-color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 0 !important;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  overflow: visible !important;
}
body:not(.home) #full-header:not(.sticky) {
  background-color: rgba(0,0,0,0.6);
  backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
}
@media screen and (max-width:900px) {
  body:not(.home) #full-header:not(.sticky) {
    background-color: rgba(0,0,0,0.95);
  }
}
body.page-id-439 #full-header:not(.sticky) {
  background-color: rgba(0,0,0,0);
  backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
}
@media screen and (max-width:900px) {
  body.page-id-439 #full-header:not(.sticky) {
    background-color: rgba(0,0,0,0.95);
  }
}
a {
  color: #1a899d;
  text-decoration: none;
}
a:hover {
  color: #074f6a;
}
p {
  padding-bottom: 15px;
}
.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1300px) {
  .container {
    width: 100%;
  }
}
.inline-row {
  display: flex;
}
.inline-row.inline-center {
  justify-content: center;
}
.inline-row.inline-center > .panel-grid-cell {
  justify-content: center;
}
.inline-row.inline-just-end > .panel-grid-cell {
  justify-content: end;
}
.inline-row.w-divider > .panel-grid-cell .widget:not(:last-of-type) {
  border-right: 1px solid;
  padding-right: 15px;
}
.inline-row > .panel-grid-cell {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:900px) {
  .inline-row > .panel-grid-cell {
    flex-wrap: wrap;
  }
}
.inline-row.no-wrap > .panel-grid-cell {
  flex-wrap: nowrap !important;
}
.inline-list ul {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.inline-list ul li {
  list-style: none;
  margin: 0;
}
.inline-list.half ul {
  flex-wrap: wrap;
}
.inline-list.half ul li {
  flex-basis: 49%;
}
#full-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: rgba(0,0,0,0);
  backdrop-filter: blur(0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  transition: all 0.7s;
  /* Firefox 4 */
  -moz-transition: all 0.7s;
  /* Safari and Chrome */
  -webkit-transition: all 0.7s;
  /* Opera */
  -o-transition: all 0.7s;
}
@media screen and (max-width:900px) {
  #full-header {
    background-color: rgba(0,0,0,0.95);
  }
}
#full-header > #header > div {
  position: relative;
}
#full-header.sticky {
  background-color: rgba(0,0,0,0.6);
  backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.2);
}
@media screen and (max-width:900px) {
  #full-header.sticky {
    background-color: rgba(0,0,0,0.95);
  }
}
#full-header .top-header {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width:900px) {
  #full-header .top-header {
    position: relative;
  }
}
#full-header .top-header .social-media-button-container a {
  color: #000 !important;
}
#full-header .top-header a {
  color: #000;
}
#full-header .top-header p {
  padding-bottom: 0;
}
#full-header .top-header.inline-row {
  padding: 10px 15px;
}
#full-header .top-header.inline-row > .panel-grid-cell {
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width:900px) {
  #full-header .top-header.inline-row > .panel-grid-cell {
    justify-content: center !important;
  }
}
#full-header .top-header.inline-row > .panel-grid-cell > div:not(:first-of-type) {
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-left: 10px;
}
@media screen and (max-width:900px) {
  #full-header .main_head > .panel-grid-cell:first-of-type {
    width: 30%;
  }
}
#full-header .widget_maxmegamenu .mega-toggle-on .mega-indicator:after {
  content: '-' !important;
  line-height: 0 !important;
  font-size: 30px !important;
  font-family: sans-serif !important;
}
#full-header .widget_maxmegamenu .mega-menu-link {
  display: flex !important;
  align-items: center;
}
#full-header .widget_maxmegamenu .mega-menu-link .mega-indicator {
  color: #2FA3DD !important;
}
#full-header .widget_maxmegamenu .mega-sub-menu .textwidget a {
  color: #000 !important;
  text-decoration: none !important;
}
#full-header .widget_maxmegamenu .mega-sub-menu .checks ul li:before {
  content: "\2713  ";
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder strong {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder ul {
  padding: 0;
  margin: 0;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder ul li {
  list-style: none;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder .inline-row {
  padding: 0;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder .inline-row > .panel-grid-cell {
  justify-content: space-evenly;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder .inline-row > .panel-grid-cell > div {
  flex-basis: 100%;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder .inline-row > .panel-grid-cell > div .ow-button-base {
  padding: 0 15px;
}
#full-header .widget_maxmegamenu .mega-sub-menu .widget_siteorigin-panels-builder .inline-row > .panel-grid-cell > div .ow-button-base a {
  width: 100%;
  display: block;
}
@media screen and (max-width:900px) {
  #full-header .widget_maxmegamenu .mega-menu-toggle.mega-menu-open:before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 15px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
  }
}
@media screen and (max-width:900px) {
  #full-header .widget_maxmegamenu #mega-menu-header-menu {
    overflow-x: scroll;
    height: 80vh !important;
    margin-top: 30px;
  }
}
#full-header .inline-row {
  padding: 0 30px;
}
#full-header .inline-row > .panel-grid-cell {
  justify-content: space-between;
  display: flex !important;
  align-items: center;
}
#full-header .inline-row > .panel-grid-cell .widget_sow-social-media-buttons {
  margin-left: auto;
}
@media screen and (max-width:900px) {
  #full-header .inline-row > .panel-grid-cell .widget_sow-social-media-buttons {
    margin-left: unset;
  }
}
@media screen and (max-width:900px) {
  #full-header .lg-btns {
    display: none;
  }
}
#full-header .lg-btns .widget_siteorigin-panels-builder >div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#full-header .lg-btns .widget_siteorigin-panels-builder > div > .panel-layout {
  min-height: 300px;
  height: auto;
  background: rgba(0,0,0,0.7);
  position: relative;
}
#full-header .lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell {
  position: unset;
}
#full-header .lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell .textwidget p {
  font-size: 14px;
  line-height: 16px;
}
.mega-insurance.inline-row > .panel-grid-cell {
  flex-wrap: wrap;
}
.mega-insurance .inline-list ul {
  flex-wrap: wrap;
}
.mega-insurance .inline-list ul li {
  min-width: 48%;
}
@media screen and (max-width:900px) {
  .mega-insurance .inline-list ul li {
    width: 100%;
  }
}
.mega-insurance .inline-list ul li:before {
  content: "\2713  ";
  display: inline-block;
}
.social-media-button-container a {
  padding: 0;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  width: auto !important;
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1.5px;
  font-weight: 100;
}
@media screen and (max-width:900px) {
  .leftalign,
  .rightalign {
    float: none;
    width: 100%;
    padding: 30px;
  }
}
.leftalign {
  float: left;
  width: 30%;
  height: auto;
  padding: 20px 20px 20px 0;
}
.rightalign {
  float: right;
  width: 30%;
  height: auto;
  padding: 20px 0 20px 20px;
}
.leftalign {
  width: 50%;
}
.leftalign,
.alignleft {
  float: left;
  height: auto;
  padding: 0 20px 20px 0;
}
.rightalign {
  width: 50%;
}
.rightalign,
.alignright {
  float: right;
  height: auto;
  padding: 5px 0 20px 20px;
}
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.clear {
  clear: both;
}
.widget_siteorigin-panels-builder {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  margin-bottom: 3px;
  margin-top: 3px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.page-title h1 {
  padding: 30px;
}
.category_page .editor-tinymce {
  padding: 0;
}
.editor-tinymce {
  padding: 30px;
}
.main-side,
.main-sidebar {
  display: block;
  float: left;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box !important;
  /* Opera/IE 8+ */
  box-sizing: border-box !important;
}
@media screen and (max-width:900px) {
  .main-side,
  .main-sidebar {
    width: 100%;
    float: none;
  }
}
.main-side {
  width: 70%;
  padding: 30px;
}
.main-sidebar {
  width: 30%;
}
div.ginput_container_name span {
  padding-right: 0 !important;
  float: left;
  margin: 0 !important;
  width: 49.5% !important;
}
div.ginput_container_name span:first-child {
  margin-right: 1% !important;
}
.home-slider .plus {
  width: 150px;
  position: relative;
  left: -130px;
  bottom: -30px;
  z-index: 1;
}
@media screen and (max-width:900px) {
  .home-slider .plus {
    width: 80px;
    left: -60px;
    bottom: -30px;
  }
}
.home-slider h1 {
  z-index: 3;
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width:900px) {
  .home-slider h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .home-slider h1 br {
    display: none;
  }
}
.home-slider p {
  z-index: 3;
  font-size: 16px;
  line-height: 20px;
}
.sm_hero .panel-grid-cell {
  padding: 80px !important;
}
.sm_hero h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.hero {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media screen and (max-width:900px) {
  .hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.hero .panel-grid-cell {
  position: relative;
}
.hero .text-area {
  padding: 50px 150px;
}
@media screen and (max-width:900px) {
  .hero .text-area {
    padding: 50px;
  }
}
.hero .plus {
  width: 150px;
  position: absolute;
  left: 30px;
  top: -60px;
  z-index: 1;
}
@media screen and (max-width:900px) {
  .hero .plus {
    width: 50px;
    top: 0;
    margin: 0 auto;
  }
}
.hero h1 {
  z-index: 3;
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 15px;
  font-weight: 600;
}
.hero p {
  z-index: 3;
  font-size: 16px;
  line-height: 20px;
}
.lg-btns.inline-row {
  padding: 0 30px;
}
.lg-btns .widget_siteorigin-panels-builder {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}
.lg-btns .widget_siteorigin-panels-builder:hover {
  cursor: pointer;
}
.lg-btns .widget_siteorigin-panels-builder >div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lg-btns .widget_siteorigin-panels-builder > div > .panel-layout {
  height: 500px;
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%);
  position: relative;
}
.lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px !important;
}
.lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell .textwidget {
  color: #CEEDFD;
}
.lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell .textwidget h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 5px;
}
.lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell .widget_sow-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.lg-btns .widget_siteorigin-panels-builder > div > .panel-layout > div > .panel-grid-cell .widget_sow-icon a {
  background-color: #2FA3DD;
  color: #0068BD;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.indie_agent {
  background-color: #F5FAFC;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
  border-radius: 30px;
}
.indie_agent .sow-slide-nav-next {
  right: -15px !important;
}
.indie_agent .sow-slide-nav-prev {
  left: -15px !important;
}
.indie_agent .sow-slider-pagination {
  text-align: center !important;
}
.indie_agent .sow-accordion .sow-accordion-panel {
  margin-bottom: 0;
}
.indie_agent .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  padding: 0 15px 0 15px !important;
  font-weight: 700;
}
.indie_agent .sow-accordion .sow-accordion-panel .sow-accordion-panel-border {
  padding: 5px 15px !important;
}
.loop_reviews .slick-slide {
  padding: 15px;
}
.loop_reviews .review {
  background-color: #F5FAFC;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  padding: 30px;
  border-radius: 10px;
}
.loop_reviews .review .stars svg {
  fill: #2FA3DD !important;
}
.loop_reviews .slick-dots {
  bottom: -50px;
}
.loop_reviews .slick-dots li.slick-active button:before {
  background-color: #919191 !important;
}
.loop_reviews .slick-dots li button {
  opacity: 1 !important;
  position: relative;
  width: 15px !important;
  height: 15px !important;
}
.loop_reviews .slick-dots li button:hover:before {
  background-color: #919191 !important;
}
.loop_reviews .slick-dots li button:before {
  background-color: transparent !important;
  border: 2px solid #919191;
  position: absolute;
  opacity: 1 !important;
  top: 0;
  height: auto !important;
  width: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent !important;
  border-radius: 100%;
}
#footer .panel-row-style {
  padding: 30px 30px !important;
}
#footer h2 {
  font-family: 'aileron', sans-serif;
}
@media screen and (max-width:900px) {
  #footer h2 {
    text-align: center;
  }
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  list-style: none;
}
@media screen and (max-width:900px) {
  #footer ul li {
    text-align: center;
  }
}
#footer .social-media-button-container a {
  padding: 0;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  width: auto !important;
}
#footer .inline-list ul {
  gap: 0;
  justify-content: center;
}
#footer .inline-list li {
  padding: 0 5px;
}
#footer .inline-list li:not(:last-of-type)::after {
  content: '|';
  padding: 0 0 0 10px;
}
#footer .menu .sub-menu {
  display: none;
}
.insur_page_listing {
  padding: 80px 50px !important;
}
@media screen and (max-width:900px) {
  .insur_page_listing {
    padding: 50px 30px !important;
  }
}
.insur_page_listing > .panel-grid-cell {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-wrap: wrap;
  gap: 2%;
}
.insur_page_listing > .panel-grid-cell > div {
  flex-basis: 48%;
}
@media screen and (max-width:900px) {
  .insur_page_listing > .panel-grid-cell > div {
    flex-basis: 100%;
  }
}
.insur_page_listing > .panel-grid-cell > div .insur_type {
  padding: 15px;
}
.insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell {
  display: flex;
  justify-content: space-evenly;
  align-items: normal;
  gap: 30px;
}
.insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell > div:nth-child(1) {
  flex-basis: 30%;
}
@media screen and (max-width:900px) {
  .insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell > div:nth-child(1) {
    flex-basis: 20%;
  }
}
.insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell > div:nth-child(2) {
  flex-basis: 70%;
}
@media screen and (max-width:900px) {
  .insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell > div:nth-child(2) {
    flex-basis: 80%;
  }
}
.insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell h2 {
  font-weight: 700;
  padding-bottom: 10px;
}
.insur_page_listing > .panel-grid-cell > div .insur_type .panel-grid-cell img {
  width: auto !important;
  max-width: 80px !important;
  max-height: 80px !important;
  margin: 0 auto;
}
.card_container > .panel-grid-cell:not(.panel-grid-cell-empty) {
  padding: 50px !important;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.card_container > .panel-grid-cell:not(.panel-grid-cell-empty) .sow-image-container {
  padding: 15px;
}
.card_container > .panel-grid-cell:not(.panel-grid-cell-empty) .sow-image-container img {
  max-width: none;
  max-height: 100px;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.card_container > .panel-grid-cell:not(.panel-grid-cell-empty) .textwidget h2 {
  font-weight: 700;
  padding-bottom: 15px;
}
.card_container.light_blue > .panel-grid-cell:not(.panel-grid-cell-empty) {
  background-color: #F5FAFC;
}
@media screen and (max-width:900px) {
  .lg_btn_style.services > .panel-grid-cell:not(.panel-grid-cell-empty) > div {
    margin: 0 10%;
  }
}
.lg_btn_style > .panel-grid-cell:not(.panel-grid-cell-empty) > div {
  padding: 200px 50px 50px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}
.lg_btn_style > .panel-grid-cell:not(.panel-grid-cell-empty) > div:before {
  content: '';
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg_btn_style > .panel-grid-cell:not(.panel-grid-cell-empty) > div > div {
  position: relative;
  z-index: 99;
}
.lg_btn_style > .panel-grid-cell:not(.panel-grid-cell-empty) > div .textwidget {
  color: #fff;
}
.team_loop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
.team_loop .team,
.team_loop .team * {
  transition: all 0.2s;
  /* Firefox 4 */
  -moz-transition: all 0.2s;
  /* Safari and Chrome */
  -webkit-transition: all 0.2s;
  /* Opera */
  -o-transition: all 0.2s;
}
.team_loop .team {
  flex-basis: 21%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  transform: scale(1);
}
@media screen and (max-width:900px) {
  .team_loop .team {
    flex-basis: 48%;
  }
}
.team_loop .team::before {
  content: '';
  padding-top: 125%;
  display: block;
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%);
}
.team_loop .team:hover {
  cursor: default;
}
.team_loop .team .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  color: #F5FAFC;
}
.team_loop .team .cont .arrows {
  position: absolute;
  right: 15px;
  bottom: 20px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  transform: scale(1);
}
.team_loop .team .cont p {
  padding-bottom: 0;
}
.team_loop .team .cont .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width:900px) {
  .team_loop .team .cont .name {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width:900px) {
  .team_loop .team .cont .pos {
    font-size: 12px;
    line-height: 12px;
  }
}
.radio-box {
  margin: 80px 30px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}
.radio-box ul {
  padding-left: 15px;
  margin: 0;
}
