*, *::before, *::after {
  box-sizing : border-box;
  }
  .noselect {
  user-select : none;
  }
  html {
  margin : 0;
  height : 100%;
  width : 100%;
  font-family : sans-serif;
  line-height : 1.15;
  }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display : block;
  }
  body {
  margin : 0;
  height : 100%;
  width : 100%;
  font-size : 1rem;
  font-weight : 400;
  line-height : 1.5;
  text-align : left;
  background-color : #f0f0f0;
  }
  .review-link {
  border-top : 2px solid rgb(158, 158, 158);
  width : 100%;
  margin : 10px 30px;
  text-align : center;
  padding : 20px;
  }
  .review-link a {
  border : #16864b solid 2px;
  color : #16864b;
  font-weight : 600;
  }
  #loader {
  display : none;
  position : fixed;
  background-color : white;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  z-index : 10000;
  }
  #wrapper {
  position : absolute;
  bottom : 1px;
  left : 0;
  width : 100%;
  text-align : center;
  }
  #wrapper p {
  text-align : center;
  font-size : 14px;
  color : #056467;
  }
  .avn-skeleton > * {
  animation : avnSkeleton 0.125s ease-out forwards;
  }
  .avn-skeleton-icon-lines {
  top : 0.25rem;
  }
  .avn-skeleton-loader {
  position : absolute;
  bottom : 0;
  left : 0;
  width : 100%;
  height : 0.9rem;
  background-color : rgb(9 167 83);
  background-image : linear-gradient(to right, rgb(0, 0, 0, 0) 0%, rgb(255, 255, 255, 0.65) 50%, rgb(0, 0, 0, 0) 100%);
  background-repeat : no-repeat;
  animation : avnSkeletonLoader 1.5s ease-in-out infinite;
  }
  @keyframes avnSkeleton {
  0% {
  opacity : 0;
  }
  100% {
  opacity : 1;
  }
  }
  @keyframes avnSkeletonIcon {
  0% {
  transform : scaleX(0);
  opacity : 0;
  }
  100% {
  transform : scaleX(1);
  opacity : 1;
  }
  }
  @keyframes avnSkeletonLoader {
  0% {
  background-size : 0% 100%;
  background-position-x : 0;
  }
  25% {
  background-size : 50% 100%;
  }
  50% {
  background-position-x : 50%;
  }
  75% {
  background-size : 50% 100%;
  }
  100% {
  background-size : 0% 100%;
  background-position-x : 100%;
  }
  }
  hr {
  box-sizing : content-box;
  height : 0;
  overflow : visible;
  }
  h1, h2, h3, h4, h5, h6 {
  margin-top : 0;
  margin-bottom : 0.5rem;
  }
  p {
  margin-top : 0;
  margin-bottom : 1rem;
  }
  ol, ul, dl {
  margin-top : 0;
  margin-bottom : 1rem;
  }
  ol ol, ul ul, ol ul, ul ol {
  margin-bottom : 0;
  }
  b, strong {
  font-weight : bolder;
  }
  a {
  color : #16864b;
  text-decoration : none;
  background-color : transparent;
  }
  img {
  vertical-align : middle;
  border-style : none;
  }
  svg {
  overflow : hidden;
  vertical-align : middle;
  }
  label {
  display : inline-block;
  margin-bottom : 0.5rem;
  }
  button {
  border-radius : 0;
  }
  button:focus {
  outline : 1px dotted;
  }
  input, button, select, optgroup, textarea {
  margin : 0;
  font-family : inherit;
  font-size : inherit;
  line-height : inherit;
  }
  button, input {
  overflow : visible;
  }
  button, select {
  text-transform : none;
  }
  button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor : pointer;
  }
  input[type="radio"], input[type="checkbox"] {
  box-sizing : border-box;
  padding : 0;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom : 0.5rem;
  font-weight : 500;
  line-height : 1.2;
  }
  h1, .h1 {
  font-size : 2.5rem;
  }
  h2, .h2 {
  font-size : 2rem;
  }
  h3, .h3 {
  font-size : 1.75rem;
  }
  h4, .h4 {
  font-size : 1.5rem;
  }
  h5, .h5 {
  font-size : 1.25rem;
  }
  h6, .h6 {
  font-size : 1rem;
  }
  hr {
  margin-top : 1rem;
  margin-bottom : 1rem;
  border : 0;
  border-top : 1px solid rgb(0, 0, 0, 0.1);
  }
  .list-inline {
  padding-left : 0;
  list-style : none;
  }
  .list-inline-item {
  display : inline-block;
  }
  .list-inline-item:not(:last-child) {
  margin-right : 0.5rem;
  }
  .container {
  width : 100%;
  padding-right : 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left : auto;
  }
  @media (min-width: 576px) {
  .container {
  max-width : 540px;
  }
  }
  @media (min-width: 768px) {
  .container {
  max-width : 720px;
  }
  }
  @media (min-width: 992px) {
  .container {
  max-width : 960px;
  }
  }
  @media (min-width: 1200px) {
  .container {
  max-width : 1140px;
  }
  }
  .container-fluid {
  width : 100%;
  padding-right : 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left : auto;
  }
  .row {
  display : flex;
  flex-wrap : wrap;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position : relative;
  width : 100%;
  padding-right : 15px;
  padding-left : 15px;
  }
  .col-12 {
  flex : 0 0 100%;
  max-width : 100%;
  }
  .resp-sharing-button__link {
  text-decoration : none;
  color : #fff;
  margin : 0 0.5em;
  }
  .resp-sharing-button__link svg {
  width : 0.8em;
  height : 0.8em;
  margin-right : 0.4em;
  vertical-align : middle;
  fill : #16864b;
  }
  .social-menu .resp-sharing-button__link svg {
  width : 1em;
  height : 1em;
  fill : #fff;
  }
  .social-menu {
  margin : 0.5em;
  }
  .navbar-brand > h2 > span {
  color : black;
  font-size : 1.5rem;
  margin-left : 3px;
  }
  #google_translate_element img {
  display : none;
  }
  .goog-te-gadget-simple {
  border : none !important ;
  }
  .goog-te-menu2 {
  max-width : 100%;
  }
  .goog-te-menu-value span:nth-child(5) {
  display : none;
  }
  .goog-te-menu-value span:nth-child(3) {
  border : none !important ;
  font-family : 'Material Icons';
  }
  .goog-te-menu-value {
  color : #16864b !important ;
  }
  .goog-te-menu-frame {
  width : 100%;
  top : 70px !important ;
  }
  .goog-te-menu-frame #document html body {
  overflow : auto !important ;
  }
  .goog-tooltip {
  display : none !important ;
  }
  .goog-tooltip:hover {
  display : none !important ;
  }
  .goog-text-highlight {
  background-color : transparent !important ;
  border : none !important ;
  box-shadow : none !important ;
  }
  .goog-te-banner-frame.skiptranslate {
  display : none !important ;
  }
  body {
  top : 0 !important ;
  }
  @media print {
  #google_translate_element {
  display : none;
  }
  }
  .terms__string {
  color : #f7f5f5;
  font-size : 10px;
  margin-bottom : 20px;
  }
  #frContent {
  min-height : 100%;
  width : 100%;
  }
  .terms__string a {
  color : white;
  text-decoration : underline;
  }
  .intro h2, .intro h3, .intro h4 {
  font-size : 1.3rem;
  text-align : center;
  margin-top : 20px;
  }
  .center {
  text-align : center;
  }
  .padx20 {
  padding-left : 20px;
  padding-right : 20px;
  }
  .paste-icon {
  color : #16864b;
  vertical-align : middle;
  cursor : pointer;
  position : absolute;
  top : 10px;
  right : 10px;
  width : 24px;
  height : 24px !important ;
  }
  #how_to {
  border : none;
  width : 100%;
  min-height : 400px;margin-left: auto;
  margin-right: auto;
  }
  .logo-icon {
  height : 28px;
  width : 37px;
  }
  .list {
  list-style : disc outside;
  width : 100%;
  margin-top : 1.5rem;
  margin-bottom : 1rem;
  display : flex;
  flex-wrap : wrap;
  }
  .list li {
  width : 100%;
  padding-bottom : 0.5rem;
  padding-top : 0.5rem;
  font-size : 12px;
  text-align : left;
  }
  @media (min-width: 999px) {
  .list li {
  flex : 0 0 50%;
  max-width : 50%;
  }
  }
  .list a {
  color : black;
  }
  .rating-warp {
  margin-bottom : 10px;
  }
  .rating {
  display : inline-block;
  }
  .rating-stars {
  display : inline-block;
  vertical-align : top;
  font-size : 0;
  position : relative;
  white-space : nowrap;
  height : 30px;
  }
  .rating-sml .rating-stars i {
  width : 22px;
  height : 30px;
  text-indent : -99999px;
  background-size : 16px auto;
  }
  .rating-stars i {
  display : inline-block;
  vertical-align : top;
  width : 32px;
  height : 30px;
  text-indent : -999999px;
  background-size : 26px auto;
  background-repeat : no-repeat;
  background-position : center center;
  background-image : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojREREREREfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==);
  }
  .rating-current-stars {
  position : absolute;
  top : 0;
  left : 0;
  overflow : hidden;
  width : 100%;
  pointer-events : none;
  transition : width 0.2s ease-out;
  }
  .rating-stars i.active {
  background-image : url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZjk5ODRifTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==);
  }
  .rating-count {
  display : inline-block;
  vertical-align : bottom;
  cursor : pointer;
  margin-left : 6px;
  margin-right : 6px;
  }
  .rating-count a {
  color : black;
  }
  .footer li {
  list-style : none;
  }
  .footer li a {
  color : black;
  }
  .footer-bottom {
  padding : 10px 0;
  border-top : 1px solid #464041;
  font-weight : 300;
  text-align : center;
  clear : both;
  color : #eee;
  background-color : #0579b3;
  }
  #plugin_win p, #plugin_and p {
  margin-bottom : 20px;
  font-size : 12px;
  }
  #p_intro {
  margin-top : 20px;
  }
  .bookmarklet {
  border : dotted 2px;
  color : #757272;
  padding : 10px 30px;
  position : relative;
  text-decoration : none;
  z-index : 10;
  margin-bottom : 20px;
  display : inline-block;
  }
  #bookmarklet:hover {
  color : #757e79;
  text-decoration : none;
  }
  svg:not(:root).svg-inline--fa {
  overflow : visible;
  }
  .svg-inline--fa {
  display : inline-block;
  font-size : inherit;
  height : 1em;
  overflow : visible;
  vertical-align : -0.125em;
  }
  @media (min-width: 992px) {
  .col-lg {
  flex-basis : 0;
  flex-grow : 1;
  max-width : 100%;
  }
  .col-lg-auto {
  flex : 0 0 auto;
  width : auto;
  max-width : 100%;
  }
  .col-lg-1 {
  flex : 0 0 8.3333333333%;
  max-width : 8.3333333333%;
  }
  .col-lg-2 {
  flex : 0 0 16.6666666667%;
  max-width : 16.6666666667%;
  }
  .col-lg-3 {
  flex : 0 0 25%;
  max-width : 25%;
  }
  .col-lg-4 {
  flex : 0 0 33.3333333333%;
  max-width : 33.3333333333%;
  }
  }
  .form-control {
  display : block;
  width : 100%;
  height : calc(1.5em + 0.75rem + 2px);
  padding : 0.375rem 0.75rem;
  font-size : 1rem;
  font-weight : 400;
  line-height : 1.5;
  background-color : #fff;
  background-clip : padding-box;
  border : #d9dce1 solid 1px;
  border-radius : 0.25rem;
  transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control::-webkit-input-placeholder {
  color : #adb4c0;
  opacity : 1;
  }
  .form-control:-ms-input-placeholder {
  color : #adb4c0;
  opacity : 1;
  }
  .form-control::-ms-input-placeholder {
  color : #adb4c0;
  opacity : 1;
  }
  .form-control::placeholder {
  color : #adb4c0;
  opacity : 1;
  }
  .btn {
  display : inline-block;
  font-weight : 400;
  color : #252930;
  text-align : center;
  vertical-align : middle;
  user-select : none;
  background-color : transparent;
  border : transparent solid 1px;
  padding : 0.375rem 0.75rem;
  font-size : 1rem;
  line-height : 1.5;
  border-radius : 0.25rem;
  transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn-light {
  color : #252930;
  background-color : #fff;
  border-color : #fff;
  }
  .btn-light:hover {
  color : #252930;
  background-color : #ececec;
  border-color : #e6e5e5;
  }
  .navbar > .container, .navbar > .container-fluid {
  display : flex;
  flex-wrap : wrap;
  align-items : center;
  justify-content : space-between;
  }
  .navbar-brand {
  display : inline-block;
  padding-top : 0.3125rem;
  padding-bottom : 0.3125rem;
  margin-right : 1rem;
  font-size : 1.25rem;
  line-height : inherit;
  white-space : nowrap;
  }
  .navbar-brand:hover, .navbar-brand:focus {
  text-decoration : none;
  }
  .navbar-brand > h2 {
  float : right;
  margin-top : 0;
  font-size : 1.5rem;
  color : #0080c0;
  letter-spacing : 3px;
  margin-left : 4px;
  }
  .navbar-brand > p {
  font-size : 8px;
  color : #626d7f;
  margin-left : 54px;
  margin-top : -10px;
  }
  @media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
  padding-right : 0;
  padding-left : 0;
  }
  }
  @media (min-width: 576px) {
  }
  .card {
  position : relative;
  display : flex;
  flex-direction : column;
  min-width : 0;
  overflow-wrap : break-word;
  background-color : #fff;
  background-clip : border-box;
  border : rgb(0, 0, 0, 0.125) solid 1px;
  border-radius : 0.25rem;
  }
  .card > hr {
  margin-right : 0;
  margin-left : 0;
  }
  .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius : 0.25rem;
  border-top-right-radius : 0.25rem;
  }
  .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius : 0.25rem;
  border-bottom-left-radius : 0.25rem;
  }
  .card-body {
  flex : 1 1 auto;
  padding : 1.25rem;
  }
  .card-title {
  margin-bottom : 0;
  }
  .card-subtitle {
  margin-top : -0.375rem;
  margin-bottom : 0;
  }
  .card-text:last-child {
  margin-bottom : 0;
  }
  .card-link:hover {
  text-decoration : none;
  }
  .d-none {
  display : none !important ;
  }
  .d-block {
  display : block !important ;
  }
  .d-flex {
  display : flex !important ;
  }
  @media (min-width: 768px) {
  .d-md-none {
  display : none !important ;
  }
  .d-md-block {
  display : block !important ;
  }
  }
  @media (min-width: 992px) {
  .d-lg-flex {
  display : flex !important ;
  }
  }
  .justify-content-end {
  justify-content : flex-end !important ;
  }
  .justify-content-center {
  justify-content : center !important ;
  }
  .align-items-center {
  align-items : center !important ;
  }
  @media (min-width: 768px) {
  .float-md-left {
  float : left !important ;
  }
  .float-md-right {
  float : right !important ;
  }
  .float-md-none {
  float : none !important ;
  }
  }
  .position-relative {
  position : relative !important ;
  }
  .fixed-top {
  position : fixed;
  top : 0;
  right : 0;
  left : 0;
  z-index : 1030;
  }
  .fixed-bottom {
  position : fixed;
  right : 0;
  bottom : 0;
  left : 0;
  z-index : 1030;
  }
  .shadow-sm {
  box-shadow : 0 0.125rem 0.25rem rgb(0, 0, 0, 0.075) !important ;
  }
  .shadow {
  box-shadow : 0 0.5rem 1rem rgb(0, 0, 0, 0.15) !important ;
  }
  .shadow-lg {
  box-shadow : 0 1rem 3rem rgb(0, 0, 0, 0.175) !important ;
  }
  .shadow-none {
  box-shadow : none !important ;
  }
  .w-100 {
  width : 100% !important ;
  }
  .mb-0, .my-0 {
  margin-bottom : 0 !important ;
  }
  .mr-2, .mx-2 {
  margin-right : 0.5rem !important ;
  }
  .mb-2, .my-2 {
  margin-bottom : 0.5rem !important ;
  }
  .ml-2, .mx-2 {
  margin-left : 0.5rem !important ;
  }
  .mr-3, .mx-3 {
  margin-right : 1rem !important ;
  }
  .mb-3, .my-3 {
  margin-bottom : 1rem !important ;
  }
  .pt-2, .py-2 {
  padding-top : 0.5rem !important ;
  }
  .pr-2, .px-2 {
  padding-right : 0.5rem !important ;
  }
  .pb-2, .py-2 {
  padding-bottom : 0.5rem !important ;
  }
  .pl-2, .px-2 {
  padding-left : 0.5rem !important ;
  }
  .p-3 {
  padding : 1rem !important ;
  }
  .pt-3, .py-3 {
  padding-top : 1rem !important ;
  }
  .pr-3, .px-3 {
  padding-right : 1rem !important ;
  }
  .pb-3, .py-3 {
  padding-bottom : 1rem !important ;
  }
  .pt-5, .py-5 {
  padding-top : 3rem !important ;
  }
  .pr-5, .px-5 {
  padding-right : 3rem !important ;
  }
  .pb-5, .py-5 {
  padding-bottom : 1rem !important ;
  }
  .mr-auto, .mx-auto {
  margin-right : auto !important ;
  }
  .mb-auto, .my-auto {
  margin-bottom : auto !important ;
  }
  .ml-auto, .mx-auto {
  margin-left : auto !important ;
  }
  .mr-md-3, .mx-md-3 {
  margin-right : 1rem !important ;
  }
  .mb-md-3, .my-md-3 {
  margin-bottom : 1rem !important ;
  }
  .ml-md-3, .mx-md-3 {
  margin-left : 1rem !important ;
  }
  @media (min-width: 992px) {
  .mr-lg-5, .mx-lg-5 {
  margin-right : 3rem !important ;
  }
  .mb-lg-5, .my-lg-5 {
  margin-bottom : 3rem !important ;
  }
  }
  .text-center {
  text-align : center !important ;
  }
  .text-white {
  color : #fff !important ;
  }
  body {
  font-family : 'Poppins', sans-serif;
  padding-top : 35px;
  }
  .footer-nav-title {
  font-size : 1.1em;
  font-weight : bold;
  margin-bottom : 3px;
  }
  h1, h2, h3, h4, h5, h6 {
  font-family : 'Poppins', sans-serif;
  color : #252930;
  font-weight : 600;
  }
  .btn {
  font-weight : 600;
  padding : 0.6rem 1.5rem;
  transition : all 0.4s ease-in-out;
  border : none;
  }
  .btn-light {
  background : #f4fcf6;
  color : #16864b;
  }
  .btn-light:hover {
  background : #f4fcf6;
  color : #16864b;
  }
  .form-control {
  padding-top : 0.875rem;
  padding-bottom : 0.875rem;
  height : 2.75rem;
  border-color : #e0f7e6;
  }
  .form-control:focus {
  box-shadow : 0 5px 15px 0 rgb(0, 0, 0, 0.15);
  outline : none;
  }
  .theme-bg-light {
  background : #f4fcf6;
  }
  .theme-bg-dark {
  background : #28b76b;
  }
  .theme-bg-shapes-right {
  position : absolute;
  height : 100%;
  width : 100%;
  right : 0;
  top : 0;
  overflow : hidden;
  }
  .theme-bg-shapes-right:before {
  content : "";
  width : 300px;
  height : 150px;
  background : rgb(255, 255, 255, 0.1);
  position : absolute;
  right : -60px;
  top : 0;
  border-radius : 4px;
  transform : skew(25deg,-10deg);
  transform-origin : top left;
  }
  .theme-bg-shapes-right:after {
  content : "";
  width : 150px;
  height : 600px;
  background : rgb(255, 255, 255, 0.15);
  position : absolute;
  right : 0;
  top : 30px;
  border-radius : 6px;
  transform : skew(25deg,10deg);
  transform-origin : top left;
  }
  .theme-bg-shapes-left {
  position : absolute;
  height : 100%;
  width : 100%;
  right : 0;
  top : 0;
  overflow : hidden;
  }
  .theme-bg-shapes-left:before {
  content : "";
  width : 300px;
  height : 150px;
  background : rgb(255, 255, 255, 0.1);
  position : absolute;
  left : -90px;
  top : 0;
  border-radius : 6px;
  transform : skew(25deg,-12deg);
  transform-origin : top left;
  }
  .theme-bg-shapes-left:after {
  content : "";
  width : 150px;
  height : 600px;
  background : rgb(255, 255, 255, 0.15);
  position : absolute;
  left : 0;
  top : 30px;
  border-radius : 4px;
  transform : skew(-25deg,10deg);
  transform-origin : top left;
  }
  .border-radius-0 {
  border-radius : 0;
  }
  .font-style-normal {
  font-style : normal !important ;
  }
  .single-col-max {
  max-width : 800px;
  }
  .site-logo .logo-text {
  color : #252930;
  font-size : 1.5rem;
  font-weight : bold;
  }
  .site-logo .text-alt {
  font-weight : 300;
  }
  .site-logo .navbar-brand {
  font-size : 2rem;
  font-weight : 600;
  padding-top : 0;
  }
  .page-header.theme-bg-dark .page-heading {
  color : #fff;
  }
  .page-header.theme-bg-dark .page-intro {
  color : #fff;
  }
  .social-list li {
  font-size : 1.125rem;
  background : #f4fcf6;
  width : 32px;
  height : 32px;
  text-align : center;
  border-radius : 50%;
  padding-top : 2px;
  }
  .social-list li a {
  color : #3dd584;
  }
  .social-list li a:hover {
  color : #16864b;
  }
  .social-list li:not(:last-child) {
  margin-right : 0.875rem;
  }
  .header {
  box-shadow : 0 1px 4px 0 rgb(0, 0, 0, 0.1);
  background : #fff;
  }
  .footer .copyright {
  font-size : 0.875rem;
  }
  .page-heading {
  font-size : 2.5rem;
  }
  .page-intro {
  font-size : 1.5rem;
  }
  .main-search-box {
  max-width : 600px;
  }
  .docs-overview .card {
  border-color : #e7e9ed;
  position : relative;
  height : 100%;
  }
  .docs-overview .card:hover {
  box-shadow : 0 0.5rem 1rem rgb(0, 0, 0, 0.15) !important ;
  background : #f4fcf6;
  }
  .docs-overview .card:hover .card-icon-holder {
  background : #fff;
  }
  .docs-overview .card-icon-holder {
  width : 60px;
  height : 60px;
  font-size : 1.5rem;
  padding-top : 1rem;
  display : inline-block;
  }
  .docs-overview .card-title-text {
  display : inline-block;
  position : relative;
  font-size : 1.1rem;
  top : -0.3rem;
  font-weight : bold;
  color : #0e0e0e;
  }
  .docs-overview .card-link-mask {
  position : absolute;
  width : 100%;
  height : 100%;
  top : 0;
  left : 0;
  }
  .search-form {
  position : relative;
  width : 100%;margin-top: 20px;
  }
  .search-form .search-input {
  font-size : 0.875rem;
  border-radius : 1.5rem;
  padding-right : 3rem;
  padding-left : 1.5rem;
  }
  .docs-branding {
  min-height : 69px;
  }
  .docs-branding .top-search-box {
  width : 300px;
  }
  .docs-logo-wrapper {
  position : absolute;
  left : 15px;
  top : 0.5rem;
  }
  .docs-logo-wrapper .site-logo {
  display : inline-block;
  }
  .docs-top-utilities {
  padding-top : 15px;
  }
  .cta-section .container {
  position : relative;
  z-index : 10;
  }
  .cta-section .section-intro {
  font-size : 1.125rem;
  }
  .result-box {
  border : #dadada solid 1px;
  clear : both;
  padding : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-top : 60px;
  margin-bottom : 28px;
  max-width : 350px;
  width : 100%;
  box-shadow : 0 1px 0 0 #e9e9e9;
  display : block;
  }
  .thumb {
  display : block;
  height : auto;
  z-index : 1;
  width : 272px;
  border : 0;
  margin-bottom : 10px;
  height : 153px;
  margin-left : auto;
  margin-right : auto;
  }
  #info-box {
  border : none;
  font-family : Roboto, Arial, Helvetica, sans-serif;
  font-size : 17px;
  font-weight : 300;
  position : relative;
  padding : 10px 6px;
  min-height : 115px;
  }
  .meta {
  color : black;
  margin-bottom : 10px;
  }
  .title {
  color : #3e3e3e;
  white-space : nowrap;
  width : 100%;
  overflow : hidden;
  text-overflow : ellipsis;
  }
  #info-box h2 {
  margin : 2px;
  font-size : 1.3rem;
  margin-bottom : 10px;
  }
  .titles {
  color : #16864b;
  min-height : 20px;
  font-weight : bold;
  }
  .margin-top-20 {
  margin-top : 20px;
  }
  .titles i {
  margin-right : 10px;
  }
  #formats {
  font-weight : 600;
  color : #16864b;
  border : #16864b solid 3px;
  padding : 5px;
  width : 100%;
  }
  ul.menu {
  color : #16864b;
  max-width : 390px;
  width : 98%;
  height : 2em;
  margin : 0;
  padding : 0;
  background-color : #16864b;
  border : #16864b solid 3px;
  }
  ul.menu > li {
  float : left;
  width : 100%;
  height : 100%;
  list-style-type : none;
  position : relative;
  }
  label {
  width : 40px;
  position : absolute;
  display : block;
  padding : 0 18px 0 12px;
  line-height : 2em;
  right : 1px;
  top : 0;
  color : transparent;
  transition : background 0.3s;
  cursor : pointer;
  }
  label:after {
  content : "";
  position : absolute;
  display : block;
  top : 33%;
  right : 7px;
  border-top : 7px solid black;
  border-bottom : 0 solid black;
  border-left : 7px solid transparent;
  border-right : 7px solid transparent;
  transition : border-bottom 0.1s, border-top 0.1s 0.1s;
  }
  input:checked ~ label:after {
  border-top : 0 solid rgb(10, 0, 0, 0.5);
  border-left : 7px solid transparent;
  border-right : 7px solid transparent;
  border-bottom : 7px solid rgb(14, 0, 0, 0.5);
  transition : border-top 0.1s, border-bottom 0.1s 0.1s;
  }
  input {
  display : none;
  }
  input:checked ~ ul.submenu {
  max-height : 500px;
  transition : max-height 0.5s ease-in;
  }
  ul.submenu {
  max-height : 0;
  padding : 0;
  margin-top : 6px;
  overflow : hidden;
  list-style-type : none;
  background : white;
  box-shadow : 0 0 1px rgb(0, 0, 0, 0.3);
  transition : max-height 0.5s ease-out;
  position : absolute;
  min-width : 100%;
  z-index : 100;
  }
  ul.submenu li a {
  padding : 12px;
  text-decoration : none;
  box-shadow : 0 -1px rgb(0, 0, 0, 0.5) inset;
  transition : background 0.3s;
  white-space : nowrap;
  padding-left : 90px;
  display : flex;
  left : 90px;
  font-size : small;
  }
  ul.submenu li a:hover {
  background : rgb(0, 0, 0, 0.3);
  }
  .link-download {
  color : #fff;
  text-decoration : none;
  padding : 5px;
  }
  .info-download {
  background-color : #f0f0f0;
  height : 100%;
  width : calc(100% - 90px);
  position : absolute;
  top : 0;
  display : flex;
  left : 90px;
  font-size : small;
  }
  .vtype, .vformat, .vsize {
  width : 25%;
  margin : auto 5px;
  pointer-events : none;
  }
  .vtype {
  margin-left : 20px;
  font-weight : 600;
  }
  .vformat {
  color : #525151;
  }
  .vsize {
  color : black;
  }
  #downbox {
  top : 94px;
  margin-left : -7px;
  padding : 5px;
  max-width : 350px;
  background-color : #fff;
  position : absolute;
  z-index : 10000;
  display : none;
  }
  #downbox h2 {
  font-size : medium;
  text-align : center;
  }
  .download-final {
  color : white;
  padding : 10px 30px;
  position : relative;
  margin : 0 auto;
  text-decoration : none;
  z-index : 10;
  text-align : center;
  background-color : #16864b;
  display : block;
  }
  ol {
  font-size : smaller;
  }
  li {
  margin-bottom : 10px;
  }

.round_button{
    border: 2px solid #16864b;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 40px;
    padding: 2px 15px;
    text-align: center;
    /* margin-left: 50%; */
    /* margin-right: 50%; */
    width: 300px;
    z-index: 100;
    font-weight: bold;
}








/*! CSS Used from: Embedded */
.tool-card{transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;}
.tool-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(0, 0, 0, 0.1);}
.tool-card-content{flex-grow:1;}
/*! CSS Used from: Embedded */
*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;}
::after,::before{--tw-content:'';}
h2,h3{font-size:inherit;font-weight:inherit;}
a{color:inherit;text-decoration:inherit;}
h2,h3,p{margin:0;}
:disabled{cursor:default;}
img{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
.container{width:100%;}
@media (min-width: 640px){
.container{max-width:640px;}
}
@media (min-width: 768px){
.container{max-width:768px;}
}
@media (min-width: 1024px){
.container{max-width:1024px;}
}
@media (min-width: 1280px){
.container{max-width:1280px;}
}
@media (min-width: 1536px){
.container{max-width:1536px;}
}
.mx-auto{margin-left:auto;margin-right:auto;}
.mb-16{margin-bottom:4rem;}
.mb-2{margin-bottom:0.5rem;}
.mb-4{margin-bottom:1rem;}
.mb-8{margin-bottom:2rem;}
.mt-10{margin-top:2.5rem;}
.mt-8{margin-top:2rem;}
.flex{display:flex;}
.grid{display:grid;}
.h-12{height:3rem;}
.h-16{height:4rem;}
.h-4{height:1rem;}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr));}
.flex-col{flex-direction:column;}
.items-center{align-items:center;}
.gap-6{gap:1.5rem;}
.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));}
.overflow-hidden{overflow:hidden;}
.rounded-lg{border-radius:0.5rem;}
.border{border-width:1px;}
.border-2{border-width:2px;}
.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));}
.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));}
.p-6{padding:1.5rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.py-12{padding-top:3rem;padding-bottom:3rem;}
.text-center{text-align:center;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.font-bold{font-weight:700;}
.font-semibold{font-weight:600;}
.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));}
.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));}
.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.hover\:border-2:hover{border-width:2px;}
.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));}
@media (min-width: 640px){
.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));}
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem;}
.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem;}
}
@media (min-width: 1024px){
.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr));}
.lg\:px-8{padding-left:2rem;padding-right:2rem;}
}