*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-family: var(--fnt-d);
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    border-image-slice: 37 42 18 42;
    border-image-width: 42px 42px 42px 42px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
    border-image-source: var(--cl-border-img);
    border-style: solid;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 8.5rem;
}
#Pagecontent{
    flex: 1;
    min-height: 100%;
    text-align: center;
}

.sec-w{
    width: 1600px;
    margin: auto;
    text-align: center;
    position: relative;
}

.sec-p{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.btn{
    background-color: var(--cl-destructive);
    border-radius: 8px;
    border-width: 2px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border: 2px solid var(--cl-secondary);
}

.btn:hover{
    background-color: var(--cl-tertiary);
}

h2{
    font-size: xx-large;
}

a:link {
    color: unset;
    text-decoration: none;
  }

  /* visited link */
  a:visited {
    color: black;
  }


  .SetGroup {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem !important;
    line-height: 1;
}

.SetGroup>span,.SetGroup>i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.075rem 0.45rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    flex: 1;
    justify-content: center;
}

.SetGroup>input,
.SetGroup>textarea,
.SetGroup>select {
    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;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.SetGroup input[type="radio"] {
    display: none;
}


.SetGroup input[type="radio"]+label {
    font-size: 16px;
    cursor: pointer;
    width: auto;
    flex: auto;
}

.SetGroup input[type="radio"]:checked+label {
    background-color: #bbb;
}

.SetGroup>input:focus,
.SetGroup>textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.SetGroup :first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.SetGroup :last-child {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.divider .SecIn{
    padding: 30px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.divider h2{
    color: var(--cl-black);
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}
.divider p{
    font-size: 14px;
}

input, textarea {
    font-size: 13px;
    padding: 10px;
    color: #666;
    background: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: white;
}

@media (max-width:1650px) {
    .sec-w{
        width: 80vw;
    }
}

@media (max-width:1248px) {
    .sec-w{
        width: 85vw;
    }
}

@media (max-width:940px) {
    .sec-w{
        width: 100%;
    }
}
