/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


/* line 7, /app/source/stylesheets/vendors/_reset.scss */

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,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}


/* MYMODAL */

.modal-content {
    font-family: 'Arial', sans-serif;
}

.modal-content h1 {
    padding-left: 20px;
    font-size: 29px;
    color: #444444;
    margin-bottom: 20px;
    font-weight: bold;
}

.modal-content p {
    background-color: white !important;
    color: gray;
    font-size: 12px;
    line-height: 1.5;
}


/* HTML5 display-role reset for older browsers */


/* line 96, /app/source/stylesheets/vendors/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* line 110, /app/source/stylesheets/vendors/_reset.scss */

body {
    line-height: 1;
    /* background: #e5e5e5; */
}


/* line 113, /app/source/stylesheets/vendors/_reset.scss */

ol,
ul {
    list-style: none;
}


/* line 117, /app/source/stylesheets/vendors/_reset.scss */

blockquote,
q {
    quotes: none;
}


/* line 120, /app/source/stylesheets/vendors/_reset.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* line 126, /app/source/stylesheets/vendors/_reset.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* line 1, /app/source/stylesheets/shared/utilities/_utilities.scss */

html {
    font-size: 62.5%;
    line-height: 1;
    -webkit-text-size-adjust: none;
    height: 100%;
}


/* line 8, /app/source/stylesheets/shared/utilities/_utilities.scss */

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    font-family: 'Arial', sans-serif;
    height: 100%;
    color: #12142a;
}


/* line 19, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-mt {
    margin-top: 0 !important;
}


/* line 23, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-mb {
    margin-bottom: 0 !important;
}


/* line 27, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-pt {
    padding-top: 0 !important;
}


/* line 31, /app/source/stylesheets/shared/utilities/_utilities.scss */

.no-pb {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1199px) {
    /* line 35, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .no-p-mobile {
        padding: 0 !important;
    }
}


/* line 41, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-t-center {
    text-align: center;
}


/* line 45, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo {
    position: relative;
    width: 100%;
    max-width: 33rem;
    height: 5rem;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
    /* line 45, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo {
        overflow: inherit;
    }
    /* line 60, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo.active .ag-combo__list {
        opacity: 1;
        visibility: visible;
    }
    /* line 64, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo.active:before {
        transform: rotate(-180deg) translateY(50%);
    }
}


/* line 70, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo * {
    box-sizing: border-box;
}


/* line 74, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: 0.8rem;
    z-index: 5;
    background: url("/images/na/assets/icons/arrow-down-black.svg") no-repeat center center;
    transform: translateY(-50%);
    transition: all 300ms ease;
    cursor: pointer;
}


/* line 90, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo select {
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 100%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    z-index: 6;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 90, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo select {
        display: none;
    }
}


/* line 110, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__label {
    display: none;
    padding: 0 2rem;
    font-size: 1.5rem;
    line-height: 5rem;
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    /* line 110, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo__label {
        display: block;
    }
}


/* line 122, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list {
    display: none;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 102%;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    font-size: 1.5rem;
    overflow-y: auto;
    /*height: rem(354);*/
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

@media only screen and (min-width: 1200px) {
    /* line 122, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-combo__list {
        display: block;
    }
}


/* line 141, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li {
    position: relative;
    width: 100%;
    padding-left: 2rem;
    line-height: 5rem;
    cursor: pointer;
}


/* line 148, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 0.1rem;
    background: #c7c6ca;
    opacity: 0.1;
}


/* line 160, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li[disabled] {
    cursor: default;
    opacity: 0.4;
}


/* line 166, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li:first-child:after {
    width: 100%;
}


/* line 172, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li:last-child:after {
    display: none;
}


/* line 177, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-combo__list li.active,
.ag-combo__list li:hover {
    background: rgba(255, 255, 255, 0.4);
}


/* line 185, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link-details {
    color: #000;
    text-decoration: none;
}


/* line 265, /app/source/stylesheets/shared/_mixins.scss */

.ag-link-details:before {
    content: url("../../assets/icons/note.png");
    margin-right: 0.5rem;
}

@media only screen and (min-width: 1200px) {
    /* line 271, /app/source/stylesheets/shared/_mixins.scss */
    .ag-link-details:hover {
        text-decoration: underline;
    }
}


/* line 189, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-input {
    border: 1px solid #e6e6e6;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 22rem;
    background: #fff;
    font-family: 'Arial', sans-serif;
    border-radius: 0;
    box-shadow: none;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 200, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-input:invalid {
    box-shadow: none;
}


/* line 204, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-input--norounded {
    border-radius: 0;
}

@media only screen and (min-width: 1200px) {
    /* line 189, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-input {
        padding: 0.5rem 2rem;
    }
}


/* line 212, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link {
    text-decoration: none;
    color: #2caae2;
}


/* line 216, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link:after {
    content: url("https://agora-extras-master.rgasp.com.br/assets/icons/arrow-rounded-right.svg");
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    line-height: 0.4;
}

@media only screen and (min-width: 1200px) {
    /* line 225, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-link:hover {
        color: #8fd3df;
    }
}


/* line 231, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-link--noicon:after {
    display: none;
}


/* line 237, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-invalid {
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    border-color: #f31545;
}


/* line 242, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-active {
    font-weight: 600;
}


/* line 246, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-d-none-mobile {
    display: none;
}

@media only screen and (min-width: 1200px) {
    /* line 246, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-d-none-mobile {
        display: inherit;
    }
}


/* line 253, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-d-none-laptop {
    display: inherit;
}

@media only screen and (min-width: 1200px) {
    /* line 253, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .ag-d-none-laptop {
        display: none;
    }
}


/* line 260, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-d-none {
    display: none !important;
}


/* line 264, /app/source/stylesheets/shared/utilities/_utilities.scss */

.lightbox-open {
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    /* line 268, /app/source/stylesheets/shared/utilities/_utilities.scss */
    [data-tippy-mobile-link] {
        color: #09282a;
        border-bottom: 1px solid #09282a;
    }
}


/* line 274, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.light-theme {
    color: #000;
    border: 1px solid #b0b1b6;
    padding: 2rem;
    background-color: white;
}


/* line 282, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.light-theme .tippy-backdrop {
    background-color: white;
}


/* line 286, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
}


/* line 291, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.transl-theme {
    color: #000;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/* line 299, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.transl-theme .tippy-backdrop {
    background-color: #fff;
}


/* line 303, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-tooltip.transl-theme[data-animatefill] {
    background-color: transparent;
}


/* line 310, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='right'] .tippy-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    border-right: 7px solid #b0b1b6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin: 4px 0;
    top: 25px;
}


/* line 322, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='right'] .tippy-tooltip .tippy-arrow {
    border-right-color: white;
}


/* line 327, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='right'] .tippy-roundarrow {
    fill: #fff;
}


/* line 334, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='left'] .tippy-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: -8px;
    border-left: 7px solid #b0b1b6;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin: 4px 0;
    top: 25px;
}


/* line 347, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='left'] .tippy-tooltip .tippy-arrow {
    border-left-color: white;
}


/* line 352, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tippy-popper[x-placement^='left'] .tippy-roundarrow {
    fill: #fff;
}


/* line 357, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template {
    text-align: left;
}


/* line 360, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template__title {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2rem;
}


/* line 366, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template__table {
    width: 100%;
    margin-bottom: 1rem;
}


/* line 370, /app/source/stylesheets/shared/utilities/_utilities.scss */

.tip-template__table td {
    padding: 0.5rem 0;
}


/* line 376, /app/source/stylesheets/shared/utilities/_utilities.scss */

.hide {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    /* line 380, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .hide-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 386, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .hide-desktop {
        display: none !important;
    }
}


/* line 392, /app/source/stylesheets/shared/utilities/_utilities.scss */

.show-d-mobile {
    display: block !important;
}


/* line 396, /app/source/stylesheets/shared/utilities/_utilities.scss */

.show-f-mobile {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (min-width: 1200px) {
    /* line 400, /app/source/stylesheets/shared/utilities/_utilities.scss */
    .show-mobile,
    .show-d-mobile,
    .ag-show-mobile,
    .ag-show-d-mobile {
        display: none !important;
    }
}


/* line 409, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}


/* line 415, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox.active svg {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/* line 421, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox>i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.2rem;
    margin-right: 1rem;
    background: #09282a;
    border-radius: 0.5rem;
}


/* line 432, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox>i svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 200ms ease;
}


/* line 440, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox.disabled>i {
    background: #b5bfbf;
}


/* line 442, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox.disabled>i svg g {
    stroke: #fff0e6;
}


/* line 448, /app/source/stylesheets/shared/utilities/_utilities.scss */

.custom-checkbox input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}


/* line 460, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-toggle {
    cursor: pointer;
    margin: 0;
    border-top: solid 0.1rem #ececed;
    padding: 2rem 0;
}


/* line 468, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-toggle.active .ag-table__icon--seedetail:before {
    height: 0;
}


/* line 475, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-content {
    display: none;
    margin-bottom: 2rem;
}


/* line 480, /app/source/stylesheets/shared/utilities/_utilities.scss */

.ag-accordion-content.active {
    display: block;
}


/* line 2, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-icon-help:before {
    display: block;
    content: url("../assets/icons/help.svg");
    height: 1.8rem;
}


/* line 9, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}


/* line 18, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico-edit {
    height: 18px;
    width: 16px;
    border-radius: 0;
    background-image: url("../assets/icons/edit.svg");
}


/* line 24, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico-export {
    height: 28px;
    width: 21px;
    border-radius: 0;
    background-image: url("../assets/icons/export.svg");
}


/* line 31, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange {
    background-color: #0e3c40;
}


/* line 34, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange.ag-btn-icon--big {
    width: 36px;
    height: 36px;
}


/* line 38, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange.ag-btn-icon--big i {
    background-size: 12px;
}


/* line 43, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange i {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}


/* line 49, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-close {
    background-image: url("../assets/icons/close-beige.svg");
}


/* line 52, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-add {
    background-image: url("../assets/icons/add-beige.svg");
}


/* line 55, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-remove {
    background-image: url("../assets/icons/remove-beige.svg");
}


/* line 58, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-help {
    background-image: url("../assets/icons/help-beige.svg");
}


/* line 61, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-attention {
    background-image: url("../assets/icons/attention-beige.svg");
}


/* line 64, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-triangle {
    background-color: transparent;
    background-image: url("../assets/icons/triangle-beige.svg");
}


/* line 68, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--hot-orange .ag-ico-arrow {
    background-color: transparent;
    background-image: url("../assets/icons/arrow-beige.svg");
}


/* line 73, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen {
    background: #fccdac;
}


/* line 76, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen.ag-btn-icon--big {
    width: 36px;
    height: 36px;
}


/* line 80, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen.ag-btn-icon--big i {
    background-size: 12px;
}


/* line 85, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen i {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}


/* line 92, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-close {
    background-image: url("../assets/icons/close-darkgreen.svg");
}


/* line 95, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-add {
    background-image: url("../assets/icons/add-darkgreen.svg");
}


/* line 98, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-remove {
    background-image: url("../assets/icons/remove-darkgreen.svg");
}


/* line 101, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-help {
    background-image: url("../assets/icons/help-darkgreen.svg");
}


/* line 104, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-attention {
    background-image: url("../assets/icons/attention-darkgreen.svg");
}


/* line 107, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-triangle {
    background-color: transparent;
    background-image: url("../assets/icons/triangle-darkgreen.svg");
}


/* line 111, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--darkgreen .ag-ico-arrow {
    background-color: transparent;
    background-image: url("../assets/icons/arrow-darkgreen.svg");
}


/* line 117, /app/source/stylesheets/shared/utilities/_icons-utils.scss */

.ag-ico--disabled {
    opacity: 0.6;
    cursor: inherit;
}


/* line 1, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-small-green {
    color: #fff;
    text-decoration: none;
}


/* line 6, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-disabled {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ececed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b0b1b6;
    cursor: not-allowed;
    border-color: transparent;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-disabled:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-disabled:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-disabled a {
    text-decoration: none;
}


/* line 14, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-small-dark-navy {
    color: #fccdac !important;
}


/* line 18, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-btn-small-hot-orange {
    color: #09282a !important;
}


/* line 22, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons {
    margin-top: 4rem;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    /* line 22, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        bottom: auto;
        margin-top: 6rem;
    }
    /* line 34, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons--align-justify {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* line 38, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons--align-right {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


/* line 43, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons__btn {
    display: block;
    margin: 2rem auto;
}

@media only screen and (min-width: 1200px) {
    /* line 43, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons__btn {
        margin: 0 1rem;
    }
    /* line 50, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons__btn:first-child {
        margin-right: 0;
    }
    /* line 54, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons__btn:last-child {
        margin-left: 0;
    }
}


/* line 60, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons--align-left {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
    /* line 64, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */
    .ag-buttons--align-left .ag-buttons__btn:last-child {
        margin-left: 0;
    }
}


/* line 72, /app/source/stylesheets/shared/utilities/_buttons-utils.scss */

.ag-buttons--nomargin {
    margin: 0;
}


/* line 1, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-big {
    font-weight: 600;
}


/* line 6, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-u-big {
    font-weight: 600;
    text-transform: uppercase;
}


/* line 12, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-medium {
    font-weight: 600;
}


/* line 17, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-big {
    font-weight: normal;
}


/* line 22, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-medium {
    font-weight: normal;
}


/* line 27, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-medium-small {
    font-weight: 600;
}


/* line 32, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-small {
    font-weight: normal;
}


/* line 37, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-title-b-small {
    font-weight: 600;
}


/* line 42, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-smallest {
    font-weight: normal;
}


/* line 47, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-u-smallest,
.ag-btn-disabled,
.ag-btn-simple,
.ag-btn-small-gray-dark,
.ag-btn-big-gray-dark,
.ag-btn-small-transparent,
.ag-btn-big-transparent,
.ag-btn-small-transparent--gray-dark,
.ag-btn-big-transparent--gray-dark,
.ag-btn-small-gray-medium-dark,
.ag-btn-big-gray-medium-dark,
.ag-btn-small-transparent--gray-medium-dark,
.ag-btn-big-transparent--gray-medium-dark,
.ag-btn-small-gray-medium,
.ag-btn-big-gray-medium,
.ag-btn-small-transparent--gray-medium,
.ag-btn-big-transparent--gray-medium,
.ag-btn-small-gray-medium-light,
.ag-btn-big-gray-medium-light,
.ag-btn-small-transparent--gray-medium-light,
.ag-btn-big-transparent--gray-medium-light,
.ag-btn-small-gray-light,
.ag-btn-big-gray-light,
.ag-btn-small-transparent--gray-light,
.ag-btn-big-transparent--gray-light,
.ag-btn-small-gray-light2,
.ag-btn-big-gray-light2,
.ag-btn-small-transparent--gray-light2,
.ag-btn-big-transparent--gray-light2,
.ag-btn-small-gray-light3,
.ag-btn-big-gray-light3,
.ag-btn-small-transparent--gray-light3,
.ag-btn-big-transparent--gray-light3,
.ag-btn-small-gray-light4,
.ag-btn-big-gray-light4,
.ag-btn-small-transparent--gray-light4,
.ag-btn-big-transparent--gray-light4,
.ag-btn-small-gray-light5,
.ag-btn-big-gray-light5,
.ag-btn-small-transparent--gray-light5,
.ag-btn-big-transparent--gray-light5,
.ag-btn-small-gray-light6,
.ag-btn-big-gray-light6,
.ag-btn-small-transparent--gray-light6,
.ag-btn-big-transparent--gray-light6,
.ag-btn-small-darkgreen-dark,
.ag-btn-big-darkgreen-dark,
.ag-btn-small-transparent--darkgreen-dark,
.ag-btn-big-transparent--darkgreen-dark,
.ag-btn-small-darkgreen-medium-dark,
.ag-btn-big-darkgreen-medium-dark,
.ag-btn-small-transparent--darkgreen-medium-dark,
.ag-btn-big-transparent--darkgreen-medium-dark,
.ag-btn-small-darkgreen-medium,
.ag-btn-big-darkgreen-medium,
.ag-btn-small-transparent--darkgreen-medium,
.ag-btn-big-transparent--darkgreen-medium,
.ag-btn-small-darkgreen-medium-light,
.ag-btn-big-darkgreen-medium-light,
.ag-btn-small-transparent--darkgreen-medium-light,
.ag-btn-big-transparent--darkgreen-medium-light,
.ag-btn-small-darkgreen-light,
.ag-btn-big-darkgreen-light,
.ag-btn-small-transparent--darkgreen-light,
.ag-btn-big-transparent--darkgreen-light,
.ag-btn-small-darkgreen2-dark,
.ag-btn-big-darkgreen2-dark,
.ag-btn-small-transparent--darkgreen2-dark,
.ag-btn-big-transparent--darkgreen2-dark,
.ag-btn-small-darkgreen2-medium-dark,
.ag-btn-big-darkgreen2-medium-dark,
.ag-btn-small-transparent--darkgreen2-medium-dark,
.ag-btn-big-transparent--darkgreen2-medium-dark,
.ag-btn-small-darkgreen2-medium,
.ag-btn-big-darkgreen2-medium,
.ag-btn-small-transparent--darkgreen2-medium,
.ag-btn-big-transparent--darkgreen2-medium,
.ag-btn-small-darkgreen2-medium-light,
.ag-btn-big-darkgreen2-medium-light,
.ag-btn-small-transparent--darkgreen2-medium-light,
.ag-btn-big-transparent--darkgreen2-medium-light,
.ag-btn-small-darkgreen2-light,
.ag-btn-big-darkgreen2-light,
.ag-btn-small-transparent--darkgreen2-light,
.ag-btn-big-transparent--darkgreen2-light,
.ag-btn-small-darkgreen2-dark--hover,
.ag-btn-big-darkgreen2-dark--hover,
.ag-btn-small-transparent--darkgreen2-dark--hover,
.ag-btn-big-transparent--darkgreen2-dark--hover,
.ag-btn-small-beige,
.ag-btn-big-beige,
.ag-btn-small-transparent--beige,
.ag-btn-big-transparent--beige,
.ag-btn-small-beige-dark,
.ag-btn-big-beige-dark,
.ag-btn-small-transparent--beige-dark,
.ag-btn-big-transparent--beige-dark,
.ag-btn-small-beige-dark--hover,
.ag-btn-big-beige-dark--hover,
.ag-btn-small-transparent--beige-dark--hover,
.ag-btn-big-transparent--beige-dark--hover,
.ag-btn-small-beige-medium-dark,
.ag-btn-big-beige-medium-dark,
.ag-btn-small-transparent--beige-medium-dark,
.ag-btn-big-transparent--beige-medium-dark,
.ag-btn-small-beige-medium,
.ag-btn-big-beige-medium,
.ag-btn-small-transparent--beige-medium,
.ag-btn-big-transparent--beige-medium,
.ag-btn-small-beige-medium-light,
.ag-btn-big-beige-medium-light,
.ag-btn-small-transparent--beige-medium-light,
.ag-btn-big-transparent--beige-medium-light,
.ag-btn-small-beige-light,
.ag-btn-big-beige-light,
.ag-btn-small-transparent--beige-light,
.ag-btn-big-transparent--beige-light,
.ag-btn-small-green-dark,
.ag-btn-big-green-dark,
.ag-btn-small-transparent--green-dark,
.ag-btn-big-transparent--green-dark,
.ag-btn-small-green-medium-dark,
.ag-btn-big-green-medium-dark,
.ag-btn-small-transparent--green-medium-dark,
.ag-btn-big-transparent--green-medium-dark,
.ag-btn-small-green-medium,
.ag-btn-big-green-medium,
.ag-btn-small-transparent--green-medium,
.ag-btn-big-transparent--green-medium,
.ag-btn-small-green-medium-light,
.ag-btn-big-green-medium-light,
.ag-btn-small-transparent--green-medium-light,
.ag-btn-big-transparent--green-medium-light,
.ag-btn-small-green-light,
.ag-btn-big-green-light,
.ag-btn-small-transparent--green-light,
.ag-btn-big-transparent--green-light,
.ag-btn-small-graphite-dark,
.ag-btn-big-graphite-dark,
.ag-btn-small-transparent--graphite-dark,
.ag-btn-big-transparent--graphite-dark,
.ag-btn-small-graphite-medium,
.ag-btn-big-graphite-medium,
.ag-btn-small-transparent--graphite-medium,
.ag-btn-big-transparent--graphite-medium,
.ag-btn-small-graphite-light,
.ag-btn-big-graphite-light,
.ag-btn-small-transparent--graphite-light,
.ag-btn-big-transparent--graphite-light,
.ag-btn-small-green2-dark,
.ag-btn-big-green2-dark,
.ag-btn-small-transparent--green2-dark,
.ag-btn-big-transparent--green2-dark,
.ag-btn-small-green2-medium,
.ag-btn-big-green2-medium,
.ag-btn-small-transparent--green2-medium,
.ag-btn-big-transparent--green2-medium,
.ag-btn-small-green2-light,
.ag-btn-big-green2-light,
.ag-btn-small-transparent--green2-light,
.ag-btn-big-transparent--green2-light,
.ag-btn-small-coral-dark,
.ag-btn-big-coral-dark,
.ag-btn-small-transparent--coral-dark,
.ag-btn-big-transparent--coral-dark,
.ag-btn-small-coral-medium,
.ag-btn-big-coral-medium,
.ag-btn-small-transparent--coral-medium,
.ag-btn-big-transparent--coral-medium,
.ag-btn-small-coral-light,
.ag-btn-big-coral-light,
.ag-btn-small-transparent--coral-light,
.ag-btn-big-transparent--coral-light,
.ag-btn-small-blue-dark,
.ag-btn-big-blue-dark,
.ag-btn-small-transparent--blue-dark,
.ag-btn-big-transparent--blue-dark,
.ag-btn-small-blue-medium,
.ag-btn-big-blue-medium,
.ag-btn-small-transparent--blue-medium,
.ag-btn-big-transparent--blue-medium,
.ag-btn-small-blue-light,
.ag-btn-big-blue-light,
.ag-btn-small-transparent--blue-light,
.ag-btn-big-transparent--blue-light,
.ag-btn-small-purple-dark,
.ag-btn-big-purple-dark,
.ag-btn-small-transparent--purple-dark,
.ag-btn-big-transparent--purple-dark,
.ag-btn-small-purple-medium,
.ag-btn-big-purple-medium,
.ag-btn-small-transparent--purple-medium,
.ag-btn-big-transparent--purple-medium,
.ag-btn-small-purple-light,
.ag-btn-big-purple-light,
.ag-btn-small-transparent--purple-light,
.ag-btn-big-transparent--purple-light,
.ag-btn-small-black,
.ag-btn-big-black,
.ag-btn-small-transparent--black,
.ag-btn-big-transparent--black,
.ag-btn-small-white,
.ag-btn-big-white,
.ag-btn-small-transparent--white,
.ag-btn-big-transparent--white,
.ag-btn-small-new-alert-red,
.ag-btn-big-new-alert-red,
.ag-btn-small-transparent--new-alert-red,
.ag-btn-big-transparent--new-alert-red,
.ag-btn-small-alert-red,
.ag-btn-big-alert-red,
.ag-btn-small-transparent--alert-red,
.ag-btn-big-transparent--alert-red,
.ag-btn-small-alert-red--hover,
.ag-btn-big-alert-red--hover,
.ag-btn-small-transparent--alert-red--hover,
.ag-btn-big-transparent--alert-red--hover,
.ag-btn-small-new-alert-green,
.ag-btn-big-new-alert-green,
.ag-btn-small-transparent--new-alert-green,
.ag-btn-big-transparent--new-alert-green,
.ag-btn-small-alert-green,
.ag-btn-big-alert-green,
.ag-btn-small-transparent--alert-green,
.ag-btn-big-transparent--alert-green,
.ag-btn-small-alert-green--hover,
.ag-btn-big-alert-green--hover,
.ag-btn-small-transparent--alert-green--hover,
.ag-btn-big-transparent--alert-green--hover,
.ag-btn-small-transparent--transparent,
.ag-btn-big-transparent--transparent,
.ag-btn-small-agora,
.ag-btn-big-agora,
.ag-btn-small-transparent--agora,
.ag-btn-big-transparent--agora,
.ag-btn-small-navy,
.ag-btn-big-navy,
.ag-btn-small-transparent--navy,
.ag-btn-big-transparent--navy,
.ag-btn-small-dark-navy,
.ag-btn-big-dark-navy,
.ag-btn-small-transparent--dark-navy,
.ag-btn-big-transparent--dark-navy,
.ag-btn-small-dark-navy-2,
.ag-btn-big-dark-navy-2,
.ag-btn-small-transparent--dark-navy-2,
.ag-btn-big-transparent--dark-navy-2,
.ag-btn-small-gray,
.ag-btn-big-gray,
.ag-btn-small-transparent--gray,
.ag-btn-big-transparent--gray,
.ag-btn-small-dark-gray,
.ag-btn-big-dark-gray,
.ag-btn-small-transparent--dark-gray,
.ag-btn-big-transparent--dark-gray,
.ag-btn-small-black-light,
.ag-btn-big-black-light,
.ag-btn-small-transparent--black-light,
.ag-btn-big-transparent--black-light,
.ag-btn-small-beige-hover,
.ag-btn-big-beige-hover,
.ag-btn-small-transparent--beige-hover,
.ag-btn-big-transparent--beige-hover,
.ag-btn-small-red,
.ag-btn-big-red,
.ag-btn-small-transparent--red,
.ag-btn-big-transparent--red,
.ag-btn-small-red-dark,
.ag-btn-big-red-dark,
.ag-btn-small-transparent--red-dark,
.ag-btn-big-transparent--red-dark,
.ag-btn-small-green,
.ag-btn-big-green,
.ag-btn-small-transparent--green,
.ag-btn-big-transparent--green,
.ag-btn-small-blue,
.ag-btn-big-blue,
.ag-btn-small-transparent--blue,
.ag-btn-big-transparent--blue,
.ag-btn-small-gray-button,
.ag-btn-big-gray-button,
.ag-btn-small-transparent--gray-button,
.ag-btn-big-transparent--gray-button,
.ag-btn-small-gray-button--hover,
.ag-btn-big-gray-button--hover,
.ag-btn-small-transparent--gray-button--hover,
.ag-btn-big-transparent--gray-button--hover,
.ag-btn-small-salmon,
.ag-btn-big-salmon,
.ag-btn-small-transparent--salmon,
.ag-btn-big-transparent--salmon,
.ag-btn-small-blue-sky,
.ag-btn-big-blue-sky,
.ag-btn-small-transparent--blue-sky,
.ag-btn-big-transparent--blue-sky,
.ag-btn-small-blue-ocean,
.ag-btn-big-blue-ocean,
.ag-btn-small-transparent--blue-ocean,
.ag-btn-big-transparent--blue-ocean,
.ag-btn-small-violet,
.ag-btn-big-violet,
.ag-btn-small-transparent--violet,
.ag-btn-big-transparent--violet,
.ag-btn-small-argil,
.ag-btn-big-argil,
.ag-btn-small-transparent--argil,
.ag-btn-big-transparent--argil,
.ag-btn-small-midnight-dark,
.ag-btn-big-midnight-dark,
.ag-btn-small-transparent--midnight-dark,
.ag-btn-big-transparent--midnight-dark,
.ag-btn-small-midnight-medium-dark,
.ag-btn-big-midnight-medium-dark,
.ag-btn-small-transparent--midnight-medium-dark,
.ag-btn-big-transparent--midnight-medium-dark,
.ag-btn-small-midnight-medium,
.ag-btn-big-midnight-medium,
.ag-btn-small-transparent--midnight-medium,
.ag-btn-big-transparent--midnight-medium,
.ag-btn-small-midnight-medium-light,
.ag-btn-big-midnight-medium-light,
.ag-btn-small-transparent--midnight-medium-light,
.ag-btn-big-transparent--midnight-medium-light,
.ag-btn-small-midnight-light,
.ag-btn-big-midnight-light,
.ag-btn-small-transparent--midnight-light,
.ag-btn-big-transparent--midnight-light,
.ag-btn-small-emerald-dark,
.ag-btn-big-emerald-dark,
.ag-btn-small-transparent--emerald-dark,
.ag-btn-big-transparent--emerald-dark,
.ag-btn-small-emerald-medium-dark,
.ag-btn-big-emerald-medium-dark,
.ag-btn-small-transparent--emerald-medium-dark,
.ag-btn-big-transparent--emerald-medium-dark,
.ag-btn-small-emerald-medium,
.ag-btn-big-emerald-medium,
.ag-btn-small-transparent--emerald-medium,
.ag-btn-big-transparent--emerald-medium,
.ag-btn-small-emerald-medium-light,
.ag-btn-big-emerald-medium-light,
.ag-btn-small-transparent--emerald-medium-light,
.ag-btn-big-transparent--emerald-medium-light,
.ag-btn-small-emerald-light,
.ag-btn-big-emerald-light,
.ag-btn-small-transparent--emerald-light,
.ag-btn-big-transparent--emerald-light,
.ag-btn-small-mint-dark,
.ag-btn-big-mint-dark,
.ag-btn-small-transparent--mint-dark,
.ag-btn-big-transparent--mint-dark,
.ag-btn-small-mint-medium-dark,
.ag-btn-big-mint-medium-dark,
.ag-btn-small-transparent--mint-medium-dark,
.ag-btn-big-transparent--mint-medium-dark,
.ag-btn-small-mint-medium,
.ag-btn-big-mint-medium,
.ag-btn-small-transparent--mint-medium,
.ag-btn-big-transparent--mint-medium,
.ag-btn-small-mint-medium-light,
.ag-btn-big-mint-medium-light,
.ag-btn-small-transparent--mint-medium-light,
.ag-btn-big-transparent--mint-medium-light,
.ag-btn-small-mint-light,
.ag-btn-big-mint-light,
.ag-btn-small-transparent--mint-light,
.ag-btn-big-transparent--mint-light,
.ag-btn-small-hot-orange,
.ag-btn-big-hot-orange,
.ag-btn-small-transparent--hot-orange,
.ag-btn-big-transparent--hot-orange,
.ag-btn-small-hot-orange-dark,
.ag-btn-big-hot-orange-dark,
.ag-btn-small-transparent--hot-orange-dark,
.ag-btn-big-transparent--hot-orange-dark,
.ag-btn-small-hot-orange-dark--hover,
.ag-btn-big-hot-orange-dark--hover,
.ag-btn-small-transparent--hot-orange-dark--hover,
.ag-btn-big-transparent--hot-orange-dark--hover,
.ag-btn-small-hot-orange-medium-dark,
.ag-btn-big-hot-orange-medium-dark,
.ag-btn-small-transparent--hot-orange-medium-dark,
.ag-btn-big-transparent--hot-orange-medium-dark,
.ag-btn-small-hot-orange-medium,
.ag-btn-big-hot-orange-medium,
.ag-btn-small-transparent--hot-orange-medium,
.ag-btn-big-transparent--hot-orange-medium,
.ag-btn-small-hot-orange-medium-light,
.ag-btn-big-hot-orange-medium-light,
.ag-btn-small-transparent--hot-orange-medium-light,
.ag-btn-big-transparent--hot-orange-medium-light,
.ag-btn-small-hot-orange-light,
.ag-btn-big-hot-orange-light,
.ag-btn-small-transparent--hot-orange-light,
.ag-btn-big-transparent--hot-orange-light,
.ag-btn-small-cold-gray-dark,
.ag-btn-big-cold-gray-dark,
.ag-btn-small-transparent--cold-gray-dark,
.ag-btn-big-transparent--cold-gray-dark,
.ag-btn-small-cold-gray-medium-dark,
.ag-btn-big-cold-gray-medium-dark,
.ag-btn-small-transparent--cold-gray-medium-dark,
.ag-btn-big-transparent--cold-gray-medium-dark,
.ag-btn-small-cold-gray-medium,
.ag-btn-big-cold-gray-medium,
.ag-btn-small-transparent--cold-gray-medium,
.ag-btn-big-transparent--cold-gray-medium,
.ag-btn-small-cold-gray-medium-light,
.ag-btn-big-cold-gray-medium-light,
.ag-btn-small-transparent--cold-gray-medium-light,
.ag-btn-big-transparent--cold-gray-medium-light,
.ag-btn-small-cold-gray-light,
.ag-btn-big-cold-gray-light,
.ag-btn-small-transparent--cold-gray-light,
.ag-btn-big-transparent--cold-gray-light,
.ag-btn-small-gray-text,
.ag-btn-big-gray-text,
.ag-btn-small-transparent--gray-text,
.ag-btn-big-transparent--gray-text,
.ag-btn-small-gray-text-dark,
.ag-btn-big-gray-text-dark,
.ag-btn-small-transparent--gray-text-dark,
.ag-btn-big-transparent--gray-text-dark,
.ag-btn-small-green-1,
.ag-btn-big-green-1,
.ag-btn-small-transparent--green-1,
.ag-btn-big-transparent--green-1,
.ag-btn-small-gray-1,
.ag-btn-big-gray-1,
.ag-btn-small-transparent--gray-1,
.ag-btn-big-transparent--gray-1,
.ag-btn-small-gray-2,
.ag-btn-big-gray-2,
.ag-btn-small-transparent--gray-2,
.ag-btn-big-transparent--gray-2,
.ag-btn-small-font-menu,
.ag-btn-big-font-menu,
.ag-btn-small-transparent--font-menu,
.ag-btn-big-transparent--font-menu,
.ag-btn-small-link-menu,
.ag-btn-big-link-menu,
.ag-btn-small-transparent--link-menu,
.ag-btn-big-transparent--link-menu {
    font-weight: 600;
    text-transform: uppercase;
}


/* line 54, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-u-small {
    font-weight: 600;
    text-transform: uppercase;
}


/* line 61, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-small {
    font-weight: normal;
}


/* line 66, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-small {
    font-weight: 600;
}


/* line 71, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-medium {
    font-weight: normal;
}


/* line 76, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-b-medium {
    font-weight: 600;
}


/* line 81, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-text-big {
    font-weight: normal;
}


/* line 86, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-link--active {
    font-weight: 600;
}


/* line 91, /app/source/stylesheets/shared/utilities/_typography-utils.scss */

.ag-link-u--hover:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* line 1, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs {
    display: none;
    padding: 10rem 0rem 0 !important;
}

@media only screen and (min-width: 1200px) {
    /* line 1, /app/source/stylesheets/modules/_breadcrumbs.scss */
    .ag-breadcrumbs {
        display: block;
    }
}


/* line 9, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs:not(.ag-breadcrumbs--float)+div {
    margin-top: 4rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/modules/_breadcrumbs.scss */
    .ag-breadcrumbs:not(.ag-breadcrumbs--float)+div {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 17, /app/source/stylesheets/modules/_breadcrumbs.scss */
    .ag-breadcrumbs--float {
        position: absolute;
        top: 1rem;
        left: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        z-index: 2;
    }
    /* line 27, /app/source/stylesheets/modules/_breadcrumbs.scss */
    .ag-breadcrumbs--float .ag-breadcrumbs__list__items:not(:last-child):after {
        content: url("../assets/icons/arrow-breadcrumb-black.png");
    }
}


/* line 33, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
}


/* line 36, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs__list__items {
    margin-right: 1rem;
}


/* line 40, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs__list__items:not(:last-child):after {
    content: url("../assets/icons/arrow-breadcrumb.png");
    margin-left: 1rem;
    display: inline-block;
}


/* line 47, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs__list__items:last-child {
    font-weight: 600;
}


/* line 51, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs__list__items a {
    text-decoration: none;
    color: #000;
}


/* line 55, /app/source/stylesheets/modules/_breadcrumbs.scss */

.ag-breadcrumbs__list__items a:hover {
    text-decoration: underline;
}


/* line 1, /app/source/stylesheets/modules/_table.scss */

.ag-table {
    width: 100%;
    margin-bottom: 6rem;
}


/* line 5, /app/source/stylesheets/modules/_table.scss */

.ag-table * {
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
    /* line 9, /app/source/stylesheets/modules/_table.scss */
    .ag-table thead {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 18, /app/source/stylesheets/modules/_table.scss */
    .ag-table tr:nth-child(2n+1) .ag-table__text {
        background: #fff;
    }
}


/* line 25, /app/source/stylesheets/modules/_table.scss */

.ag-table__filter {
    display: block;
    margin: 5rem 0 3rem;
    font-size: 1.5rem;
}

@media only screen and (min-width: 1200px) {
    /* line 25, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
    /* line 35, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter--align-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}


/* line 40, /app/source/stylesheets/modules/_table.scss */

.ag-table__filter__combo {
    margin-top: 2rem;
}


/* line 44, /app/source/stylesheets/modules/_table.scss */

.ag-table__filter__actions {
    display: none;
}


/* line 47, /app/source/stylesheets/modules/_table.scss */

.ag-table__filter__actions--mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 30rem;
}

@media print {
    /* line 47, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter__actions--mobile {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 44, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* line 62, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter__actions--mobile {
        display: none;
    }
}


/* line 67, /app/source/stylesheets/modules/_table.scss */

.ag-table__filter__actions__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    text-transform: uppercase;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    margin: 0 1rem;
}

@media only screen and (min-width: 1200px) {
    /* line 78, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter__actions__btn:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 84, /app/source/stylesheets/modules/_table.scss */
    .ag-table__filter__actions__btn:hover {
        text-decoration: underline;
    }
}


/* line 89, /app/source/stylesheets/modules/_table.scss */

.ag-table__filter__actions__btn svg {
    margin-right: 0.5rem;
}


/* line 98, /app/source/stylesheets/modules/_table.scss */

.ag-table__title.empty,
.ag-table__text.empty {
    background: transparent !important;
    border-color: #fff;
}


/* line 103, /app/source/stylesheets/modules/_table.scss */

.ag-table__title.ag-br-none,
.ag-table__text.ag-br-none {
    border-right: none;
}

@media only screen and (min-width: 1200px) {
    /* line 107, /app/source/stylesheets/modules/_table.scss */
    .ag-table__title--no-border,
    .ag-table__text--no-border {
        border-right: 0 !important;
    }
}


/* line 113, /app/source/stylesheets/modules/_table.scss */

.ag-table__title sup,
.ag-table__text sup {
    font-size: 1rem;
    position: relative;
    top: -0.5rem;
}


/* line 120, /app/source/stylesheets/modules/_table.scss */

.ag-table__title {
    border-right: 0.1rem solid #353749;
    padding: 2rem;
    background: #13383d;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}


/* line 130, /app/source/stylesheets/modules/_table.scss */

.ag-table__title:last-child {
    border-right: 0;
}


/* line 134, /app/source/stylesheets/modules/_table.scss */

.ag-table__title a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}


/* line 141, /app/source/stylesheets/modules/_table.scss */

.ag-table__title i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
}


/* line 147, /app/source/stylesheets/modules/_table.scss */

.ag-table__title--sort {
    cursor: pointer;
}


/* line 151, /app/source/stylesheets/modules/_table.scss */

.ag-table__title--sort:after {
    display: inline-block;
    content: '';
    top: 3.8rem;
    right: 2rem;
    border-top: 0.4rem solid #fccdac;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    position: absolute;
}


/* line 165, /app/source/stylesheets/modules/_table.scss */

.ag-table__title--sort[aria-sort='ascending']:after {
    border-top: none;
    border-bottom: 0.4rem solid #fccdac;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
}


/* line 175, /app/source/stylesheets/modules/_table.scss */

.ag-table__text {
    padding: 1rem;
    background: #fcfcfc;
    font-size: 1.5rem;
    vertical-align: middle;
}

@media only screen and (max-width: 1199px) {
    /* line 181, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text--big-mobile {
        padding: 1rem 1rem 3rem 1rem;
    }
}


/* line 187, /app/source/stylesheets/modules/_table.scss */

.ag-table__text--offer-info {
    background: #fff;
}


/* line 190, /app/source/stylesheets/modules/_table.scss */

.ag-table__text--offer-info .ag-table__text__title {
    border-color: #e7e7e7;
    border-left: 0.1rem solid #e7e7e7;
    background: #fff;
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 175, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text {
        border-right: 0.1rem solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding: 2rem;
        line-height: 2.4rem;
    }
    /* line 204, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:first-child {
        border-left: 0.1rem solid #e7e7e7;
    }
}


/* line 209, /app/source/stylesheets/modules/_table.scss */

.ag-table__text__title {
    display: none;
    padding: 1rem 1rem 0;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: left;
    border-bottom: 0.1rem solid #353749;
    font-size: 1.3rem;
    color: #fff;
    background: #09282a;
    box-sizing: border-box;
}

@media only screen and (max-width: 320px) {
    /* line 209, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text__title {
        padding: 0.6rem 1rem 0;
        line-height: 1.4rem;
        font-size: 1.2rem;
    }
}


/* line 230, /app/source/stylesheets/modules/_table.scss */

.ag-table__text__link {
    color: #09282a;
    text-decoration: none;
    border-bottom: 1px solid #09282a;
}


/* line 236, /app/source/stylesheets/modules/_table.scss */

.ag-table__text img {
    display: inline-block;
    vertical-align: middle;
}


/* line 242, /app/source/stylesheets/modules/_table.scss */

.ag-table__icon {
    position: relative;
    cursor: pointer;
}


/* line 246, /app/source/stylesheets/modules/_table.scss */

.ag-table__icon:not(.ag-table__icon--help) {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
    background: #fccdac;
    border-radius: 50%;
}


/* line 255, /app/source/stylesheets/modules/_table.scss */

.ag-table__icon--help {
    display: inline-block;
    content: '';
    background: url("../../../assets/icons/help.svg") no-repeat;
    width: 1.6rem;
    height: 1.6rem;
}


/* line 264, /app/source/stylesheets/modules/_table.scss */

.ag-table__icon--seedetail:before,
.ag-table__icon--seedetail:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #09282a;
    transform: translate(-50%, -50%);
    transition: all 300ms ease;
}


/* line 275, /app/source/stylesheets/modules/_table.scss */

.ag-table__icon--seedetail:before {
    width: 0.1rem;
    height: 0.8rem;
}


/* line 279, /app/source/stylesheets/modules/_table.scss */

.ag-table__icon--seedetail:after {
    width: 0.8rem;
    height: 0.1rem;
}


/* line 286, /app/source/stylesheets/modules/_table.scss */

.ag-table__flag-container {
    display: block;
}


/* line 290, /app/source/stylesheets/modules/_table.scss */

.ag-table__flag {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
    /* line 290, /app/source/stylesheets/modules/_table.scss */
    .ag-table__flag {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        padding: 0.5rem;
        width: auto;
        top: 50%;
        right: 2rem;
        padding: 0.5rem 0.8rem;
        transform: translateY(-50%);
    }
}


/* line 313, /app/source/stylesheets/modules/_table.scss */

.ag-table__flag--warning:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    background: url("../../../assets/icons/flag-warning.svg") no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 1200px) {
    /* line 313, /app/source/stylesheets/modules/_table.scss */
    .ag-table__flag--warning:before {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    /* line 1, /app/source/stylesheets/modules/_table.scss */
    .ag-table {
        display: block;
    }
    /* line 333, /app/source/stylesheets/modules/_table.scss */
    .ag-table>tbody,
    .ag-table>tbody>tr:not(.ag-table__detailrow),
    .ag-table>tr:not(.ag-table__detailrow),
    .ag-table__text {
        display: block;
    }
    /* line 340, /app/source/stylesheets/modules/_table.scss */
    .ag-table tr {
        margin-bottom: 3rem;
    }
    /* line 345, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text__title {
        display: block;
    }
    /* line 349, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:not(.empty) {
        position: relative;
        width: 50%;
        margin-left: 50%;
        text-align: right;
        border-right: 0.1rem solid #e7e7e7;
        line-height: 2rem;
    }
    /* line 357, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:not(.empty):after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.1rem;
        background: #e7e7e7;
    }
    /* line 368, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:not(.empty) i {
        position: absolute;
        top: 1rem;
        left: -3rem;
    }
    /* line 374, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:not(.empty):first-child {
        border-top: 0.1rem solid #e7e7e7;
    }
    /* line 377, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:not(.empty):last-child {
        border-bottom: 0.1rem solid #e7e7e7;
    }
    /* line 382, /app/source/stylesheets/modules/_table.scss */
    .ag-table__text:not(.empty):last-child:after {
        display: none;
    }
}


/* line 391, /app/source/stylesheets/modules/_table.scss */

.ag-table--protocols .ag-table__group {
    margin-bottom: 4rem;
}


/* line 396, /app/source/stylesheets/modules/_table.scss */

.ag-table--protocols .ag-table__group.active .ag-table__icon--seedetail:before {
    height: 0;
}


/* line 400, /app/source/stylesheets/modules/_table.scss */

.ag-table--protocols .ag-table__group.active .ag-table__detail {
    display: block;
}


/* line 403, /app/source/stylesheets/modules/_table.scss */

.ag-table--protocols .ag-table__group.active .ag-table__detail__seemore {
    background: transparent;
    border-top: none;
}

@media only screen and (max-width: 1199px) {
    /* line 410, /app/source/stylesheets/modules/_table.scss */
    .ag-table--protocols .ag-table__group>tr>td {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 391, /app/source/stylesheets/modules/_table.scss */
    .ag-table--protocols .ag-table__group {
        margin-bottom: 0;
    }
}


/* line 422, /app/source/stylesheets/modules/_table.scss */

.ag-table--reinvest .ag-table__group {
    margin-bottom: 4rem;
}


/* line 427, /app/source/stylesheets/modules/_table.scss */

.ag-table--reinvest .ag-table__group.active .ag-table__icon--seedetail:before {
    height: 0;
}


/* line 431, /app/source/stylesheets/modules/_table.scss */

.ag-table--reinvest .ag-table__group.active .ag-table__detail {
    display: table-row;
}


/* line 433, /app/source/stylesheets/modules/_table.scss */

.ag-table--reinvest .ag-table__group.active .ag-table__detail .ag-table__text {
    background: #fcfcfc;
}


/* line 437, /app/source/stylesheets/modules/_table.scss */

.ag-table--reinvest .ag-table__group.active .ag-table__detail__seemore {
    background: transparent;
    border-top: none;
}

@media only screen and (max-width: 1199px) {
    /* line 444, /app/source/stylesheets/modules/_table.scss */
    .ag-table--reinvest .ag-table__group>tr>td {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    /* line 422, /app/source/stylesheets/modules/_table.scss */
    .ag-table--reinvest .ag-table__group {
        margin-bottom: 0;
    }
}


/* line 455, /app/source/stylesheets/modules/_table.scss */

.ag-table__disclaimer {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

@media only screen and (min-width: 1200px) {
    /* line 455, /app/source/stylesheets/modules/_table.scss */
    .ag-table__disclaimer {
        margin-top: 3rem;
    }
}


/* line 463, /app/source/stylesheets/modules/_table.scss */

.ag-table__disclaimer p {
    line-height: 1.6rem;
}


/* line 468, /app/source/stylesheets/modules/_table.scss */

.ag-table__pagination {
    margin-bottom: 3rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) {
    /* line 468, /app/source/stylesheets/modules/_table.scss */
    .ag-table__pagination {
        margin-top: 3rem;
    }
}


/* line 478, /app/source/stylesheets/modules/_table.scss */

.ag-table__pagination__btn {
    display: block;
    margin: 0 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 2.7rem;
    background: #f7f7f7;
    border: 0.1rem solid #e7e7e7;
    color: #494b5c;
}


/* line 492, /app/source/stylesheets/modules/_table.scss */

.ag-table__pagination__btn.disabled {
    opacity: 0.4;
    cursor: default;
}


/* line 497, /app/source/stylesheets/modules/_table.scss */

.ag-table__pagination__btn.active {
    background: #09282a;
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    /* line 478, /app/source/stylesheets/modules/_table.scss */
    .ag-table__pagination__btn {
        transition: all 300ms ease;
    }
    /* line 505, /app/source/stylesheets/modules/_table.scss */
    .ag-table__pagination__btn:hover:not(.active) {
        opacity: 0.6;
    }
}


/* line 512, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail {
    display: none;
    border-right: 0.1rem solid #e7e7e7;
    font-size: 1.5rem;
    width: 100%;
}


/* line 524, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail__table {
    width: 100%;
}


/* line 529, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail__table thead th {
    text-align: left;
    font-weight: bold;
    padding: 1rem;
    border-left: 0.1rem solid #e7e7e7;
    border-right: 0.1rem solid #e7e7e7;
    border-bottom: 0.1rem solid #e7e7e7;
}


/* line 539, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail__table tbody td {
    padding: 1rem;
    border-left: 0.1rem solid #e7e7e7;
    border-right: 0.1rem solid #e7e7e7;
    border-bottom: 0.1rem solid #e7e7e7;
}


/* line 546, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail__table tfoot {
    border-left: 0.1rem solid #e7e7e7;
    border-right: 0.1rem solid #e7e7e7;
}


/* line 549, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail__table tfoot td {
    text-align: left;
    font-weight: bold;
    padding: 1rem;
    background-color: #fcfcfc;
    border-bottom: 0.1rem solid #e7e7e7;
}


/* line 556, /app/source/stylesheets/modules/_table.scss */

.ag-table__detail__table tfoot td:first-child {
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    /* line 565, /app/source/stylesheets/modules/_table.scss */
    .ag-table--buy tr {
        margin-bottom: 4rem;
    }
    /* line 569, /app/source/stylesheets/modules/_table.scss */
    .ag-table--buy tr:last-child {
        margin-bottom: 2rem;
    }
}


/* line 576, /app/source/stylesheets/modules/_table.scss */

.ag-table--buy .ag-table__text--button {
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
}


/* line 582, /app/source/stylesheets/modules/_table.scss */

.ag-table--buy .ag-table__text--button>a,
.ag-table--buy .ag-table__text--button button {
    display: block;
}

@media only screen and (max-width: 1199px) {
    /* line 582, /app/source/stylesheets/modules/_table.scss */
    .ag-table--buy .ag-table__text--button>a,
    .ag-table--buy .ag-table__text--button button {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    /* line 595, /app/source/stylesheets/modules/_table.scss */
    .ag-table--funds tr {
        margin-bottom: 4rem;
    }
    /* line 599, /app/source/stylesheets/modules/_table.scss */
    .ag-table--funds tr:last-child {
        margin-bottom: 2rem;
    }
}


/* line 606, /app/source/stylesheets/modules/_table.scss */

.ag-table--funds .ag-table__text--button {
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media only screen and (min-width: 320px) {
    /* line 606, /app/source/stylesheets/modules/_table.scss */
    .ag-table--funds .ag-table__text--button {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 321px) {
    /* line 606, /app/source/stylesheets/modules/_table.scss */
    .ag-table--funds .ag-table__text--button {
        width: auto;
    }
}


/* line 620, /app/source/stylesheets/modules/_table.scss */

.ag-table--funds .ag-table__text--button>a,
.ag-table--funds .ag-table__text--button button {
    display: inline-block;
}


/* line 623, /app/source/stylesheets/modules/_table.scss */

.ag-table--funds .ag-table__text--button>a:nth-child(2),
.ag-table--funds .ag-table__text--button button:nth-child(2) {
    margin-top: 1rem;
}

@media only screen and (max-width: 1199px) {
    /* line 620, /app/source/stylesheets/modules/_table.scss */
    .ag-table--funds .ag-table__text--button>a,
    .ag-table--funds .ag-table__text--button button {
        max-width: 100%;
    }
}


/* line 635, /app/source/stylesheets/modules/_table.scss */

.ag-table--cart tfoot td {
    background-color: #fcfcfc;
    border: 0.1rem solid #e7e7e7;
    vertical-align: middle;
}


/* line 640, /app/source/stylesheets/modules/_table.scss */

.ag-table--cart tfoot td .ag-cell-total,
.ag-table--cart tfoot td .ag-cell-btn {
    margin: 4rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


/* line 647, /app/source/stylesheets/modules/_table.scss */

.ag-table--cart tfoot td .ag-table-cart--total {
    width: 50%;
    font-size: 1.8rem;
    font-weight: bold;
}


/* line 651, /app/source/stylesheets/modules/_table.scss */

.ag-table--cart tfoot td .ag-table-cart--total strong {
    font-weight: normal;
    font-size: 3.5rem;
    display: inline-block;
    margin-top: 2rem;
}


/* line 658, /app/source/stylesheets/modules/_table.scss */

.ag-table--cart tfoot td .ag-table-cart--virtual-signature {
    background-color: #fcfcfc;
    width: 100%;
    padding: 0;
}

@media only screen and (min-width: 320px) {
    /* line 664, /app/source/stylesheets/modules/_table.scss */
    .ag-table--cart tfoot td .ag-btn-simple {
        max-width: 24rem;
    }
}


/* line 673, /app/source/stylesheets/modules/_table.scss */

.ag-table--schedules .ag-bg-gray td.ag-table__text {
    background-color: #f7f7f7;
}


/* line 676, /app/source/stylesheets/modules/_table.scss */

.ag-table--schedules .ag-bg-white td.ag-table__text {
    background-color: #fff;
}


/* line 683, /app/source/stylesheets/modules/_table.scss */

.ag-table--cotacao .ag-variation--up {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #5ba875;
}


/* line 689, /app/source/stylesheets/modules/_table.scss */

.ag-table--cotacao .ag-variation--up:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 0.8rem solid #5ba875;
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
}

@media only screen and (max-width: 1200px) {
    /* line 689, /app/source/stylesheets/modules/_table.scss */
    .ag-table--cotacao .ag-variation--up:before {
        right: 60px;
        margin-top: -1rem;
    }
}


/* line 708, /app/source/stylesheets/modules/_table.scss */

.ag-table--cotacao .ag-variation--down {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #e37a7a;
}


/* line 714, /app/source/stylesheets/modules/_table.scss */

.ag-table--cotacao .ag-variation--down:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 0.8rem solid #e37a7a;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
}

@media only screen and (max-width: 1200px) {
    /* line 714, /app/source/stylesheets/modules/_table.scss */
    .ag-table--cotacao .ag-variation--down:before {
        right: 60px;
        margin-top: -1rem;
    }
}


/* line 732, /app/source/stylesheets/modules/_table.scss */

.ag-table--cotacao .ag-variation--equal {
    position: relative;
    width: 100%;
    display: inline-block;
}


/* line 738, /app/source/stylesheets/modules/_table.scss */

.ag-table--cotacao .ag-variation--equal:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 0.2rem solid #666;
    border-top: 0.2rem solid #666;
    border-right: none;
    border-left: none;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
    width: 1rem;
    height: 0.3rem;
}

@media only screen and (max-width: 1200px) {
    /* line 738, /app/source/stylesheets/modules/_table.scss */
    .ag-table--cotacao .ag-variation--equal:before {
        right: 60px;
        margin-top: -1rem;
    }
}


/* line 760, /app/source/stylesheets/modules/_table.scss */

.ag-table__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8rem;
}


/* line 766, /app/source/stylesheets/modules/_table.scss */

.ag-table__actions .ag-link--ativos,
.ag-table__actions .ag-link--refresh {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 1.4rem;
    position: relative;
    padding-right: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


/* line 777, /app/source/stylesheets/modules/_table.scss */

.ag-table__actions .ag-link--ativos:after,
.ag-table__actions .ag-link--refresh:after {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    margin-right: -7rem;
    margin-left: 4rem;
}


/* line 790, /app/source/stylesheets/modules/_table.scss */

.ag-table__actions .ag-link--ativos:after {
    background: transparent url("/assets/icons/stroke.svg") no-repeat center center;
}


/* line 796, /app/source/stylesheets/modules/_table.scss */

.ag-table__actions .ag-link--refresh:after {
    background: transparent url("/assets/icons/refresh.png") no-repeat center center;
}


/* line 2, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 0.2rem solid #fccdac;
}

.ag-page__tabsnav__btns a:hover {
    color: #09282a;
    text-decoration: none;
}

.ag-page--funds-list {
    margin-top: 6em;
}


/* line 7, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btns--gray {
    border-bottom: 0.2rem solid #999;
}

.ag-page__tabsnav__btns--gray .ag-page__tabsnav__btn:after {
    background: #999;
}


/* line 12, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btn {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    text-align: center;
    font-size: 1.6rem;
    color: #09282a;
    text-decoration: none;
}


/* line 23, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btn:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fccdac;
    transition: all 300ms ease;
}


/* line 35, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btn.active {
    font-weight: 700;
}


/* line 38, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btn.active:after {
    height: 0.7rem;
}

@media only screen and (min-width: 1200px) {
    /* line 45, /app/source/stylesheets/modules/_tabs.scss */
    .ag-page__tabsnav__btn:hover:not([disabled]):after {
        height: 0.7rem;
    }
}


/* line 51, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btn--gray {
    color: #121428;
}


/* line 53, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabsnav__btn--gray:after {
    background: #999;
}


/* line 60, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent {
    display: none;
    padding-top: 4rem;
}

@media only screen and (min-width: 1200px) {
    /* line 60, /app/source/stylesheets/modules/_tabs.scss */
    .ag-page__tabscontent {
        padding-top: 7rem;
    }
}


/* line 68, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent.active {
    display: block;
}


/* line 72, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab {
    padding-bottom: 7rem;
}


/* line 73, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list {
    height: 8.5rem;
    border-bottom: solid 2px #afaeb3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


/* line 79, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list li {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


/* line 84, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list li a {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 8.5rem;
}


/* line 96, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list li a.ag-disabled {
    color: #b7b8be;
}


/* line 100, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 300ms ease;
    background-color: #afaeb3;
}


/* line 112, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list li a.active {
    font-weight: 700;
}


/* line 115, /app/source/stylesheets/modules/_tabs.scss */

.ag-page__tabscontent__subtab .ag-subtabs__list li a.active:after {
    height: 0.7rem;
}

@media only screen and (min-width: 1200px) {
    /* line 121, /app/source/stylesheets/modules/_tabs.scss */
    .ag-page__tabscontent__subtab .ag-subtabs__list li a:hover:not([disabled]):after {
        height: 0.7rem;
    }
}


/* line 1, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #fff;
    background: #fff;
    overflow-y: scroll;
    transition: all 300ms ease;
    opacity: 1 !important;
    visibility: hidden;
}

@media only screen and (min-width: 768px) {
    /* line 1, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox {
        box-sizing: border-box;
        background: rgba(11, 11, 11, 0.8);
    }
}


/* line 21, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox--active {
    opacity: 1;
    visibility: visible;
}


/* line 24, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox--active .ag-lightbox__main {
    opacity: 1;
    visibility: visible;
    transition-duration: 600ms;
    transition-delay: 200ms;
}

@media only screen and (min-width: 768px) {
    /* line 31, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__container {
        padding: 5rem 0 10rem 0;
    }
}


/* line 37, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__main {
    width: 100%;
    margin: 0 auto;
    max-width: 71rem;
    background: #fff;
    /* transition: all 300ms ease; */
}

@media only screen and (min-width: 768px) {
    /* line 37, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__main {
        box-shadow: -3px 3px 35px 0px rgba(0, 0, 0, 0.2);
    }
}


/* line 49, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header {
    position: relative;
    background-color: #09282a;
}


/* line 53, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    background: transparent;
    border: 0;
    /* transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1); */
    cursor: pointer;
}


/* line 62, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__close:hover {
    opacity: 0.5;
    /* transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1); */
    cursor: pointer;
}


/* line 69, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__wrapper {
    padding: 4rem 3rem;
}


/* line 73, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__title {
    position: relative;
    padding-right: 32%;
    font-size: 2.3rem;
    line-height: 2.8rem;
    box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
    /* line 73, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__header__title {
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
        padding-left: 1rem;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 3.4rem;
        line-height: 3.8rem;
    }
}


/* line 89, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__title:after {
    display: block;
    content: url("../../../assets/icons/warning.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.5rem;
    height: 6.6rem;
}

@media only screen and (min-width: 1200px) {
    /* line 89, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__header__title:after {
        right: 5%;
    }
}


/* line 103, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__title br {
    display: none;
}

@media only screen and (min-width: 1200px) {
    /* line 103, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__header__title br {
        display: block;
    }
}


/* line 111, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__title--big:after {
    bottom: 2rem;
}


/* line 116, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__header__title--remove:after {
    display: block;
    content: url("../../../assets/icons/trash.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.5rem;
    height: 6.6rem;
}

@media only screen and (min-width: 1200px) {
    /* line 116, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__header__title--remove:after {
        right: 5%;
    }
}


/* line 133, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__headermini {
    position: relative;
    padding: 2.5rem 2rem;
    background: #09282a;
}


/* line 138, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__headermini__title {
    text-align: center;
    text-transform: uppercase;
}


/* line 143, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__headermini__close {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    cursor: pointer;
}


/* line 153, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__headermini__close:hover {
    opacity: 0.5;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    cursor: pointer;
}


/* line 161, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body {
    padding: 4rem;
    background: #fff;
    font-size: 2rem;
    color: #000;
}


/* line 167, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body>p {
    margin-bottom: 5rem;
}


/* line 170, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body>p:last-child {
    margin-bottom: 0;
}


/* line 175, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body>ul {
    margin-left: 2rem;
    margin-bottom: 5rem;
}


/* line 180, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body li {
    margin-bottom: 2rem;
    list-style: outside;
}


/* line 184, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body li:last-child {
    margin-bottom: 0;
}


/* line 189, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body p,
.ag-lightbox__body li {
    line-height: 2.6rem;
}


/* line 193, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body p a,
.ag-lightbox__body li a {
    font-weight: 700;
    color: #12142a;
    text-decoration: none;
    border-bottom: 1px solid #12142a;
    transition: all 300ms ease;
}


/* line 200, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body p a[href^='tel'],
.ag-lightbox__body li a[href^='tel'] {
    font-weight: normal;
    border: 0;
}

@media only screen and (min-width: 1200px) {
    /* line 206, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__body p a:hover,
    .ag-lightbox__body li a:hover {
        opacity: 0.5;
    }
}

@media only screen and (min-width: 768px) {
    /* line 213, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__body__cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 94%;
        margin: 0 auto;
        text-align: center;
    }
}


/* line 223, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__col {
    width: 100%;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    /* line 223, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__body__col {
        margin-bottom: 0;
        padding: 0 1rem;
    }
}


/* line 233, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__buttons {
    text-align: center;
}


/* line 236, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__buttons p {
    margin-top: 1.5rem;
    font-size: 1.5rem;
}


/* line 241, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__buttons>a {
    margin: 0 auto;
}


/* line 246, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__checkbox {
    margin-top: 3rem;
    font-size: 1.5rem;
}

@media only screen and (min-width: 1200px) {
    /* line 246, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__body__checkbox {
        padding-left: 1rem;
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* line 257, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__checkbox label {
    text-align: left;
}


/* line 261, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__body__checkbox input {
    margin-right: 1rem;
}


/* line 267, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs {
    background: #fff;
    box-sizing: border-box;
}


/* line 271, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__main {
    margin: 0 auto;
}


/* line 275, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
}


/* line 280, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__nav__btn {
    position: relative;
    display: block;
    padding: 3rem 0;
    width: 100%;
    border: 0;
    font-size: 1.7rem;
    text-align: center;
    background: #fff;
    outline: none;
    cursor: pointer;
}


/* line 292, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__nav__btn:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fccdac;
    /* transition: all 300ms ease; */
}


/* line 305, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__nav__btn.active:after {
    height: 0.7rem;
}


/* line 312, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__tab {
    display: none;
    margin-top: 4rem;
    padding: 0 2rem 4rem;
    font-size: 1.5rem;
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 312, /app/source/stylesheets/shared/_lightbox.scss */
    .ag-lightbox__tabs__tab {
        padding: 0 4rem 4rem;
    }
}


/* line 323, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__tab.active {
    display: block;
}


/* line 327, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__tab p {
    margin-bottom: 2rem;
}


/* line 332, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__tables {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* line 336, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__tables .ag-lightbox__tabs__table {
    width: 32%;
    max-width: 32%;
}


/* line 342, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}


/* line 347, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table tbody tr {
    background: #fcfcfc;
}


/* line 350, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table tbody tr:nth-child(2n+2) {
    background: #f7f7f7;
}


/* line 355, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__title {
    position: relative;
    padding: 2rem 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    background: #09282a;
}


/* line 366, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__title.hide-lt-borders:before,
.ag-lightbox__tabs__table__title.hide-lt-borders:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
}


/* line 373, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__title.hide-lt-borders:before {
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 110%;
}


/* line 379, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__title.hide-lt-borders:after {
    top: -1px;
    right: 0;
    width: 110%;
    height: 1px;
}


/* line 387, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__title:first-child {
    border-left: 0;
}


/* line 392, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__content {
    padding: 2rem 0;
    vertical-align: middle;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.5rem;
    text-align: center;
}


/* line 400, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table__content:first-child {
    border-left: 0;
}


/* line 407, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table--rating tbody tr {
    background: #fcfcfc !important;
}


/* line 409, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table--rating tbody tr:last-child {
    border-color: #a0a09b;
}


/* line 415, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table--rating tbody:nth-child(2n+2) tr {
    background: #f7f7f7 !important;
}


/* line 420, /app/source/stylesheets/shared/_lightbox.scss */

.ag-lightbox__tabs__table--rating .ag-lightbox__tabs__table__content--first {
    background: #fff;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-1-12 20:59:31
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes scale-in-center {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-out-center {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 1;
    }
}


/* line 1, /app/source/stylesheets/shared/_page.scss */

.ag-page {
    position: relative;
    padding: 0 2rem 2rem;
}

@media only screen and (min-width: 1200px) {
    /* line 1, /app/source/stylesheets/shared/_page.scss */
    .ag-page {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* line 10, /app/source/stylesheets/shared/_page.scss */

.ag-page__main {
    position: relative;
}


/* line 14, /app/source/stylesheets/shared/_page.scss */

.ag-page__header {
    margin-bottom: 4rem;
    margin-top: 10rem;
}

@media only screen and (min-width: 1200px) {
    /* line 14, /app/source/stylesheets/shared/_page.scss */
    .ag-page__header {
        margin-bottom: 8rem;
    }
}


/* line 23, /app/source/stylesheets/shared/_page.scss */

.ag-page__header__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    color: #13383d;
}


/* line 31, /app/source/stylesheets/shared/_page.scss */

.ag-page__header__update {
    font-size: 0.9rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 1.8rem;
    text-transform: uppercase;
}


/* line 40, /app/source/stylesheets/shared/_page.scss */

.ag-page__body {
    font-size: 1.5rem;
}


/* line 43, /app/source/stylesheets/shared/_page.scss */

.ag-page__body>h1,
.ag-page__body>h2,
.ag-page__body>h3,
.ag-page__body>h4,
.ag-page__body>h5,
.ag-page__body>h6 {
    margin-bottom: 4rem;
    font-size: 2.5rem;
}


/* line 53, /app/source/stylesheets/shared/_page.scss */

.ag-page__body ul {
    margin: 4rem 0;
}


/* line 57, /app/source/stylesheets/shared/_page.scss */

.ag-page__body li {
    margin-bottom: 1.5rem;
    list-style: inside;
}


/* line 62, /app/source/stylesheets/shared/_page.scss */

.ag-page__body>p {
    margin-bottom: 2rem;
    line-height: 2rem;
}


/* line 67, /app/source/stylesheets/shared/_page.scss */

.ag-page__body__footer {
    margin-top: 5rem;
}


/* line 1, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer {
    background: #ececec;
    max-width: 100%;
    overflow: hidden;
}


/* line 6, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__main {
    background: #13383d;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
}


/* line 13, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* line 19, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item {
    -ms-flex: 1;
    flex: 1;
    padding-right: 4%;
}


/* line 22, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item:last-child {
    padding-right: 0;
}

@media only screen and (max-width: 1200px) {
    /* line 19, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__container__item {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 5rem;
        padding-right: 0;
    }
    /* line 29, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__container__item:nth-of-type(1) {
        -ms-flex-order: 3;
        order: 3;
    }
    /* line 32, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__container__item:nth-of-type(2) {
        -ms-flex-order: 1;
        order: 1;
    }
    /* line 35, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__container__item:nth-of-type(3) {
        -ms-flex-order: 2;
        order: 2;
    }
    /* line 38, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__container__item:nth-of-type(4) {
        -ms-flex-order: 4;
        order: 4;
    }
}


/* line 42, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title {
    font-size: 2.1rem;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 3rem;
    padding-top: 3rem;
}


/* line 48, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box {
    margin-top: 3rem;
}


/* line 51, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items {
    margin-top: 2rem;
}


/* line 53, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 2rem;
    -ms-flex-align: center;
    align-items: center;
}


/* line 58, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__row__line {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0.8rem;
    padding-right: 1.5rem;
}


/* line 62, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__row__line__app {
    background: #b6dfd2;
    border-radius: 2.1rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
}


/* line 70, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__row__line__app__text {
    font-size: 1.1rem;
    color: #6b848a;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}


/* line 80, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__row__line__address__custom {
    font-size: 1.3rem;
    color: #6b848a;
    letter-spacing: 0;
}


/* line 85, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__row__line__address__custom>strong {
    color: #9fb1b3;
}


/* line 92, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__links {
    font-size: 1.6rem;
    color: #b6dfd2;
    letter-spacing: 0;
    line-height: 1.7rem;
    text-decoration: none;
}


/* line 98, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__links__numbers {
    margin-top: 1.5rem;
    font-size: 2.9rem;
    color: #e5e5e5;
    letter-spacing: 0;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    white-space: nowrap;
}


/* line 108, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__items__label {
    font-size: 1.6rem;
    color: #6b848a;
    letter-spacing: 0;
    line-height: 1.7rem;
}


/* line 115, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__title__box__button {
    border: 0.1rem solid #fccdac;
    border-radius: 8rem;
    background: #13383d;
    padding: 1.5rem;
    font-size: 1rem;
    color: #fccdac;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}


/* line 128, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__call {
    font-size: 1.8rem;
    color: #fccdac;
    letter-spacing: 0;
}


/* line 133, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__call--numbers {
    padding-top: 6rem;
}


/* line 137, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__container__item__call__treatment {
    margin-top: 3rem;
    font-size: 1.8rem;
    color: #fccdac;
    letter-spacing: 0;
    font-weight: bold;
}


/* line 148, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down {
    padding-top: 3rem;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    /* line 148, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__down {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* line 156, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item {
    margin-top: 1rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    /* line 162, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__down__item:last-child {
        margin-top: 3rem;
    }
}


/* line 167, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item__nav {
    display: -ms-flexbox;
    display: flex;
    /* margin-left: 5rem; */
}

@media only screen and (max-width: 1199px) {
    /* line 167, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__down__item__nav {
        margin-left: 1rem;
    }
}


/* line 174, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item__nav__icon {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.5rem;
}


/* line 178, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item__nav__icon__link {
    margin-left: 5rem;
}


/* line 182, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item__nav__icon__link svg:hover>g>g {
    transition: all 300ms ease;
    fill: #98afb3;
}


/* line 190, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item__nav__link {
    text-decoration: none;
    margin-left: 5vh;
    font-size: 1.4rem;
    color: #6b848a;
}

@media only screen and (max-width: 1199px) {
    /* line 190, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__footer__down__item__nav__link {
        margin-left: 1rem;
    }
}


/* line 200, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__down__item__link {
    font-size: 1.4rem;
    color: #fccdac;
    text-decoration: none;
}


/* line 208, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__tab__container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


/* line 211, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__tab__container__item {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 45%;
    margin-right: 5%;
}


/* line 216, /app/source/stylesheets/shared/_footer.scss */

.ag-page__footer__tab__container__item__text {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #999999;
    letter-spacing: 0;
    line-height: 2rem;
}


/* line 227, /app/source/stylesheets/shared/_footer.scss */

.ag-line {
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* line 231, /app/source/stylesheets/shared/_footer.scss */

.ag-worko-tabs {
    margin: 4rem;
}


/* line 234, /app/source/stylesheets/shared/_footer.scss */

.ag-worko-tabs .state {
    position: absolute;
    left: -10000px;
}


/* line 240, /app/source/stylesheets/shared/_footer.scss */

.ag-worko-tabs .flex-tabs .tab {
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding: 2rem;
}


/* line 249, /app/source/stylesheets/shared/_footer.scss */

.ag-worko-tabs .flex-tabs .panel {
    padding: 3rem 0;
    min-height: 30rem;
    display: none;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-top: 0.1rem solid #d2d2d2;
}


/* line 259, /app/source/stylesheets/shared/_footer.scss */

.ag-worko-tabs .tab {
    display: inline-block;
    padding: 1rem;
    vertical-align: top;
    cursor: hand;
    cursor: pointer;
}


/* line 267, /app/source/stylesheets/shared/_footer.scss */

.ag-worko-tabs .tab:hover {
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}


/* line 276, /app/source/stylesheets/shared/_footer.scss */

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label {
    cursor: default;
    background: #d2d2d2;
    border-bottom: 0.1rem solid #d2d2d2;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding: 2rem;
}


/* line 291, /app/source/stylesheets/shared/_footer.scss */

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel {
    display: block;
}

@media (max-width: 60rem) {
    /* line 297, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* line 300, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs .tab {
        background: #fff;
        border-bottom: 0.2rem solid #ccc;
    }
    /* line 304, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }
    /* line 309, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs #tab-one-label {
        -ms-flex-order: 1;
        order: 1;
    }
    /* line 312, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs #tab-two-label {
        -ms-flex-order: 3;
        order: 3;
    }
    /* line 316, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs #tab-one-panel {
        -ms-flex-order: 2;
        order: 2;
    }
    /* line 319, /app/source/stylesheets/shared/_footer.scss */
    .flex-tabs #tab-two-panel {
        -ms-flex-order: 4;
        order: 4;
    }
    /* line 324, /app/source/stylesheets/shared/_footer.scss */
    #tab-one:checked~.tabs #tab-one-label,
    #tab-two:checked~.tabs #tab-two-label {
        border-bottom: none;
    }
    /* line 329, /app/source/stylesheets/shared/_footer.scss */
    #tab-one:checked~.tabs #tab-one-panel,
    #tab-two:checked~.tabs #tab-two-panel {
        border-bottom: 0.1rem solid rgba(204, 204, 204, 0.4);
    }
}


/* line 335, /app/source/stylesheets/shared/_footer.scss */

.ag-page__company__container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 60rem) {
    /* line 335, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__company__container {
        width: 75%;
        margin-left: 7%;
        padding-top: 0;
    }
    /* line 349, /app/source/stylesheets/shared/_footer.scss */
    .ag-page__company__container__icons {
        margin-top: 2rem;
    }
}


/* line 355, /app/source/stylesheets/shared/_footer.scss */

.ag-page__container__footer {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* line 363, /app/source/stylesheets/shared/_footer.scss */

.ag-page__container__footer__text {
    font-size: 1.2rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 2rem;
}


/* line 371, /app/source/stylesheets/shared/_footer.scss */

.ag-page__custom__rectangle {
    padding: 2rem;
}


/* line 375, /app/source/stylesheets/shared/_footer.scss */

.ag-page__custom__rectangle .page__rectangle__icon {
    text-align: center;
}


/* line 377, /app/source/stylesheets/shared/_footer.scss */

.ag-page__custom__rectangle .page__rectangle__icon>svg {
    margin-top: 3rem;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-hidden {
    opacity: 0;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-rtl {
    direction: rtl;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-animated-in {
    z-index: 0;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-animated-out {
    z-index: 1;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-height {
    transition: height .5s ease-in-out;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}


/* line 7, /app/source/stylesheets/vendors/owl.carousel.min.css */

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 * 	Default theme - Owl Carousel CSS File
 */


/* line 10, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


/* line 14, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}


/* line 23, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}


/* line 27, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}


/* line 31, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}


/* line 34, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


/* line 37, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}


/* line 41, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}


/* line 50, /app/source/stylesheets/vendors/owl.theme.default.css */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-12,
.tippy-tooltip.light-theme,
.tippy-tooltip.transl-theme,
.ag-text-smallest,
.ag-text-b-u-smallest,
.ag-btn-disabled,
.ag-btn-simple,
.ag-btn-small-gray-dark,
.ag-btn-big-gray-dark,
.ag-btn-small-transparent,
.ag-btn-big-transparent,
.ag-btn-small-transparent--gray-dark,
.ag-btn-big-transparent--gray-dark,
.ag-btn-small-gray-medium-dark,
.ag-btn-big-gray-medium-dark,
.ag-btn-small-transparent--gray-medium-dark,
.ag-btn-big-transparent--gray-medium-dark,
.ag-btn-small-gray-medium,
.ag-btn-big-gray-medium,
.ag-btn-small-transparent--gray-medium,
.ag-btn-big-transparent--gray-medium,
.ag-btn-small-gray-medium-light,
.ag-btn-big-gray-medium-light,
.ag-btn-small-transparent--gray-medium-light,
.ag-btn-big-transparent--gray-medium-light,
.ag-btn-small-gray-light,
.ag-btn-big-gray-light,
.ag-btn-small-transparent--gray-light,
.ag-btn-big-transparent--gray-light,
.ag-btn-small-gray-light2,
.ag-btn-big-gray-light2,
.ag-btn-small-transparent--gray-light2,
.ag-btn-big-transparent--gray-light2,
.ag-btn-small-gray-light3,
.ag-btn-big-gray-light3,
.ag-btn-small-transparent--gray-light3,
.ag-btn-big-transparent--gray-light3,
.ag-btn-small-gray-light4,
.ag-btn-big-gray-light4,
.ag-btn-small-transparent--gray-light4,
.ag-btn-big-transparent--gray-light4,
.ag-btn-small-gray-light5,
.ag-btn-big-gray-light5,
.ag-btn-small-transparent--gray-light5,
.ag-btn-big-transparent--gray-light5,
.ag-btn-small-gray-light6,
.ag-btn-big-gray-light6,
.ag-btn-small-transparent--gray-light6,
.ag-btn-big-transparent--gray-light6,
.ag-btn-small-darkgreen-dark,
.ag-btn-big-darkgreen-dark,
.ag-btn-small-transparent--darkgreen-dark,
.ag-btn-big-transparent--darkgreen-dark,
.ag-btn-small-darkgreen-medium-dark,
.ag-btn-big-darkgreen-medium-dark,
.ag-btn-small-transparent--darkgreen-medium-dark,
.ag-btn-big-transparent--darkgreen-medium-dark,
.ag-btn-small-darkgreen-medium,
.ag-btn-big-darkgreen-medium,
.ag-btn-small-transparent--darkgreen-medium,
.ag-btn-big-transparent--darkgreen-medium,
.ag-btn-small-darkgreen-medium-light,
.ag-btn-big-darkgreen-medium-light,
.ag-btn-small-transparent--darkgreen-medium-light,
.ag-btn-big-transparent--darkgreen-medium-light,
.ag-btn-small-darkgreen-light,
.ag-btn-big-darkgreen-light,
.ag-btn-small-transparent--darkgreen-light,
.ag-btn-big-transparent--darkgreen-light,
.ag-btn-small-darkgreen2-dark,
.ag-btn-big-darkgreen2-dark,
.ag-btn-small-transparent--darkgreen2-dark,
.ag-btn-big-transparent--darkgreen2-dark,
.ag-btn-small-darkgreen2-medium-dark,
.ag-btn-big-darkgreen2-medium-dark,
.ag-btn-small-transparent--darkgreen2-medium-dark,
.ag-btn-big-transparent--darkgreen2-medium-dark,
.ag-btn-small-darkgreen2-medium,
.ag-btn-big-darkgreen2-medium,
.ag-btn-small-transparent--darkgreen2-medium,
.ag-btn-big-transparent--darkgreen2-medium,
.ag-btn-small-darkgreen2-medium-light,
.ag-btn-big-darkgreen2-medium-light,
.ag-btn-small-transparent--darkgreen2-medium-light,
.ag-btn-big-transparent--darkgreen2-medium-light,
.ag-btn-small-darkgreen2-light,
.ag-btn-big-darkgreen2-light,
.ag-btn-small-transparent--darkgreen2-light,
.ag-btn-big-transparent--darkgreen2-light,
.ag-btn-small-darkgreen2-dark--hover,
.ag-btn-big-darkgreen2-dark--hover,
.ag-btn-small-transparent--darkgreen2-dark--hover,
.ag-btn-big-transparent--darkgreen2-dark--hover,
.ag-btn-small-beige,
.ag-btn-big-beige,
.ag-btn-small-transparent--beige,
.ag-btn-big-transparent--beige,
.ag-btn-small-beige-dark,
.ag-btn-big-beige-dark,
.ag-btn-small-transparent--beige-dark,
.ag-btn-big-transparent--beige-dark,
.ag-btn-small-beige-dark--hover,
.ag-btn-big-beige-dark--hover,
.ag-btn-small-transparent--beige-dark--hover,
.ag-btn-big-transparent--beige-dark--hover,
.ag-btn-small-beige-medium-dark,
.ag-btn-big-beige-medium-dark,
.ag-btn-small-transparent--beige-medium-dark,
.ag-btn-big-transparent--beige-medium-dark,
.ag-btn-small-beige-medium,
.ag-btn-big-beige-medium,
.ag-btn-small-transparent--beige-medium,
.ag-btn-big-transparent--beige-medium,
.ag-btn-small-beige-medium-light,
.ag-btn-big-beige-medium-light,
.ag-btn-small-transparent--beige-medium-light,
.ag-btn-big-transparent--beige-medium-light,
.ag-btn-small-beige-light,
.ag-btn-big-beige-light,
.ag-btn-small-transparent--beige-light,
.ag-btn-big-transparent--beige-light,
.ag-btn-small-green-dark,
.ag-btn-big-green-dark,
.ag-btn-small-transparent--green-dark,
.ag-btn-big-transparent--green-dark,
.ag-btn-small-green-medium-dark,
.ag-btn-big-green-medium-dark,
.ag-btn-small-transparent--green-medium-dark,
.ag-btn-big-transparent--green-medium-dark,
.ag-btn-small-green-medium,
.ag-btn-big-green-medium,
.ag-btn-small-transparent--green-medium,
.ag-btn-big-transparent--green-medium,
.ag-btn-small-green-medium-light,
.ag-btn-big-green-medium-light,
.ag-btn-small-transparent--green-medium-light,
.ag-btn-big-transparent--green-medium-light,
.ag-btn-small-green-light,
.ag-btn-big-green-light,
.ag-btn-small-transparent--green-light,
.ag-btn-big-transparent--green-light,
.ag-btn-small-graphite-dark,
.ag-btn-big-graphite-dark,
.ag-btn-small-transparent--graphite-dark,
.ag-btn-big-transparent--graphite-dark,
.ag-btn-small-graphite-medium,
.ag-btn-big-graphite-medium,
.ag-btn-small-transparent--graphite-medium,
.ag-btn-big-transparent--graphite-medium,
.ag-btn-small-graphite-light,
.ag-btn-big-graphite-light,
.ag-btn-small-transparent--graphite-light,
.ag-btn-big-transparent--graphite-light,
.ag-btn-small-green2-dark,
.ag-btn-big-green2-dark,
.ag-btn-small-transparent--green2-dark,
.ag-btn-big-transparent--green2-dark,
.ag-btn-small-green2-medium,
.ag-btn-big-green2-medium,
.ag-btn-small-transparent--green2-medium,
.ag-btn-big-transparent--green2-medium,
.ag-btn-small-green2-light,
.ag-btn-big-green2-light,
.ag-btn-small-transparent--green2-light,
.ag-btn-big-transparent--green2-light,
.ag-btn-small-coral-dark,
.ag-btn-big-coral-dark,
.ag-btn-small-transparent--coral-dark,
.ag-btn-big-transparent--coral-dark,
.ag-btn-small-coral-medium,
.ag-btn-big-coral-medium,
.ag-btn-small-transparent--coral-medium,
.ag-btn-big-transparent--coral-medium,
.ag-btn-small-coral-light,
.ag-btn-big-coral-light,
.ag-btn-small-transparent--coral-light,
.ag-btn-big-transparent--coral-light,
.ag-btn-small-blue-dark,
.ag-btn-big-blue-dark,
.ag-btn-small-transparent--blue-dark,
.ag-btn-big-transparent--blue-dark,
.ag-btn-small-blue-medium,
.ag-btn-big-blue-medium,
.ag-btn-small-transparent--blue-medium,
.ag-btn-big-transparent--blue-medium,
.ag-btn-small-blue-light,
.ag-btn-big-blue-light,
.ag-btn-small-transparent--blue-light,
.ag-btn-big-transparent--blue-light,
.ag-btn-small-purple-dark,
.ag-btn-big-purple-dark,
.ag-btn-small-transparent--purple-dark,
.ag-btn-big-transparent--purple-dark,
.ag-btn-small-purple-medium,
.ag-btn-big-purple-medium,
.ag-btn-small-transparent--purple-medium,
.ag-btn-big-transparent--purple-medium,
.ag-btn-small-purple-light,
.ag-btn-big-purple-light,
.ag-btn-small-transparent--purple-light,
.ag-btn-big-transparent--purple-light,
.ag-btn-small-black,
.ag-btn-big-black,
.ag-btn-small-transparent--black,
.ag-btn-big-transparent--black,
.ag-btn-small-white,
.ag-btn-big-white,
.ag-btn-small-transparent--white,
.ag-btn-big-transparent--white,
.ag-btn-small-new-alert-red,
.ag-btn-big-new-alert-red,
.ag-btn-small-transparent--new-alert-red,
.ag-btn-big-transparent--new-alert-red,
.ag-btn-small-alert-red,
.ag-btn-big-alert-red,
.ag-btn-small-transparent--alert-red,
.ag-btn-big-transparent--alert-red,
.ag-btn-small-alert-red--hover,
.ag-btn-big-alert-red--hover,
.ag-btn-small-transparent--alert-red--hover,
.ag-btn-big-transparent--alert-red--hover,
.ag-btn-small-new-alert-green,
.ag-btn-big-new-alert-green,
.ag-btn-small-transparent--new-alert-green,
.ag-btn-big-transparent--new-alert-green,
.ag-btn-small-alert-green,
.ag-btn-big-alert-green,
.ag-btn-small-transparent--alert-green,
.ag-btn-big-transparent--alert-green,
.ag-btn-small-alert-green--hover,
.ag-btn-big-alert-green--hover,
.ag-btn-small-transparent--alert-green--hover,
.ag-btn-big-transparent--alert-green--hover,
.ag-btn-small-transparent--transparent,
.ag-btn-big-transparent--transparent,
.ag-btn-small-agora,
.ag-btn-big-agora,
.ag-btn-small-transparent--agora,
.ag-btn-big-transparent--agora,
.ag-btn-small-navy,
.ag-btn-big-navy,
.ag-btn-small-transparent--navy,
.ag-btn-big-transparent--navy,
.ag-btn-small-dark-navy,
.ag-btn-big-dark-navy,
.ag-btn-small-transparent--dark-navy,
.ag-btn-big-transparent--dark-navy,
.ag-btn-small-dark-navy-2,
.ag-btn-big-dark-navy-2,
.ag-btn-small-transparent--dark-navy-2,
.ag-btn-big-transparent--dark-navy-2,
.ag-btn-small-gray,
.ag-btn-big-gray,
.ag-btn-small-transparent--gray,
.ag-btn-big-transparent--gray,
.ag-btn-small-dark-gray,
.ag-btn-big-dark-gray,
.ag-btn-small-transparent--dark-gray,
.ag-btn-big-transparent--dark-gray,
.ag-btn-small-black-light,
.ag-btn-big-black-light,
.ag-btn-small-transparent--black-light,
.ag-btn-big-transparent--black-light,
.ag-btn-small-beige-hover,
.ag-btn-big-beige-hover,
.ag-btn-small-transparent--beige-hover,
.ag-btn-big-transparent--beige-hover,
.ag-btn-small-red,
.ag-btn-big-red,
.ag-btn-small-transparent--red,
.ag-btn-big-transparent--red,
.ag-btn-small-red-dark,
.ag-btn-big-red-dark,
.ag-btn-small-transparent--red-dark,
.ag-btn-big-transparent--red-dark,
.ag-btn-small-green,
.ag-btn-big-green,
.ag-btn-small-transparent--green,
.ag-btn-big-transparent--green,
.ag-btn-small-blue,
.ag-btn-big-blue,
.ag-btn-small-transparent--blue,
.ag-btn-big-transparent--blue,
.ag-btn-small-gray-button,
.ag-btn-big-gray-button,
.ag-btn-small-transparent--gray-button,
.ag-btn-big-transparent--gray-button,
.ag-btn-small-gray-button--hover,
.ag-btn-big-gray-button--hover,
.ag-btn-small-transparent--gray-button--hover,
.ag-btn-big-transparent--gray-button--hover,
.ag-btn-small-salmon,
.ag-btn-big-salmon,
.ag-btn-small-transparent--salmon,
.ag-btn-big-transparent--salmon,
.ag-btn-small-blue-sky,
.ag-btn-big-blue-sky,
.ag-btn-small-transparent--blue-sky,
.ag-btn-big-transparent--blue-sky,
.ag-btn-small-blue-ocean,
.ag-btn-big-blue-ocean,
.ag-btn-small-transparent--blue-ocean,
.ag-btn-big-transparent--blue-ocean,
.ag-btn-small-violet,
.ag-btn-big-violet,
.ag-btn-small-transparent--violet,
.ag-btn-big-transparent--violet,
.ag-btn-small-argil,
.ag-btn-big-argil,
.ag-btn-small-transparent--argil,
.ag-btn-big-transparent--argil,
.ag-btn-small-midnight-dark,
.ag-btn-big-midnight-dark,
.ag-btn-small-transparent--midnight-dark,
.ag-btn-big-transparent--midnight-dark,
.ag-btn-small-midnight-medium-dark,
.ag-btn-big-midnight-medium-dark,
.ag-btn-small-transparent--midnight-medium-dark,
.ag-btn-big-transparent--midnight-medium-dark,
.ag-btn-small-midnight-medium,
.ag-btn-big-midnight-medium,
.ag-btn-small-transparent--midnight-medium,
.ag-btn-big-transparent--midnight-medium,
.ag-btn-small-midnight-medium-light,
.ag-btn-big-midnight-medium-light,
.ag-btn-small-transparent--midnight-medium-light,
.ag-btn-big-transparent--midnight-medium-light,
.ag-btn-small-midnight-light,
.ag-btn-big-midnight-light,
.ag-btn-small-transparent--midnight-light,
.ag-btn-big-transparent--midnight-light,
.ag-btn-small-emerald-dark,
.ag-btn-big-emerald-dark,
.ag-btn-small-transparent--emerald-dark,
.ag-btn-big-transparent--emerald-dark,
.ag-btn-small-emerald-medium-dark,
.ag-btn-big-emerald-medium-dark,
.ag-btn-small-transparent--emerald-medium-dark,
.ag-btn-big-transparent--emerald-medium-dark,
.ag-btn-small-emerald-medium,
.ag-btn-big-emerald-medium,
.ag-btn-small-transparent--emerald-medium,
.ag-btn-big-transparent--emerald-medium,
.ag-btn-small-emerald-medium-light,
.ag-btn-big-emerald-medium-light,
.ag-btn-small-transparent--emerald-medium-light,
.ag-btn-big-transparent--emerald-medium-light,
.ag-btn-small-emerald-light,
.ag-btn-big-emerald-light,
.ag-btn-small-transparent--emerald-light,
.ag-btn-big-transparent--emerald-light,
.ag-btn-small-mint-dark,
.ag-btn-big-mint-dark,
.ag-btn-small-transparent--mint-dark,
.ag-btn-big-transparent--mint-dark,
.ag-btn-small-mint-medium-dark,
.ag-btn-big-mint-medium-dark,
.ag-btn-small-transparent--mint-medium-dark,
.ag-btn-big-transparent--mint-medium-dark,
.ag-btn-small-mint-medium,
.ag-btn-big-mint-medium,
.ag-btn-small-transparent--mint-medium,
.ag-btn-big-transparent--mint-medium,
.ag-btn-small-mint-medium-light,
.ag-btn-big-mint-medium-light,
.ag-btn-small-transparent--mint-medium-light,
.ag-btn-big-transparent--mint-medium-light,
.ag-btn-small-mint-light,
.ag-btn-big-mint-light,
.ag-btn-small-transparent--mint-light,
.ag-btn-big-transparent--mint-light,
.ag-btn-small-hot-orange,
.ag-btn-big-hot-orange,
.ag-btn-small-transparent--hot-orange,
.ag-btn-big-transparent--hot-orange,
.ag-btn-small-hot-orange-dark,
.ag-btn-big-hot-orange-dark,
.ag-btn-small-transparent--hot-orange-dark,
.ag-btn-big-transparent--hot-orange-dark,
.ag-btn-small-hot-orange-dark--hover,
.ag-btn-big-hot-orange-dark--hover,
.ag-btn-small-transparent--hot-orange-dark--hover,
.ag-btn-big-transparent--hot-orange-dark--hover,
.ag-btn-small-hot-orange-medium-dark,
.ag-btn-big-hot-orange-medium-dark,
.ag-btn-small-transparent--hot-orange-medium-dark,
.ag-btn-big-transparent--hot-orange-medium-dark,
.ag-btn-small-hot-orange-medium,
.ag-btn-big-hot-orange-medium,
.ag-btn-small-transparent--hot-orange-medium,
.ag-btn-big-transparent--hot-orange-medium,
.ag-btn-small-hot-orange-medium-light,
.ag-btn-big-hot-orange-medium-light,
.ag-btn-small-transparent--hot-orange-medium-light,
.ag-btn-big-transparent--hot-orange-medium-light,
.ag-btn-small-hot-orange-light,
.ag-btn-big-hot-orange-light,
.ag-btn-small-transparent--hot-orange-light,
.ag-btn-big-transparent--hot-orange-light,
.ag-btn-small-cold-gray-dark,
.ag-btn-big-cold-gray-dark,
.ag-btn-small-transparent--cold-gray-dark,
.ag-btn-big-transparent--cold-gray-dark,
.ag-btn-small-cold-gray-medium-dark,
.ag-btn-big-cold-gray-medium-dark,
.ag-btn-small-transparent--cold-gray-medium-dark,
.ag-btn-big-transparent--cold-gray-medium-dark,
.ag-btn-small-cold-gray-medium,
.ag-btn-big-cold-gray-medium,
.ag-btn-small-transparent--cold-gray-medium,
.ag-btn-big-transparent--cold-gray-medium,
.ag-btn-small-cold-gray-medium-light,
.ag-btn-big-cold-gray-medium-light,
.ag-btn-small-transparent--cold-gray-medium-light,
.ag-btn-big-transparent--cold-gray-medium-light,
.ag-btn-small-cold-gray-light,
.ag-btn-big-cold-gray-light,
.ag-btn-small-transparent--cold-gray-light,
.ag-btn-big-transparent--cold-gray-light,
.ag-btn-small-gray-text,
.ag-btn-big-gray-text,
.ag-btn-small-transparent--gray-text,
.ag-btn-big-transparent--gray-text,
.ag-btn-small-gray-text-dark,
.ag-btn-big-gray-text-dark,
.ag-btn-small-transparent--gray-text-dark,
.ag-btn-big-transparent--gray-text-dark,
.ag-btn-small-green-1,
.ag-btn-big-green-1,
.ag-btn-small-transparent--green-1,
.ag-btn-big-transparent--green-1,
.ag-btn-small-gray-1,
.ag-btn-big-gray-1,
.ag-btn-small-transparent--gray-1,
.ag-btn-big-transparent--gray-1,
.ag-btn-small-gray-2,
.ag-btn-big-gray-2,
.ag-btn-small-transparent--gray-2,
.ag-btn-big-transparent--gray-2,
.ag-btn-small-font-menu,
.ag-btn-big-font-menu,
.ag-btn-small-transparent--font-menu,
.ag-btn-big-transparent--font-menu,
.ag-btn-small-link-menu,
.ag-btn-big-link-menu,
.ag-btn-small-transparent--link-menu,
.ag-btn-big-transparent--link-menu {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-12,
    .tippy-tooltip.light-theme,
    .tippy-tooltip.transl-theme,
    .ag-text-smallest,
    .ag-text-b-u-smallest,
    .ag-btn-disabled,
    .ag-btn-simple,
    .ag-btn-small-gray-dark,
    .ag-btn-big-gray-dark,
    .ag-btn-small-transparent,
    .ag-btn-big-transparent,
    .ag-btn-small-transparent--gray-dark,
    .ag-btn-big-transparent--gray-dark,
    .ag-btn-small-gray-medium-dark,
    .ag-btn-big-gray-medium-dark,
    .ag-btn-small-transparent--gray-medium-dark,
    .ag-btn-big-transparent--gray-medium-dark,
    .ag-btn-small-gray-medium,
    .ag-btn-big-gray-medium,
    .ag-btn-small-transparent--gray-medium,
    .ag-btn-big-transparent--gray-medium,
    .ag-btn-small-gray-medium-light,
    .ag-btn-big-gray-medium-light,
    .ag-btn-small-transparent--gray-medium-light,
    .ag-btn-big-transparent--gray-medium-light,
    .ag-btn-small-gray-light,
    .ag-btn-big-gray-light,
    .ag-btn-small-transparent--gray-light,
    .ag-btn-big-transparent--gray-light,
    .ag-btn-small-gray-light2,
    .ag-btn-big-gray-light2,
    .ag-btn-small-transparent--gray-light2,
    .ag-btn-big-transparent--gray-light2,
    .ag-btn-small-gray-light3,
    .ag-btn-big-gray-light3,
    .ag-btn-small-transparent--gray-light3,
    .ag-btn-big-transparent--gray-light3,
    .ag-btn-small-gray-light4,
    .ag-btn-big-gray-light4,
    .ag-btn-small-transparent--gray-light4,
    .ag-btn-big-transparent--gray-light4,
    .ag-btn-small-gray-light5,
    .ag-btn-big-gray-light5,
    .ag-btn-small-transparent--gray-light5,
    .ag-btn-big-transparent--gray-light5,
    .ag-btn-small-gray-light6,
    .ag-btn-big-gray-light6,
    .ag-btn-small-transparent--gray-light6,
    .ag-btn-big-transparent--gray-light6,
    .ag-btn-small-darkgreen-dark,
    .ag-btn-big-darkgreen-dark,
    .ag-btn-small-transparent--darkgreen-dark,
    .ag-btn-big-transparent--darkgreen-dark,
    .ag-btn-small-darkgreen-medium-dark,
    .ag-btn-big-darkgreen-medium-dark,
    .ag-btn-small-transparent--darkgreen-medium-dark,
    .ag-btn-big-transparent--darkgreen-medium-dark,
    .ag-btn-small-darkgreen-medium,
    .ag-btn-big-darkgreen-medium,
    .ag-btn-small-transparent--darkgreen-medium,
    .ag-btn-big-transparent--darkgreen-medium,
    .ag-btn-small-darkgreen-medium-light,
    .ag-btn-big-darkgreen-medium-light,
    .ag-btn-small-transparent--darkgreen-medium-light,
    .ag-btn-big-transparent--darkgreen-medium-light,
    .ag-btn-small-darkgreen-light,
    .ag-btn-big-darkgreen-light,
    .ag-btn-small-transparent--darkgreen-light,
    .ag-btn-big-transparent--darkgreen-light,
    .ag-btn-small-darkgreen2-dark,
    .ag-btn-big-darkgreen2-dark,
    .ag-btn-small-transparent--darkgreen2-dark,
    .ag-btn-big-transparent--darkgreen2-dark,
    .ag-btn-small-darkgreen2-medium-dark,
    .ag-btn-big-darkgreen2-medium-dark,
    .ag-btn-small-transparent--darkgreen2-medium-dark,
    .ag-btn-big-transparent--darkgreen2-medium-dark,
    .ag-btn-small-darkgreen2-medium,
    .ag-btn-big-darkgreen2-medium,
    .ag-btn-small-transparent--darkgreen2-medium,
    .ag-btn-big-transparent--darkgreen2-medium,
    .ag-btn-small-darkgreen2-medium-light,
    .ag-btn-big-darkgreen2-medium-light,
    .ag-btn-small-transparent--darkgreen2-medium-light,
    .ag-btn-big-transparent--darkgreen2-medium-light,
    .ag-btn-small-darkgreen2-light,
    .ag-btn-big-darkgreen2-light,
    .ag-btn-small-transparent--darkgreen2-light,
    .ag-btn-big-transparent--darkgreen2-light,
    .ag-btn-small-darkgreen2-dark--hover,
    .ag-btn-big-darkgreen2-dark--hover,
    .ag-btn-small-transparent--darkgreen2-dark--hover,
    .ag-btn-big-transparent--darkgreen2-dark--hover,
    .ag-btn-small-beige,
    .ag-btn-big-beige,
    .ag-btn-small-transparent--beige,
    .ag-btn-big-transparent--beige,
    .ag-btn-small-beige-dark,
    .ag-btn-big-beige-dark,
    .ag-btn-small-transparent--beige-dark,
    .ag-btn-big-transparent--beige-dark,
    .ag-btn-small-beige-dark--hover,
    .ag-btn-big-beige-dark--hover,
    .ag-btn-small-transparent--beige-dark--hover,
    .ag-btn-big-transparent--beige-dark--hover,
    .ag-btn-small-beige-medium-dark,
    .ag-btn-big-beige-medium-dark,
    .ag-btn-small-transparent--beige-medium-dark,
    .ag-btn-big-transparent--beige-medium-dark,
    .ag-btn-small-beige-medium,
    .ag-btn-big-beige-medium,
    .ag-btn-small-transparent--beige-medium,
    .ag-btn-big-transparent--beige-medium,
    .ag-btn-small-beige-medium-light,
    .ag-btn-big-beige-medium-light,
    .ag-btn-small-transparent--beige-medium-light,
    .ag-btn-big-transparent--beige-medium-light,
    .ag-btn-small-beige-light,
    .ag-btn-big-beige-light,
    .ag-btn-small-transparent--beige-light,
    .ag-btn-big-transparent--beige-light,
    .ag-btn-small-green-dark,
    .ag-btn-big-green-dark,
    .ag-btn-small-transparent--green-dark,
    .ag-btn-big-transparent--green-dark,
    .ag-btn-small-green-medium-dark,
    .ag-btn-big-green-medium-dark,
    .ag-btn-small-transparent--green-medium-dark,
    .ag-btn-big-transparent--green-medium-dark,
    .ag-btn-small-green-medium,
    .ag-btn-big-green-medium,
    .ag-btn-small-transparent--green-medium,
    .ag-btn-big-transparent--green-medium,
    .ag-btn-small-green-medium-light,
    .ag-btn-big-green-medium-light,
    .ag-btn-small-transparent--green-medium-light,
    .ag-btn-big-transparent--green-medium-light,
    .ag-btn-small-green-light,
    .ag-btn-big-green-light,
    .ag-btn-small-transparent--green-light,
    .ag-btn-big-transparent--green-light,
    .ag-btn-small-graphite-dark,
    .ag-btn-big-graphite-dark,
    .ag-btn-small-transparent--graphite-dark,
    .ag-btn-big-transparent--graphite-dark,
    .ag-btn-small-graphite-medium,
    .ag-btn-big-graphite-medium,
    .ag-btn-small-transparent--graphite-medium,
    .ag-btn-big-transparent--graphite-medium,
    .ag-btn-small-graphite-light,
    .ag-btn-big-graphite-light,
    .ag-btn-small-transparent--graphite-light,
    .ag-btn-big-transparent--graphite-light,
    .ag-btn-small-green2-dark,
    .ag-btn-big-green2-dark,
    .ag-btn-small-transparent--green2-dark,
    .ag-btn-big-transparent--green2-dark,
    .ag-btn-small-green2-medium,
    .ag-btn-big-green2-medium,
    .ag-btn-small-transparent--green2-medium,
    .ag-btn-big-transparent--green2-medium,
    .ag-btn-small-green2-light,
    .ag-btn-big-green2-light,
    .ag-btn-small-transparent--green2-light,
    .ag-btn-big-transparent--green2-light,
    .ag-btn-small-coral-dark,
    .ag-btn-big-coral-dark,
    .ag-btn-small-transparent--coral-dark,
    .ag-btn-big-transparent--coral-dark,
    .ag-btn-small-coral-medium,
    .ag-btn-big-coral-medium,
    .ag-btn-small-transparent--coral-medium,
    .ag-btn-big-transparent--coral-medium,
    .ag-btn-small-coral-light,
    .ag-btn-big-coral-light,
    .ag-btn-small-transparent--coral-light,
    .ag-btn-big-transparent--coral-light,
    .ag-btn-small-blue-dark,
    .ag-btn-big-blue-dark,
    .ag-btn-small-transparent--blue-dark,
    .ag-btn-big-transparent--blue-dark,
    .ag-btn-small-blue-medium,
    .ag-btn-big-blue-medium,
    .ag-btn-small-transparent--blue-medium,
    .ag-btn-big-transparent--blue-medium,
    .ag-btn-small-blue-light,
    .ag-btn-big-blue-light,
    .ag-btn-small-transparent--blue-light,
    .ag-btn-big-transparent--blue-light,
    .ag-btn-small-purple-dark,
    .ag-btn-big-purple-dark,
    .ag-btn-small-transparent--purple-dark,
    .ag-btn-big-transparent--purple-dark,
    .ag-btn-small-purple-medium,
    .ag-btn-big-purple-medium,
    .ag-btn-small-transparent--purple-medium,
    .ag-btn-big-transparent--purple-medium,
    .ag-btn-small-purple-light,
    .ag-btn-big-purple-light,
    .ag-btn-small-transparent--purple-light,
    .ag-btn-big-transparent--purple-light,
    .ag-btn-small-black,
    .ag-btn-big-black,
    .ag-btn-small-transparent--black,
    .ag-btn-big-transparent--black,
    .ag-btn-small-white,
    .ag-btn-big-white,
    .ag-btn-small-transparent--white,
    .ag-btn-big-transparent--white,
    .ag-btn-small-new-alert-red,
    .ag-btn-big-new-alert-red,
    .ag-btn-small-transparent--new-alert-red,
    .ag-btn-big-transparent--new-alert-red,
    .ag-btn-small-alert-red,
    .ag-btn-big-alert-red,
    .ag-btn-small-transparent--alert-red,
    .ag-btn-big-transparent--alert-red,
    .ag-btn-small-alert-red--hover,
    .ag-btn-big-alert-red--hover,
    .ag-btn-small-transparent--alert-red--hover,
    .ag-btn-big-transparent--alert-red--hover,
    .ag-btn-small-new-alert-green,
    .ag-btn-big-new-alert-green,
    .ag-btn-small-transparent--new-alert-green,
    .ag-btn-big-transparent--new-alert-green,
    .ag-btn-small-alert-green,
    .ag-btn-big-alert-green,
    .ag-btn-small-transparent--alert-green,
    .ag-btn-big-transparent--alert-green,
    .ag-btn-small-alert-green--hover,
    .ag-btn-big-alert-green--hover,
    .ag-btn-small-transparent--alert-green--hover,
    .ag-btn-big-transparent--alert-green--hover,
    .ag-btn-small-transparent--transparent,
    .ag-btn-big-transparent--transparent,
    .ag-btn-small-agora,
    .ag-btn-big-agora,
    .ag-btn-small-transparent--agora,
    .ag-btn-big-transparent--agora,
    .ag-btn-small-navy,
    .ag-btn-big-navy,
    .ag-btn-small-transparent--navy,
    .ag-btn-big-transparent--navy,
    .ag-btn-small-dark-navy,
    .ag-btn-big-dark-navy,
    .ag-btn-small-transparent--dark-navy,
    .ag-btn-big-transparent--dark-navy,
    .ag-btn-small-dark-navy-2,
    .ag-btn-big-dark-navy-2,
    .ag-btn-small-transparent--dark-navy-2,
    .ag-btn-big-transparent--dark-navy-2,
    .ag-btn-small-gray,
    .ag-btn-big-gray,
    .ag-btn-small-transparent--gray,
    .ag-btn-big-transparent--gray,
    .ag-btn-small-dark-gray,
    .ag-btn-big-dark-gray,
    .ag-btn-small-transparent--dark-gray,
    .ag-btn-big-transparent--dark-gray,
    .ag-btn-small-black-light,
    .ag-btn-big-black-light,
    .ag-btn-small-transparent--black-light,
    .ag-btn-big-transparent--black-light,
    .ag-btn-small-beige-hover,
    .ag-btn-big-beige-hover,
    .ag-btn-small-transparent--beige-hover,
    .ag-btn-big-transparent--beige-hover,
    .ag-btn-small-red,
    .ag-btn-big-red,
    .ag-btn-small-transparent--red,
    .ag-btn-big-transparent--red,
    .ag-btn-small-red-dark,
    .ag-btn-big-red-dark,
    .ag-btn-small-transparent--red-dark,
    .ag-btn-big-transparent--red-dark,
    .ag-btn-small-green,
    .ag-btn-big-green,
    .ag-btn-small-transparent--green,
    .ag-btn-big-transparent--green,
    .ag-btn-small-blue,
    .ag-btn-big-blue,
    .ag-btn-small-transparent--blue,
    .ag-btn-big-transparent--blue,
    .ag-btn-small-gray-button,
    .ag-btn-big-gray-button,
    .ag-btn-small-transparent--gray-button,
    .ag-btn-big-transparent--gray-button,
    .ag-btn-small-gray-button--hover,
    .ag-btn-big-gray-button--hover,
    .ag-btn-small-transparent--gray-button--hover,
    .ag-btn-big-transparent--gray-button--hover,
    .ag-btn-small-salmon,
    .ag-btn-big-salmon,
    .ag-btn-small-transparent--salmon,
    .ag-btn-big-transparent--salmon,
    .ag-btn-small-blue-sky,
    .ag-btn-big-blue-sky,
    .ag-btn-small-transparent--blue-sky,
    .ag-btn-big-transparent--blue-sky,
    .ag-btn-small-blue-ocean,
    .ag-btn-big-blue-ocean,
    .ag-btn-small-transparent--blue-ocean,
    .ag-btn-big-transparent--blue-ocean,
    .ag-btn-small-violet,
    .ag-btn-big-violet,
    .ag-btn-small-transparent--violet,
    .ag-btn-big-transparent--violet,
    .ag-btn-small-argil,
    .ag-btn-big-argil,
    .ag-btn-small-transparent--argil,
    .ag-btn-big-transparent--argil,
    .ag-btn-small-midnight-dark,
    .ag-btn-big-midnight-dark,
    .ag-btn-small-transparent--midnight-dark,
    .ag-btn-big-transparent--midnight-dark,
    .ag-btn-small-midnight-medium-dark,
    .ag-btn-big-midnight-medium-dark,
    .ag-btn-small-transparent--midnight-medium-dark,
    .ag-btn-big-transparent--midnight-medium-dark,
    .ag-btn-small-midnight-medium,
    .ag-btn-big-midnight-medium,
    .ag-btn-small-transparent--midnight-medium,
    .ag-btn-big-transparent--midnight-medium,
    .ag-btn-small-midnight-medium-light,
    .ag-btn-big-midnight-medium-light,
    .ag-btn-small-transparent--midnight-medium-light,
    .ag-btn-big-transparent--midnight-medium-light,
    .ag-btn-small-midnight-light,
    .ag-btn-big-midnight-light,
    .ag-btn-small-transparent--midnight-light,
    .ag-btn-big-transparent--midnight-light,
    .ag-btn-small-emerald-dark,
    .ag-btn-big-emerald-dark,
    .ag-btn-small-transparent--emerald-dark,
    .ag-btn-big-transparent--emerald-dark,
    .ag-btn-small-emerald-medium-dark,
    .ag-btn-big-emerald-medium-dark,
    .ag-btn-small-transparent--emerald-medium-dark,
    .ag-btn-big-transparent--emerald-medium-dark,
    .ag-btn-small-emerald-medium,
    .ag-btn-big-emerald-medium,
    .ag-btn-small-transparent--emerald-medium,
    .ag-btn-big-transparent--emerald-medium,
    .ag-btn-small-emerald-medium-light,
    .ag-btn-big-emerald-medium-light,
    .ag-btn-small-transparent--emerald-medium-light,
    .ag-btn-big-transparent--emerald-medium-light,
    .ag-btn-small-emerald-light,
    .ag-btn-big-emerald-light,
    .ag-btn-small-transparent--emerald-light,
    .ag-btn-big-transparent--emerald-light,
    .ag-btn-small-mint-dark,
    .ag-btn-big-mint-dark,
    .ag-btn-small-transparent--mint-dark,
    .ag-btn-big-transparent--mint-dark,
    .ag-btn-small-mint-medium-dark,
    .ag-btn-big-mint-medium-dark,
    .ag-btn-small-transparent--mint-medium-dark,
    .ag-btn-big-transparent--mint-medium-dark,
    .ag-btn-small-mint-medium,
    .ag-btn-big-mint-medium,
    .ag-btn-small-transparent--mint-medium,
    .ag-btn-big-transparent--mint-medium,
    .ag-btn-small-mint-medium-light,
    .ag-btn-big-mint-medium-light,
    .ag-btn-small-transparent--mint-medium-light,
    .ag-btn-big-transparent--mint-medium-light,
    .ag-btn-small-mint-light,
    .ag-btn-big-mint-light,
    .ag-btn-small-transparent--mint-light,
    .ag-btn-big-transparent--mint-light,
    .ag-btn-small-hot-orange,
    .ag-btn-big-hot-orange,
    .ag-btn-small-transparent--hot-orange,
    .ag-btn-big-transparent--hot-orange,
    .ag-btn-small-hot-orange-dark,
    .ag-btn-big-hot-orange-dark,
    .ag-btn-small-transparent--hot-orange-dark,
    .ag-btn-big-transparent--hot-orange-dark,
    .ag-btn-small-hot-orange-dark--hover,
    .ag-btn-big-hot-orange-dark--hover,
    .ag-btn-small-transparent--hot-orange-dark--hover,
    .ag-btn-big-transparent--hot-orange-dark--hover,
    .ag-btn-small-hot-orange-medium-dark,
    .ag-btn-big-hot-orange-medium-dark,
    .ag-btn-small-transparent--hot-orange-medium-dark,
    .ag-btn-big-transparent--hot-orange-medium-dark,
    .ag-btn-small-hot-orange-medium,
    .ag-btn-big-hot-orange-medium,
    .ag-btn-small-transparent--hot-orange-medium,
    .ag-btn-big-transparent--hot-orange-medium,
    .ag-btn-small-hot-orange-medium-light,
    .ag-btn-big-hot-orange-medium-light,
    .ag-btn-small-transparent--hot-orange-medium-light,
    .ag-btn-big-transparent--hot-orange-medium-light,
    .ag-btn-small-hot-orange-light,
    .ag-btn-big-hot-orange-light,
    .ag-btn-small-transparent--hot-orange-light,
    .ag-btn-big-transparent--hot-orange-light,
    .ag-btn-small-cold-gray-dark,
    .ag-btn-big-cold-gray-dark,
    .ag-btn-small-transparent--cold-gray-dark,
    .ag-btn-big-transparent--cold-gray-dark,
    .ag-btn-small-cold-gray-medium-dark,
    .ag-btn-big-cold-gray-medium-dark,
    .ag-btn-small-transparent--cold-gray-medium-dark,
    .ag-btn-big-transparent--cold-gray-medium-dark,
    .ag-btn-small-cold-gray-medium,
    .ag-btn-big-cold-gray-medium,
    .ag-btn-small-transparent--cold-gray-medium,
    .ag-btn-big-transparent--cold-gray-medium,
    .ag-btn-small-cold-gray-medium-light,
    .ag-btn-big-cold-gray-medium-light,
    .ag-btn-small-transparent--cold-gray-medium-light,
    .ag-btn-big-transparent--cold-gray-medium-light,
    .ag-btn-small-cold-gray-light,
    .ag-btn-big-cold-gray-light,
    .ag-btn-small-transparent--cold-gray-light,
    .ag-btn-big-transparent--cold-gray-light,
    .ag-btn-small-gray-text,
    .ag-btn-big-gray-text,
    .ag-btn-small-transparent--gray-text,
    .ag-btn-big-transparent--gray-text,
    .ag-btn-small-gray-text-dark,
    .ag-btn-big-gray-text-dark,
    .ag-btn-small-transparent--gray-text-dark,
    .ag-btn-big-transparent--gray-text-dark,
    .ag-btn-small-green-1,
    .ag-btn-big-green-1,
    .ag-btn-small-transparent--green-1,
    .ag-btn-big-transparent--green-1,
    .ag-btn-small-gray-1,
    .ag-btn-big-gray-1,
    .ag-btn-small-transparent--gray-1,
    .ag-btn-big-transparent--gray-1,
    .ag-btn-small-gray-2,
    .ag-btn-big-gray-2,
    .ag-btn-small-transparent--gray-2,
    .ag-btn-big-transparent--gray-2,
    .ag-btn-small-font-menu,
    .ag-btn-big-font-menu,
    .ag-btn-small-transparent--font-menu,
    .ag-btn-big-transparent--font-menu,
    .ag-btn-small-link-menu,
    .ag-btn-big-link-menu,
    .ag-btn-small-transparent--link-menu,
    .ag-btn-big-transparent--link-menu {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-13 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-13 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-15,
.ag-text-b-u-small,
.ag-text-small,
.ag-text-b-small,
.ag-page__header {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-15,
    .ag-text-b-u-small,
    .ag-text-small,
    .ag-text-b-small,
    .ag-page__header {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-16 {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-16 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-18,
.ag-title-small,
.ag-title-b-small,
.ag-text-medium,
.ag-text-b-medium {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-18,
    .ag-title-small,
    .ag-title-b-small,
    .ag-text-medium,
    .ag-text-b-medium {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-20 {
    font-size: 2rem;
    line-height: 2.4rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-20 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-24,
.ag-title-b-medium-small {
    font-size: 2.4rem;
    line-height: 2.8rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-24,
    .ag-title-b-medium-small {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-28,
.ag-title-medium,
.ag-text-big {
    font-size: 2.8rem;
    line-height: 3.2rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-28,
    .ag-title-medium,
    .ag-text-big {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-35,
.ag-title-b-medium,
.ag-title-big {
    font-size: 3.5rem;
    line-height: 3.9rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-35,
    .ag-title-b-medium,
    .ag-title-big {
        font-size: 5rem;
        line-height: 5.4rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-44 {
    font-size: 4.4rem;
    line-height: 4.8rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-44 {
        font-size: 4.4rem;
        line-height: 4.8rem;
    }
}


/* line 20, /app/source/stylesheets/shared/_mixins.scss */

.ag-fs-50,
.ag-title-b-big,
.ag-title-b-u-big {
    font-size: 5rem;
    line-height: 5.4rem;
}

@media only screen and (min-width: 1200px) {
    /* line 9, /app/source/stylesheets/shared/_mixins.scss */
    .ag-fs-50,
    .ag-title-b-big,
    .ag-title-b-u-big {
        font-size: 7rem;
        line-height: 7.4rem;
    }
}


/* line 137, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    max-width: 21rem;
    padding: 1.5rem;
    text-decoration: none;
    color: #09282a;
    border-color: #09282a;
    font-size: 1.2rem;
    cursor: pointer;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 137, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple {
        max-width: 21rem;
        padding: 1.5rem;
        font-size: 1.2rem;
    }
    /* line 152, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple:hover:not([disabled]) {
        opacity: 0.7;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-dark {
    background-color: #a1a0a6;
    border-color: #a1a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a1a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a1a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #a1a0a6;
    border-color: #a1a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-dark a {
    color: #a1a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-dark:hover {
        background-color: #a1a0a6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-dark--active {
    background-color: #a1a0a6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #a1a0a6;
    border-color: #a1a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-dark:hover {
        background-color: #a1a0a6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-medium-dark {
    background-color: #b4b3b8;
    border-color: #b4b3b8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b4b3b8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b4b3b8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b4b3b8;
    border-color: #b4b3b8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-dark a {
    color: #b4b3b8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-dark:hover {
        background-color: #b4b3b8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-dark--active {
    background-color: #b4b3b8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b4b3b8;
    border-color: #b4b3b8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-dark:hover {
        background-color: #b4b3b8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-medium {
    background-color: #c7c6ca;
    border-color: #c7c6ca;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c7c6ca;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c7c6ca;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c7c6ca;
    border-color: #c7c6ca;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium a {
    color: #c7c6ca;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium:hover {
        background-color: #c7c6ca;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium--active {
    background-color: #c7c6ca;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c7c6ca;
    border-color: #c7c6ca;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium:hover {
        background-color: #c7c6ca;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-medium-light {
    background-color: #d9d9db;
    border-color: #d9d9db;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d9d9db;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d9d9db;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d9d9db;
    border-color: #d9d9db;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-medium-light a {
    color: #d9d9db;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-light:hover {
        background-color: #d9d9db;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-light--active {
    background-color: #d9d9db;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d9d9db;
    border-color: #d9d9db;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-medium-light:hover {
        background-color: #d9d9db;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light {
    background-color: #ececed;
    border-color: #ececed;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ececed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ececed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ececed;
    border-color: #ececed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light a {
    color: #ececed;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light:hover {
        background-color: #ececed;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light--active {
    background-color: #ececed;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ececed;
    border-color: #ececed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light:hover {
        background-color: #ececed;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light2 {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light2:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcfcfc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light2:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcfcfc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light2 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fcfcfc;
    border-color: #fcfcfc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light2 a {
    color: #fcfcfc;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light2:hover {
        background-color: #fcfcfc;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light2:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light2--active {
    background-color: #fcfcfc;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light2--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fcfcfc;
    border-color: #fcfcfc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light2 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light2:hover {
        background-color: #fcfcfc;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light3 {
    background-color: #f5f5f6;
    border-color: #f5f5f6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light3:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light3:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light3 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f5f5f6;
    border-color: #f5f5f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light3 a {
    color: #f5f5f6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light3:hover {
        background-color: #f5f5f6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light3:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light3--active {
    background-color: #f5f5f6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light3--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light3 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f5f5f6;
    border-color: #f5f5f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light3:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light3:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light3 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light3:hover {
        background-color: #f5f5f6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light4 {
    background-color: #fff5ee;
    border-color: #fff5ee;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light4:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff5ee;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light4:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff5ee;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light4 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff5ee;
    border-color: #fff5ee;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light4 a {
    color: #fff5ee;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light4:hover {
        background-color: #fff5ee;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light4:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light4--active {
    background-color: #fff5ee;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light4--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light4 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fff5ee;
    border-color: #fff5ee;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light4:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light4:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light4 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light4:hover {
        background-color: #fff5ee;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light5 {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light5:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light5:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f5f5f5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light5 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f5f5f5;
    border-color: #f5f5f5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light5 a {
    color: #f5f5f5;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light5:hover {
        background-color: #f5f5f5;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light5:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light5--active {
    background-color: #f5f5f5;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light5--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light5 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f5f5f5;
    border-color: #f5f5f5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light5:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light5:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light5 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light5:hover {
        background-color: #f5f5f5;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-light6 {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-light6:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f7f7f7;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-light6:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f7f7f7;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-light6 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f7f7f7;
    border-color: #f7f7f7;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-light6 a {
    color: #f7f7f7;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light6:hover {
        background-color: #f7f7f7;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-light6:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light6--active {
    background-color: #f7f7f7;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-light6--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light6 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f7f7f7;
    border-color: #f7f7f7;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light6:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light6:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-light6 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-light6:hover {
        background-color: #f7f7f7;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-dark {
    background-color: #09282a;
    border-color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-dark a {
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-dark:hover {
        background-color: #09282a;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-dark--active {
    background-color: #09282a;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-dark:hover {
        background-color: #09282a;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-medium-dark {
    background-color: #3a5355;
    border-color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-dark a {
    color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-dark:hover {
        background-color: #3a5355;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-dark--active {
    background-color: #3a5355;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-dark:hover {
        background-color: #3a5355;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-medium {
    background-color: #6b7e7f;
    border-color: #6b7e7f;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6b7e7f;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6b7e7f;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #6b7e7f;
    border-color: #6b7e7f;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium a {
    color: #6b7e7f;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium:hover {
        background-color: #6b7e7f;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium--active {
    background-color: #6b7e7f;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #6b7e7f;
    border-color: #6b7e7f;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium:hover {
        background-color: #6b7e7f;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-medium-light {
    background-color: #9da9aa;
    border-color: #9da9aa;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9da9aa;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9da9aa;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9da9aa;
    border-color: #9da9aa;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-medium-light a {
    color: #9da9aa;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-light:hover {
        background-color: #9da9aa;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-light--active {
    background-color: #9da9aa;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9da9aa;
    border-color: #9da9aa;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-medium-light:hover {
        background-color: #9da9aa;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen-light {
    background-color: #b5bebf;
    border-color: #b5bebf;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b5bebf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b5bebf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b5bebf;
    border-color: #b5bebf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen-light a {
    color: #b5bebf;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-light:hover {
        background-color: #b5bebf;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-light--active {
    background-color: #b5bebf;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b5bebf;
    border-color: #b5bebf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen-light:hover {
        background-color: #b5bebf;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-dark {
    background-color: #0e3c40;
    border-color: #0e3c40;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #0e3c40;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #0e3c40;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #0e3c40;
    border-color: #0e3c40;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark a {
    color: #0e3c40;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark:hover {
        background-color: #0e3c40;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--active {
    background-color: #0e3c40;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #0e3c40;
    border-color: #0e3c40;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark:hover {
        background-color: #0e3c40;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-medium-dark {
    background-color: #3e6366;
    border-color: #3e6366;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3e6366;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3e6366;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3e6366;
    border-color: #3e6366;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-dark a {
    color: #3e6366;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-dark:hover {
        background-color: #3e6366;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-dark--active {
    background-color: #3e6366;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3e6366;
    border-color: #3e6366;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-dark:hover {
        background-color: #3e6366;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-medium {
    background-color: #6e8a8c;
    border-color: #6e8a8c;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6e8a8c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6e8a8c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #6e8a8c;
    border-color: #6e8a8c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium a {
    color: #6e8a8c;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium:hover {
        background-color: #6e8a8c;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium--active {
    background-color: #6e8a8c;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #6e8a8c;
    border-color: #6e8a8c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium:hover {
        background-color: #6e8a8c;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-medium-light {
    background-color: #9fb1b3;
    border-color: #9fb1b3;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9fb1b3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9fb1b3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9fb1b3;
    border-color: #9fb1b3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-medium-light a {
    color: #9fb1b3;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-light:hover {
        background-color: #9fb1b3;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-light--active {
    background-color: #9fb1b3;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9fb1b3;
    border-color: #9fb1b3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-medium-light:hover {
        background-color: #9fb1b3;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-light {
    background-color: #b6c4c5;
    border-color: #b6c4c5;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6c4c5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6c4c5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6c4c5;
    border-color: #b6c4c5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-light a {
    color: #b6c4c5;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-light:hover {
        background-color: #b6c4c5;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-light--active {
    background-color: #b6c4c5;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6c4c5;
    border-color: #b6c4c5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-light:hover {
        background-color: #b6c4c5;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--darkgreen2-dark--hover {
    background-color: #3a5355;
    border-color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--darkgreen2-dark--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-darkgreen2-dark--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3a5355;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-darkgreen2-dark--hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--darkgreen2-dark--hover a {
    color: #3a5355;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark--hover:hover {
        background-color: #3a5355;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--darkgreen2-dark--hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--hover--active {
    background-color: #3a5355;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-darkgreen2-dark--hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3a5355;
    border-color: #3a5355;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--darkgreen2-dark--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--darkgreen2-dark--hover:hover {
        background-color: #3a5355;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige {
    background-color: #fccdac;
    border-color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige a {
    color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige:hover {
        background-color: #fccdac;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige--active {
    background-color: #fccdac;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige:hover {
        background-color: #fccdac;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-dark {
    background-color: #fccdac;
    border-color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark a {
    color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark:hover {
        background-color: #fccdac;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--active {
    background-color: #fccdac;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark:hover {
        background-color: #fccdac;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-dark--hover {
    background-color: #ffebdd;
    border-color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-dark--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-dark--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-dark--hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-dark--hover a {
    color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark--hover:hover {
        background-color: #ffebdd;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-dark--hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--hover--active {
    background-color: #ffebdd;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-dark--hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-dark--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-dark--hover:hover {
        background-color: #ffebdd;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-medium-dark {
    background-color: #fcd5b9;
    border-color: #fcd5b9;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcd5b9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcd5b9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fcd5b9;
    border-color: #fcd5b9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-dark a {
    color: #fcd5b9;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-dark:hover {
        background-color: #fcd5b9;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-dark--active {
    background-color: #fcd5b9;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fcd5b9;
    border-color: #fcd5b9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-dark:hover {
        background-color: #fcd5b9;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-medium {
    background-color: #fddfc8;
    border-color: #fddfc8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fddfc8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fddfc8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fddfc8;
    border-color: #fddfc8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium a {
    color: #fddfc8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium:hover {
        background-color: #fddfc8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium--active {
    background-color: #fddfc8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fddfc8;
    border-color: #fddfc8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium:hover {
        background-color: #fddfc8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-medium-light {
    background-color: #ffebdd;
    border-color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-medium-light a {
    color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-light:hover {
        background-color: #ffebdd;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-light--active {
    background-color: #ffebdd;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-medium-light:hover {
        background-color: #ffebdd;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-light {
    background-color: #fef1e8;
    border-color: #fef1e8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fef1e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fef1e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fef1e8;
    border-color: #fef1e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-light a {
    color: #fef1e8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-light:hover {
        background-color: #fef1e8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-light--active {
    background-color: #fef1e8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fef1e8;
    border-color: #fef1e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-light:hover {
        background-color: #fef1e8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-dark {
    background-color: #b6e2d3;
    border-color: #b6e2d3;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6e2d3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6e2d3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6e2d3;
    border-color: #b6e2d3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-dark a {
    color: #b6e2d3;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-dark:hover {
        background-color: #b6e2d3;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-dark--active {
    background-color: #b6e2d3;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6e2d3;
    border-color: #b6e2d3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-dark:hover {
        background-color: #b6e2d3;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-medium-dark {
    background-color: #c5e8dc;
    border-color: #c5e8dc;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c5e8dc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c5e8dc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c5e8dc;
    border-color: #c5e8dc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-dark a {
    color: #c5e8dc;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-dark:hover {
        background-color: #c5e8dc;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-dark--active {
    background-color: #c5e8dc;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c5e8dc;
    border-color: #c5e8dc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-dark:hover {
        background-color: #c5e8dc;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-medium {
    background-color: #d3eee5;
    border-color: #d3eee5;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d3eee5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d3eee5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d3eee5;
    border-color: #d3eee5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium a {
    color: #d3eee5;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium:hover {
        background-color: #d3eee5;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium--active {
    background-color: #d3eee5;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d3eee5;
    border-color: #d3eee5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium:hover {
        background-color: #d3eee5;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-medium-light {
    background-color: #e2f3ed;
    border-color: #e2f3ed;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e2f3ed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e2f3ed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e2f3ed;
    border-color: #e2f3ed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-medium-light a {
    color: #e2f3ed;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-light:hover {
        background-color: #e2f3ed;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-light--active {
    background-color: #e2f3ed;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e2f3ed;
    border-color: #e2f3ed;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-medium-light:hover {
        background-color: #e2f3ed;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-light {
    background-color: #f0f9f6;
    border-color: #f0f9f6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0f9f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0f9f6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f0f9f6;
    border-color: #f0f9f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-light a {
    color: #f0f9f6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-light:hover {
        background-color: #f0f9f6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-light--active {
    background-color: #f0f9f6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f0f9f6;
    border-color: #f0f9f6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-light:hover {
        background-color: #f0f9f6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--graphite-dark {
    background-color: #686465;
    border-color: #686465;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--graphite-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #686465;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #686465;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #686465;
    border-color: #686465;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-dark a {
    color: #686465;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-dark:hover {
        background-color: #686465;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-dark--active {
    background-color: #686465;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #686465;
    border-color: #686465;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-dark:hover {
        background-color: #686465;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--graphite-medium {
    background-color: #868384;
    border-color: #868384;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--graphite-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #868384;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #868384;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #868384;
    border-color: #868384;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-medium a {
    color: #868384;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-medium:hover {
        background-color: #868384;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-medium--active {
    background-color: #868384;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #868384;
    border-color: #868384;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-medium:hover {
        background-color: #868384;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--graphite-light {
    background-color: #b6b5b5;
    border-color: #b6b5b5;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--graphite-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6b5b5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-graphite-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6b5b5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-graphite-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6b5b5;
    border-color: #b6b5b5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--graphite-light a {
    color: #b6b5b5;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-light:hover {
        background-color: #b6b5b5;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--graphite-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-light--active {
    background-color: #b6b5b5;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-graphite-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6b5b5;
    border-color: #b6b5b5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--graphite-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--graphite-light:hover {
        background-color: #b6b5b5;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green2-dark {
    background-color: #51ccae;
    border-color: #51ccae;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green2-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #51ccae;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #51ccae;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #51ccae;
    border-color: #51ccae;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-dark a {
    color: #51ccae;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-dark:hover {
        background-color: #51ccae;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-dark--active {
    background-color: #51ccae;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #51ccae;
    border-color: #51ccae;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-dark:hover {
        background-color: #51ccae;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green2-medium {
    background-color: #74d6be;
    border-color: #74d6be;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green2-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #74d6be;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #74d6be;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #74d6be;
    border-color: #74d6be;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-medium a {
    color: #74d6be;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-medium:hover {
        background-color: #74d6be;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-medium--active {
    background-color: #74d6be;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #74d6be;
    border-color: #74d6be;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-medium:hover {
        background-color: #74d6be;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green2-light {
    background-color: #ace6d8;
    border-color: #ace6d8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green2-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ace6d8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green2-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ace6d8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green2-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ace6d8;
    border-color: #ace6d8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green2-light a {
    color: #ace6d8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-light:hover {
        background-color: #ace6d8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green2-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-light--active {
    background-color: #ace6d8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green2-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ace6d8;
    border-color: #ace6d8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green2-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green2-light:hover {
        background-color: #ace6d8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--coral-dark {
    background-color: #ff7559;
    border-color: #ff7559;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--coral-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff7559;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff7559;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ff7559;
    border-color: #ff7559;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-dark a {
    color: #ff7559;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-dark:hover {
        background-color: #ff7559;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-dark--active {
    background-color: #ff7559;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ff7559;
    border-color: #ff7559;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-dark:hover {
        background-color: #ff7559;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--coral-medium {
    background-color: #ff917a;
    border-color: #ff917a;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--coral-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff917a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ff917a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ff917a;
    border-color: #ff917a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-medium a {
    color: #ff917a;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-medium:hover {
        background-color: #ff917a;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-medium--active {
    background-color: #ff917a;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ff917a;
    border-color: #ff917a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-medium:hover {
        background-color: #ff917a;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--coral-light {
    background-color: #ffbdaf;
    border-color: #ffbdaf;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--coral-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffbdaf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-coral-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffbdaf;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-coral-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffbdaf;
    border-color: #ffbdaf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--coral-light a {
    color: #ffbdaf;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-light:hover {
        background-color: #ffbdaf;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--coral-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-light--active {
    background-color: #ffbdaf;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-coral-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffbdaf;
    border-color: #ffbdaf;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--coral-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--coral-light:hover {
        background-color: #ffbdaf;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-dark {
    background-color: #8fd3df;
    border-color: #8fd3df;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8fd3df;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8fd3df;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8fd3df;
    border-color: #8fd3df;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-dark a {
    color: #8fd3df;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-dark:hover {
        background-color: #8fd3df;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-dark--active {
    background-color: #8fd3df;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8fd3df;
    border-color: #8fd3df;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-dark:hover {
        background-color: #8fd3df;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-medium {
    background-color: #b1e0e8;
    border-color: #b1e0e8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1e0e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1e0e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b1e0e8;
    border-color: #b1e0e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-medium a {
    color: #b1e0e8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-medium:hover {
        background-color: #b1e0e8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-medium--active {
    background-color: #b1e0e8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b1e0e8;
    border-color: #b1e0e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-medium:hover {
        background-color: #b1e0e8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-light {
    background-color: #d0ecf1;
    border-color: #d0ecf1;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d0ecf1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d0ecf1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d0ecf1;
    border-color: #d0ecf1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-light a {
    color: #d0ecf1;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-light:hover {
        background-color: #d0ecf1;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-light--active {
    background-color: #d0ecf1;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d0ecf1;
    border-color: #d0ecf1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-light:hover {
        background-color: #d0ecf1;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--purple-dark {
    background-color: #b1b6f9;
    border-color: #b1b6f9;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--purple-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b6f9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b6f9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b1b6f9;
    border-color: #b1b6f9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-dark a {
    color: #b1b6f9;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-dark:hover {
        background-color: #b1b6f9;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-dark--active {
    background-color: #b1b6f9;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b1b6f9;
    border-color: #b1b6f9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-dark:hover {
        background-color: #b1b6f9;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--purple-medium {
    background-color: #d1d5ff;
    border-color: #d1d5ff;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--purple-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d1d5ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d1d5ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d1d5ff;
    border-color: #d1d5ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-medium a {
    color: #d1d5ff;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-medium:hover {
        background-color: #d1d5ff;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-medium--active {
    background-color: #d1d5ff;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d1d5ff;
    border-color: #d1d5ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-medium:hover {
        background-color: #d1d5ff;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--purple-light {
    background-color: #e3e6ff;
    border-color: #e3e6ff;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--purple-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e3e6ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-purple-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e3e6ff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-purple-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e3e6ff;
    border-color: #e3e6ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--purple-light a {
    color: #e3e6ff;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-light:hover {
        background-color: #e3e6ff;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--purple-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-light--active {
    background-color: #e3e6ff;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-purple-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e3e6ff;
    border-color: #e3e6ff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--purple-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--purple-light:hover {
        background-color: #e3e6ff;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--black {
    background-color: #000;
    border-color: #000;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--black:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #000;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #000;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #000;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black a {
    color: #000;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black:hover {
        background-color: #000;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black--active {
    background-color: #000;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #000;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black:hover {
        background-color: #000;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--white {
    background-color: #fff;
    border-color: #fff;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--white:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-white:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fff;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-white a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--white a {
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--white:hover {
        background-color: #fff;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--white:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-white--active {
    background-color: #fff;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-white--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--white {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fff;
    border-color: #fff;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--white:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--white:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--white a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--white:hover {
        background-color: #fff;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--new-alert-red {
    background-color: #e57978;
    border-color: #e57978;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--new-alert-red:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e57978;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-new-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-red a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-red:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-new-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e57978;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-new-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-new-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-new-alert-red a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e57978;
    border-color: #e57978;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--new-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-red a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-red a {
    color: #e57978;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--new-alert-red:hover {
        background-color: #e57978;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--new-alert-red:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-new-alert-red--active {
    background-color: #e57978;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-new-alert-red--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--new-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e57978;
    border-color: #e57978;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--new-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--new-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--new-alert-red a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--new-alert-red:hover {
        background-color: #e57978;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-red {
    background-color: #e37a7a;
    border-color: #e37a7a;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-red:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e37a7a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e37a7a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e37a7a;
    border-color: #e37a7a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red a {
    color: #e37a7a;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red:hover {
        background-color: #e37a7a;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--active {
    background-color: #e37a7a;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e37a7a;
    border-color: #e37a7a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red:hover {
        background-color: #e37a7a;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-red--hover {
    background-color: #8b5959;
    border-color: #8b5959;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-red--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b5959;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-red--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b5959;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-red--hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8b5959;
    border-color: #8b5959;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-red--hover a {
    color: #8b5959;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red--hover:hover {
        background-color: #8b5959;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-red--hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--hover--active {
    background-color: #8b5959;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-red--hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8b5959;
    border-color: #8b5959;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-red--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-red--hover:hover {
        background-color: #8b5959;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--new-alert-green {
    background-color: #5aa975;
    border-color: #5aa975;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--new-alert-green:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #5aa975;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-new-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-green a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-new-alert-green:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-new-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #5aa975;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-new-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-new-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-new-alert-green a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #5aa975;
    border-color: #5aa975;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--new-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-green a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--new-alert-green a {
    color: #5aa975;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--new-alert-green:hover {
        background-color: #5aa975;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--new-alert-green:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-new-alert-green--active {
    background-color: #5aa975;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-new-alert-green--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--new-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #5aa975;
    border-color: #5aa975;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--new-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--new-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--new-alert-green a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--new-alert-green:hover {
        background-color: #5aa975;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-green {
    background-color: #5ba976;
    border-color: #5ba976;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-green:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #5ba976;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #5ba976;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #5ba976;
    border-color: #5ba976;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green a {
    color: #5ba976;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green:hover {
        background-color: #5ba976;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--active {
    background-color: #5ba976;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #5ba976;
    border-color: #5ba976;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green:hover {
        background-color: #5ba976;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--alert-green--hover {
    background-color: #9dcbad;
    border-color: #9dcbad;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--alert-green--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9dcbad;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-alert-green--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9dcbad;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-alert-green--hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9dcbad;
    border-color: #9dcbad;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--alert-green--hover a {
    color: #9dcbad;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green--hover:hover {
        background-color: #9dcbad;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--alert-green--hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--hover--active {
    background-color: #9dcbad;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-alert-green--hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9dcbad;
    border-color: #9dcbad;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--alert-green--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--alert-green--hover:hover {
        background-color: #9dcbad;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--transparent {
    background-color: transparent;
    border-color: transparent;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--transparent:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: transparent;
    border-color: transparent;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--transparent a {
    color: transparent;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--transparent:hover {
        background-color: transparent;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--transparent:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-transparent--active {
    background-color: transparent;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-transparent--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: transparent;
    border-color: transparent;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--transparent:hover {
        background-color: transparent;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--agora {
    background-color: #12142a;
    border-color: #12142a;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--agora:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #12142a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-agora:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #12142a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-agora a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #12142a;
    border-color: #12142a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--agora a {
    color: #12142a;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--agora:hover {
        background-color: #12142a;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--agora:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-agora--active {
    background-color: #12142a;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-agora--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--agora {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #12142a;
    border-color: #12142a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--agora:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--agora:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--agora a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--agora:hover {
        background-color: #12142a;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--navy {
    background-color: #152e52;
    border-color: #152e52;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--navy:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #152e52;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-navy:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #152e52;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-navy a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #152e52;
    border-color: #152e52;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--navy a {
    color: #152e52;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--navy:hover {
        background-color: #152e52;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--navy:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-navy--active {
    background-color: #152e52;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-navy--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #152e52;
    border-color: #152e52;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--navy a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--navy:hover {
        background-color: #152e52;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--dark-navy {
    background-color: #09282a;
    border-color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--dark-navy:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #09282a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy a {
    color: #09282a;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy:hover {
        background-color: #09282a;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy--active {
    background-color: #09282a;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #09282a;
    border-color: #09282a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy:hover {
        background-color: #09282a;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--dark-navy-2 {
    background-color: #353749;
    border-color: #353749;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--dark-navy-2:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #353749;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-navy-2:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #353749;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-navy-2 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #353749;
    border-color: #353749;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-navy-2 a {
    color: #353749;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy-2:hover {
        background-color: #353749;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-navy-2:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy-2--active {
    background-color: #353749;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-navy-2--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #353749;
    border-color: #353749;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-navy-2 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-navy-2:hover {
        background-color: #353749;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e6e6e6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e6e6e6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e6e6e6;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray a {
    color: #e6e6e6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray:hover {
        background-color: #e6e6e6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray--active {
    background-color: #e6e6e6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e6e6e6;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray:hover {
        background-color: #e6e6e6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--dark-gray {
    background-color: #b0b1b6;
    border-color: #b0b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--dark-gray:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b0b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-dark-gray:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b0b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-dark-gray a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b0b1b6;
    border-color: #b0b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--dark-gray a {
    color: #b0b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-gray:hover {
        background-color: #b0b1b6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--dark-gray:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-gray--active {
    background-color: #b0b1b6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-dark-gray--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-gray {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b0b1b6;
    border-color: #b0b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-gray:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-gray:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--dark-gray a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--dark-gray:hover {
        background-color: #b0b1b6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--black-light {
    background-color: #494b5c;
    border-color: #494b5c;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--black-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #494b5c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-black-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #494b5c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-black-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #494b5c;
    border-color: #494b5c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--black-light a {
    color: #494b5c;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black-light:hover {
        background-color: #494b5c;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--black-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black-light--active {
    background-color: #494b5c;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-black-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #494b5c;
    border-color: #494b5c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--black-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--black-light:hover {
        background-color: #494b5c;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--beige-hover {
    background-color: #f0c185;
    border-color: #f0c185;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--beige-hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0c185;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-beige-hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f0c185;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-beige-hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f0c185;
    border-color: #f0c185;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--beige-hover a {
    color: #f0c185;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-hover:hover {
        background-color: #f0c185;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--beige-hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-hover--active {
    background-color: #f0c185;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-beige-hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f0c185;
    border-color: #f0c185;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--beige-hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--beige-hover:hover {
        background-color: #f0c185;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--red {
    background-color: #f31545;
    border-color: #f31545;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--red:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f31545;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #f31545;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #f31545;
    border-color: #f31545;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red a {
    color: #f31545;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red:hover {
        background-color: #f31545;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red--active {
    background-color: #f31545;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #f31545;
    border-color: #f31545;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red:hover {
        background-color: #f31545;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--red-dark {
    background-color: #572c2c;
    border-color: #572c2c;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--red-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #572c2c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-red-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #572c2c;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-red-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #572c2c;
    border-color: #572c2c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--red-dark a {
    color: #572c2c;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red-dark:hover {
        background-color: #572c2c;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--red-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red-dark--active {
    background-color: #572c2c;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-red-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #572c2c;
    border-color: #572c2c;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--red-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--red-dark:hover {
        background-color: #572c2c;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green {
    background-color: #94c800;
    border-color: #94c800;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #94c800;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #94c800;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #94c800;
    border-color: #94c800;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green a {
    color: #94c800;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green:hover {
        background-color: #94c800;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green--active {
    background-color: #94c800;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #94c800;
    border-color: #94c800;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green:hover {
        background-color: #94c800;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue {
    background-color: #2caae2;
    border-color: #2caae2;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #2caae2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #2caae2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #2caae2;
    border-color: #2caae2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue a {
    color: #2caae2;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue:hover {
        background-color: #2caae2;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue--active {
    background-color: #2caae2;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #2caae2;
    border-color: #2caae2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue:hover {
        background-color: #2caae2;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-button {
    background-color: #a0a0a6;
    border-color: #a0a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-button:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a0a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #a0a0a6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #a0a0a6;
    border-color: #a0a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button a {
    color: #a0a0a6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button:hover {
        background-color: #a0a0a6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--active {
    background-color: #a0a0a6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #a0a0a6;
    border-color: #a0a0a6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button:hover {
        background-color: #a0a0a6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-button--hover {
    background-color: #b1b1b6;
    border-color: #b1b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-button--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-button--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b1b1b6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-button--hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b1b1b6;
    border-color: #b1b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-button--hover a {
    color: #b1b1b6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button--hover:hover {
        background-color: #b1b1b6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-button--hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--hover--active {
    background-color: #b1b1b6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-button--hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b1b1b6;
    border-color: #b1b1b6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-button--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-button--hover:hover {
        background-color: #b1b1b6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--salmon {
    background-color: #ffb09b;
    border-color: #ffb09b;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--salmon:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffb09b;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-salmon:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffb09b;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-salmon a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffb09b;
    border-color: #ffb09b;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--salmon a {
    color: #ffb09b;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--salmon:hover {
        background-color: #ffb09b;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--salmon:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-salmon--active {
    background-color: #ffb09b;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-salmon--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--salmon {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffb09b;
    border-color: #ffb09b;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--salmon:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--salmon:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--salmon a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--salmon:hover {
        background-color: #ffb09b;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-sky {
    background-color: #8bd3e1;
    border-color: #8bd3e1;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-sky:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-sky {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8bd3e1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-sky:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-sky:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-sky a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-sky:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-sky {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8bd3e1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-sky:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-sky:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-sky a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-sky {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8bd3e1;
    border-color: #8bd3e1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-sky:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-sky:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-sky a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-sky a {
    color: #8bd3e1;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-sky:hover {
        background-color: #8bd3e1;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-sky:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-sky--active {
    background-color: #8bd3e1;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-sky--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-sky {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8bd3e1;
    border-color: #8bd3e1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-sky:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-sky:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-sky a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-sky:hover {
        background-color: #8bd3e1;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--blue-ocean {
    background-color: #548aa7;
    border-color: #548aa7;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--blue-ocean:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-ocean {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #548aa7;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-ocean:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-blue-ocean:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-ocean a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-blue-ocean:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-ocean {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #548aa7;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-ocean:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-blue-ocean:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-blue-ocean a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-ocean {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #548aa7;
    border-color: #548aa7;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-ocean:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-ocean:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-ocean a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--blue-ocean a {
    color: #548aa7;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-ocean:hover {
        background-color: #548aa7;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--blue-ocean:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-ocean--active {
    background-color: #548aa7;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-blue-ocean--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-ocean {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #548aa7;
    border-color: #548aa7;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-ocean:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-ocean:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--blue-ocean a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--blue-ocean:hover {
        background-color: #548aa7;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--violet {
    background-color: #b2b2fd;
    border-color: #b2b2fd;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--violet:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-violet {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b2b2fd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-violet:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-violet:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-violet a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-violet:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-violet {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b2b2fd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-violet:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-violet:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-violet a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--violet {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b2b2fd;
    border-color: #b2b2fd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--violet:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--violet:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--violet a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--violet a {
    color: #b2b2fd;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--violet:hover {
        background-color: #b2b2fd;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--violet:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-violet--active {
    background-color: #b2b2fd;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-violet--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--violet {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b2b2fd;
    border-color: #b2b2fd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--violet:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--violet:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--violet a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--violet:hover {
        background-color: #b2b2fd;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--argil {
    background-color: #665f61;
    border-color: #665f61;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--argil:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-argil {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #665f61;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-argil:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-argil:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-argil a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-argil:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-argil {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #665f61;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-argil:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-argil:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-argil a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--argil {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #665f61;
    border-color: #665f61;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--argil:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--argil:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--argil a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--argil a {
    color: #665f61;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--argil:hover {
        background-color: #665f61;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--argil:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-argil--active {
    background-color: #665f61;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-argil--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--argil {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #665f61;
    border-color: #665f61;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--argil:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--argil:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--argil a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--argil:hover {
        background-color: #665f61;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--midnight-dark {
    background-color: #13383d;
    border-color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--midnight-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-midnight-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-midnight-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-dark a {
    color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-dark:hover {
        background-color: #13383d;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-dark--active {
    background-color: #13383d;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-dark:hover {
        background-color: #13383d;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--midnight-medium-dark {
    background-color: #3b5055;
    border-color: #3b5055;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--midnight-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3b5055;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-midnight-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #3b5055;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-midnight-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3b5055;
    border-color: #3b5055;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-dark a {
    color: #3b5055;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium-dark:hover {
        background-color: #3b5055;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-medium-dark--active {
    background-color: #3b5055;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #3b5055;
    border-color: #3b5055;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-medium-dark:hover {
        background-color: #3b5055;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--midnight-medium {
    background-color: #626e73;
    border-color: #626e73;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--midnight-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #626e73;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-midnight-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #626e73;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-midnight-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #626e73;
    border-color: #626e73;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium a {
    color: #626e73;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium:hover {
        background-color: #626e73;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-medium--active {
    background-color: #626e73;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #626e73;
    border-color: #626e73;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-medium:hover {
        background-color: #626e73;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--midnight-medium-light {
    background-color: #8b9397;
    border-color: #8b9397;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--midnight-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b9397;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-midnight-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b9397;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-midnight-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8b9397;
    border-color: #8b9397;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-medium-light a {
    color: #8b9397;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium-light:hover {
        background-color: #8b9397;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-medium-light--active {
    background-color: #8b9397;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8b9397;
    border-color: #8b9397;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-medium-light:hover {
        background-color: #8b9397;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--midnight-light {
    background-color: #bec0c2;
    border-color: #bec0c2;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--midnight-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #bec0c2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-midnight-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-midnight-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #bec0c2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-midnight-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-midnight-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #bec0c2;
    border-color: #bec0c2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--midnight-light a {
    color: #bec0c2;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-light:hover {
        background-color: #bec0c2;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--midnight-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-light--active {
    background-color: #bec0c2;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-midnight-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #bec0c2;
    border-color: #bec0c2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--midnight-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--midnight-light:hover {
        background-color: #bec0c2;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--emerald-dark {
    background-color: #175459;
    border-color: #175459;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--emerald-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #175459;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-emerald-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #175459;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-emerald-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #175459;
    border-color: #175459;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-dark a {
    color: #175459;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-dark:hover {
        background-color: #175459;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-dark--active {
    background-color: #175459;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #175459;
    border-color: #175459;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-dark:hover {
        background-color: #175459;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--emerald-medium-dark {
    background-color: #456a6f;
    border-color: #456a6f;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--emerald-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #456a6f;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-emerald-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #456a6f;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-emerald-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #456a6f;
    border-color: #456a6f;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-dark a {
    color: #456a6f;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium-dark:hover {
        background-color: #456a6f;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-medium-dark--active {
    background-color: #456a6f;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #456a6f;
    border-color: #456a6f;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-medium-dark:hover {
        background-color: #456a6f;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--emerald-medium {
    background-color: #6b848a;
    border-color: #6b848a;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--emerald-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6b848a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-emerald-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #6b848a;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-emerald-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #6b848a;
    border-color: #6b848a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium a {
    color: #6b848a;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium:hover {
        background-color: #6b848a;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-medium--active {
    background-color: #6b848a;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #6b848a;
    border-color: #6b848a;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-medium:hover {
        background-color: #6b848a;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--emerald-medium-light {
    background-color: #93a4a8;
    border-color: #93a4a8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--emerald-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #93a4a8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-emerald-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #93a4a8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-emerald-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #93a4a8;
    border-color: #93a4a8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-medium-light a {
    color: #93a4a8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium-light:hover {
        background-color: #93a4a8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-medium-light--active {
    background-color: #93a4a8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #93a4a8;
    border-color: #93a4a8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-medium-light:hover {
        background-color: #93a4a8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--emerald-light {
    background-color: #c1c9cc;
    border-color: #c1c9cc;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--emerald-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c1c9cc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-emerald-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-emerald-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c1c9cc;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-emerald-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-emerald-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c1c9cc;
    border-color: #c1c9cc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--emerald-light a {
    color: #c1c9cc;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-light:hover {
        background-color: #c1c9cc;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--emerald-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-light--active {
    background-color: #c1c9cc;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-emerald-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c1c9cc;
    border-color: #c1c9cc;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--emerald-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--emerald-light:hover {
        background-color: #c1c9cc;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--mint-dark {
    background-color: #b6dfd2;
    border-color: #b6dfd2;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--mint-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6dfd2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-mint-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #b6dfd2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-mint-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #b6dfd2;
    border-color: #b6dfd2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-dark a {
    color: #b6dfd2;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-dark:hover {
        background-color: #b6dfd2;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-dark--active {
    background-color: #b6dfd2;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #b6dfd2;
    border-color: #b6dfd2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-dark:hover {
        background-color: #b6dfd2;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--mint-medium-dark {
    background-color: #c3e4d9;
    border-color: #c3e4d9;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--mint-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c3e4d9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-mint-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c3e4d9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-mint-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c3e4d9;
    border-color: #c3e4d9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-dark a {
    color: #c3e4d9;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium-dark:hover {
        background-color: #c3e4d9;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-medium-dark--active {
    background-color: #c3e4d9;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c3e4d9;
    border-color: #c3e4d9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-medium-dark:hover {
        background-color: #c3e4d9;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--mint-medium {
    background-color: #d1eae1;
    border-color: #d1eae1;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--mint-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d1eae1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-mint-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d1eae1;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-mint-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d1eae1;
    border-color: #d1eae1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium a {
    color: #d1eae1;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium:hover {
        background-color: #d1eae1;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-medium--active {
    background-color: #d1eae1;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d1eae1;
    border-color: #d1eae1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-medium:hover {
        background-color: #d1eae1;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--mint-medium-light {
    background-color: #dff0ea;
    border-color: #dff0ea;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--mint-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #dff0ea;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-mint-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #dff0ea;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-mint-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #dff0ea;
    border-color: #dff0ea;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-medium-light a {
    color: #dff0ea;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium-light:hover {
        background-color: #dff0ea;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-medium-light--active {
    background-color: #dff0ea;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #dff0ea;
    border-color: #dff0ea;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-medium-light:hover {
        background-color: #dff0ea;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--mint-light {
    background-color: #edf6f2;
    border-color: #edf6f2;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--mint-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #edf6f2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-mint-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-mint-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #edf6f2;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-mint-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-mint-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #edf6f2;
    border-color: #edf6f2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--mint-light a {
    color: #edf6f2;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-light:hover {
        background-color: #edf6f2;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--mint-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-light--active {
    background-color: #edf6f2;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-mint-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #edf6f2;
    border-color: #edf6f2;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--mint-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--mint-light:hover {
        background-color: #edf6f2;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange {
    background-color: #fccdac;
    border-color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange a {
    color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange:hover {
        background-color: #fccdac;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange--active {
    background-color: #fccdac;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange:hover {
        background-color: #fccdac;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange-dark {
    background-color: #fccdac;
    border-color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fccdac;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark a {
    color: #fccdac;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-dark:hover {
        background-color: #fccdac;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-dark--active {
    background-color: #fccdac;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fccdac;
    border-color: #fccdac;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-dark:hover {
        background-color: #fccdac;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange-dark--hover {
    background-color: #ffebdd;
    border-color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange-dark--hover:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark--hover a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-dark--hover:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-dark--hover a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark--hover a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-dark--hover a {
    color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-dark--hover:hover {
        background-color: #ffebdd;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-dark--hover:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-dark--hover--active {
    background-color: #ffebdd;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-dark--hover--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-dark--hover {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-dark--hover:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-dark--hover:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-dark--hover a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-dark--hover:hover {
        background-color: #ffebdd;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange-medium-dark {
    background-color: #fcd5b9;
    border-color: #fcd5b9;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcd5b9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fcd5b9;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fcd5b9;
    border-color: #fcd5b9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-dark a {
    color: #fcd5b9;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium-dark:hover {
        background-color: #fcd5b9;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-medium-dark--active {
    background-color: #fcd5b9;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fcd5b9;
    border-color: #fcd5b9;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-medium-dark:hover {
        background-color: #fcd5b9;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange-medium {
    background-color: #fddfc8;
    border-color: #fddfc8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fddfc8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fddfc8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fddfc8;
    border-color: #fddfc8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium a {
    color: #fddfc8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium:hover {
        background-color: #fddfc8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-medium--active {
    background-color: #fddfc8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fddfc8;
    border-color: #fddfc8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-medium:hover {
        background-color: #fddfc8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange-medium-light {
    background-color: #ffebdd;
    border-color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #ffebdd;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-medium-light a {
    color: #ffebdd;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium-light:hover {
        background-color: #ffebdd;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-medium-light--active {
    background-color: #ffebdd;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #ffebdd;
    border-color: #ffebdd;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-medium-light:hover {
        background-color: #ffebdd;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--hot-orange-light {
    background-color: #fef1e8;
    border-color: #fef1e8;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--hot-orange-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fef1e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-hot-orange-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-hot-orange-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #fef1e8;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-hot-orange-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-hot-orange-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fef1e8;
    border-color: #fef1e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--hot-orange-light a {
    color: #fef1e8;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-light:hover {
        background-color: #fef1e8;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--hot-orange-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-light--active {
    background-color: #fef1e8;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-hot-orange-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #fef1e8;
    border-color: #fef1e8;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--hot-orange-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--hot-orange-light:hover {
        background-color: #fef1e8;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--cold-gray-dark {
    background-color: #9f9fa6;
    border-color: #9f9fa6;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--cold-gray-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9f9fa6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-cold-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #9f9fa6;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-cold-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #9f9fa6;
    border-color: #9f9fa6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-dark a {
    color: #9f9fa6;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-dark:hover {
        background-color: #9f9fa6;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-dark--active {
    background-color: #9f9fa6;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #9f9fa6;
    border-color: #9f9fa6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-dark:hover {
        background-color: #9f9fa6;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--cold-gray-medium-dark {
    background-color: #afaeb3;
    border-color: #afaeb3;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--cold-gray-medium-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #afaeb3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-cold-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #afaeb3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-cold-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #afaeb3;
    border-color: #afaeb3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-dark a {
    color: #afaeb3;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium-dark:hover {
        background-color: #afaeb3;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-medium-dark--active {
    background-color: #afaeb3;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-medium-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #afaeb3;
    border-color: #afaeb3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-medium-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-medium-dark:hover {
        background-color: #afaeb3;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--cold-gray-medium {
    background-color: #c0bfc3;
    border-color: #c0bfc3;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--cold-gray-medium:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c0bfc3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-cold-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #c0bfc3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-cold-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #c0bfc3;
    border-color: #c0bfc3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium a {
    color: #c0bfc3;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium:hover {
        background-color: #c0bfc3;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-medium--active {
    background-color: #c0bfc3;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-medium--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #c0bfc3;
    border-color: #c0bfc3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-medium:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-medium:hover {
        background-color: #c0bfc3;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--cold-gray-medium-light {
    background-color: #d3d1d3;
    border-color: #d3d1d3;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--cold-gray-medium-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d3d1d3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-cold-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-medium-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #d3d1d3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-cold-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-medium-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #d3d1d3;
    border-color: #d3d1d3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-medium-light a {
    color: #d3d1d3;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium-light:hover {
        background-color: #d3d1d3;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-medium-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-medium-light--active {
    background-color: #d3d1d3;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-medium-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #d3d1d3;
    border-color: #d3d1d3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-medium-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-medium-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-medium-light:hover {
        background-color: #d3d1d3;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--cold-gray-light {
    background-color: #e6e5e5;
    border-color: #e6e5e5;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--cold-gray-light:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e6e5e5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-cold-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-light a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-cold-gray-light:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #e6e5e5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-cold-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-cold-gray-light a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #e6e5e5;
    border-color: #e6e5e5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-light a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--cold-gray-light a {
    color: #e6e5e5;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-light:hover {
        background-color: #e6e5e5;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--cold-gray-light:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-light--active {
    background-color: #e6e5e5;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-cold-gray-light--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-light {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #e6e5e5;
    border-color: #e6e5e5;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-light:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-light:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--cold-gray-light a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--cold-gray-light:hover {
        background-color: #e6e5e5;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-text {
    background-color: #afaeb3;
    border-color: #afaeb3;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-text:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #afaeb3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #afaeb3;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #afaeb3;
    border-color: #afaeb3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text a {
    color: #afaeb3;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text:hover {
        background-color: #afaeb3;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text--active {
    background-color: #afaeb3;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #afaeb3;
    border-color: #afaeb3;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text:hover {
        background-color: #afaeb3;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-text-dark {
    background-color: #333333;
    border-color: #333333;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-text-dark:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #333333;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-text-dark:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #333333;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-text-dark a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #333333;
    border-color: #333333;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-text-dark a {
    color: #333333;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text-dark:hover {
        background-color: #333333;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-text-dark:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text-dark--active {
    background-color: #333333;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-text-dark--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text-dark {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #333333;
    border-color: #333333;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text-dark:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text-dark:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-text-dark a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-text-dark:hover {
        background-color: #333333;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--green-1 {
    background-color: #13383d;
    border-color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--green-1:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-green-1:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-green-1 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--green-1 a {
    color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-1:hover {
        background-color: #13383d;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--green-1:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-1--active {
    background-color: #13383d;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-green-1--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--green-1 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--green-1:hover {
        background-color: #13383d;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-1 {
    background-color: #979797;
    border-color: #979797;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-1:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #979797;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-1:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #979797;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-1 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #979797;
    border-color: #979797;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-1 a {
    color: #979797;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-1:hover {
        background-color: #979797;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-1:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-1--active {
    background-color: #979797;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-1--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-1 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #979797;
    border-color: #979797;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-1:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-1:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-1 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-1:hover {
        background-color: #979797;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--gray-2 {
    background-color: #8b9397;
    border-color: #8b9397;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--gray-2:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b9397;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2 a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-gray-2:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #8b9397;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-gray-2 a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #8b9397;
    border-color: #8b9397;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2 a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--gray-2 a {
    color: #8b9397;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-2:hover {
        background-color: #8b9397;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--gray-2:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-2--active {
    background-color: #8b9397;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-gray-2--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-2 {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #8b9397;
    border-color: #8b9397;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-2:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-2:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--gray-2 a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--gray-2:hover {
        background-color: #8b9397;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--font-menu {
    background-color: #626e73;
    border-color: #626e73;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--font-menu:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #626e73;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-font-menu:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #626e73;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-font-menu a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #626e73;
    border-color: #626e73;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--font-menu a {
    color: #626e73;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--font-menu:hover {
        background-color: #626e73;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--font-menu:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-font-menu--active {
    background-color: #626e73;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-font-menu--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--font-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #626e73;
    border-color: #626e73;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--font-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--font-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--font-menu a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--font-menu:hover {
        background-color: #626e73;
        color: #000;
    }
}


/* line 159, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-simple--link-menu {
    background-color: #13383d;
    border-color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 164, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-simple--link-menu:hover:not([disabled]) {
        background: #e3bb86;
        color: #09282a;
    }
}


/* line 171, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    border-color: transparent;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    opacity: 1;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu a {
    text-decoration: none;
}


/* line 178, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-link-menu:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
}


/* line 185, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: #13383d;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-link-menu a {
    text-decoration: none;
}


/* line 189, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 196, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 202, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #000;
    border-color: #e6e6e6;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 209, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent:hover {
        background-color: #e6e6e6;
    }
}


/* line 215, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu a {
    text-decoration: none;
}


/* line 221, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-small-transparent--link-menu a {
    color: #13383d;
}

@media only screen and (min-width: 1200px) {
    /* line 226, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--link-menu:hover {
        background-color: #13383d;
        color: #000;
    }
    /* line 230, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-small-transparent--link-menu:hover a {
        color: #000;
    }
}


/* line 237, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-link-menu--active {
    background-color: #13383d;
    color: #000;
}


/* line 240, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-t-link-menu--active a {
    color: #000;
}


/* line 245, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--link-menu {
    border-radius: 3rem;
    max-width: 15rem;
    padding: 1.5rem;
    background-color: transparent;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
    transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 30rem;
    color: #13383d;
    border-color: #13383d;
}


/* line 113, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--link-menu:focus {
    outline: none;
}

@media only screen and (min-width: 1200px) {
    /* line 118, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--link-menu:hover {
        opacity: 0.9;
        transition: all 350ms cubic-bezier(0.2, 0.7, 0.3, 1);
        cursor: pointer;
    }
}


/* line 125, /app/source/stylesheets/shared/_mixins.scss */

.ag-btn-big-transparent--link-menu a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    /* line 252, /app/source/stylesheets/shared/_mixins.scss */
    .ag-btn-big-transparent--link-menu:hover {
        background-color: #13383d;
        color: #000;
    }
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-dark {
    color: #a1a0a6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-dark__hover:hover:not([disabled]) {
    color: #a1a0a6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-dark {
    background: #a1a0a6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-dark__hover:hover:not([disabled]) {
    background: #a1a0a6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-dark {
    border-color: #a1a0a6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-dark {
    border-top-color: #a1a0a6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-dark {
    border-bottom-color: #a1a0a6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-dark {
    border-left-color: #a1a0a6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-dark {
    border-right-color: #a1a0a6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-dark {
    color: #b4b3b8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-dark__hover:hover:not([disabled]) {
    color: #b4b3b8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-dark {
    background: #b4b3b8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-dark__hover:hover:not([disabled]) {
    background: #b4b3b8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-medium-dark {
    border-color: #b4b3b8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-medium-dark {
    border-top-color: #b4b3b8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-medium-dark {
    border-bottom-color: #b4b3b8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-medium-dark {
    border-left-color: #b4b3b8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-medium-dark {
    border-right-color: #b4b3b8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium {
    color: #c7c6ca;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium__hover:hover:not([disabled]) {
    color: #c7c6ca;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium {
    background: #c7c6ca;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium__hover:hover:not([disabled]) {
    background: #c7c6ca;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-medium {
    border-color: #c7c6ca;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-medium {
    border-top-color: #c7c6ca;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-medium {
    border-bottom-color: #c7c6ca;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-medium {
    border-left-color: #c7c6ca;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-medium {
    border-right-color: #c7c6ca;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-light {
    color: #d9d9db;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-medium-light__hover:hover:not([disabled]) {
    color: #d9d9db;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-light {
    background: #d9d9db;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-medium-light__hover:hover:not([disabled]) {
    background: #d9d9db;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-medium-light {
    border-color: #d9d9db;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-medium-light {
    border-top-color: #d9d9db;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-medium-light {
    border-bottom-color: #d9d9db;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-medium-light {
    border-left-color: #d9d9db;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-medium-light {
    border-right-color: #d9d9db;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light {
    color: #ececed;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light__hover:hover:not([disabled]) {
    color: #ececed;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light {
    background: #ececed;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light__hover:hover:not([disabled]) {
    background: #ececed;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light {
    border-color: #ececed;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light {
    border-top-color: #ececed;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light {
    border-bottom-color: #ececed;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light {
    border-left-color: #ececed;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light {
    border-right-color: #ececed;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light2 {
    color: #fcfcfc;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light2__hover:hover:not([disabled]) {
    color: #fcfcfc;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light2 {
    background: #fcfcfc;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light2__hover:hover:not([disabled]) {
    background: #fcfcfc;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light2 {
    border-color: #fcfcfc;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light2 {
    border-top-color: #fcfcfc;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light2 {
    border-bottom-color: #fcfcfc;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light2 {
    border-left-color: #fcfcfc;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light2 {
    border-right-color: #fcfcfc;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light3 {
    color: #f5f5f6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light3__hover:hover:not([disabled]) {
    color: #f5f5f6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light3 {
    background: #f5f5f6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light3__hover:hover:not([disabled]) {
    background: #f5f5f6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light3 {
    border-color: #f5f5f6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light3 {
    border-top-color: #f5f5f6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light3 {
    border-bottom-color: #f5f5f6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light3 {
    border-left-color: #f5f5f6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light3 {
    border-right-color: #f5f5f6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light4 {
    color: #fff5ee;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light4__hover:hover:not([disabled]) {
    color: #fff5ee;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light4 {
    background: #fff5ee;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light4__hover:hover:not([disabled]) {
    background: #fff5ee;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light4 {
    border-color: #fff5ee;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light4 {
    border-top-color: #fff5ee;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light4 {
    border-bottom-color: #fff5ee;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light4 {
    border-left-color: #fff5ee;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light4 {
    border-right-color: #fff5ee;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light5 {
    color: #f5f5f5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light5__hover:hover:not([disabled]) {
    color: #f5f5f5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light5 {
    background: #f5f5f5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light5__hover:hover:not([disabled]) {
    background: #f5f5f5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light5 {
    border-color: #f5f5f5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light5 {
    border-top-color: #f5f5f5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light5 {
    border-bottom-color: #f5f5f5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light5 {
    border-left-color: #f5f5f5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light5 {
    border-right-color: #f5f5f5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light6 {
    color: #f7f7f7;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-light6__hover:hover:not([disabled]) {
    color: #f7f7f7;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light6 {
    background: #f7f7f7;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-light6__hover:hover:not([disabled]) {
    background: #f7f7f7;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-light6 {
    border-color: #f7f7f7;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-light6 {
    border-top-color: #f7f7f7;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-light6 {
    border-bottom-color: #f7f7f7;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-light6 {
    border-left-color: #f7f7f7;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-light6 {
    border-right-color: #f7f7f7;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-dark {
    color: #09282a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-dark__hover:hover:not([disabled]) {
    color: #09282a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-dark {
    background: #09282a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-dark__hover:hover:not([disabled]) {
    background: #09282a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-dark {
    border-color: #09282a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-dark {
    border-top-color: #09282a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-dark {
    border-bottom-color: #09282a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-dark {
    border-left-color: #09282a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-dark {
    border-right-color: #09282a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-dark {
    color: #3a5355;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-dark__hover:hover:not([disabled]) {
    color: #3a5355;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-dark {
    background: #3a5355;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-dark__hover:hover:not([disabled]) {
    background: #3a5355;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-medium-dark {
    border-color: #3a5355;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-medium-dark {
    border-top-color: #3a5355;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-medium-dark {
    border-bottom-color: #3a5355;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-medium-dark {
    border-left-color: #3a5355;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-medium-dark {
    border-right-color: #3a5355;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium {
    color: #6b7e7f;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium__hover:hover:not([disabled]) {
    color: #6b7e7f;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium {
    background: #6b7e7f;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium__hover:hover:not([disabled]) {
    background: #6b7e7f;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-medium {
    border-color: #6b7e7f;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-medium {
    border-top-color: #6b7e7f;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-medium {
    border-bottom-color: #6b7e7f;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-medium {
    border-left-color: #6b7e7f;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-medium {
    border-right-color: #6b7e7f;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-light {
    color: #9da9aa;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-medium-light__hover:hover:not([disabled]) {
    color: #9da9aa;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-light {
    background: #9da9aa;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-medium-light__hover:hover:not([disabled]) {
    background: #9da9aa;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-medium-light {
    border-color: #9da9aa;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-medium-light {
    border-top-color: #9da9aa;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-medium-light {
    border-bottom-color: #9da9aa;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-medium-light {
    border-left-color: #9da9aa;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-medium-light {
    border-right-color: #9da9aa;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-light {
    color: #b5bebf;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen-light__hover:hover:not([disabled]) {
    color: #b5bebf;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-light {
    background: #b5bebf;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen-light__hover:hover:not([disabled]) {
    background: #b5bebf;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen-light {
    border-color: #b5bebf;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen-light {
    border-top-color: #b5bebf;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen-light {
    border-bottom-color: #b5bebf;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen-light {
    border-left-color: #b5bebf;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen-light {
    border-right-color: #b5bebf;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark {
    color: #0e3c40;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark__hover:hover:not([disabled]) {
    color: #0e3c40;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark {
    background: #0e3c40;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark__hover:hover:not([disabled]) {
    background: #0e3c40;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-dark {
    border-color: #0e3c40;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-dark {
    border-top-color: #0e3c40;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-dark {
    border-bottom-color: #0e3c40;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-dark {
    border-left-color: #0e3c40;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-dark {
    border-right-color: #0e3c40;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-dark {
    color: #3e6366;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-dark__hover:hover:not([disabled]) {
    color: #3e6366;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-dark {
    background: #3e6366;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-dark__hover:hover:not([disabled]) {
    background: #3e6366;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-medium-dark {
    border-color: #3e6366;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-medium-dark {
    border-top-color: #3e6366;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-medium-dark {
    border-bottom-color: #3e6366;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-medium-dark {
    border-left-color: #3e6366;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-medium-dark {
    border-right-color: #3e6366;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium {
    color: #6e8a8c;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium__hover:hover:not([disabled]) {
    color: #6e8a8c;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium {
    background: #6e8a8c;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium__hover:hover:not([disabled]) {
    background: #6e8a8c;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-medium {
    border-color: #6e8a8c;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-medium {
    border-top-color: #6e8a8c;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-medium {
    border-bottom-color: #6e8a8c;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-medium {
    border-left-color: #6e8a8c;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-medium {
    border-right-color: #6e8a8c;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-light {
    color: #9fb1b3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-medium-light__hover:hover:not([disabled]) {
    color: #9fb1b3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-light {
    background: #9fb1b3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-medium-light__hover:hover:not([disabled]) {
    background: #9fb1b3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-medium-light {
    border-color: #9fb1b3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-medium-light {
    border-top-color: #9fb1b3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-medium-light {
    border-bottom-color: #9fb1b3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-medium-light {
    border-left-color: #9fb1b3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-medium-light {
    border-right-color: #9fb1b3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-light {
    color: #b6c4c5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-light__hover:hover:not([disabled]) {
    color: #b6c4c5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-light {
    background: #b6c4c5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-light__hover:hover:not([disabled]) {
    background: #b6c4c5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-light {
    border-color: #b6c4c5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-light {
    border-top-color: #b6c4c5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-light {
    border-bottom-color: #b6c4c5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-light {
    border-left-color: #b6c4c5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-light {
    border-right-color: #b6c4c5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark--hover {
    color: #3a5355;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-darkgreen2-dark--hover__hover:hover:not([disabled]) {
    color: #3a5355;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark--hover {
    background: #3a5355;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-darkgreen2-dark--hover__hover:hover:not([disabled]) {
    background: #3a5355;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-darkgreen2-dark--hover {
    border-color: #3a5355;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-darkgreen2-dark--hover {
    border-top-color: #3a5355;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-darkgreen2-dark--hover {
    border-bottom-color: #3a5355;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-darkgreen2-dark--hover {
    border-left-color: #3a5355;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-darkgreen2-dark--hover {
    border-right-color: #3a5355;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige {
    color: #fccdac;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige__hover:hover:not([disabled]) {
    color: #fccdac;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige {
    background: #fccdac;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige__hover:hover:not([disabled]) {
    background: #fccdac;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige {
    border-color: #fccdac;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige {
    border-top-color: #fccdac;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige {
    border-bottom-color: #fccdac;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige {
    border-left-color: #fccdac;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige {
    border-right-color: #fccdac;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark {
    color: #fccdac;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark__hover:hover:not([disabled]) {
    color: #fccdac;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark {
    background: #fccdac;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark__hover:hover:not([disabled]) {
    background: #fccdac;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-dark {
    border-color: #fccdac;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-dark {
    border-top-color: #fccdac;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-dark {
    border-bottom-color: #fccdac;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-dark {
    border-left-color: #fccdac;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-dark {
    border-right-color: #fccdac;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark--hover {
    color: #ffebdd;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-dark--hover__hover:hover:not([disabled]) {
    color: #ffebdd;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark--hover {
    background: #ffebdd;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-dark--hover__hover:hover:not([disabled]) {
    background: #ffebdd;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-dark--hover {
    border-color: #ffebdd;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-dark--hover {
    border-top-color: #ffebdd;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-dark--hover {
    border-bottom-color: #ffebdd;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-dark--hover {
    border-left-color: #ffebdd;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-dark--hover {
    border-right-color: #ffebdd;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-dark {
    color: #fcd5b9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-dark__hover:hover:not([disabled]) {
    color: #fcd5b9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-dark {
    background: #fcd5b9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-dark__hover:hover:not([disabled]) {
    background: #fcd5b9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-medium-dark {
    border-color: #fcd5b9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-medium-dark {
    border-top-color: #fcd5b9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-medium-dark {
    border-bottom-color: #fcd5b9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-medium-dark {
    border-left-color: #fcd5b9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-medium-dark {
    border-right-color: #fcd5b9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium {
    color: #fddfc8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium__hover:hover:not([disabled]) {
    color: #fddfc8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium {
    background: #fddfc8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium__hover:hover:not([disabled]) {
    background: #fddfc8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-medium {
    border-color: #fddfc8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-medium {
    border-top-color: #fddfc8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-medium {
    border-bottom-color: #fddfc8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-medium {
    border-left-color: #fddfc8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-medium {
    border-right-color: #fddfc8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-light {
    color: #ffebdd;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-medium-light__hover:hover:not([disabled]) {
    color: #ffebdd;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-light {
    background: #ffebdd;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-medium-light__hover:hover:not([disabled]) {
    background: #ffebdd;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-medium-light {
    border-color: #ffebdd;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-medium-light {
    border-top-color: #ffebdd;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-medium-light {
    border-bottom-color: #ffebdd;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-medium-light {
    border-left-color: #ffebdd;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-medium-light {
    border-right-color: #ffebdd;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-light {
    color: #fef1e8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-light__hover:hover:not([disabled]) {
    color: #fef1e8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-light {
    background: #fef1e8;
    padding: 15PX;
    font-size: 15px;
    line-height: 1.3;
    margin: 2em 0;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-light__hover:hover:not([disabled]) {
    background: #fef1e8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-light {
    border-color: #fef1e8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-light {
    border-top-color: #fef1e8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-light {
    border-bottom-color: #fef1e8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-light {
    border-left-color: #fef1e8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-light {
    border-right-color: #fef1e8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-dark {
    color: #b6e2d3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-dark__hover:hover:not([disabled]) {
    color: #b6e2d3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-dark {
    background: #b6e2d3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-dark__hover:hover:not([disabled]) {
    background: #b6e2d3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-dark {
    border-color: #b6e2d3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-dark {
    border-top-color: #b6e2d3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-dark {
    border-bottom-color: #b6e2d3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-dark {
    border-left-color: #b6e2d3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-dark {
    border-right-color: #b6e2d3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-dark {
    color: #c5e8dc;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-dark__hover:hover:not([disabled]) {
    color: #c5e8dc;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-dark {
    background: #c5e8dc;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-dark__hover:hover:not([disabled]) {
    background: #c5e8dc;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-medium-dark {
    border-color: #c5e8dc;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-medium-dark {
    border-top-color: #c5e8dc;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-medium-dark {
    border-bottom-color: #c5e8dc;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-medium-dark {
    border-left-color: #c5e8dc;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-medium-dark {
    border-right-color: #c5e8dc;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium {
    color: #d3eee5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium__hover:hover:not([disabled]) {
    color: #d3eee5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium {
    background: #d3eee5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium__hover:hover:not([disabled]) {
    background: #d3eee5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-medium {
    border-color: #d3eee5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-medium {
    border-top-color: #d3eee5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-medium {
    border-bottom-color: #d3eee5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-medium {
    border-left-color: #d3eee5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-medium {
    border-right-color: #d3eee5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-light {
    color: #e2f3ed;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-medium-light__hover:hover:not([disabled]) {
    color: #e2f3ed;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-light {
    background: #e2f3ed;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-medium-light__hover:hover:not([disabled]) {
    background: #e2f3ed;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-medium-light {
    border-color: #e2f3ed;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-medium-light {
    border-top-color: #e2f3ed;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-medium-light {
    border-bottom-color: #e2f3ed;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-medium-light {
    border-left-color: #e2f3ed;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-medium-light {
    border-right-color: #e2f3ed;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-light {
    color: #f0f9f6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-light__hover:hover:not([disabled]) {
    color: #f0f9f6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-light {
    background: #f0f9f6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-light__hover:hover:not([disabled]) {
    background: #f0f9f6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-light {
    border-color: #f0f9f6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-light {
    border-top-color: #f0f9f6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-light {
    border-bottom-color: #f0f9f6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-light {
    border-left-color: #f0f9f6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-light {
    border-right-color: #f0f9f6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-dark {
    color: #686465;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-dark__hover:hover:not([disabled]) {
    color: #686465;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-dark {
    background: #686465;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-dark__hover:hover:not([disabled]) {
    background: #686465;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-graphite-dark {
    border-color: #686465;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-graphite-dark {
    border-top-color: #686465;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-graphite-dark {
    border-bottom-color: #686465;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-graphite-dark {
    border-left-color: #686465;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-graphite-dark {
    border-right-color: #686465;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-medium {
    color: #868384;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-medium__hover:hover:not([disabled]) {
    color: #868384;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-medium {
    background: #868384;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-medium__hover:hover:not([disabled]) {
    background: #868384;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-graphite-medium {
    border-color: #868384;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-graphite-medium {
    border-top-color: #868384;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-graphite-medium {
    border-bottom-color: #868384;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-graphite-medium {
    border-left-color: #868384;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-graphite-medium {
    border-right-color: #868384;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-light {
    color: #b6b5b5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-graphite-light__hover:hover:not([disabled]) {
    color: #b6b5b5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-light {
    background: #b6b5b5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-graphite-light__hover:hover:not([disabled]) {
    background: #b6b5b5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-graphite-light {
    border-color: #b6b5b5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-graphite-light {
    border-top-color: #b6b5b5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-graphite-light {
    border-bottom-color: #b6b5b5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-graphite-light {
    border-left-color: #b6b5b5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-graphite-light {
    border-right-color: #b6b5b5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-dark {
    color: #51ccae;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-dark__hover:hover:not([disabled]) {
    color: #51ccae;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-dark {
    background: #51ccae;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-dark__hover:hover:not([disabled]) {
    background: #51ccae;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green2-dark {
    border-color: #51ccae;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green2-dark {
    border-top-color: #51ccae;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green2-dark {
    border-bottom-color: #51ccae;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green2-dark {
    border-left-color: #51ccae;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green2-dark {
    border-right-color: #51ccae;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-medium {
    color: #74d6be;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-medium__hover:hover:not([disabled]) {
    color: #74d6be;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-medium {
    background: #74d6be;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-medium__hover:hover:not([disabled]) {
    background: #74d6be;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green2-medium {
    border-color: #74d6be;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green2-medium {
    border-top-color: #74d6be;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green2-medium {
    border-bottom-color: #74d6be;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green2-medium {
    border-left-color: #74d6be;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green2-medium {
    border-right-color: #74d6be;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-light {
    color: #ace6d8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green2-light__hover:hover:not([disabled]) {
    color: #ace6d8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-light {
    background: #ace6d8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green2-light__hover:hover:not([disabled]) {
    background: #ace6d8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green2-light {
    border-color: #ace6d8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green2-light {
    border-top-color: #ace6d8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green2-light {
    border-bottom-color: #ace6d8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green2-light {
    border-left-color: #ace6d8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green2-light {
    border-right-color: #ace6d8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-dark {
    color: #ff7559;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-dark__hover:hover:not([disabled]) {
    color: #ff7559;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-dark {
    background: #ff7559;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-dark__hover:hover:not([disabled]) {
    background: #ff7559;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-coral-dark {
    border-color: #ff7559;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-coral-dark {
    border-top-color: #ff7559;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-coral-dark {
    border-bottom-color: #ff7559;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-coral-dark {
    border-left-color: #ff7559;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-coral-dark {
    border-right-color: #ff7559;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-medium {
    color: #ff917a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-medium__hover:hover:not([disabled]) {
    color: #ff917a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-medium {
    background: #ff917a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-medium__hover:hover:not([disabled]) {
    background: #ff917a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-coral-medium {
    border-color: #ff917a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-coral-medium {
    border-top-color: #ff917a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-coral-medium {
    border-bottom-color: #ff917a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-coral-medium {
    border-left-color: #ff917a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-coral-medium {
    border-right-color: #ff917a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-light {
    color: #ffbdaf;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-coral-light__hover:hover:not([disabled]) {
    color: #ffbdaf;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-light {
    background: #ffbdaf;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-coral-light__hover:hover:not([disabled]) {
    background: #ffbdaf;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-coral-light {
    border-color: #ffbdaf;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-coral-light {
    border-top-color: #ffbdaf;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-coral-light {
    border-bottom-color: #ffbdaf;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-coral-light {
    border-left-color: #ffbdaf;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-coral-light {
    border-right-color: #ffbdaf;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-dark {
    color: #8fd3df;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-dark__hover:hover:not([disabled]) {
    color: #8fd3df;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-dark {
    background: #8fd3df;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-dark__hover:hover:not([disabled]) {
    background: #8fd3df;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-dark {
    border-color: #8fd3df;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-dark {
    border-top-color: #8fd3df;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-dark {
    border-bottom-color: #8fd3df;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-dark {
    border-left-color: #8fd3df;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-dark {
    border-right-color: #8fd3df;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-medium {
    color: #b1e0e8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-medium__hover:hover:not([disabled]) {
    color: #b1e0e8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-medium {
    background: #b1e0e8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-medium__hover:hover:not([disabled]) {
    background: #b1e0e8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-medium {
    border-color: #b1e0e8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-medium {
    border-top-color: #b1e0e8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-medium {
    border-bottom-color: #b1e0e8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-medium {
    border-left-color: #b1e0e8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-medium {
    border-right-color: #b1e0e8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-light {
    color: #d0ecf1;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-light__hover:hover:not([disabled]) {
    color: #d0ecf1;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-light {
    background: #d0ecf1;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-light__hover:hover:not([disabled]) {
    background: #d0ecf1;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-light {
    border-color: #d0ecf1;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-light {
    border-top-color: #d0ecf1;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-light {
    border-bottom-color: #d0ecf1;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-light {
    border-left-color: #d0ecf1;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-light {
    border-right-color: #d0ecf1;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-dark {
    color: #b1b6f9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-dark__hover:hover:not([disabled]) {
    color: #b1b6f9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-dark {
    background: #b1b6f9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-dark__hover:hover:not([disabled]) {
    background: #b1b6f9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-purple-dark {
    border-color: #b1b6f9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-purple-dark {
    border-top-color: #b1b6f9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-purple-dark {
    border-bottom-color: #b1b6f9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-purple-dark {
    border-left-color: #b1b6f9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-purple-dark {
    border-right-color: #b1b6f9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-medium {
    color: #d1d5ff;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-medium__hover:hover:not([disabled]) {
    color: #d1d5ff;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-medium {
    background: #d1d5ff;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-medium__hover:hover:not([disabled]) {
    background: #d1d5ff;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-purple-medium {
    border-color: #d1d5ff;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-purple-medium {
    border-top-color: #d1d5ff;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-purple-medium {
    border-bottom-color: #d1d5ff;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-purple-medium {
    border-left-color: #d1d5ff;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-purple-medium {
    border-right-color: #d1d5ff;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-light {
    color: #e3e6ff;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-purple-light__hover:hover:not([disabled]) {
    color: #e3e6ff;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-light {
    background: #e3e6ff;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-purple-light__hover:hover:not([disabled]) {
    background: #e3e6ff;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-purple-light {
    border-color: #e3e6ff;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-purple-light {
    border-top-color: #e3e6ff;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-purple-light {
    border-bottom-color: #e3e6ff;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-purple-light {
    border-left-color: #e3e6ff;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-purple-light {
    border-right-color: #e3e6ff;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black {
    color: #000;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black__hover:hover:not([disabled]) {
    color: #000;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black {
    background: #000;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black__hover:hover:not([disabled]) {
    background: #000;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-black {
    border-color: #000;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-black {
    border-top-color: #000;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-black {
    border-bottom-color: #000;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-black {
    border-left-color: #000;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-black {
    border-right-color: #000;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-white {
    color: #fff;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-white__hover:hover:not([disabled]) {
    color: #fff;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-white {
    background: #fff;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-white__hover:hover:not([disabled]) {
    background: #fff;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-white {
    border-color: #fff;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-white {
    border-top-color: #fff;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-white {
    border-bottom-color: #fff;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-white {
    border-left-color: #fff;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-white {
    border-right-color: #fff;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-new-alert-red {
    color: #e57978;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-new-alert-red__hover:hover:not([disabled]) {
    color: #e57978;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-new-alert-red {
    background: #e57978;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-new-alert-red__hover:hover:not([disabled]) {
    background: #e57978;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-new-alert-red {
    border-color: #e57978;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-new-alert-red {
    border-top-color: #e57978;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-new-alert-red {
    border-bottom-color: #e57978;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-new-alert-red {
    border-left-color: #e57978;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-new-alert-red {
    border-right-color: #e57978;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red {
    color: #e37a7a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red__hover:hover:not([disabled]) {
    color: #e37a7a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red {
    background: #e37a7a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red__hover:hover:not([disabled]) {
    background: #e37a7a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-red {
    border-color: #e37a7a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-red {
    border-top-color: #e37a7a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-red {
    border-bottom-color: #e37a7a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-red {
    border-left-color: #e37a7a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-red {
    border-right-color: #e37a7a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red--hover {
    color: #8b5959;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-red--hover__hover:hover:not([disabled]) {
    color: #8b5959;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red--hover {
    background: #8b5959;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-red--hover__hover:hover:not([disabled]) {
    background: #8b5959;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-red--hover {
    border-color: #8b5959;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-red--hover {
    border-top-color: #8b5959;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-red--hover {
    border-bottom-color: #8b5959;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-red--hover {
    border-left-color: #8b5959;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-red--hover {
    border-right-color: #8b5959;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-new-alert-green {
    color: #5aa975;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-new-alert-green__hover:hover:not([disabled]) {
    color: #5aa975;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-new-alert-green {
    background: #5aa975;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-new-alert-green__hover:hover:not([disabled]) {
    background: #5aa975;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-new-alert-green {
    border-color: #5aa975;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-new-alert-green {
    border-top-color: #5aa975;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-new-alert-green {
    border-bottom-color: #5aa975;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-new-alert-green {
    border-left-color: #5aa975;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-new-alert-green {
    border-right-color: #5aa975;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green {
    color: #5ba976;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green__hover:hover:not([disabled]) {
    color: #5ba976;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green {
    background: #5ba976;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green__hover:hover:not([disabled]) {
    background: #5ba976;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-green {
    border-color: #5ba976;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-green {
    border-top-color: #5ba976;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-green {
    border-bottom-color: #5ba976;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-green {
    border-left-color: #5ba976;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-green {
    border-right-color: #5ba976;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green--hover {
    color: #9dcbad;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-alert-green--hover__hover:hover:not([disabled]) {
    color: #9dcbad;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green--hover {
    background: #9dcbad;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-alert-green--hover__hover:hover:not([disabled]) {
    background: #9dcbad;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-alert-green--hover {
    border-color: #9dcbad;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-alert-green--hover {
    border-top-color: #9dcbad;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-alert-green--hover {
    border-bottom-color: #9dcbad;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-alert-green--hover {
    border-left-color: #9dcbad;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-alert-green--hover {
    border-right-color: #9dcbad;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-transparent {
    color: transparent;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-transparent__hover:hover:not([disabled]) {
    color: transparent;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-transparent {
    background: transparent;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-transparent__hover:hover:not([disabled]) {
    background: transparent;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-transparent {
    border-color: transparent;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-transparent {
    border-top-color: transparent;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-transparent {
    border-bottom-color: transparent;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-transparent {
    border-left-color: transparent;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-transparent {
    border-right-color: transparent;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-agora {
    color: #12142a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-agora__hover:hover:not([disabled]) {
    color: #12142a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-agora {
    background: #12142a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-agora__hover:hover:not([disabled]) {
    background: #12142a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-agora {
    border-color: #12142a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-agora {
    border-top-color: #12142a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-agora {
    border-bottom-color: #12142a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-agora {
    border-left-color: #12142a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-agora {
    border-right-color: #12142a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-navy {
    color: #152e52;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-navy__hover:hover:not([disabled]) {
    color: #152e52;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-navy {
    background: #152e52;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-navy__hover:hover:not([disabled]) {
    background: #152e52;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-navy {
    border-color: #152e52;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-navy {
    border-top-color: #152e52;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-navy {
    border-bottom-color: #152e52;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-navy {
    border-left-color: #152e52;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-navy {
    border-right-color: #152e52;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy {
    color: #09282a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy__hover:hover:not([disabled]) {
    color: #09282a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy {
    background: #09282a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy__hover:hover:not([disabled]) {
    background: #09282a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-dark-navy {
    border-color: #09282a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-dark-navy {
    border-top-color: #09282a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-dark-navy {
    border-bottom-color: #09282a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-dark-navy {
    border-left-color: #09282a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-dark-navy {
    border-right-color: #09282a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy-2 {
    color: #353749;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-navy-2__hover:hover:not([disabled]) {
    color: #353749;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy-2 {
    background: #353749;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-navy-2__hover:hover:not([disabled]) {
    background: #353749;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-dark-navy-2 {
    border-color: #353749;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-dark-navy-2 {
    border-top-color: #353749;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-dark-navy-2 {
    border-bottom-color: #353749;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-dark-navy-2 {
    border-left-color: #353749;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-dark-navy-2 {
    border-right-color: #353749;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray {
    color: #e6e6e6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray__hover:hover:not([disabled]) {
    color: #e6e6e6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray {
    background: #e6e6e6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray__hover:hover:not([disabled]) {
    background: #e6e6e6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray {
    border-color: #e6e6e6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray {
    border-top-color: #e6e6e6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray {
    border-bottom-color: #e6e6e6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray {
    border-left-color: #e6e6e6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray {
    border-right-color: #e6e6e6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-gray {
    color: #b0b1b6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-dark-gray__hover:hover:not([disabled]) {
    color: #b0b1b6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-gray {
    background: #b0b1b6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-dark-gray__hover:hover:not([disabled]) {
    background: #b0b1b6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-dark-gray {
    border-color: #b0b1b6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-dark-gray {
    border-top-color: #b0b1b6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-dark-gray {
    border-bottom-color: #b0b1b6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-dark-gray {
    border-left-color: #b0b1b6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-dark-gray {
    border-right-color: #b0b1b6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black-light {
    color: #494b5c;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-black-light__hover:hover:not([disabled]) {
    color: #494b5c;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black-light {
    background: #494b5c;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-black-light__hover:hover:not([disabled]) {
    background: #494b5c;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-black-light {
    border-color: #494b5c;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-black-light {
    border-top-color: #494b5c;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-black-light {
    border-bottom-color: #494b5c;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-black-light {
    border-left-color: #494b5c;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-black-light {
    border-right-color: #494b5c;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-hover {
    color: #f0c185;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-beige-hover__hover:hover:not([disabled]) {
    color: #f0c185;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-hover {
    background: #f0c185;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-beige-hover__hover:hover:not([disabled]) {
    background: #f0c185;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-beige-hover {
    border-color: #f0c185;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-beige-hover {
    border-top-color: #f0c185;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-beige-hover {
    border-bottom-color: #f0c185;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-beige-hover {
    border-left-color: #f0c185;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-beige-hover {
    border-right-color: #f0c185;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red {
    color: #f31545;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red__hover:hover:not([disabled]) {
    color: #f31545;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red {
    background: #f31545;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red__hover:hover:not([disabled]) {
    background: #f31545;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-red {
    border-color: #f31545;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-red {
    border-top-color: #f31545;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-red {
    border-bottom-color: #f31545;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-red {
    border-left-color: #f31545;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-red {
    border-right-color: #f31545;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red-dark {
    color: #572c2c;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-red-dark__hover:hover:not([disabled]) {
    color: #572c2c;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red-dark {
    background: #572c2c;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-red-dark__hover:hover:not([disabled]) {
    background: #572c2c;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-red-dark {
    border-color: #572c2c;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-red-dark {
    border-top-color: #572c2c;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-red-dark {
    border-bottom-color: #572c2c;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-red-dark {
    border-left-color: #572c2c;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-red-dark {
    border-right-color: #572c2c;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green {
    color: #94c800;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green__hover:hover:not([disabled]) {
    color: #94c800;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green {
    background: #94c800;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green__hover:hover:not([disabled]) {
    background: #94c800;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green {
    border-color: #94c800;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green {
    border-top-color: #94c800;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green {
    border-bottom-color: #94c800;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green {
    border-left-color: #94c800;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green {
    border-right-color: #94c800;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue {
    color: #2caae2;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue__hover:hover:not([disabled]) {
    color: #2caae2;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue {
    background: #2caae2;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue__hover:hover:not([disabled]) {
    background: #2caae2;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue {
    border-color: #2caae2;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue {
    border-top-color: #2caae2;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue {
    border-bottom-color: #2caae2;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue {
    border-left-color: #2caae2;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue {
    border-right-color: #2caae2;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button {
    color: #a0a0a6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button__hover:hover:not([disabled]) {
    color: #a0a0a6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button {
    background: #a0a0a6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button__hover:hover:not([disabled]) {
    background: #a0a0a6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-button {
    border-color: #a0a0a6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-button {
    border-top-color: #a0a0a6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-button {
    border-bottom-color: #a0a0a6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-button {
    border-left-color: #a0a0a6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-button {
    border-right-color: #a0a0a6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button--hover {
    color: #b1b1b6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-button--hover__hover:hover:not([disabled]) {
    color: #b1b1b6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button--hover {
    background: #b1b1b6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-button--hover__hover:hover:not([disabled]) {
    background: #b1b1b6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-button--hover {
    border-color: #b1b1b6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-button--hover {
    border-top-color: #b1b1b6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-button--hover {
    border-bottom-color: #b1b1b6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-button--hover {
    border-left-color: #b1b1b6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-button--hover {
    border-right-color: #b1b1b6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-salmon {
    color: #ffb09b;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-salmon__hover:hover:not([disabled]) {
    color: #ffb09b;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-salmon {
    background: #ffb09b;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-salmon__hover:hover:not([disabled]) {
    background: #ffb09b;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-salmon {
    border-color: #ffb09b;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-salmon {
    border-top-color: #ffb09b;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-salmon {
    border-bottom-color: #ffb09b;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-salmon {
    border-left-color: #ffb09b;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-salmon {
    border-right-color: #ffb09b;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-sky {
    color: #8bd3e1;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-sky__hover:hover:not([disabled]) {
    color: #8bd3e1;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-sky {
    background: #8bd3e1;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-sky__hover:hover:not([disabled]) {
    background: #8bd3e1;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-sky {
    border-color: #8bd3e1;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-sky {
    border-top-color: #8bd3e1;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-sky {
    border-bottom-color: #8bd3e1;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-sky {
    border-left-color: #8bd3e1;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-sky {
    border-right-color: #8bd3e1;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-ocean {
    color: #548aa7;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-blue-ocean__hover:hover:not([disabled]) {
    color: #548aa7;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-ocean {
    background: #548aa7;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-blue-ocean__hover:hover:not([disabled]) {
    background: #548aa7;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-blue-ocean {
    border-color: #548aa7;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-blue-ocean {
    border-top-color: #548aa7;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-blue-ocean {
    border-bottom-color: #548aa7;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-blue-ocean {
    border-left-color: #548aa7;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-blue-ocean {
    border-right-color: #548aa7;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-violet {
    color: #b2b2fd;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-violet__hover:hover:not([disabled]) {
    color: #b2b2fd;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-violet {
    background: #b2b2fd;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-violet__hover:hover:not([disabled]) {
    background: #b2b2fd;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-violet {
    border-color: #b2b2fd;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-violet {
    border-top-color: #b2b2fd;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-violet {
    border-bottom-color: #b2b2fd;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-violet {
    border-left-color: #b2b2fd;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-violet {
    border-right-color: #b2b2fd;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-argil {
    color: #665f61;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-argil__hover:hover:not([disabled]) {
    color: #665f61;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-argil {
    background: #665f61;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-argil__hover:hover:not([disabled]) {
    background: #665f61;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-argil {
    border-color: #665f61;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-argil {
    border-top-color: #665f61;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-argil {
    border-bottom-color: #665f61;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-argil {
    border-left-color: #665f61;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-argil {
    border-right-color: #665f61;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-dark {
    color: #13383d;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-dark__hover:hover:not([disabled]) {
    color: #13383d;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-dark {
    background: #13383d;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-dark__hover:hover:not([disabled]) {
    background: #13383d;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-midnight-dark {
    border-color: #13383d;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-midnight-dark {
    border-top-color: #13383d;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-midnight-dark {
    border-bottom-color: #13383d;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-midnight-dark {
    border-left-color: #13383d;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-midnight-dark {
    border-right-color: #13383d;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-medium-dark {
    color: #3b5055;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-medium-dark__hover:hover:not([disabled]) {
    color: #3b5055;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-medium-dark {
    background: #3b5055;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-medium-dark__hover:hover:not([disabled]) {
    background: #3b5055;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-midnight-medium-dark {
    border-color: #3b5055;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-midnight-medium-dark {
    border-top-color: #3b5055;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-midnight-medium-dark {
    border-bottom-color: #3b5055;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-midnight-medium-dark {
    border-left-color: #3b5055;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-midnight-medium-dark {
    border-right-color: #3b5055;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-medium {
    color: #626e73;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-medium__hover:hover:not([disabled]) {
    color: #626e73;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-medium {
    background: #626e73;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-medium__hover:hover:not([disabled]) {
    background: #626e73;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-midnight-medium {
    border-color: #626e73;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-midnight-medium {
    border-top-color: #626e73;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-midnight-medium {
    border-bottom-color: #626e73;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-midnight-medium {
    border-left-color: #626e73;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-midnight-medium {
    border-right-color: #626e73;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-medium-light {
    color: #8b9397;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-medium-light__hover:hover:not([disabled]) {
    color: #8b9397;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-medium-light {
    background: #8b9397;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-medium-light__hover:hover:not([disabled]) {
    background: #8b9397;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-midnight-medium-light {
    border-color: #8b9397;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-midnight-medium-light {
    border-top-color: #8b9397;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-midnight-medium-light {
    border-bottom-color: #8b9397;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-midnight-medium-light {
    border-left-color: #8b9397;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-midnight-medium-light {
    border-right-color: #8b9397;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-light {
    color: #bec0c2;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-midnight-light__hover:hover:not([disabled]) {
    color: #bec0c2;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-light {
    background: #bec0c2;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-midnight-light__hover:hover:not([disabled]) {
    background: #bec0c2;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-midnight-light {
    border-color: #bec0c2;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-midnight-light {
    border-top-color: #bec0c2;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-midnight-light {
    border-bottom-color: #bec0c2;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-midnight-light {
    border-left-color: #bec0c2;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-midnight-light {
    border-right-color: #bec0c2;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-dark {
    color: #175459;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-dark__hover:hover:not([disabled]) {
    color: #175459;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-dark {
    background: #175459;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-dark__hover:hover:not([disabled]) {
    background: #175459;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-emerald-dark {
    border-color: #175459;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-emerald-dark {
    border-top-color: #175459;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-emerald-dark {
    border-bottom-color: #175459;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-emerald-dark {
    border-left-color: #175459;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-emerald-dark {
    border-right-color: #175459;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-medium-dark {
    color: #456a6f;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-medium-dark__hover:hover:not([disabled]) {
    color: #456a6f;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-medium-dark {
    background: #456a6f;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-medium-dark__hover:hover:not([disabled]) {
    background: #456a6f;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-emerald-medium-dark {
    border-color: #456a6f;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-emerald-medium-dark {
    border-top-color: #456a6f;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-emerald-medium-dark {
    border-bottom-color: #456a6f;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-emerald-medium-dark {
    border-left-color: #456a6f;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-emerald-medium-dark {
    border-right-color: #456a6f;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-medium {
    color: #6b848a;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-medium__hover:hover:not([disabled]) {
    color: #6b848a;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-medium {
    background: #6b848a;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-medium__hover:hover:not([disabled]) {
    background: #6b848a;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-emerald-medium {
    border-color: #6b848a;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-emerald-medium {
    border-top-color: #6b848a;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-emerald-medium {
    border-bottom-color: #6b848a;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-emerald-medium {
    border-left-color: #6b848a;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-emerald-medium {
    border-right-color: #6b848a;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-medium-light {
    color: #93a4a8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-medium-light__hover:hover:not([disabled]) {
    color: #93a4a8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-medium-light {
    background: #93a4a8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-medium-light__hover:hover:not([disabled]) {
    background: #93a4a8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-emerald-medium-light {
    border-color: #93a4a8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-emerald-medium-light {
    border-top-color: #93a4a8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-emerald-medium-light {
    border-bottom-color: #93a4a8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-emerald-medium-light {
    border-left-color: #93a4a8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-emerald-medium-light {
    border-right-color: #93a4a8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-light {
    color: #c1c9cc;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-emerald-light__hover:hover:not([disabled]) {
    color: #c1c9cc;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-light {
    background: #c1c9cc;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-emerald-light__hover:hover:not([disabled]) {
    background: #c1c9cc;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-emerald-light {
    border-color: #c1c9cc;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-emerald-light {
    border-top-color: #c1c9cc;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-emerald-light {
    border-bottom-color: #c1c9cc;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-emerald-light {
    border-left-color: #c1c9cc;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-emerald-light {
    border-right-color: #c1c9cc;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-dark {
    color: #b6dfd2;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-dark__hover:hover:not([disabled]) {
    color: #b6dfd2;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-dark {
    background: #b6dfd2;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-dark__hover:hover:not([disabled]) {
    background: #b6dfd2;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-mint-dark {
    border-color: #b6dfd2;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-mint-dark {
    border-top-color: #b6dfd2;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-mint-dark {
    border-bottom-color: #b6dfd2;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-mint-dark {
    border-left-color: #b6dfd2;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-mint-dark {
    border-right-color: #b6dfd2;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-medium-dark {
    color: #c3e4d9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-medium-dark__hover:hover:not([disabled]) {
    color: #c3e4d9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-medium-dark {
    background: #c3e4d9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-medium-dark__hover:hover:not([disabled]) {
    background: #c3e4d9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-mint-medium-dark {
    border-color: #c3e4d9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-mint-medium-dark {
    border-top-color: #c3e4d9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-mint-medium-dark {
    border-bottom-color: #c3e4d9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-mint-medium-dark {
    border-left-color: #c3e4d9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-mint-medium-dark {
    border-right-color: #c3e4d9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-medium {
    color: #d1eae1;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-medium__hover:hover:not([disabled]) {
    color: #d1eae1;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-medium {
    background: #d1eae1;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-medium__hover:hover:not([disabled]) {
    background: #d1eae1;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-mint-medium {
    border-color: #d1eae1;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-mint-medium {
    border-top-color: #d1eae1;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-mint-medium {
    border-bottom-color: #d1eae1;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-mint-medium {
    border-left-color: #d1eae1;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-mint-medium {
    border-right-color: #d1eae1;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-medium-light {
    color: #dff0ea;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-medium-light__hover:hover:not([disabled]) {
    color: #dff0ea;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-medium-light {
    background: #dff0ea;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-medium-light__hover:hover:not([disabled]) {
    background: #dff0ea;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-mint-medium-light {
    border-color: #dff0ea;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-mint-medium-light {
    border-top-color: #dff0ea;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-mint-medium-light {
    border-bottom-color: #dff0ea;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-mint-medium-light {
    border-left-color: #dff0ea;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-mint-medium-light {
    border-right-color: #dff0ea;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-light {
    color: #edf6f2;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-mint-light__hover:hover:not([disabled]) {
    color: #edf6f2;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-light {
    background: #edf6f2;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-mint-light__hover:hover:not([disabled]) {
    background: #edf6f2;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-mint-light {
    border-color: #edf6f2;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-mint-light {
    border-top-color: #edf6f2;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-mint-light {
    border-bottom-color: #edf6f2;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-mint-light {
    border-left-color: #edf6f2;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-mint-light {
    border-right-color: #edf6f2;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange {
    color: #fccdac;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange__hover:hover:not([disabled]) {
    color: #fccdac;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange {
    background: #fccdac;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange__hover:hover:not([disabled]) {
    background: #fccdac;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange {
    border-color: #fccdac;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange {
    border-top-color: #fccdac;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange {
    border-bottom-color: #fccdac;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange {
    border-left-color: #fccdac;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange {
    border-right-color: #fccdac;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-dark {
    color: #fccdac;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-dark__hover:hover:not([disabled]) {
    color: #fccdac;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-dark {
    background: #fccdac;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-dark__hover:hover:not([disabled]) {
    background: #fccdac;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange-dark {
    border-color: #fccdac;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange-dark {
    border-top-color: #fccdac;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange-dark {
    border-bottom-color: #fccdac;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange-dark {
    border-left-color: #fccdac;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange-dark {
    border-right-color: #fccdac;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-dark--hover {
    color: #ffebdd;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-dark--hover__hover:hover:not([disabled]) {
    color: #ffebdd;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-dark--hover {
    background: #ffebdd;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-dark--hover__hover:hover:not([disabled]) {
    background: #ffebdd;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange-dark--hover {
    border-color: #ffebdd;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange-dark--hover {
    border-top-color: #ffebdd;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange-dark--hover {
    border-bottom-color: #ffebdd;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange-dark--hover {
    border-left-color: #ffebdd;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange-dark--hover {
    border-right-color: #ffebdd;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-medium-dark {
    color: #fcd5b9;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-medium-dark__hover:hover:not([disabled]) {
    color: #fcd5b9;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-medium-dark {
    background: #fcd5b9;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-medium-dark__hover:hover:not([disabled]) {
    background: #fcd5b9;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange-medium-dark {
    border-color: #fcd5b9;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange-medium-dark {
    border-top-color: #fcd5b9;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange-medium-dark {
    border-bottom-color: #fcd5b9;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange-medium-dark {
    border-left-color: #fcd5b9;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange-medium-dark {
    border-right-color: #fcd5b9;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-medium {
    color: #fddfc8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-medium__hover:hover:not([disabled]) {
    color: #fddfc8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-medium {
    background: #fddfc8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-medium__hover:hover:not([disabled]) {
    background: #fddfc8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange-medium {
    border-color: #fddfc8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange-medium {
    border-top-color: #fddfc8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange-medium {
    border-bottom-color: #fddfc8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange-medium {
    border-left-color: #fddfc8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange-medium {
    border-right-color: #fddfc8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-medium-light {
    color: #ffebdd;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-medium-light__hover:hover:not([disabled]) {
    color: #ffebdd;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-medium-light {
    background: #ffebdd;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-medium-light__hover:hover:not([disabled]) {
    background: #ffebdd;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange-medium-light {
    border-color: #ffebdd;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange-medium-light {
    border-top-color: #ffebdd;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange-medium-light {
    border-bottom-color: #ffebdd;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange-medium-light {
    border-left-color: #ffebdd;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange-medium-light {
    border-right-color: #ffebdd;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-light {
    color: #fef1e8;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-hot-orange-light__hover:hover:not([disabled]) {
    color: #fef1e8;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-light {
    background: #fef1e8;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-hot-orange-light__hover:hover:not([disabled]) {
    background: #fef1e8;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-hot-orange-light {
    border-color: #fef1e8;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-hot-orange-light {
    border-top-color: #fef1e8;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-hot-orange-light {
    border-bottom-color: #fef1e8;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-hot-orange-light {
    border-left-color: #fef1e8;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-hot-orange-light {
    border-right-color: #fef1e8;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-dark {
    color: #9f9fa6;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-dark__hover:hover:not([disabled]) {
    color: #9f9fa6;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-dark {
    background: #9f9fa6;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-dark__hover:hover:not([disabled]) {
    background: #9f9fa6;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-cold-gray-dark {
    border-color: #9f9fa6;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-cold-gray-dark {
    border-top-color: #9f9fa6;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-cold-gray-dark {
    border-bottom-color: #9f9fa6;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-cold-gray-dark {
    border-left-color: #9f9fa6;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-cold-gray-dark {
    border-right-color: #9f9fa6;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-medium-dark {
    color: #afaeb3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-medium-dark__hover:hover:not([disabled]) {
    color: #afaeb3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-medium-dark {
    background: #afaeb3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-medium-dark__hover:hover:not([disabled]) {
    background: #afaeb3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-cold-gray-medium-dark {
    border-color: #afaeb3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-cold-gray-medium-dark {
    border-top-color: #afaeb3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-cold-gray-medium-dark {
    border-bottom-color: #afaeb3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-cold-gray-medium-dark {
    border-left-color: #afaeb3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-cold-gray-medium-dark {
    border-right-color: #afaeb3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-medium {
    color: #c0bfc3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-medium__hover:hover:not([disabled]) {
    color: #c0bfc3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-medium {
    background: #c0bfc3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-medium__hover:hover:not([disabled]) {
    background: #c0bfc3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-cold-gray-medium {
    border-color: #c0bfc3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-cold-gray-medium {
    border-top-color: #c0bfc3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-cold-gray-medium {
    border-bottom-color: #c0bfc3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-cold-gray-medium {
    border-left-color: #c0bfc3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-cold-gray-medium {
    border-right-color: #c0bfc3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-medium-light {
    color: #d3d1d3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-medium-light__hover:hover:not([disabled]) {
    color: #d3d1d3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-medium-light {
    background: #d3d1d3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-medium-light__hover:hover:not([disabled]) {
    background: #d3d1d3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-cold-gray-medium-light {
    border-color: #d3d1d3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-cold-gray-medium-light {
    border-top-color: #d3d1d3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-cold-gray-medium-light {
    border-bottom-color: #d3d1d3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-cold-gray-medium-light {
    border-left-color: #d3d1d3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-cold-gray-medium-light {
    border-right-color: #d3d1d3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-light {
    color: #e6e5e5;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-cold-gray-light__hover:hover:not([disabled]) {
    color: #e6e5e5;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-light {
    background: #e6e5e5;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-cold-gray-light__hover:hover:not([disabled]) {
    background: #e6e5e5;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-cold-gray-light {
    border-color: #e6e5e5;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-cold-gray-light {
    border-top-color: #e6e5e5;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-cold-gray-light {
    border-bottom-color: #e6e5e5;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-cold-gray-light {
    border-left-color: #e6e5e5;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-cold-gray-light {
    border-right-color: #e6e5e5;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text {
    color: #afaeb3;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text__hover:hover:not([disabled]) {
    color: #afaeb3;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text {
    background: #afaeb3;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text__hover:hover:not([disabled]) {
    background: #afaeb3;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-text {
    border-color: #afaeb3;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-text {
    border-top-color: #afaeb3;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-text {
    border-bottom-color: #afaeb3;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-text {
    border-left-color: #afaeb3;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-text {
    border-right-color: #afaeb3;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text-dark {
    color: #333333;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-text-dark__hover:hover:not([disabled]) {
    color: #333333;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text-dark {
    background: #333333;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-text-dark__hover:hover:not([disabled]) {
    background: #333333;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-text-dark {
    border-color: #333333;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-text-dark {
    border-top-color: #333333;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-text-dark {
    border-bottom-color: #333333;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-text-dark {
    border-left-color: #333333;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-text-dark {
    border-right-color: #333333;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-1 {
    color: #13383d;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-green-1__hover:hover:not([disabled]) {
    color: #13383d;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-1 {
    background: #13383d;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-green-1__hover:hover:not([disabled]) {
    background: #13383d;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-green-1 {
    border-color: #13383d;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-green-1 {
    border-top-color: #13383d;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-green-1 {
    border-bottom-color: #13383d;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-green-1 {
    border-left-color: #13383d;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-green-1 {
    border-right-color: #13383d;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-1 {
    color: #979797;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-1__hover:hover:not([disabled]) {
    color: #979797;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-1 {
    background: #979797;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-1__hover:hover:not([disabled]) {
    background: #979797;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-1 {
    border-color: #979797;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-1 {
    border-top-color: #979797;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-1 {
    border-bottom-color: #979797;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-1 {
    border-left-color: #979797;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-1 {
    border-right-color: #979797;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-2 {
    color: #8b9397;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-gray-2__hover:hover:not([disabled]) {
    color: #8b9397;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-2 {
    background: #8b9397;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-gray-2__hover:hover:not([disabled]) {
    background: #8b9397;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-gray-2 {
    border-color: #8b9397;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-gray-2 {
    border-top-color: #8b9397;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-gray-2 {
    border-bottom-color: #8b9397;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-gray-2 {
    border-left-color: #8b9397;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-gray-2 {
    border-right-color: #8b9397;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-font-menu {
    color: #626e73;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-font-menu__hover:hover:not([disabled]) {
    color: #626e73;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-font-menu {
    background: #626e73;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-font-menu__hover:hover:not([disabled]) {
    background: #626e73;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-font-menu {
    border-color: #626e73;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-font-menu {
    border-top-color: #626e73;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-font-menu {
    border-bottom-color: #626e73;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-font-menu {
    border-left-color: #626e73;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-font-menu {
    border-right-color: #626e73;
}


/* line 28, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-link-menu {
    color: #13383d;
}


/* line 33, /app/source/stylesheets/shared/_mixins.scss */

.ag-ct-link-menu__hover:hover:not([disabled]) {
    color: #13383d;
}


/* line 38, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-link-menu {
    background: #13383d;
}


/* line 43, /app/source/stylesheets/shared/_mixins.scss */

.ag-bg-link-menu__hover:hover:not([disabled]) {
    background: #13383d;
    opacity: 1;
}


/* line 49, /app/source/stylesheets/shared/_mixins.scss */

.ag-bc-link-menu {
    border-color: #13383d;
}


/* line 53, /app/source/stylesheets/shared/_mixins.scss */

.ag-btc-link-menu {
    border-top-color: #13383d;
}


/* line 57, /app/source/stylesheets/shared/_mixins.scss */

.ag-bbc-link-menu {
    border-bottom-color: #13383d;
}


/* line 61, /app/source/stylesheets/shared/_mixins.scss */

.ag-blc-link-menu {
    border-left-color: #13383d;
}


/* line 65, /app/source/stylesheets/shared/_mixins.scss */

.ag-brc-link-menu {
    border-right-color: #13383d;
}