@charset "UTF-8";
.entry-header h1.entry-title {
  margin: 0 0 26px 0;
  font-family: "Mulish", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.post-thumbnail {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 60px;
}
.post-thumbnail img {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.post-description {
  margin-top: 60px;
}

.entry-thumbnail {
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 30px 0 30px 0;
}
.entry-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.entry-content {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  /*  ul li:before {
      content: "○";
      font-size: 24px;
      position: absolute;
      left: 0;
      color: #000000;
    }*/
  /*
  Audio tag
   */
}
.entry-content code {
  font-family: "Mulish", sans-serif;
}
.entry-content .tag-highlight {
  background: rgba(51, 57, 241, 0.1);
  border-radius: 6px;
  padding: 4px 6px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400 !important;
}
.entry-content .wp-video > a,
.entry-content .tenweb-audio-parent {
  display: none;
}
.entry-content .editors-choice:before {
  content: " ";
  display: block;
  width: 220px;
  height: 56px;
  margin-bottom: 20px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/img_editors_choice.png") no-repeat center center;
  background-size: contain;
}
.entry-content .aligncenter, .entry-content div.aligncenter {
  display: block;
  margin: 20px auto 15px auto;
}
.entry-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.entry-content .wp-caption {
  border-radius: 3px;
  text-align: center;
  max-width: 96%;
  clear: both;
}
.entry-content .wp-caption.alignleft {
  clear: none;
}
.entry-content .wp-caption p.wp-caption-text {
  padding: 0 4px 0;
  line-height: 17px;
  margin: 0;
  font-style: italic;
}
.entry-content mark, .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
.entry-content pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
  max-width: 100%;
  overflow: auto;
  padding: 20px 50px 20px 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  position: relative;
  line-height: 26px;
  pointer-events: auto;
  cursor: pointer;
}
.entry-content pre span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600 !important;
  opacity: 0.8;
}
.entry-content pre.clicked:before {
  display: block;
}
.entry-content pre:before {
  pointer-events: none;
  content: "Copied";
  position: absolute;
  padding: 8px 16px;
  border: 1px solid #EAEAEA;
  right: 50px;
  top: 13px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 6px;
  color: black;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  display: none;
}
.entry-content pre:hover:after {
  opacity: 1;
}
.entry-content pre:after {
  pointer-events: all;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0.5;
  cursor: pointer;
  background-image: url(../../../../../uploads/tenweb-theme/images/icons/copy_Icon.svg);
}
.entry-content blockquote {
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  font-weight: 700;
  border-left: 1px solid #000;
  padding: 10px 20px 5px;
  margin: 50px 0;
}
.entry-content dt {
  font-weight: 600;
}
.entry-content dd {
  margin-bottom: 20px;
}
.entry-content .custom-header-a img {
  width: 100%;
}
.entry-content .video {
  border-radius: 10px;
  overflow: hidden;
}
.entry-content iframe {
  max-width: 100%;
  width: 100%;
}
.entry-content b {
  font-weight: bold;
}
.entry-content .wp-caption img {
  margin-top: 6px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.entry-content .iframe img:not(.img_cta_button) {
  margin: 0;
}
.entry-content img:not(.img_cta_button):not(.device-icon) {
  margin-top: 38px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: block;
}
.entry-content .wp-caption > img:not(.img_cta_button) {
  margin-bottom: 10px;
}
.entry-content img.img_cta_button {
  width: auto;
}
.entry-content .tenweb-share-buttons {
  width: 215px;
  float: none;
  margin-left: auto;
  margin-top: 17px;
}
.entry-content table:not(.table-intro):not(.comparison_table table):not(.roles_table table) {
  border-collapse: collapse;
}
.entry-content table:not(.table-intro):not(.comparison_table table):not(.roles_table table) tr:first-child td, .entry-content table:not(.table-intro):not(.comparison_table table):not(.roles_table table) th {
  border-bottom: 1px solid rgb(0, 0, 0);
  width: 195px;
  text-align: center;
  vertical-align: middle;
  padding: 22px 25px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
}
.entry-content ul,
.entry-content ol {
  list-style-position: inside;
  margin-bottom: 18px;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol.green,
.entry-content ol.blue,
.entry-content ol.black {
  counter-reset: item;
  list-style-type: none;
  padding-left: 30px;
}
.entry-content ol.green[start="2"],
.entry-content ol.blue[start="2"],
.entry-content ol.black[start="2"] {
  counter-reset: item 1;
}
.entry-content ol.green[start="3"],
.entry-content ol.blue[start="3"],
.entry-content ol.black[start="3"] {
  counter-reset: item 2;
}
.entry-content ol.green[start="4"],
.entry-content ol.blue[start="4"],
.entry-content ol.black[start="4"] {
  counter-reset: item 3;
}
.entry-content ol.green[start="5"],
.entry-content ol.blue[start="5"],
.entry-content ol.black[start="5"] {
  counter-reset: item 4;
}
.entry-content ol.green[start="6"],
.entry-content ol.blue[start="6"],
.entry-content ol.black[start="6"] {
  counter-reset: item 5;
}
.entry-content ol.green[start="7"],
.entry-content ol.blue[start="7"],
.entry-content ol.black[start="7"] {
  counter-reset: item 6;
}
.entry-content ol.green[start="8"],
.entry-content ol.blue[start="8"],
.entry-content ol.black[start="8"] {
  counter-reset: item 7;
}
.entry-content ol.green[start="9"],
.entry-content ol.blue[start="9"],
.entry-content ol.black[start="9"] {
  counter-reset: item 8;
}
.entry-content ol.green[start="10"],
.entry-content ol.blue[start="10"],
.entry-content ol.black[start="10"] {
  counter-reset: item 9;
}
.entry-content ol.green > li,
.entry-content ol.blue > li,
.entry-content ol.black > li {
  position: relative;
  margin-bottom: 5px !important;
}
.entry-content ol.green > li:before,
.entry-content ol.blue > li:before,
.entry-content ol.black > li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: -35px;
  top: 5px;
}
.entry-content ol.green > li:before {
  background: #008A62 0% 0% no-repeat;
  color: #FFFFFF;
}
.entry-content ol.blue > li:before {
  background: rgba(33, 96, 181, 0.1);
  color: #2160B5;
}
.entry-content ol.black > li:before {
  background: rgb(0, 0, 0);
  color: #FFFFFF;
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: -35px;
  top: 6px;
}
.entry-content .youtube-subscribe iframe {
  border-radius: 0;
}
.entry-content a {
  color: #3339f1;
}
.entry-content a:visited {
  text-decoration: none;
  outline: none;
  color: #3339f1;
}
.entry-content a:focus, .entry-content a:active {
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content a img.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .link-default-underlined {
  color: #2160B5;
  text-decoration: underline;
}
.entry-content .link-default-underlined:hover,
.entry-content .link-not-underlined:hover {
  color: #2160B5;
  text-decoration: underline;
  cursor: pointer;
}
.entry-content .numbered-list-blue {
  color: #2160B5;
}
.entry-content .numbered-list-black {
  color: #000000;
}
.entry-content .dotted-devider {
  background-image: url(../../../../../uploads/tenweb-theme/images/editor_style/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px 0;
  line-height: 0.5;
}
.entry-content .link-not-underlined {
  color: #2160B5;
  text-decoration: none;
}
.entry-content h3,
.entry-content h4 {
  opacity: 1;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.entry-content h2 {
  font-weight: 800;
  font-family: "Mulish", sans-serif;
}
.entry-content h3 span,
.entry-content h4 span {
  font-weight: 700 !important;
}
.entry-content h2 {
  font-size: 40px;
  line-height: 60px;
}
.entry-content h2 span {
  font-weight: 800 !important;
}
.entry-content h2 a:after {
  content: "";
  background-image: url(../../../../../uploads/tenweb-theme/images/icons/link_to_go.svg);
  background-size: 32px;
  width: 32px;
  height: 32px;
  top: 10px;
  position: absolute;
}
.entry-content h2, .entry-content h3 {
  color: #3339F1;
}
.entry-content h2 a, .entry-content h2 a:visited, .entry-content h3 a, .entry-content h3 a:visited {
  position: relative;
  text-decoration: underline;
  color: #3339F1;
}
.entry-content h2 a:hover, .entry-content h3 a:hover {
  text-decoration: none;
}
.entry-content h3 {
  font-size: 34px;
  line-height: 54px;
}
.entry-content h3 a:after {
  content: "";
  background-image: url(../../../../../uploads/tenweb-theme/images/icons/link_to_go.svg);
  background-size: 26px;
  width: 26px;
  height: 26px;
  top: 10px;
  position: absolute;
}
.entry-content h4 {
  font-size: 22px;
  line-height: 32px;
}
.entry-content p {
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
}
.entry-content p.newLine {
  margin: 0;
}
.entry-content p + p {
  margin-top: 50px;
}
.entry-content p span {
  font-weight: 300 !important;
}
.entry-content iframe {
  border-radius: 10px;
}
.entry-content h2 + .faq-shortcode {
  margin-top: 30px;
}
.entry-content p.iframe {
  margin: 60px 0;
}
.entry-content p a {
  font-size: 20px;
}
.entry-content ul li:not(:last-child),
.entry-content ol li:not(:last-child) {
  margin-bottom: 6px;
}
.entry-content ul:not(.new-list),
.entry-content ol:not(.new-list) {
  font-size: 20px;
  line-height: 34px;
  margin: 40px 0 40px 12px;
}
.entry-content ul {
  position: relative;
  padding-left: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
.entry-content ul li, .entry-content ol li {
  font-weight: 300 !important;
}
.entry-content ul li span, .entry-content ol li span {
  font-weight: 300 !important;
}
.entry-content p + h3 {
  margin-top: 80px;
}
.entry-content p + h2 {
  margin-top: 100px;
}
.entry-content .faq-shortcode + h2 {
  margin-top: 100px;
}
.entry-content h2 + h3,
.entry-content h3 + h4 {
  margin-top: 30px;
}
.entry-content p + h4 {
  margin-top: 40px;
}
.entry-content h2 + p, .entry-content h2 + .iframe {
  margin-top: 30px;
}
.entry-content h3 + p, .entry-content h3 + .iframe {
  margin-top: 20px;
}
.entry-content h4 + p, .entry-content h4 + .iframe {
  margin-top: 16px;
}
.entry-content .strong {
  font-weight: 600;
  opacity: 1;
}
.entry-content .iframe + h2,
.entry-content .iframe + h3,
.entry-content .iframe + h4 {
  margin-top: 0;
}
.entry-content audio {
  display: none !important;
}
.entry-content ol li.blue {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-left: 22px;
}
.entry-content ol li.blue:before {
  color: #2160B5;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.entry-content .youtube_embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 50px 0;
}
.entry-content .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .fm-form .wdform_column {
  width: 100% !important;
}
.entry-content .wdform-element-section:before {
  display: none !important;
}
.entry-content br {
  display: none;
}
.entry-content .table-intro-wrap {
  border: 1px solid #000;
  border-radius: 6px;
}
.entry-content .table-intro-wrap .table-intro {
  text-align: left;
  color: #000;
  /* tr {
     &:last-child {
       td {
         div {
           border-bottom: none;
         }
       }
     }
     th {
       font-size: 16px;
       font-weight: 800;
       line-height: 22px;
       padding: 20px;
       border-bottom: 1px solid #000;
       &:first-child {
         width: 330px;
         border-right: 1px solid #000;
       }
       &:last-child {
         width: 450px;
       }
     }
     td {
       font-size: 14px;
       line-height: 20px;
       font-weight: 400;
       position: relative;
       &:first-child {
         border-right: 1px solid #000;
       }
       > div {
         padding: 20px;
         border-bottom: 1px solid #EAEAEA;
         height: 79px;
         box-sizing: border-box;
         display: inline-flex;
         align-items: center;
         vertical-align: middle;
         width: 100%;
         > span {
           max-width: 266px;
           display: inline-flex;
           max-height: 40px;
           color: #3339F1;
           font-weight: 700;
           &:after {
             content: '';
             background-image: url(../../../../../uploads/tenweb-theme/images/icons/arrow-blk.svg);
             background-size: 16px;
             width: 16px;
             height: 16px;
             top: calc(50% - 8px);
             right: 20px;
             position: absolute;
           }
         }
       }
     }
   }*/
}
.entry-content .table-intro-wrap .table-intro .table-row {
  display: flex;
  justify-content: flex-start;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data.table-header {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  border-bottom: 1px solid #000;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child {
  border-right: 1px solid #000;
  width: 43%;
  display: flex;
  align-items: center;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child > span {
  max-width: 93%;
  display: inline-flex;
  max-height: 40px;
  color: #3339F1;
  font-weight: 700;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child:not(.table-header):after {
  content: "";
  background-image: url(../../../../../uploads/tenweb-theme/images/icons/arrow-blk.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 20px;
  position: absolute;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:last-child {
  width: 57%;
}
.entry-content .new-list {
  margin: 10px 0 40px 0;
  position: relative;
  list-style-type: disc;
  list-style-position: outside;
}
.entry-content .new-list li::marker {
  color: #3339F1;
}
.entry-content .new-list li {
  position: relative;
  margin-left: 14px;
}
.entry-content .competitors-two-images {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}
.entry-content .competitors-two-images img {
  width: 378px;
  margin: 0;
}

.wds_select {
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: none;
  line-height: 0;
}

.wds_select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #ffffff transparent transparent transparent;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 10px);
}

.wds_select a {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  padding-top: 9px;
  padding-left: 11px;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
