html {
  scroll-behavior: smooth;
  scroll-padding: 10rem;
}
body {
  padding: 0;
  margin: 0;
}

* {
  font-family: "Poppins", sans-serif;
  font-size: 1.115rem;
}
a, a:hover{
    color: #000;
    text-decoration: none;
}
h1 {
    font-size: 3.5rem;
}
p {
    line-height: 2rem;
    font-size: 1.115rem;
}

.header img {
    width: 175px;
}
a.btnA button {
    background: #64A044 !important;
    color: #fff;
    cursor: pointer;
    font-size: 0.75rem;
}

a.btnB button {
    background: #557ec9  !important;
    color: #fff;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    position: fixed;
    width: calc(100% - 2rem);
    background: white;
    z-index: 999;
    align-items: center;
    max-width: 1000px;
    transform: translatex(-50%);
    margin-left: 50%;
}
.header button {
    padding: 0.75rem 1rem;
    margin-left: 1rem;
    border: 1px solid;
    border-radius: 3px;
}
.container .section,
.container .inner{
    max-width: 1000px;
    margin: auto;
}
.service-list li {
    font-size: 1.115rem;
    margin-bottom: 1rem;
}


.container nav ul li {
    font-size: 1.115rem !important;
    margin-bottom: 1rem;
}



.container nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 1.115rem;
}
.container nav ul li a {
    color: #000;
    padding: 0.25rem 0.5rem;
    border-bottom: 2px solid;
    background: #e8e8e8;
    line-height: 2rem;
    font-size: 1.115rem;
}
.container.first {
    padding-top: 150px;
}
.section h2 {
    width: 100%;
    font-size: 1.7rem;
}
.section .media video {
    width: 100%;
}
.section .media {
    width: 40%;
}
.section .media img {
    width: 100%;
}
.container {
    padding: 3rem 0px;
}
.container:nth-child(odd) {
    background: #f1f1f1;
}
ul.mainMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section.left-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}
.flexer {
    gap: 25px;
}

.flexer .cont {
    width: 60%;
	 line-height: 2rem;
    font-size: 1.115rem;
}

.section.left-right .flexer {
    display: flex;
	 align-items: flex-start;
    gap: 30px;
}


.section.right-left .flexer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    gap: 30px;
}

.center .flexer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.media-top {
    display: flex;
    flex-direction: column;
}
.media-top .flexer {
    display: flex;
    flex-direction: column-reverse;
}
.media-top .cont, .media-top .media {
    width: 100%;
}
.media-bottom .flexer .cont, 
.media-bottom .flexer .media {
    width: 100%;
}
        .youtube-video {
            position: relative;
            cursor: pointer;
            background: #000;
        }
        .youtube-video img {
      width: 100%;
    max-height: 450px;
    object-fit: cover;
        }
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 64px;
            height: 64px;
            background: url('https://img.icons8.com/ios-filled/50/ffffff/play-button-circled--v1.png') no-repeat center center;
            background-size: contain;
        }
.youtube-video iframe {
    width: 100%;
    min-height: 450px;
}
a.xbtnA{
    color: #fff;
}
a.xbtnB{
    color: #3268b7;
}
a.xbtnA button {
    padding: 1rem 9rem;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    border: 0px solid;
    background: #3268b7;
    font-size: 1.125rem;
    margin-right: 1.5rem;
    color: #fff;
    text-align: center;
    font-size: 18.6px;
    cursor: pointer;
}
a.xbtnB button {
    padding: 0.75rem 2rem;
    border-radius: 3px;
    border: 1px solid #3268b7;
    background: #fff;
    font-size: 1.125rem;
    margin-right: 1.5rem;
    color: #3268b7;
}
table {
    border-spacing: 0 !important;
    border: 0;
}
td {
    padding: 0.5rem 0.5rem !important;
    border: 0;
}

tr:nth-child(odd) {
    border: 0;
    background: #3268b71c;
}
tr:nth-child(1) {
    background: #3268b7;
    color: #fff;
}
.container.first h3,
p.sumTitle  {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 1.7rem;
}
p.updated {
    color: #000000;
    font-style: italic;
}

.flexerB .logo img {
    width: 160px;
}

.flexerB {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexerB ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn {
    height: 80px;
    width: 80px;
    background: #3268b7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.icone {
    width: 60px;
}

.flexerD .itemY {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 33.3%;
}
.flexerD {
    display: flex;
    gap: 1rem;
}

p.stepTitle {
    background: #64a044;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    color: #fff;
    transform: scale(1);
    transition: all 0.3s;
}
.flexerD .itemY:hover p.stepTitle {
    transform: scale(1.2);
}
.container.num-5.makeItCenter h2 {
    text-align: center;
}

@media(max-width:991.98px){
.flexerD {
    flex-direction: column;
}
.flexerD .itemY {
        width: calc(100% - 2rem);
    }
.flexerB {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
}
    h1 {
    font-size: 2.5rem;
}
    .container {
    padding: 3rem 1.5rem;
}
.container .section, .flexer {
    flex-direction: column !important;
}
table {
    width: 100% !important;
}
.cont, 
.media {
    width: 100% !important;
}
.media-top .flexer {
    display: flex;
    flex-direction: column-reverse !important;
}
a.xbtnA button {
    padding: 1rem;
}
.btn {
    height: 50px;
    width: 50px;
    background: #3268b7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
.icone {
    width: 25px;
}
.tb-board {
    overflow: hidden;
    overflow-x: scroll;
}
    h1 {
        font-size: 1.75rem !important;
    }
}