/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* || VARIABLE CSS */
:root {
    /* - COLOR */
    --primary-color: #27BD9A;
    --primary-color-opacity: #27BD9ABF;
    --green-dark: #25b493;
    --secondary-color: #2695BD;
    --secondary-color-opacity: #2695BDBF;
    --black: #2D2929;
    --grey: #6F6C6C;
    --white: #FFFFFF;
}

/* || GENERAL STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
}
* {
    padding: 0;
    scroll-behavior: smooth;
}
*:focus {
    outline: 2px solid var(--secondary-color);
}
.green {
    color: var(--primary-color);
}
.hidden {
    visibility: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
    box-shadow: 0 0 0 30px white inset;
}
h1, h2, h3, h4, p, label, input, button, a {
    font-family: 'Noto Sans', sans-serif;
    color: var(--black);
}
.first_title {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3em;
}
.second_title {
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
}
.third_title {
    font-size: 2em;
    font-weight: 700;
}
.fourth_title {
    margin-top: 5px;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
}
p {
    font-size: 1em;
    font-weight: 400;
    text-align: justify;
    line-height: 1.5em;
}
.description {
    margin-top: 5px;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
}
.little_line {
    font-size: 0.8em;
    font-weight: 400;
    text-align: justify;
}
.button_text {
    font-size: 1em;
    font-weight: 700;
}
strong {
    font-weight: 700;
}
em {
    color: var(--secondary-color);
}
#previous_button:focus,
#next_button:focus {
    outline: none;
}
@media screen and (max-width: 1250px) {
    .first_title {
        font-size: 2.8em;
    }
    .second_title {
        font-size: 2.2em;
    }
    .third_title {
        font-size: 1.8em;
    }
    .fourth_title {
        font-size: 1.3em;
    }
    p, .button_text {
        font-size: 0.9em;
    }
    .description {
        font-size: 0.8em;
    }
    .little_line {
        font-size: 0.7em;
    }
}
@media screen and (max-width: 1000px) {
    .first_title, .second_title, .third_title, .fourth_title, p, .little_line {
        text-align: center;
    }
    .first_title {
        font-size: 3em;
    }
    .second_title {
        font-size: 2.4em;
    }
    .third_title {
        font-size: 2em;
    }
    .fourth_title {
        font-size: 1.5em;
    }
    p, .button_text {
        font-size: 1em;
    }
    .description {
        font-size: 0.9em;
    }
    .little_line {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 750px) {
    .first_title {
        font-size: 2.8em;
    }
    .second_title {
        font-size: 2.2em;
    }
    .third_title {
        font-size: 1.8em;
    }
    .fourth_title {
        font-size: 1.3em;
    }
    p, .button_text {
        font-size: 0.9em;
    }
    .description {
        font-size: 0.8em;
    }
    .little_line {
        font-size: 0.7em;
    }
}
@media screen and (max-width: 600px)  {
    .first_title {
        font-size: 2.6em;
    }
    .second_title {
        font-size: 2em;
    }
    .third_title {
        font-size: 1.6em;
    }
    .fourth_title {
        font-size: 1.1em;
    }
    p, .button_text {
        font-size: 0.8em;
    }
    .description {
        font-size: 0.7em;
    }
    .little_line {
        font-size: 0.6em;
    }
}
@media screen and (max-device-width: 1000px) {
    .first_title, .second_title, .third_title, .fourth_title, p, .little_line {
        text-align: center;
    }
    .first_title {
        font-size: 4em;
    }
    .second_title {
        font-size: 3.4em;
    }
    .third_title {
        font-size: 3em;
    }
    .fourth_title {
        font-size: 2em;
    }
    p, .button_text {
        font-size: 1.5em;
    }
    .description, input {
        font-size: 1.4em;
    }
    .little_line {
        font-size: 1.3em;
    }
}

/* || HOME ------------------------------------------------------------------------------------------------ */

#home {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    height: calc(100vh - 80px);
    padding: 40px 100px;
}
#home_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 5vw;
}
#home_left_bottom {
    border-top: 1px solid var(--black);
    padding-top: 15px;
}
#home_left header {
    display: flex;
    align-items: center;
}
#home_left header #xrai_logo {
    width: 60px;
}
#home_left header #title {
    margin-left: 5px;
    letter-spacing: 0.08em;
    font-size: 1.7em;
    color: var(--black);
}
#home_left #home_left_center #home_title {
    margin-bottom: 22px;
}
#home_left #home_left_center #home_details {
    margin-bottom: 30px;
}
#home_left #home_left_center #home_subtitle {
    margin-bottom: 5px;
}
#mc_embed_signup form {
    padding: 0 !important;
}
#mc_embed_signup * {
    font-family: 'Noto Sans', sans-serif;
}
#rmc_embed_signup label {
    color: var(--black);
}
.brandingLogo img {
    height: 30px;
}
#mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 25px;
    height: 50px;
}
#mc_embed_signup_scroll label {
    display: none !important;
}
#mc_embed_signup_scroll input {
    background: none !important;
    border: none !important;
    padding-left: 15px !important;
}
#mc_embed_signup_scroll .optionalParent {
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mc_embed_signup_scroll button {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: var(--secondary-color-opacity);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mc_embed_signup_scroll button:hover {
    background-color: var(--secondary-color);
}
#mc_embed_signup_scroll button img {
    height: 25px;
    width: 25px;
}
.callback_button {
    align-items: center;
    background: none;
    cursor: pointer;
    display: flex;
    border: none;
    margin: 5px 0 25px;
}
.callback_button #calendar_icon {
    height: 24px;
    width: 24px;
    background-color: var(--black);
    -webkit-mask: url(assets/svg/calendar.svg) no-repeat center;
    mask: url(assets/svg/calendar.svg) no-repeat center;
}
.callback_button .button_text {
    margin-left: 7px;
}
.callback_button:hover .button_text {
    color: var(--secondary-color);
}
.callback_button:hover #calendar_icon {
    background-color: var(--secondary-color);
}
#home_right {
    position: relative;
}
#home_right #home_right_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 80px 150px 0;
}
#home_right .home_logo {
    height: 55px;
}
#home_right #home_logos .home_logo:first-child {
    transform: translateY(8px);
    margin-right: 10px;
}
#home_right #home_partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}
#home_right #home_partner .description {
    color: var(--grey);
    margin-top: 8px;
}
#home_right #phone_crop {
    width: 60%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
    #home_right #home_right_top {
        margin: 60px 100px 0;
    }
}
@media screen and (max-width: 1000px) {
    #home {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: inherit;
    }
    #home_left {
        align-items: center;
    }
    #home_left #home_left_center #home_title,
    #home_left #home_left_center #home_details {
        margin-bottom: 35px;
    }
    .submit_email_button {
        width: 100%;
    }
    #home_left_bottom {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #home_right {
        position: relative;
        margin-top: 40px;
    }
    #home_right #home_right_top {
        margin: 0;
    }
    #home_right #phone_crop {
        width: 50%;
        position: relative;
        left: 50%;
        bottom: -43px;
    }
    #mc_embed_signup_scroll label {
        text-align: center !important;
    }
}
@media screen and (max-width: 650px) {
    #home_right #phone_crop {
        width: 75%;
        position: relative;
        left: 50%;
        bottom: -33px;
    }
    #home {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: inherit;
        padding: 30px 50px;
    }
}
@media screen and (max-device-width: 700px) {
    #home {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #home_left {
        align-items: center;
    }
    #home_left header {
        margin-bottom: 50px;
    }
    #home_left header #xrai_logo {
        width: 100px;
    }
    #home_left header #title {
        margin-left: 8px;
        font-size: 3.2em;
    }
    #home_left #home_left_center #home_title,
    #home_left #home_left_center #home_details {
        margin-bottom: 35px;
    }
    #home_left_bottom {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #home_left_bottom button {
        margin: 5px 0 35px;
    }
    #home_left_bottom #calendar_icon  {
        height: 35px;
        width: 35px;
    }
    #home_right {
        position: inherit;
        margin-top: 70px;
    }
    #home_right #home_right_top {
        margin: 0;
    }
    #home_right .home_logo {
        height: 80px;
    }
    #home_right #home_logos .home_logo:first-child {
        transform: translateY(12px);
    }
    #home_right #phone_crop {
        width: 75%;
        position: relative;
    }
}

/* || NAVBAR ------------------------------------------------------------------------------------------------ */

#navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(var(--primary-color-opacity), var(--white));
    padding: 60px 8vw;
}
#navbar .navbar_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: var(--white);
    border-radius: 8px;
    padding: 20px;
    height: 15vw;
    width: 15vw;
    color: var(--black);
}
#navbar .navbar_item:hover {
    transform: scale(1.0075);
}
#navbar .green_logo {
    height: 30%;
    margin-bottom: 15px;
}
#navbar .description {
    color: #504D4D;
}
#navbar .background_logo,
#navbar .white_logo,
#navbar .two_points {
    display: none;
}
#navbar .green_logo {
    display: inherit;
}
@media screen and (max-width: 1000px) {
    #navbar .green_logo {
        display: none;
    }
    #navbar .background_logo,
    #navbar .white_logo,
    #navbar .two_points {
        display: inherit;
    }
    #navbar {
        display: flex;
        flex-direction: column;
        padding: 50px 120px;
    }
    #navbar .navbar_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        margin-bottom: 20px;
        border-radius: 35px;
        padding: 5px;
        height: 60px;
        width: 100%;
    }
    #navbar .background_logo {
        background-color: var(--primary-color);
        border-radius: 25px;
        margin-left: 5px;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #navbar .white_logo {
        height: 50%;
    }
    #navbar .navbar_item .navbar_item_title {
        font-size: 0.9em;
        margin-left: 10px;
        display: flex;
    }
    #navbar .navbar_item .description {
        margin: 0 0 0 5px;
    }
    #navbar .navbar_item p::first-letter {
        text-transform: lowercase;
    }
    #navbar .navbar_item .two_points {
        margin-left: 5px;
    }
}
@media screen and (max-width: 750px)  {
    #navbar {
        padding: 50px;
    }
}
@media screen and (max-device-width: 700px) {
    #navbar {
        padding: 60px 120px;
    }
    #navbar .navbar_item {
        border-radius: 45px;
        padding: 5px;
        height: 80px;
    }
    #navbar .background_logo {
        border-radius: 35px;
        height: 70px;
        width: 70px;
    }
    #navbar .navbar_item .navbar_item_title {
        font-size: 1.5em;
    }
}

/* || EASY ------------------------------------------------------------------------------------------------ */

#easy_part {
    min-height: 100vh;
    padding: 50px 100px;
    scroll-margin-top: -70px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#easy_part .second_title {
    text-align: center;
}
#easy_part #presentation_desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.presentation_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: inherit;
    width: 20%;
}
.presentation_step img {
    width: 15vw;
}
.presentation_step .step_number {
    position: relative;
    min-height: 120px;
    width: 100%;
}
.presentation_step .step_number .background_step {
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border: 6px solid var(--primary-color);
    background-color: var(--white);
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
}
.presentation_step .step_number .background_step p {
    font-size: 1.5em;
}
#easy_part #presentation_left .horizontal_line {
    background-color: var(--primary-color);
    height: 6px;
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#easy_part #presentation_right .horizontal_line {
    background-color: var(--primary-color);
    height: 6px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.presentation_center .horizontal_line {
    background-color: var(--primary-color);
    height: 6px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.vertical_line {
    background-color: var(--primary-color);
    height: 50%;
    width: 6px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.presentation_details {
    position: absolute;
    top: 90%;
    text-align: center;
    padding: 0 20px;
    width: calc(100% - 40px);
}
#presentation_phone {
    display: none;
}
@media screen and (max-width: 1200px)  {
    #easy_part {
        padding: 50px;
    }
    .vertical_line {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1000px)  {
    #easy_part {
        scroll-margin-top: -10px;
    }
    #easy_part #presentation_desktop {
        display: none;
    }
    #presentation_phone {
        display: grid;
        grid-template-columns: 18% 64% 18%;
        padding-top: 40px;
        height: 70vh;
    }
    #presentation_phone button {
        cursor: pointer;
        background: none;
        border: none;
    }
    #presentation_phone img {
        justify-self: center;
        align-self: center;
        width: 50px;
    }
    #arrow_circle_left {
        transform: rotate(0.5turn);
    }
    #presentation_phone button:hover img {
        transform: scale(1.03);
    }
    #presentation_phone button:hover #arrow_circle_left {
        transform: scale(1.03) rotate(0.5turn);
    }
    #presentation_step_phone {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #step_details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #step_details #step_number_background {
        border: 6px solid var(--primary-color);
        background-color: var(--white);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 38px;
        margin-bottom: 10px;
        height: 50px;
        width: 50px;
    }
    #step_details #step_number_background strong {
        font-size: 1.5em;
    }
    #presentation_step_phone img {
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    #presentation_phone {
        height: inherit;
    }
    #presentation_step_phone img {
        width: 70%;
    }
}
@media screen and (max-device-width: 700px) {
    #easy_part {
        min-height: inherit;
    }
    #presentation_phone {
        height: inherit;
    }
    #presentation_step_phone img {
        width: 70%;
    }
    #step_details #step_number_background {
        border: 8px solid var(--primary-color);
        border-radius: 55px;
        height: 80px;
        width: 80px;
    }
    #presentation_phone button img {
        width: 80px;
    }
}

/* || MOBILE ------------------------------------------------------------------------------------------------ */

#mobile_part {
    background: linear-gradient(var(--primary-color-opacity), var(--white));
    padding: 40px 100px;
}
#mobile_cards {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mobile_cards .mobile_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 8px;
    margin: 0 40px 0 0;
    padding: 25px;
    height: 18vw;
    width: 18vw;
}
#mobile_part #mobile_title,
#mobile_part #mobile_subtitle {
    color: var(--white);
    text-align: center;
}
#mobile_part .details {
    color: var(--grey);
    padding: 0 10px;
    text-align: center;
}
#mobile_cards .mobile_card img {
    width: 75%;
}
@media screen and (max-width: 1000px) {
    #mobile_cards {
        flex-direction: column;
    }
    #mobile_cards .mobile_card {
        margin: 0 0 25px;
        height: 40vw;
        width: 40vw;
    }
}
@media screen and (max-width: 750px)  {
    #mobile_part {
        padding: 40px 60px;
    }
    #mobile_cards .mobile_card {
        height: 55vw;
        width: 55vw;
    }
}
@media screen and (max-device-width: 700px) {
    #mobile_cards .mobile_card {
        margin: 0 0 40px;
        border-radius: 10px;
        height: 55vw;
        width: 55vw;
    }
}

/* || RELIABLE ------------------------------------------------------------------------------------------------ */

#reliable_part {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 40px 100px;
}
#reliable_part #reliable_details {
    margin: 100px 40px 0 0;
}
#reliable_part #reliable_details #reliable_header {
    display: flex;
    align-items: center;
}
#reliable_part #reliable_details img {
    height: 100px;
    width: 100px;
}
#reliable_part #reliable_details #reliable_header #reliable_title {
    margin-left: 15px;
}
#reliable_part #reliable_details #first_paragraph {
    margin-top: 30px;
}
#reliable_part #reliable_details p {
    margin-top: 20px;
}
#reliable_part #reliable_presentation {
    display: flex;
    justify-content: center;
    align-items: center;
}
#reliable_part #reliable_presentation #reliable_phone_background,
#reliable_part #reliable_presentation {
    display: flex;
    justify-content: center;
    align-items: center;
}
#reliable_part #reliable_presentation #reliable_phone_background {
    background: linear-gradient(#27BD9A26, var(--primary-color-opacity));
    border-radius: 8px;
    padding: 20px 30px;
}
#reliable_part #reliable_presentation img {
    width: 90%;
}
@media screen and (max-width: 1150px) {
    #reliable_part {
        padding: 40px 60px;
    }
    #reliable_part #reliable_details {
        margin: 80px 40px 0 0;
    }
}
@media screen and (max-width: 1000px)  {
    #reliable_part {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #reliable_part #reliable_details #reliable_header {
        justify-content: center;
    }
    #reliable_part #reliable_details {
        margin: 40px;
    }
}
@media screen and (max-width: 750px)  {
    #reliable_part #reliable_details img {
        height: 70px;
        width: 70px;
    }
}
@media screen and (max-device-width: 700px) {
    #reliable_part {
        padding: 40px;
    }
    #reliable_part #reliable_details #reliable_header {
        margin-bottom: 40px;
    }
    #reliable_part #reliable_details img {
        height: 160px;
        width: 160px;
    }
    #reliable_part #reliable_presentation {
        margin: 30px 0;
        width: 80%;
    }
    #reliable_part #reliable_phone_background {
        width: 100%;
    }
}

/* || FAST ------------------------------------------------------------------------------------------------ */

#fast_part {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    background: linear-gradient(var(--primary-color-opacity), var(--white));
    scroll-margin-top: -80px;
    padding: 40px 100px;
    min-height: 80vh;
}
#fast_part #fast_picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#fast_part img {
    width: 90%;
}
#fast_part #fast_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}
#fast_part #fast_details #fast_subtitle,
#fast_part #fast_details #fast_title {
    color: var(--white);
}
#fast_part #fast_details #fast_subtitle {
    text-align: start;
}
#fast_part #fast_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
}
#fast_list .fast_advantage {
    display: flex;
    align-items: center;
    background-color: var(--white);
    margin-bottom: 20px;
    border-radius: 35px;
    height: 60px;
    padding: 5px;
    width: 100%;
}
#fast_list .fast_logo_background {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color-opacity);
    border-radius: 30px;
    margin: 0 10px 0 5px;
    height: 50px;
    width: 50px;
}
#fast_list .fast_logo_background img {
    width: 50%;
}
#fast_picture_desktop {
    display: inherit;
}
#fast_picture_phone {
    display: none;
}
@media screen and (max-width: 1000px)  {
    #fast_part {
        display: flex;
        flex-direction: column-reverse;
        scroll-margin-top: -10px;
    }
    #fast_part #fast_details #fast_subtitle {
        text-align: center;
    }
    #fast_picture_desktop {
        display: none;
    }
    #fast_part #fast_picture_phone {
        display: inherit;
        margin-top: 40px;
        width: 60%;
    }
}
@media screen and (max-width: 750px)  {
    #fast_part {
        padding: 40px;
    }
}
@media screen and (max-device-width: 1000px) {
    #fast_part {
        padding: 40px;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-device-width: 700px) {
    #fast_part {
        min-height: inherit;
        padding: 120px 40px;
    }
}

/* || CTC ------------------------------------------------------------------------------------------------ */

#call_to_action {
    padding: 30px 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#button_join {
    background-color: var(--secondary-color);
    padding: 10px 22px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: fit-content;
    color: var(--white);
    text-align: center;
    border: none;
}
#button_join:hover {
    transform: scale(1.003);
}
@media screen and (max-width: 1150px)  {
    #call_to_action {
        padding: 30px 25vw;
    }
}
@media screen and (max-width: 1000px)  {
    #call_to_action {
        padding: 30px 15vw;
    }
}
@media screen and (max-width: 700px)  {
    #call_to_action {
        padding: 30px;
    }
}
@media screen and (max-device-width: 700px) {
    #call_to_action {
        padding: 30px 10vw;
    }
}

/* || FOOTER ------------------------------------------------------------------------------------------------ */

footer {
    padding: 0 100px 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
footer #footer_logos_copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer #footer_logos {
    margin-bottom: 50px;
}
footer #footer_logos_copyright #xrai_company_logo {
    display: flex;
    align-items: center;
}
footer #footer_logos_copyright #xrai_company_logo img {
    width: 60px;
}
footer #footer_logos_copyright #xrai_company_logo p {
    margin-left: 5px;
    letter-spacing: 0.08em;
    font-size: 1.7em;
    color: var(--black);
}
footer #footer_networks {
    display: flex;
    margin-top: 5px;
}
footer #footer_networks li a img {
    width: 25px;
    margin-right: 34px;
}
footer #footer_networks li:hover {
    transform: scale(1.03);
}
footer #footer_links,
footer #footer_infos {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer #footer_links a:hover {
    color: var(--secondary-color);
}
footer #footer_infos .little_line {
    color: var(--grey);
}
footer #footer_infos #footer_email {
    display: flex;
}
footer #footer_infos #footer_email img {
    transform: rotate(0.25turn);
    margin-left: 30px;
}
footer #footer_infos #footer_email p {
    margin: 5px 0 0 5px;
}
footer #footer_infos {
    display: inherit;
}
footer #copyright {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer #copyright img {
    height: 35px;
}
footer #made_with {
    display: flex;
}
footer #storyset_logo {
    height: 30px;
    width: 30px;
    background-color: #0D2D50;
    border-radius: 4px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer #storyset_logo img {
    height: 25px;
    width: 25px;
}
@media screen and (max-width: 1000px)  {
    footer {
        padding: 0 50px 50px;
        justify-content: space-between;
    }
    footer .little_line {
        text-align: left;
    }
    footer #copyright {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    footer {
        padding: 50px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    footer #footer_infos {
        display: none;
    }
    footer #footer_logos_copyright #footer_logos {
        margin-bottom: 0;
    }
    footer #footer_links {
        justify-content: space-between;
        align-items: left;
        min-height: 14vh;
    }
    footer #footer_networks {
        justify-content: space-between;
    }
    footer #footer_networks  li a img {
        margin-right: 0;
    }
    footer #copyright_phone {
        display: inherit;
        margin-top: 20px;
    }
    footer #copyright {
        position: absolute;
        bottom: 0;
    }
    footer #copyright {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-device-width: 700px) {
    footer #footer_logos_copyright #xrai_company_logo img {
        width: 85px;
    }
    footer #footer_logos_copyright #xrai_company_logo p {
        margin-left: 5px;
        letter-spacing: 0.08em;
        font-size: 2.5em;
        color: var(--black);
    }
    footer {
        padding: 0;
        margin-bottom: 130px;
        flex-direction: column;
        align-items: center;
    }
    footer #copyright {
        position: absolute;
        bottom: -70px;
    }
    footer #footer_infos {
        display: none;
    }
    footer #footer_logos_copyright {
        justify-content: inherit;
    }
    footer #footer_logos_copyright #footer_logos {
        margin-bottom: 0;
    }
    footer #footer_logos_copyright .little_line {
        display: none;
    }
    footer #footer_links {
        justify-content: space-between;
        align-items: center;
        min-height: 14vh;
    }
    footer #footer_networks {
        justify-content: space-between;
    }
    footer #footer_networks  li a img {
        margin: 0 0 15px 0;
        width: 35px;
    }
    footer #copyright_phone {
        display: inherit;
        margin-top: 25px;
    }
    footer #copyright {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}