@font-face {
  font-family: 'Segoe UI';
  src: url("assets/fonts/Regular.eot");
  src: url("assets/fonts/Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Regular.woff") format("woff"), url("assets/fonts/Regular.woff2") format("woff2"), url("assets/fonts/Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Segoe UI';
  src: url("assets/fonts/Bold.eot");
  src: url("assets/fonts/Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Bold.woff") format("woff"), url("assets/fonts/Bold.woff2") format("woff2"), url("assets/fonts/Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("assets/fonts/Light.eot");
  src: url("assets/fonts/Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Light.woff") format("woff"), url("assets/fonts/Light.woff2") format("woff2"), url("assets/fonts/Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("assets/fonts/Semi-Bold.eot");
  src: url("assets/fonts/Semi-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Semi-Bold.woff") format("woff"), url("assets/fonts/Semi-Bold.woff2") format("woff2"), url("assets/fonts/Semi-Bold.ttf") format("truetype");
  font-weight: 600;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Segoe UI";
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1.4vw;
}

@media (min-width: 320px) and (max-width: 1024px) {
  body {
    line-height: 22px;
  }
}


.footer-law-link
{
display: none;
}

.full-container {
  background-color: #fff;
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .full-container {
    background-color: #FBFBFB;
  }
}

.full-container * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.full-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 450px;
  top: 0;
  background-color: #F5F5F5;
  z-index: 0;
}

.main-content {
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  background-color: #fff;
  font-family: "Segoe UI";
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1.4vw;
}

@media (max-width: 1279px) {
  .main-content {
    padding: 0 41px;
  }
}

@media (max-width: 767px) {
  .main-content {
    padding: 0 20px;
  }
}

@media (max-width: 539px) {
  .main-content {
    padding: 0 20px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content {
    line-height: 22px;
  }
}

.main-content a {
  text-decoration: none;
  color: #373737;
}

.main-content li {
  list-style: none;
}

.main-content #filter-form {
  margin-bottom: 39px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-content #filter-form .select-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 75%;
}

.main-content #filter-form .select-form select:not(:last-child) {
  margin-right: 27px;
}

.main-content #filter-form .select-form span {
  display: block;
  width: 15%;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content #filter-form .select-form span {
    font-size: 16px;
  }
}

.main-content #filter-form .select-form select {
  font-family: "Segoe UI";
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  line-height: 1.4vw;
  cursor: pointer;
  border-radius: 2px;
  background: url("./assets/img/down-arrow-white.png") no-repeat;
  background-size: 16px;
  background-position: right 10px center;
  background-color: #333333;
  color: #fff;
  padding: 14px 35px 14px 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40%;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content #filter-form .select-form select {
    line-height: 22px;
  }
}

.main-content #filter-form .select-form select::-ms-expand {
  display: none;
  outline: none;
}

.main-content #filter-form .select-form select:focus, .main-content #filter-form .select-form select:hover {
  border: none;
  box-shadow: none;
  outline: none;
}

.main-content #filter-form .select-form select:disabled {
  background-color: #f3f2f1;
  border-color: transparent;
  color: #a19f9d;
}

.main-content #filter-form input {
  width: 25%;
  margin-right: 17px;
}

.main-content input[name="search"] {
  border-radius: 2px;
  padding: 13px 13px 13px 44px;
  font-family: "Segoe UI";
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  line-height: 1.4vw;
  background: url("./assets/img/search.png") no-repeat;
  background-size: 16px;
  background-position: left 15px center;
  background-color: rgba(64, 64, 64, 0.08);
  border: none;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content input[name="search"] {
    line-height: 22px;
  }
}

.main-content input[name="search"]:focus, .main-content input[name="search"]:hover {
  border: none;
  box-shadow: none;
  outline: none;
}

.main-content input[name="search"]:disabled {
  background-color: #f3f2f1;
  border-color: transparent;
  color: #a19f9d;
}

.main-content ::placeholder {
  color: #333333;
  opacity: 1;
  /* Firefox */
}

.main-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

.main-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}

.main-content h3 {
  font-family: "Segoe UI";
  color: #333333;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  line-height: 1.4vw;
  margin-top: 0;
  letter-spacing: 0px;
  line-height: 3vw;
  margin-bottom: 15.5px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content h3 {
    line-height: 22px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content h3 {
    line-height: 58px;
  }
}

.main-content .editor-pick-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-content .editor-pick-wrapper .sidebar {
  background-color: #fff;
  width: 100%;
  margin-right: 66px;
  max-width: 397px;
}

@media (min-width: 1025px) {
  .main-content .editor-pick-wrapper .sidebar {
    min-width: 397px;
  }
}

.main-content .editor-pick-wrapper article {
  width: 100%;
  padding-top: 12px;
}

.main-content .loadmore-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
}

@media (max-width: 1024px) {
  .main-content .loadmore-container {
    margin-bottom: 46px;
  }
}

.main-content .loadmore-container .loaded-article {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.main-content .loadmore-container .loaded-article > div:not(:last-child) {
  margin-right: 38px;
}

.main-content .loadmore-container .loaded-article > div {
  position: relative;
  width: calc(100% / 2 - 23px);
  margin: 0 38px 40px 0;
  background-color: #fff;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
  width: calc(100% / 3 - 26px);
}

.main-content .loadmore-container .loaded-article > div .card-label {
  position: absolute;
  top: 18px;
  left: 14px;
  background-color: rgba(23, 23, 23, 0.88);
  color: #fff;
  padding: 7px 15px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .loadmore-container .loaded-article > div .card-label {
    font-size: 16px;
  }
}

@media (max-width: 539px) {
  .main-content .loadmore-container .loaded-article > div .card-label {
    font-size: 11px;
  }
}

.main-content .loadmore-container .loaded-article > div:nth-child(3) {
  margin-right: 0;
}

.main-content .loadmore-container .loaded-article > div .post-thumbnail {
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  overflow: hidden;
}

.main-content .loadmore-container .loaded-article > div .post-thumbnail img {
  display: block;
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  object-fit: cover;
}

.main-content .loadmore-container .loaded-article > div .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.main-content .loadmore-container .loaded-article > div .post-thumbnail.compact-object-fit img {
  display: none;
}

.main-content .loadmore-container .loaded-article > div .post-text {
  box-sizing: border-box;
  padding: 27px 30px 15px 30px;
  position: relative;
  min-height: 203px;
  max-height: 203px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-content .loadmore-container .loaded-article > div .post-text {
    min-height: 201px;
    max-height: 201px;
  }
}

.main-content .loadmore-container .loaded-article > div .post-text .published-date span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.58vw;
}

@media (max-width: 539px) {
  .main-content .loadmore-container .loaded-article > div .post-text .published-date span {
    font-size: 10px;
  }
}

.main-content .loadmore-container .loaded-article > div .post-text h2 {
  min-height: 78px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.81px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.main-content .loadmore-container .loaded-article > div .post-text h2:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .loadmore-container .loaded-article > div .post-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 539px) {
  .main-content .loadmore-container .loaded-article > div .post-text h2 {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  background-color: #fbfbfb;
  justify-content: space-between;
  align-items: center;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1vw;
}

@media (max-width: 767px) {
  .main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer {
    padding: 0 10px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer {
    line-height: 16px;
  }
}

@media (max-width: 539px) {
  .main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer {
    font-size: 10px;
  }
}

.main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer .post-author {
  margin-right: 20px;
}

.main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer .reading-time {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.main-content .loadmore-container .loaded-article > div .post-text .thumbnail-footer .reading-time span {
  padding-left: 8px;
  white-space: nowrap;
}

@media (max-width: 539px) {
  .main-content .loadmore-container .loaded-article > div {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .main-content .loadmore-container .loaded-article > div .post-thumbnail,
  .main-content .loadmore-container .loaded-article > div .post-text {
    width: 100%;
  }
  .main-content .loadmore-container .loaded-article > div .post-text {
    padding: 27px 10px 15px 10px;
    margin: 0;
  }
  .main-content .loadmore-container .loaded-article > div .post-text .card-label {
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 1025px) {
  .main-content .loadmore-container .loaded-article > div:nth-child(3n) {
    margin-right: 0;
  }
}

.main-content .loadmore-container .loaded-article .no-thumbnail {
  background-color: #333;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-thumbnail {
  min-height: 450px;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-text .published-date span {
  color: #fff;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-text h2 {
  color: #fff;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-text .thumbnail-footer {
  background: #333;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-text .thumbnail-footer .post-author a {
  color: #fff;
}

.main-content .loadmore-container .loaded-article .no-thumbnail .post-text .thumbnail-footer span {
  color: #fff;
}

.main-content .loadmore-container .loadmore {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1;
  padding: 8px;
  color: #323130;
  background-color: #2d2d2d;
  border: none;
  margin-top: 8px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.main-content .loadmore-container .loadmore:hover, .main-content .loadmore-container .loadmore:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.main-content .loadmore-container .loadmore:disabled {
  background-color: #ced4da;
  color: #4b4b4b;
  opacity: 0.6;
  cursor: not-allowed;
}

.main-content .loadmore-container .loadmore img {
  opacity: 0.38;
}

.main-content .loadmore-container .loadmore:hover img {
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.main-content .loadmore-container .loadmore.loadmore-btn-btm {
  display: none;
}

.main-content .editor-pick-tab-version {
  display: none;
}

.main-content section.popular-posts-wrapper {
  margin-bottom: 151px;
}

@media (max-width: 1024px) {
  .main-content section.popular-posts-wrapper {
    margin-bottom: 12px;
  }
}

.main-content section.popular-posts-wrapper h3 {
  font-family: "Segoe UI";
  color: #333333;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  line-height: 1.4vw;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  letter-spacing: -1.38px;
  line-height: 2.7vw;
  margin-bottom: 66px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content section.popular-posts-wrapper h3 {
    line-height: 22px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content section.popular-posts-wrapper h3 {
    line-height: 42px;
  }
}

.main-content section.popular-posts-wrapper h3::after, .main-content section.popular-posts-wrapper h3::before {
  content: '';
  display: block;
  margin-left: 25px;
  align-self: center;
  max-width: 256px;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

.main-content section.popular-posts-wrapper h3::before {
  margin: 0 25px 0 0;
}

.trending-topics-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 110px;
  box-sizing: border-box;
  padding: 152px 0 125px 0;
  font-family: "Segoe UI";
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1.4vw;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .trending-topics-section {
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .trending-topics-section {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 52px;
    padding-bottom: 20px;
  }
}

.secondary-menu-wrapper {
  display: none;
  width: auto;
  justify-content: space-between;
  align-items: center;
}

.secondary-menu-wrapper h3 {
  display: none;
  font-size: 23px;
  width: 100%;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
}

.secondary-menu-wrapper h3:after {
  max-width: 7vw;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  opacity: .23;
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .secondary-menu-wrapper h3:after {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 430px) {
  .secondary-menu-wrapper h3:after {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 402px) {
  .secondary-menu-wrapper h3:after {
    max-width: 10vw;
  }
}

@media only screen and (max-width: 378px) {
  .secondary-menu-wrapper h3 {
    font-size: 21px;
  }
  .secondary-menu-wrapper h3:after {
    max-width: 7vw;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .secondary-menu-wrapper {
    display: flex;
  }
}

.secondary-menu-wrapper.active {
  width: 100%;
}

.secondary-menu-wrapper.active h3 {
  display: inline-block;
}

.secondary-toggle-menu-btn {
  display: none;
}

@media (max-width: 1024px) {
  .secondary-toggle-menu-btn {
    display: block;
    height: 48px;
    width: 54px;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .secondary-toggle-menu-btn .line {
    display: block;
    height: 1px;
    width: 28px;
    margin: 0 auto;
    background: #fff;
    position: relative;
  }
  .secondary-toggle-menu-btn .line:before, .secondary-toggle-menu-btn .line:after {
    content: "";
    display: block;
    height: 1px;
    width: 28px;
    background: #fff;
    position: absolute;
  }
  .secondary-toggle-menu-btn .line:before {
    top: -5px;
  }
  .secondary-toggle-menu-btn .line:after {
    top: 5px;
  }
  .secondary-toggle-menu-btn.active {
    border: 1px solid rgba(151, 151, 151, 0.12);
    background-color: #FFFFFF;
  }
  .secondary-toggle-menu-btn.active .line {
    background-color: #404040;
    transform: rotate(45deg);
  }
  .secondary-toggle-menu-btn.active .line::before {
    transform: rotate(-90deg);
    top: 0;
    background-color: #404040;
  }
  .secondary-toggle-menu-btn.active .line::after {
    display: none;
  }
}

.single-main-content
.mpc-post-url {
    float: right;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 24px !important;
    height: auto;
    width: 40%;
    margin-right: 25%;
}
@media screen and (min-width: 860px) {
.c-uhf-menu>button:after {
    top: 11px;
}
}


 .gt_switcher {
   width: 210px  !important;
   line-height: 1.5 !important;
 .gt_option {
    height: 370px !important;
    line-height: 26px;
    max-height: 418px !important;
    width: 234px !important;
}
.gt_selected a {
    width: 200px !important;
    line-height: 1.5;
 }

}

.gt_switcher_wrapper {
    right: 65px !important;

.gt_selector {
height: 35px !important;
width: 198px !important;
}
}



/*# sourceMappingURL=style.css.map */