@font-face {
    font-family: Emoji;
    src: local("Apple Color Emoji"), local("Segoe UI Emoji"), local("Segoe UI Symbol"), local("Noto Color Emoji");
    unicode-range: U+1F000-1F644, U+203C-3299;
  }
  body {
    font-family: system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial, sans-serif;
  }
:root {
    padding: 0px;
    margin: 0px;
    font-family: system-ui, —apple-system, Segoe UI, Rototo, Emoji, Helvetica, Arial, sans-serif;
    --theme-color: rgba(255, 181, 54, 1);
    --theme-color-background: rgba(255, 250, 237, 1);
    --theme-color-supplement-1: rgba(255, 227, 180, 1);
    --theme-color-supplement-2: rgba(255, 210, 133, 1);
    --basic-color-background-slightly-transparent: rgba(255, 255, 255, 0.7);
    --basic-line-slender: rgb(236 236 236) 0 0 0 1px;
    --basic-boxshadow-button: 0px 2px 2px rgba(0, 0, 0, 0.04);
    --basic-boxshadow-box-hover: 0px 2px 13px rgba(0, 0, 0, 0.08);
    --basic-easeLinear: linear;
    --basic-easeIn: cubic-bezier(0.32, 0, 0.67, 0);
    --basic-easeOut: cubic-bezier(0.33, 1, 0.68, 1);
    --basic-easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);

    --basic-font-normal: black;
    --basic-font-counter: white;
    --basic-font-color-marginalia:rgba(135, 135, 135, 1);
    --basic-font-text: 16px;
    --basic-font-marginalia: 14px;

    --basic-colour-Aqua-blue-Accent-color:rgba(64, 170, 251, 1);
    --basic-colour-Leaf-yellow-Accent-color:rgba(251, 182, 64, 1);
    --basic-colour-Red-leaf-Accent-color:rgba(251, 64, 64, 1);
    --basic-colour-Leaf-green-Accent-color:rgba(0, 165, 99, 1);

    --basic-colour-Aqua-blue-Background-color:rgba(237, 248, 255, 1);
    --basic-colour-Leaf-yellow-Background-color:rgba(255, 250, 236, 1);
    --basic-colour-Red-leaf-Background-color:rgba(255, 237, 237, 1);
    --basic-colour-Leaf-green-Background-color:rgba(217, 242, 232, 1);
}
#text{
    letter-spacing: 0.26px;
    font-size: 16px;
}
p {
    letter-spacing: 0.26px;
    font-size: 16px;
}

.iconpark-icon {
    width: 22px;
    height: 22px;
}

.SMD-button {
    background: var(--theme-color);
    box-shadow: var(--basic-boxshadow-button);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px 10px 18px;
    border: none;
    color: var(--basic-font-counter);
    transition: 250ms;
    gap: 6px;
    font-size: var(--basic-font-text);
}


.SMD-button:focus {
    transition: 250ms;
    outline: 1;
}

.SMD-button:active,
.SMD-button-light:active {
    transition: 100ms;
    transform: scale(0.98);
}
iconpark-icon{
    width: 22px;
    height: 22px;
    font-size: 2rem;
}
.SMD-button:hover,
.SMD-button-light:hover {
    filter: brightness(96%);
    transition: 250ms;
}
.SMD-button iconpark-icon[name="xiayi"],
.SMD-button-light iconpark-icon[name="xiayi"]{
    transition: 120ms;
}

.SMD-button:hover iconpark-icon[name="xiayi"],
.SMD-button-light:hover iconpark-icon[name="xiayi"] {
    transform: translateX(2.5px);
}
.SMD-button-light {
    border: 1px solid var(--theme-color-supplement-1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px 10px 18px;
    color: var(--basic-font-normal);
    transition: 250ms;
    background: white;
    font-size: var(--basic-font-text);
}


.SMD-box-card {
    background: var(--basic-color-background-slightly-transparent);
    box-shadow: var(--basic-line-slender);
    border-radius: 14px;
    box-sizing: border-box;
    padding: 24px;
    max-width: 800px;
    display: flex;
    transition: 240ms;
    flex-direction: column;
}

.SMD-box-card:hover {
    box-shadow: var(--basic-line-slender), var(--basic-boxshadow-box-hover);
    transition: 300ms;
    transform: translateY(-4px);
}

.SMD-helper-100width {
    width: 100%;
}


a:hover,
a:link,
a:visited,
a:active,
a:focus {
    color: ghostwhite;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
}

h3 {
    font-size: 36px;
}

body {
    margin: 0px;
}

.SMDg-tab {
    background-color: rgba(255, 255, 255, 0.89);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    z-index: 20;
    box-shadow: rgb(236 236 236) 0px 0px 0px 1px;
    padding-right: 80px;
    padding-left: 80px;
    box-sizing: border-box;
    width: 100%;
}

.SMDg-tab img {
    max-width: 300px;
}

.SMD-tab-button {
    background: rgba(255, 181, 54, 1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px 10px 18px;
    border: none;
    color: white;
    transition: 250ms;
}

.SMD-tab-button-disabled {
    background: rgb(221, 221, 221);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px 10px 18px;
    border: none;
    color: rgb(0, 0, 0);
    transition: 250ms;
}

.SMD-tab-button:focus {
    outline: 2px solid rgba(32, 32, 32, 1);
}

.SMD-tab-button:hover {
    background: #f5ae34;
}

.head-figure {
    background: url(/flies/fgbk.svg);rgba(255, 237, 237, 0.37);
    height: 80vh;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    padding-right: 80px;
    padding-left: 80px;
    margin: 40px;
    border-radius: 20px;
}

.tile {
    color: black;
    font-size: 60px;
    margin-bottom: 20px;
}

.tile img {
    max-width: 400px;
    width: 100%;
}

.head-figure p {
    font-size: 16px;
    letter-spacing: 0.26px;
    margin-bottom: 20px;
}

.product-group-noshadow {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin: 40px auto 40px auto;
    box-sizing: border-box;
    padding: 30px;
    width: 80%;
    max-width: 1000px;
}

.product-group {
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin: 40px auto 40px auto;
    box-sizing: border-box;
    padding: 30px;
    width: 80%;
    max-width: 1000px;
}

.product-group h3 {
    margin-bottom: 20px;
}

.product-group-noshadow h3 {
    margin-right: 40px;
}

.display-flex-left-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

h3 strong {
    color: #f5ae34;
}

.cv {
    width: 100%;
}

.display-flex-normol {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: center;
}

.cv-out {
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 8px;
    max-height: 260px;
    margin-bottom: 20px;
    transition: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0.72, 0.05, 1.14);
    flex-direction: column;
    justify-content: center;
}

.cv-shadow-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, 0.747);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
    box-sizing: border-box;
    transition: 300ms;
}

.cv-out:hover {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 10px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transform: scale(1.04) translateY(-6px);
    max-height: 500px;
}

.cv-out:hover .cv-shadow-mask {
    background-color: hsla(0, 0%, 100%, 0);
}

.cv-out .cv-shadow-mask h3,
.cv-out.cv-shadow-mask p {
    opacity: 1;
    transition: 300ms;
}

.cv-out:hover .cv-shadow-mask h3,
.cv-out:hover .cv-shadow-mask p {
    opacity: 0;
}

h2 {
    font-size: 36px;
}

.midden {
    text-align: center;
}

.margin-b {
    margin-bottom: 20px;
}

.margin-r {
    margin-right: 20px;
}

.deeper {
    width: 100%;
    display: flex;
    background: linear-gradient(180deg, rgba(255, 195, 0, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background-position: 50%;
    background-size: 100%;
    padding: 50px;
    box-sizing: border-box;
    justify-content: center;
}

.deeper-inside {
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: center;
}

.toget {
    width: 100%;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 10px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 8px;
}

.third {
    width: 100%;
    display: flex;
    background: #FFFAED;
    background-position: 50%;
    background-size: 100%;
    padding: 50px;
    box-sizing: border-box;
    justify-content: center;
}

.Allwidth {
    width: 100%;
}

.foot {
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 20px;
    box-shadow: 0px 10px 18px 0px rgb(0 0 0 / 8%);
    border-radius: 14px;
    background-image: url(./flies/background-foot.svg);
    background-position: right bottom;
    background-size: 30%;
    background-repeat: no-repeat;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 20px;
}

.foot .SMD-logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.foot .big-SMD-logo {
    margin-right: 20px;
}
.SMD-tool-flex-column {
    display: flex;
    flex-direction: column;
}
.SMD-tool-flex-row {
    display: flex;
    flex-direction: row;
}
.big-SMD-logo{
    max-height: 100px;
    height: 100%;
}
.SMD-helper-middle{
    margin: 40px auto 40px auto;
}
.SMD-gap-big{
    gap: 14px;
}
.SMD-gap-Middle{
    gap:10px;
}
.SMD-gap-little{
    gap:6px;
}
.copyright{
    text-align: center;
    margin: 50px;
}
.SMD-Message-bar-little-information{
    display: flex;
    align-items: center;
    width: 100%;
    align-content: center;
    max-width: 800px;
    box-sizing: border-box;
    padding:8px;
    background-color: var(--basic-colour-Aqua-blue-Background-color);
    border-radius: 8px;
    justify-content: space-between;
}
.SMD-Message-bar-little-information div{
    align-content: center;
    align-items: center;
}
.SMD-iconbox-information{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--basic-font-counter);
    border-radius: 50%;
    background-color: var(--basic-colour-Aqua-blue-Accent-color);
}
.SMD-text{
    font-size: var(--basic-font-text);
}
.SMD-marginalia{
    font-size: var(--basic-font-marginalia);
}
.SMD-marginalia-special{
    font-size: var(--basic-font-text);
    color: var(--basic-font-color-marginalia);
}
.foot-surface{
    display: flex;
    justify-content: center;
    align-items: center;
}
.SMD-h3s{
    margin: 40px auto 40px auto;
}