html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 0.2px;
    color: #272930;
    margin: 0;
}

h1 {
    font-family: adobe-garamond-pro, serif;
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 50px;

}

h2 {
    font-family: adobe-garamond-pro, serif;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #272930;
    margin-block-start: 40px;
    margin-block-end: 30px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h3 {
    font-family: adobe-garamond-pro, serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #272930;
    margin-block-start: 10px;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p {
    font-size: 20px;
    line-height: 26px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

svg {
    font-family: adobe-garamond-pro, serif;
}

.navbar {
    background-color: #ffc72d;
    color: #272930;
    top: 0;
    width: 100%;
    height: 70px;
    font-size: 15px;
    text-align: right;
    padding: 12px 0 0 0;
    position: fixed;
    z-index: 1;
}

.navbar a {
    margin-right: 30px;
    color: #272930;
}

.navbar a:active {
    text-decoration: underline;
}

.right a {
    float: right;
}

.social {
    font-size: 17px;
    padding: 8px;
}

.container {
    width: 100%;
}

.alert {
  margin: auto;
  width: 80%;
  height: auto;
  background: #ecab45;
  border-radius: 4px;
  padding: 17px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.award {
    font-weight: 800;
}

.award a {
    color: #272930;
}

.top {
    background-color: #ffc72d;
    height: 650px;
}

.clear {
    background-color: #fff;
    height: auto;
}

.yellow-top {
    border-top: 8px solid #ffc72d;
}

.row {
    max-width: 63rem;
    margin: auto;
    display: block;
}

.content {
    padding: 22px;
}

.wrapper {
    display: flex;
    padding: 22px;
}

.sidepanel {
    width: 200px;
    margin-top: 120px;
    background-color: #fff;
    overflow-x: hidden;
    position: fixed;
    height: 80%;

}

.sidepanel a.title {
    font-family: adobe-garamond-pro, serif;
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    color: #272930;
    display: block;
    padding-bottom: 15px;
}

.sidepanel a.section {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 30px;
    display: block;
    text-decoration: none;
    color: #272930;
}

.sidepanel a.sub-section {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    display: block;
    text-decoration: none;
    color: #272930;
    padding-left: 20px;

}

.sidepanel a.title:hover,
.sidepanel a.section:hover,
.sidepanel a.sub-section:hover {
    text-decoration: underline;
}

.video-thumb {
    margin-left: 25px;
    border-radius: 6px;
}

.main-col {
    width: 70%;
    margin: auto;
    text-align: center;
}

.main-col p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 36px;
}

.right-col {
    margin-top: 110px;
    text-align: left;
    width: 100%;
    margin-left: 220px;
}

.right-col h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
}

.right-col h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
}

.right-col h3 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 36px;
    text-align: left;
    margin-block-start: 20px;
    margin-block-end: 10px;
}

.right-col p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 36px;
}

.right-col a {
    color: #0066C3;
    text-decoration: underline;
}

.right-col ol {
    margin-block-start: 10px;
}

.col2 {
    float: left;
    width: 50%;
    height: auto;
    text-align: left;
}

.col2 a {
    color: #272930;
}

.col3 {
    float: left;
    width: 33.3%;
    height: auto;
}

.col3 img {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
}

.features {
    margin: 30px 20px 0px;
    border-radius: 12px;
    background-color: #fff;
}

.features p {
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    color: #272930;
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.app {
    max-width: 660px;
    border-radius: 9px;
    height: auto;
    padding: 0px;
    box-shadow: 20px 3px 17px rgba(0, 0, 0, 0.2);
}

.app img {
    width: 100%;
    border-radius: 9px;
}

.light {
    background-color: #fff;
    margin: 20px;
    height: auto;

}

.dark {
    background-color: #272930;
    height: auto;
    padding: 0px;
    margin-bottom: 30px;

}

.logo {
    width: 130px;
    float: left;
    margin: -10px 30px;
}

.col {
    width: 50%;
    float: left;
}

 .col-bottom {
        width: 80%;
    }

.button {
    font-family: 'Varela Round', sans-serif;
    background-color: #272930;
    color: #fff;
    position: relative;
    padding: 9px 45px 9px 45px;
    border-radius: 8px;
    margin: auto;
    top: 8px;
    line-height: 17px;
    cursor: pointer;
    border: 0;
    font-size: 16px;
}

.button a {
    color: #fff;
}

.button a:hover {
    color: #fff;
    text-decoration: none;
}

button:hover {
    background-color: #191a1f;
}


.button-outline {
    font-family: 'Varela Round', sans-serif;
    background-color: #ffc72d;
    color: #272930;
    position: relative;
    padding: 15px 12px;
    border-radius: 8px;
    margin: auto;
    top: 0px;
    line-height: 17px;
    cursor: pointer;
    border: 1.2px solid #272930;
    font-size: 16px;
}

.button-outline a {
    color: #272930;
}

.button-outline a:hover {
    text-decoration: none;
}

.button-outline:hover {
    background-color: #fff;
    border: 1.2px solid #fff;
}

.button-outline:hover .accordion {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
}


.button-lang {
    font-family: 'Varela Round', sans-serif;
    background-color: #ffc72d;
    color: #272930;
    position: relative;
    padding: 10px;
    border-radius: 8px;
    margin: auto;
    top: 0px;
    line-height: 17px;
    cursor: pointer;
    border: 0;
    font-size: 15px;
}

.button-lang a {
    color: #272930;
}

.button-lang a:hover {
    text-decoration: none;
}

.button-lang:hover {
    background-color: #fff;
}

.button-lang:hover .accordion {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.info {
    font-size: 12px;
    text-align: center;
}

.or {
    padding: 14px;
}

.top-info {
    font-family: adobe-garamond-pro, serif;
    font-size: 17px;
    text-align: center;

}

.app-only {
    font-size: 11px;
    font-family: 'Varela Round', sans-serif;
    background-color: #FCBA12;
    padding: 5px 10px;
    border-radius: 50px;
}

.divider {
    width: 40px;
    height: 4px;
    background: #ffc72d;
    border-radius: 30px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.left {
    margin: 20px 0;
}

.info-button {
    color: #272930;
    font-size: 14px;
    text-align: center;
    position: absolute;
}

.accordion {
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    margin: 5px -13px;
    z-index: 1;
    padding: 8.5px;
    opacity: 0;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, .2);
}

.accordion a {
    padding: 8px 3.3px;
    float: left;
}

.accordion a:hover {
    text-decoration: underline;
}

.imgcolumn {
    width: 100%;
    margin-left: 30px;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
}


.middle {
    float: left;
    width: 100%;
    padding: 5px 0 20px;
    font-size: 15px;
    text-align: center;
    background-color: #272930;
}

.bottom {
    float: left;
    width: 100%;
    padding: 50px 0;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
}

.footer {
    float: left;
    width: 100%;
    padding: 90px 0 20px;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
}

.footer a {
    color: #272930;
}

.resp-break {
    display: none;
}

.break {
    display: block;
}

.space {
    height: 12px;
    width: 100%;
    float: left;
}

.double {
    height: 60px;
}

.links {
    float: left;
    padding-bottom: 8px;
    color: #272930;
}

.links a:hover {
    text-decoration: underline;
}


[tooltip] {
    position: relative
}

[tooltip]::after,
[tooltip]::before {
    text-transform: none;
    font-size: 12px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: ubuntu, sans-serif;
    text-align: center;
    font-weight: 200;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 9px 6px 9px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2);
    background: #fff;
    color: #272930;
    z-index: 1000
}

[tooltip]:hover::after,
[tooltip]:hover::before {
    display: block
}

[tooltip='']::after,
[tooltip='']::before {
    display: none !important
}

[tooltip][flow^=down]::after {
    top: calc(100% + 5px)
}

[tooltip][flow^=down]::after,
[tooltip][flow^=down]::before {
    left: 50%;
    -webkit-transform: translate(-50%, .5em);
    transform: translate(-50%, .3em)
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

@-webkit-keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

[tooltip]:not([flow]):hover::after,
[tooltip]:not([flow]):hover::before,
[tooltip][flow^=down]:hover::after,
[tooltip][flow^=down]:hover::before {
    -webkit-animation: tooltips-vert .5s ease-out forwards;
    animation: tooltips-vert .5s ease-out forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .1s
}

.hamburger-menu {
    display: none;
}


#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 30px;
    right: 36px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #272930;
    transition-duration: .25s;
}

.menu__btn > span::before {
    content: '';
    top: -8px;
}

.menu__btn > span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
}

.menu__item {
    text-align: left;
    display: block;
    padding: 15px 50px;
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    text-decoration: underline;
}


/* Break Points */


/* Extra small-small devices (phones, 420px and down) */
@media only screen and (max-width: 420px) {

    .logo {
        width: 100px;
    }

    .navbar {
        height: auto;
    }

    h2 {
        font-size: 24px;
    }

    .col2 {
        width: 100%;
        text-align: center;
    }

    .col2 a {
        text-align: left;
    }

    .col3 {
        width: 100%;
    }

    .imgcolumn {
        display: none;
    }

    .links {
        float: none;
    }

    .video-thumb {
        margin-top: 40px;
        margin-left: 0px;
    }

}



/* Extra small devices (phones, 650px and down) */
@media only screen and (max-width: 650px) {

    .logo {
        width: 115px;
        margin: -10px 0px;
    }

    .hamburger-menu {
        display: block;
    }

    .right {
        display: none;
    }

    .button-lang {
        display: none;
    }

    .resp-break {
        display: block;
        margin: 17px;
    }

    .or {
        opacity: 0;
    }

    .accordion {
        display: none;
    }

    .main-col {
        width: 100%;
    }
    .col-bottom {
        width: 100%;
    }

    .light {
        margin: 0;
    }

    .wrapper {
        display: block;
    }

    .sidepanel {
        width: 100%;
        text-align: center;
        position: relative;
        height: auto;
    }

    .sidepanel a.title,
    .sidepanel a.section,
    .sidepanel a.sub-section {
        text-align: center;
    }

    .left {
        margin: 20px auto;
    }

    .right-col {
        position: relative;
        margin-top: 20px;
        margin-left: 0px;

    }
}

/* Small devices (portrait tablets and large phones, 650px and up) */
@media only screen and (min-width: 650px) {

    .logo {
        margin: -10px 0px;
    }

    .right a {
        float: right;
        padding-bottom: 5px;
    }
    .third {
        position: inherit;
    }



}

/* End Break Points */
