body {
    background: #FAFBFD;
    -webkit-tap-highlight-color: transparent !important;
    color: #171717;
    padding: 0;
    font-size: 16px !important;
}

body * {
    font-family: Poppins, Helvetica, Arial, sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.icon-arrow:before {
    color: #12112780;
}

#main-content {
    background:transparent;
    min-height: 550px;
}

#sidebar .nav-list a {
    font-size: 14px;
    width: 100%;
    padding: 0;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Poppins';
    font-style: normal;
}

.aside_title {
    font-size: 14px !important;
    line-height: 21px;
    margin-bottom: 32px !important;
}

.articleTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #121127;
  margin-bottom: 8px;
  word-break: break-word;
}

#fullArticle code {
    overflow: hidden;
    display: table-cell;
    word-break: break-all;
    white-space: pre-wrap;
    padding: 10px 5px;
}

#fullArticle strong {
    color: #171717;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    color: #171717;
}

#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
    color: #171717;
}

#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5, #fullArticle h6 {
    color: #171717;
}

#sidebar .nav-list a:hover {
    font-weight: 400;
}

#sidebar .nav-list a {
    color: #12112780;
}

.row-fluid .span2 {
    width: 18.5%;
}

.row-fluid .span10 {
    width: 81.5%;
}

.articleFoot p {
    color: #12112780;
}

.articleTime time {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #6C6B80;
  line-height: 18px;
}

footer p {
    color: #12112780;
}

footer p a {
    color: #12112780;
}

.nav-list > .active {
    font-weight: 400;
}

iframe {
    object-fit: contain;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

#sidebar .nav-list a {
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    padding-left: 8px;
}

#sidebar .nav-list .active a {
    font-weight: 500 !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #0067FF !important;
    color: #0067FF !important;
    border-radius: 8px;
}

.side-no-result {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 8px;
  color: #6C6B80;
  font-style: normal;
}

#sidebar .art-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 8px;
  color: #6C6B80;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 18px;
}

#sidebar .art-list a:hover {
  background: unset;
  text-decoration: none;
  color: #121127;
}

#sidebar .nav-list li {
    margin: 0;
}

.navbar {
    background-color: #ffffff;
    margin: 0 auto;
}

.navbar .navbar-inner {
    background: #F4F6F8;
}

.container-fluid .headerDiv {
    display: flex;
    align-items: center;
    padding: 5px 0;

}

.header_select {
    display: none;
    position: relative;
    z-index: 1;
}

.search_input {
    margin-top: unset;
    margin-bottom: 42px;
    line-height: 66px;
    font-size: 44px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.header_select_list {
    display: none;
    position: absolute;
    text-align: center;
    width: 170px;
    box-shadow: 0 0 0 #edeef0, 0 1px 3px #edeef0, 0 1px 3px #edeef0, 0 1px 3px #edeef0;
    background-color: #ffffff;
    right: 5px;
    top: 20px;
}

.header_select_list > a {
    line-height: 30px;
    height: 30px;
    font-weight: 600;
    display: block;
}

.header_select_list > a:hover {
    background-color: #0b6df9;
    color: #ffffff;
}

.container-fluid .headerStyle {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #2D3647;
}

.headerFlex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FFFFFF;
  height: 76px;
}

.homeTitle {
    font-size: 24px;
    line-height: 36px;
    color:  #9293B9;
}

.headerTitle {
    color: #0067FF !important;
    font-family: 'Poppins';
    text-decoration: unset !important;
    font-size: 16px;
    width: 150px;
    text-align: center;
    display: inline-block;
    padding: 0px 20px;
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    background: linear-gradient(0deg, rgba(0, 103, 255, 0.1), rgba(0, 103, 255, 0.1)), #FFFFFF;
    border-radius: 5px;
}

@media screen and (max-width: 376px) {
  .headerTitle {
    width: 75%;
  }
}

.headerTitle:hover {
  background: linear-gradient(0deg, rgba(0, 103, 255, 0.15), rgba(0, 103, 255, 0.15)), #FFFFFF;
  color: #0067FF;
}

.header_input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.header_container_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 320px;
  background-image: url("https://cdn.parcelpanel.com/upload/custom-upload/H0HNeGQcb64VUGgtkL2HLIwBrJzqookpKHz5psta.png");
  background-size: cover;
  background-position: center center;
}

.header_container_box_else {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 206px;
  background-image: url("https://cdn.parcelpanel.com/upload/custom-upload/H0HNeGQcb64VUGgtkL2HLIwBrJzqookpKHz5psta.png");
  background-size: cover;
  background-position: center center;
}


.header_from_search_from {
    width: 600px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding:0 2px;
    background-color: white;
    border-radius: 0 8px 8px 0;
    margin-bottom: unset;
}

.header_input_search {
    width: 100%;
    font-size: 14px !important;
    border: 0 !important;
    background-color: #F3F3F6;
    margin: 0 !important;
    box-shadow: none !important;
    font-family: 'Poppins';
    font-style: normal;
}

.header_input_search:focus {
    box-shadow: none !important;
}

/* jessie 修改 */
.container_tab {
    margin-bottom: 100px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.container_list {
    width: 600px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.container_list > li {
    cursor: pointer;
    height: 70px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0.45;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: rgba(18, 17, 39, 0.72);
}
.platform_list .pricing-icon-circle {
  flex: none;
  width: 26px;
  height: 26px;
  box-shadow: 0px 8px 20px rgba(18, 17, 39, 0.1);
  border-radius: 88px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 12px !important;
}
.result-aa-list .pricing-icon-circle {
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 88px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-aa-list .pricing-icon-circle  img {
  width: 15px;
  height: 15px;
  max-width: unset;
}


.checked {
    background: #0067FF !important;
    color: #FFFFFF !important;
}
.container_list > li:not(.checked):hover{
    color: #0067FF;
}

.aside_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 8px;
}

.bread_bar {
    display: flex;
    align-items: center;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
}

.bread_bar_back {
    color: rgba(19, 18, 38, 0.5) !important;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.bread_bar_title {
    font-size: 16px;
    font-weight: 600;
    margin-left: 180px;

}

.contentWrapper p {
    color: #121127;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 96%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.bread_bar_button {
    display: flex;
    align-items: center;
    padding-left: 8px;
    width: 60px;
    height: 24px;
    cursor: pointer;
}

.bread_bar_back {
    transform: translateX(0px);
    transition: transform .1s linear;

}

.bread_bar_button:hover {
    text-decoration-line: none;
}

.bread_bar_back_fan {
    color: #0067FF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
    font-family: 'Poppins';
    font-style: normal;
}


.knowledge_base {
    text-align: center;
    margin-top: 76px;
}

.knowledge_base img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    max-width: unset;
    object-fit: contain;
}

.container-buttons {
    background-color: #0b6df9;
    color: white;
    border: 0;
    padding: 8px 10px;
    border-radius: 2px;
    max-width: 100px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.newCategory_list {
    list-style: none;
    font-size: 1.3em;
    margin: 0;
    background: #fafbfd;
}

.newCategory_list > li {
    padding: 20px 32px;
    margin-bottom: 12px;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(18, 17, 39, 0.02);
    border-radius: 8px;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newCategory_list > li:hover {
    cursor: pointer;
    box-shadow: 0px 8px 20px rgba(18, 17, 39, 0.1);
}

.newCategory_list > li a {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.newCategory_list li h3 {
    color: #121127;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    word-break: break-word;
    margin:0 0 12px 0;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.newCategory_list_content {
    display: flex;
    margin-top: 10px;
    line-height: 25px;
    align-items: center;
    justify-content: space-between;
}

.newCategory_list_content_evaluate {
    width: 110px;
}

.newCategory_list_content_evaluate > p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
}

.newCategory_list_content > p {
    flex: .8;
    color: #12112780;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.newCategory_list_content > span {
    background-color: rgba(188, 198, 208, .5);
    margin: 0 28px;
    width: 1px;
    height: 40px;
}

.dont_wrap {
    word-break: break-word;
    hyphens: auto;
}


.result-aa {
    width: 100%;
    display: none;
    z-index: 999999;
    top: 56px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: white;
    overflow-x: auto;
    max-height: 472px;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(18, 17, 39, 0.1);
    font-family: 'Poppins'
}

.result-aa::-webkit-scrollbar {
  width : 4px;
  height: 1px;
}
.result-aa::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #D1D1DB
}
.result-aa::-webkit-scrollbar-track {
  margin: 4px 0;
}

.result-aa-list {
    display: flex;
    color: #121127;
    align-items: center;
    padding: 10px 20px 10px 40px;
}

.result-aa-list span {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
}

.result-aa>:first-child{
  margin-top: 12px;
}

.result-aa>:last-child{
  margin-bottom: 12px;
}

.result-aa-list :first-child {
    border-bottom: 0;
}

.result-aa-list:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #0067FF;
    color: #121127;
}

.result-aa-list > img {
    width: 16px;
    vertical-align: middle;
    height: auto;
    margin-right: 10px;
}

.contentFooter {
    margin: 24px 0 8px 0;
    font-size: 14px;
    color: #121127;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.contentFooter_bt {
    width: 68px;
    cursor: pointer;
    background-color: #0067FF;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    transition: transform .15s linear
}

.contentFooter_bt_no {
  width: 68px;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 103, 255, 0.1), rgba(0, 103, 255, 0.1)), #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  color: #0067FF;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: -webkit-transform .15s linear;
  -moz-transition: -moz-transform .15s linear;
  -o-transition: -o-transform .15s linear;
  transition: transform .15s linear
}

.contentFooter_bt:hover , .contentFooter_bt_no:hover {

    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}
.contentWrapper{
    padding: 24px;
    border: unset;
}

.artContentWrapper{
  padding: 24px;
  box-shadow: 0px 8px 12px rgba(18, 17, 39, 0.02);
  border-radius: 8px;
  border: unset;
  background: #FFFFFF;
}

@media screen and (max-width: 1024px) {

    .headerFlex {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #main-content {
        margin: 0 0 2em 0;
        padding-left: 0;
    }

    .headerFlex > a {
      width: 50%;
    }

    .bread_bar {
        padding: 0 20px;
    }

    footer p {
        margin-top: 35px;
    }

    .mobile_hidden {
        display: none !important;
    }
    .newCategory_list_content > p{
        flex: 1;
    }
    .header_select {
        display: block;
    }

    .bread_bar {
        justify-content: space-between;
    }
}

@media screen and (max-width: 640px) {
    .search_container {
      width: 80%;
    }
    .contentWrapper{
        padding: 5px ;
    }
    .nav_article_h1 {
        font-size: 25px !important;
    }



    .homeTitle {
        font-size: 22px;
    }

    .search_input {
        font-size: 19px;
    }

    .newCategory_list > li {
        padding: 18px 20px;
    }

    .header_from_search_from {
        width: unset;
        flex: 1;
    }



    .header_input_search {
        width: 100%;

    }

    .header_input_search::-webkit-input-placeholder {
        font-size: 14px;
    }


    .nav_article {
        display: none;
    }


    .newCategory_list_content > p {
        margin: 0;
        font-size: 13px;
        line-height: 20px;
        flex: 1;
    }



    .bread_bar_title {
        margin-left: 0;
    }


}

.bt-spinner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #e6e6f3;
    border-top: 3px solid white;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

#pp-alert-toast {
    max-width: 350px;
    position: fixed;
    left: 50%;
    top: 20px;
    margin-left: -150px;
    display: flex;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    background: #f5f5f5;
    color: #999;
    border-radius: 4px;
    animation: move 0.38s linear forwards;
}
.pp-alert-error {
    color: #F56C6C !important;
    background: rgb(254, 240, 240) !important;
    border-color: rgb(253, 226, 226) !important;
}
.pp-alert-success {
    color: #67C23A !important;
    background: rgb(240, 249, 235) !important;
    border-color: rgb(225, 243, 216) !important;
}
.pp-alert-warn {
    color: #E6A23C !important;
    background: rgb(253, 246, 236) !important;
    border-color: rgb(250, 236, 216) !important;
}
.pop-message  @keyframes move {
      0% {
          transform: translate3d(0, -75px, 0);
          opacity: 0.16;
      }

      50% {
          opacity: 0.68;
      }

      100% {
          transform: none;
          opacity: 1;
      }
  }
.pop-message:hover{
    box-shadow: 0 0 0 0 #0000001f, 0px 3px 6px #00000073, 0 0 0 0 #0000000d;
}
#pp-alert-toast span{
    word-break: break-word;
    hyphens: auto;
}
.pp-alert-show-flipInX {
    -webkit-animation: fadeleftIn .6s;
    animation: fadeleftIn .6s;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.pp-help-alert-background{position: fixed;left: 0;top: 0;background: #000;width: 100%;height: 100%;opacity: 0.5;}
#pp-alert-box {
    width: 100%;height: 100%;
    position: fixed;left: 0;top: 0;
}
.pp-alert-box{
    position: relative;
    background: #fff;
    max-width: 400px;
    min-height: 348px;
    margin: 10% auto;
}
#pp-alert-header-right{
    position: absolute;right: 13px;top: 13px;
    cursor: pointer;
}
#pp-alert-header-right svg path:hover{
    fill: #AEB4B9 !important;
}
#pp-alert-box .pp-alert-content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #000;
}
#pp-alert-box .pp-alert-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 4px;
    color: #202223;
}
#pp-alert-box .pp-alert-content .pp-error-show {
    margin: 4px 0 0;
    color: #D72C0D;
}
#pp-alert-box .pp-alert-content .pp-error-show span,svg {
    display: inline-block;
    vertical-align: middle;
}
.pp-alert-error-box {
    background: #FFF4F4 !important;
    border: 1px solid #D82C0D !important;;
}
#pp-alert-box .pp-alert-content textarea {
    padding: 8px 12px;
    width: -webkit-fill-available;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #C9CCCF;
    box-shadow: none;
    border-radius: 4px;
    resize: none;
    margin: 0;
}
#pp-alert-box .pp-alert-content input {
    padding: 8px 12px;
    width: -webkit-fill-available;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #C9CCCF;
    box-shadow: none;
    border-radius: 4px;
    margin: 0;
}
.pp-btn {
    width: 84px;
    background: #FFFFFF;
    border: 1px solid #C9CCCF;
    margin-right: 12px;
}
.pp-btn-primary {
    width: 139px;
    background: #0B6DF9;
    border: none;
    color: #fff;
}
.pp-btn-common {
    padding: 4px 20px;
    gap: 10px;
    height: 32px;
    border-radius: 24px;
}
.pp-btn-common:hover {
    transform: scale(1.025);
}

.footer-container {
  text-align: center;
  color: rgba(18, 17, 39, 0.36);
  height: 50px;
  line-height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins'), url(https://b-cdn.parcelpanel.com/asset/v3/fonts/poppins/Poppins-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins'), url(https://b-cdn.parcelpanel.com/asset/v3/fonts/poppins/Poppins-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins'), url(https://b-cdn.parcelpanel.com/asset/v3/fonts/poppins/Poppins-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins'), url(https://b-cdn.parcelpanel.com/asset/v3/fonts/poppins/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins'), url(https://b-cdn.parcelpanel.com/asset/v3/fonts/poppins/Poppins-Bold.ttf) format('truetype');
}


